*{box-sizing:border-box} :root{color-scheme:dark;--bg:#080808;--panel:#141414;--raised:#222;--muted:#969696;--line:#292929;--white:#f8f8f8;--sidebar:224px}body{margin:0;background:var(--bg);color:var(--white);font:15px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.015em}button,input,a{-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button{cursor:pointer;color:inherit}button:disabled{opacity:.45;cursor:default}a{color:inherit;text-decoration:none}button{border:0;background:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid white;outline-offset:4px}button:hover{filter:brightness(1.16)}img{object-fit:cover;display:block}h1,h2,h3,p{margin:0}h1{font-size:clamp(32px,4.5vw,60px);line-height:1.05;letter-spacing:-.065em;font-weight:780}h2{font-size:25px;letter-spacing:-.045em}h3{font-size:17px;letter-spacing:-.025em}small{font-size:12px;color:var(--muted)}svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}[hidden]{display:none!important}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar);padding:35px 24px;background:#050505;border-right:1px solid #191919;z-index:2}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:760;letter-spacing:-1.2px;line-height:1}.brand img{width:43px;height:43px;border-radius:12px}.brand-sub{display:block;font-size:9px;letter-spacing:4px;color:#888;padding-top:7px}.desktop-nav{display:flex;flex-direction:column;gap:6px;margin-top:50px}.nav-link{display:flex;align-items:center;gap:16px;padding:14px 16px;border-radius:9px;color:#aaa;font-weight:600}.nav-link.active{background:#1b1b1b;color:#fff}.sidebar-note{position:absolute;bottom:135px;left:40px;font-size:12px;color:#707070;line-height:1.8;letter-spacing:0}.live-dot{display:inline-block;width:6px;height:6px;background:#fff;border-radius:50%;margin:0 6px 2px 0}.app-shell{margin-left:var(--sidebar);padding:0 42px 150px;max-width:1680px}.topbar{height:92px;display:flex;align-items:center;justify-content:space-between}.breadcrumb{font-size:12px;color:#777;letter-spacing:.025em}.mobile-brand{display:none}.icon-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;color:#bbb;flex-shrink:0}.icon-button:hover{background:#282828;color:white}.icon-button.active{color:white}.icon-button.active svg.heart{fill:white}.page-heading{display:flex;justify-content:space-between;align-items:center;margin:22px 0 28px}.eyebrow{font-size:10px;color:#a1a1a1;letter-spacing:2px;font-weight:600;margin-bottom:15px}.hero{display:grid;grid-template-columns:1fr 43%;min-height:330px;background:linear-gradient(115deg,#262626,#141414);border:1px solid #303030;border-radius:18px;overflow:hidden}.hero-copy{padding:38px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;z-index:1}.hero h1{font-size:clamp(38px,4.5vw,66px);max-width:460px}.hero p{font-size:14px;color:#b4b4b4;max-width:320px}.white-button{display:inline-flex;gap:10px;align-items:center;justify-content:center;padding:13px 23px;background:white;color:black;border-radius:999px;font-weight:700;font-size:14px}.white-button svg{width:18px;height:18px;fill:currentColor;stroke:none}.hero-art{position:relative;min-width:0;overflow:hidden}.hero-art img{height:100%;width:100%;opacity:.65}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#19191900,#0002)}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:36px 0 19px}.text-button{font-size:12px;color:#b7b7b7;padding:8px 0}.card-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px,1fr);gap:20px;overflow-x:auto;padding:1px 1px 12px;scrollbar-width:thin}.music-card{padding:0;text-align:left;min-width:0;width:100%;transition:transform .18s}.music-card:hover{transform:translateY(-3px)}.music-card img{width:100%;aspect-ratio:1;border-radius:11px;background:#242424;filter:grayscale(1)}.music-card.artist img{border-radius:50%}.music-card strong{display:block;margin-top:12px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-card small{display:block;font-size:12px;margin-top:4px}.tracks{display:flex;flex-direction:column}.track-row{display:grid;grid-template-columns:28px 48px minmax(0,1fr) 44px 46px;align-items:center;gap:14px;border-radius:8px;padding:10px 12px;min-height:68px}.track-row:hover{background:#191919}.track-row.current{background:#1e1e1e}.track-row .number{font-size:12px;color:#777;text-align:center;font-variant-numeric:tabular-nums}.track-row>img{width:48px;height:48px;border-radius:5px}.track-title{display:block;text-align:left;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;max-width:100%}.artist-link{font-size:12px;color:#929292;padding:4px 0 0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.artist-link:hover{text-decoration:underline;color:white}.track-duration{color:#888;font-size:12px;font-variant-numeric:tabular-nums;text-align:right}.track-copy{min-width:0}.track-row .icon-button{width:38px;height:38px}.track-row .icon-button svg{width:18px;height:18px}.search-box{display:flex;align-items:center;gap:14px;background:#252525;border:1px solid #333;border-radius:10px;padding:15px 18px;margin:22px 0}.search-box input{width:100%;border:0;outline:none;background:transparent;color:#fff;font-size:16px}.search-box svg{color:#b0b0b0}.chips{display:flex;gap:9px;overflow:auto;margin:20px 0 28px;scrollbar-width:none}.chip{padding:8px 17px;background:#202020;border:1px solid #2b2b2b;border-radius:999px;white-space:nowrap;font-size:12px}.chip.active{background:white;color:black;border-color:white}.artist-hero{display:flex;align-items:end;gap:30px;padding:36px 0}.artist-hero>img{width:210px;height:210px;border-radius:50%;background:#222}.artist-hero h1{font-size:clamp(38px,5vw,78px);margin:10px 0 18px}.artist-actions{display:flex;align-items:center;gap:18px;margin:10px 0 25px}.empty{padding:64px 20px;text-align:center;background:#111;border:1px solid #1e1e1e;border-radius:15px;color:#9a9a9a}.empty h2{color:white;margin-bottom:10px;font-size:24px}.loading{color:#777;padding:100px 20px;text-align:center}.bottom-shell{position:fixed;bottom:0;left:var(--sidebar);right:0;z-index:5;background:#111;border-top:1px solid #292929}.mini-player{position:relative;display:flex;align-items:center;gap:12px;padding:14px 36px 17px;max-width:1456px;margin:auto;min-height:86px}.mini-details{display:flex;align-items:center;gap:14px;text-align:left;min-width:0;flex:1;padding:0}.mini-details>img{height:51px;width:51px;border-radius:6px;background:#333}.mini-details>span{min-width:0}.mini-details strong,.mini-details small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-details strong{font-size:14px;margin-bottom:4px}.mini-progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:#292929}.mini-progress i{display:block;background:white;height:100%;width:0}.mobile-nav{display:none}#now-playing{padding:0;border:0;border-radius:20px;background:#101010;color:white;width:min(520px,calc(100vw - 32px));max-width:none;height:min(880px,calc(100dvh - 44px));max-height:none;overflow:hidden}#now-playing::backdrop{background:#000c;backdrop-filter:blur(16px)}.player-scroll{height:100%;overflow-y:auto;scrollbar-width:none;scroll-snap-type:y proximity}.player-main{height:100%;min-height:540px;padding:20px 32px 16px;display:flex;flex-direction:column;scroll-snap-align:start;background:linear-gradient(#303030,#0e0e0e 80%)}.player-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-bottom:18px}.player-header>div{text-align:center}.player-header small{display:block;font-size:8px;letter-spacing:2px;color:#bbb}.player-header strong{display:block;font-size:12px;margin-top:5px}.player-artwork{position:relative;flex:1;min-height:110px;max-height:390px;display:flex;align-items:center;justify-content:center;margin:6px 0 24px;overflow:hidden;border-radius:12px;background:#1c1c1c;box-shadow:0 16px 48px #0004}.player-artwork>img{width:100%;height:100%;object-fit:cover}.player-artwork:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#000a);pointer-events:none}#visualizer{position:absolute;inset:auto 12px 10px;width:calc(100% - 24px);height:100px;z-index:1;opacity:.8}.visualizer-switch{position:absolute;right:12px;top:12px;border:1px solid #fff3;background:#0008;font-size:8px;letter-spacing:1.5px;border-radius:999px;padding:8px 12px;z-index:1}.player-song{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-shrink:0}.player-song>div{min-width:0}.player-song h1{font-size:25px;line-height:1.2;letter-spacing:-.8px;max-height:60px;overflow:hidden}.player-song #player-artist{font-size:14px;color:#a5a5a5;padding:6px 0 0;text-align:left}.progress-block{margin:19px 0 13px;flex-shrink:0}input[type=range]{appearance:none;background:#444;height:3px;width:100%;border-radius:5px;cursor:pointer;accent-color:white}input[type=range]::-webkit-slider-thumb{appearance:none;background:white;width:11px;height:11px;border-radius:50%}.time-labels{display:flex;justify-content:space-between;font-size:10px;color:#888;margin-top:7px;font-variant-numeric:tabular-nums}.transport{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.transport .skip svg{width:29px;height:29px;fill:white;stroke-width:0}.main-play{width:68px;height:68px;border-radius:50%;background:white;color:black;display:grid;place-items:center}.main-play svg{width:29px;height:29px;fill:black;stroke:none}.player-footer{display:flex;align-items:center;justify-content:space-between;min-height:40px;margin-top:12px;color:#7d7d7d;font-size:10px;flex-shrink:0}#player-error{background:#252525;border-radius:7px;font-size:11px;padding:9px;color:#ccc;flex-shrink:0}#lyrics-panel{min-height:100%;padding:45px 32px;background:#ddd;color:black;scroll-snap-align:start}#lyrics-panel small{color:#555;letter-spacing:2px}#lyrics-panel h2{font-size:24px;margin:16px 0 30px}#lyrics-text{white-space:pre-line;font-size:25px;font-weight:650;line-height:1.8;letter-spacing:-.8px}#lyrics-source{display:inline-block;margin-top:28px;font-size:12px}#toast{position:fixed;bottom:120px;left:50%;transform:translateX(-50%);z-index:20;background:white;color:#111;padding:13px 20px;border-radius:9px;box-shadow:0 5px 30px #0009;max-width:90vw;font-size:13px}.count{font-size:12px;color:#777}.back-button{display:flex;align-items:center;gap:8px;color:#aaa;padding:4px 0 12px}.library-cover{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;background:#eee;color:black}.loading-error{padding:40px;line-height:1.7}.notice{margin-top:16px;color:#888;font-size:12px}.browse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.genre-tile{display:flex;align-items:end;min-height:105px;padding:22px;background:linear-gradient(125deg,#303030,#171717);border-radius:12px;font-size:18px;font-weight:700;text-align:left;border:1px solid #333}.artist-song-count{color:#aaa;font-size:13px}.browse-artists{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}
@media(min-width:1200px){.card-row{grid-auto-columns:calc((100% - 100px)/6)}}
@media(max-width:1000px){:root{--sidebar:180px}.sidebar{padding:32px 15px}.brand{font-size:21px}.brand img{width:34px;height:34px}.app-shell{padding:0 26px 140px}.hero-copy{padding:28px}.hero{min-height:300px}.card-row{grid-auto-columns:160px}.sidebar-note{left:25px}.browse-artists{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){:root{--sidebar:0px}.sidebar{display:none}.app-shell{padding:0 20px 160px}.topbar{height:75px}.mobile-brand{display:block;font-size:25px;letter-spacing:-1.2px;font-weight:760}.mobile-brand span{display:block;font-size:8px;letter-spacing:3px;color:#777;padding-top:3px}.breadcrumb{display:none}.topbar .icon-button{width:36px;height:36px}.topbar svg{width:18px;height:18px}.page-heading{margin:14px 0 22px}.page-heading h1{font-size:34px}.hero{grid-template-columns:1fr 38%;min-height:244px;border-radius:13px}.hero-copy{padding:25px 0 25px 23px;gap:14px}.hero h1{font-size:38px;line-height:1.02}.hero .eyebrow{font-size:8px;margin:0;letter-spacing:1.6px}.hero p{font-size:11px;max-width:180px;padding-right:10px}.hero .white-button{font-size:12px;padding:10px 16px}.hero-art img{object-position:50% center}.section-heading{margin:28px 0 15px}.section-heading h2{font-size:22px}.card-row{gap:14px;grid-auto-columns:134px;margin-right:-20px;padding-right:20px}.music-card strong{font-size:13px}.music-card small{font-size:11px}.track-row{grid-template-columns:44px minmax(0,1fr) 34px;gap:12px;padding:9px 0;min-height:64px}.track-row .number,.track-duration{display:none}.track-row>img{width:44px;height:44px}.track-title{font-size:13px}.artist-link{font-size:11px}.track-row.current{padding-left:7px;padding-right:7px;margin-left:-7px;margin-right:-7px}.bottom-shell{background:linear-gradient(transparent,#0a0a0a 30%);border:0;padding:0 8px}.mini-player{border-radius:9px;background:#242424;min-height:62px;padding:9px 9px 11px;gap:4px}.mini-details{gap:10px}.mini-details>img{width:40px;height:40px}.mini-details strong{font-size:12px;margin-bottom:2px}.mini-details small{font-size:10px}.mini-next{display:none}.mini-player .icon-button{width:38px;height:38px}.mini-progress{left:9px;right:9px;bottom:2px}.mobile-nav{display:flex;align-items:center;justify-content:space-around;min-height:70px;padding:5px 0 calc(5px + env(safe-area-inset-bottom))}.mobile-nav .nav-link{display:flex;flex-direction:column;gap:4px;font-size:9px;font-weight:500;padding:7px 25px;color:#888;background:none}.mobile-nav .nav-link.active{color:white}.mobile-nav svg{width:22px;height:22px}.mini-favorite svg{width:19px;height:19px}.browse-grid{grid-template-columns:repeat(2,1fr);gap:11px}.genre-tile{min-height:100px;font-size:16px;padding:16px}.search-box{padding:13px 15px;margin-top:12px}.search-box input{font-size:14px}.artist-hero{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center;padding:10px 0 22px}.artist-hero>img{width:210px;height:210px}.artist-hero h1{font-size:38px;margin:6px 0 10px}.artist-hero .eyebrow{display:none}.artist-actions{justify-content:center;margin:0 0 20px}.browse-artists{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.chips{margin:12px 0 22px}.chip{padding:7px 14px;font-size:11px}#now-playing{width:100vw;height:100dvh;max-height:100dvh;border-radius:0;margin:0;inset:0}.player-main{padding:calc(16px + env(safe-area-inset-top)) 27px calc(16px + env(safe-area-inset-bottom));min-height:520px}.player-header{margin-bottom:20px}.player-artwork{margin-top:10px;margin-bottom:25px;max-height:390px}.player-song h1{font-size:25px}.player-footer{margin-top:16px}#toast{bottom:154px;font-size:12px;width:max-content}.main-play{width:68px;height:68px}.transport{gap:10px}}
@media(max-height:710px){.player-main{padding-top:10px;padding-bottom:8px}.player-header{margin-bottom:7px}.player-artwork{margin:2px 0 14px;min-height:95px}.player-song h1{font-size:21px;max-height:48px}.player-song #player-artist{font-size:12px}.progress-block{margin:12px 0 8px}.main-play{width:56px;height:56px}.player-footer{min-height:28px;margin-top:8px}.player-song .icon-button{width:35px;height:35px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Keep transport on the first screen, including landscape phones and short windows. */
.player-main{min-height:0;flex-shrink:0}.player-scroll{overscroll-behavior:contain}.player-song #player-artist{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-footer{gap:12px}.player-footer .text-button{flex-shrink:0}
@media(max-height:550px){.player-main{padding:8px 22px}.player-header{margin-bottom:2px}.player-header .icon-button{height:32px}.player-artwork{min-height:28px;margin:0 0 9px}.player-song h1{font-size:18px;max-height:24px}.player-song #player-artist{font-size:11px;padding-top:3px}.progress-block{margin:7px 0}.main-play{width:44px;height:44px}.transport .icon-button{height:38px}.player-footer{min-height:24px;margin-top:3px}#player-error{font-size:10px;padding:5px}.visualizer-switch{top:4px;padding:5px 8px}#visualizer{height:80%;bottom:0}.player-artwork>img{min-height:0}}

/* Artist identity comes from the channel portrait; the chrome stays monochrome. */
.home-heading{gap:24px;align-items:center}.home-heading h1{font-size:clamp(30px,3.7vw,48px)}.home-heading .eyebrow{font-size:9px;margin-bottom:10px}.radio-start{white-space:nowrap;flex-shrink:0}.artist-spotlight{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);min-height:360px;background:#181818;border:1px solid #292929;position:relative}.artist-spotlight .hero-copy{padding:42px;gap:20px}.artist-spotlight .eyebrow{margin:0;color:#aaa}.artist-spotlight h2{font-size:clamp(38px,4.8vw,72px);line-height:1.02;letter-spacing:-.065em;overflow-wrap:anywhere}.artist-spotlight p{font-size:14px;color:#bdbdbd}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:8px}.hero-actions .text-button{color:#dedede}.hero-art{padding:0;position:relative}.artist-spotlight .hero-art img{height:100%;width:100%;opacity:1;object-fit:cover}.artist-spotlight .hero-art:after{inset:0;background:linear-gradient(90deg,#181818 0%,transparent 35%),linear-gradient(0deg,#0003,transparent 55%)}.artist-spotlight .hero-art:hover{filter:none}.artist-spotlight .hero-art:hover img{transform:scale(1.025)}.artist-spotlight .hero-art img{transition:transform .35s ease}.card-copy{display:block;min-width:0}.music-card img{box-shadow:0 8px 24px #0003}.music-card.artist{text-align:center}.music-card.artist img{border:1px solid #ffffff0a}.artist-strip{grid-auto-columns:148px;gap:25px}.artist-strip .music-card strong{margin-top:14px}.artist-strip .music-card small{font-size:11px;color:#818181}.release-row{grid-auto-columns:180px;gap:22px}.recent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.music-card.compact-song{display:flex;align-items:center;gap:12px;border-radius:8px;background:#1d1d1d;overflow:hidden;text-align:left;padding-right:13px;min-height:66px}.music-card.compact-song:hover{transform:none;background:#282828}.compact-song img{height:66px;width:66px;aspect-ratio:1;border-radius:0;flex-shrink:0;box-shadow:none}.compact-song .card-copy{flex:1}.compact-song strong{margin:0;font-size:12px}.compact-song small{margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.card-play{width:28px;height:28px;display:grid;place-items:center;opacity:0;flex-shrink:0}.card-play svg{width:18px;height:18px;fill:white;stroke:none}.compact-song:hover .card-play,.compact-song:focus-visible .card-play{opacity:1}.artist-hero{padding:34px;gap:34px;border:1px solid #2c2c2c;background:linear-gradient(130deg,#262626,#111);border-radius:18px;margin:8px 0 28px;min-height:310px}.artist-hero>img{width:240px;height:240px;flex-shrink:0;box-shadow:0 12px 40px #0005;object-fit:cover}.artist-identity{min-width:0}.artist-hero h1{font-size:clamp(38px,5vw,74px);overflow-wrap:anywhere}.artist-identity .eyebrow{color:#c9c9c9}.artist-actions{margin:0 0 30px}.genre-tile{position:relative;overflow:hidden;min-height:135px;border:0;isolation:isolate}.genre-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.7;transition:transform .3s}.genre-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#080808e8,#08080815);z-index:-1}.genre-tile span{font-size:20px;line-height:1.15;max-width:90%;text-shadow:0 1px 12px #000}.genre-tile:hover img{transform:scale(1.05)}
@media(max-width:1000px){.artist-spotlight .hero-copy{padding:30px}.artist-spotlight{min-height:300px}.hero-actions{gap:14px}.recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.artist-hero{padding:28px;gap:25px}.artist-hero>img{width:190px;height:190px}.artist-strip{grid-auto-columns:136px}}
@media(max-width:700px){.home-heading{gap:15px;align-items:flex-start;flex-wrap:wrap}.home-heading h1{font-size:33px}.home-heading .eyebrow{font-size:8px;letter-spacing:1.7px}.radio-start{font-size:12px;padding:11px 17px}.artist-spotlight{display:block;min-height:365px}.artist-spotlight .hero-art{position:absolute;inset:0;width:100%;height:100%}.artist-spotlight .hero-art:after{background:linear-gradient(0deg,#111 0%,#111b 35%,transparent 80%)}.artist-spotlight .hero-art img{object-position:50% 35%}.artist-spotlight .hero-copy{position:relative;justify-content:flex-end;align-items:flex-start;min-height:365px;padding:26px;gap:12px;pointer-events:none}.artist-spotlight .hero-copy button{pointer-events:auto}.artist-spotlight .hero-copy h2{font-size:43px;max-width:100%;text-shadow:0 2px 20px #0005}.artist-spotlight .hero-copy .eyebrow{font-size:8px;color:#e8e8e8}.artist-spotlight p{font-size:12px;padding-right:0;color:#d6d6d6;max-width:none}.hero-actions{gap:18px;margin-top:5px}.hero-actions .text-button{font-size:11px}.artist-strip{grid-auto-columns:116px;gap:19px}.artist-strip .music-card strong{font-size:12px}.artist-strip .music-card small{font-size:10px}.release-row{grid-auto-columns:157px;gap:15px}.compact-song img{height:55px;width:55px}.music-card.compact-song{gap:8px;min-height:55px;padding-right:8px}.compact-song strong{font-size:10px;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compact-song small{font-size:9px}.compact-song .card-play{display:none}.artist-hero{min-height:0;padding:28px 22px 24px;align-items:flex-start;text-align:left;gap:20px}.artist-hero>img{width:170px;height:170px;align-self:center}.artist-identity{width:100%}.artist-hero h1{font-size:40px;line-height:1.04;margin:4px 0 12px}.artist-hero .eyebrow{display:block;margin:0 0 9px;font-size:8px}.artist-hero .artist-song-count{font-size:11px}.artist-actions{justify-content:flex-start;margin:0 0 26px}.genre-tile{min-height:130px}.genre-tile span{font-size:19px}}
@media(prefers-reduced-motion:reduce){.artist-spotlight .hero-art:hover img,.genre-tile:hover img{transform:none}}

/* Real releases share the catalog's artwork; player transport keeps its existing layout. */
.music-card img{filter:none}.album-card strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;min-height:2.7em}.album-card small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:28px 22px}.album-hero{display:flex;align-items:flex-end;gap:32px;padding:28px 0 30px}.album-hero>.album-cover{width:clamp(180px,24vw,280px);aspect-ratio:1;flex-shrink:0;border-radius:12px;background:#222;box-shadow:0 14px 40px #0005}.album-identity{min-width:0}.album-identity h1{font-size:clamp(34px,4.5vw,68px);overflow-wrap:anywhere}.album-identity .eyebrow{margin-bottom:16px}.album-artist{display:block;padding:0;margin-top:20px;font-size:16px;font-weight:650;text-align:left}.album-artist:is(button):hover{text-decoration:underline}.album-meta{margin-top:9px;color:#969696;font-size:13px}.artist-bio{max-width:760px;white-space:pre-line;line-height:1.8;color:#b5b5b5;margin:0 0 28px}.artist-actions{flex-wrap:wrap}#player-context{padding:0;max-width:260px;color:inherit}#player-context:disabled{opacity:1;cursor:default}#player-context strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#player-context:not(:disabled):hover{text-decoration:underline}.player-header>div{min-width:0}
@media(max-width:700px){.album-hero{flex-direction:column;align-items:flex-start;gap:24px;padding:16px 0 25px}.album-hero>.album-cover{width:min(70vw,270px);align-self:center}.album-identity h1{font-size:37px}.album-identity .eyebrow{font-size:8px;margin-bottom:10px}.album-artist{margin-top:15px;font-size:14px}.album-meta{font-size:12px}.album-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 16px}.artist-bio{font-size:14px;line-height:1.7}#player-context{max-width:58vw}.album-card strong{font-size:13px}}
