:root{--color-base:#0a0a0c;--color-surface:#141418;--color-ink:#ffffff;--color-muted:#8a8a94;--color-wrong:#c0455a;--wave-blue:#2b6cf5;--wave-purple:#7b3fe4;--wave-magenta:#e23fa6;--wave-gradient:linear-gradient(90deg,var(--wave-blue),var(--wave-purple),var(--wave-magenta));--font-display:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--font-body:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--radius:12px;--focus-ring:0 0 0 2px var(--color-base),0 0 0 4px var(--color-ink);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}*,:after,:before{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}html{height:100%;height:100svh}body,html{background:var(--color-base);color:var(--color-ink);font-family:var(--font-body);-webkit-text-size-adjust:100%;overscroll-behavior:none;touch-action:manipulation}body{min-height:100%;min-height:100svh;height:100%;height:100svh;display:flex;flex-direction:column;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}.game-root{display:flex;flex-direction:column}.game-root,.screen{flex:1 1;min-height:0;height:100%;position:relative}.screen{display:none;flex-direction:column;padding:16px 16px 12px;z-index:1;overflow:hidden}.screen.active{display:flex}.phase-wave{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.phase-wave canvas{display:block;width:100%;height:100%;pointer-events:none}.phase-wave--static{background:radial-gradient(120% 80% at 50% 60%,rgba(43,108,245,.22),transparent 55%),radial-gradient(90% 70% at 20% 40%,rgba(123,63,228,.2),transparent 50%),radial-gradient(90% 70% at 80% 55%,rgba(226,63,166,.18),transparent 50%),linear-gradient(180deg,transparent,rgba(10,10,12,.35))}.phase-wave--static:before{top:42%;opacity:.55;transform:rotate(-4deg);filter:blur(.2px)}.phase-wave--static:after,.phase-wave--static:before{content:"";position:absolute;left:-10%;right:-10%;height:2px;background:var(--wave-gradient)}.phase-wave--static:after{top:58%;opacity:.35;transform:rotate(3deg)}.phase-wave--ambient{opacity:.9}.phase-wave--tap{border-radius:var(--radius)}.phase-wave--header{position:absolute;inset:0 0 auto 0;height:140px;opacity:.85}.scrim{position:relative;z-index:1;background:linear-gradient(180deg,rgba(10,10,12,.4),rgba(10,10,12,.4))}.brand{font-family:var(--font-display);font-size:clamp(32px,9vw,48px);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin-bottom:16px;text-transform:lowercase}.brand .em{text-transform:uppercase}.em{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em}.lede{font-size:17px;line-height:1.45;color:var(--color-ink);margin-bottom:10px}.lede+.lede{margin-top:10px}.btn{display:block;width:100%;min-height:52px;padding:14px 18px;border:none;border-radius:var(--radius);font-family:var(--font-display);font-size:17px;font-weight:600;letter-spacing:-.01em;cursor:pointer;touch-action:manipulation}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn:disabled{opacity:.35;cursor:not-allowed}.btn-primary{background:var(--color-ink);color:var(--color-base)}.btn-primary:active:not(:disabled){background:#e8e8ec}.btn-secondary{background:transparent;color:var(--color-ink);border:1.5px solid #2e2e36}.btn-secondary:active:not(:disabled){background:var(--color-surface)}.btn-row{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;position:relative;z-index:2}a.btn{text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center}.form-check,.form-check *,.form-field,input,select,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}.muted{color:var(--color-muted);font-size:13px;line-height:1.45}.error-banner{background:rgba(192,69,90,.12);border:1px solid rgba(192,69,90,.45);color:#f0b4bd;padding:12px 14px;border-radius:var(--radius);font-size:14px;margin-top:16px;position:relative;z-index:2}#screen-start{overflow:hidden}#screen-start .start-inner{position:relative;z-index:1;flex-direction:column;min-height:0;text-align:center;padding:24px 16px}#screen-start .start-inner,.start-hero{display:flex;flex:1 1;justify-content:center;align-items:center}.start-hero{flex-direction:column;width:100%;max-width:360px}.brand-logo{display:block;width:min(72vw,280px);height:auto;margin-bottom:20px;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.start-pitch{font-size:18px;line-height:1.4;color:#c8c8d0;max-width:22ch}.start-actions{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;max-width:320px;flex-shrink:0;padding-bottom:8px}.start-actions .btn-primary{margin-bottom:4px}.start-leaderboard{margin-top:2px}.howto-sheet-root{position:fixed;inset:0;z-index:100;background:rgba(10,10,12,.72);display:flex;align-items:flex-end;justify-content:center;animation:howto-scrim-in .28s ease-out}.howto-sheet{width:100%;max-width:480px;max-height:min(85svh,520px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--color-surface);border:1px solid #24242c;border-bottom:none;border-radius:20px 20px 0 0;padding:12px 20px calc(20px + var(--safe-bottom));animation:howto-sheet-up .28s ease-out}.howto-sheet-root.is-closing{animation:howto-scrim-out .28s ease-in forwards;pointer-events:none}.howto-sheet-root.is-closing .howto-sheet{animation:howto-sheet-down .28s ease-in forwards}.howto-sheet-handle{width:36px;height:4px;border-radius:2px;background:#3a3a44;margin:0 auto 16px}.howto-sheet-title{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px;text-align:left}.howto-sheet-list{list-style:none;font-size:15px;line-height:1.5;color:#c8c8d0;text-align:left;margin-bottom:16px}.howto-sheet-list li+li{margin-top:12px}.howto-sheet-list strong{color:var(--color-ink);font-family:var(--font-display);font-weight:700}.howto-sheet-footer{font-size:12px;text-align:left;margin-bottom:16px}@keyframes howto-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes howto-scrim-out{0%{opacity:1}to{opacity:0}}@keyframes howto-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes howto-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.howto-sheet,.howto-sheet-root,.howto-sheet-root.is-closing,.howto-sheet-root.is-closing .howto-sheet{animation:none}}#screen-round .hud{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:14px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;position:relative;z-index:2}.lives{letter-spacing:.12em;color:var(--color-wrong);font-size:1.75em;line-height:1}.lives .gone{opacity:.25}.hud-stats{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;justify-content:flex-end}.hud-label{color:var(--color-muted);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.hud-value{color:var(--color-ink);font-family:var(--font-display);font-weight:600}.song-block{text-align:center;margin-bottom:12px;position:relative;z-index:2;padding:8px 10px;border-radius:var(--radius);background:rgba(10,10,12,.55)}.song-title{font-family:var(--font-display);font-size:clamp(22px,6.5vw,30px);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:6px}.song-title--flash{animation:song-title-flash .64s ease-in-out 2}@keyframes song-title-flash{0%,to{opacity:1;text-shadow:none}50%{opacity:.35;text-shadow:0 0 18px rgba(255,255,255,.55)}}.song-artist{font-size:15px;color:var(--color-muted)}.deep-link-miss{margin-top:10px;line-height:1.35}.deep-link-miss,.tap-status{font-size:13px;color:var(--color-muted)}.tap-status{text-align:center;margin-bottom:10px;min-height:1.3em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;position:relative;z-index:2}.tap-status.ready{color:var(--color-ink)}.tap-stage{flex:1 1 auto;min-height:0;max-height:42svh;border-radius:var(--radius);overflow:hidden;background:var(--color-surface);isolation:isolate}#tap-area,.tap-stage{position:relative;width:100%}#tap-area{z-index:2;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;background:rgba(10,10,12,.42);color:var(--color-ink);border:1px solid #2a2a32;border-radius:var(--radius);font-family:var(--font-display);font-size:clamp(18px,5vw,26px);font-weight:700;letter-spacing:-.02em;cursor:pointer;touch-action:manipulation}#tap-area:active{background:rgba(10,10,12,.28)}#tap-area .tap-label{position:relative;z-index:2;text-shadow:0 1px 12px rgba(10,10,12,.65);text-align:center;padding:0 20px;line-height:1.2}#tap-area .tap-label--in{animation:tap-label-fade-in .56s ease both}#tap-area .tap-label--out{animation:tap-label-fade-out .44s ease both}@keyframes tap-label-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tap-label-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}#tap-area:focus-visible{outline:none;box-shadow:var(--focus-ring)}.round-actions{display:flex;flex-direction:column;gap:10px;margin-top:12px;flex-shrink:0;position:relative;z-index:2;padding-bottom:4px}.round-secondary-row{display:flex;gap:10px;width:100%}.btn-half{flex:1 1;min-width:0;min-height:40px;padding:8px 10px;font-size:14px;font-weight:600}a.btn-half{text-decoration:none}#screen-feedback{justify-content:flex-start;text-align:center;overflow:hidden}.feedback-stage{flex:1 1;min-height:0;justify-content:center;padding:8px 4px 12px;position:relative;z-index:2}.feedback-song,.feedback-stage{display:flex;flex-direction:column;align-items:center}.feedback-song{gap:6px;margin-bottom:22px;max-width:min(100%,340px)}.feedback-song-title{font-family:var(--font-display);font-size:clamp(26px,7.5vw,34px);font-weight:700;letter-spacing:-.035em;line-height:1.1;color:var(--color-ink);text-wrap:balance}.feedback-song-artist{font-size:15px;color:var(--color-muted);line-height:1.2}.feedback-share-brand{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:28px}.feedback-share-logo{display:block;width:140px;height:auto}.feedback-share-prompt{margin:4px 0 0;font-size:13px;line-height:1.3;text-align:center;align-items:center;justify-content:center;gap:6px}.feedback-share-ig,.feedback-share-prompt{color:var(--color-muted);display:inline-flex}.feedback-share-ig{flex-shrink:0}.feedback-share-ig svg{display:block}.feedback-share-handle{margin:0;font-size:15px;font-weight:600;color:var(--color-ink);letter-spacing:.01em;line-height:1.2;text-align:center}.feedback-points-block{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}.feedback-points-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:10px}.feedback-points-value{font-family:var(--font-display);font-size:clamp(64px,18vw,92px);font-weight:700;letter-spacing:-.05em;line-height:.95;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.feedback-points-value--hit{color:var(--color-ink);background:var(--wave-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feedback-points-value--miss{color:var(--color-wrong);-webkit-text-fill-color:unset;background:none}.feedback-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;width:min(100%,280px);margin-bottom:22px}.feedback-compare-col{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.feedback-compare-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);line-height:1}.feedback-compare-value{font-family:var(--font-display);font-size:clamp(32px,9vw,40px);font-weight:700;letter-spacing:-.03em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.feedback-compare-value--target{color:var(--color-ink)}.feedback-compare-value--higher{color:#3ecf8e}.feedback-compare-value--lower{color:var(--color-wrong)}.feedback-compare-value--perfect{color:#ffffff;text-shadow:0 0 18px rgba(255,255,255,.35)}.tempo-delta{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px 14px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;position:relative;z-index:2}.tempo-delta--higher{color:#3ecf8e;background:rgba(62,207,142,.12)}.tempo-delta--lower{color:var(--color-wrong);background:rgba(192,69,90,.14)}.tempo-delta--perfect{color:#ffffff;background:rgba(255,255,255,.1);box-shadow:0 0 0 1px rgba(255,255,255,.18);animation:perfect-pill-flash 1.4s ease-in-out 2}.tempo-delta-label{line-height:1}.tempo-tri{display:block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent}.tempo-tri--up{border-bottom:11px solid}.tempo-tri--down{border-top:11px solid}.perfect-burst{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.perfect-flash{position:absolute;inset:-20%;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.22) 0,rgba(123,63,228,.12) 28%,transparent 58%);animation:perfect-screen-flash 1.1s ease-out 1}.perfect-star{position:absolute;left:var(--sx);top:var(--sy);width:10px;height:10px;background:#ffffff;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;transform:scale(.2) rotate(0deg);animation:perfect-star-pop 1.15s ease-out 1;filter:drop-shadow(0 0 6px rgba(255,255,255,.7))}.perfect-star:nth-child(2){animation-delay:.05s}.perfect-star:nth-child(3){animation-delay:.1s}.perfect-star:nth-child(4){animation-delay:.08s}.perfect-star:nth-child(5){animation-delay:.14s}.perfect-star:nth-child(6){animation-delay:.04s}.perfect-star:nth-child(7){animation-delay:.16s}.perfect-star:nth-child(8){animation-delay:.12s}.perfect-star--late{width:7px;height:7px;animation-duration:1.35s;animation-delay:.2s;background:#c9b6ff}@keyframes perfect-pill-flash{0%,to{background:rgba(255,255,255,.1);box-shadow:0 0 0 1px rgba(255,255,255,.18)}35%,65%{background:rgba(255,255,255,.28);box-shadow:0 0 0 1px rgba(255,255,255,.45),0 0 22px rgba(255,255,255,.28)}}@keyframes perfect-screen-flash{0%{opacity:0;transform:scale(.92)}18%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.08)}}@keyframes perfect-star-pop{0%{opacity:0;transform:scale(.15) rotate(-20deg)}22%{opacity:1;transform:scale(1.15) rotate(8deg)}55%{opacity:.9;transform:scale(1) rotate(0deg)}to{opacity:0;transform:scale(.6) rotate(18deg) translateY(-10px)}}@media (prefers-reduced-motion:reduce){.perfect-flash,.perfect-star,.tempo-delta--perfect{animation:none}.perfect-burst{display:none}.tempo-delta--perfect{background:rgba(255,255,255,.18)}}.feedback-detail{font-size:17px;line-height:1.45;color:#c8c8d0;margin-bottom:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.feedback-extra{font-size:14px;color:var(--color-muted);line-height:1.45;max-width:28ch;position:relative;z-index:2}#screen-end{justify-content:flex-start;text-align:center;overflow:hidden}.end-stage{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0 12px;gap:20px}.end-stage:has(.review){justify-content:flex-start}.end-hero{flex-shrink:0}.end-label{font-family:var(--font-display);font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:8px}.end-score{font-family:var(--font-display);font-size:clamp(64px,18vw,96px);font-weight:700;letter-spacing:-.05em;line-height:.95;margin-bottom:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.end-streak-line{font-size:16px;color:#c8c8d0;margin-bottom:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.share-status{margin:0;font-size:13px;color:var(--color-muted);text-align:center;line-height:1.35}.share-fallback-root{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.72);padding:16px 16px max(16px,env(safe-area-inset-bottom))}.share-fallback-sheet{width:min(100%,420px);max-height:min(92vh,860px);overflow:auto;background:var(--color-bg,#0a0a0c);border:1px solid #2e2e36;border-radius:20px;padding:20px 18px 18px;display:flex;flex-direction:column;gap:12px}.share-fallback-title{margin:0;font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.03em;text-align:center}.share-fallback-copy{margin:0;font-size:14px;color:var(--color-muted);text-align:center;line-height:1.4}.share-fallback-img{display:block;width:100%;height:auto;border-radius:12px;background:#0a0a0c;border:1px solid #2e2e36}.btn-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:var(--color-ink);font-family:var(--font-body);font-size:14px;font-weight:600;letter-spacing:.02em;text-decoration:underline;text-underline-offset:3px;padding:8px 4px;min-height:44px;cursor:pointer;touch-action:manipulation}a.btn-text{display:inline-flex;align-items:center;justify-content:center}.btn-text:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}.review{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;width:100%;max-width:520px;text-align:left;flex-shrink:0}.review-col{min-width:0;background:var(--color-surface);border:1px solid #24242c;border-radius:var(--radius);padding:12px 10px 10px}.review-col-title{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:6px}.review-count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-ink)}.review-col--hit .review-count{color:#3ecf8e}.review-col--miss .review-count{color:var(--color-wrong)}.review-list{list-style:none;display:flex;flex-direction:column;gap:10px;max-height:min(36svh,280px);overflow-y:auto;-webkit-overflow-scrolling:touch}.review-item{min-width:0}.review-song{font-size:13px;font-weight:600;line-height:1.25}.review-meta,.review-song{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-meta{font-size:11px;color:var(--color-muted);margin-top:2px;line-height:1.3;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.review-empty{font-size:12px;color:var(--color-muted)}#save-status{font-size:13px;color:var(--color-muted);min-height:1.3em;margin-top:8px;text-align:center}#save-status.is-error{color:#f0b4bd}#save-status.is-ok{color:var(--color-ink)}.save-form{text-align:left;width:100%;margin-top:8px}.save-form .form-field{margin-bottom:12px}.save-form label.field-label{display:block;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:6px}.save-form input[type=email],.save-form input[type=text]{width:100%;min-height:48px;padding:12px 14px;border:1.5px solid #2e2e36;border-radius:var(--radius);background:var(--color-surface);color:var(--color-ink);font-family:var(--font-body);font-size:16px;touch-action:manipulation}.save-form input:focus{outline:none;box-shadow:var(--focus-ring);border-color:var(--color-ink)}.save-form .form-check{display:flex;align-items:flex-start;gap:10px;margin:14px 0 4px;font-size:14px;line-height:1.4;color:#c8c8d0}.save-form .form-check input[type=checkbox]{width:22px;height:22px;min-width:22px;margin-top:1px;accent-color:var(--color-ink);flex-shrink:0}.save-form .form-check label{cursor:pointer}.lb-page{flex:1 1;display:flex;flex-direction:column;min-height:0;height:100%;padding:20px 16px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;background:var(--color-base)}.lb-header{margin-bottom:16px;position:relative;z-index:1;padding-top:8px;min-height:120px}.lb-header .brand{margin-bottom:8px}.lb-brand-link{display:inline-block;position:relative;z-index:1;text-decoration:none;line-height:0}.lb-brand-link:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}.lb-brand-logo{display:block;width:auto;height:clamp(28px,7vw,40px);margin-bottom:10px;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.lb-title{font-family:var(--font-display);font-size:26px;font-weight:700;letter-spacing:-.03em;margin:4px 0 6px}.lb-status,.lb-title{position:relative;z-index:1}.lb-status{margin:16px 0}.lb-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:8px;position:relative;z-index:1;background:rgba(20,20,24,.92);border:1px solid #24242c;border-radius:var(--radius);padding:4px 8px}.lb-table{width:100%;border-collapse:collapse;font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lb-table td,.lb-table th{text-align:left;padding:12px 8px;border-bottom:1px solid #24242c}.lb-table tr:last-child td{border-bottom:none}.lb-table th{font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.lb-rank,.lb-table th{color:var(--color-muted)}.lb-rank{width:2.2em;font-family:var(--font-display)}.lb-name{font-weight:600;word-break:break-word}.lb-score{font-family:var(--font-display);font-weight:700}.lb-streak{color:var(--color-muted)}.lb-share-cell{width:4.5em;text-align:right;padding-right:4px}.lb-share-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #2e2e36;color:var(--color-ink);font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.02em;padding:6px 10px;border-radius:999px;min-height:36px;cursor:pointer;touch-action:manipulation}.lb-share-btn:disabled{opacity:.5;cursor:default}.lb-share-btn:active:not(:disabled){background:var(--color-surface)}.lb-share-status{margin-top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lb-actions{margin-top:24px;position:relative;z-index:1}.reel-root{position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:100vw;margin:0 auto;background:var(--color-base);overflow:hidden;display:flex;flex-direction:column;color:var(--color-ink);font-family:var(--font-body)}.reel-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(10,10,12,.55),rgba(10,10,12,.28) 35%,rgba(10,10,12,.35) 65%,rgba(10,10,12,.72))}.reel-safe{position:relative;z-index:2;flex:1 1;justify-content:space-between;text-align:center;padding:max(72px,calc(env(safe-area-inset-top) + 48px)) 28px max(56px,calc(env(safe-area-inset-bottom) + 36px));max-width:480px;margin:0 auto;box-sizing:border-box}.reel-hook,.reel-safe{display:flex;flex-direction:column;align-items:center;width:100%}.reel-hook{gap:10px}.reel-hook-line{margin:0;font-size:clamp(18px,4.6vw,22px);font-weight:500;color:#c8c8d0;line-height:1.3;letter-spacing:-.01em;text-wrap:balance}.reel-hook-line--big{font-family:var(--font-display);font-size:clamp(26px,7vw,34px);font-weight:700;letter-spacing:-.035em;line-height:1.15;color:var(--color-ink)}.reel-song{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding:12px 0}.reel-title{margin:0;font-family:var(--font-display);font-size:clamp(40px,11vw,56px);font-weight:700;letter-spacing:-.045em;line-height:1.05;color:var(--color-ink);text-wrap:balance;max-width:100%}.reel-title--md{font-size:clamp(34px,9.5vw,48px)}.reel-title--sm{font-size:clamp(28px,8vw,40px)}.reel-title--xs{font-size:clamp(24px,6.5vw,34px)}.reel-artist{margin:0;font-size:clamp(16px,4.2vw,20px);font-weight:500;color:var(--color-muted);line-height:1.25}.reel-footer{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%}.reel-cta{margin:0;font-family:var(--font-display);font-size:clamp(18px,4.8vw,22px);font-weight:600;letter-spacing:-.02em;line-height:1.35;color:var(--color-ink);text-wrap:balance;max-width:22em}.reel-brand{display:flex;flex-direction:column;align-items:center;gap:8px}.reel-brand-logo{display:block;width:120px;height:auto;opacity:.95}.reel-brand-handle{margin:0;align-items:center;gap:6px;font-size:13px;font-weight:600;letter-spacing:.01em}.reel-brand-handle,.reel-ig{display:inline-flex;color:var(--color-muted)}.reel-ig svg{display:block}.reel-tools{position:absolute;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:8px;width:min(92%,320px);pointer-events:auto}.reel-tools-btn{width:100%}.reel-tools-hint,.reel-tools-status{margin:0;font-size:12px;color:var(--color-muted);text-align:center;line-height:1.3;text-shadow:0 1px 8px rgba(0,0,0,.8)}@media (min-width:520px){.reel-root{inset:0 auto 0 50%;width:min(100vw,calc(100dvh * 9 / 16));max-width:none;transform:translateX(-50%);border-left:1px solid #1a1a20;border-right:1px solid #1a1a20}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}