:root{--bg:#F7F6F2;--surface:#FFFFFF;--surface-2:#F0EFEA;--surface-3:#E6E4DD;--text:#18191C;--muted:#5E626A;--faint:#7D838C;--line:#D8D5CD;--brand:#BF5138;--brand-soft:#F7E8E2;--live:#F36D3D;--live-soft:#FFF0E9;--blue:#5278C7;--section-accent:#A94731;--sidebar:286px;color-scheme:light}html[data-theme="dark"]{--bg:#050608;--surface:#0C0E12;--surface-2:#12151B;--surface-3:#191D25;--text:#F4F3F0;--muted:#C4C7CE;--faint:#989EA8;--line:#414751;--brand:#B9563E;--brand-soft:#3A2722;--live:#FF8A5B;--live-soft:#3A241D;--blue:#84A8F0;--section-accent:#F0A08A;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.45}a{color:inherit;text-decoration:none}button,input{font:inherit}.page{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;overflow:auto;padding:18px 12px 26px;border-right:1px solid #DAD7CF;background:linear-gradient(155deg,#F4F1EB,#EDF1F3);box-shadow:0 12px 30px rgba(37,43,52,.065)}html[data-theme="dark"] .sidebar{border-color:#444A54;background:linear-gradient(155deg,#282C33,#302A2A);box-shadow:0 14px 34px rgba(0,0,0,.2)}.brand{display:flex;align-items:center;gap:12px;padding:8px 10px 18px}.brand-mark{width:42px;height:42px;border-radius:14px;background:#111;color:#fff;display:grid;place-items:center;font-weight:800}.brand-copy b{display:block;font-size:20px;letter-spacing:-.03em}.brand-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.nav-label{padding:14px 10px 8px;color:var(--section-accent);font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.nav-item{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 13px;border-radius:14px}.nav-item.active{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(191,81,56,.22)}.nav-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-count{font-size:13px;color:var(--faint)}.nav-item.active .nav-count{color:#fff}.main{min-width:0}.topbar{position:sticky;top:0;z-index:10;min-height:68px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px)}.crumbs{font-size:14px;color:var(--muted)}.theme-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);cursor:pointer}.content{max-width:1450px;padding:24px}.station-card{border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:22px;box-shadow:0 18px 42px rgba(35,39,46,.055)}html[data-theme="dark"] .station-card{box-shadow:0 18px 42px rgba(0,0,0,.16)}.station-main{display:grid;grid-template-columns:190px minmax(0,1fr) 180px;gap:26px;align-items:center}.logo-wrap{position:relative}.station-logo{width:190px;aspect-ratio:1;border-radius:22px;background:#0b0b0c;display:grid;place-items:center;overflow:hidden}.station-logo svg{width:132px;height:132px}.favorite-float{position:absolute;right:-14px;top:-14px;width:52px;height:52px;border-radius:50%;border:1px solid color-mix(in srgb,var(--brand) 45%,var(--line));background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 26px rgba(0,0,0,.10)}.favorite-float svg{width:23px;height:23px}.station-copy{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--section-accent);font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--brand)}h1{margin:8px 0 5px;font-size:44px;line-height:1.02;letter-spacing:-.05em}.station-location{margin:0;color:var(--muted);font-size:18px}.station-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tag,.small-action{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:650}.small-action{cursor:pointer}.volume-row{display:flex;align-items:center;gap:12px;margin-top:22px}.volume-row svg{width:20px;height:20px;color:var(--muted)}.volume-slider{appearance:none;width:min(320px,100%);height:7px;border-radius:999px;background:var(--surface-3);outline:none}.volume-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:var(--text);border:3px solid var(--surface);box-shadow:0 2px 8px rgba(0,0,0,.2)}.player-side{display:grid;justify-items:center;gap:12px}.play-btn{width:116px;height:116px;border-radius:50%;border:0;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 18px 34px rgba(191,81,56,.28);transition:transform .16s ease}.play-btn:hover{transform:scale(1.035)}.play-btn svg{width:42px;height:42px;margin-left:5px}.player-status{font-size:13px;color:var(--muted);text-align:center}.live-line{display:flex;align-items:center;gap:7px;color:var(--brand);font-size:12px;font-weight:760;text-transform:uppercase;letter-spacing:.08em}.live-line .dot{width:8px;height:8px;border-radius:50%;background:var(--brand)}.history{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.history-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.history-head h2{margin:0;font-size:24px;letter-spacing:-.035em}.history-head p{margin:4px 0 0;color:var(--muted);font-size:14px}.history-list{display:grid}.history-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:76px;padding:10px 4px;border-bottom:1px solid var(--line)}.history-item:last-child{border-bottom:0}.cover{width:54px;height:54px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:12px;overflow:hidden}.cover.one{background:linear-gradient(135deg,#D55B3F,#743227)}.cover.two{background:linear-gradient(135deg,#244A8C,#121D3B)}.cover.three{background:linear-gradient(135deg,#C97CB4,#6E2C72)}.cover.four{background:linear-gradient(135deg,#D9B04A,#6C4B14)}.cover.five{background:linear-gradient(135deg,#4AA27A,#1F4C3A)}.history-copy b{display:block;font-size:15px}.history-copy span{display:block;margin-top:3px;color:var(--muted);font-size:13px}.history-time{font-size:13px;color:var(--faint);white-space:nowrap}.history-empty{display:none;padding:26px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center;background:var(--surface-2)}.lower-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}.panel{border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:20px}.panel h2{margin:0 0 12px;font-size:26px;letter-spacing:-.04em}.days{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.day-tab{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer;font-size:13px;font-weight:670}.day-tab.active{background:var(--brand);border-color:var(--brand);color:#fff}.schedule-list{display:grid;gap:9px}.schedule-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 13px;border:1px solid var(--line);border-radius:15px}.schedule-time{font-size:13px;font-weight:760;color:var(--muted)}.schedule-copy b{display:block;font-size:15px}.schedule-copy span{display:block;margin-top:3px;color:var(--muted);font-size:13px}.schedule-status{font-size:12px;color:var(--muted);padding:5px 9px;border-radius:999px;background:var(--surface-2)}.info-list{display:grid;gap:12px}.info-row{padding-bottom:12px;border-bottom:1px solid var(--line)}.info-row:last-child{border-bottom:0;padding-bottom:0}.info-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:760}.info-value{margin-top:4px;font-size:15px}.socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:7px}.social{padding:7px 10px;border:1px solid var(--line);border-radius:999px;font-size:13px}@media(max-width:1100px){.station-main{grid-template-columns:150px minmax(0,1fr)}.station-logo{width:150px}.player-side{grid-column:1/-1;grid-template-columns:auto 1fr;justify-items:start;align-items:center}.play-btn{width:86px;height:86px}.play-btn svg{width:31px;height:31px}}@media(max-width:980px){.page{grid-template-columns:1fr}.sidebar{display:none}.content{padding:18px}}@media(max-width:720px){.topbar{padding:12px 16px}.content{padding:14px}.station-card{padding:16px}.station-main{grid-template-columns:1fr}.logo-wrap{width:120px}.station-logo{width:120px}h1{font-size:34px}.station-location{font-size:16px}.player-side{grid-column:auto;grid-template-columns:auto 1fr}.play-btn{width:72px;height:72px}.play-btn svg{width:26px;height:26px}.history-item{grid-template-columns:48px minmax(0,1fr)}.history-time{grid-column:2}.cover{width:48px;height:48px}.lower-grid{grid-template-columns:1fr}.schedule-row{grid-template-columns:64px minmax(0,1fr)}.schedule-status{grid-column:2}}.category-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.category-link{min-height:35px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;font-size:13px;font-weight:680;transition:background .15s,border-color .15s,color .15s,transform .15s}.category-link:hover{background:var(--surface-2);border-color:var(--faint);color:var(--blue);transform:translateY(-1px)}.station-engagement{margin-top:20px;display:grid;gap:13px}.rating-summary{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:32px}.rating-score{font-size:20px;line-height:1;font-weight:800;letter-spacing:-.04em}.rating-stars{display:inline-flex;gap:2px;color:#E3A231;font-size:17px;line-height:1}.rating-stars .star-partial{color:color-mix(in srgb,#E3A231 62%,var(--surface-3))}.rating-outof{color:var(--muted);font-size:14px;font-weight:650}.rating-count{margin-left:4px;color:var(--muted);font-size:13px}.engagement-actions{display:flex;flex-wrap:wrap;gap:9px}.engagement-btn{min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:9px;cursor:pointer;font-size:14px;font-weight:680;transition:background .15s,border-color .15s,color .15s,transform .15s}.engagement-btn:hover{background:var(--surface-2);border-color:var(--faint);transform:translateY(-1px)}.engagement-btn svg{width:18px;height:18px;flex:0 0 auto}.engagement-btn strong{padding-left:4px;color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums}.like-button[aria-pressed="true"]{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));color:var(--brand)}.like-button[aria-pressed="true"] svg{fill:currentColor}.favorite-button[aria-pressed="true"]{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));color:var(--brand)}.favorite-button[aria-pressed="true"] svg{fill:currentColor}.share-button{background:var(--text);border-color:var(--text);color:var(--surface)}.share-button:hover{background:color-mix(in srgb,var(--text) 88%,var(--surface));border-color:color-mix(in srgb,var(--text) 88%,var(--surface));color:var(--surface)}html[data-theme="dark"] .share-button{background:#F4F3F0;border-color:#F4F3F0;color:#1C1E23}html[data-theme="dark"] .share-button:hover{background:#FFFFFF;border-color:#FFFFFF;color:#1C1E23}@media(max-width:720px){.engagement-actions{display:grid;grid-template-columns:1fr}.engagement-btn{width:100%;justify-content:center}.rating-count{width:100%;margin-left:0}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.station-main{grid-template-columns:190px minmax(0,1fr);align-items:start}.player-bar{margin-top:20px;padding:13px 16px 13px 13px;min-height:86px;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(180px,280px);align-items:center;gap:15px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,var(--surface),var(--surface-2))}.play-btn{width:62px;height:62px;box-shadow:0 12px 24px rgba(191,81,56,.24)}.play-btn svg{width:23px;height:23px;margin-left:3px}.player-bar-copy{min-width:0}.player-bar-copy strong{display:block;font-size:17px;line-height:1.25;letter-spacing:-.02em}.player-bar-copy .live-line{margin-top:5px}.player-bar-copy .player-status{margin-top:3px;text-align:left;font-size:13px}.player-nowplaying{margin-top:10px;display:flex;align-items:center;gap:11px;min-width:0}.player-nowplaying-cover{width:46px;height:46px;flex:0 0 46px;border-radius:14px;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.24) 0 18%,transparent 19%),linear-gradient(135deg,color-mix(in srgb,var(--brand) 70%,#f7b267) 0%,color-mix(in srgb,var(--brand) 96%,#0f172a) 100%);color:#fff;display:grid;place-items:center;font-size:20px;box-shadow:0 10px 24px rgba(0,0,0,.16)}.player-nowplaying-copy{min-width:0;display:grid;gap:2px}.player-nowplaying-copy small{font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.player-nowplaying-copy strong{display:block;font-size:14px;line-height:1.2;font-weight:720;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-nowplaying-copy span{display:block;font-size:13px;line-height:1.3;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-volume{min-width:0;display:grid;grid-template-columns:20px minmax(90px,1fr);align-items:center;gap:11px}.player-volume svg{width:20px;height:20px;color:var(--muted)}.player-volume .volume-slider{width:100%}@media(max-width:1100px){.station-main{grid-template-columns:150px minmax(0,1fr)}.player-bar{grid-template-columns:auto minmax(0,1fr) minmax(150px,220px)}}@media(max-width:720px){.station-main{grid-template-columns:96px minmax(0,1fr);gap:15px;align-items:start}.logo-wrap,.station-logo{width:96px}.station-copy h1{margin-top:0}.category-links{margin-top:9px}.station-engagement{grid-column:1/-1}.player-bar{margin-top:16px;padding:12px;min-height:0;grid-template-columns:58px minmax(0,1fr);gap:12px;border-radius:17px}.play-btn{width:58px;height:58px}.play-btn svg{width:21px;height:21px}.player-bar-copy strong{font-size:16px}.player-bar-copy .player-status{font-size:12px}.player-volume{grid-column:1/-1;grid-template-columns:20px minmax(0,1fr);padding:5px 2px 0}}@media(max-width:480px){.station-main{grid-template-columns:78px minmax(0,1fr);gap:13px}.logo-wrap,.station-logo{width:78px}.station-logo{border-radius:18px}.station-logo svg{width:58px;height:58px}.station-copy h1{font-size:30px}.category-link{min-height:32px;padding:0 10px;font-size:12px}}.player-volume{min-width:0;display:grid;grid-template-columns:42px minmax(130px,1fr);align-items:center;gap:10px;padding:7px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--surface) 82%,var(--surface-2))}.volume-toggle{width:38px;height:38px;padding:0;border:0;border-radius:11px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 0 0 1px var(--line)}.volume-toggle:hover{background:var(--surface-2)}.volume-toggle .volume-icon{width:19px;height:19px}.volume-toggle .volume-icon-off{display:none}.volume-toggle[aria-pressed="true"] .volume-icon-on{display:none}.volume-toggle[aria-pressed="true"] .volume-icon-off{display:block}.volume-control{min-width:0;display:grid;grid-template-columns:minmax(80px,1fr) 38px;align-items:center;gap:9px}.volume-slider{--volume-progress:70%;appearance:none;width:100%;height:6px;border-radius:999px;outline:none;background:linear-gradient(90deg,var(--brand) 0,var(--brand) var(--volume-progress),var(--surface-3) var(--volume-progress),var(--surface-3) 100%)}.volume-slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--surface);border:5px solid var(--brand);box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer}.volume-slider::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:var(--surface);border:5px solid var(--brand);box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer}.volume-value{color:var(--muted);font-size:12px;font-weight:760;font-variant-numeric:tabular-nums;text-align:right}@media(max-width:720px){.station-engagement{gap:10px}.engagement-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.engagement-btn{width:100%;min-width:0;min-height:44px;padding:0 10px;justify-content:center;border-radius:13px}.engagement-btn>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.engagement-btn svg{width:20px;height:20px}.like-button{gap:6px}.like-button strong{display:inline;padding-left:0;font-size:12px}.favorite-button,.share-button{gap:0}.player-bar{margin-top:12px}.player-volume{grid-column:1/-1;grid-template-columns:40px minmax(0,1fr);padding:6px;gap:9px}.volume-toggle{width:36px;height:36px}.volume-control{grid-template-columns:minmax(0,1fr) 36px}}@media(max-width:430px){.rating-summary{gap:5px}.rating-score{font-size:18px}.rating-stars{font-size:15px}.rating-count{font-size:12px}.engagement-btn{min-height:42px}}.station-engagement{container-type:inline-size}.engagement-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:100%}.engagement-btn{width:100%;min-width:0;padding-left:11px;padding-right:11px;justify-content:center;white-space:nowrap;overflow:hidden}.engagement-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.engagement-btn strong{flex:0 0 auto;white-space:nowrap}@container (max-width:640px){.engagement-actions{gap:8px}.engagement-btn{min-height:44px;padding:0 10px}.engagement-btn>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.engagement-btn svg{width:20px;height:20px}.like-button{gap:6px}.like-button strong{padding-left:0;font-size:12px}.favorite-button,.share-button{gap:0}}@container (max-width:390px){.engagement-actions{gap:6px}.engagement-btn{min-height:42px;padding:0 8px;border-radius:12px}.engagement-btn svg{width:19px;height:19px}.like-button strong{font-size:11px}}.rating-summary{display:grid;grid-template-columns:auto auto auto minmax(0,auto);align-items:center;justify-content:start;gap:7px;width:100%;min-width:0;white-space:nowrap;overflow:hidden}.rating-score,.rating-stars,.rating-outof,.rating-count{min-width:0;white-space:nowrap}.rating-stars{flex:0 0 auto}.rating-count{margin-left:4px;overflow:hidden;text-overflow:ellipsis}.rating-count-compact{display:none}@container (max-width:520px){.rating-summary{grid-template-columns:auto auto auto auto;gap:5px}.rating-score{font-size:18px}.rating-stars{gap:1px;font-size:15px}.rating-outof{font-size:13px}.rating-count{margin-left:1px;font-size:12px}.rating-count-full{display:none}.rating-count-compact{display:inline}}@container (max-width:380px){.rating-summary{gap:4px}.rating-score{font-size:17px}.rating-stars{font-size:14px}.rating-outof{font-size:12px}.rating-count{font-size:11px}}.category-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.category-link{min-height:30px;padding:0 10px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:10px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;font-size:13px;font-weight:650;letter-spacing:-.01em;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.category-link:hover{background:var(--surface-2);color:var(--text);border-color:color-mix(in srgb,var(--brand) 24%,var(--line));transform:translateY(-1px)}.category-link:active{transform:translateY(0)}.category-link.is-active{background:var(--brand-soft);color:var(--brand);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand) 12%,transparent)}html[data-theme="dark"] .category-link{border-color:color-mix(in srgb,var(--line) 74%,transparent);color:var(--muted);background:transparent}html[data-theme="dark"] .category-link:hover{background:var(--surface-2);color:var(--text);border-color:color-mix(in srgb,var(--brand) 30%,var(--line))}html[data-theme="dark"] .category-link.is-active{background:color-mix(in srgb,var(--brand) 22%,transparent);color:#F3B29F;border-color:color-mix(in srgb,var(--brand) 42%,var(--line))}@media(max-width:720px){.category-links{gap:8px;margin-top:10px}.category-link{min-height:28px;padding:0 9px;border-radius:9px;font-size:12px}}.category-links{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:14px}.category-link{position:relative;min-height:auto;padding:3px 0;border:0;border-radius:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;font-size:14px;font-weight:650;letter-spacing:-.01em;white-space:nowrap;transition:color .16s ease}.category-link + .category-link{margin-left:14px;padding-left:16px}.category-link + .category-link::before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:var(--faint);transform:translateY(-50%);opacity:.65}.category-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.category-link:hover{background:transparent;border-color:transparent;color:var(--text);transform:none}.category-link:hover::after{transform:scaleX(1)}.category-link.is-active{background:transparent;border-color:transparent;box-shadow:none;color:var(--brand)}.category-link.is-active::after{transform:scaleX(1)}html[data-theme="dark"] .category-link,html[data-theme="dark"] .category-link:hover,html[data-theme="dark"] .category-link.is-active{background:transparent;border-color:transparent}html[data-theme="dark"] .category-link{color:var(--muted)}html[data-theme="dark"] .category-link:hover{color:var(--text)}html[data-theme="dark"] .category-link.is-active{color:var(--section-accent)}@media(max-width:720px){.category-links{flex-wrap:nowrap;overflow-x:auto;margin-top:10px;padding-bottom:3px;scrollbar-width:none}.category-links::-webkit-scrollbar{display:none}.category-link{flex:0 0 auto;font-size:13px}.category-link + .category-link{margin-left:12px;padding-left:14px}}.station-copy h1{margin:4px 0 2px;font-size:40px;line-height:1.02}.category-links{margin-top:8px}.category-link{font-size:13px;padding-top:1px;padding-bottom:1px}.category-link + .category-link{margin-left:12px;padding-left:14px}.station-engagement{margin-top:12px;gap:10px}.rating-summary{gap:6px}.rating-score{font-size:18px}.rating-stars{font-size:15px}.rating-outof{font-size:13px}.rating-count{margin-left:2px;font-size:12px}.engagement-actions{gap:8px}.engagement-btn{min-height:40px}.player-bar{margin-top:14px}@media(max-width:720px){.station-copy h1{margin:2px 0 1px;font-size:31px}.category-links{margin-top:6px}.category-link{font-size:12px}.category-link + .category-link{margin-left:10px;padding-left:12px}.station-engagement{margin-top:10px;gap:8px}.rating-summary{gap:5px}.rating-score{font-size:17px}.rating-stars{font-size:14px}.engagement-btn{min-height:38px}.player-bar{margin-top:10px}.player-nowplaying{gap:10px}.player-nowplaying-cover{width:42px;height:42px;flex-basis:42px;border-radius:13px}.player-nowplaying-copy strong{font-size:13px}.player-nowplaying-copy span{font-size:12px}}.lower-grid-reworked{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}.stack-col{display:grid;gap:18px;align-content:start}.history-panel .history{margin-top:0;padding-top:0;border-top:0}.radio-description{margin:0 0 16px}.radio-description p{margin:0 0 12px;color:var(--muted);font-size:15px;line-height:1.68}.radio-description p:last-child{margin-bottom:0}.widget-text p{margin:0 0 14px;color:var(--muted);font-size:15px;line-height:1.62}.widget-preview{display:grid;gap:12px}.widget-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,var(--surface),var(--surface-2))}.widget-logo{width:52px;height:52px;border-radius:14px;background:#0b0b0c;color:#fff;display:grid;place-items:center;font-weight:800}.widget-copy strong{display:block;font-size:15px}.widget-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.widget-play{width:42px;height:42px;border:0;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer}.widget-play svg{width:18px;height:18px;margin-left:2px}.widget-code{border:1px solid var(--line);border-radius:14px;background:var(--surface-2);padding:12px;font-size:13px;color:var(--muted);overflow:auto}.copy-widget-btn{justify-self:start;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);cursor:pointer;font-weight:650}.copy-widget-btn:hover{background:var(--surface-2)}.related-section{margin-top:22px}.related-head{margin-bottom:14px}.related-head h2{margin:0;font-size:28px;letter-spacing:-.04em}.related-head p{margin:4px 0 0;color:var(--muted);font-size:14px}.related-grid-home{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}.related-radio-card a{display:block;color:inherit;text-decoration:none}.related-logo-shell{position:relative;width:100%;aspect-ratio:1/1;border-radius:18px;border:1px solid var(--line);background:linear-gradient(180deg,var(--surface),var(--surface-2));padding:14px;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.related-radio-card a:hover .related-logo-shell{transform:translateY(-2px);box-shadow:0 14px 28px rgba(35,39,46,.10);border-color:#B9B5AC}html[data-theme="dark"] .related-radio-card a:hover .related-logo-shell{border-color:#59616E}.related-logo-inner{width:100%;height:100%;border-radius:14px;display:grid;place-items:center;overflow:hidden}.related-logo-inner img{width:74%;height:74%;object-fit:contain;display:block}.related-favorite{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.92);color:#25282F;display:grid;place-items:center;cursor:pointer}.related-favorite svg{width:17px;height:17px}.related-info{padding:10px 4px 0}.related-info h3{margin:0 0 3px;font-size:16px;font-weight:720;letter-spacing:-.02em}.related-info p{margin:0;font-size:13px;color:var(--muted);font-weight:560}@media(max-width:980px){.lower-grid-reworked{grid-template-columns:1fr}}.related-grid-home{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.related-logo-shell{aspect-ratio:1/1;border-radius:17px;padding:12px}.related-logo-inner{border-radius:12px}.related-logo-art{color:#fff;font-weight:820;font-size:clamp(16px,1.5vw,24px);line-height:1.02;text-align:center;letter-spacing:-.04em}.related-favorite{width:34px;height:34px;right:8px;top:8px}.related-info{padding:8px 3px 0}.related-info h3{font-size:15px}.related-info p{font-size:12px}.app-download-section{margin-top:24px;min-height:330px;padding:28px 34px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--brand) 18%,transparent),transparent 34%),linear-gradient(135deg,var(--surface),var(--surface-2));display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:30px;overflow:hidden}.app-download-copy{max-width:760px}.app-eyebrow{color:var(--section-accent);font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.app-download-copy h2{margin:8px 0 9px;font-size:34px;line-height:1.05;letter-spacing:-.045em}.app-download-copy p{margin:0;max-width:680px;color:var(--muted);font-size:15px;line-height:1.68}.app-benefits{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:16px}.app-benefits span{position:relative;padding-left:15px;color:var(--text);font-size:13px;font-weight:650}.app-benefits span::before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:var(--brand);transform:translateY(-50%)}.store-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.store-button{min-width:184px;height:56px;padding:0 15px;border-radius:16px;background:#111;color:#fff;display:grid;grid-template-columns:27px 1fr;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.10)}.store-button svg{width:26px;height:26px}.store-button-copy small{display:block;margin-bottom:3px;font-size:10px;opacity:.68;text-transform:uppercase;letter-spacing:.07em}.store-button-copy strong{display:block;font-size:17px;line-height:1;white-space:nowrap}html[data-theme="dark"] .store-button{background:#F4F3F0;color:#18191C;border-color:#E4E2DC}.app-phone{justify-self:center;width:176px;height:356px;padding:7px;border-radius:38px;background:#111318;position:relative;box-shadow:0 22px 42px rgba(0,0,0,.22);transform:translateY(36px)}.app-phone-notch{position:absolute;top:8px;left:50%;width:82px;height:18px;border-radius:0 0 13px 13px;background:#0A0B0E;transform:translateX(-50%);z-index:2}.app-phone-screen{height:100%;padding:38px 17px 20px;border-radius:31px;background:linear-gradient(180deg,#FAFAF8,#EFEDE8);color:#17181B;display:flex;flex-direction:column;align-items:center}.app-mini-header{align-self:flex-start;font-size:11px;font-weight:760}.app-mini-logo{width:76px;height:76px;margin-top:35px;border-radius:20px;background:#0B0B0C;color:#fff;display:grid;place-items:center;font-weight:820;font-size:23px}.app-mini-name{margin-top:13px;font-size:16px;font-weight:760}.app-mini-play{width:48px;height:48px;margin-top:18px;padding-left:3px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:17px}.app-mini-lines{width:100%;display:grid;gap:8px;margin-top:26px}.app-mini-lines span{height:8px;border-radius:999px;background:#D9D7D1}.app-mini-lines span:nth-child(2){width:78%}.app-mini-lines span:nth-child(3){width:58%}@media(max-width:1180px){.related-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.related-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.related-logo-shell{padding:10px}.app-download-section{min-height:0;padding:24px 20px;grid-template-columns:1fr}.app-download-copy h2{font-size:28px}.app-phone{display:none}.store-button{flex:1 1 180px}}:root{--bg:#F7F7F8;--surface:#FFFFFF;--surface-2:#F1F1F1;--surface-3:#E2E2E2;--text:#0D0D0D;--muted:#5F6368;--faint:#8A8A8A;--line:#DEDEDE;--brand:#0D0D0D;--brand-soft:#ECECEC;--blue:#343434;--section-accent:#3E3E3E}html[data-theme="dark"]{--bg:#050608;--surface:#0C0E12;--surface-2:#12151B;--surface-3:#191D25;--text:#ECECEC;--muted:#B4B4B4;--faint:#8F8F8F;--line:#424242;--brand:#FFFFFF;--brand-soft:#3A3A3A;--blue:#E3E3E3;--section-accent:#D1D1D1}body{background:var(--bg);color:var(--text)}.sidebar{border-right:1px solid var(--line);background:#F9F9F9;box-shadow:none}html[data-theme="dark"] .sidebar{border-color:#303030;background:#171717;box-shadow:none}.brand-mark{background:#0D0D0D;color:#FFFFFF;border-radius:12px}html[data-theme="dark"] .brand-mark{background:#FFFFFF;color:#0D0D0D}.nav-label{color:var(--muted);letter-spacing:.09em}.nav-item.active{background:var(--surface-3);color:var(--text);box-shadow:none}.nav-item.active .nav-count,.nav-item.active .nav-text{color:var(--text)}.nav-item:hover,.nav-toggle:hover,.subnav a:hover{background:var(--surface-2)}html[data-theme="dark"] .nav-item:hover,html[data-theme="dark"] .nav-toggle:hover,html[data-theme="dark"] .subnav a:hover{background:#252525}.topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,transparent)}.theme-btn,.ghost-btn{border-color:var(--line);background:var(--surface);color:var(--text);box-shadow:none}.theme-btn:hover,.ghost-btn:hover{background:var(--surface-2)}.station-card,.panel,.app-download-section{border-color:var(--line);background:var(--surface);box-shadow:none}.station-card,.panel{border-radius:18px}.station-card{box-shadow:0 1px 2px rgba(0,0,0,.035)}html[data-theme="dark"] .station-card{box-shadow:none}.station-logo{background:#0D0D0D;border:1px solid #242424;box-shadow:none}html[data-theme="dark"] .station-logo{background:#0A0A0A;border-color:#4A4A4A}.category-link{color:var(--muted)}.category-link + .category-link::before{background:var(--faint)}.category-link:hover{color:var(--text)}.category-link.is-active{color:var(--text);font-weight:760}.category-link.is-active::after{height:2px;background:var(--text)}html[data-theme="dark"] .category-link.is-active{color:#FFFFFF}.rating-stars{color:#2E2E2E}.rating-stars .star-partial{color:#9B9B9B}html[data-theme="dark"] .rating-stars{color:#F0F0F0}html[data-theme="dark"] .rating-stars .star-partial{color:#777777}.engagement-btn{border-color:var(--line);background:var(--surface);color:var(--text);box-shadow:none}.engagement-btn:hover{border-color:#BDBDBD;background:var(--surface-2)}html[data-theme="dark"] .engagement-btn:hover{border-color:#666666}.like-button[aria-pressed="true"],.favorite-button[aria-pressed="true"]{background:var(--brand-soft);border-color:#BDBDBD;color:var(--text)}html[data-theme="dark"] .like-button[aria-pressed="true"],html[data-theme="dark"] .favorite-button[aria-pressed="true"]{border-color:#666666;color:#FFFFFF}.share-button{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}.share-button:hover{background:#2B2B2B;border-color:#2B2B2B;color:#FFFFFF}html[data-theme="dark"] .share-button{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}html[data-theme="dark"] .share-button:hover{background:#E4E4E4;border-color:#E4E4E4;color:#0D0D0D}.player-bar{border-color:var(--line);background:linear-gradient(180deg,var(--surface),var(--surface-2));box-shadow:none}.play-btn,.widget-play,.app-mini-play{background:#0D0D0D;color:#FFFFFF;box-shadow:0 5px 14px rgba(0,0,0,.14)}.play-btn:hover,.widget-play:hover{background:#2B2B2B}html[data-theme="dark"] .play-btn,html[data-theme="dark"] .widget-play,html[data-theme="dark"] .app-mini-play{background:#FFFFFF;color:#0D0D0D;box-shadow:none}html[data-theme="dark"] .play-btn:hover,html[data-theme="dark"] .widget-play:hover{background:#E4E4E4}.live-line{color:var(--text)}.live-line .dot{background:var(--text)}.player-volume{border-color:var(--line);background:var(--surface)}.volume-toggle{background:var(--surface-2);box-shadow:none}.volume-toggle:hover{background:var(--surface-3)}.volume-slider{background:linear-gradient(90deg,var(--text) 0,var(--text) var(--volume-progress),var(--surface-3) var(--volume-progress),var(--surface-3) 100%)}.volume-slider::-webkit-slider-thumb{background:var(--surface);border-color:var(--text)}.volume-slider::-moz-range-thumb{background:var(--surface);border-color:var(--text)}.history-item,.schedule-row,.widget-card,.widget-code{border-color:var(--line);background:var(--surface)}.schedule-row:first-child{background:var(--surface-2)}.schedule-status{background:var(--surface-2);color:var(--muted)}.day-tab{border-color:var(--line);background:var(--surface);color:var(--text)}.day-tab:hover{background:var(--surface-2)}.day-tab.active{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .day-tab.active{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}.cover.one{background:linear-gradient(135deg,#202020,#5A5A5A)}.cover.two{background:linear-gradient(135deg,#444444,#111111)}.cover.three{background:linear-gradient(135deg,#777777,#2D2D2D)}.cover.four{background:linear-gradient(135deg,#B0B0B0,#4A4A4A)}.cover.five{background:linear-gradient(135deg,#626262,#242424)}.widget-card{background:linear-gradient(180deg,var(--surface),var(--surface-2))}.widget-logo{background:#0D0D0D;color:#FFFFFF}.copy-widget-btn{border-color:var(--line);background:var(--surface);color:var(--text)}.copy-widget-btn:hover{background:var(--surface-2)}.related-logo-shell{border-color:var(--line);background:var(--surface);box-shadow:none}.related-radio-card a:hover .related-logo-shell{border-color:#AFAFAF;box-shadow:0 6px 18px rgba(0,0,0,.07)}html[data-theme="dark"] .related-radio-card a:hover .related-logo-shell{border-color:#666666;box-shadow:none}.related-radio-card:nth-child(1) .related-logo-art{background:linear-gradient(145deg,#111111,#444444)!important;color:#FFFFFF!important}.related-radio-card:nth-child(2) .related-logo-art{background:linear-gradient(145deg,#333333,#777777)!important;color:#FFFFFF!important}.related-radio-card:nth-child(3) .related-logo-art{background:linear-gradient(145deg,#151515,#5A5A5A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(4) .related-logo-art{background:linear-gradient(145deg,#555555,#1A1A1A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(5) .related-logo-art{background:linear-gradient(145deg,#242424,#8A8A8A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(6) .related-logo-art{background:linear-gradient(145deg,#D8D8D8,#8A8A8A)!important;color:#111111!important}.related-favorite{border-color:var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);box-shadow:none}.related-favorite:hover{background:var(--surface-2)}.app-download-section{border-radius:20px;background:radial-gradient(circle at 88% 15%,rgba(0,0,0,.06),transparent 34%),linear-gradient(135deg,#FFFFFF,#ECECEC)}html[data-theme="dark"] .app-download-section{background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.055),transparent 34%),linear-gradient(135deg,#2F2F2F,#252525)}.app-eyebrow{color:var(--muted)}.app-benefits span::before{background:var(--text)}.store-button{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}.store-button:hover{background:#2B2B2B}html[data-theme="dark"] .store-button{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}html[data-theme="dark"] .store-button:hover{background:#E4E4E4}.store-button svg{filter:grayscale(1) saturate(0)}.app-phone{background:#0D0D0D;box-shadow:0 18px 38px rgba(0,0,0,.20)}.app-phone-screen{background:linear-gradient(180deg,#FAFAFA,#E7E7E7)}.app-mini-lines span{background:#CFCFCF}.section-link,.info-value[style]{color:var(--text)!important;text-decoration:underline;text-decoration-color:var(--faint);text-underline-offset:3px}.social{border-color:var(--line);background:var(--surface)}.social:hover{background:var(--surface-2)}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--text) 35%,transparent);outline-offset:3px}@media(max-width:720px){.station-card,.panel,.app-download-section{border-radius:16px}.player-bar{background:var(--surface-2)}.share-button{background:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .share-button{background:#FFFFFF;color:#0D0D0D}}.related-radio-card:nth-child(1) .related-logo-art{background:linear-gradient(145deg,#0057FF,#1C7CFF)!important;color:#FFFFFF!important}.related-radio-card:nth-child(2) .related-logo-art{background:linear-gradient(145deg,#168A52,#1DB86A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(3) .related-logo-art{background:linear-gradient(145deg,#C61A1F,#E63B40)!important;color:#FFFFFF!important}.related-radio-card:nth-child(4) .related-logo-art{background:linear-gradient(145deg,#3F6FCD,#78A1F3)!important;color:#FFFFFF!important}.related-radio-card:nth-child(5) .related-logo-art{background:linear-gradient(145deg,#D82018,#FF5A47)!important;color:#FFFFFF!important}.related-radio-card:nth-child(6) .related-logo-art{background:linear-gradient(145deg,#F2A900,#FFD66B)!important;color:#151515!important}.app-download-section{margin-top:24px;min-height:340px;padding:30px 34px;border:1px solid var(--line);border-radius:22px;background:radial-gradient(circle at 10% 16%,rgba(0,0,0,.06),transparent 30%),linear-gradient(135deg,var(--surface),var(--surface-2));display:grid;grid-template-columns:230px minmax(0,1fr);align-items:center;gap:34px;overflow:hidden}html[data-theme="dark"] .app-download-section{background:radial-gradient(circle at 10% 16%,rgba(255,255,255,.04),transparent 30%),linear-gradient(135deg,#2F2F2F,#252525)}.app-phone-wrap{display:flex;justify-content:center;align-items:center}.app-phone-premium{position:relative;width:178px;height:360px;padding:7px;border-radius:40px;background:linear-gradient(180deg,#0E1013 0%,#050607 100%);box-shadow:0 24px 44px rgba(0,0,0,.22),inset 0 0 0 1px rgba(255,255,255,.06)}html[data-theme="dark"] .app-phone-premium{box-shadow:0 22px 40px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.06)}.app-phone-topbar{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:86px;height:20px;border-radius:0 0 14px 14px;background:#050607;z-index:2}.app-phone-screen{height:100%;border-radius:33px;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%);padding:14px 14px 16px;display:flex;flex-direction:column;color:#161616}html[data-theme="dark"] .app-phone-screen{background:linear-gradient(180deg,#F4F4F4 0%,#E7E7E7 100%);color:#161616}.app-ui-status{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 4px 0}.app-ui-header{margin-top:24px}.app-ui-title{font-size:18px;font-weight:800;letter-spacing:-.04em}.app-ui-subtitle{margin-top:3px;font-size:12px;color:#666}.app-ui-card{margin-top:18px;border-radius:24px;background:linear-gradient(180deg,#111111,#2B2B2B);color:#fff;padding:18px 14px 16px;display:flex;flex-direction:column;align-items:center;box-shadow:0 12px 24px rgba(0,0,0,.15)}.app-ui-logo{width:66px;height:66px;border-radius:18px;background:#fff;color:#111;display:grid;place-items:center;font-size:22px;font-weight:820}.app-ui-name{margin-top:12px;font-size:16px;font-weight:760}.app-ui-meta{margin-top:4px;font-size:12px;opacity:.76}.app-ui-play{width:46px;height:46px;margin-top:14px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;padding-left:2px;font-size:16px;font-weight:800}.app-ui-list{display:grid;gap:10px;margin-top:18px}.app-ui-list span{height:10px;border-radius:999px;background:#D1D1D1}.app-ui-list span:nth-child(2){width:82%}.app-ui-list span:nth-child(3){width:64%}@media(max-width:760px){.app-download-section{grid-template-columns:1fr;min-height:0;padding:24px 20px;gap:22px}.app-phone-wrap{order:-1}.app-phone-premium{width:154px;height:312px}}.station-logo{background:linear-gradient(145deg,#1B5BFF 0%,#0B2A78 100%);border:1px solid rgba(0,0,0,.08)}html[data-theme="dark"] .station-logo{background:linear-gradient(145deg,#1B5BFF 0%,#0B2A78 100%);border-color:rgba(255,255,255,.08)}.widget-logo{background:linear-gradient(145deg,#1B5BFF 0%,#0B2A78 100%);color:#FFFFFF}.app-ui-card{background:linear-gradient(180deg,#1A56F0 0%,#0C2A79 100%);color:#fff}.app-ui-logo{background:#FFFFFF;color:#123AA9}.cover.one{background:linear-gradient(135deg,#1B5BFF,#16347E)}.cover.two{background:linear-gradient(135deg,#FF7A18,#B83E00)}.cover.three{background:linear-gradient(135deg,#A44BFF,#5A21B8)}.cover.four{background:linear-gradient(135deg,#FFD54A,#C87E00)}.cover.five{background:linear-gradient(135deg,#20B26B,#126A3E)}.related-logo-art{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.category-link{text-decoration:none!important}.category-link::after{transform:scaleX(0)!important}.category-link.is-active{color:var(--text)!important;font-weight:760}.category-link.is-active::after{transform:scaleX(0)!important;background:currentColor!important}.category-link:hover{color:var(--text)!important}.category-link:hover::after{transform:scaleX(1)!important}.category-link + .category-link::before{transform:translateY(-50%)!important;background:var(--faint)!important}html[data-theme="dark"] .category-link.is-active{color:var(--text)!important}.category-links{display:flex;align-items:center;flex-wrap:wrap;gap:0}.category-link{position:relative;padding:0;margin:0;border:0;background:transparent;color:var(--muted)!important;font-size:13px;font-weight:650!important;line-height:1.35;text-decoration:none!important;white-space:nowrap}.category-link::before,.category-link::after{content:none!important;display:none!important}.category-link:hover{color:var(--text)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important}.category-link:focus-visible{color:var(--text)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important}.category-separator{display:inline-block;margin:0 12px;color:var(--faint);font-size:12px;line-height:1;text-decoration:none!important;user-select:none}html[data-theme="dark"] .category-link{color:var(--muted)!important}html[data-theme="dark"] .category-link:hover,html[data-theme="dark"] .category-link:focus-visible{color:var(--text)!important}@media(max-width:720px){.category-links{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.category-links::-webkit-scrollbar{display:none}.category-link{flex:0 0 auto;font-size:12px}.category-separator{flex:0 0 auto;margin:0 10px}}.sidebar{border-color:var(--line)!important;background:#F9F9F9!important;box-shadow:none!important}html[data-theme="dark"] .sidebar{border-color:#343434!important;background:#171717!important;box-shadow:none!important}.sidebar .nav-label{color:#000000!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFFFFF!important}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover,.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover,html[data-theme="dark"] .sidebar .subnav a:hover{background:#252525!important;color:#FFFFFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;border-color:#0D0D0D!important;color:#FFFFFF!important;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFFFFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFFFFF!important;border-color:#FFFFFF!important;color:#0D0D0D!important;box-shadow:none!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important;opacity:1!important}.category-link{color:var(--muted)!important}.category-link:hover,.category-link:focus-visible{color:var(--text)!important}.category-separator{color:var(--faint)!important}.sidebar{padding:18px 12px 26px!important;overflow:auto}.sidebar>.brand{display:flex!important;align-items:center!important;gap:12px!important;padding:8px 10px 18px!important;margin:0!important;border:0!important}.nav-block{margin-bottom:23px}.nav-personal{display:grid;gap:4px}.sidebar .nav-label{margin:0 0 7px 12px!important;padding:14px 0 8px!important;font-size:13px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#000000!important;font-weight:760!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFFFFF!important}.sidebar .nav-item,.sidebar .nav-toggle{width:100%;min-height:42px;border:0;border-radius:11px;background:transparent;color:var(--muted);padding:8px 11px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer;font-size:15px;box-shadow:none;margin:0}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover{background:#252525!important;color:#FFFFFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;border-color:#0D0D0D!important;color:#FFFFFF!important;font-weight:680;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFFFFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFFFFF!important;border-color:#FFFFFF!important;color:#0D0D0D!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important}.sidebar .nav-icon{width:18px;height:18px;opacity:.9}.sidebar .nav-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .nav-count{font-variant-numeric:tabular-nums;font-size:13px;min-width:24px;text-align:right;color:var(--faint)}.sidebar .nav-toggle .chevron{transition:transform .18s}.sidebar .nav-toggle[aria-expanded="true"] .chevron{transform:rotate(90deg)}.sidebar .subnav{display:grid;gap:2px;margin:3px 0 5px 31px;padding-left:11px;border-left:1px solid var(--line)}.sidebar .subnav[hidden]{display:none!important}.sidebar .subnav a{padding:7px 9px;border-radius:8px;font-size:14px;color:var(--muted)}.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .subnav a:hover{background:#252525!important;color:#FFFFFF!important}:root{--sidebar:286px;--header:68px}.page{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.main{min-width:0}.sidebar{position:sticky;top:0;z-index:70;height:100vh;overflow:auto;padding:18px 12px 26px!important;border-right:1px solid var(--line)!important;background:#F9F9F9!important;box-shadow:none!important;scrollbar-width:thin;scrollbar-color:var(--line) transparent}html[data-theme="dark"] .sidebar{border-color:#343434!important;background:#171717!important;box-shadow:none!important}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}.sidebar>.brand{display:flex!important;align-items:center!important;gap:12px!important;padding:8px 10px 18px!important;margin:0!important;border:0!important}.sidebar .brand-mark{width:42px;height:42px;border-radius:12px;background:#0D0D0D;color:#FFF;display:grid;place-items:center;font-weight:800;flex:0 0 auto}html[data-theme="dark"] .sidebar .brand-mark{background:#FFF;color:#0D0D0D}.sidebar .brand-copy b{display:block;font-size:20px;line-height:1.05;letter-spacing:-.03em}.sidebar .brand-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.sidebar .nav-block{margin-bottom:23px}.sidebar .nav-personal{display:grid;gap:4px}.sidebar .nav-label{margin:0 0 7px 12px!important;padding:14px 0 8px!important;font-size:13px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#000!important;font-weight:760!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFF!important}.sidebar .nav-item,.sidebar .nav-toggle{width:100%;min-height:42px;border:0;border-radius:11px;background:transparent;color:var(--muted);padding:8px 11px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer;font-size:15px;box-shadow:none;margin:0}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover{background:#252525!important;color:#FFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;border-color:#0D0D0D!important;color:#FFF!important;font-weight:680;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFF!important;border-color:#FFF!important;color:#0D0D0D!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important}.sidebar .nav-icon{width:18px;height:18px;opacity:.9}.sidebar .nav-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .nav-count{font-variant-numeric:tabular-nums;font-size:13px;min-width:24px;text-align:right;color:var(--faint)}.sidebar .nav-toggle .chevron{transition:transform .18s}.sidebar .nav-toggle[aria-expanded="true"] .chevron{transform:rotate(90deg)}.sidebar .subnav{display:grid;gap:2px;margin:3px 0 5px 31px;padding-left:11px;border-left:1px solid var(--line)}.sidebar .subnav[hidden]{display:none!important}.sidebar .subnav a{padding:7px 9px;border-radius:8px;font-size:14px;color:var(--muted)}.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .subnav a:hover{background:#252525!important;color:#FFF!important}.drawer-backdrop{display:none;position:fixed;inset:var(--header) 0 0;z-index:69;background:rgba(0,0,0,.38)}.topbar{position:sticky;top:0;z-index:60;height:var(--header);min-height:var(--header);padding:0!important;display:block!important;background:color-mix(in srgb,var(--bg) 94%,var(--surface));border-bottom:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.topbar-inner{width:100%;height:100%;margin:0;padding:0 clamp(14px,1.6vw,28px);display:grid;grid-template-columns:minmax(260px,720px) 1fr;gap:clamp(16px,1.6vw,28px);align-items:center}.search-wrap{position:relative;min-width:0}.search{width:100%;height:44px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text);padding:0 48px 0 43px;outline:none;transition:border-color .15s,box-shadow .15s}.search:focus{border-color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 8%,transparent)}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.search-key{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:13px;color:var(--muted);border:1px solid var(--line);border-radius:7px;padding:3px 6px;background:var(--bg)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px}.icon-button{width:40px;height:40px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.icon-button:hover{background:var(--surface);border-color:var(--line)}.icon-button:active{transform:scale(.96)}.mobile-menu{display:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.bookmark-button{touch-action:manipulation}.bookmark-button.is-active{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 34%,var(--line));color:var(--brand)}.bookmark-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}.bookmark-modal[hidden]{display:none!important}.bookmark-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.bookmark-dialog{position:relative;width:min(100%,470px);border:1px solid var(--line);border-radius:24px;background:var(--surface);color:var(--text);padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.bookmark-dialog-head{display:grid;grid-template-columns:48px minmax(0,1fr) 36px;gap:13px;align-items:center}.bookmark-dialog-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line))}.bookmark-dialog-icon svg{width:23px;height:23px}.bookmark-dialog h2{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.025em}.bookmark-dialog-subtitle{margin:5px 0 0;font-size:13px;color:var(--muted);line-height:1.45}.bookmark-dialog-close{width:36px;height:36px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer;font-size:22px}.bookmark-dialog-close:hover{background:var(--surface-2);color:var(--text)}.bookmark-instruction{margin-top:20px;padding:16px;border:1px solid var(--line);border-radius:18px;background:var(--bg)}.bookmark-instruction-label{display:block;margin-bottom:9px;font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.bookmark-instruction-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.bookmark-instruction p{margin:0;font-size:14px;line-height:1.5;color:var(--text)}.bookmark-shortcut{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:84px;height:42px;padding:0 13px;border:1px solid var(--line);border-bottom-width:3px;border-radius:11px;background:var(--surface);font-family:inherit;font-size:15px;font-weight:750;color:var(--text);box-shadow:0 2px 0 color-mix(in srgb,var(--text) 7%,transparent)}.bookmark-mobile-steps{display:grid;gap:9px;margin:0;padding:0;list-style:none}.bookmark-mobile-steps li{display:grid;grid-template-columns:27px minmax(0,1fr);gap:9px;align-items:start;font-size:14px;line-height:1.45}.bookmark-mobile-steps b{width:27px;height:27px;border-radius:9px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;font-size:12px}.bookmark-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.bookmark-action{height:42px;padding:0 15px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--text);font-weight:680;cursor:pointer}.bookmark-action:hover{background:var(--surface-2)}.bookmark-action.primary{background:var(--text);border-color:var(--text);color:var(--bg)}.bookmark-action.primary:hover{opacity:.9}body.bookmark-dialog-open{overflow:hidden}html[data-theme="dark"] .bookmark-modal-backdrop{background:rgba(0,0,0,.67)}@media(max-width:980px){.page{grid-template-columns:1fr}.mobile-menu{display:grid}.sidebar{display:block!important;position:fixed;z-index:70;left:0;top:var(--header);bottom:0;width:min(86vw,300px);height:auto;padding:16px 13px 36px!important;transform:translateX(-103%);transition:transform .2s ease;border-right:1px solid var(--line)!important}.sidebar.open{transform:translateX(0)}.drawer-backdrop.visible{display:block}}@media(max-width:760px){:root{--header:62px}.topbar-inner{grid-template-columns:minmax(0,1fr) auto;padding:0 13px;gap:9px}.search{height:40px;padding-left:39px;padding-right:12px}.search-key{display:none}.icon-button{width:42px;height:42px}.bookmark-modal{align-items:end;padding:10px}.bookmark-dialog{width:100%;border-radius:24px;padding:20px 18px calc(18px + env(safe-area-inset-bottom))}.bookmark-dialog-head{grid-template-columns:44px minmax(0,1fr) 34px}.bookmark-dialog-icon{width:44px;height:44px}.bookmark-instruction-row{display:block}.bookmark-shortcut{margin-top:12px}.bookmark-actions{display:grid;grid-template-columns:1fr 1fr}.bookmark-action{width:100%}}.content-crumbs{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--muted);font-size:14px;white-space:nowrap;overflow:auto;scrollbar-width:none}.content-crumbs::-webkit-scrollbar{display:none}.content-crumbs a:hover{color:var(--text)}.content-crumbs strong{color:var(--text);font-weight:650}@media(max-width:980px){.content{padding:18px!important}}@media(max-width:720px){.content{padding:14px!important}.content-crumbs{margin-bottom:12px;font-size:13px}}.bookmark-button{background:var(--live-soft);border-color:color-mix(in srgb,var(--live) 32%,var(--line));color:var(--live)}.bookmark-button:hover,.bookmark-button.is-active{background:color-mix(in srgb,var(--live-soft) 72%,var(--surface));border-color:color-mix(in srgb,var(--live) 55%,var(--line));color:var(--live)}.bookmark-button.is-active svg{fill:currentColor}.app-mini-play{background:var(--live);color:#FFF;box-shadow:0 8px 20px color-mix(in srgb,var(--live) 28%,transparent)}.app-mini-play:hover{background:color-mix(in srgb,var(--live) 86%,#000)}html[data-theme="dark"] .app-mini-play{background:var(--live);color:#FFF;box-shadow:none}html[data-theme="dark"] .app-mini-play:hover{background:color-mix(in srgb,var(--live) 84%,#000)}.live-line{color:var(--live)}.live-line .dot{background:var(--live);box-shadow:0 0 0 4px color-mix(in srgb,var(--live) 14%,transparent)}.volume-slider{background:linear-gradient(90deg,var(--text) 0,var(--text) var(--volume-progress),var(--surface-3) var(--volume-progress),var(--surface-3) 100%)}.volume-slider::-webkit-slider-thumb{border-color:var(--text)}.volume-slider::-moz-range-thumb{border-color:var(--text)}.schedule-status.is-live{background:var(--live-soft);color:var(--live);border:1px solid color-mix(in srgb,var(--live) 30%,var(--line));font-weight:760}.app-ui-meta{color:var(--live)}.sidebar-now-playing{margin:2px 0 7px;min-width:0}.sidebar-now-playing[hidden]{display:none!important}.sidebar-now-card{width:100%;min-width:0;min-height:62px;padding:8px;border:1px solid color-mix(in srgb,var(--live,#F37022) 32%,var(--line));border-radius:15px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--live,#F37022) 5%,var(--surface)));color:var(--text);display:grid;grid-template-columns:42px minmax(0,1fr) 27px;gap:10px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 7px 18px color-mix(in srgb,var(--text) 5%,transparent);transition:transform .15s,border-color .15s,background .15s}.sidebar-now-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--live,#F37022) 58%,var(--line));background:color-mix(in srgb,var(--live,#F37022) 8%,var(--surface))}.sidebar-now-card:focus-visible{outline:2px solid var(--live,#F37022);outline-offset:2px}.sidebar-now-logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;overflow:hidden;color:#fff;font-size:11px;font-weight:820;letter-spacing:-.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.sidebar-now-copy{min-width:0;display:block}.sidebar-now-copy b{display:block;margin-top:2px;font-size:14px;line-height:1.18;font-weight:730;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-now-state{display:flex;align-items:center;gap:6px;color:var(--live,#F37022);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:790;white-space:nowrap}.sidebar-now-dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,var(--live,#F37022) 13%,transparent)}.sidebar-playing-bars{height:25px;display:flex;align-items:center;justify-content:center;gap:2px;color:var(--live,#F37022)}.sidebar-playing-bars i{display:block;width:3px;height:6px;border-radius:99px;background:currentColor;transform-origin:center;animation:none}.sidebar-now-card.is-playing .sidebar-playing-bars i{animation:sidebarSoundBars .82s ease-in-out infinite alternate}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(2){animation-delay:-.58s}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(3){animation-delay:-.31s}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(4){animation-delay:-.69s}.sidebar-now-card:not(.is-playing) .sidebar-now-dot{box-shadow:none;opacity:.58}.sidebar-now-card:not(.is-playing) .sidebar-playing-bars{opacity:.45}@keyframes sidebarSoundBars{0%{height:5px}35%{height:11px}70%{height:21px}100%{height:8px}}@media (prefers-reduced-motion:reduce){.sidebar-now-card.is-playing .sidebar-playing-bars i{animation:none}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(1){height:10px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(2){height:19px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(3){height:14px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(4){height:8px}}html[data-theme="dark"] .sidebar-now-card{box-shadow:none;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--live,#F37022) 8%,var(--surface)))}.schedule-station{min-width:0;display:flex;align-items:center;height:100%}.schedule-station h3{margin:0}.station-schedule-head{align-items:center}.station-schedule-head p{display:none!important}.nav-item[href]{text-decoration:none;color:inherit}.radio-card[data-radio-link],.station-schedule-head[data-radio-link],.related-radio-card a,.station-cell,.music-timeline-meta[data-radio-link]{cursor:pointer}.music-timeline-meta[data-radio-link]{position:relative;z-index:8;width:max-content;max-width:100%}.sidebar .subnav a.active{background:#0D0D0D!important;color:#FFF!important;font-weight:700!important}html[data-theme="dark"] .sidebar .subnav a.active{background:#FFF!important;color:#0D0D0D!important}.sidebar .nav-toggle.filter-parent-active{background:var(--surface-2)!important;color:var(--text)!important}.filter-page-empty{padding:30px 0;color:var(--muted);font-size:15px}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;min-width:320px}body{min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a,button,[role="button"]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}[hidden]{display:none!important}.search-wrap,.topbar-inner>*{min-width:0!important}input[type="search"]{-webkit-appearance:none;appearance:none}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}@media(max-width:980px){.topbar-inner{grid-template-columns:auto minmax(0,1fr) auto!important;gap:9px!important}#menuButton,.mobile-menu{display:grid!important;grid-column:1!important;grid-row:1!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;place-items:center!important}.search-wrap{grid-column:2!important;grid-row:1!important}.header-actions{grid-column:3!important;grid-row:1!important;min-width:0!important;justify-content:flex-end!important}.bookmark-header-label{display:none!important}}@media(max-width:760px){input,select,textarea{font-size:16px!important}.header-autocomplete{max-height:calc(100vh - 82px)!important;max-height:calc(100dvh - 82px)!important}.header-autocomplete-list{max-height:calc(100vh - 145px)!important;max-height:calc(100dvh - 145px)!important}}@supports(padding:max(0px)){@media(max-width:980px){.topbar-inner{padding-left:max(13px,env(safe-area-inset-left))!important;padding-right:max(13px,env(safe-area-inset-right))!important}.sidebar{padding-bottom:calc(36px + env(safe-area-inset-bottom))!important}}@media(max-width:760px){.header-autocomplete{left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;padding-bottom:calc(7px + env(safe-area-inset-bottom))!important}}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(forced-colors:active){button,a,input,select,textarea{forced-color-adjust:auto}:focus-visible{outline:2px solid CanvasText!important;outline-offset:2px!important}}.song-title-link{cursor:pointer!important;display:inline-block!important;color:inherit!important;text-decoration-line:underline!important;text-decoration-style:solid!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important;text-decoration-color:color-mix(in srgb,currentColor 64%,transparent)!important}.song-title-link:hover{text-decoration-thickness:2px!important;text-decoration-color:currentColor!important}.song-title-link:focus-visible{outline:2px solid var(--brand)!important;outline-offset:3px!important;border-radius:4px!important}.app-showcase .phone-device{display:block!important;width:min(100%,242px)!important;max-width:242px!important;aspect-ratio:258 / 540!important;padding:4px!important;border-radius:34px!important;background:linear-gradient(180deg,#121318,#060708)!important;box-shadow:0 18px 36px rgba(0,0,0,.20)!important}.app-showcase .phone-frame{height:100%!important;padding:0!important;border-radius:30px!important;overflow:hidden!important;background:linear-gradient(180deg,#0b0c10,#040405)!important}.app-showcase .phone-notch{top:0!important;width:78px!important;height:14px!important;border-radius:0 0 12px 12px!important;background:#050607!important}.app-showcase .phone-screen{height:100%!important;border-radius:30px!important}@media(max-width:760px){.app-showcase .phone-device{width:clamp(194px,62vw,236px)!important;max-width:236px!important}}.brand-mark,html[data-theme="dark"] .brand-mark,.sidebar .brand-mark,html[data-theme="dark"] .sidebar .brand-mark,.sidebar>.brand .brand-mark,html[data-theme="dark"] .sidebar>.brand .brand-mark{padding:0!important;border:0!important;background:transparent!important;color:inherit!important;box-shadow:none!important;overflow:hidden!important}.brand-mark img,.phone-brandmark img,.appdl-brandmark img,.app-promo-icon img,.country-network-icon img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:inherit!important}.phone-brandmark,.appdl-brandmark,.app-promo-icon,.country-network-icon{padding:0!important;overflow:hidden!important;background:transparent!important;color:inherit!important}.sidebar>.brand .brand-mark,.sidebar .brand-mark,html[data-theme="dark"] .sidebar>.brand .brand-mark,html[data-theme="dark"] .sidebar .brand-mark,.phone-brandmark,.appdl-brandmark,.app-promo-icon,.country-network-icon{background:transparent!important;border:0!important;box-shadow:none!important;color:inherit!important;overflow:visible!important}.brand-mark img,.phone-brandmark img,.appdl-brandmark img,.app-promo-icon img,.country-network-icon img{object-fit:contain!important;border-radius:0!important}.sidebar>.brand{cursor:pointer!important;text-decoration:none!important}.sidebar>.brand:focus-visible{outline:2px solid var(--live,#F37022)!important;outline-offset:3px!important;border-radius:12px!important}.bookmark-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}.bookmark-modal[hidden]{display:none!important}.bookmark-modal-backdrop{position:absolute;inset:0;background:rgba(7,10,16,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bookmark-dialog{position:relative;width:min(720px,100%);padding:28px;border-radius:30px;border:1px solid color-mix(in srgb,var(--line) 88%,transparent);background:color-mix(in srgb,var(--surface) 92%,rgba(255,255,255,.03));box-shadow:0 28px 90px rgba(0,0,0,.30)}.bookmark-dialog-head{display:grid;grid-template-columns:64px minmax(0,1fr) 40px;gap:16px;align-items:start}.bookmark-dialog-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 14%,var(--surface)) 0%,color-mix(in srgb,var(--brand) 8%,var(--surface)) 100%);border:1px solid color-mix(in srgb,var(--brand) 26%,var(--line));color:var(--text)}.bookmark-dialog-icon svg{width:30px;height:30px}.bookmark-kicker{display:inline-flex;align-items:center;gap:0;margin:0 0 8px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.bookmark-dialog h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.03;letter-spacing:-.04em}.bookmark-dialog-subtitle{margin:10px 0 0;font-size:18px;line-height:1.45;color:var(--muted);max-width:52ch}.bookmark-dialog-close{width:40px;height:40px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted);display:grid;place-items:center;cursor:pointer;font-size:24px;line-height:1}.bookmark-dialog-close:hover{background:var(--surface-2);color:var(--text)}.bookmark-grid{display:grid;gap:14px;margin-top:22px}.bookmark-card{padding:18px 18px 18px 20px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 92%,transparent) 0%,color-mix(in srgb,var(--surface-2) 72%,transparent) 100%)}.bookmark-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.bookmark-card-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.10em;text-transform:uppercase;color:var(--muted)}.bookmark-card-label::before{content:'';width:7px;height:7px;border-radius:999px;background:var(--brand)}.bookmark-card p{margin:0;font-size:17px;line-height:1.5;color:var(--text)}.bookmark-shortcut{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:96px;height:48px;padding:0 16px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--line));border-radius:15px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));font-family:inherit;font-size:22px;font-weight:780;letter-spacing:-.02em;color:var(--text);box-shadow:inset 0 -2px 0 rgba(0,0,0,.08)}.bookmark-mobile-steps{display:grid;gap:10px;margin:0;padding:0;list-style:none}.bookmark-mobile-steps li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;align-items:start;font-size:16px;line-height:1.45;color:var(--text)}.bookmark-mobile-steps b{width:30px;height:30px;border-radius:10px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));display:grid;place-items:center;font-size:13px;color:var(--brand)}.bookmark-helper-note{margin-top:14px;padding:13px 16px;border-radius:18px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));font-size:14px;line-height:1.45;color:var(--muted)}.bookmark-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.bookmark-action{height:46px;padding:0 18px;border-radius:14px;border:1px solid var(--line);background:var(--surface);color:var(--text);font-size:15px;font-weight:720;cursor:pointer}.bookmark-action:hover{background:var(--surface-2)}.bookmark-action.primary{background:var(--text);border-color:var(--text);color:var(--bg)}.bookmark-action.primary:hover{opacity:.92}body.bookmark-dialog-open{overflow:hidden}html[data-theme="dark"] .bookmark-modal-backdrop{background:rgba(0,0,0,.72)}@media(max-width:760px){.bookmark-modal{align-items:end;padding:10px}.bookmark-dialog{width:100%;padding:22px 18px calc(18px + env(safe-area-inset-bottom));border-radius:26px}.bookmark-dialog-head{grid-template-columns:54px minmax(0,1fr) 38px;gap:14px}.bookmark-dialog-icon{width:54px;height:54px;border-radius:18px}.bookmark-dialog-icon svg{width:26px;height:26px}.bookmark-dialog h2{font-size:34px;line-height:1.02}.bookmark-dialog-subtitle{font-size:16px;line-height:1.42}.bookmark-card{padding:16px}.bookmark-card-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.bookmark-shortcut{margin-top:0;justify-self:end;font-size:21px}.bookmark-card p{font-size:15px}.bookmark-mobile-steps li{font-size:15px}.bookmark-actions{display:grid;grid-template-columns:1fr;gap:10px}.bookmark-action{width:100%;height:48px}}@media(max-width:420px){.bookmark-card-top{grid-template-columns:minmax(0,1fr) auto;gap:8px}.bookmark-card-label{font-size:10.5px;letter-spacing:.08em}.bookmark-shortcut{min-width:82px;height:44px;padding:0 12px;font-size:19px}}:root{--page-title-size:clamp(29px,2.4vw,40px)}.hero h1,.intro h1,.station-copy h1,.music-page-title{margin:0 0 6px!important;font-size:var(--page-title-size)!important;line-height:1.08!important;letter-spacing:-.04em!important;font-weight:680!important;color:var(--text)!important;max-width:920px!important}@media(max-width:760px){:root{--page-title-size:29px}.hero h1,.intro h1,.station-copy h1,.music-page-title{line-height:1.1!important}}@media(max-width:390px){:root{--page-title-size:27px}}:root{--bg:#F7F7F8!important;--surface:#FFFFFF!important;--surface-2:#F1F1F1!important;--surface-3:#E8E8EA!important;--text:#0D0D0D!important;--muted:#5F6368!important;--faint:#8A8A8A!important;--line:#DEDEDE!important;--brand:#0D0D0D!important;--brand-soft:#ECECEC!important;--live:#F36D3D!important;--live-soft:#FFF0E9!important;--blue:#5278C7!important;--section-accent:#0D0D0D!important;--sidebar:286px!important;--header:68px!important;color-scheme:light}html[data-theme="dark"]{--bg:#050608!important;--surface:#0C0E12!important;--surface-2:#12151B!important;--surface-3:#191D25!important;--text:#ECECEC!important;--muted:#B4B4B4!important;--faint:#8F8F8F!important;--line:#424242!important;--brand:#FFFFFF!important;--brand-soft:#3A3A3A!important;--live:#FF8A5B!important;--live-soft:#3A241D!important;--blue:#E3E3E3!important;--section-accent:#D1D1D1!important;color-scheme:dark}html,body{margin:0!important;min-height:100%;background:var(--bg)!important}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:16px!important;line-height:1.45!important;color:var(--text)!important}.page{width:100%!important;min-height:100vh!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:286px minmax(0,1fr)!important;gap:0!important;border:0!important;border-radius:0!important;background:var(--bg)!important;box-shadow:none!important;overflow:visible!important}.sidebar{position:sticky!important;top:0!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:70!important;display:block!important;width:286px!important;min-width:286px!important;max-width:286px!important;height:100vh!important;min-height:0!important;margin:0!important;padding:18px 12px 26px!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;background:#F9F9F9!important;box-shadow:none!important;transform:none!important;font-size:16px!important;line-height:1.45!important;scrollbar-width:thin;scrollbar-color:var(--line) transparent}html[data-theme="dark"] .sidebar{border:0!important;border-right:1px solid #343434!important;border-radius:0!important;background:#171717!important;box-shadow:none!important}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}.sidebar>.brand{box-sizing:border-box!important;width:100%!important;min-height:0!important;margin:0!important;padding:8px 10px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important;font-size:16px!important;line-height:1.45!important;box-shadow:none!important}.sidebar .brand-mark{width:42px!important;height:42px!important;min-width:42px!important;border:0!important;border-radius:12px!important;background:#0D0D0D!important;color:#FFF!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;font-size:16px!important;font-weight:800!important;line-height:1!important}html[data-theme="dark"] .sidebar .brand-mark{background:#FFF!important;color:#0D0D0D!important}.sidebar .brand-copy{min-width:0!important}.sidebar .brand-copy b{display:block!important;font-size:20px!important;line-height:1.05!important;letter-spacing:-.03em!important;font-weight:700!important}.sidebar .brand-copy span{display:block!important;margin-top:3px!important;font-size:13px!important;line-height:1.2!important;color:var(--muted)!important}.sidebar .nav-block{width:100%!important;margin:0 0 23px!important;padding:0!important;border:0!important;background:transparent!important}.sidebar .nav-personal{display:grid!important;gap:4px!important}.sidebar .nav-label{width:auto!important;margin:0 0 7px 12px!important;padding:14px 0 8px!important;font-size:13px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#000!important;font-weight:760!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFF!important}.sidebar .nav-item,.sidebar .nav-toggle{box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:42px!important;margin:0!important;padding:8px 11px!important;border:0!important;border-radius:11px!important;background:transparent!important;color:var(--muted)!important;display:grid!important;grid-template-columns:22px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;text-align:left!important;font-size:15px!important;line-height:1.45!important;font-weight:400!important;box-shadow:none!important;transform:none!important}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover{background:#252525!important;color:#FFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;color:#FFF!important;font-weight:680!important;border:0!important;border-radius:11px!important;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFF!important;color:#0D0D0D!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important}.sidebar .nav-icon{width:18px!important;height:18px!important;opacity:.9!important}.sidebar .nav-text{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sidebar .nav-count{font-variant-numeric:tabular-nums!important;font-size:13px!important;min-width:24px!important;text-align:right!important;color:var(--faint)!important}.sidebar .subnav{display:grid!important;gap:2px!important;margin:3px 0 5px 31px!important;padding:0 0 0 11px!important;border:0!important;border-left:1px solid var(--line)!important;background:transparent!important}.sidebar .subnav[hidden]{display:none!important}.sidebar .subnav a{padding:7px 9px!important;border:0!important;border-radius:8px!important;background:transparent!important;font-size:14px!important;line-height:1.45!important;color:var(--muted)!important}.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}.main{position:relative!important;min-width:0!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:var(--bg)!important;color:var(--text)!important;box-shadow:none!important;overflow:visible!important;font-size:16px!important;line-height:1.45!important}.topbar{position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:60!important;width:100%!important;height:68px!important;min-height:68px!important;margin:0!important;padding:0!important;display:block!important;gap:0!important;align-items:normal!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:color-mix(in srgb,var(--bg) 94%,var(--surface))!important;box-shadow:none!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:16px!important;line-height:1.45!important}.topbar-inner{box-sizing:border-box!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:0 clamp(14px,1.6vw,28px)!important;border:0!important;border-radius:0!important;background:transparent!important;display:grid!important;grid-template-columns:minmax(260px,720px) 1fr!important;gap:clamp(16px,1.6vw,28px)!important;align-items:center!important;font-size:16px!important;line-height:1.45!important}.content{box-sizing:border-box!important;width:100%!important;max-width:1450px!important;min-width:0!important;margin:0!important;padding:24px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--text)!important;box-shadow:none!important;font-size:16px!important;line-height:1.45!important}.drawer-backdrop{display:none;position:fixed;inset:68px 0 0;z-index:69;background:rgba(0,0,0,.38)}@media(max-width:980px){.page{grid-template-columns:1fr!important}.mobile-menu{display:grid!important}.sidebar{display:block!important;position:fixed!important;z-index:70!important;left:0!important;top:68px!important;bottom:0!important;width:min(86vw,300px)!important;min-width:0!important;max-width:300px!important;height:auto!important;padding:16px 13px 36px!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;transform:translateX(-103%)!important;transition:transform .2s ease!important}.sidebar.open{transform:translateX(0)!important}.drawer-backdrop.visible{display:block!important}.content{padding:18px!important}}@media(max-width:760px){:root{--header:62px!important}.topbar{height:62px!important;min-height:62px!important}.sidebar{top:62px!important}.drawer-backdrop{inset:62px 0 0}.topbar-inner{grid-template-columns:minmax(0,1fr) auto!important;padding:0 13px!important;gap:9px!important}}@media(max-width:720px){.content{padding:14px!important}}.sidebar>.brand{box-sizing:border-box!important;width:100%!important;min-height:0!important;margin:0!important;padding:8px 10px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important}.sidebar>.brand .brand-mark{width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important;margin:0!important;padding:0!important;border:0!important;border-radius:12px!important;background:#0D0D0D!important;color:#FFFFFF!important;display:grid!important;place-items:center!important;font-size:16px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;box-shadow:none!important}html[data-theme="dark"] .sidebar>.brand .brand-mark{background:#FFFFFF!important;color:#0D0D0D!important}.sidebar>.brand .brand-copy{min-width:0!important;margin:0!important;padding:0!important;color:var(--text)!important;line-height:1.05!important;letter-spacing:0!important}.sidebar>.brand .brand-copy b{display:block!important;margin:0!important;color:var(--text)!important;font-size:20px!important;line-height:1.05!important;font-weight:760!important;letter-spacing:-.03em!important;white-space:nowrap!important}.sidebar>.brand .brand-copy span{display:block!important;margin:4px 0 0!important;color:var(--muted)!important;font-size:13px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:0!important;white-space:nowrap!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:var(--text)!important;display:grid!important;place-items:center!important;box-shadow:none!important}#bookmarkButton.bookmark-button:hover,#bookmarkButton.bookmark-button.is-active:hover{border-color:var(--line)!important;background:var(--surface)!important;color:var(--text)!important}#bookmarkButton.bookmark-button svg{width:19px!important;height:19px!important}#bookmarkButton.bookmark-button.is-active svg{fill:none!important}.content-crumbs{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0 0 16px!important;padding:0!important;color:var(--muted)!important;font-size:14px!important;line-height:1.35!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}.content-crumbs::-webkit-scrollbar{display:none!important}.content-crumbs a{color:var(--muted)!important;text-decoration:none!important}.content-crumbs a:hover{color:var(--text)!important}.content-crumbs>span{color:var(--faint)!important}.content-crumbs strong{color:var(--text)!important;font-weight:650!important}.content-crumbs + .intro,.content-crumbs + .music-page-columns,.content-crumbs + .station-card{margin-top:0!important}.music-page .music-top-section{padding-top:0!important}@media(max-width:760px){#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:42px!important;height:42px!important}}@media(max-width:720px){.content-crumbs{margin-bottom:12px!important;font-size:13px!important}}.phone-device{border-radius:36px!important;padding:6px!important}.phone-frame{padding:0!important;border-radius:30px!important}.phone-notch{top:0!important;width:84px!important;height:18px!important;border-radius:0 0 13px 13px!important}.phone-screen{border-radius:30px!important}.phone-screen::before{top:8px!important}.app-phone-wrap{width:100%;display:grid;place-items:center}.app-phone-premium{width:clamp(164px,16vw,178px)!important;height:auto!important;aspect-ratio:258 / 540!important;padding:6px!important;border-radius:36px!important;background:linear-gradient(180deg,#121318,#060708)!important}.app-phone-topbar{top:6px!important;width:84px!important;height:18px!important;border-radius:0 0 13px 13px!important;background:#050607!important}.app-phone-screen{border-radius:30px!important;padding:14px 14px 16px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important}@media(max-width:980px){.app-phone-premium{width:170px!important}}@media(max-width:760px){.app-phone-premium{width:160px!important}.phone-device{width:clamp(196px,62vw,236px)!important}}.phone-device{width:clamp(206px,18vw,248px)!important;padding:4px!important;border-radius:34px!important;background:linear-gradient(180deg,#121318,#060708)!important}.phone-frame{padding:0!important;border-radius:30px!important;overflow:hidden!important;background:linear-gradient(180deg,#0b0c10,#040405)!important}.phone-notch{top:0!important;width:78px!important;height:14px!important;border-radius:0 0 12px 12px!important;background:#050607!important}.phone-screen{border-radius:30px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important}.app-phone-wrap{width:100%!important;display:grid!important;place-items:center!important}.app-phone-premium{width:clamp(160px,15.6vw,172px)!important;height:auto!important;aspect-ratio:258 / 540!important;padding:4px!important;border-radius:34px!important;background:linear-gradient(180deg,#121318,#060708)!important}.app-phone-topbar{top:4px!important;width:78px!important;height:14px!important;border-radius:0 0 12px 12px!important;background:#050607!important}.app-phone-screen{border-radius:30px!important;padding:14px 14px 16px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important}@media(max-width:980px){.app-phone-premium{width:166px!important}}@media(max-width:760px){.phone-device{width:clamp(194px,62vw,236px)!important}.app-phone-premium{width:156px!important}}.app-phone-premium{border-radius:25px!important;padding:4px!important}.app-phone-premium .app-phone-screen,.app-phone-screen{border-radius:21px!important}.app-phone-topbar{top:4px!important;width:56px!important;height:9px!important;border-radius:0 0 9px 9px!important}@media(max-width:980px){.app-phone-premium{border-radius:24px!important}.app-phone-premium .app-phone-screen,.app-phone-screen{border-radius:20px!important}.app-phone-topbar{width:54px!important;height:9px!important}}@media(max-width:760px){.app-phone-premium{border-radius:23px!important}.app-phone-premium .app-phone-screen,.app-phone-screen{border-radius:19px!important}.app-phone-topbar{width:50px!important;height:8px!important;border-radius:0 0 8px 8px!important}}.like-button #likeCount{font-weight:400!important}.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:19px!important;height:19px!important;flex:0 0 19px!important;display:block!important;transform:translateY(-0.5px)!important;overflow:visible!important}.engagement-actions .favorite-button span,.podcast-engagement-actions .favorite-button span,.episode-detail-actions .favorite-button span{display:inline-block!important;line-height:1.2!important}@media(max-width:760px){.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{gap:8px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:18px!important;height:18px!important;flex-basis:18px!important}}.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:22px!important;height:22px!important;flex:0 0 22px!important;display:block!important;transform:translateY(-0.5px)!important;overflow:visible!important;stroke-width:1.95!important}.engagement-actions .favorite-button span,.podcast-engagement-actions .favorite-button span,.episode-detail-actions .favorite-button span{display:inline-block!important;line-height:1.2!important}@media(max-width:760px){.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{gap:9px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:20px!important;height:20px!important;flex-basis:20px!important}}.schedule-list{gap:8px!important}.schedule-row{padding:10px 12px!important;grid-template-columns:68px minmax(0,1fr) auto!important}.schedule-copy b{font-size:14px!important;line-height:1.25!important}.schedule-copy span{display:none!important}.schedule-status{padding:4px 8px!important;font-size:11px!important}.frequencies-list{line-height:1.5!important}@media(max-width:760px){.schedule-row{padding:9px 10px!important;grid-template-columns:62px minmax(0,1fr) auto!important;gap:10px!important}.schedule-copy b{font-size:13px!important}.schedule-status{font-size:10px!important;padding:4px 7px!important}}@media(max-width:760px){.panel{padding:14px!important;border-radius:17px!important}.panel h2{margin-bottom:9px!important;font-size:22px!important;line-height:1.05!important;letter-spacing:-.04em!important}.history{margin-top:0!important;padding-top:0!important}.history-head{margin-bottom:6px!important;gap:8px!important}.history-head p{font-size:12px!important;line-height:1.35!important;margin-top:3px!important}.history-list{gap:0!important}.history-item{grid-template-columns:40px minmax(0,1fr) auto!important;gap:9px!important;min-height:0!important;padding:7px 0!important;align-items:center!important}.cover{width:40px!important;height:40px!important;border-radius:11px!important;font-size:10px!important}.history-copy{min-width:0!important}.history-copy b{font-size:13px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.history-copy span{margin-top:2px!important;font-size:11px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.history-time{grid-column:auto!important;margin:0!important;font-size:10px!important;line-height:1.2!important;align-self:center!important}.days{gap:6px!important;margin-bottom:9px!important;flex-wrap:nowrap!important;overflow:auto!important;scrollbar-width:none!important}.days::-webkit-scrollbar{display:none!important}.day-tab{min-height:30px!important;padding:0 10px!important;font-size:11px!important;flex:0 0 auto!important}.schedule-list{gap:6px!important}.schedule-row{grid-template-columns:52px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;padding:9px 10px!important;border-radius:12px!important}.schedule-time{font-size:11px!important;line-height:1.2!important;padding:0!important}.schedule-copy b{font-size:13px!important;line-height:1.2!important}.schedule-status{display:none!important}.schedule-status.is-live{display:inline-flex!important;align-items:center!important;gap:5px!important;justify-self:end!important;grid-column:3!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--live)!important;font-size:0!important;line-height:1!important;font-weight:700!important;white-space:nowrap!important}.schedule-status.is-live::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--live);flex:0 0 auto}.schedule-status.is-live::after{content:'Direct';font-size:10px;line-height:1}}.app-copy-mobile{display:none}@media(max-width:760px){.app-download-section{grid-template-columns:96px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;min-height:0!important;padding:17px!important;border-radius:19px!important;overflow:hidden!important}.app-phone-wrap{order:0!important;align-self:start!important;width:96px!important}.app-phone-premium{width:92px!important;height:auto!important;aspect-ratio:258 / 540!important;padding:3px!important;border-radius:17px!important;box-shadow:0 12px 24px rgba(0,0,0,.18)!important}.app-phone-screen,.app-phone-premium .app-phone-screen{padding:7px 7px 8px!important;border-radius:14px!important}.app-phone-topbar{top:3px!important;width:32px!important;height:6px!important;border-radius:0 0 5px 5px!important}.app-ui-status{font-size:6px!important;padding:2px 2px 0!important}.app-ui-header{margin-top:11px!important}.app-ui-title{font-size:9px!important;line-height:1.1!important}.app-ui-subtitle{margin-top:2px!important;font-size:6px!important}.app-ui-card{margin-top:9px!important;padding:9px 6px 8px!important;border-radius:12px!important;box-shadow:0 7px 14px rgba(0,0,0,.12)!important}.app-ui-logo{width:31px!important;height:31px!important;border-radius:9px!important;font-size:11px!important}.app-ui-name{margin-top:6px!important;font-size:8px!important}.app-ui-meta{margin-top:2px!important;font-size:6px!important}.app-ui-play{width:23px!important;height:23px!important;margin-top:7px!important;font-size:8px!important}.app-ui-list{display:none!important}.app-download-copy{min-width:0!important}.app-eyebrow{font-size:9px!important;letter-spacing:.1em!important}.app-download-copy h2{margin:6px 0 7px!important;font-size:22px!important;line-height:1.04!important;letter-spacing:-.035em!important}.app-copy-desktop{display:none!important}.app-copy-mobile{display:inline!important}.app-download-copy p{font-size:12.5px!important;line-height:1.45!important}.app-benefits{gap:6px!important;margin-top:11px!important}.app-benefits span{padding:5px 8px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--surface-2)!important;font-size:10px!important;line-height:1!important;font-weight:600!important}.app-benefits span::before{display:none!important}.store-buttons{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:12px!important}.store-button{min-width:0!important;width:100%!important;height:43px!important;padding:0 9px!important;border-radius:12px!important;grid-template-columns:20px minmax(0,1fr)!important;gap:7px!important}.store-button svg{width:20px!important;height:20px!important}.store-button-copy small{display:none!important}.store-button-copy strong{font-size:11px!important;line-height:1.05!important}}@media(max-width:420px){.app-download-section{grid-template-columns:82px minmax(0,1fr)!important;gap:13px!important;padding:15px!important}.app-phone-wrap{width:82px!important}.app-phone-premium{width:80px!important}.app-download-copy h2{font-size:20px!important}.app-benefits span:nth-child(3){display:none!important}}@media(max-width:760px){.related-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.related-logo-shell{padding:9px!important}.related-logo-art{border-radius:16px!important}.related-copy strong{font-size:12px!important;line-height:1.2!important}.related-copy span{font-size:10px!important;line-height:1.25!important}}@media(max-width:760px){.related-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.related-logo-shell{padding:9px!important}.related-copy strong{font-size:12px!important;line-height:1.2!important}.related-copy span{font-size:10px!important;line-height:1.2!important}}.app-download{position:relative!important;display:grid!important;grid-template-columns:minmax(210px,260px) minmax(0,1fr)!important;align-items:center!important;gap:clamp(26px,3vw,44px)!important;width:100%!important;min-width:0!important;padding:clamp(26px,3vw,38px)!important;border:1px solid var(--line)!important;border-radius:28px!important;background:var(--surface)!important;box-shadow:0 12px 32px color-mix(in srgb,var(--text) 5%,transparent)!important;overflow:hidden!important}.app-download::before,.app-download::after{content:""!important;position:absolute!important;width:250px!important;height:250px!important;border-radius:50%!important;pointer-events:none!important}.app-download::before{left:-100px!important;bottom:-110px!important;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 12%,transparent),transparent 70%)!important}.app-download::after{right:-110px!important;top:-110px!important;background:radial-gradient(circle,color-mix(in srgb,var(--blue) 11%,transparent),transparent 72%)!important}.app-showcase,.app-download-copy{position:relative!important;z-index:1!important;min-width:0!important}.app-showcase{display:grid!important;place-items:center!important}.app-showcase .phone-device{display:block!important;width:min(100%,242px)!important;max-width:242px!important}.app-download-copy{width:100%!important;max-width:760px!important}.app-eyebrow{display:inline-flex!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#C96A4A!important;font-size:12px!important;line-height:1!important;font-weight:780!important;letter-spacing:.12em!important;text-transform:uppercase!important}html[data-theme="dark"] .app-eyebrow{color:#E38A68!important}.app-download-copy h2{margin:14px 0 10px!important;max-width:650px!important;font-size:clamp(31px,3vw,38px)!important;line-height:1.02!important;font-weight:800!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important}.app-download-copy p{margin:0!important;max-width:650px!important;color:var(--muted)!important;font-size:16px!important;line-height:1.62!important}.app-title-mobile,.app-copy-mobile{display:none!important}.app-title-desktop,.app-copy-desktop{display:inline!important}.app-points{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;margin:19px 0 22px!important;width:100%!important}.app-point{min-width:0!important;display:grid!important;grid-template-columns:50px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;padding:15px 16px!important;border:1px solid var(--line)!important;border-radius:22px!important;background:linear-gradient(180deg,var(--surface),var(--bg))!important;box-shadow:0 2px 10px color-mix(in srgb,var(--text) 3%,transparent)!important}.app-point-icon{width:50px!important;height:50px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:var(--feature-bg)!important;color:var(--feature-icon)!important;border:1px solid var(--feature-border)!important}.app-point-icon svg{width:24px!important;height:24px!important;display:block!important}.app-point-copy{min-width:0!important;padding-top:2px!important}.app-point-copy strong{display:block!important;color:var(--text)!important;font-size:15px!important;line-height:1.2!important;font-weight:730!important;overflow-wrap:break-word!important}.app-point-copy span{display:block!important;margin-top:5px!important;color:var(--muted)!important;font-size:12px!important;line-height:1.45!important}.app-point-listen{--feature-bg:#fff2ec;--feature-border:#f5c9b8;--feature-icon:#f26b45}.app-point-background{--feature-bg:#eef5ff;--feature-border:#cddffe;--feature-icon:#3d7eff}.app-point-favorites{--feature-bg:#f5efff;--feature-border:#ddd0ff;--feature-icon:#8a5cff}.app-point-alarm{--feature-bg:#eefaf2;--feature-border:#c9ead4;--feature-icon:#20a464}html[data-theme="dark"] .app-point-listen{--feature-bg:rgba(242,107,69,.16);--feature-border:rgba(242,107,69,.30);--feature-icon:#ff9878}html[data-theme="dark"] .app-point-background{--feature-bg:rgba(61,126,255,.16);--feature-border:rgba(61,126,255,.30);--feature-icon:#79a5ff}html[data-theme="dark"] .app-point-favorites{--feature-bg:rgba(138,92,255,.17);--feature-border:rgba(138,92,255,.30);--feature-icon:#b08dff}html[data-theme="dark"] .app-point-alarm{--feature-bg:rgba(32,164,100,.17);--feature-border:rgba(32,164,100,.30);--feature-icon:#65d69a}.store-buttons{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:12px!important;width:100%!important;max-width:560px!important}.store-button{position:relative!important;display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;min-width:0!important;min-height:58px!important;height:58px!important;padding:0 42px 0 15px!important;border:1px solid #101010!important;border-radius:16px!important;background:#101010!important;color:#FFFFFF!important;box-shadow:0 3px 12px rgba(0,0,0,.10)!important;text-decoration:none!important;transform:none!important;overflow:hidden!important}.store-button:hover{background:#1B1B1B!important;border-color:#1B1B1B!important;transform:none!important}.store-button::after{content:'›'!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;color:rgba(255,255,255,.68)!important;font-size:22px!important;line-height:1!important}.store-button svg{width:27px!important;height:27px!important;flex:0 0 27px!important;color:#FFFFFF!important;filter:none!important}.store-button-copy{min-width:0!important;line-height:1.04!important;text-align:left!important}.store-button-copy small{display:block!important;margin:0 0 4px!important;color:rgba(255,255,255,.74)!important;opacity:1!important;font-size:10px!important;line-height:1!important;font-weight:720!important;letter-spacing:.09em!important;text-transform:uppercase!important;white-space:nowrap!important}.store-button-copy strong{display:block!important;color:#FFFFFF!important;font-size:17px!important;line-height:1!important;font-weight:760!important;white-space:nowrap!important}html[data-theme="dark"] .store-button{background:#FFFFFF!important;border-color:#FFFFFF!important;color:#101010!important;box-shadow:none!important}html[data-theme="dark"] .store-button:hover{background:#F1F1EF!important;border-color:#F1F1EF!important}html[data-theme="dark"] .store-button::after{color:#777571!important}html[data-theme="dark"] .store-button svg{color:#101010!important}html[data-theme="dark"] .store-button-copy small{color:#6F6D69!important}html[data-theme="dark"] .store-button-copy strong{color:#101010!important}.store-button:nth-child(2) svg path:nth-child(1){fill:#00D26A!important}.store-button:nth-child(2) svg path:nth-child(2){fill:#00A8FF!important}.store-button:nth-child(2) svg path:nth-child(3){fill:#FFD23F!important}.store-button:nth-child(2) svg path:nth-child(4){fill:#FF4B55!important}.app-note{margin-top:11px!important;color:var(--faint)!important;font-size:11px!important;line-height:1.45!important}.app-note + .app-note{display:none!important}@media(max-width:980px){.app-download{grid-template-columns:1fr!important;padding:22px!important;border-radius:24px!important;gap:0!important;box-shadow:none!important}.app-download::before,.app-download::after{display:none!important}.app-showcase{display:none!important}.app-download-copy{max-width:none!important}.app-eyebrow{display:block!important;margin:0 0 10px!important;color:var(--faint)!important;font-size:10px!important;letter-spacing:.16em!important}.app-title-desktop,.app-copy-desktop{display:none!important}.app-title-mobile,.app-copy-mobile{display:inline!important}.app-download-copy h2{margin:0 0 10px!important;font-size:clamp(22px,6vw,26px)!important;line-height:1.05!important}.app-download-copy p{font-size:14px!important;line-height:1.55!important}.app-points{grid-template-columns:1fr!important;gap:10px!important;margin:16px 0!important}.app-point{grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:11px 13px!important;border-radius:17px!important;background:color-mix(in srgb,var(--surface) 72%,transparent)!important;box-shadow:none!important}.app-point-icon{width:42px!important;height:42px!important;border-radius:14px!important}.app-point-icon svg{width:20px!important;height:20px!important}.app-point-copy{padding:0!important}.app-point-copy strong{font-size:13px!important;line-height:1.25!important;overflow-wrap:normal!important;word-break:normal!important}.app-point-copy span{display:none!important}.store-buttons{grid-template-columns:1fr!important;gap:10px!important;max-width:none!important;margin-top:16px!important}.store-button{height:58px!important;min-height:58px!important;padding:0 44px 0 14px!important}.store-button svg{width:25px!important;height:25px!important;flex-basis:25px!important}.store-button-copy small{font-size:9px!important}.store-button-copy strong{font-size:15px!important}}@media(max-width:420px){.app-download{padding:16px!important;border-radius:20px!important}.app-point{padding:10px 11px!important;gap:10px!important}.store-button{height:56px!important;min-height:56px!important;padding-left:13px!important}}.app-points{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media(max-width:760px){.app-points{grid-template-columns:1fr!important}}.app-points{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr))!important}.app-point{min-width:0!important}.app-point-copy{min-width:0!important}.app-point-copy strong,.app-point-copy span{overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}@media(max-width:760px){.app-points{grid-template-columns:1fr!important}}main .app-download{margin-top:32px!important}@media(max-width:760px){main .app-download{margin-top:20px!important}}.phone-status{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:9px 14px 4px!important;font-size:9px!important;font-weight:700!important;letter-spacing:.03em!important;color:#6d6d67!important}.phone-bars{display:flex!important;gap:4px!important}.phone-bars span{display:block!important;width:8px!important;height:8px!important;border-radius:999px!important;background:#a0a09a!important}.phone-appbar{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:10px 14px 12px!important;gap:10px!important}.phone-brandline{display:flex!important;align-items:center!important;gap:10px!important}.phone-brandmark{width:30px!important;height:30px!important;border-radius:10px!important;background:linear-gradient(135deg,#111,#303030)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:820!important;letter-spacing:.08em!important}.phone-brandcopy b{display:block!important;font-size:12px!important;letter-spacing:-.02em!important;color:#111!important}.phone-brandcopy span{display:block!important;font-size:9px!important;color:#666660!important;margin-top:1px!important}.phone-badge{height:24px!important;padding:0 9px!important;border-radius:999px!important;background:#fff2ee!important;color:#ea6c48!important;border:1px solid #ffd5c9!important;font-size:9px!important;font-weight:760!important;display:inline-flex!important;align-items:center!important;letter-spacing:.05em!important;text-transform:uppercase!important;box-shadow:0 4px 10px rgba(234,108,72,.12)!important}.phone-search{margin:0 14px!important;border-radius:14px!important;border:1px solid #e7e7e1!important;background:rgba(255,255,255,.92)!important;padding:11px 13px!important;font-size:10px!important;color:#7a7a72!important;box-shadow:0 6px 14px rgba(0,0,0,.04)!important}.phone-tabs{display:flex!important;gap:6px!important;padding:10px 14px 0!important;overflow:hidden!important}.phone-tab{height:24px!important;padding:0 9px!important;border-radius:999px!important;background:#ecece6!important;color:#60605a!important;display:inline-flex!important;align-items:center!important;font-size:9px!important;font-weight:650!important;flex:0 0 auto!important}.phone-tab.active{background:#111!important;color:#fff!important;box-shadow:0 6px 12px rgba(0,0,0,.08)!important}.phone-hero{margin:12px 14px 0!important;border-radius:20px!important;background:linear-gradient(135deg,#111,#2a2c33)!important;color:#fff!important;padding:12px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:10px!important;align-items:center!important;box-shadow:0 12px 22px rgba(0,0,0,.14)!important}.phone-hero-logo{width:44px!important;height:44px!important;border-radius:14px!important;background:linear-gradient(135deg,#2f2f2f,#0e0e0e)!important;display:grid!important;place-items:center!important;font-size:14px!important;font-weight:820!important}.phone-hero-copy b{display:block!important;font-size:12px!important;letter-spacing:-.03em!important;color:#fff!important}.phone-hero-copy span{display:block!important;font-size:9px!important;line-height:1.3!important;color:rgba(255,255,255,.72)!important;margin-top:3px!important}.phone-list{display:grid!important;gap:8px!important;padding:12px 14px 0!important}.phone-row{display:grid!important;grid-template-columns:38px 1fr 26px!important;gap:8px!important;align-items:center!important;padding:8px!important;border-radius:15px!important;background:rgba(255,255,255,.92)!important;border:1px solid #e8e8e2!important;box-shadow:0 8px 18px rgba(0,0,0,.04)!important}.phone-row-logo{width:38px!important;height:38px!important;border-radius:12px!important;background:linear-gradient(135deg,#111,#2c2c2c)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:800!important}.phone-row-copy b{display:block!important;font-size:10px!important;letter-spacing:-.01em!important;color:#111!important}.phone-row-copy span{display:block!important;margin-top:2px!important;font-size:9px!important;color:#676760!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.phone-row-play{width:26px!important;height:26px!important;border-radius:50%!important;background:#111!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:8px!important;box-shadow:0 6px 12px rgba(0,0,0,.12)!important}.phone-mini-player{margin:12px 14px 14px!important;padding:10px 10px!important;border-radius:16px!important;background:linear-gradient(180deg,#fff5f0,#fff0e9)!important;border:1px solid #ffd8cc!important;display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;box-shadow:0 10px 20px rgba(234,108,72,.09)!important}.phone-mini-player b{display:block!important;font-size:9px!important;color:#111!important}.phone-mini-player span{display:block!important;margin-top:2px!important;font-size:8px!important;color:#79645e!important}.phone-mini-player i{display:grid!important;place-items:center!important;width:26px!important;height:26px!important;border-radius:50%!important;background:#ea6c48!important;color:#fff!important;font-style:normal!important;font-size:8px!important;box-shadow:0 8px 16px rgba(234,108,72,.2)!important}.radio-card{position:relative!important}.radio-card .logo,.related-logo-shell{overflow:visible!important}.radio-card .favorite,.favorite,.related-favorite{position:absolute!important;top:10px!important;right:10px!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;margin:0!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;z-index:4!important;box-shadow:0 8px 18px rgba(0,0,0,.10)!important}.favorite svg,.related-favorite svg{width:16px!important;height:16px!important;display:block!important;flex:0 0 16px!important}.radio-card .favorite:hover,.favorite:hover,.related-favorite:hover{transform:translateY(-1px)!important}html[data-theme="dark"] .radio-card .favorite,html[data-theme="dark"] .favorite,html[data-theme="dark"] .related-favorite{box-shadow:0 8px 18px rgba(0,0,0,.24)!important}@media(max-width:760px){.radio-card .favorite,.favorite,.related-favorite{top:8px!important;right:8px!important;width:31px!important;height:31px!important;min-width:31px!important;min-height:31px!important}.favorite svg,.related-favorite svg{width:15px!important;height:15px!important;flex-basis:15px!important}}.radio-card .favorite,.related-favorite{display:none!important}.app-promo-trigger{position:relative!important}.app-promo-trigger::after{content:'';position:absolute;top:8px;right:8px;width:6px;height:6px;border-radius:999px;background:#ea6c48;box-shadow:0 0 0 3px color-mix(in srgb,#ea6c48 18%,transparent)}.app-promo-backdrop{position:fixed;inset:0;z-index:140;background:rgba(6,10,16,.56);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-promo-modal{position:fixed;inset:0;z-index:141;display:grid;place-items:center;padding:20px;pointer-events:none}.app-promo-modal[hidden],.app-promo-backdrop[hidden]{display:none!important}.app-promo-modal.is-open,.app-promo-backdrop.is-open{pointer-events:auto}.app-promo-shell{position:relative;width:min(390px,100%)}.app-promo-close{position:absolute;top:-6px;right:-6px;width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(10,12,16,.84);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.24)}.app-promo-glow{position:absolute;inset:12% 16% 10%;border-radius:999px;background:radial-gradient(circle at 50% 40%,rgba(243,151,110,.28),rgba(243,151,110,0) 62%);filter:blur(18px)}.app-promo-card{position:relative;padding:26px 22px 18px;border-radius:28px;background:#f8f8f6;color:#141414;box-shadow:0 24px 54px rgba(0,0,0,.22)}.app-promo-icon-wrap{display:flex;justify-content:center;margin-top:-46px;margin-bottom:8px}.app-promo-icon{width:66px;height:66px;border-radius:22px;background:linear-gradient(135deg,#111,#303030);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800;letter-spacing:.06em;box-shadow:0 10px 24px rgba(0,0,0,.18),0 0 0 4px #f8f8f6}.app-promo-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:780;color:#7a7a74;text-align:center;margin-bottom:10px}.app-promo-card h3{margin:0;font-size:30px;line-height:1.06;letter-spacing:-.045em;text-align:center}.app-promo-card p{margin:14px 0 0;font-size:15px;line-height:1.55;color:#65655f;text-align:center}.app-promo-proof{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;margin-top:18px;padding:14px 15px;border-radius:18px;border:1px solid #e2e2db;background:#fff}.app-promo-proof-label{display:block;font-size:12px;color:#7a7a74}.app-promo-proof strong{font-size:18px;line-height:1.1;letter-spacing:-.03em;color:#141414}.app-promo-proof i{width:24px;height:24px;border-radius:999px;background:#12b85a;color:#fff;display:grid;place-items:center;font-style:normal;font-size:14px;font-weight:800}.app-promo-points{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}.app-promo-points span{padding:8px 11px;border-radius:999px;background:#efefec;border:1px solid #e2e2dc;font-size:12px;font-weight:650;color:#4d4d49}.app-promo-cta{display:flex;align-items:center;justify-content:center;width:100%;height:58px;margin-top:18px;border-radius:18px;background:#4462ff;color:#fff;text-decoration:none;font-size:20px;font-weight:780;letter-spacing:-.02em;box-shadow:0 14px 28px rgba(68,98,255,.22)}.app-promo-secondary{display:block;width:100%;margin-top:10px;border:0;background:transparent;color:#73736e;font-size:14px;font-weight:650;padding:10px 0;cursor:pointer}html.app-promo-open,html.app-promo-open body{overflow:hidden}@media(max-width:980px){.app-promo-trigger{display:none!important}}@media(max-width:760px){.app-promo-modal{padding:14px;align-items:center}.app-promo-shell{width:min(100%,380px)}.app-promo-close{top:6px;right:6px;width:38px;height:38px;background:rgba(10,12,16,.6)}.app-promo-card{padding:26px 18px 16px;border-radius:26px}.app-promo-icon-wrap{margin-top:-42px}.app-promo-icon{width:62px;height:62px;border-radius:20px;font-size:20px}.app-promo-card h3{font-size:27px}.app-promo-card p{font-size:14px;line-height:1.5}.app-promo-proof{grid-template-columns:1fr auto;gap:6px 10px}.app-promo-proof strong{grid-column:1 / 2;font-size:17px}.app-promo-proof i{grid-column:2;grid-row:1 / span 2;align-self:center}.app-promo-cta{height:56px;font-size:18px}}.app-promo-proof,.app-promo-points{display:none!important}.app-promo-benefits{display:grid;gap:0;margin-top:18px;border-top:1px solid #e4e4df;border-bottom:1px solid #e4e4df}.app-promo-benefits>div{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:center;min-height:48px;padding:0 2px;border-bottom:1px solid #e9e9e4}.app-promo-benefits>div:last-child{border-bottom:0}.app-promo-benefits span{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#161616;color:#fff;font-size:12px;font-weight:800}.app-promo-benefits strong{font-size:14px;line-height:1.25;font-weight:680;color:#292925}.app-promo-cta{margin-top:18px!important}.app-promo-stores{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#777770;font-size:12px;line-height:1.35;text-align:center}.app-promo-store-apple{width:18px;height:18px;border-radius:5px;background:#151515;color:#151515;display:inline-block;font-size:0;position:relative;flex:0 0 18px}.app-promo-store-apple::before{content:'A';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}@media(max-width:760px){.app-promo-benefits{margin-top:16px}.app-promo-benefits>div{min-height:46px}.app-promo-benefits strong{font-size:13.5px}.app-promo-stores{font-size:11.5px}}.app-promo-benefits,.app-promo-stores,.app-promo-proof,.app-promo-points{display:none!important}.app-promo-rating{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:18px;padding:14px 15px;border:1px solid #e1e1dc;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(20,20,18,.05)}.app-promo-googleplay-logo{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#f4f5f2;border:1px solid #e7e8e3}.app-promo-googleplay-logo svg{width:27px;height:27px;display:block}.app-promo-rating-copy{min-width:0}.app-promo-rating-copy>span{display:block;font-size:11px;line-height:1.1;color:#7b7b75;font-weight:700;letter-spacing:.02em}.app-promo-rating-copy>div{display:flex;align-items:center;gap:8px;margin-top:3px}.app-promo-rating-copy strong{font-size:19px;line-height:1;color:#171714;letter-spacing:-.03em}.app-promo-stars{font-size:12px;line-height:1;color:#f5a623;letter-spacing:1px;white-space:nowrap}.app-promo-rating-copy small{display:block;margin-top:4px;font-size:11px;line-height:1;color:#8a8a84}.app-promo-downloads{padding-left:13px;border-left:1px solid #e6e6e1;text-align:right}.app-promo-downloads strong{display:block;font-size:17px;line-height:1;color:#171714;letter-spacing:-.025em}.app-promo-downloads span{display:block;margin-top:5px;font-size:9px;line-height:1.1;color:#85857f;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.app-promo-features{display:grid;grid-template-columns:1fr;gap:9px;margin-top:12px}.app-promo-feature{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:60px;padding:9px 12px;border:1px solid #e5e5df;border-radius:18px;background:linear-gradient(180deg,#fafaf8,#f5f5f2)}.app-promo-feature-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center}.app-promo-feature-icon svg{width:21px;height:21px;display:block}.app-promo-feature>div{min-width:0}.app-promo-feature strong{display:block;font-size:14px;line-height:1.2;color:#252521;font-weight:740;letter-spacing:-.01em}.app-promo-feature>div>span{display:block;margin-top:4px;font-size:11.5px;line-height:1.35;color:#777771}.app-promo-feature-play .app-promo-feature-icon{background:#ffe8df;color:#e86f48;border:1px solid #ffd3c2}.app-promo-feature-background .app-promo-feature-icon{background:#e6efff;color:#4f75d9;border:1px solid #ccdcff}.app-promo-feature-favorites .app-promo-feature-icon{background:#efe7ff;color:#8057d5;border:1px solid #ddd0ff}.app-promo-cta{margin-top:16px!important}@media(max-width:760px){.app-promo-card{padding-bottom:14px!important}.app-promo-rating{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:12px 13px;border-radius:18px}.app-promo-googleplay-logo{width:42px;height:42px;border-radius:13px}.app-promo-googleplay-logo svg{width:25px;height:25px}.app-promo-rating-copy strong{font-size:18px}.app-promo-stars{font-size:11px;letter-spacing:.7px}.app-promo-downloads{padding-left:10px}.app-promo-downloads strong{font-size:16px}.app-promo-downloads span{font-size:8px}.app-promo-features{gap:8px;margin-top:10px}.app-promo-feature{grid-template-columns:39px minmax(0,1fr);gap:10px;min-height:56px;padding:8px 10px;border-radius:16px}.app-promo-feature-icon{width:39px;height:39px;border-radius:13px}.app-promo-feature strong{font-size:13.5px}.app-promo-feature>div>span{font-size:11px;margin-top:3px}}.search-wrap{position:relative!important;z-index:75!important}.search-cancel-button{display:none}.search-wrap .search-clear{position:absolute!important;z-index:4!important;right:9px!important;top:50%!important;width:25px!important;height:25px!important;transform:translateY(-50%)!important;place-items:center!important;padding:0!important;border:0!important;border-radius:999px!important;background:color-mix(in srgb,var(--muted) 16%,transparent)!important;color:var(--muted)!important;box-shadow:none!important;cursor:pointer!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .14s ease,background .14s ease,color .14s ease!important;-webkit-tap-highlight-color:transparent!important}.search-wrap .search-clear svg{display:block;width:13px;height:13px}.search-wrap.has-search-value .search-clear{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.search-wrap.has-search-value .search-key{display:none!important}.search-wrap.has-search-value .search{padding-right:45px!important}.search-wrap .search-clear:hover,.search-wrap .search-clear:focus-visible{background:color-mix(in srgb,var(--muted) 24%,transparent)!important;color:var(--text)!important;outline:none!important}.search-wrap .search-clear:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--text) 16%,transparent)!important}.search::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.header-autocomplete{position:absolute;left:0;right:0;top:calc(100% + 9px);z-index:160;padding:8px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 97%,var(--bg));box-shadow:0 22px 54px rgba(0,0,0,.16);overflow:hidden}.header-autocomplete[hidden]{display:none!important}.header-autocomplete-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px 9px;color:var(--muted);font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.header-autocomplete-head kbd{height:22px;padding:0 7px;border:1px solid var(--line);border-radius:7px;background:var(--bg);display:inline-flex;align-items:center;font:inherit;font-size:10px;color:var(--faint);letter-spacing:0;text-transform:none}.header-autocomplete-list{display:grid;gap:3px;max-height:min(58vh,480px);overflow:auto;scrollbar-width:thin}.header-autocomplete-item{width:100%;min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px;border:0;border-radius:13px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer;text-decoration:none}.header-autocomplete-item:hover,.header-autocomplete-item.is-active{background:var(--surface-2)}.header-autocomplete-thumb{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);background:var(--bg);color:#fff;font-size:12px;font-weight:820;letter-spacing:-.02em}.header-autocomplete-thumb.radio{background:linear-gradient(135deg,#111,#383838)}.header-autocomplete-thumb.podcast{background:linear-gradient(135deg,#ff9d50,#77336f)}.header-autocomplete-thumb.episode{background:linear-gradient(135deg,#425466,#161b22)}.header-autocomplete-thumb.programme{background:linear-gradient(135deg,#1f8e57,#163b2c)}.header-autocomplete-thumb.category{background:linear-gradient(135deg,#5469d4,#322f78)}.header-autocomplete-copy{min-width:0}.header-autocomplete-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.25;font-weight:720}.header-autocomplete-copy span{display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px;line-height:1.25}.header-autocomplete-type{padding:6px 8px;border:1px solid var(--line);border-radius:999px;background:var(--bg);color:var(--muted);font-size:10px;font-weight:750;white-space:nowrap}.header-autocomplete-empty{min-height:124px;padding:30px 18px;display:grid;place-content:center;text-align:center;color:var(--muted);font-size:13px;line-height:1.45}.header-autocomplete-empty strong{display:block;color:var(--text);font-size:15px;margin-bottom:5px}.header-autocomplete-empty span{display:block;max-width:34ch;font-weight:500}html[data-theme="dark"] .header-autocomplete{box-shadow:0 24px 60px rgba(0,0,0,.42)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility}body{font-size:16px!important;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sidebar .brand-copy span{font-size:14px!important;line-height:1.3!important}.sidebar .nav-label{font-size:13px!important;line-height:1.1!important}.sidebar .nav-item,.sidebar .nav-toggle{font-size:15px!important;line-height:1.3!important;min-height:42px!important}.sidebar .subnav a{font-size:14px!important;line-height:1.45!important}.sidebar .nav-count{font-size:13px!important}.search{font-size:15px!important;line-height:1.2!important}.search-key{font-size:12px!important}.bookmark-header-label{font-size:14px!important}.content-crumbs{font-size:15px!important;line-height:1.4!important}.page-lead,.page-title-block p,.podcast-page-head p,.personal-library-head p{font-size:16px!important;line-height:1.6!important}.section-title{font-size:20px!important;line-height:1.2!important}.section-kicker,.section-link{font-size:14px!important;line-height:1.35!important}.radio-card-name{font-size:16px!important;line-height:1.3!important}.radio-card-category{font-size:14px!important;line-height:1.35!important}.collection-item-meta{font-size:13px!important;line-height:1.35!important}.podcast-row-kicker{font-size:13px!important;line-height:1.35!important}.podcast-row h2,.podcast-row h2 a{font-size:20px!important;line-height:1.25!important}.podcast-host,.podcast-categories-line{font-size:14px!important;line-height:1.45!important}.podcast-latest small{font-size:12px!important;line-height:1.3!important}.podcast-latest strong{font-size:15px!important;line-height:1.45!important;font-weight:400!important}.podcast-row-meta{font-size:13px!important;line-height:1.35!important}.podcast-chip,.podcast-result-count,.podcast-pagination-status,.podcast-pagination-button{font-size:14px!important}.podcast-search input{font-size:15px!important}.player-status,.history-copy span,.history-time,.schedule-time,.schedule-copy span,.schedule-program-copy span,.station-schedule-head p,.schedule-status,.info-label,.social,.music-count,.recent-copy span,.recent-time{font-size:14px!important;line-height:1.45!important}.history-copy b,.schedule-copy b,.schedule-program-copy b,.station-schedule-head h3{font-size:15px!important;line-height:1.35!important}.schedule-more,.page-btn,.chip,.quick-filters button,.toggle-filter,.select-wrap select{font-size:14px!important}.library-panel-title h2{font-size:21px!important}.library-panel-count{font-size:13px!important}.library-search input{font-size:15px!important}.library-copy strong,.library-copy h3{font-size:16px!important;line-height:1.3!important}.library-copy p{font-size:13px!important;line-height:1.45!important}.library-status{font-size:12px!important}.library-note,.personal-library-summary{font-size:14px!important;line-height:1.5!important}.episode-detail-meta,.episode-player-copy span,.episode-podcast-mini span,.episode-neighbour small,.transcript-current small{font-size:12px!important;line-height:1.4!important}.episode-detail-actions a,.episode-detail-actions button,.episode-side-link,.episode-transcript button{font-size:14px!important}.episode-chapter time{font-size:13px!important}.episode-chapter b,.episode-podcast-mini b,.episode-neighbour b{font-size:14px!important;line-height:1.4!important}.episode-control-text{font-size:13px!important}.episode-progress-wrap{font-size:12px!important}.site-footer,.footer-links,.footer-copy,.country-sites-head p,.country-site-copy small{font-size:14px!important;line-height:1.5!important}.seo-copy p{font-size:17px!important;line-height:1.7!important}.seo-copy h2{font-size:22px!important;line-height:1.25!important}.related-copy strong,.related-grid b{font-size:12px!important;line-height:1.25!important}.related-copy span,.related-grid small{font-size:10px!important;line-height:1.3!important}@media(max-width:980px){.search{font-size:16px!important}.content-crumbs{font-size:14px!important}.page-lead,.page-title-block p,.podcast-page-head p,.personal-library-head p{font-size:15px!important;line-height:1.58!important}}@media(max-width:760px){body{font-size:16px!important}.sidebar .nav-item,.sidebar .nav-toggle{font-size:15px!important;min-height:44px!important}.sidebar .subnav a{font-size:14px!important}.content-crumbs{font-size:14px!important}.section-title{font-size:19px!important}.section-kicker,.section-link{font-size:13px!important}.radio-card-name{font-size:14px!important;line-height:1.25!important}.radio-card-category{font-size:12px!important;line-height:1.3!important}.podcast-row h2,.podcast-row h2 a{font-size:18px!important;line-height:1.25!important}.podcast-row-kicker{font-size:12px!important}.podcast-host,.podcast-categories-line{font-size:13px!important}.podcast-latest small{font-size:11px!important}.podcast-latest strong{font-size:14px!important;line-height:1.4!important}.podcast-row-meta{font-size:12px!important}.history-copy b,.schedule-copy b,.schedule-program-copy b,.station-schedule-head h3{font-size:14px!important}.player-status,.history-copy span,.history-time,.schedule-time,.schedule-copy span,.schedule-program-copy span,.station-schedule-head p{font-size:13px!important}.library-panel-title h2{font-size:19px!important}.library-copy strong,.library-copy h3{font-size:15px!important}.library-copy p{font-size:12px!important}.library-search input{font-size:16px!important}.episode-control-text{font-size:12px!important}.episode-progress-wrap{font-size:11px!important}.episode-detail-actions a,.episode-detail-actions button,.episode-side-link,.episode-transcript button{font-size:13px!important}.seo-copy p{font-size:16px!important;line-height:1.68!important}.seo-copy h2{font-size:21px!important}.footer-links,.footer-copy{font-size:13px!important}}@media(min-width:761px){.app-point-copy strong{font-size:16px!important;line-height:1.25!important}.app-point-copy span{font-size:13px!important;line-height:1.5!important}}.radio-card-category,.radio-card-meta,.radio-card-program,.radio-card-status,.radio-card-info p:not(.radio-card-name),.related-info p,.related-copy span,.related-grid small,.podcast-row-kicker,.podcast-host,.podcast-categories-line,.podcast-row-copy>p,.podcast-latest small,.podcast-latest strong,.podcast-row-meta,.podcast-featured-copy p,.podcast-featured-info span,.library-copy p,.library-status,.library-podcast-latest small,.library-podcast-latest span,.collection-podcast-list .podcast-row-kicker,.collection-podcast-list .podcast-latest small,.collection-podcast-list .podcast-latest strong{font-weight:400!important}.engagement-actions .share-button{align-items:center!important;overflow:visible!important;line-height:1.15!important}.engagement-actions .share-button>span,.engagement-actions .share-button #shareLabel{display:block!important;line-height:1.15!important;padding-bottom:1px!important}@media(min-width:761px){.engagement-actions .share-button{min-height:44px!important;height:auto!important;padding-top:10px!important;padding-bottom:10px!important}}@media(max-width:760px){.engagement-actions .share-button{min-height:40px!important;height:auto!important;padding-top:9px!important;padding-bottom:9px!important}}.topbar,.topbar-inner,.search-wrap,.header-actions{box-sizing:border-box!important}.topbar{overflow:visible!important}.topbar-inner{width:100%!important;max-width:none!important;min-width:0!important;height:100%!important;margin:0!important;padding-left:clamp(14px,1.6vw,28px)!important;padding-right:clamp(14px,1.6vw,28px)!important;display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;grid-template-rows:1fr!important;align-items:center!important;gap:12px!important}#menuButton,.mobile-menu{display:none!important;grid-column:auto!important;grid-row:auto!important;order:0!important;margin:0!important}.search-wrap{grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0!important;max-width:none!important;overflow:visible!important}.search{width:100%!important;min-width:0!important;max-width:none!important}.header-actions{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;overflow:visible!important}.header-actions>*{flex:0 0 auto!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{min-width:40px!important;height:40px!important;flex:0 0 auto!important}.bookmark-header-label{display:none!important}@media (min-width:1500px){.bookmark-header-label{display:inline!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:auto!important;max-width:none!important;padding-left:12px!important;padding-right:12px!important;gap:8px!important}}@media (max-width:1360px){.search-key{display:none!important}.search{padding-right:16px!important}}@media (max-width:1280px){#appPromoPreviewButton,.app-promo-trigger.desktop-action{display:none!important}}@media (max-width:980px){.topbar-inner{grid-template-columns:40px minmax(0,1fr) max-content!important;gap:9px!important;padding-left:13px!important;padding-right:13px!important}#menuButton,.mobile-menu{display:grid!important;grid-column:1!important;grid-row:1!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;place-items:center!important}.search-wrap{grid-column:2!important;grid-row:1!important}.header-actions{grid-column:3!important;grid-row:1!important;gap:6px!important}.header-actions .icon-button,#themeButton,#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;padding:0!important;gap:0!important;flex:0 0 40px!important}}@media (max-width:600px){.topbar-inner{grid-template-columns:38px minmax(0,1fr) max-content!important;gap:8px!important;padding-left:11px!important;padding-right:11px!important}#menuButton,.mobile-menu{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important}.search{height:40px!important;padding-left:39px!important;padding-right:12px!important}.search-icon{left:14px!important}.header-actions{gap:5px!important}.header-actions .icon-button,#themeButton,#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;flex-basis:38px!important}}@media (max-width:390px){.topbar-inner{grid-template-columns:36px minmax(0,1fr) max-content!important;gap:7px!important;padding-left:9px!important;padding-right:9px!important}#menuButton,.mobile-menu{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important}.search{height:38px!important;padding-left:36px!important;padding-right:10px!important;border-radius:11px!important}.search-icon{left:12px!important;width:16px!important;height:16px!important}.header-actions{gap:4px!important}.header-actions .icon-button,#themeButton,#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;flex-basis:36px!important}}.bookmark-header-label{font-size:14px!important;line-height:1.15!important;font-weight:600!important;white-space:nowrap!important}@media (min-width:1321px){#appPromoPreviewButton,.app-promo-trigger.desktop-action{display:grid!important}}@media (max-width:1320px){#appPromoPreviewButton,.app-promo-trigger.desktop-action{display:none!important}}@media (min-width:761px){.bookmark-header-label{display:inline-block!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:auto!important;min-width:40px!important;max-width:none!important;height:40px!important;padding:0 12px!important;gap:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;white-space:nowrap!important}}@media (max-width:760px){.bookmark-header-label{display:none!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;padding:0!important;gap:0!important;display:grid!important;place-items:center!important;flex:0 0 38px!important}}@media (max-width:420px){#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;flex-basis:36px!important}}#appPromoPreviewButton.app-promo-trigger.desktop-action,#appPromoPreviewButton{display:grid!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important}@media (max-width:760px){.header-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;min-width:max-content!important}.bookmark-header-label{display:none!important}#appPromoPreviewButton.app-promo-trigger.desktop-action,#appPromoPreviewButton{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;padding:0!important;place-items:center!important;flex:0 0 38px!important}}@media (max-width:420px){#appPromoPreviewButton.app-promo-trigger.desktop-action,#appPromoPreviewButton{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;flex-basis:36px!important}}.player-bar{grid-template-columns:90px minmax(0,1fr) minmax(180px,280px)!important;gap:22px!important;padding:18px 20px!important;min-height:124px!important}.play-btn{width:76px!important;height:76px!important;min-width:76px!important;justify-self:center!important;align-self:center!important}.play-btn svg{width:27px!important;height:27px!important}.player-bar-copy{display:grid!important;align-content:center!important;min-width:0!important}.player-bar-copy>strong{font-size:19px!important;line-height:1.22!important}.player-bar-copy .live-line{margin-top:7px!important}.player-nowplaying{margin-top:12px!important;gap:12px!important}.player-nowplaying-cover{width:50px!important;height:50px!important;flex-basis:50px!important}.player-nowplaying-copy{gap:3px!important}.player-nowplaying-copy strong{font-size:16px!important;line-height:1.2!important;font-weight:700!important}.player-nowplaying-copy span{font-size:14px!important;line-height:1.3!important}@media(max-width:1100px){.player-bar{grid-template-columns:82px minmax(0,1fr) minmax(150px,220px)!important;gap:18px!important}.play-btn{width:70px!important;height:70px!important;min-width:70px!important}}@media(max-width:720px){.player-bar{grid-template-columns:64px minmax(0,1fr)!important;gap:13px!important;padding:14px!important;min-height:0!important}.play-btn{width:60px!important;height:60px!important;min-width:60px!important}.play-btn svg{width:22px!important;height:22px!important}.player-bar-copy>strong{font-size:16px!important}.player-nowplaying{margin-top:9px!important;gap:10px!important}.player-nowplaying-cover{width:42px!important;height:42px!important;flex-basis:42px!important}.player-nowplaying-copy strong{font-size:14px!important}.player-nowplaying-copy span{font-size:13px!important}.player-volume{grid-column:1/-1!important}}.song-title-link{cursor:pointer!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important;text-decoration-color:color-mix(in srgb,currentColor 58%,transparent)!important}.song-title-link{display:inline-block!important;text-decoration-line:underline!important;text-decoration-skip-ink:auto!important}.song-title-link:hover{text-decoration-thickness:2px!important;text-decoration-color:currentColor!important}html[data-theme="dark"] .player-nowplaying-cover{border-color:rgba(255,255,255,.14)!important;background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.30) 0 14%,transparent 15%),linear-gradient(145deg,#f6ecdf 0%,#efe2d3 34%,#d68a63 34%,#8a58d6 100%)!important;color:#fff!important;box-shadow:0 14px 30px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.07)!important}.song-title-link:focus-visible{outline:2px solid var(--brand)!important;outline-offset:3px!important;border-radius:4px!important}.player-nowplaying-copy .song-title-link,.history-copy .song-title-link,.track .song-title-link{position:relative;z-index:9}.song-service-modal{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:18px}.song-service-modal[hidden]{display:none!important}.song-service-backdrop{position:absolute;inset:0;background:rgba(4,7,12,.68);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.song-service-dialog{position:relative;width:min(590px,100%);padding:26px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(155deg,var(--surface),color-mix(in srgb,var(--surface-2) 88%,var(--surface)));box-shadow:0 30px 100px rgba(0,0,0,.38)}.song-service-close{position:absolute;right:16px;top:16px;width:40px;height:40px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);color:var(--text);display:grid;place-items:center;font-size:23px;line-height:1;cursor:pointer}.song-service-head{display:grid;grid-template-columns:82px minmax(0,1fr);gap:17px;align-items:center;padding-right:48px}.song-service-cover{width:82px;height:82px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#ff7657,#8d3f94);color:#fff;font-size:29px;font-weight:850;box-shadow:0 14px 34px rgba(0,0,0,.20);border:1px solid rgba(255,255,255,.22)}.song-service-copy{min-width:0}.song-service-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.song-service-copy h2{margin:7px 0 0;font-size:28px;line-height:1.08;letter-spacing:-.04em}.song-service-copy p{margin:6px 0 0;font-size:16px;color:var(--muted)}.song-service-label{margin:23px 0 11px;font-size:12px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.song-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.song-service-grid a{position:relative;min-height:68px;padding:11px 13px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface-2) 82%,transparent);display:flex;align-items:center;gap:11px;transition:transform .16s ease,background .16s ease,border-color .16s ease}.song-service-grid a:hover{transform:translateY(-2px);background:var(--surface-2);border-color:color-mix(in srgb,var(--text) 22%,var(--line))}.song-service-grid a::after{content:'↗';position:absolute;right:12px;top:10px;font-size:12px;color:var(--faint)}.song-service-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;font-weight:850;font-size:21px}.song-service-mark svg{width:24px;height:24px}.song-service-text strong,.song-service-text small{display:block}.song-service-text strong{font-size:14px;padding-right:14px}.song-service-text small{margin-top:3px;font-size:11px;color:var(--muted)}.song-service-mark.youtube,.song-service-mark.youtube-music{background:#ff0033;color:#fff}.song-service-mark.spotify{background:#1ed760;color:#07120b}.song-service-mark.amazon{background:#111827;color:#fff;font-family:Georgia,serif;font-size:24px}.song-service-mark.apple{background:linear-gradient(145deg,#ff4f86,#8f5cff);color:#fff}body.song-service-open{overflow:hidden}@media(max-width:560px){.song-service-modal{align-items:end;padding:9px}.song-service-dialog{padding:21px 16px calc(17px + env(safe-area-inset-bottom));border-radius:26px}.song-service-head{grid-template-columns:68px minmax(0,1fr);gap:13px;padding-right:40px}.song-service-cover{width:68px;height:68px;border-radius:19px}.song-service-copy h2{font-size:23px}.song-service-copy p{font-size:14px}.song-service-grid{grid-template-columns:1fr}.song-service-grid a{min-height:62px}}.footer-bottom{width:100%!important;border-top:1px solid var(--line)!important;padding:20px 0 2px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important}.content>.footer-bottom,.country-page-content>.footer-bottom{margin-top:28px!important}.site-footer>.footer-bottom{margin-top:0!important}.footer-copy{flex:0 0 auto!important;font-size:13px!important;line-height:1.5!important;font-weight:400!important;color:var(--muted)!important}.footer-links{min-width:0!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px 15px!important;font-size:13px!important;line-height:1.5!important;font-weight:400!important;color:var(--muted)!important}.footer-links a{color:inherit!important;font-weight:400!important;text-decoration:none!important;white-space:nowrap!important}.footer-links a:hover,.footer-links a:focus-visible{color:var(--text)!important;text-decoration:underline!important;text-underline-offset:3px!important}@media(max-width:760px){.content>.footer-bottom,.country-page-content>.footer-bottom{margin-top:22px!important}.footer-bottom{display:block!important;padding-top:18px!important}.footer-links{justify-content:flex-start!important;margin-top:12px!important;gap:9px 14px!important}}.app-showcase{width:100%!important;height:100%!important;min-width:0!important;display:grid!important;place-items:center!important;position:relative!important}.app-showcase .phone-device{display:block!important;width:min(100%,242px)!important;max-width:242px!important;aspect-ratio:258/540!important;background:linear-gradient(180deg,#121318,#060708)!important;border-radius:34px!important;padding:4px!important;box-shadow:0 18px 36px rgba(0,0,0,.20)!important;position:relative!important;top:auto!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-frame{position:relative!important;top:auto!important;height:100%!important;border-radius:30px!important;background:linear-gradient(180deg,#0b0c10,#040405)!important;padding:0!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-notch{position:absolute!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;width:78px!important;height:14px!important;border-radius:0 0 12px 12px!important;background:#050607!important;z-index:4!important;box-shadow:0 1px 0 rgba(255,255,255,.02)!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-screen{height:100%!important;border-radius:30px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important;color:#121212!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;position:relative!important;top:auto!important;padding:0!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-screen::before{display:none!important}.app-showcase .phone-status{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:9px 14px 4px!important;font-size:9px!important;font-weight:700!important;line-height:1.5!important;letter-spacing:.03em!important;color:#6d6d67!important}.app-showcase .phone-bars{display:flex!important;align-items:center!important;gap:4px!important;line-height:1.5!important}.app-showcase .phone-bars span{display:block!important;border-radius:999px!important;background:#171717!important}.app-showcase .phone-bars span:nth-child(1){width:11px!important;height:7px!important;opacity:.3!important}.app-showcase .phone-bars span:nth-child(2){width:9px!important;height:7px!important;opacity:.55!important}.app-showcase .phone-bars span:nth-child(3){width:14px!important;height:7px!important}.app-showcase .phone-appbar{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 14px 9px!important;gap:normal!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-brandline{display:flex!important;align-items:center!important;gap:10px!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-brandmark{width:30px!important;height:30px!important;border-radius:10px!important;background:linear-gradient(135deg,#111,#343434)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:820!important;line-height:1.5!important;letter-spacing:.08em!important}.app-showcase .phone-brandcopy{font-size:14px!important;line-height:1.5!important}.app-showcase .phone-brandcopy b{display:block!important;font-size:12px!important;letter-spacing:-.02em!important;color:#121212!important}.app-showcase .phone-brandcopy span{display:block!important;font-size:9px!important;color:#666660!important;margin-top:1px!important}.app-showcase .phone-badge{height:24px!important;padding:0 9px!important;border-radius:999px!important;background:#EEE!important;color:#222!important;border:1px solid #D8D8D8!important;font-size:9px!important;font-weight:760!important;line-height:1.5!important;display:inline-flex!important;align-items:center!important;letter-spacing:.05em!important;text-transform:uppercase!important;box-shadow:none!important}.app-showcase .phone-search{margin:0 14px!important;border-radius:14px!important;border:1px solid #DEDEDE!important;background:#FFF!important;padding:11px 13px!important;font-size:10px!important;line-height:1.5!important;color:#7a7a72!important;box-shadow:0 6px 14px rgba(0,0,0,.04)!important}.app-showcase .phone-tabs{display:flex!important;gap:6px!important;padding:10px 14px 0!important;overflow:hidden!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-tab{height:24px!important;padding:0 9px!important;border-radius:999px!important;background:#ecece6!important;color:#60605a!important;display:inline-flex!important;align-items:center!important;font-size:9px!important;font-weight:650!important;line-height:1.5!important;flex:0 0 auto!important}.app-showcase .phone-tab.active{background:linear-gradient(135deg,#111,#343434)!important;color:#fff!important;box-shadow:0 6px 12px rgba(0,0,0,.08)!important}.app-showcase .phone-hero{margin:12px 14px 0!important;border-radius:20px!important;background:linear-gradient(135deg,#111,#343434)!important;color:#fff!important;padding:12px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:10px!important;align-items:center!important;box-shadow:0 12px 22px rgba(0,0,0,.14)!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-hero-logo{width:44px!important;height:44px!important;border-radius:14px!important;background:linear-gradient(135deg,#2f2f2f,#0e0e0e)!important;display:grid!important;place-items:center!important;font-size:14px!important;font-weight:820!important;line-height:1.5!important}.app-showcase .phone-hero-copy{font-size:14px!important;line-height:1.5!important}.app-showcase .phone-hero-copy b{display:block!important;font-size:12px!important;letter-spacing:-.03em!important;color:#fff!important}.app-showcase .phone-hero-copy span{display:block!important;font-size:9px!important;line-height:1.3!important;color:rgba(255,255,255,.72)!important;margin-top:3px!important}.app-showcase .phone-list{padding:10px 14px 0!important;display:grid!important;gap:8px!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-row{display:grid!important;grid-template-columns:38px 1fr 26px!important;gap:8px!important;align-items:center!important;padding:8px!important;border-radius:15px!important;background:#FFF!important;border:1px solid #DEDEDE!important;box-shadow:0 8px 18px rgba(0,0,0,.04)!important;color:#121212!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-row-logo{width:38px!important;height:38px!important;border-radius:12px!important;background:linear-gradient(135deg,#111,#343434)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:800!important;line-height:1.5!important}.app-showcase .phone-row-copy{font-size:14px!important;line-height:1.5!important}.app-showcase .phone-row-copy b{display:block!important;font-size:10px!important;letter-spacing:-.01em!important;color:#121212!important}.app-showcase .phone-row-copy span{display:block!important;margin-top:2px!important;font-size:9px!important;color:#676760!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app-showcase .phone-row-play{width:26px!important;height:26px!important;border-radius:50%!important;background:linear-gradient(135deg,#111,#343434)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:8px!important;line-height:1.5!important;box-shadow:0 6px 12px rgba(0,0,0,.12)!important}.app-showcase .phone-mini-player{margin:12px 14px 14px!important;padding:10px!important;border-radius:16px!important;background:#EFEFEF!important;border:1px solid #D8D8D8!important;display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;box-shadow:none!important;color:#121212!important;font-size:14px!important;line-height:1.5!important}.app-showcase .phone-mini-player b{display:block!important;font-size:9px!important;color:#111!important}.app-showcase .phone-mini-player span{display:block!important;margin-top:2px!important;font-size:8px!important;color:#79645e!important}.app-showcase .phone-mini-player i{display:grid!important;place-items:center!important;width:26px!important;height:26px!important;border-radius:50%!important;background:#111!important;color:#fff!important;font-style:normal!important;font-size:8px!important;box-shadow:none!important}@media(max-width:760px){.app-showcase{display:none!important}}.content-crumbs-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 16px!important}.content-crumbs-bar .content-crumbs{margin:0!important;min-width:0!important;flex:1 1 auto!important}.crumb-app-link{flex:0 0 auto;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px;line-height:1;font-weight:650;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.04)}.crumb-app-link:hover{transform:translateY(-1px);border-color:var(--brand);color:var(--text)}.crumb-app-link svg{width:16px;height:16px;flex:0 0 16px}html[data-theme="dark"] .crumb-app-link{box-shadow:0 12px 28px rgba(0,0,0,.16)}@media (max-width:900px){.content-crumbs-bar{gap:10px!important}.crumb-app-link{padding:0 10px;font-size:12px}}@media (max-width:640px){.content-crumbs-bar{align-items:flex-start!important;flex-wrap:wrap!important;margin-bottom:12px!important}.crumb-app-link{min-height:34px;padding:0 10px;font-size:12px}}.station-logo.station-logo-ser{background:#0A347F!important;border:1px solid color-mix(in srgb,#FFF27A 25%,var(--line))!important;box-shadow:0 18px 38px rgba(8,35,92,.24)!important}.station-logo.station-logo-ser svg{width:100%!important;height:100%!important;display:block!important}html[data-theme="dark"] .station-logo.station-logo-ser{border-color:rgba(255,242,122,.24)!important;box-shadow:0 20px 44px rgba(0,0,0,.30)!important}html[data-theme="dark"]{--bg:#0D1016;--surface:#151922;--surface-2:#1C212B;--surface-3:#242A35}html[data-theme="dark"] body{background:#0D1016!important}html[data-theme="dark"] .sidebar{background:#050608!important;border-color:#151922!important;box-shadow:inset -1px 0 0 #151922!important}html[data-theme="dark"] .content,html[data-theme="dark"] .country-page-content,html[data-theme="dark"] main{background:transparent!important}html[data-theme="dark"] .topbar{background:color-mix(in srgb,#0D1016 92%,#151922)!important}.related-logo-shell{border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.related-radio-card a:hover .related-logo-shell,html[data-theme="dark"] .related-radio-card a:hover .related-logo-shell{border:none!important;box-shadow:none!important;transform:translateY(-2px)!important}.related-logo-inner{border-radius:22px!important}.app-point-icon,.app-promo-feature-icon{--fi-a:#ff845f;--fi-b:#e65a39;--fi-icon:#fff5ef;position:relative!important;isolation:isolate!important;overflow:hidden!important;color:var(--fi-icon)!important;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.30),transparent 34%),linear-gradient(145deg,var(--fi-a),var(--fi-b))!important;border:1px solid color-mix(in srgb,var(--fi-a) 62%,rgba(255,255,255,.55))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.38),inset 0 -10px 18px rgba(43,13,4,.12),0 9px 20px color-mix(in srgb,var(--fi-a) 24%,transparent)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.app-point-icon::before,.app-promo-feature-icon::before{content:"";position:absolute;inset:2px;z-index:-1;border-radius:inherit;border:1px solid rgba(255,255,255,.18);pointer-events:none}.app-point-icon svg,.app-promo-feature-icon svg{position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(25,7,3,.22))}.app-point:hover .app-point-icon,.app-promo-feature:hover .app-promo-feature-icon{transform:translateY(-2px) scale(1.035);filter:saturate(1.08) brightness(1.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),inset 0 -10px 18px rgba(43,13,4,.10),0 13px 28px color-mix(in srgb,var(--fi-a) 32%,transparent)!important}.app-point-listen .app-point-icon,.app-promo-feature-play .app-promo-feature-icon{--fi-a:#ff936f;--fi-b:#e65d3c;--fi-icon:#fff7f2}.app-point-background .app-point-icon,.app-promo-feature-background .app-promo-feature-icon{--fi-a:#66a3ff;--fi-b:#4566e8;--fi-icon:#f5f8ff}.app-point-favorites .app-point-icon,.app-promo-feature-favorites .app-promo-feature-icon{--fi-a:#c37bff;--fi-b:#7f55e9;--fi-icon:#fff7ff}.app-point-alarm .app-point-icon,.app-promo-feature-alarm .app-promo-feature-icon{--fi-a:#52d69a;--fi-b:#229e6a;--fi-icon:#f2fff8}html[data-theme="dark"] .app-point-icon,html[data-theme="dark"] .app-promo-feature-icon{background:radial-gradient(circle at 28% 16%,color-mix(in srgb,var(--fi-a) 38%,transparent),transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--fi-a) 23%,#171014),color-mix(in srgb,var(--fi-b) 17%,#090a0d))!important;border-color:color-mix(in srgb,var(--fi-a) 58%,#26282f)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 -12px 22px rgba(0,0,0,.22),0 10px 25px color-mix(in srgb,var(--fi-a) 23%,transparent),0 0 0 1px rgba(255,255,255,.025)!important}html[data-theme="dark"] .app-point:hover .app-point-icon,html[data-theme="dark"] .app-promo-feature:hover .app-promo-feature-icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.19),inset 0 -12px 22px rgba(0,0,0,.18),0 14px 32px color-mix(in srgb,var(--fi-a) 34%,transparent),0 0 0 1px color-mix(in srgb,var(--fi-a) 24%,transparent)!important}.sidebar>.brand .brand-mark,.sidebar .brand-mark,html[data-theme="dark"] .sidebar>.brand .brand-mark,html[data-theme="dark"] .sidebar .brand-mark,.phone-brandmark,.appdl-brandmark,.app-promo-icon,.country-network-icon,html[data-theme="dark"] .phone-brandmark,html[data-theme="dark"] .appdl-brandmark,html[data-theme="dark"] .app-promo-icon,html[data-theme="dark"] .country-network-icon{background:transparent!important;border:0!important;box-shadow:none!important;color:inherit!important;overflow:visible!important}.brand-mark img,.phone-brandmark img,.appdl-brandmark img,.app-promo-icon img,.country-network-icon img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;border:0!important;border-radius:0!important;box-shadow:none!important}.sidebar>.brand{cursor:pointer!important;text-decoration:none!important}.radio-card .logo{overflow:hidden!important;border-radius:22px!important}.radio-card .logo::before{border-radius:inherit!important}@media(max-width:760px){.radio-card .logo{border-radius:12px!important}}.sidebar #genresNav.category-hub{gap:6px!important;margin-top:4px!important;padding-bottom:3px!important}.sidebar #genresNav.category-hub>.category-default-link{display:flex!important;align-items:center!important;min-height:38px!important;margin-bottom:1px!important;padding:8px 10px!important;font-weight:720!important;color:var(--text)!important}.sidebar #genresNav.category-hub>.category-default-link::before{content:'';width:7px;height:7px;margin-right:9px;border-radius:999px;background:var(--faint);flex:0 0 auto}.sidebar #genresNav.category-hub>.category-default-link.active::before{background:var(--brand)!important}.category-filter-search{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;min-height:38px;margin:2px 0 4px;padding:0 9px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--muted)}.category-filter-search:focus-within{border-color:color-mix(in srgb,var(--text) 30%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 7%,transparent);color:var(--text)}.category-filter-search svg{width:17px;height:17px}.category-filter-search input{width:100%;min-width:0;height:36px;padding:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12.5px}.category-filter-search input::placeholder{color:var(--faint)}.category-main-group{display:grid;gap:2px;min-width:0}.category-main-toggle{width:100%;min-height:48px;padding:7px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:grid;grid-template-columns:32px minmax(0,1fr) 15px;align-items:center;gap:9px;text-align:left;cursor:pointer}.category-main-toggle:hover,.category-main-toggle[aria-expanded="true"],.category-main-group.contains-active>.category-main-toggle{background:var(--surface-2);color:var(--text)}html[data-theme="dark"] .category-main-toggle:hover,html[data-theme="dark"] .category-main-toggle[aria-expanded="true"],html[data-theme="dark"] .category-main-group.contains-active>.category-main-toggle{background:#252525!important}.category-main-icon{width:32px;height:32px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;background:var(--surface);color:var(--muted)}.category-main-group.contains-active .category-main-icon{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand)}.category-main-icon svg{width:17px;height:17px}.category-main-copy{display:block;min-width:0}.category-main-copy b,.category-main-copy small{display:block;min-width:0}.category-main-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;line-height:1.18;font-weight:720;color:inherit}.category-main-copy small{margin-top:2px;font-size:10px;line-height:1.15;color:var(--faint)}.category-main-chevron{width:14px;height:14px;transition:transform .18s ease}.category-main-toggle[aria-expanded="true"] .category-main-chevron{transform:rotate(90deg)}.category-main-links{display:grid;gap:1px;margin:0 0 3px 41px;padding-left:8px;border-left:1px solid var(--line)}.category-main-links[hidden]{display:none!important}.sidebar #genresNav .category-main-links a{position:relative;min-height:31px;padding:6px 8px!important;display:flex;align-items:center;font-size:13px!important;line-height:1.25!important}.sidebar #genresNav .category-main-links a.active::before{content:'';position:absolute;left:-10px;width:3px;height:17px;border-radius:999px;background:var(--brand)}.category-search-empty{margin:3px 0 1px;padding:9px 10px;border-radius:10px;background:var(--surface-2);color:var(--muted);font-size:12px;line-height:1.35}.category-search-empty[hidden]{display:none!important}@media(max-width:760px){.sidebar #genresNav.category-hub{margin-left:24px!important;padding-left:9px!important}.category-main-toggle{min-height:50px;padding:7px 8px}.category-main-copy b{font-size:14px}.category-main-copy small{font-size:10.5px}.sidebar #genresNav .category-main-links a{min-height:34px;font-size:13.5px!important}.category-filter-search input{font-size:13px}}.bookmark-dialog-icon{display:none!important}.bookmark-dialog-head{grid-template-columns:minmax(0,1fr) 44px!important;gap:16px!important;align-items:start!important}.bookmark-dialog-close{width:44px!important;height:44px!important;padding:0!important;display:grid!important;place-items:center!important;align-self:start!important;line-height:0!important;font-size:0!important}.bookmark-dialog-close svg{display:block!important;width:22px!important;height:22px!important;margin:0!important;pointer-events:none!important}@media(max-width:620px){.bookmark-dialog-head{grid-template-columns:minmax(0,1fr) 42px!important;gap:12px!important}.bookmark-dialog-close{width:42px!important;height:42px!important}.bookmark-dialog-close svg{width:21px!important;height:21px!important}}@media(min-width:981px){:root{--sidebar:300px!important}.page{grid-template-columns:300px minmax(0,1fr)!important}.sidebar{width:300px!important;min-width:300px!important;max-width:300px!important}}.sidebar #genresNav.category-hub>.category-default-link{display:flex!important;width:100%!important;min-width:0!important;padding-left:10px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.sidebar #genresNav.category-hub>.category-default-link::before{content:none!important;display:none!important}@media(max-width:980px){.sidebar{width:min(88vw,310px)!important;max-width:310px!important}}.sidebar #genresNav.category-hub>.category-default-link.active{background:#0d0d0d!important;color:#fff!important;font-weight:720!important}html[data-theme="dark"] .sidebar #genresNav.category-hub>.category-default-link.active{background:#fff!important;color:#0d0d0d!important}.sidebar .nav-item.active{position:relative}.sidebar .nav-toggle.filter-parent-active{background:var(--surface-2)!important;color:var(--text)!important;font-weight:700!important}html[data-theme="dark"] .sidebar .nav-toggle.filter-parent-active{background:#252525!important;color:#fff!important}.sidebar .nav-toggle.is-open:not(.filter-parent-active){background:color-mix(in srgb,var(--surface-2) 72%,transparent)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-toggle.is-open:not(.filter-parent-active){background:#202020!important;color:#fff!important}.sidebar .subnav a.filter-default-current{background:transparent!important;color:var(--text)!important;font-weight:700!important;border:1px solid var(--line)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.sidebar .subnav a.filter-default-current::after{content:'✓';flex:0 0 auto;font-size:12px;line-height:1;color:var(--muted)}html[data-theme="dark"] .sidebar .subnav a.filter-default-current{background:transparent!important;color:#fff!important;border-color:#383838!important}.sidebar .subnav a.active{background:var(--text)!important;color:var(--surface)!important;font-weight:720!important}html[data-theme="dark"] .sidebar .subnav a.active{background:#fff!important;color:#0d0d0d!important}.sidebar .subnav a.filter-default-current,.sidebar #genresNav.category-hub>.category-default-link.filter-default-current{background:#0d0d0d!important;color:#fff!important;border-color:#0d0d0d!important;font-weight:720!important;box-shadow:none!important}.sidebar .subnav a.filter-default-current::after,.sidebar #genresNav.category-hub>.category-default-link.filter-default-current::after{content:none!important;display:none!important}html[data-theme="dark"] .sidebar .subnav a.filter-default-current,html[data-theme="dark"] .sidebar #genresNav.category-hub>.category-default-link.filter-default-current{background:#fff!important;color:#0d0d0d!important;border-color:#fff!important}.sidebar .subnav a.filter-default-current:hover,.sidebar #genresNav.category-hub>.category-default-link.filter-default-current:hover{background:#0d0d0d!important;color:#fff!important}html[data-theme="dark"] .sidebar .subnav a.filter-default-current:hover,html[data-theme="dark"] .sidebar #genresNav.category-hub>.category-default-link.filter-default-current:hover{background:#fff!important;color:#0d0d0d!important}.sidebar .nav-toggle.filter-parent-active,.sidebar .nav-toggle.is-open:not(.filter-parent-active){background:transparent!important;box-shadow:none!important}.sidebar .nav-toggle.filter-parent-active{color:var(--text)!important;font-weight:700!important}.sidebar .nav-toggle.is-open:not(.filter-parent-active){color:var(--muted)!important;font-weight:inherit!important}html[data-theme="dark"] .sidebar .nav-toggle.filter-parent-active,html[data-theme="dark"] .sidebar .nav-toggle.is-open:not(.filter-parent-active){background:transparent!important;box-shadow:none!important}html[data-theme="dark"] .sidebar .nav-toggle.filter-parent-active{color:#fff!important}html[data-theme="dark"] .sidebar .nav-toggle.is-open:not(.filter-parent-active){color:rgba(255,255,255,.78)!important}.schedule-program-copy b,.schedule-program-copy b .program-marquee-track{color:var(--text)!important}html[data-theme="dark"] .schedule-program-copy b,html[data-theme="dark"] .schedule-program-copy b .program-marquee-track{color:#fff!important}.schedule-more{min-height:38px!important;padding:7px 12px!important;line-height:1.2!important}.widget-preview .widget-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.widget-preview .widget-page-link{min-height:40px;margin-left:auto;padding:0 2px;border:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;font-size:13px;font-weight:680;line-height:1.2;text-decoration:none;white-space:nowrap;transition:color .16s ease,transform .16s ease}.widget-preview .widget-page-link span{font-size:16px;line-height:1;transition:transform .16s ease}.widget-preview .widget-page-link:hover,.widget-preview .widget-page-link:focus-visible{color:var(--text)}.widget-preview .widget-page-link:hover span,.widget-preview .widget-page-link:focus-visible span{transform:translateX(2px)}@media(max-width:520px){.widget-preview .widget-actions{gap:12px}.widget-preview .copy-widget-btn{flex:0 0 auto}.widget-preview .widget-page-link{min-width:0;font-size:12px;white-space:normal;text-align:right}}.song-service-cover,.track-dialog-cover,.player-nowplaying-cover,.history-item .cover,.widget-type-tab[data-widget-type="playlist"] .widget-type-icon{background:#f0f1f3!important;color:#17191e!important;border:1px solid #d8dbe0!important;box-shadow:none!important;text-shadow:none!important}.history-item .cover::before,.song-service-cover::before,.track-dialog-cover::before{content:"";position:absolute;inset:9px;border:1px solid rgba(23,25,30,.14);border-radius:50%;pointer-events:none}.history-item .cover,.song-service-cover,.track-dialog-cover,.player-nowplaying-cover{position:relative!important;isolation:isolate!important;overflow:hidden!important}.history-item .cover::after{display:none!important}html[data-theme="dark"] .song-service-cover,html[data-theme="dark"] .track-dialog-cover,html[data-theme="dark"] .player-nowplaying-cover,html[data-theme="dark"] .history-item .cover,html[data-theme="dark"] .widget-type-tab[data-widget-type="playlist"] .widget-type-icon{background:#171a20!important;color:#f5f6f8!important;border-color:#343944!important}html[data-theme="dark"] .history-item .cover::before,html[data-theme="dark"] .song-service-cover::before,html[data-theme="dark"] .track-dialog-cover::before{border-color:rgba(255,255,255,.15)}@media(max-width:760px){html.mobile-search-open,body.mobile-search-open{overflow:hidden!important;overscroll-behavior:none!important}body.mobile-search-open .topbar{position:fixed!important;inset:0!important;z-index:1000!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;padding:0!important;background:var(--bg)!important;border:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.mobile-search-open .topbar-inner{width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:max(10px,env(safe-area-inset-top)) 13px max(10px,env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:46px minmax(0,1fr)!important;align-items:center!important;align-content:start!important;gap:8px 10px!important;background:var(--bg)!important}body.mobile-search-open #menuButton,body.mobile-search-open .mobile-menu,body.mobile-search-open .header-actions{display:none!important;visibility:hidden!important;pointer-events:none!important}body.mobile-search-open .search-wrap{grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0!important;max-width:none!important;z-index:1002!important}body.mobile-search-open .search{width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding-left:42px!important;padding-right:44px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:var(--surface)!important;font-size:16px!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--text) 8%,transparent)!important}body.mobile-search-open .search-icon{left:15px!important;width:17px!important;height:17px!important}body.mobile-search-open .search-cancel-button{grid-column:2!important;grid-row:1!important;display:inline-flex!important;visibility:visible!important;align-items:center!important;justify-content:center!important;min-width:58px!important;max-width:none!important;width:auto!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 2px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--text)!important;font:inherit!important;font-size:15px!important;font-weight:650!important;line-height:1!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;box-shadow:none!important}body.mobile-search-open .search-cancel-button:active{opacity:.58!important}body.mobile-search-open .search-wrap .search-clear{display:grid!important;right:3px!important;top:50%!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0!important;margin:0!important;transform:translateY(-50%)!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--muted)!important;line-height:0!important;box-shadow:none!important}body.mobile-search-open .search-wrap .search-clear:active{color:var(--text)!important;opacity:.58!important}body.mobile-search-open .search-wrap .search-clear svg{width:20px!important;height:20px!important}body.mobile-search-open .header-autocomplete{position:fixed!important;z-index:1001!important;left:0!important;right:0!important;top:calc(max(10px,env(safe-area-inset-top)) + 62px)!important;bottom:0!important;width:100%!important;max-height:none!important;margin:0!important;padding:0 13px max(12px,env(safe-area-inset-bottom))!important;border:0!important;border-top:1px solid var(--line)!important;border-radius:0!important;background:var(--bg)!important;box-shadow:none!important;overflow:hidden!important}body.mobile-search-open .header-autocomplete-head{min-height:54px!important;padding:17px 3px 11px!important;font-size:12px!important;letter-spacing:.12em!important}body.mobile-search-open .header-autocomplete-head kbd{display:none!important}body.mobile-search-open .header-autocomplete-list{display:grid!important;align-content:start!important;gap:5px!important;width:100%!important;max-height:none!important;height:calc(100% - 54px)!important;padding:0 0 24px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}body.mobile-search-open .header-autocomplete-item{grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;min-height:66px!important;padding:9px 7px!important;border-radius:15px!important}body.mobile-search-open .header-autocomplete-thumb{width:48px!important;height:48px!important;border-radius:14px!important}body.mobile-search-open .header-autocomplete-copy strong{font-size:15px!important}body.mobile-search-open .header-autocomplete-copy span{font-size:13px!important;margin-top:4px!important}body.mobile-search-open .header-autocomplete-type{display:none!important}body.mobile-search-open .header-autocomplete-empty{height:auto!important;min-height:150px!important;padding:46px 20px 28px!important;align-self:start!important;color:var(--muted)!important}body.mobile-search-open .header-autocomplete-empty strong{font-size:16px!important}body.mobile-search-open .header-autocomplete-empty span{font-size:14px!important;line-height:1.4!important;font-weight:500!important}}@media (max-width:760px){.content-crumbs-bar{padding-top:7px!important;padding-bottom:7px!important}.content-crumbs-bar .content-crumbs,.content-crumbs{font-size:15px!important;line-height:1.45!important;gap:9px!important}.content-crumbs a,.content-crumbs strong{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding-top:4px!important;padding-bottom:4px!important}.app-promo-shell{width:calc(100vw - 24px)!important;max-width:none!important}.app-promo-cta,.appdl-store-row,.appdl-store,#download-version-1 .dl-store-row,#download-version-1 .dl-store{width:100%!important;max-width:none!important}.appdl-store,#download-version-1 .dl-store{min-width:0!important}}@media (hover:none),(pointer:coarse){.radio-card:hover .logo{transform:none!important;box-shadow:none!important}.radio-card:hover .card-play-button,.radio-card:focus-within .card-play-button{opacity:0!important;pointer-events:none!important;transform:translate(-50%,-50%) scale(.92)!important}.radio-card .logo::before,.radio-card .logo::after,.radio-card .card-play-button{pointer-events:none!important}}@media (hover:none),(pointer:coarse){html{-webkit-tap-highlight-color:transparent;scroll-behavior:auto!important}a[href],button,[role="button"],[role="link"],summary,label[for],.chip,.nav-item,.nav-toggle,.category-main-toggle,.pagination-button,.radio-card,.podcast-card,.episode-row,.country-link,.station-program,.song-title-link,.app-promo-trigger,.bookmark-button{touch-action:manipulation}input[type="range"]{touch-action:pan-x}.sidebar,.header-autocomplete-list,.content,.main{overscroll-behavior-y:contain}.topbar,.sidebar,.drawer-backdrop,.app-promo-backdrop,.bookmark-modal-backdrop,.song-service-backdrop,.mini-player{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.topbar{background:var(--bg)!important}.touch-pressable{transition:opacity .08s linear,background-color .08s linear,border-color .08s linear!important}.touch-pressable.is-touch-pressed{opacity:.72!important}.radio-card.touch-pressable.is-touch-pressed,.podcast-card.touch-pressable.is-touch-pressed,.country-link.touch-pressable.is-touch-pressed,.episode-row.touch-pressable.is-touch-pressed{transform:none!important}.nav-item:hover,.nav-toggle:hover,.category-main-toggle:hover,.chip:hover,.pagination-button:hover,.country-link:hover,.podcast-card:hover,.episode-row:hover,.station-program:hover{transform:none!important;box-shadow:none!important}.sidebar{will-change:transform;contain:layout paint}.drawer-backdrop{will-change:opacity}}@media (max-width:760px) and (prefers-reduced-motion:no-preference){.sidebar,.drawer-backdrop{transition-duration:.16s!important}}@media (max-width:700px){.appdl-copy h2,.appdl-copy h2 span{max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}.appdl-copy h2 span:first-child{white-space:normal!important}.appdl-copy h2{font-size:clamp(22px,7vw,31px)!important;line-height:1.02!important;letter-spacing:-.045em!important;text-wrap:balance!important}.appdl-copy>p{max-width:100%!important;overflow-wrap:anywhere!important}}@media (max-width:420px){.appdl-top{grid-template-columns:68px minmax(0,1fr)!important;gap:10px!important}.appdl-phone{width:68px!important}.appdl-copy h2{font-size:21px!important;line-height:1.04!important;margin-bottom:9px!important}.appdl-copy>p{font-size:12.5px!important;line-height:1.42!important}}@media (max-width:760px){.player-nowplaying-copy .song-title-link,.history-copy .song-title-link{display:inline-block!important;max-width:100%!important;color:var(--text)!important;cursor:pointer!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-decoration-line:underline!important;text-decoration-style:solid!important;text-decoration-thickness:1px!important;text-decoration-color:currentColor!important;text-underline-offset:3px!important;-webkit-text-decoration-line:underline!important}.episode-article{display:grid!important;grid-template-columns:1fr!important}.episode-transcript-section{grid-column:1!important;grid-row:1!important;margin-top:0!important;padding-top:0!important;padding-left:0!important;border-top:0!important;border-left:0!important}.episode-summary-section{grid-column:1!important;grid-row:2!important;margin-top:22px!important;padding-top:22px!important;padding-right:0!important;border-top:1px solid var(--line)!important}.episode-chapters-section{grid-column:1!important;grid-row:3!important}}@media (max-width:420px){.history-panel,.history-panel .history,.history-list,.history-item{min-width:0!important;max-width:100%!important}.history-panel{overflow:hidden!important;padding:12px!important}.history-head h2{max-width:100%!important;font-size:20px!important;line-height:1.12!important;overflow-wrap:anywhere!important}.history-item{grid-template-columns:36px minmax(0,1fr)!important;gap:8px!important;padding:7px 0!important}.history-item .cover{width:36px!important;height:36px!important;border-radius:10px!important}.history-copy{min-width:0!important;overflow:hidden!important}.history-time{grid-column:2!important;justify-self:start!important;margin-top:2px!important;white-space:normal!important;font-size:11px!important}}@media (max-width:980px){.lower-grid-reworked{grid-template-columns:minmax(0,1fr)!important;min-width:0!important;max-width:100%!important}.stack-col,.stack-col>*{min-width:0!important;max-width:100%!important}}.station-podcasts-section{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--panel);box-shadow:var(--shadow-soft,0 12px 36px rgba(15,23,42,.06))}.station-podcasts-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.station-podcasts-head>div{min-width:0}.station-podcasts-head .site-section-title{margin:0}.station-podcasts-head p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.station-podcasts-all{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.station-podcasts-all:hover{text-decoration:underline;text-underline-offset:3px}.station-podcasts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.station-podcast-card{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);gap:13px;padding:10px;border:1px solid var(--line);border-radius:16px;background:var(--card,var(--panel));transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.station-podcast-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--blue) 28%,var(--line));box-shadow:0 12px 28px rgba(15,23,42,.08)}.station-podcast-cover{position:relative;display:grid;place-items:center;width:78px;aspect-ratio:1;overflow:hidden;border-radius:13px;background:radial-gradient(circle at 76% 18%,rgba(255,255,255,.36),transparent 28%),linear-gradient(145deg,var(--podcast-a),var(--podcast-b) 58%,var(--podcast-c));color:#fff;text-decoration:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.station-podcast-cover::after{content:"";position:absolute;inset:auto -18% -43% 20%;height:74%;border-radius:50%;background:rgba(255,255,255,.17);transform:rotate(-15deg)}.station-podcast-cover span{position:relative;z-index:1;font-size:18px;font-weight:850;letter-spacing:-.04em;text-shadow:0 1px 8px rgba(0,0,0,.2)}.station-podcast-copy{min-width:0;padding:2px 0}.station-podcast-copy h3{margin:0;font-size:15px;line-height:1.2;font-weight:760;letter-spacing:-.025em}.station-podcast-copy h3 a{color:var(--text);text-decoration:none}.station-podcast-copy h3 a:hover{text-decoration:underline;text-underline-offset:3px}.station-podcast-copy>p{margin:4px 0 8px;color:var(--muted);font-size:12px;line-height:1.3}.station-podcast-latest{display:block;min-width:0;color:var(--text);text-decoration:none}.station-podcast-latest span{display:block;margin-bottom:2px;color:var(--muted);font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.055em}.station-podcast-latest strong{display:-webkit-box;overflow:hidden;color:var(--text);font-size:12px;font-weight:620;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.station-podcast-latest:hover strong{text-decoration:underline;text-underline-offset:2px}@media (max-width:1100px){.station-podcasts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.station-podcasts-section{margin-top:20px;padding:16px;border-radius:18px}.station-podcasts-head{align-items:flex-start;margin-bottom:14px}.station-podcasts-head p{font-size:13px}.station-podcasts-all{font-size:0;gap:0}.station-podcasts-all span{font-size:20px;line-height:1}.station-podcasts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.station-podcast-card{display:block;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.station-podcast-card:hover{transform:none;box-shadow:none}.station-podcast-cover{width:100%;border-radius:13px}.station-podcast-cover span{font-size:clamp(14px,4vw,19px)}.station-podcast-copy{padding:8px 1px 0}.station-podcast-copy h3{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.station-podcast-copy>p{overflow:hidden;margin:4px 0 0;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.station-podcast-latest{display:none}}@media (max-width:390px){.station-podcasts-section{padding:14px}.station-podcasts-grid{gap:7px}.station-podcast-cover{border-radius:11px}.station-podcast-copy h3{font-size:11px}.station-podcast-copy>p{font-size:9px}}.category-link{justify-content:center!important;text-align:center!important;line-height:1!important}@media (max-width:760px){.category-link{min-height:34px!important;padding:0 14px!important}}@media (max-width:390px){.category-link{min-height:32px!important;padding:0 12px!important}}.station-copy .category-links .category-link,.podcast-hero-copy .category-links .category-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;box-sizing:border-box!important;text-align:center!important;line-height:1!important}@media (max-width:760px){.station-copy .category-links .category-link,.podcast-hero-copy .category-links .category-link{min-height:36px!important;padding-inline:14px!important}}@media (max-width:390px){.station-copy .category-links .category-link,.podcast-hero-copy .category-links .category-link{min-height:34px!important;padding-inline:12px!important}}.station-copy .category-links{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;margin-top:8px!important;overflow:visible!important}.station-copy .category-links .category-link{display:inline!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--muted)!important;font-size:14px!important;font-weight:600!important;line-height:1.35!important;text-align:left!important;text-decoration:none!important;white-space:nowrap!important}.station-copy .category-links .category-link:hover,.station-copy .category-links .category-link:focus-visible{color:var(--text)!important;text-decoration:underline!important;text-underline-offset:3px!important}.station-copy .category-links .category-separator{display:inline!important;margin:0 8px!important;color:var(--faint)!important;font-size:11px!important;line-height:1!important}@media(max-width:760px){.station-copy .category-links .category-link{min-height:0!important;padding:0!important;font-size:13px!important}}.play-btn.is-loading svg{animation:radio-play-starting .62s ease-in-out infinite alternate;transform-origin:center}@keyframes radio-play-starting{from{opacity:.45;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.play-btn.is-loading svg{animation:none;opacity:.68}}
.play-btn .player-connection-dots{min-width:28px;height:18px;gap:4px}.play-btn .player-connection-dots i{width:5px;height:5px}