: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;--green:#2F9868;--section-accent:#A94731;--sidebar:248px;--header:68px;--max:none;--radius:18px;--radius-sm:12px;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;--green:#6CCF9B;--section-accent:#F0A08A;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-size:17px;min-width:320px;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;padding-bottom:22px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}svg{display:block}.hidden{display:none!important}.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}.topbar{position:sticky;top:0;z-index:60;height:var(--header);background:color-mix(in srgb,var(--bg) 94%,var(--surface));border-bottom:1px solid var(--line)}.topbar-inner{width:100%;max-width:var(--max);height:100%;margin:0 auto;padding:0 clamp(14px,1.6vw,28px);display:grid;grid-template-columns:var(--sidebar) minmax(260px,720px) 1fr;gap:clamp(16px,1.6vw,28px);align-items:center}.brand{display:flex;align-items:center;gap:11px;min-width:0}.brand-mark{width:42px;height:42px;border-radius:11px;background:var(--text);color:var(--bg);display:grid;place-items:center;flex:0 0 auto}.brand-mark svg{width:20px;height:20px}.brand-copy{font-size:15px;line-height:.92;letter-spacing:.09em;font-weight:760}.brand-copy strong{font-weight:820;color:var(--brand)}.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)}#themeButton{position:relative;z-index:3;touch-action:manipulation;-webkit-user-select:none;user-select:none}.icon-button:active{transform:scale(.96)}.mobile-menu{display:none}.app{width:100%;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);gap:clamp(18px,1.7vw,30px);padding:20px clamp(14px,1.6vw,28px) 0}.sidebar{position:sticky;top:calc(var(--header) + 20px);height:calc(100vh - var(--header) - 34px);overflow:auto;padding:4px 10px 24px 0;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}.nav-block{margin-bottom:23px}.nav-personal{display:grid;gap:4px}.nav-label{margin:0 0 7px 12px;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:var(--section-accent);font-weight:760}.nav-item,.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}.nav-item:hover,.nav-toggle:hover{background:var(--surface);color:var(--text)}.nav-item.active{background:var(--text);color:var(--bg);font-weight:680}.nav-icon{width:18px;height:18px;opacity:.9}.nav-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-count{font-variant-numeric:tabular-nums;font-size:13px;min-width:24px;text-align:right;color:var(--faint)}.nav-item.active .nav-count{color:color-mix(in srgb,var(--bg) 65%,transparent)}.nav-toggle .chevron{transition:transform .18s}.nav-toggle[aria-expanded="true"] .chevron{transform:rotate(90deg)}.subnav{display:grid;gap:2px;margin:3px 0 5px 31px;padding-left:11px;border-left:1px solid var(--line)}.subnav[hidden]{display:none}.subnav a{padding:7px 9px;border-radius:8px;font-size:14px;color:var(--muted)}.subnav a:hover{background:var(--surface);color:var(--text)}.content{min-width:0;padding-bottom:30px}.hero{padding:1px 0 13px;display:flex;justify-content:space-between;align-items:center;gap:24px}.hero-copy{min-width:0}.hero h1{margin:0;font-size:clamp(24px,2vw,32px);line-height:1.1;letter-spacing:-.03em;font-weight:575;max-width:820px;color:color-mix(in srgb,var(--text) 94%,var(--muted))}.quick-filters{display:flex;gap:8px;overflow:auto;padding:2px 0 18px;scrollbar-width:none}.quick-filters::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;height:34px;border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:0 13px;font-size:14px;font-weight:630;cursor:pointer;transition:.15s}.chip:hover{color:var(--text);border-color:var(--faint)}.chip.active{background:var(--brand);border-color:var(--brand);color:#fff}.section{padding:8px 0 24px;content-visibility:auto;contain-intrinsic-size:600px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:13px}.section-title-wrap{display:flex;align-items:center;gap:10px;min-width:0}.section-title{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.015em;font-weight:620}.section-kicker{font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}.section-link{font-size:14px;color:var(--text);opacity:.76;white-space:nowrap;font-weight:620}.section-link:hover{color:var(--text)}.radio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px 14px}.radio-card{min-width:0;position:relative;border-radius:var(--radius-sm);cursor:pointer}.radio-card .logo{width:100%;aspect-ratio:1/1;border-radius:26px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg,var(--surface),var(--surface-2));padding:18px}.radio-card:hover .logo{transform:translateY(-2px);box-shadow:0 9px 22px color-mix(in srgb,var(--text) 10%,transparent);border-color:var(--faint)}.radio-card-info{padding:8px 2px 0;min-width:0}.radio-card-name{font-size:15px;font-weight:690;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 3px}.radio-card-category{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.favorite{position:absolute;right:7px;top:7px;width:31px;height:31px;border:0;border-radius:50%;background:rgba(255,255,255,.91);color:#3d3d39;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 7px rgba(0,0,0,.08);z-index:2}.favorite.active{color:var(--brand)}.radio-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.pagination-status{font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}.pagination-controls{display:flex;align-items:center;gap:7px}.pagination-button{min-width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);display:inline-grid;place-items:center;padding:0 11px;font-size:13px;font-weight:680;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.pagination-button:hover:not(:disabled):not([aria-disabled="true"]){background:var(--surface-2);border-color:var(--faint);transform:translateY(-1px)}.pagination-button.active{background:var(--text);border-color:var(--text);color:var(--bg)}.pagination-button:disabled,.pagination-button[aria-disabled="true"]{opacity:.35;cursor:not-allowed;pointer-events:none}.pagination-pages{display:flex;align-items:center;gap:7px}.pagination-empty{display:none;margin:22px 0 0;padding:22px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center;background:var(--surface)}.pagination-empty.visible{display:block}.live-symbol{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:var(--brand);background:var(--brand-soft)}.live-symbol svg{width:14px;height:14px}.radio-card .logo::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.24);opacity:0;transition:opacity .16s ease;z-index:1}.radio-card .logo::after{content:"▶";position:absolute;left:50%;top:50%;width:46px;height:46px;border-radius:50%;transform:translate(-50%,-46%) scale(.82);display:grid;place-items:center;padding-left:3px;background:rgba(255,255,255,.96);color:#111;font-size:16px;line-height:1;box-shadow:0 8px 22px rgba(0,0,0,.2);opacity:0;transition:opacity .16s ease,transform .16s ease;z-index:2}.radio-card:hover .logo::before,.radio-card:focus-visible .logo::before{opacity:1}.radio-card:hover .logo::after,.radio-card:focus-visible .logo::after,.radio-card.is-previewing .logo::after{opacity:1;transform:translate(-50%,-50%) scale(1)}.radio-card.is-previewing .logo::before{opacity:1}.radio-card.is-previewing .logo::after{content:"Ⅱ";padding-left:0;font-size:15px}.radio-card:focus-visible{outline:2px solid var(--text);outline-offset:4px}.tracks-panel{display:none}.tracks-panel.visible{display:block}.tracks{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.track{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:10px;display:flex;gap:10px;align-items:center;min-width:0}.cover{width:44px;height:44px;border-radius:10px;flex:0 0 auto;background:linear-gradient(135deg,var(--brand),var(--blue));position:relative;overflow:hidden}.cover:after{content:"";position:absolute;inset:9px;border-radius:50%;border:5px solid rgba(255,255,255,.85)}.track div{min-width:0}.track b,.track span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track b{font-size:14px}.track span{font-size:12px;color:var(--muted);margin-top:3px}.program-stations{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.station-schedule{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.02)}.station-schedule-head{min-height:70px;padding:13px 13px 12px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px;align-items:center;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 58%,var(--surface))}.schedule-logo{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(0,0,0,.07);background:#fff;color:#111;font-size:13px;font-weight:820;line-height:.9;text-align:center;letter-spacing:-.035em}.schedule-logo.ser{background:#111;color:#fff;font-size:18px}.schedule-logo.cope{color:#1748a0;font-size:14px}.schedule-logo.onda{font-size:11px}.schedule-logo.rne{color:#d90023;font-size:16px}.schedule-logo.los40{background:linear-gradient(135deg,#fa3131,#fb9c19 48%,#36aa8a 49%,#2667d7);color:#fff;font-size:13px}.schedule-station{min-width:0;display:flex;align-items:center;height:100%}.schedule-station h3{margin:0;font-size:15px;line-height:1.2;font-weight:740;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-station p{display:none!important}.station-schedule-head{align-items:center}.station-programs{min-width:0;display:grid;grid-template-columns:1fr;background:var(--surface)}.station-program{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) 30px;gap:10px;align-items:start;min-height:74px;padding:12px 13px;border-bottom:1px solid var(--line);transition:background .14s ease}.station-program:hover{background:var(--surface-2)}.station-program.is-live{background:color-mix(in srgb,var(--brand-soft) 38%,var(--surface));box-shadow:inset 3px 0 0 var(--brand)}.station-program.is-live:hover{background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface))}.station-program.is-extra{display:none}.station-schedule.expanded .station-program.is-extra{display:grid}.schedule-time{font-size:13px;font-weight:730;font-variant-numeric:tabular-nums;color:var(--text);padding-top:2px;min-width:38px}.schedule-program-copy{min-width:0;padding-right:2px}.schedule-program-copy b{display:block;font-size:14px;line-height:1.28;font-weight:720;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.schedule-program-copy span{display:block;margin-top:4px;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.program-mini-play{width:30px;height:30px;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:transform .15s,background .15s,color .15s}.program-mini-play:hover{background:var(--text);color:var(--bg);transform:scale(1.04)}.program-mini-play[aria-pressed="true"]{background:var(--text);color:var(--bg)}.schedule-more{width:100%;min-height:42px;border:0;background:var(--surface);color:var(--text);opacity:.78;font-size:13px;font-weight:670;cursor:pointer}.schedule-more:hover{background:var(--surface-2);color:var(--text);opacity:1}.explore-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.explore-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:15px}.explore-card h3{font-size:15px;margin:0 0 12px;font-weight:670}.tag-grid{display:flex;flex-wrap:wrap;gap:7px}.text-tag{border:1px solid var(--line);background:var(--bg);color:var(--muted);border-radius:9px;padding:7px 9px;font-size:13px;cursor:pointer}.text-tag:hover{color:var(--text);border-color:var(--faint)}.seo-copy{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0 24px;max-width:1120px}.seo-copy h2{font-size:16px;margin:0 0 8px;font-weight:650}.seo-copy p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.seo-copy a{color:var(--text);font-weight:650;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--text) 28%,transparent);text-underline-offset:3px}.seo-copy a:hover{text-decoration-color:currentColor}.site-footer{margin-top:30px;border-top:0;padding:30px 0 4px}.app-download{position:relative;display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:44px;align-items:center;padding:30px 38px;border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:0 12px 32px color-mix(in srgb,var(--text) 5%,transparent);overflow:hidden}.app-download::before{content:"";position:absolute;left:-90px;bottom:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 12%,transparent) 0%,transparent 70%);pointer-events:none}.app-download::after{content:"";position:absolute;right:-110px;top:-110px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--blue) 12%,transparent) 0%,transparent 72%);pointer-events:none}.app-download-copy,.app-showcase{position:relative;z-index:1}.app-download-copy{align-self:center;max-width:720px}.app-eyebrow{display:inline-flex;align-items:center;padding:0;border:none;background:transparent;font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase;color:#C96A4A}html[data-theme="dark"] .app-eyebrow{color:#E38A68}.app-download-copy h2{margin:14px 0 10px;font-size:38px;line-height:1.02;font-weight:800;letter-spacing:-.045em;max-width:650px}.app-download-copy p{margin:0;max-width:650px;font-size:16px;line-height:1.62;color:var(--muted)}.app-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:19px 0 22px}.app-point{--feature-bg:color-mix(in srgb,var(--brand) 12%,var(--surface));--feature-border:color-mix(in srgb,var(--brand) 20%,var(--line));--feature-icon:var(--brand);min-width:0;display:grid;grid-template-columns:50px minmax(0,1fr);gap:13px;align-items:start;padding:15px 16px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,var(--surface),var(--bg));box-shadow:0 2px 10px color-mix(in srgb,var(--text) 3%,transparent)}.app-point-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--feature-bg);color:var(--feature-icon);border:1px solid var(--feature-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.app-point-icon svg{width:24px;height:24px;display:block}.app-point-copy{min-width:0;padding-top:2px}.app-point-copy strong{display:block;font-size:15px;line-height:1.2;font-weight:730;letter-spacing:-.02em;color:var(--text)}.app-point-copy span{display:block;margin-top:5px;font-size:12px;line-height:1.45;color:var(--muted)}.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{background:linear-gradient(180deg,var(--surface),var(--surface-2));box-shadow:none}html[data-theme="dark"] .app-point-listen{--feature-bg:rgba(242,107,69,.16);--feature-border:rgba(242,107,69,.28);--feature-icon:#ff8a68}html[data-theme="dark"] .app-point-background{--feature-bg:rgba(61,126,255,.16);--feature-border:rgba(61,126,255,.28);--feature-icon:#7dabff}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,.16);--feature-border:rgba(32,164,100,.30);--feature-icon:#69d69a}.store-buttons{display:flex;gap:12px;flex-wrap:wrap}.store-button{min-width:190px;height:58px;border-radius:16px;padding:0 16px;display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:center;background:#101010;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 22px rgba(0,0,0,.12);transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.store-button:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgba(0,0,0,.16);opacity:.98}.store-button svg{width:28px;height:28px}.store-button-copy{min-width:0;line-height:1.03}.store-button-copy small{display:block;font-size:10px;opacity:.68;margin-bottom:4px;text-transform:uppercase;letter-spacing:.08em}.store-button-copy strong{display:block;font-size:18px;font-weight:720;white-space:nowrap}html[data-theme="dark"] .store-button{background:#f6f6f2;color:#11110f;border-color:rgba(255,255,255,.2);box-shadow:0 10px 22px rgba(0,0,0,.26)}html[data-theme="dark"] .store-button:hover{background:#ffffff;border-color:rgba(255,255,255,.38)}.app-note{margin-top:10px;font-size:13px;color:var(--faint)}.app-showcase{width:100%;height:100%;min-width:0;display:grid;place-items:center}.phone-device{width:clamp(214px,18.5vw,264px);aspect-ratio:258 / 540;background:linear-gradient(180deg,#121318,#060708);border-radius:36px;padding:6px;box-shadow:0 22px 42px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.07),inset 0 0 0 1px rgba(255,255,255,.04);position:relative}.phone-frame{position:relative;height:100%;border-radius:30px;background:linear-gradient(180deg,#0b0c10,#040405);padding:6px 0 0;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.phone-notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:90px;height:20px;border-radius:0 0 15px 15px;background:#06070a;z-index:4;box-shadow:0 1px 0 rgba(255,255,255,.02)}.phone-screen{height:100%;border-radius:26px;background:linear-gradient(180deg,#fbfbfa 0%,#f3f3f0 100%);color:#121212;overflow:hidden;display:flex;flex-direction:column;position:relative}.phone-status{display:flex;justify-content:space-between;align-items:center;padding:9px 14px 4px;font-size:9px;font-weight:700;letter-spacing:.03em;color:#6d6d67}.phone-bars{display:flex;align-items:center;gap:4px}.phone-bars span{display:block;border-radius:999px;background:#171717}.phone-bars span:nth-child(1){width:11px;height:7px;opacity:.3}.phone-bars span:nth-child(2){width:9px;height:7px;opacity:.55}.phone-bars span:nth-child(3){width:14px;height:7px}.phone-appbar{display:flex;align-items:center;justify-content:space-between;padding:0 14px 9px}.phone-brandline{display:flex;align-items:center;gap:10px}.phone-brandmark{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#111,#303030);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:820;letter-spacing:.08em}.phone-brandcopy b{display:block;font-size:12px;letter-spacing:-.02em}.phone-brandcopy span{display:block;font-size:9px;color:#666660;margin-top:1px}.phone-badge{height:24px;padding:0 9px;border-radius:999px;background:#fff2ee;color:#ea6c48;border:1px solid #ffd5c9;font-size:9px;font-weight:760;display:inline-flex;align-items:center;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 10px rgba(234,108,72,.12)}.phone-search{margin:0 14px;border-radius:14px;border:1px solid #e7e7e1;background:rgba(255,255,255,.92);padding:11px 13px;font-size:10px;color:#7a7a72;box-shadow:0 6px 14px rgba(0,0,0,.04)}.phone-tabs{display:flex;gap:6px;padding:10px 14px 0;overflow:hidden}.phone-tab{height:24px;padding:0 9px;border-radius:999px;background:#ecece6;color:#60605a;display:inline-flex;align-items:center;font-size:9px;font-weight:650;flex:0 0 auto}.phone-tab.active{background:#111;color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.08)}.phone-hero{margin:12px 14px 0;border-radius:20px;background:linear-gradient(135deg,#111,#2a2c33);color:#fff;padding:12px;display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;box-shadow:0 12px 22px rgba(0,0,0,.14)}.phone-hero-logo{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#2f2f2f,#0e0e0e);display:grid;place-items:center;font-size:14px;font-weight:820}.phone-hero-copy b{display:block;font-size:12px;letter-spacing:-.03em}.phone-hero-copy span{display:block;font-size:9px;line-height:1.3;color:rgba(255,255,255,.72);margin-top:3px}.phone-list{padding:10px 14px 0;display:grid;gap:8px}.phone-row{display:grid;grid-template-columns:38px 1fr 26px;gap:8px;align-items:center;padding:8px;border-radius:15px;background:rgba(255,255,255,.92);border:1px solid #e8e8e2;box-shadow:0 8px 18px rgba(0,0,0,.04)}.phone-row-logo{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#111,#2c2c2c);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.phone-row-copy b{display:block;font-size:10px;letter-spacing:-.01em}.phone-row-copy span{display:block;margin-top:2px;font-size:9px;color:#676760;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-row-play{width:26px;height:26px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:8px;box-shadow:0 6px 12px rgba(0,0,0,.12)}.phone-mini-player{margin:12px 14px 14px;padding:10px 10px;border-radius:16px;background:linear-gradient(180deg,#fff5f0,#fff0e9);border:1px solid #ffd8cc;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;box-shadow:0 10px 20px rgba(234,108,72,.09)}.phone-mini-player b{display:block;font-size:9px;color:#111}.phone-mini-player span{display:block;margin-top:2px;font-size:8px;color:#79645e}.phone-mini-player i{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ea6c48;color:#fff;font-style:normal;font-size:8px;box-shadow:0 8px 16px rgba(234,108,72,.2)}.country-sites{padding:30px 0 24px}.country-sites-head{text-align:left;margin-bottom:16px}.country-sites-head h2{margin:0;font-size:20px;font-weight:710;letter-spacing:-.015em}.country-sites-head p{margin:6px 0 0;color:var(--muted);font-size:13px}.country-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;align-items:flex-start}.country-link{width:74px;height:58px;border:1px solid var(--line);background:var(--surface);border-radius:13px;display:grid;place-items:center;font-size:31px;line-height:1;overflow:hidden;transition:transform .15s,border-color .15s,background .15s;flex:0 0 auto}.country-link:hover{transform:translateY(-2px);border-color:var(--faint);background:var(--surface-2)}.footer-bottom{border-top:1px solid var(--line);padding:20px 0 2px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.footer-copy{font-size:13px;color:var(--muted)}.footer-links{display:flex;gap:15px;flex-wrap:wrap;justify-content:flex-end;font-size:13px;color:var(--muted)}.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 (min-width:761px) and (max-width:1180px){.radio-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));justify-content:stretch}}@media (max-width:760px){#bookmarkButton{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%}}.drawer-backdrop{display:none;position:fixed;inset:var(--header) 0 0;z-index:69;background:rgba(0,0,0,.38)}@media (max-width:1240px){.tracks{grid-template-columns:repeat(3,minmax(0,1fr))}.program-stations{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){:root{--sidebar:224px}.topbar-inner{grid-template-columns:var(--sidebar) minmax(220px,1fr) auto;gap:14px}.program-stations{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:761px) and (max-width:1180px){.radio-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));justify-content:stretch}}@media (max-width:760px){:root{--header:62px}#themeButton{width:42px;height:42px}body{padding-bottom:18px}.topbar-inner{grid-template-columns:auto 1fr auto;padding:0 13px;gap:9px}.brand-copy{display:none}.brand-mark{width:36px;height:36px}.search{height:40px;padding-left:39px;padding-right:12px}.search-key{display:none}.mobile-menu{display:grid}.desktop-action{display:none}.app{display:block;padding:13px 13px 0}.sidebar{position:fixed;z-index:70;left:0;top:var(--header);bottom:0;width:min(86vw,300px);height:auto;background:var(--bg);padding:16px 13px 36px;transform:translateX(-103%);transition:transform .2s ease;border-right:1px solid var(--line)}.sidebar.open{transform:translateX(0)}.drawer-backdrop.visible{display:block}.hero{padding:1px 0 11px;align-items:flex-start}.hero h1{font-size:22px;line-height:1.1;font-weight:550}.quick-filters{margin-right:-13px;padding-bottom:14px}.section{padding-bottom:20px}.section-head{margin-bottom:11px}.section-title{font-size:17px;font-weight:580}.section-kicker{font-size:12px}.radio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;justify-content:stretch}.radio-pagination{align-items:flex-start}.pagination-status{padding-top:10px}.pagination-pages{gap:5px}.pagination-button{min-width:36px;height:36px}.radio-card-name{font-size:14px}.radio-card-category{font-size:12px}.tracks{display:flex;overflow:auto;margin-right:-13px;padding-right:13px;scrollbar-width:none}.track{flex:0 0 70%}.program-stations{grid-template-columns:repeat(2,minmax(0,1fr))}.station-schedule-head{min-height:66px;padding:10px 11px;grid-template-columns:43px minmax(0,1fr)}.schedule-logo{width:43px;height:43px}.station-program{grid-template-columns:auto minmax(0,1fr) 29px;min-height:70px;padding:11px}.program-mini-play{width:29px;height:29px}.seo-copy{max-width:none}.app-download{grid-template-columns:1fr;gap:24px}.app-showcase{place-items:center}.phone-device{width:clamp(196px,42vw,244px)}.country-link{width:64px;height:52px;font-size:28px}.footer-bottom{display:block}.footer-links{justify-content:flex-start;margin-top:12px}}@media (max-width:520px){.radio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 11px;justify-content:stretch}.radio-pagination{display:grid;grid-template-columns:1fr;justify-items:center;gap:11px}.pagination-status{padding-top:0}.pagination-controls{width:100%;justify-content:center}.radio-card .logo{border-radius:16px}.radio-card .logo::after{width:42px;height:42px}.favorite{right:7px;top:7px}.section-link{font-size:13px}.app-download{padding:20px 16px}.app-download-copy h2{font-size:29px}.app-download-copy p{font-size:15px}.app-points{grid-template-columns:1fr;gap:10px}.app-point{grid-template-columns:44px minmax(0,1fr);padding:14px}.app-point-icon{width:44px;height:44px;border-radius:14px}.app-point-icon svg{width:22px;height:22px}.app-point-copy strong{font-size:14px}.app-point-copy span{font-size:12px}.store-buttons{display:grid;grid-template-columns:1fr;width:100%}.store-button{min-width:0;width:100%;height:54px;padding:0 11px}.store-button-copy strong{font-size:14px}.phone-device{width:clamp(196px,62vw,240px)}.country-grid{gap:8px}.country-link{width:58px;height:46px;font-size:26px;border-radius:11px}.program-stations{grid-template-columns:1fr}.station-program{grid-template-columns:auto minmax(0,1fr) 31px;min-height:68px;border-right:0}}@media (max-width:980px){.app-download-copy h2{font-size:31px}.app-points{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.logo img{width:72%;height:72%;object-fit:contain;display:block;filter:none}.logo.logo-light img{width:74%;height:74%}.logo.logo-compact img{width:68%;height:68%}html[data-theme="dark"] .logo{background:linear-gradient(180deg,#151515,#0f0f10);border-color:#262626}html[data-theme="dark"] .logo img{filter:none}.phone-device::before{content:"";position:absolute;inset:0;border-radius:36px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 22%,transparent 78%,rgba(255,255,255,.03))}.phone-side-button{position:absolute;right:-1px;width:2px;border-radius:999px;background:rgba(255,255,255,.14)}.phone-side-button-top{top:110px;height:30px}.phone-side-button-mid{top:149px;height:46px}.phone-side-button-bot{top:203px;height:46px}.phone-screen::before{content:"";position:absolute;left:50%;top:6px;transform:translateX(-50%);width:40px;height:3px;border-radius:999px;background:rgba(0,0,0,.08)}html[data-theme="dark"] .program-card,html[data-theme="dark"] .schedule-card,html[data-theme="dark"] .radio-card .logo,html[data-theme="dark"] .app-download{background:linear-gradient(180deg,#262a31 0%,#22262d 100%)!important;border-color:#39404a!important}html[data-theme="dark"] .radio-card:hover .logo,html[data-theme="dark"] .program-card:hover,html[data-theme="dark"] .schedule-card:hover{border-color:#4a5361!important}html[data-theme="dark"] .app-download{box-shadow:0 12px 32px rgba(0,0,0,.18)!important}html[data-theme="dark"] .app-download::before,html[data-theme="dark"] .app-download::after{opacity:.7}.radio-card .logo-inner{width:100%;height:100%;border-radius:22px;display:grid;place-items:center;overflow:hidden}.radio-card .logo img{width:74%;height:74%;object-fit:contain;display:block;filter:none}.radio-card .logo.logo-light img{width:76%;height:76%}.radio-card .logo.logo-compact img{width:70%;height:70%}html[data-theme="dark"] .radio-card .logo{background:linear-gradient(180deg,#262a31,#22262d);border-color:#39404a}.sidebar{padding:18px 12px 26px;border:1px solid #d9d7d0;border-radius:22px;background:linear-gradient(155deg,#f5f3ee 0%,#edf1f5 100%);box-shadow:0 10px 28px rgba(40,47,58,.06)}.sidebar .nav-block:last-child{margin-bottom:0}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:rgba(255,255,255,.72)}.sidebar .nav-label{color:#a94a32}.sidebar .nav-item.active{background:#c94f31;color:#fff;box-shadow:0 7px 16px rgba(201,79,49,.22)}.sidebar .nav-item.active .nav-icon{opacity:1}.sidebar .nav-item.active .nav-text{color:#fff;font-weight:720}.sidebar .nav-item.active .nav-count{color:rgba(255,255,255,.9);font-weight:700}.sidebar .subnav a:hover{background:rgba(255,255,255,.72)}html[data-theme="dark"] .sidebar{border-color:#45423f;background:linear-gradient(155deg,#27292f 0%,#302b2a 100%);box-shadow:0 12px 30px rgba(0,0,0,.18)}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:rgba(255,255,255,.065)}html[data-theme="dark"] .sidebar .nav-label{color:#ffad92}html[data-theme="dark"] .sidebar .nav-item.active{background:#b9563e;color:#fff;box-shadow:0 8px 18px rgba(185,86,62,.24)}html[data-theme="dark"] .sidebar .nav-item.active .nav-icon{opacity:1}html[data-theme="dark"] .sidebar .nav-item.active .nav-text{color:#fff}html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:rgba(255,255,255,.92);font-weight:700}@media (max-width:760px){.sidebar{border-radius:0 22px 22px 0;border-left:0;padding:18px 14px 36px}}.app-eyebrow{color:var(--section-accent)}.sidebar{border-color:#DAD7CF;background:linear-gradient(155deg,#F4F1EB 0%,#EDF1F3 100%);box-shadow:0 12px 30px rgba(37,43,52,.065)}.sidebar .nav-label{color:var(--section-accent)}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover,.sidebar .subnav a:hover{background:rgba(255,255,255,.78)}.sidebar .nav-item.active{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(191,81,56,.22)}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon{color:#fff}.sidebar .nav-item.active .nav-count{color:rgba(255,255,255,.92)}.radio-card .logo,.station-schedule,.app-download,.track,.country-link{border-color:var(--line)}.radio-card .logo,.app-download{background:linear-gradient(180deg,var(--surface),var(--surface-2))}.radio-card:hover .logo{border-color:#B9B5AC;box-shadow:0 14px 28px rgba(35,39,46,.10)}.station-schedule{background:var(--surface);box-shadow:0 8px 24px rgba(35,39,46,.045)}.app-download{box-shadow:0 16px 38px rgba(35,39,46,.07)}.chip.active,.play-button[aria-pressed="true"],.program-mini-play[aria-pressed="true"]{background:var(--brand);border-color:var(--brand);color:#fff}.favorite.active{color:var(--brand)}html[data-theme="dark"] .sidebar{border-color:#444A54;background:linear-gradient(155deg,#282C33 0%,#302A2A 100%);box-shadow:0 14px 34px rgba(0,0,0,.20)}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:rgba(255,255,255,.07)}html[data-theme="dark"] .sidebar .nav-item.active{background:var(--brand);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.22)}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:#fff}html[data-theme="dark"] .radio-card .logo,html[data-theme="dark"] .station-schedule,html[data-theme="dark"] .app-download,html[data-theme="dark"] .track,html[data-theme="dark"] .country-link{background:linear-gradient(180deg,var(--surface-2),var(--surface))!important;border-color:var(--line)!important}html[data-theme="dark"] .station-schedule-head{background:color-mix(in srgb,var(--surface-2) 74%,var(--surface));border-color:var(--line)}html[data-theme="dark"] .radio-card:hover .logo,html[data-theme="dark"] .station-schedule:hover{border-color:#59616E!important}html[data-theme="dark"] .favorite{background:#F1F2F4;color:#25282F}html[data-theme="dark"] .favorite.active{color:#A9422E}html[data-theme="dark"] .store-button{background:#F4F3F0;color:#18191C;border-color:#E4E2DC}html[data-theme="dark"] .store-button:hover{background:#FFFFFF;border-color:#FFFFFF}.section-link:hover,.subnav a:hover{color:var(--blue)}:root{--sidebar:286px}.sidebar .nav-item,.sidebar .nav-toggle{padding-left:13px;padding-right:13px}.sidebar .nav-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.radio-card .logo{border-radius:20px;padding:16px}.radio-card .logo-inner{border-radius:15px}@media (max-width:1180px){:root{--sidebar:264px}}@media (max-width:980px){:root{--sidebar:244px}}@media (max-width:760px){:root{--sidebar:286px}.sidebar{width:min(90vw,320px)}.radio-card .logo{border-radius:18px;padding:13px}.radio-card .logo-inner{border-radius:13px}}@media (max-width:520px){.radio-card .logo{border-radius:16px;padding:11px}.radio-card .logo-inner{border-radius:11px}}:root{--bg:#F7F7F8;--surface:#FFFFFF;--surface-2:#F1F1F1;--surface-3:#E5E5E5;--text:#0D0D0D;--muted:#636363;--faint:#8E8E8E;--line:#DEDEDE;--brand:#0D0D0D;--brand-soft:#ECECEC;--blue:#343434;--green:#343434;--section-accent:#5C5C5C;color-scheme:light}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;--green:#E3E3E3;--section-accent:#BDBDBD;color-scheme:dark}body{background:var(--bg);color:var(--text)}.topbar{background:color-mix(in srgb,var(--bg) 94%,transparent);border-color:var(--line);box-shadow:none}.brand-mark{background:#0D0D0D;color:#FFFFFF}.brand-copy strong{color:var(--text)}html[data-theme="dark"] .brand-mark{background:#FFFFFF;color:#0D0D0D}.search{background:var(--surface);border-color:var(--line);color:var(--text)}.search:focus{border-color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 10%,transparent)}.search-key{background:var(--surface-2);border-color:var(--line);color:var(--muted)}.icon-button:hover{background:var(--surface-2);border-color:var(--line)}.sidebar{border:1px solid var(--line);background:#F9F9F9;box-shadow:none}html[data-theme="dark"] .sidebar{border-color:#343434;background:#171717;box-shadow:none}.sidebar .nav-label{color:var(--muted)}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover,.sidebar .subnav a:hover{background:var(--surface-2);color:var(--text)}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}.sidebar .nav-item.active{background:var(--surface-3);color:var(--text);box-shadow:none}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:var(--text)}html[data-theme="dark"] .sidebar .nav-item.active{background:#303030;color:#FFFFFF;box-shadow:none}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:#FFFFFF}.hero h1{color:var(--text);font-weight:600}.chip{background:var(--surface);border-color:var(--line);color:var(--muted)}.chip:hover{border-color:var(--faint);color:var(--text);background:var(--surface-2)}.chip.active{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .chip.active{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}.section-title{color:var(--text)}.section-kicker,.section-link{color:var(--muted)}.section-link:hover{color:var(--text)}.radio-card .logo{background:linear-gradient(180deg,var(--surface),var(--surface-2));border-color:var(--line);box-shadow:none}.radio-card:hover .logo{border-color:#B8B8B8;box-shadow:0 8px 20px rgba(0,0,0,.07)}html[data-theme="dark"] .radio-card .logo{background:linear-gradient(180deg,var(--surface),var(--surface-2))!important;border-color:var(--line)!important}html[data-theme="dark"] .radio-card:hover .logo{border-color:#666666!important}.favorite{background:rgba(255,255,255,.94);color:#313131;box-shadow:0 2px 7px rgba(0,0,0,.08)}.favorite.active{color:#0D0D0D;background:#FFFFFF}html[data-theme="dark"] .favorite{background:#F1F1F1;color:#252525}html[data-theme="dark"] .favorite.active{color:#000000}.radio-card .logo::before{background:rgba(0,0,0,.30)}.radio-card .logo::after{background:#FFFFFF;color:#0D0D0D}.radio-pagination{border-color:var(--line)}.pagination-button{background:var(--surface);border-color:var(--line);color:var(--text)}.pagination-button:hover:not(:disabled):not([aria-disabled="true"]){background:var(--surface-2);border-color:var(--faint)}.pagination-button.active{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .pagination-button.active{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}.track{background:var(--surface);border-color:var(--line)}.cover{background:linear-gradient(135deg,#7357FF,#FF5D8F)}.track:nth-child(2) .cover{background:linear-gradient(135deg,#FF7A18,#FFB347)}.track:nth-child(3) .cover{background:linear-gradient(135deg,#14B86E,#0B7C9E)}.track:nth-child(4) .cover{background:linear-gradient(135deg,#E849A4,#8844E8)}.track:nth-child(5) .cover{background:linear-gradient(135deg,#2F80ED,#56CCF2)}.station-schedule{background:var(--surface);border-color:var(--line);box-shadow:none}.station-schedule-head{background:var(--surface-2);border-color:var(--line)}.station-program{border-color:var(--line)}.station-program:hover{background:var(--surface-2)}.station-program.is-live{background:var(--surface-2);box-shadow:inset 3px 0 0 var(--text)}.station-program.is-live:hover{background:var(--surface-3)}.program-mini-play{background:var(--surface);border-color:var(--line);color:var(--text)}.program-mini-play:hover,.program-mini-play[aria-pressed="true"]{background:#0D0D0D;color:#FFFFFF;border-color:#0D0D0D}html[data-theme="dark"] .program-mini-play:hover,html[data-theme="dark"] .program-mini-play[aria-pressed="true"]{background:#FFFFFF;color:#0D0D0D;border-color:#FFFFFF}.schedule-more{background:var(--surface)}.schedule-more:hover{background:var(--surface-2)}.explore-card{background:var(--surface);border-color:var(--line)}.text-tag{background:var(--surface-2);border-color:var(--line);color:var(--muted)}.text-tag:hover{color:var(--text);border-color:var(--faint)}.seo-copy{border-color:var(--line)}.seo-copy a{color:var(--text);text-decoration-color:var(--faint)}.app-download{border-color:var(--line);background:var(--surface);box-shadow:0 8px 24px rgba(0,0,0,.055)}html[data-theme="dark"] .app-download{background:var(--surface)!important;border-color:var(--line)!important;box-shadow:none!important}.app-download::before,.app-download::after{background:radial-gradient(circle,rgba(0,0,0,.055),transparent 70%)}html[data-theme="dark"] .app-download::before,html[data-theme="dark"] .app-download::after{background:radial-gradient(circle,rgba(255,255,255,.045),transparent 70%)}.app-eyebrow{color:var(--muted)!important}.app-point{background:linear-gradient(180deg,var(--surface),var(--surface-2));border-color:var(--line);box-shadow:none}.app-point,.app-point-listen,.app-point-background,.app-point-favorites,.app-point-alarm{--feature-bg:var(--surface-2);--feature-border:var(--line);--feature-icon:var(--text)}html[data-theme="dark"] .app-point,html[data-theme="dark"] .app-point-listen,html[data-theme="dark"] .app-point-background,html[data-theme="dark"] .app-point-favorites,html[data-theme="dark"] .app-point-alarm{--feature-bg:var(--surface-3);--feature-border:var(--line);--feature-icon:var(--text)}.store-button{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF;box-shadow:none}.store-button:hover{background:#2A2A2A;box-shadow:none}html[data-theme="dark"] .store-button{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D;box-shadow:none}html[data-theme="dark"] .store-button:hover{background:#E6E6E6}.store-button svg{filter:grayscale(1) saturate(0)}.phone-device{background:linear-gradient(180deg,#121212,#050505);box-shadow:0 18px 36px rgba(0,0,0,.20)}.phone-screen{background:linear-gradient(180deg,#FAFAFA,#ECECEC)}.phone-brandmark,.phone-hero,.phone-row-logo,.phone-row-play,.phone-tab.active{background:linear-gradient(135deg,#111111,#343434);color:#FFFFFF}.phone-badge{background:#EEEEEE;color:#222222;border-color:#D8D8D8;box-shadow:none}.phone-search,.phone-row{border-color:#DEDEDE;background:#FFFFFF}.phone-mini-player{background:#EFEFEF;border-color:#D8D8D8;box-shadow:none}.phone-mini-player i{background:#111111;color:#FFFFFF;box-shadow:none}.country-link{background:var(--surface);border-color:var(--line)}.country-link:hover{background:var(--surface-2);border-color:var(--faint)}.footer-bottom{border-color:var(--line)}.bookmark-button.is-active{background:var(--surface-2);border-color:var(--line);color:var(--text)}.bookmark-dialog{background:var(--surface);border-color:var(--line)}.bookmark-dialog-icon{background:var(--surface-2);color:var(--text);border-color:var(--line)}.bookmark-instruction{background:var(--surface-2);border-color:var(--line)}.bookmark-action.primary{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .bookmark-action.primary{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--text) 32%,transparent);outline-offset:3px}@media(max-width:760px){.sidebar{background:#F9F9F9}html[data-theme="dark"] .sidebar{background:#171717}}.sidebar .nav-label{color:#666666!important}html[data-theme="dark"] .sidebar .nav-label{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}.sidebar .nav-item.active,.sidebar .nav-label,html[data-theme="dark"] .sidebar .nav-item.active,html[data-theme="dark"] .sidebar .nav-label{text-shadow:none!important}.radio-card .logo{position:relative;overflow:hidden}.radio-card .logo::after{content:none!important}.card-play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.92);width:54px;height:54px;min-width:54px;min-height:54px;border-radius:9999px;border:none;background:#FFFFFF;color:#0D0D0D;display:grid;place-items:center;opacity:0;pointer-events:none;box-shadow:0 10px 25px rgba(0,0,0,.18);transition:opacity .18s ease,transform .18s ease,background .18s ease,color .18s ease;z-index:4;cursor:pointer;padding:0 0 0 2px;font-size:18px;font-weight:800;line-height:1;aspect-ratio:1 / 1;appearance:none;-webkit-appearance:none}.radio-card:hover .card-play-button,.radio-card:focus-within .card-play-button{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.card-play-button:hover{background:#F2F2F2}.card-play-button.is-playing{background:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .card-play-button{background:#FFFFFF;color:#0D0D0D;box-shadow:0 12px 30px rgba(0,0,0,.32)}html[data-theme="dark"] .card-play-button:hover{background:#ECECEC}html[data-theme="dark"] .card-play-button.is-playing{background:#0D0D0D;color:#FFFFFF}@media (max-width:760px){.card-play-button{width:48px;height:48px;min-width:48px;min-height:48px;font-size:16px}}: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}@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%}}.hp-shell .content{min-width:0;padding:20px clamp(14px,1.6vw,28px) 30px}@media(max-width:760px){.hp-shell .content{padding:13px 13px 18px}}.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}.live-symbol{color:var(--live);background:var(--live-soft)}.radio-card .logo::after{background:var(--live);color:#FFF}.station-program.is-live{background:color-mix(in srgb,var(--live-soft) 82%,var(--surface));box-shadow:inset 3px 0 0 var(--live)}.station-program.is-live:hover{background:color-mix(in srgb,var(--live-soft) 94%,var(--surface))}.station-program.is-live .schedule-time{color:var(--live)}.station-program.is-live .program-mini-play{border-color:color-mix(in srgb,var(--live) 42%,var(--line));color:var(--live)}.station-program.is-live .program-mini-play:hover,.station-program.is-live .program-mini-play[aria-pressed="true"]{background:var(--live);border-color:var(--live);color:#FFF}.phone-mini-player i{background:var(--live);box-shadow:0 8px 16px color-mix(in srgb,var(--live) 28%,transparent)}.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)))}.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%}html[data-theme="dark"] .radio-card .favorite{background:#FFFFFF!important;color:#111111!important;border:1px solid rgba(255,255,255,.96)!important;box-shadow:0 3px 12px rgba(0,0,0,.34)!important;font-size:19px!important;font-weight:700!important;line-height:1!important}html[data-theme="dark"] .radio-card .favorite:hover{background:#F3F3F3!important;color:#000000!important;transform:scale(1.04)}html[data-theme="dark"] .radio-card .favorite.active{background:#FFFFFF!important;color:#000000!important}.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}.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}}.header-actions .icon-button,#bookmarkButton,#themeButton{width:40px!important;height:40px!important;padding:0!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;display:grid!important;place-items:center!important;box-shadow:none!important;transform:none}.header-actions .icon-button:hover,#bookmarkButton:hover,#themeButton:hover{background:var(--surface)!important;border-color:var(--line)!important}#bookmarkButton{color:var(--live)!important}#bookmarkButton svg,#themeButton svg{width:19px!important;height:19px!important;display:block!important}#bookmarkButton svg{fill:none!important}#bookmarkButton.is-active{background:var(--live-soft)!important;border-color:color-mix(in srgb,var(--live) 36%,var(--line))!important;color:var(--live)!important}#bookmarkButton.is-active svg{fill:currentColor!important}#themeButton{color:var(--text)!important}@media(max-width:760px){#bookmarkButton,#themeButton{width:42px!important;height:42px!important}}: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}}@media(min-width:1181px){.radio-grid{grid-template-columns:repeat(auto-fill,minmax(138px,1fr))!important;gap:16px 12px!important}.radio-card .logo{padding:14px!important;border-radius:20px!important}.radio-card .logo-inner{border-radius:17px!important}.radio-card-info{padding-top:7px!important}.radio-card-name{font-size:14px!important}.radio-card-meta{font-size:11px!important}.card-play-button{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;font-size:15px!important}}@media(min-width:761px) and (max-width:1180px){.radio-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))!important;gap:15px 11px!important}.radio-card .logo{padding:13px!important;border-radius:18px!important}.radio-card-name{font-size:14px!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}}.station-program{grid-template-columns:auto minmax(0,1fr)!important}.program-mini-play{display:none!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)}.seo-copy{border:0!important;border-top:0!important;border-bottom:0!important;padding:28px 0!important;margin-top:0!important}.seo-copy h2{margin:0 0 12px!important;font-size:20px!important;line-height:1.25!important;font-weight:680!important;letter-spacing:-.02em!important}.seo-copy p{margin:0!important;font-size:16px!important;line-height:1.75!important;color:var(--muted)!important}@media(max-width:760px){.seo-copy{padding:24px 0!important}.seo-copy h2{font-size:18px!important;margin-bottom:10px!important}.seo-copy p{font-size:15px!important;line-height:1.68!important}}.site-footer{margin-top:28px!important;padding:0 0 4px!important;display:grid!important;gap:28px!important}.site-footer>.app-download,.site-footer>.country-sites,.site-footer>.seo-copy,.site-footer>.footer-bottom{margin-top:0!important;margin-bottom:0!important}.site-footer>.country-sites{padding:0!important}.site-footer>.seo-copy{width:100%!important;max-width:none!important;padding:0!important;border:0!important}.site-footer>.seo-copy h2{margin:0 0 12px!important}.site-footer>.footer-bottom{padding-top:20px!important}@media(max-width:760px){.site-footer{margin-top:22px!important;gap:22px!important}.site-footer>.footer-bottom{padding-top:18px!important}}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}.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}}.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: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}.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}}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}.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}.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}}
