.stage-editorial{--stage-bg:#ffffff;--stage-fg:#000000;--stage-panel-bg:#ffffff;--stage-panel-alt-bg:#f4f3ef;--stage-line:rgba(0,0,0,0.1);--stage-kicker:rgba(0,0,0,0.4);--stage-muted:rgba(0,0,0,0.45);--stage-muted-2:rgba(0,0,0,0.38);--stage-muted-3:rgba(0,0,0,0.42);--stage-link:rgba(0,0,0,0.5);--stage-link-border:rgba(0,0,0,0.1);--stage-link-border-hover:rgba(0,0,0,0.25);--stage-progress-track:rgba(0,0,0,0.08);--stage-pad:clamp(1.25rem,4vw,3.5rem);--stage-subnav-h:4.75rem;--stage-ease:cubic-bezier(0.23,1,0.32,1);min-height:100svh;height:100svh;max-height:100svh;display:flex;flex-direction:column;overflow:hidden;background:var(--stage-bg);color:var(--stage-fg)}html.dark .stage-editorial{--stage-bg:#000000;--stage-fg:#ffffff;--stage-panel-bg:#000000;--stage-panel-alt-bg:#141416;--stage-line:rgba(255,255,255,0.14);--stage-kicker:rgba(255,255,255,0.4);--stage-muted:rgba(255,255,255,0.48);--stage-muted-2:rgba(255,255,255,0.38);--stage-muted-3:rgba(255,255,255,0.42);--stage-link:rgba(255,255,255,0.5);--stage-link-border:rgba(255,255,255,0.14);--stage-link-border-hover:rgba(255,255,255,0.28);--stage-progress-track:rgba(255,255,255,0.12)}html:has(.stage-editorial){background:var(--stage-bg)}.stage-editorial a{color:inherit;text-decoration:none}.stage-editorial a:hover{opacity:.55}.stage-editorial-subnav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--stage-subnav-h);display:flex;align-items:center;justify-content:space-between;padding:0 var(--stage-pad);background:var(--stage-bg);border-bottom:1px solid var(--stage-line)}.stage-editorial-subnav-left{min-width:0}.stage-editorial-kicker{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--stage-kicker);margin-bottom:.15rem}.stage-editorial-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.05;margin:0}.stage-editorial-links{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.5rem);flex-shrink:0}.stage-editorial-link{font-size:12px;letter-spacing:.04em;color:var(--stage-link);padding:.45rem .85rem;border:1px solid var(--stage-link-border);transition:color .2s,border-color .2s}.stage-editorial-link:hover{opacity:1;color:var(--stage-fg);border-color:var(--stage-link-border-hover)}.stage-editorial-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--stage-link-border);border-radius:999px;background:transparent;color:var(--stage-fg);cursor:pointer;transition:border-color .2s,transform .16s cubic-bezier(.23,1,.32,1)}.stage-editorial-theme-toggle:hover{opacity:1;border-color:var(--stage-link-border-hover)}.stage-editorial-theme-toggle:active{transform:scale(.97)}.stage-editorial-main{margin-top:var(--stage-subnav-h);min-height:calc(100svh - var(--stage-subnav-h))}.stage-editorial-main,.stage-editorial-split{flex:1;display:flex;flex-direction:column;overflow:hidden}.stage-editorial-split{min-height:0}@media (min-width:900px){.stage-editorial-split{flex-direction:row}}.stage-editorial-now{width:100%;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:clamp(1.75rem,4vw,2.5rem) var(--stage-pad);background:var(--stage-panel-bg);color:var(--stage-fg);border-bottom:1px solid var(--stage-line)}@media (min-width:900px){.stage-editorial-now{width:46%;max-width:46%;align-self:stretch;min-height:0;overflow-y:auto;border-bottom:none;border-right:1px solid var(--stage-line);padding:clamp(2rem,4vw,3rem) var(--stage-pad)}}.stage-editorial-now-inner{width:100%;max-width:32.5rem;margin:0}.stage-editorial-album{width:100%;aspect-ratio:1;overflow:hidden;background:var(--stage-panel-alt-bg);position:relative}.stage-editorial-album img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(.15) contrast(1.02)}.stage-editorial-album-fallback{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.5rem;color:var(--stage-muted-2)}.stage-editorial-lyrics-swap{flex:1;min-height:0;display:flex;flex-direction:column}.stage-editorial-meta{margin-top:clamp(1.75rem,3vh,2.5rem);min-width:0}.stage-editorial-track-title{font-size:clamp(1.25rem,2.5vw,2rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;word-break:break-word;margin:0}.stage-editorial-track-artist{font-size:clamp(1rem,1.8vw,1.3rem);font-weight:600;color:var(--stage-muted);margin-top:.5rem;letter-spacing:.01em;word-break:break-word}.stage-editorial-track-album{font-size:13px;color:var(--stage-muted-2);margin-top:.35rem;letter-spacing:-.01em;word-break:break-word}.stage-editorial-progress{margin-top:clamp(1.75rem,3vh,2.5rem)}.stage-editorial-progress-bar{height:3px;background:var(--stage-progress-track);overflow:hidden}.stage-editorial-progress-fill{height:100%;background:var(--stage-fg);transition:width 1s linear}.stage-editorial-progress-times{display:flex;justify-content:space-between;margin-top:.5rem}.stage-editorial-progress-times span{font-size:12px;color:var(--stage-muted-3);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.stage-editorial-lyrics{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;padding:clamp(1.75rem,4vw,2.5rem) var(--stage-pad);overflow:hidden;background:var(--stage-panel-alt-bg);color:var(--stage-fg)}@media (min-width:900px){.stage-editorial-lyrics{width:54%;padding:clamp(2rem,4vw,3rem) var(--stage-pad)}}.stage-editorial-lyrics-label{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--stage-muted-2);margin-bottom:1.5rem;flex-shrink:0}.stage-editorial-lyrics-panel{flex:1;position:relative;overflow:hidden;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-mask-image:linear-gradient(180deg,transparent 0,black 8%,black 92%,transparent);mask-image:linear-gradient(180deg,transparent 0,black 8%,black 92%,transparent)}.stage-editorial-lyrics-scroll{display:flex;flex-direction:column;align-items:center;gap:.85rem;text-align:center;width:100%;max-width:36rem;padding:2rem 1.5rem;transition:transform .6s var(--stage-ease)}.stage-editorial-lyric{line-height:1.35;transition:opacity .3s,filter .3s,color .3s}.stage-editorial-lyric.is-active{font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:400;letter-spacing:-.02em;color:var(--stage-fg);filter:none;opacity:1}.stage-editorial-lyric.is-near{font-size:clamp(1rem,1.7vw,1.2rem);font-weight:300;color:var(--stage-muted);opacity:.9;filter:none}.stage-editorial-lyric.is-far{font-size:clamp(.92rem,1.4vw,1.05rem);font-weight:300;color:var(--stage-muted-2);opacity:.65;filter:blur(.5px)}.stage-editorial-lyric.is-distant{font-size:clamp(.85rem,1.2vw,.95rem);font-weight:300;color:var(--stage-muted-2);opacity:.55;filter:blur(.75px)}.stage-editorial-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--stage-pad);gap:1rem}.stage-editorial-empty-title{font-size:clamp(1.5rem,4vw,1.75rem);font-weight:600;letter-spacing:-.02em;margin:0}.stage-editorial-empty-copy{font-size:15px;color:var(--stage-muted);max-width:22rem;line-height:1.55;margin:0}.stage-editorial-empty-link{margin-top:.5rem;font-size:12px;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;color:var(--stage-link)}.stage-editorial-muted{font-size:17px;color:var(--stage-muted);font-weight:300;text-align:center}@media (max-width:899px){.stage-editorial-links .stage-editorial-link:first-child{display:none}.stage-editorial-lyrics{min-height:40vh}}@media (prefers-reduced-motion:reduce){.stage-editorial-lyric,.stage-editorial-lyrics-scroll,.stage-editorial-progress-fill,.stage-editorial-theme-toggle{transition:none}}