﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--pink:#f49bc6;--text:#f8f4ff;--muted:#c5bed4;--panel:#181928;--line:#ffffff25;font-family:'DM Sans',sans-serif}
*{box-sizing:border-box}body{margin:0;color:var(--text);background:#141621;font-size:14px;height:100dvh;overflow:hidden}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0}button:disabled{opacity:.4;cursor:default}button,input,a{outline-offset:5px}button:focus-visible,a:focus-visible{outline:2px solid var(--pink)}a{color:inherit;text-decoration:none}input{min-width:0}button:hover{color:#fff}button[aria-pressed=true]{color:var(--pink)}[hidden]{display:none!important}
#scene{position:fixed;inset:0;z-index:-3;background:radial-gradient(ellipse at 25% 25%,#605875,#29283e 55%,#141421);background-size:cover;background-position:center;transition:background-image .5s}body:before{content:'';position:fixed;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(0deg,#0d101bf5 0%,#10121c85 23%,#14142408 65%,#0d101b88 100%),linear-gradient(90deg,#17162924,#0c102735)}
.topbar{position:fixed;inset:0 0 auto;z-index:5;display:flex;align-items:center;justify-content:space-between;height:78px;padding:0 34px;background:linear-gradient(#14172650,transparent)}.brand{font-weight:700;font-size:28px;letter-spacing:-1.4px}.brand span{color:var(--pink)}nav{display:flex;gap:32px;position:absolute;left:50%;transform:translateX(-50%)}nav button{padding:13px 0;color:#ddd7eb;font-size:14px;border-bottom:2px solid transparent}nav button.active{border-color:var(--pink);color:white}.top-actions{display:flex;gap:18px;align-items:center}.radio-pill{border:1px solid #dad2ec70;border-radius:22px;padding:9px 15px;color:#ddd7eb;display:flex;align-items:center;gap:8px;font-size:12px}.radio-pill i{height:8px;width:8px;background:var(--pink);border-radius:50%}.radio-pill.active{background:#ed9bc41c;border-color:var(--pink)}.login-button{font-size:11px;color:#c8c0d5;padding:8px 0;max-width:130px}
main{position:absolute;right:0;top:0;bottom:0;width:42%;padding:98px 30px 45px 24px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#ffffff25 transparent;overscroll-behavior:contain}main:before{content:'';position:fixed;inset:0 0 0 auto;width:47%;z-index:-1;pointer-events:none;background:linear-gradient(115deg,#181c2e85,#101420be);clip-path:polygon(14% 0,100% 0,100% 100%,0% 100%);backdrop-filter:blur(9px)}header{margin:0 0 17px 20px}#breadcrumb{display:none}#search-form{display:flex;align-items:center;gap:12px;border:1px solid #ddd5f339;background:#c7c8e30a;border-radius:9px;padding:12px 15px}#search-form>span{font-size:24px;color:#c5bfd6;line-height:1}#search{flex:1;border:0;background:transparent;outline:0;width:100%;font-size:15px}#search::placeholder{color:#bdb7cd}#search-form button{color:#bdb7cd}.library-tabs{display:flex;gap:18px;align-items:center;margin:0 0 12px 20px}.library-tabs button{font-size:11px;color:#c0b7cc;padding:4px 0}.library-tabs .active{color:#fff}.library-tabs #focus-mode{margin-left:auto;font-size:20px;line-height:1}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px 20px}.section-heading h2{font-size:12px;font-weight:500;margin:0;color:#dbd5e6}.eyebrow,#section-kicker{font-size:9px;letter-spacing:2px;color:var(--muted)}#section-kicker{display:none}#count{font-size:9px;color:#aaa4ba;white-space:nowrap}.chips{display:none}#notice{font-size:10px;color:#b0a9c0;margin:8px 0 16px 20px;line-height:1.5;min-height:15px}.song-grid{display:flex;flex-direction:column;gap:14px;padding:0 8px 12px 20px}.song-card{position:relative;min-height:118px;flex-shrink:0;border:1px solid #c9c5e254;transform:skew(-10deg);isolation:isolate;overflow:hidden;background:#20253c;transition:border-color .18s,translate .18s}.song-card:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#111527b8,#15162a24 70%),linear-gradient(0deg,#12131e70,transparent);pointer-events:none}.song-art{position:absolute;inset:-10% -4%;width:108%;height:120%;object-fit:cover;transform:skew(10deg);z-index:-2;opacity:.86;transition:opacity .2s}.song-card:hover{border-color:#e8cce5;translate:-3px 0}.song-card:hover .song-art{opacity:1}.song-card.is-current{border:2px solid var(--pink);box-shadow:0 0 18px #e089bc19}.row-select{display:block;text-align:left;width:100%;height:100%;min-height:118px;padding:22px 68px 20px 25px;transform:skew(10deg)}.song-copy{display:flex;flex-direction:column;gap:5px;pointer-events:none}.song-title{font-size:clamp(18px,1.9vw,29px);font-weight:500;line-height:1.15;text-shadow:0 2px 10px #0005;overflow-wrap:anywhere}.song-artist{font-size:12px;color:#eee7f5}.track-meta{font-size:9px;color:#d6c9df;letter-spacing:.5px}.is-current .track-meta{color:#fad4e9}.row-actions{position:absolute;right:11px;top:20px;bottom:20px;display:flex;flex-direction:column;justify-content:space-between;transform:skew(10deg)}.row-actions button{font-size:20px;padding:5px;line-height:1;color:#f6e7f3}.row-actions .art-choice{font-size:18px;opacity:.75}.row-actions button:hover{color:var(--pink)}.local-song{background:linear-gradient(110deg,#534059,#24283f)}#more{display:block;margin:15px auto}.quiet,.primary{border:1px solid #ffffff35;border-radius:20px;padding:10px 18px;font-size:12px}.primary{background:var(--pink);color:#251b2b;border-color:var(--pink);font-weight:700}.page-footer{display:flex;justify-content:space-between;gap:15px;color:#a69bb5;font-size:9px;margin:28px 0 0 20px}.page-footer span{letter-spacing:1.4px}
.player{position:fixed;left:40px;bottom:35px;width:calc(58% - 110px);z-index:3}.now-copy{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.now-copy>span{font-size:16px;color:#e7e1ef;text-shadow:0 2px 15px #0008}#now-title{font-size:clamp(30px,3.2vw,50px);letter-spacing:-1.4px;font-weight:500;text-align:left;padding:0;line-height:1.2;max-width:100%;overflow-wrap:anywhere;text-shadow:0 2px 20px #0005}#now-art-button{display:flex;align-items:center;gap:14px;font-size:13px;color:#d4cddd;padding:0;margin:17px 0 28px;min-height:35px}#now-art-button img{height:36px;width:44px;border-radius:5px;object-fit:cover;border:1px solid #ffffff35}#now-art-button .chevron{font-size:24px;color:#eee6f4}.transport{display:flex;flex-direction:column}.transport-buttons{order:2;display:flex;align-items:center;justify-content:center;gap:35px;margin-top:19px}.transport-buttons button{font-size:23px;padding:10px;line-height:1}.transport-buttons .play-main{width:82px;height:82px;border:2px solid #f6edff;border-radius:50%;font-size:29px;display:grid;place-items:center;background:#17172830;backdrop-filter:blur(4px);transition:background .2s}.play-main:hover{background:#f1a2c72b}.transport-buttons #shuffle,.transport-buttons #repeat{font-size:25px;color:#dfd8ec}.transport-buttons button[aria-pressed=true]{color:var(--pink)!important}.seek{display:grid;grid-template-columns:1fr 1fr;gap:8px;color:#c5bfd1;font-size:12px}.seek input{grid-column:1/-1;grid-row:1;width:100%;margin:0;accent-color:var(--pink);height:6px}.seek #duration{text-align:right}.seek #elapsed{grid-row:2}input[type=range]{cursor:pointer;accent-color:var(--pink)}#playback-label{position:absolute;right:0;top:-20px;font-size:9px;color:var(--pink);letter-spacing:1px}.volume{display:flex;align-items:center;gap:8px;position:absolute;bottom:3px;right:0;opacity:.7}.volume button{font-size:15px;padding:3px}.volume input{width:60px;height:3px}.player:has(#now-art-button:disabled) .now-copy{opacity:.9}
#browse-toggle{position:fixed;z-index:6;left:40px;top:96px;display:none;align-items:center;gap:12px;border:1px solid #ffffff35;background:#161a2b80;backdrop-filter:blur(12px);border-radius:25px;padding:10px 18px;font-size:12px}body[data-page=player] main{display:none}body[data-page=player] #browse-toggle{display:flex}body[data-page=player] .player{width:min(660px,calc(100% - 80px))}
#art-dialog{position:fixed;inset:auto auto 253px 40px;margin:0;width:min(660px,calc(58vw - 80px));max-width:none;max-height:58vh;padding:20px;background:#151825e8;color:var(--text);border:1px solid #cfbed64d;border-radius:12px;box-shadow:0 16px 60px #0005;backdrop-filter:blur(25px)}dialog::backdrop{background:#10132226}.dialog-heading{display:flex;align-items:center;justify-content:space-between}.dialog-heading h2{font-size:16px;font-weight:500;margin:0}.dialog-heading .eyebrow{display:none}#close-art{font-size:17px;padding:4px}.picker-help{font-size:11px;color:#c3b9d1;margin:8px 0}#picker-status{font-size:10px;line-height:1.5;color:#a79db8;margin:8px 0 14px}#art-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:32vh;overflow-y:auto;scrollbar-width:thin}#art-grid button{text-align:left;padding:5px;border:1px solid transparent;border-radius:7px;background:#ffffff03}#art-grid button.selected{border-color:var(--pink);background:#e59ec31a}#art-grid img{width:100%;aspect-ratio:1.65;object-fit:cover;border-radius:4px}#art-grid strong{display:block;font-size:11px;margin:5px 0;font-weight:500}#art-grid span{display:block;font-size:9px;color:#c5b9d0;line-height:1.5;margin-top:4px}#toast{display:none;position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:30;max-width:min(500px,90vw);border:1px solid #e8c8df40;border-radius:10px;background:#212234ef;color:#f5edf8;padding:13px 20px;font-size:12px;line-height:1.6;box-shadow:0 10px 35px #0005}
#station{margin:20px 0 30px 20px;border-top:1px solid #ffffff35;padding:26px 0}.station-banner h2{font-size:38px;letter-spacing:-1px;font-weight:500;margin:18px 0 12px}.station-banner p{color:#cdc1d6;font-size:13px;line-height:1.8}.station-banner button{margin-top:15px;padding:12px 24px;border:1px solid var(--pink);border-radius:25px;color:var(--pink)}#queue-panel{margin-left:20px}#queue-panel .section-heading{margin-left:0}#queue-panel .section-heading h2{font-size:20px}#queue-panel .section-heading>span{font-size:8px;color:var(--muted);letter-spacing:1px}#station-now{font-size:12px;line-height:1.8;color:#cbbfd4}#queue button{display:block;width:100%;text-align:left;border-bottom:1px solid #ffffff1c;padding:18px 0;font-size:12px;line-height:1.6;color:#c2b6cf;opacity:1}#queue .active{color:var(--pink)}#import-panel{margin:0 0 25px 20px;border-bottom:1px solid #ffffff25;padding-bottom:20px}#import-panel h1{font-size:30px;font-weight:500;letter-spacing:-1px}#import-panel p{font-size:12px;color:#c9bfd4;line-height:1.8}#import-panel label{display:inline-block;margin-top:10px}#community-panel{margin:15px 0 0 20px}#community-panel h1{font-size:35px;font-weight:500;letter-spacing:-1px;margin:15px 0}#community-panel>p{font-size:12px;line-height:1.8;color:#c8bbd2}#mixtape-form{display:grid;gap:13px;margin-top:30px;padding-top:25px;border-top:1px solid #ffffff25}#mixtape-form h2{font-size:17px;font-weight:500}#mixtape-form input{padding:12px;background:#ffffff06;border:1px solid #ffffff25;border-radius:6px;width:100%}#mixtape-form p,#mixtape-form small{font-size:11px;color:#bfb1cb;line-height:1.7;margin:0}#mixtape-form button{justify-self:start}#mixtapes{margin-top:25px}.mixtape{padding:20px 0;border-top:1px solid #ffffff25}.mixtape h2{font-size:22px}.mixtape p{color:var(--muted);overflow-wrap:anywhere;white-space:pre-wrap}.mixtape .quiet{margin-right:8px}.mixtape.featured{border-color:var(--pink)}.empty-tapes{font-size:12px;color:#bfb1cb}
@media(min-width:1600px){.song-card,.row-select{min-height:145px}.song-grid{gap:16px}.player{bottom:50px}main{padding-top:110px}.song-card:nth-child(2){margin-left:-4px}.song-card:nth-child(3){margin-left:-8px}.song-card:nth-child(4){margin-left:-12px}.song-card:nth-child(5){margin-left:-16px}}
@media(max-width:1100px){.topbar{padding:0 24px}.top-actions{gap:12px}.login-button{max-width:85px;font-size:10px}nav{gap:20px;left:42%}main{width:45%;padding-right:20px;padding-left:8px}main:before{width:50%}.player{left:28px;width:calc(55% - 65px)}.transport-buttons{gap:22px}.transport-buttons .play-main{width:70px;height:70px}.volume{bottom:-18px}.song-title{font-size:22px}#art-dialog{left:25px;width:calc(55vw - 50px);bottom:240px}.song-card,.row-select{min-height:111px}.row-select{padding-left:20px;padding-right:50px}}
@media(max-width:760px){.topbar{height:66px;padding:0 20px}.brand{font-size:25px}nav{position:fixed;left:20px;top:71px;transform:none;gap:23px;z-index:6}nav button{font-size:12px;padding:7px 0}.top-actions{gap:10px}.radio-pill{font-size:10px;padding:8px 11px}.login-button{font-size:9px;max-width:63px}.player{left:24px;bottom:65px;width:calc(100% - 48px)}#now-title{font-size:37px;letter-spacing:-1px}.now-copy>span{font-size:14px}.transport-buttons{gap:27px;margin-top:15px}.transport-buttons .play-main{width:72px;height:72px}.transport-buttons button{font-size:22px;padding:7px}.volume{right:0;bottom:-28px}.volume input{width:70px}#now-art-button{margin:16px 0 25px}.seek{font-size:11px}#browse-toggle{display:flex;left:auto;right:20px;top:auto;bottom:17px;padding:8px 16px;font-size:11px;background:#1b2036c9}body[data-page=player] #browse-toggle{top:auto}body[data-page=player] .player{width:calc(100% - 48px)}main{display:none;position:fixed;inset:122px 12px 63px;width:auto;border:1px solid #c2b5d433;border-radius:18px;background:#151b2bef;backdrop-filter:blur(25px);padding:22px 15px 26px 5px;z-index:7;box-shadow:0 12px 60px #0006}main:before{display:none}body.browser-open main,body[data-page=community] main,body[data-page=myosu] main,body[data-page=radio] main{display:block}body.browser-open #browse-toggle{z-index:8;border-color:var(--pink)}body.browser-open .player,body[data-page=community] .player,body[data-page=myosu] .player,body[data-page=radio] .player{visibility:hidden}header{margin-left:15px}#search-form{padding:10px 12px}.song-card,.row-select{min-height:105px}.song-title{font-size:22px}.song-grid{gap:12px;padding-left:19px;padding-right:9px}.section-heading{margin-left:15px}.library-tabs{margin-left:15px}.page-footer span{display:none}.page-footer{margin-left:15px}#art-dialog{inset:auto 12px 285px 12px;width:auto;max-height:47dvh;padding:15px}#art-grid{max-height:28dvh;grid-template-columns:repeat(3,minmax(0,1fr))}#art-grid strong{font-size:10px}#art-grid span{font-size:8px}#toast{bottom:62px}.station-banner h2{font-size:31px}#station,#community-panel,#import-panel,#queue-panel{margin-left:15px}#community-panel h1{font-size:30px}}
@media(max-height:650px) and (min-width:761px){.player{bottom:22px}.transport-buttons .play-main{width:60px;height:60px}.transport-buttons{margin-top:10px}#now-title{font-size:32px}#now-art-button{margin:10px 0 18px}#art-dialog{bottom:220px;max-height:50vh}.volume{bottom:-12px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
body[data-page=home] .section-heading,body[data-page=home] #notice[data-status=ready]{display:none}body[data-page=home] .library-tabs{margin-bottom:17px}
#art-dialog{width:min(540px,calc(58vw - 65px));padding:16px;max-height:300px}#art-grid{display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;max-height:none;padding-bottom:7px;scrollbar-width:thin}#art-grid button{flex:0 0 calc((100% - 18px)/3);min-width:0}#art-grid img{aspect-ratio:1.6}#art-grid strong{font-size:11px}#art-grid span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#picker-status{margin:5px 0 12px;font-size:9px}.picker-help{display:none}
@media(max-width:760px){#art-dialog{width:auto;max-height:280px;bottom:290px;left:12px;right:12px}#art-grid button{flex-basis:calc((100% - 18px)/3)}#art-grid span{font-size:8px}}
@media(min-width:761px){main{top:78px;padding-top:20px}main:before{top:0}}
@media(max-width:760px){.volume{right:auto;left:0;bottom:-35px}}
input[type=range]{appearance:none;-webkit-appearance:none;background:transparent;height:16px!important}input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:4px;background:linear-gradient(to right,var(--pink) var(--progress,0%),#f1e7ff38 var(--progress,0%))}input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:11px;height:11px;border-radius:50%;background:var(--pink);margin-top:-3.5px}input[type=range]::-moz-range-track{height:4px;border-radius:4px;background:#f1e7ff38}input[type=range]::-moz-range-progress{background:var(--pink);height:4px}input[type=range]::-moz-range-thumb{width:11px;height:11px;border:0;border-radius:50%;background:var(--pink)}
/* Two listening layouts; account, station and collection pages are shared. */
#appearance{font-size:23px;color:#e9ddee;padding:5px;line-height:1}#appearance-dialog{width:min(620px,calc(100vw - 30px));padding:25px;border:1px solid #c7a8c85c;border-radius:18px;background:#171c2bee;color:#f6f0fa;backdrop-filter:blur(25px);box-shadow:0 25px 100px #0008}#appearance-dialog .dialog-heading h2{font-size:22px}#appearance-dialog p,#appearance-dialog small{color:#c5bbd1;font-size:12px;line-height:1.7}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:22px 0}.theme-options>button{text-align:left;border:1px solid #ffffff25;padding:10px;border-radius:12px;background:#ffffff04}.theme-options>button[aria-pressed=true]{border-color:var(--pink);background:#e698bd10}.theme-options strong{display:block;font-size:16px;margin:12px 3px 5px}.theme-options>button>span:last-child{display:block;font-size:11px;line-height:1.6;color:#c9bfd6;margin:0 3px 6px}.theme-preview{display:block;height:130px;position:relative;overflow:hidden;border-radius:7px;background:linear-gradient(170deg,#444976,#ba7291 52%,#272e4b 53%,#101626)}.theme-preview:before{content:'osuFM';position:absolute;top:10px;left:10px;font-size:9px;color:#fff}.theme-preview i{position:absolute;width:40%;height:5px;background:#f9e6f2;left:12px;bottom:49px;border-radius:3px}.theme-preview b{position:absolute;left:12px;bottom:35px;width:60%;height:2px;background:#f3adcc}.preview-panorama em{position:absolute;bottom:9px;left:12px;right:12px;height:20px;background:repeating-linear-gradient(105deg,#cfa2c880 0 20%,transparent 21% 24%);border-top:1px solid #f4cee5}.preview-focus em{position:absolute;right:8px;top:28px;bottom:10px;width:31%;border:1px solid #ddd5f343;background:repeating-linear-gradient(0deg,#292d4588 0 17px,#c5b2d15c 18px 19px);border-radius:4px}.preview-focus i{left:20%;bottom:65px;width:32%}.preview-focus b{left:20%;bottom:49px;width:32%}
@media(min-width:761px){
body[data-theme=panorama][data-listening=true] main{top:auto;bottom:0;left:0;right:0;width:100%;height:264px;padding:8px 32px 16px;overflow:hidden;background:linear-gradient(transparent,#101422cf 30%)}
body[data-theme=panorama][data-listening=true] main:before{display:none}
body[data-theme=panorama][data-listening=true] header{width:min(45%,600px);margin:0 0 14px}
body[data-theme=panorama][data-listening=true] #search-form{padding:8px 13px}
body[data-theme=panorama][data-listening=true] .library-tabs{position:absolute;right:36px;top:13px;margin:0;gap:20px}
body[data-theme=panorama][data-listening=true] .section-heading,body[data-theme=panorama][data-listening=true] .page-footer{display:none}
body[data-theme=panorama][data-listening=true] #notice{position:absolute;left:50%;right:180px;top:0;font-size:10px}
body[data-theme=panorama][data-listening=true] #notice[data-status=ready]{display:none}
body[data-theme=panorama][data-listening=true] .song-grid{display:flex;flex-direction:row;gap:15px;overflow-x:auto;overflow-y:hidden;padding:2px 14px 10px;scrollbar-width:thin;height:177px;scroll-snap-type:x proximity}
body[data-theme=panorama][data-listening=true] .song-card{flex:0 0 clamp(215px,21vw,320px);min-height:150px;height:150px;margin:0!important;scroll-snap-align:start}
body[data-theme=panorama][data-listening=true] .row-select{height:150px;min-height:150px;padding:70px 42px 12px 16px;display:flex;align-items:flex-end}
body[data-theme=panorama][data-listening=true] .song-title{font-size:19px}body[data-theme=panorama][data-listening=true] .song-artist{font-size:10px}body[data-theme=panorama][data-listening=true] .track-meta{font-size:8px}
body[data-theme=panorama][data-listening=true] .row-actions{top:10px;bottom:15px;right:8px}
body[data-theme=panorama][data-listening=true] #more{position:fixed;bottom:3px;right:35px;padding:3px 12px;background:#141726;margin:0;font-size:10px;z-index:4}
body[data-theme=panorama][data-listening=true] .player{left:36px;right:36px;width:auto;bottom:281px}
body[data-theme=panorama][data-listening=true] .now{display:flex;align-items:flex-end;gap:25px;margin-bottom:16px}
body[data-theme=panorama][data-listening=true] #now-title{font-size:30px;letter-spacing:-.7px}
body[data-theme=panorama][data-listening=true] .now-copy>span{font-size:13px}
body[data-theme=panorama][data-listening=true] #now-art-button{margin:0 0 3px;font-size:11px}
body[data-theme=panorama][data-listening=true] .transport{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;padding-right:105px}
body[data-theme=panorama][data-listening=true] .transport-buttons{order:0;gap:15px;margin:0;justify-content:flex-start}
body[data-theme=panorama][data-listening=true] .transport-buttons button{font-size:18px;padding:5px}
body[data-theme=panorama][data-listening=true] .transport-buttons .play-main{width:42px;height:42px;font-size:20px;border-width:1px}
body[data-theme=panorama][data-listening=true] .seek{grid-template-columns:40px 1fr 40px;gap:10px;align-items:center}
body[data-theme=panorama][data-listening=true] .seek input{grid-column:2;grid-row:1}
body[data-theme=panorama][data-listening=true] .seek #elapsed{grid-column:1;grid-row:1}
body[data-theme=panorama][data-listening=true] .seek #duration{grid-column:3;grid-row:1}
body[data-theme=panorama][data-listening=true] .volume{bottom:10px;right:0}
body[data-theme=panorama][data-page=player] .player{bottom:60px}
body[data-theme=panorama] #art-dialog{bottom:405px;width:min(540px,80vw);left:35px;max-height:calc(100dvh - 430px)}
body[data-theme=panorama][data-page=player] #art-dialog{bottom:210px;max-height:300px}
body[data-theme=focus][data-listening=true] main{top:96px;bottom:32px;right:28px;width:31%;padding:20px 15px;background:#141a29cb;border:1px solid #c8bbd630;border-radius:16px;backdrop-filter:blur(20px)}
body[data-theme=focus][data-listening=true] main:before{display:none}
body[data-theme=focus][data-listening=true] header,body[data-theme=focus][data-listening=true] .library-tabs,body[data-theme=focus][data-listening=true] .section-heading,body[data-theme=focus][data-listening=true] #notice{margin-left:0}
body[data-theme=focus][data-listening=true] .song-grid{gap:5px;padding:0}
body[data-theme=focus][data-listening=true] .song-card{transform:none;min-height:83px;height:83px;margin:0!important;border:1px solid transparent;background:transparent;border-radius:5px;overflow:hidden;box-shadow:none}
body[data-theme=focus][data-listening=true] .song-card:before{display:none}
body[data-theme=focus][data-listening=true] .song-card.is-current{background:#dcb6d312;border-left:3px solid var(--pink)}
body[data-theme=focus][data-listening=true] .song-art{inset:12px auto 12px 8px;width:86px;height:59px;transform:none;border-radius:4px;opacity:1;z-index:0}
body[data-theme=focus][data-listening=true] .row-select{transform:none;min-height:83px;height:83px;padding:12px 32px 12px 108px;position:relative;z-index:1}
body[data-theme=focus][data-listening=true] .song-title{font-size:14px;line-height:1.2}
body[data-theme=focus][data-listening=true] .song-artist{font-size:10px;color:#b6acc5}
body[data-theme=focus][data-listening=true] .track-meta{font-size:9px}
body[data-theme=focus][data-listening=true] .row-actions{transform:none;right:0;top:10px;bottom:10px;z-index:2}.row-actions button{line-height:1}
body[data-theme=focus][data-listening=true] .row-actions button{font-size:15px}
body[data-theme=focus][data-listening=true] .player{left:12%;top:48%;bottom:auto;width:37%;transform:translateY(-35%)}
body[data-theme=focus][data-listening=true] #now-title{font-size:clamp(30px,3.3vw,53px);color:#f1adcf}
body[data-theme=focus][data-listening=true] .transport-buttons{gap:24px}
body[data-theme=focus][data-listening=true] .transport-buttons .play-main{width:65px;height:65px;font-size:24px}
body[data-theme=focus][data-listening=true] .volume{bottom:-35px;right:0}
body[data-theme=focus][data-page=player] .player{left:30%;width:40%}
body[data-theme=focus] #art-dialog{left:10%;bottom:55%;width:min(540px,50vw);max-height:36vh}
}
@media(max-width:760px){
.top-actions{gap:7px}#appearance{font-size:21px;padding:3px}.topbar{padding:0 16px}.login-button{max-width:48px;font-size:8px}.theme-preview{height:105px}.theme-options{gap:9px}#appearance-dialog{padding:18px}
body[data-theme=panorama][data-listening=true]:not([data-page=player]) main{display:block;inset:auto 0 0;height:235px;width:100%;padding:8px 16px;border-radius:0;border:0;border-top:1px solid #ffffff13;background:#11192abf;box-shadow:none}
body[data-theme=panorama][data-listening=true] header{margin:0 0 9px;width:58%}body[data-theme=panorama][data-listening=true] #search-form{padding:7px 10px;gap:6px}body[data-theme=panorama][data-listening=true] #search{font-size:12px}
body[data-theme=panorama][data-listening=true] .library-tabs{position:absolute;right:15px;top:17px;gap:12px;margin:0}body[data-theme=panorama][data-listening=true] .library-tabs button{font-size:9px}body[data-theme=panorama][data-listening=true] .library-tabs #focus-mode{font-size:18px}
body[data-theme=panorama][data-listening=true] .section-heading,body[data-theme=panorama][data-listening=true] .page-footer,body[data-theme=panorama][data-listening=true] #notice[data-status=ready]{display:none}
body[data-theme=panorama][data-listening=true] #notice{margin:0;font-size:9px}
body[data-theme=panorama][data-listening=true] .song-grid{flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;height:157px;padding:2px 12px 8px;scrollbar-width:thin}
body[data-theme=panorama][data-listening=true] .song-card{flex:0 0 215px;min-height:140px;height:140px}.song-card{scroll-margin:5px}
body[data-theme=panorama][data-listening=true] .row-select{min-height:140px;height:140px;padding:65px 38px 12px 15px}.song-copy{min-width:0}
body[data-theme=panorama][data-listening=true] .song-title{font-size:18px}body[data-theme=panorama][data-listening=true] .song-artist{font-size:10px}
body[data-theme=panorama][data-listening=true] .player{visibility:visible;bottom:259px;left:22px;width:calc(100% - 44px)}
body[data-theme=panorama][data-listening=true] #now-title{font-size:30px}body[data-theme=panorama][data-listening=true] #now-art-button{margin:10px 0 12px;font-size:11px}body[data-theme=panorama][data-listening=true] #now-art-button img{height:26px;width:33px}
body[data-theme=panorama][data-listening=true] .transport-buttons{gap:25px;margin-top:9px}body[data-theme=panorama][data-listening=true] .transport-buttons .play-main{height:50px;width:50px;font-size:23px}body[data-theme=panorama][data-listening=true] .volume{display:none}
body[data-theme=panorama][data-listening=true] #browse-toggle{display:none}body[data-theme=panorama][data-page=player] #browse-toggle{display:flex}body[data-theme=panorama][data-page=player] .player{bottom:75px}
body[data-theme=panorama] #art-dialog{bottom:405px;max-height:calc(100dvh - 435px)}body[data-theme=panorama][data-page=player] #art-dialog{bottom:290px;max-height:280px}
body[data-theme=panorama][data-listening=true] #more{position:absolute;right:20px;bottom:0;margin:0;padding:2px 8px;font-size:9px;background:#161c2c}
body[data-theme=focus][data-listening=true]:not(.browser-open) .player{bottom:auto;top:43%;transform:translateY(-15%)}
body[data-theme=focus] #art-dialog{bottom:auto;top:130px;max-height:240px}
}
/* Shared Panorama language across the collection, community and station. */
#scene-next{position:fixed;inset:0;z-index:-3;background-size:cover;background-position:center;opacity:0;transition:opacity 420ms ease;pointer-events:none}
body:before{transition:background 300ms ease}body[data-listening=false]:before{background:linear-gradient(#111727ae,#111523ec)}
button,a,input{transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease}button:active:not(:disabled){translate:0 1px}.song-card{transition:border-color 180ms ease,translate 180ms ease,background-color 180ms ease}.song-art{transition:opacity 300ms ease}.song-art:not(.art-ready){opacity:0}.song-art.art-ready{opacity:.88}.song-card:not(.missing-art):has(.song-art:not(.art-ready)):after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(105deg,transparent 20%,#ffffff12 45%,transparent 70%);background-size:220% 100%;animation:artwork-loading 1.25s ease-in-out infinite}.missing-art:after{content:'Artwork unavailable';position:absolute;bottom:8px;right:13px;font-size:8px;color:#c2b6ce;pointer-events:none}.local-song{background:#272639}
@keyframes artwork-loading{from{background-position:100% 0}to{background-position:-120% 0}}
body[data-listening=false] main{display:block;position:fixed;top:100px;bottom:136px;left:0;right:0;width:100%;max-width:1600px;margin:0 auto;padding:0 5% 30px;border:0;border-radius:0;background:none;backdrop-filter:none;box-shadow:none;overflow-y:auto;overflow-x:hidden}
body[data-listening=false] main:before{display:none}body[data-listening=false] header{margin:0 0 22px;width:min(520px,50%)}
body[data-listening=false] .player{position:fixed;left:0;right:0;bottom:0;top:auto;transform:none;width:100%;height:112px;background:#111827d9;border-top:1px solid #dbc9e525;backdrop-filter:blur(20px);display:grid;grid-template-columns:minmax(190px,1fr) minmax(330px,1.5fr) 100px;align-items:center;gap:30px;padding:16px 5%;visibility:visible}
body[data-listening=false] .now-copy>span{font-size:11px}body[data-listening=false] #now-title{font-size:20px;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}body[data-listening=false] #now-art-button{font-size:9px;margin:7px 0 0;min-height:20px;gap:7px}body[data-listening=false] #now-art-button img{width:28px;height:22px}body[data-listening=false] #now-art-button .chevron{font-size:16px}
body[data-listening=false] .transport{display:grid;grid-template-columns:190px 1fr;gap:16px;align-items:center}body[data-listening=false] .transport-buttons{order:0;margin:0;gap:12px}body[data-listening=false] .transport-buttons button{font-size:15px;padding:3px}body[data-listening=false] .transport-buttons .play-main{height:42px;width:42px;font-size:18px;border-width:1px}body[data-listening=false] .transport-buttons #shuffle,body[data-listening=false] .transport-buttons #repeat{font-size:19px}body[data-listening=false] .volume{position:static;display:flex}body[data-listening=false] .seek{font-size:9px;gap:1px}body[data-listening=false] #playback-label{top:8px;right:5%;font-size:8px}body[data-listening=false] #browse-toggle{display:none}
body[data-listening=false] #import-panel{position:relative;margin:0 0 27px;padding:0 0 22px;border-bottom:1px solid #ffffff20}#import-panel h1{font-size:37px;margin:9px 0;font-weight:500;letter-spacing:-1px}#import-panel .collection-heading p{margin:8px 0;font-size:13px}#import-panel label{position:absolute;right:0;top:26px}#import-status{font-size:11px!important;margin:17px 0 0;max-width:850px}body[data-listening=false] .library-tabs{margin:0 0 18px;gap:25px}body[data-listening=false] .section-heading{margin:0}body[data-listening=false] #notice{margin:10px 0 18px}body[data-listening=false] .library-tabs #focus-mode{display:none}
body[data-page=myosu] .song-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 14px 12px}body[data-page=myosu] .song-card{margin:0!important;min-height:135px}body[data-page=myosu] .row-select{min-height:135px;padding:28px 52px 22px 21px}body[data-page=myosu] .song-title{font-size:22px}body[data-page=myosu] .song-artist{font-size:11px}
body[data-listening=false] .page-footer{margin:30px 0 0;padding:20px 0 0;border-top:1px solid #ffffff14}
body[data-page=community] header,body[data-page=radio] header{display:none}#community-panel{margin:0!important}#community-panel h1{font-size:39px;margin:12px 0}#community-panel>p{font-size:14px;margin-bottom:30px}#mixtape-form{float:left;width:36%;margin:0 5% 20px 0;padding:23px;border:1px solid #ffffff20;border-radius:12px;background:#151e2d65}#mixtape-form h2{margin:0 0 5px}#mixtapes{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.empty-tapes{grid-column:1/-1;min-height:260px;display:grid;place-content:center;text-align:center;color:#bdb2ce;border:1px dashed #ffffff20;border-radius:12px;font-size:14px;padding:30px}.mixtape{border:1px solid #ffffff20;background:#161f2d70;border-radius:12px;padding:24px}.mixtape h2{font-size:22px}.page-footer{clear:both}
body[data-page=radio] main{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:35px;align-content:start}#station{margin:0!important;padding:0!important;border:0!important;min-width:0}#station .station-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:24px;border-bottom:1px solid #ffffff20}#programme-title{font-size:39px;margin:15px 0 8px;letter-spacing:-1px;font-weight:500}#programme-description{margin:0;color:#c9bed3;font-size:14px}.station-live{color:#f3a2c9}.station-heading button{white-space:nowrap;margin:0!important;padding:13px 23px!important;background:#f3a2c917}.station-now-card{display:grid;grid-template-columns:minmax(180px,40%) 1fr;gap:26px;align-items:center;padding:28px 0}.station-now-card>img{width:100%;aspect-ratio:1.6;object-fit:cover;border-radius:9px;border:1px solid #ffffff25}.station-now-card h2{font-size:28px;margin:10px 0;font-weight:500;letter-spacing:-.5px}.station-now-card p{margin:8px 0}.station-note{font-size:10px!important;color:#a99ab8!important}.broadcast-meter{display:flex;align-items:center;gap:4px;height:32px;margin:12px 0}.broadcast-meter i{height:10px;width:3px;border-radius:2px;background:#e6a1c4;opacity:.5}.on-air .broadcast-meter i{animation:broadcast 1100ms ease-in-out infinite alternate;opacity:1}.broadcast-meter i:nth-child(2n){animation-delay:-350ms}.broadcast-meter i:nth-child(3n){animation-delay:-700ms}@keyframes broadcast{from{height:5px}to{height:26px}}
.programme-guide{border-top:1px solid #ffffff20;padding-top:20px}.programme-guide h2{font-size:18px;font-weight:500;margin:0 0 18px}#programme-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.programme-slot{border-left:2px solid #d598bf6b;padding:2px 0 2px 13px;display:flex;flex-direction:column;gap:8px}.programme-slot time{font-size:12px;color:#eda1c7}.programme-slot strong{font-weight:500;font-size:14px}.programme-slot span{font-size:10px;color:#bbaac7;line-height:1.6}body[data-page=radio] #queue-panel{margin:0;padding:0 0 0 25px;border-left:1px solid #ffffff20}#queue-panel .section-heading{margin:0 0 20px;display:block}#queue-panel .section-heading h2{font-size:20px;margin-bottom:8px}#queue-panel .section-heading>span{font-size:8px}#station-now{font-size:11px;line-height:1.7;color:#bbaac7}.station-upcoming{display:grid;grid-template-columns:70px 1fr;gap:5px 12px;padding:16px 0;border-bottom:1px solid #ffffff12;align-content:center}.station-upcoming img{width:70px;height:48px;object-fit:cover;border-radius:4px;grid-row:1/3}.station-upcoming strong{font-size:12px;font-weight:500;align-self:end}.station-upcoming span{font-size:10px;color:#bbaac7}body[data-page=radio] .page-footer{grid-column:1/-1;margin:0}
@media(min-width:1550px){body[data-page=myosu] .song-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1100px) and (min-width:761px){body[data-listening=false] .player{gap:20px;grid-template-columns:1fr 1.5fr 80px;padding-inline:4%}body[data-listening=false] .transport{grid-template-columns:160px 1fr;gap:10px}body[data-listening=false] .transport-buttons{gap:8px}body[data-page=myosu] .song-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-page=radio] main{grid-template-columns:1fr}body[data-page=radio] #queue-panel{border-left:0;padding-left:0}#queue{display:grid;grid-template-columns:1fr 1fr;gap:10px 25px}}
@media(max-width:760px){body[data-listening=false] main{inset:122px 0 106px;width:100%;padding:0 20px 25px;display:block}body[data-listening=false] header{width:100%;margin-bottom:20px}body[data-listening=false] .player{height:97px;display:grid;grid-template-columns:minmax(0,1fr) 150px;padding:10px 20px;gap:12px;z-index:8}body[data-listening=false] #now-title{font-size:17px}body[data-listening=false] .now-copy>span{font-size:10px}body[data-listening=false] .transport{display:flex;flex-direction:column;gap:8px}body[data-listening=false] .transport-buttons{gap:10px;order:0}body[data-listening=false] .transport-buttons #shuffle,body[data-listening=false] .transport-buttons #repeat{display:none}body[data-listening=false] .transport-buttons .play-main{width:35px;height:35px;font-size:15px}body[data-listening=false] .seek{width:100%;gap:0}body[data-listening=false] .volume{display:none}body[data-listening=false] #now-art-button{font-size:8px;margin:5px 0 0}body[data-listening=false] #playback-label{top:3px;font-size:7px}body[data-listening=false] .player #now-art-button img{width:23px;height:18px}body[data-listening=false] #import-panel label{position:static;margin-top:14px}#import-panel h1{font-size:31px}#import-panel .collection-heading p{font-size:12px}body[data-page=myosu] .song-grid{grid-template-columns:1fr;gap:12px;padding-inline:10px}body[data-page=myosu] .song-card,body[data-page=myosu] .row-select{min-height:115px}#mixtape-form{float:none;width:100%;margin:0 0 20px;padding:19px}#mixtapes{grid-template-columns:1fr}#community-panel h1{font-size:30px}#community-panel>p{font-size:12px}.empty-tapes{min-height:130px}body[data-page=radio] main{display:block}#station .station-heading{display:block;padding-bottom:20px}#programme-title{font-size:30px}#programme-description{font-size:12px}.station-heading button{margin-top:20px!important} .station-now-card{grid-template-columns:1fr;gap:15px;padding:23px 0}.station-now-card>img{max-height:190px}.station-now-card h2{font-size:25px}#programme-list{grid-template-columns:1fr;gap:15px}.programme-slot{display:grid;grid-template-columns:55px 1fr;gap:5px 10px}.programme-slot span{grid-column:2}body[data-page=radio] #queue-panel{border-left:0;border-top:1px solid #ffffff20;margin-top:25px;padding:23px 0 0}.station-upcoming{padding:12px 0}}
@media(prefers-reduced-motion:reduce){#scene-next{transition:none}.broadcast-meter i{animation:none!important}.on-air .broadcast-meter i{height:14px}.song-card:has(.song-art:not(.art-ready)):after{animation:none}}
@media(min-width:761px){body[data-page=myosu] header{position:absolute;right:5%;top:0;width:35%;margin:0}body[data-page=myosu] #import-panel{padding-top:0;padding-bottom:16px;margin-bottom:18px}body[data-page=myosu] #import-panel label{top:68px}body[data-page=myosu] #import-status{margin-top:18px}body[data-page=myosu] .collection-heading{max-width:55%}body[data-page=myosu] #notice{margin:8px 0 14px}}
