/* Native 402×874pt canvas; the frame adds 24pt at either side and 23pt above.
   The containing section owns phone width. All native measurements stay in
   points and the whole canvas scales once, with its iPhone frame. */
.session-phone { position: relative; width: 100%; aspect-ratio: 1350 / 2760; isolation: isolate; pointer-events: none; user-select: none; filter: drop-shadow(0 22px 34px rgb(0 0 0 / .35)); }
.session-phone .sp-screen { position: absolute; inset: 2.5% 5.333333%; border-radius: 13% / 6%; overflow: hidden; background: #000; }
.session-phone .sp-canvas { position: absolute; left: 0; top: 0; width: 402px; height: 874px; transform-origin: 0 0; overflow: hidden; background: #000; color: #fff; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif; text-align: center; letter-spacing: normal; font-synthesis: none; }
.session-phone .sp-canvas * { box-sizing: border-box; }
.session-phone .sp-frame { position: relative; display: block; width: 100%; height: auto; z-index: 10; }
.session-phone [hidden] { display: none !important; }
.session-phone .sp-moving-title, .session-phone .sp-session-title { overflow-wrap: anywhere; }
.session-phone .sp-moving-author, .session-phone .sp-session-author { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.session-phone .sp-backdrop { position: absolute; inset: 0; background: radial-gradient(ellipse at 76% 9%, #1a5960, transparent 60%), radial-gradient(ellipse at 16% 16%, #446e36, transparent 60%), linear-gradient(#253c37, #000 88%); }
.session-phone .sp-native-gradient { display: block; width: 100%; height: 100%; }
.session-phone .sp-detail-gradient { position: absolute; left: 0; top: 0; height: 678px; }
.session-phone .sp-session-gradient { position: absolute; inset: 0; }
.session-phone .sp-icon { display: inline-block; width: 20px; height: 20px; background: currentColor; mask: var(--sp-symbol) center / contain no-repeat; -webkit-mask: var(--sp-symbol) center / contain no-repeat; flex: none; }
.session-phone .sp-glass { border: 1px solid rgb(255 255 255 / .14); border-radius: 999px; background: linear-gradient(155deg, rgb(255 255 255 / .11), rgb(15 18 16 / .27)); box-shadow: inset 0 1px .8px rgb(255 255 255 / .15), 0 2px 5px rgb(0 0 0 / .08); backdrop-filter: blur(9px) saturate(1.2); -webkit-backdrop-filter: blur(9px) saturate(1.2); }
.session-phone .sp-library, .session-phone .sp-detail, .session-phone .sp-running { position: absolute; inset: 0; }
.session-phone .sp-library-heading { position: absolute; top: 70px; left: 20px; right: 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; }
.session-phone .sp-library-heading strong { font-size: 34px; line-height: 41px; font-weight: 700; letter-spacing: -.7px; }
.session-phone .sp-tools { display: flex; width: 88px; height: 44px; flex: none; }
.session-phone .sp-tools > span { display: grid; width: 44px; place-items: center; }
.session-phone .sp-tools img { display: block; height: auto; }
.session-phone .sp-sort { width: 24.333px; }
.session-phone .sp-more { width: 18.667px; }
.session-phone .sp-search-dock { position: absolute; left: 16px; right: 16px; bottom: 42px; display: flex; gap: 10px; height: 48px; }
.session-phone .sp-search, .session-phone .sp-add { height: 48px; display: flex; align-items: center; border-radius: 99px; background: rgb(25 25 25 / .9); box-shadow: inset 0 0 0 1px #333; }
.session-phone .sp-search { flex: 1; gap: 8px; color: #999; font-size: 17px; padding: 0 14px; text-align: left; }
.session-phone .sp-search .sp-icon { width: 17px; height: 17px; }
.session-phone .sp-add { width: 48px; justify-content: center; }
.session-phone .sp-moving-cover { position: absolute; z-index: 4; left: 50%; transform: translateX(-50%); width: 272.37px; height: 414px; top: 200px; }
.session-phone .sp-moving-cover::before { content: ""; position: absolute; left: -10.9%; top: -4.7%; width: 121.8%; height: 116.6%; background: url("assets/cover-finish/cover-shadow.png") center / 100% 100% no-repeat; opacity: .6; }
.session-phone .sp-cover-board { position: absolute; inset: 0; overflow: hidden; border-radius: 5px; isolation: isolate; }
.session-phone .sp-art { display: block; width: 100%; height: 100%; object-fit: fill; }
.session-phone .sp-plate { position: absolute; inset: 0; background-position: center; background-size: 100% 100%; background-repeat: no-repeat; opacity: .9980276897549629; }
.session-phone .sp-normal { background-image: url("assets/cover-finish/spine-normal.png"); }
.session-phone .sp-softlight { background-image: url("assets/cover-finish/spine-softlight.png"); mix-blend-mode: soft-light; }
.session-phone .sp-burn { background-image: url("assets/cover-finish/spine-burn.png"); mix-blend-mode: multiply; }
.session-phone .sp-edges { background-image: url("assets/cover-finish/cover-edges.png"); }
.session-phone .sp-cover-play { position: absolute; left: 9.72px; bottom: 9.72px; width: 54px; height: 54px; display: grid; place-items: center; transform-origin: left bottom; }
.session-phone .sp-cover-play .sp-icon { width: 23px; height: 23px; }
.session-phone .sp-moving-title, .session-phone .sp-moving-author { position: absolute; z-index: 4; left: 20px; right: 20px; }
.session-phone .sp-moving-title { top: 636px; font-size: 28px; font-weight: 700; line-height: 1.2059; letter-spacing: .1px; }
.session-phone .sp-moving-author { top: 674px; color: rgb(235 235 245 / .6); font-size: 20px; line-height: 24px; }
.session-phone .sp-detail-topbar { position: absolute; left: 20px; right: 20px; top: 67px; display: flex; justify-content: space-between; }
.session-phone .sp-close { display: grid; place-items: center; width: 44px; height: 44px; }
.session-phone .sp-close .sp-icon { width: 19px; height: 11.667px; }
.session-phone .sp-tools .sp-icon-photo { width: 26px; height: 21.333px; }
.session-phone .sp-rating { position: absolute; display: flex; gap: 6px; padding: 9px 16px; height: 42px; left: 50%; top: 482px; margin-left: -88px; }
.session-phone .sp-rating .sp-icon { width: 24px; height: 24px; color: rgb(255 255 255 / .18); }
.session-phone .sp-detail-rise { position: absolute; inset: 0; }
.session-phone .sp-detail-actions { position: absolute; top: 540px; left: 20px; right: 20px; display: flex; gap: 10px; justify-content: center; }
.session-phone .sp-status, .session-phone .sp-start { display: flex; height: 38px; align-items: center; gap: 5px; padding: 0 16px; border-radius: 99px; font-size: 15px; line-height: 18px; font-weight: 600; white-space: nowrap; }
.session-phone .sp-status { background: #1c1c1e; }
.session-phone .sp-status .sp-icon { width: 16px; height: 19px; }
.session-phone .sp-status .sp-small { width: 11px; height: 11px; color: #999; }
.session-phone .sp-start { position: relative; background: #fff; color: #000; gap: 6px; transform-origin: center; }
.session-phone .sp-start .sp-icon { width: 13.824px; height: 15.588px; }
.session-phone .sp-facts { position: absolute; top: 598px; left: 20px; right: 20px; display: flex; justify-content: space-between; align-items: center; }
.session-phone .sp-facts > span { flex: 1; }
.session-phone .sp-facts small { display: block; color: #999; font-size: 11px; font-weight: 500; line-height: 13px; text-transform: uppercase; }
.session-phone .sp-facts b { display: block; font-size: 15px; font-weight: 600; line-height: 18px; margin-top: 3px; font-variant-numeric: tabular-nums; }
.session-phone .sp-muted { color: #999; }
.session-phone .sp-facts .sp-progress-ring { display: flex; justify-content: center; align-items: center; width: 52px; height: 52px; max-width: 52px; margin: 0 19px; font-size: 12px; font-weight: 700; border: 5px solid rgb(255 255 255 / .22); border-radius: 50%; }
.session-phone .sp-detail-sections { position: absolute; top: 678px; left: 0; right: 0; min-height: 350px; padding: 0 20px 40px; background: #000; text-align: left; }
.session-phone .sp-tabs { display: flex; gap: 18px; height: 31px; margin-bottom: 20px; font-size: 15px; font-weight: 600; }
.session-phone .sp-tabs > span { border-bottom: 2px solid #fff; padding-bottom: 6px; }
.session-phone .sp-card { margin-bottom: 20px; }
.session-phone .sp-card h4 { margin: 0 0 8px; color: #999; font-size: 15px; line-height: 18px; font-weight: 600; }
.session-phone .sp-card-content { padding: 16px; border-radius: 16px; background: #1c1c1e; font-size: 15px; line-height: 18px; color: #999; }
.session-phone .sp-card p { margin: 8px 0 0; color: #999; font-size: 12px; line-height: 16px; }
.session-phone .sp-milestone-rail { display: flex; align-items: center; justify-content: space-between; height: 44px; }
.session-phone .sp-milestone-rail > span { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #303032; color: #999; }
.session-phone .sp-milestone-rail .sp-icon { width: 13px; height: 13px; }
.session-phone .sp-milestone-rail > i { flex: 1; height: 3px; margin: 0 3px; background: #303032; border-radius: 4px; }
.session-phone .sp-milestone-rail .sp-next { box-shadow: inset 0 0 0 2px #0a84ff; }
.session-phone .sp-touch-ring { position: absolute; z-index: 6; top: 559px; left: 285px; width: 40px; height: 40px; border: 2px solid #fff; border-radius: 50%; opacity: 0; box-shadow: 0 0 0 5px rgb(255 255 255 / .12); }
.session-phone .sp-running { z-index: 3; }
.session-phone .sp-running-close { position: absolute; left: 20px; top: 67px; }
.session-phone .sp-session-title { position: absolute; top: 472px; left: 24px; right: 24px; font-size: 28px; font-weight: 700; line-height: 34px; }
.session-phone .sp-session-author { position: absolute; top: 510px; left: 24px; right: 24px; font-size: 20px; line-height: 24px; color: rgb(235 235 245 / .6); }
.session-phone .sp-session-furniture { position: absolute; inset: 0; }
.session-phone .sp-clock { position: absolute; top: 552px; left: 24px; right: 24px; font-size: 54px; font-weight: 600; line-height: 65px; font-variant-numeric: tabular-nums; letter-spacing: .3px; }
.session-phone .sp-page-line { position: absolute; top: 619px; left: 24px; right: 24px; font-size: 15px; line-height: 18px; color: rgb(235 235 245 / .6); }
.session-phone .sp-milestone, .session-phone .sp-target { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: 5px; padding: 0 14px; white-space: nowrap; font-weight: 600; }
.session-phone .sp-milestone { top: 649px; height: 30px; font-size: 12px; }
.session-phone .sp-milestone .sp-icon { width: 13px; height: 13px; }
.session-phone .sp-target { top: 693px; height: 34px; font-size: 13px; color: rgb(235 235 245 / .6); }
.session-phone .sp-target .sp-icon { width: 15px; height: 15px; }
.session-phone .sp-session-actions { position: absolute; top: 766px; left: 20px; right: 20px; height: 48px; display: flex; gap: 10px; justify-content: center; }
.session-phone .sp-session-actions > span { display: flex; align-items: center; justify-content: center; height: 48px; }
.session-phone .sp-snippet { padding: 0 18px; gap: 6px; font-size: 15px; font-weight: 600; white-space: nowrap; }
.session-phone .sp-snippet .sp-icon { width: 17px; height: 17px; }
.session-phone .sp-round { width: 48px; flex: none; }
.session-phone .sp-round .sp-icon-pause { width: 15px; height: 17.333px; }
.session-phone .sp-round .sp-icon-stop { width: 18px; height: 16.667px; }
.session-phone .sp-round .sp-icon-moon { width: 19.667px; height: 21px; }
.session-phone .sp-stop { background: linear-gradient(150deg, #ffab37, #f18506); border-color: #ffb949; }
.session-phone .sp-native-status { position: absolute; z-index: 8; left: 0; top: 0; display: block; width: 402px; height: 54px; }
.session-phone .sp-home-indicator { position: absolute; z-index: 8; bottom: 8px; left: 133px; width: 136px; height: 5px; border-radius: 4px; background: #eee; }

.session-phone .sp-cover-board > picture { display: block; width: 100%; height: 100%; }
