: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;--sidebar:286px;--header:68px;--station-col:238px;--hour-width:64px;--timeline-width:1536px;color-scheme:light}html[data-theme="dark"]{--bg:#050608;--surface:#0C0E12;--surface-2:#12151B;--surface-3:#191D25;--text:#F4F3F0;--muted:#B9BBC1;--faint:#898E98;--line:#353535;--brand:#D06A50;--brand-soft:#39231E;--live:#FF8A5B;--live-soft:#3A241D;--blue:#84A8F0;--green:#6CCF9B;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;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}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}svg{display:block}.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}.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;border-right:1px solid var(--line);background:#F9F9F9;scrollbar-width:thin;scrollbar-color:var(--line) transparent}html[data-theme="dark"] .sidebar{background:#171717;border-color:#343434}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}.brand{display:flex;align-items:center;gap:12px;padding:8px 10px 18px}.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"] .brand-mark{background:#FFF;color:#0D0D0D}.brand-copy b{display:block;font-size:20px;line-height:1.05;letter-spacing:-.03em}.brand-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.nav-block{margin-bottom:23px}.nav-personal{display:grid;gap:4px}.nav-label{margin:0 0 7px 12px;padding:14px 0 8px;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#000;font-weight:760}html[data-theme="dark"] .nav-label{color:#FFF}.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-2);color:var(--text)}.nav-item.active{background:#0D0D0D;color:#FFF;font-weight:680}html[data-theme="dark"] .nav-item.active{background:#FFF;color:#0D0D0D}.nav-item.active .nav-text,.nav-item.active .nav-icon,.nav-item.active .nav-count{color:inherit;opacity:1}.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-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-2);color:var(--text)}.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);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%;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}.content{min-width:0;padding:22px clamp(14px,1.6vw,28px) 34px}.breadcrumbs{display:flex;align-items:center;gap:7px;margin:0 0 14px;color:var(--muted);font-size:13px}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs svg{width:13px;height:13px}.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.intro h1{margin:0;font-size:clamp(29px,3vw,48px);line-height:1;letter-spacing:-.05em;font-weight:760}.intro p{margin:9px 0 0;max-width:760px;color:var(--muted);font-size:15px;line-height:1.55}.intro-stat{flex:0 0 auto;display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.intro-stat-icon{width:38px;height:38px;border-radius:12px;background:var(--surface-2);display:grid;place-items:center}.intro-stat strong{display:block;font-size:18px;line-height:1;font-variant-numeric:tabular-nums}.intro-stat span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.guide-panel{border:1px solid var(--line);border-radius:22px;background:var(--surface);overflow:hidden;box-shadow:0 10px 28px color-mix(in srgb,var(--text) 4%,transparent)}.guide-toolbar{padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);background:var(--surface)}.week-tabs{display:grid;grid-template-columns:repeat(7,minmax(92px,1fr));gap:7px;min-width:0}.day-tab{min-width:0;height:54px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text);padding:7px 8px;cursor:pointer;text-align:left;transition:background .14s,border-color .14s,transform .14s}.day-tab:hover{background:var(--surface-2);transform:translateY(-1px)}.day-tab.active{background:#0D0D0D;border-color:#0D0D0D;color:#FFF}.day-tab.today:not(.active){border-color:color-mix(in srgb,var(--brand) 48%,var(--line))}.day-tab b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.day-tab span{display:block;margin-top:3px;font-size:11px;opacity:.68;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-theme="dark"] .day-tab.active{background:#FFF;border-color:#FFF;color:#0D0D0D}.toolbar-actions{display:flex;align-items:center;gap:7px}.toolbar-btn{height:40px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:680;white-space:nowrap}.toolbar-btn:hover{background:var(--surface-2)}.toolbar-btn.primary{background:var(--brand);border-color:var(--brand);color:#FFF}.toolbar-btn svg{width:17px;height:17px}.filterbar{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 40%,var(--surface))}.filter-controls{display:flex;align-items:center;gap:8px;flex:1 1 auto;flex-wrap:wrap}.grid-search-wrap{position:relative;flex:1 1 300px;min-width:260px}.grid-search-input{width:100%;height:38px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);padding:0 38px 0 37px;outline:none;font-size:13px;transition:border-color .15s,box-shadow .15s,background .15s}.grid-search-input:focus{border-color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 8%,transparent)}.grid-search-icon{position:absolute;left:12px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:var(--muted);pointer-events:none}.grid-search-clear{position:absolute;right:5px;top:50%;width:28px;height:28px;transform:translateY(-50%);border:0;border-radius:8px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer;font-size:18px;line-height:1}.grid-search-clear:hover{background:var(--surface-2);color:var(--text)}.grid-search-clear[hidden]{display:none}.select-wrap{position:relative}.filter-select{height:38px;min-width:150px;appearance:none;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);padding:0 34px 0 11px;outline:none;cursor:pointer;font-size:13px}.select-wrap svg{position:absolute;right:11px;top:50%;transform:translateY(-50%);width:14px;height:14px;pointer-events:none;color:var(--muted)}.toggle-filter{height:38px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);padding:0 11px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px}.toggle-filter[aria-pressed="true"]{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));color:var(--brand)}.toggle-filter svg{width:16px;height:16px}.toggle-filter[aria-pressed="true"] svg{fill:currentColor}.result-summary{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;white-space:nowrap}.result-summary strong{color:var(--text);font-variant-numeric:tabular-nums}.live-legend{display:inline-flex;align-items:center;gap:6px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 15%,transparent)}.schedule-viewport{position:relative;max-height:calc(100vh - 302px);min-height:470px;overflow:auto;overscroll-behavior:contain;background:var(--surface);scrollbar-color:var(--faint) var(--surface-2)}.schedule-table{width:calc(var(--station-col) + var(--timeline-width));min-width:100%;background:var(--surface)}.schedule-head,.schedule-row{display:grid;grid-template-columns:var(--station-col) var(--timeline-width)}.schedule-head{position:sticky;top:0;z-index:30;height:48px;border-bottom:1px solid var(--line);background:var(--surface)}.station-head{position:sticky;left:0;z-index:33;display:flex;align-items:center;padding:0 14px;background:var(--surface);border-right:1px solid var(--line);box-shadow:8px 0 18px -17px rgba(0,0,0,.6);font-size:12px;font-weight:760;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.hour-head{display:grid;grid-template-columns:repeat(24,var(--hour-width));background:var(--surface)}.hour-cell{height:48px;padding:15px 0 0 8px;border-left:1px solid var(--line);font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.hour-cell:first-child{border-left:0}.schedule-body{position:relative}.schedule-row{min-height:86px;border-bottom:1px solid var(--line)}.schedule-row:last-child{border-bottom:0}.schedule-row:hover .station-cell,.schedule-row:hover .timeline{background-color:color-mix(in srgb,var(--surface-2) 48%,var(--surface))}.station-cell{position:sticky;left:0;z-index:15;display:grid;grid-template-columns:46px minmax(0,1fr) 34px;gap:10px;align-items:center;padding:10px 12px;background:var(--surface);border-right:1px solid var(--line);box-shadow:8px 0 18px -17px rgba(0,0,0,.6);transition:background .12s}.station-logo{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;color:#FFF;font-size:11px;font-weight:850;letter-spacing:-.03em;overflow:hidden}.station-copy{min-width:0}.station-copy b{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-copy span{display:block;margin-top:3px;font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-play{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;transition:background .14s,color .14s,transform .14s}.station-play:hover,.station-play[aria-pressed="true"]{background:#0D0D0D;border-color:#0D0D0D;color:#FFF;transform:scale(1.04)}html[data-theme="dark"] .station-play:hover,html[data-theme="dark"] .station-play[aria-pressed="true"]{background:#FFF;border-color:#FFF;color:#0D0D0D}.station-play svg{width:13px;height:13px;margin-left:2px}.station-play[aria-pressed="true"] svg{margin-left:0}.timeline{position:relative;height:86px;background-color:var(--surface);background-image:linear-gradient(to right,var(--line) 1px,transparent 1px),linear-gradient(to right,color-mix(in srgb,var(--line) 52%,transparent) 1px,transparent 1px);background-size:var(--hour-width) 100%,calc(var(--hour-width) / 2) 100%;transition:background-color .12s}.program-block{position:absolute;top:13px;height:60px;min-width:30px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);padding:8px 9px;overflow:hidden;cursor:pointer;text-align:left;color:var(--text);transition:transform .13s,box-shadow .13s,border-color .13s;z-index:3}.program-block:hover{z-index:6;transform:translateY(-2px);border-color:var(--faint);box-shadow:0 8px 18px rgba(0,0,0,.10)}.program-block.live{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 45%,var(--line));box-shadow:none}.program-block b{display:block;font-size:12px;line-height:1.22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.program-block span{display:block;margin-top:4px;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.program-block.live span{color:var(--brand);font-weight:720}.program-block.compact span{display:none}.program-block.tiny{padding:8px 5px}.program-block.tiny b{font-size:10px}.now-line{position:absolute;top:0;bottom:0;width:2px;background:var(--brand);z-index:11;pointer-events:none;box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 15%,transparent)}.now-line::before{content:"";position:absolute;top:0;left:50%;width:9px;height:9px;border-radius:50%;background:var(--brand);transform:translate(-50%,-3px)}.schedule-empty{display:none;padding:70px 20px;text-align:center;color:var(--muted)}.schedule-empty.visible{display:block}.schedule-empty strong{display:block;margin-bottom:6px;color:var(--text);font-size:17px}.guide-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border-top:1px solid var(--line);background:var(--surface)}.pagination-copy{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.pagination{display:flex;align-items:center;gap:6px}.page-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;font-size:12px;font-weight:700}.page-btn:hover:not(:disabled){background:var(--surface-2)}.page-btn.active{background:#0D0D0D;border-color:#0D0D0D;color:#FFF}.page-btn:disabled{opacity:.35;cursor:not-allowed}.page-ellipsis{width:24px;text-align:center;color:var(--muted)}html[data-theme="dark"] .page-btn.active{background:#FFF;border-color:#FFF;color:#0D0D0D}.seo-section{margin-top:24px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:34px}.seo-section h2{margin:0 0 8px;font-size:20px;letter-spacing:-.025em}.seo-section p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.seo-links{display:flex;flex-wrap:wrap;gap:8px;align-content:start}.seo-link{padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:12px;color:var(--muted)}.seo-link:hover{color:var(--text);background:var(--surface-2)}.site-footer{padding:25px 0 4px}.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)}.footer-links a:hover{color:var(--text)}.mini-player{position:fixed;left:calc(var(--sidebar) + 24px);right:24px;bottom:18px;z-index:80;display:none;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(16px);box-shadow:0 16px 42px rgba(0,0,0,.18)}.mini-player.visible{display:grid}.mini-logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#FFF;font-size:10px;font-weight:850}.mini-copy{min-width:0}.mini-copy b,.mini-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-copy b{font-size:13px}.mini-copy span{margin-top:3px;color:var(--muted);font-size:11px}.mini-actions{display:flex;align-items:center;gap:7px}.mini-button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer}.mini-button.primary{background:#0D0D0D;border-color:#0D0D0D;color:#FFF}html[data-theme="dark"] .mini-button.primary{background:#FFF;border-color:#FFF;color:#0D0D0D}.program-dialog{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px}.program-dialog[hidden]{display:none}.dialog-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(5px)}.dialog-card{position:relative;width:min(100%,490px);padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 24px 70px rgba(0,0,0,.25)}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dialog-kicker{font-size:11px;font-weight:780;letter-spacing:.1em;text-transform:uppercase;color:var(--brand)}.dialog-card h2{margin:5px 0 0;font-size:24px;letter-spacing:-.035em}.dialog-close{width:36px;height:36px;border:0;border-radius:10px;background:var(--surface-2);color:var(--text);cursor:pointer;font-size:22px}.dialog-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:17px 0}.dialog-meta div{padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.dialog-meta span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em}.dialog-meta b{display:block;margin-top:4px;font-size:13px}.dialog-description{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.dialog-action{height:44px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);cursor:pointer;font-weight:700}.dialog-action.primary{background:var(--brand);border-color:var(--brand);color:#FFF}@media(max-width:1180px){:root{--station-col:215px}.guide-toolbar{grid-template-columns:1fr}.toolbar-actions{justify-content:flex-end}.week-tabs{overflow:auto;scrollbar-width:none}.week-tabs::-webkit-scrollbar{display:none}.day-tab{min-width:102px}.filterbar{align-items:flex-start}.result-summary{padding-top:10px}}@media(max-width:980px){.page{grid-template-columns:1fr}.mobile-menu{display:grid}.sidebar{position:fixed;z-index:70;left:0;top:var(--header);bottom:0;width:min(86vw,300px);height:auto;padding:16px 13px 36px;transform:translateX(-103%);transition:transform .2s ease}.sidebar.open{transform:translateX(0)}.drawer-backdrop.visible{display:block}.mini-player{left:16px;right:16px}.schedule-viewport{max-height:calc(100vh - 335px)}}@media(max-width:760px){:root{--header:62px;--station-col:176px;--hour-width:62px;--timeline-width:1488px}.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}.content{padding:14px 13px 26px}.breadcrumbs{margin-bottom:10px}.intro{display:block}.intro h1{font-size:31px}.intro p{font-size:14px}.intro-stat{display:none}.guide-panel{border-radius:17px}.guide-toolbar{padding:11px}.week-tabs{margin-right:-11px;padding-right:11px}.day-tab{min-width:88px;height:50px}.toolbar-actions{justify-content:stretch}.toolbar-btn{flex:1;justify-content:center;padding:0 8px}.filterbar{display:block;padding:10px 11px}.filter-controls{display:grid;grid-template-columns:1fr 1fr}.grid-search-wrap{grid-column:1/-1;width:100%;min-width:0}.select-wrap,.filter-select{width:100%;min-width:0}.toggle-filter{justify-content:center}.result-summary{padding:10px 1px 0;justify-content:space-between}.live-legend{display:none}.schedule-viewport{max-height:62vh;min-height:410px}.station-head{padding:0 10px}.station-cell{grid-template-columns:39px minmax(0,1fr) 30px;gap:7px;padding:8px}.station-logo{width:39px;height:39px;border-radius:11px;font-size:9px}.station-copy b{font-size:12px}.station-copy span{font-size:10px}.station-play{width:30px;height:30px}.schedule-row,.timeline{min-height:76px;height:76px}.program-block{top:10px;height:56px}.guide-footer{display:block}.pagination-copy{margin-bottom:10px}.pagination{justify-content:center}.seo-section{grid-template-columns:1fr;gap:18px}.footer-bottom{display:block}.footer-links{margin-top:12px;justify-content:flex-start}.mini-player{bottom:10px}.dialog-meta{grid-template-columns:1fr}.dialog-actions{grid-template-columns:1fr}}@media(max-width:430px){.filter-controls{grid-template-columns:1fr}.grid-search-wrap{grid-column:auto}.toolbar-btn span{display:none}.result-summary{font-size:12px}.page-btn{min-width:33px;height:34px;padding:0 8px}.pagination{gap:4px}}.bookmark-button{touch-action:manipulation;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}.bookmark-modal{position:fixed;inset:0;z-index:140;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(--live-soft);color:var(--live);border:1px solid color-mix(in srgb,var(--live) 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)}.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(--live);border-color:var(--live);color:#FFF}.bookmark-action.primary:hover{filter:brightness(.94)}body.bookmark-dialog-open{overflow:hidden}.live-dot{background:var(--live);box-shadow:0 0 0 4px color-mix(in srgb,var(--live) 15%,transparent)}.toolbar-btn.primary{background:var(--live);border-color:var(--live);color:#FFF}.toolbar-btn.primary:hover{background:color-mix(in srgb,var(--live) 86%,#000)}.program-block.live{background:var(--live-soft);border-color:color-mix(in srgb,var(--live) 45%,var(--line));box-shadow:none}.program-block.live span{color:var(--live)}.now-line{background:var(--live);box-shadow:0 0 0 1px color-mix(in srgb,var(--live) 18%,transparent)}.now-line::before{background:var(--live)}.station-play:hover,.station-play[aria-pressed="true"]{background:var(--live);border-color:var(--live);color:#FFF}html[data-theme="dark"] .station-play:hover,html[data-theme="dark"] .station-play[aria-pressed="true"]{background:var(--live);border-color:var(--live);color:#FFF}.mini-button.primary{background:var(--live);border-color:var(--live);color:#FFF}html[data-theme="dark"] .mini-button.primary{background:var(--live);border-color:var(--live);color:#FFF}.dialog-kicker{color:var(--live)}.dialog-action.primary{background:var(--live);border-color:var(--live);color:#FFF}@media(max-width:760px){.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%}}.sidebar-now-playing{margin:2px 0 7px;min-width:0}.sidebar-now-playing[hidden]{display:none!important}.sidebar-now-card{width:100%;min-width:0;min-height:62px;padding:8px;border:1px solid color-mix(in srgb,var(--live,#F37022) 32%,var(--line));border-radius:15px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--live,#F37022) 5%,var(--surface)));color:var(--text);display:grid;grid-template-columns:42px minmax(0,1fr) 27px;gap:10px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 7px 18px color-mix(in srgb,var(--text) 5%,transparent);transition:transform .15s,border-color .15s,background .15s}.sidebar-now-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--live,#F37022) 58%,var(--line));background:color-mix(in srgb,var(--live,#F37022) 8%,var(--surface))}.sidebar-now-card:focus-visible{outline:2px solid var(--live,#F37022);outline-offset:2px}.sidebar-now-logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;overflow:hidden;color:#fff;font-size:11px;font-weight:820;letter-spacing:-.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.sidebar-now-copy{min-width:0;display:block}.sidebar-now-copy b{display:block;margin-top:2px;font-size:14px;line-height:1.18;font-weight:730;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-now-state{display:flex;align-items:center;gap:6px;color:var(--live,#F37022);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:790;white-space:nowrap}.sidebar-now-dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,var(--live,#F37022) 13%,transparent)}.sidebar-playing-bars{height:25px;display:flex;align-items:center;justify-content:center;gap:2px;color:var(--live,#F37022)}.sidebar-playing-bars i{display:block;width:3px;height:6px;border-radius:99px;background:currentColor;transform-origin:center;animation:none}.sidebar-now-card.is-playing .sidebar-playing-bars i{animation:sidebarSoundBars .82s ease-in-out infinite alternate}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(2){animation-delay:-.58s}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(3){animation-delay:-.31s}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(4){animation-delay:-.69s}.sidebar-now-card:not(.is-playing) .sidebar-now-dot{box-shadow:none;opacity:.58}.sidebar-now-card:not(.is-playing) .sidebar-playing-bars{opacity:.45}@keyframes sidebarSoundBars{0%{height:5px}35%{height:11px}70%{height:21px}100%{height:8px}}@media (prefers-reduced-motion:reduce){.sidebar-now-card.is-playing .sidebar-playing-bars i{animation:none}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(1){height:10px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(2){height:19px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(3){height:14px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(4){height:8px}}html[data-theme="dark"] .sidebar-now-card{box-shadow:none;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--live,#F37022) 8%,var(--surface)))}.schedule-station{min-width:0;display:flex;align-items:center;height:100%}.schedule-station h3{margin:0}.station-schedule-head{align-items:center}.station-schedule-head p{display:none!important}.nav-item[href]{text-decoration:none;color:inherit}.radio-card[data-radio-link],.station-schedule-head[data-radio-link],.related-radio-card a,.station-cell,.music-timeline-meta[data-radio-link]{cursor:pointer}.music-timeline-meta[data-radio-link]{position:relative;z-index:8;width:max-content;max-width:100%}.sidebar .subnav a.active{background:#0D0D0D!important;color:#FFF!important;font-weight:700!important}html[data-theme="dark"] .sidebar .subnav a.active{background:#FFF!important;color:#0D0D0D!important}.sidebar .nav-toggle.filter-parent-active{background:var(--surface-2)!important;color:var(--text)!important}.filter-page-empty{padding:30px 0;color:var(--muted);font-size:15px}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;min-width:320px}body{min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a,button,[role="button"]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}[hidden]{display:none!important}.search-wrap,.topbar-inner>*{min-width:0!important}input[type="search"]{-webkit-appearance:none;appearance:none}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}@media(max-width:980px){.topbar-inner{grid-template-columns:auto minmax(0,1fr) auto!important;gap:9px!important}#menuButton,.mobile-menu{display:grid!important;grid-column:1!important;grid-row:1!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;place-items:center!important}.search-wrap{grid-column:2!important;grid-row:1!important}.header-actions{grid-column:3!important;grid-row:1!important;min-width:0!important;justify-content:flex-end!important}.bookmark-header-label{display:none!important}}@media(max-width:760px){input,select,textarea{font-size:16px!important}.header-autocomplete{max-height:calc(100vh - 82px)!important;max-height:calc(100dvh - 82px)!important}.header-autocomplete-list{max-height:calc(100vh - 145px)!important;max-height:calc(100dvh - 145px)!important}}@supports(padding:max(0px)){@media(max-width:980px){.topbar-inner{padding-left:max(13px,env(safe-area-inset-left))!important;padding-right:max(13px,env(safe-area-inset-right))!important}.sidebar{padding-bottom:calc(36px + env(safe-area-inset-bottom))!important}}@media(max-width:760px){.header-autocomplete{left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;padding-bottom:calc(7px + env(safe-area-inset-bottom))!important}}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(forced-colors:active){button,a,input,select,textarea{forced-color-adjust:auto}:focus-visible{outline:2px solid CanvasText!important;outline-offset:2px!important}}.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}}.filterbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:12px!important;padding:13px 14px!important}.result-summary{order:1;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:0!important;color:var(--muted)!important;font-size:16px!important;line-height:1.25!important;white-space:nowrap!important}.result-summary strong{color:var(--text)!important;font-size:17px!important;font-weight:800!important}.live-legend{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--muted)!important}.live-dot{width:9px!important;height:9px!important;flex:0 0 auto!important;background:var(--live)!important;box-shadow:0 0 0 5px color-mix(in srgb,var(--live) 15%,transparent)!important}.filter-controls{order:2;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 2px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch}.filter-controls::-webkit-scrollbar{display:none!important}.grid-search-wrap{flex:1 1 320px!important;min-width:240px!important;width:auto!important;grid-column:auto!important}.select-wrap{flex:0 0 auto!important;width:auto!important}.filter-select{width:auto!important;min-width:160px!important}.toggle-filter{flex:0 0 auto!important;white-space:nowrap!important}@media(max-width:760px){.filterbar{display:flex!important;padding:11px!important;gap:11px!important}.result-summary{font-size:14px!important;gap:10px!important;justify-content:flex-start!important}.result-summary strong{font-size:15px!important}.live-legend{display:inline-flex!important}.live-dot{width:8px!important;height:8px!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--live) 15%,transparent)!important}.filter-controls{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important}.grid-search-wrap{min-width:220px!important;width:auto!important;grid-column:auto!important}.select-wrap{width:auto!important}.filter-select{width:auto!important;min-width:150px!important}.toggle-filter{width:auto!important;justify-content:center!important}}@media(max-width:430px){.filter-controls{display:flex!important;grid-template-columns:none!important}.result-summary{font-size:13px!important;gap:9px!important}.result-summary strong{font-size: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}}.intro.intro-without-stat{display:block!important;margin-bottom:18px!important}.intro.intro-without-stat>div{width:100%!important}.station-cell{grid-template-columns:46px minmax(0,1fr)!important}.station-play{display:none!important}@media (max-width:760px){.station-cell{grid-template-columns:42px minmax(0,1fr)!important}}.filterbar{display:block!important;padding:13px 14px!important}.filter-controls{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 2px!important;scrollbar-width:none!important}.filter-controls::-webkit-scrollbar{display:none!important}.program-block.live{border-width:1px!important;border-style:solid!important;border-color:color-mix(in srgb,var(--live) 45%,var(--line))!important;box-shadow:none!important}@media(max-width:760px){.filterbar{padding:11px!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}}.radio-card .favorite,.related-favorite{display:none!important}.app-promo-trigger{position:relative!important}.app-promo-trigger::after{content:'';position:absolute;top:8px;right:8px;width:6px;height:6px;border-radius:999px;background:#ea6c48;box-shadow:0 0 0 3px color-mix(in srgb,#ea6c48 18%,transparent)}.app-promo-backdrop{position:fixed;inset:0;z-index:140;background:rgba(6,10,16,.56);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-promo-modal{position:fixed;inset:0;z-index:141;display:grid;place-items:center;padding:20px;pointer-events:none}.app-promo-modal[hidden],.app-promo-backdrop[hidden]{display:none!important}.app-promo-modal.is-open,.app-promo-backdrop.is-open{pointer-events:auto}.app-promo-shell{position:relative;width:min(390px,100%)}.app-promo-close{position:absolute;top:-6px;right:-6px;width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(10,12,16,.84);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.24)}.app-promo-glow{position:absolute;inset:12% 16% 10%;border-radius:999px;background:radial-gradient(circle at 50% 40%,rgba(243,151,110,.28),rgba(243,151,110,0) 62%);filter:blur(18px)}.app-promo-card{position:relative;padding:26px 22px 18px;border-radius:28px;background:#f8f8f6;color:#141414;box-shadow:0 24px 54px rgba(0,0,0,.22)}.app-promo-icon-wrap{display:flex;justify-content:center;margin-top:-46px;margin-bottom:8px}.app-promo-icon{width:66px;height:66px;border-radius:22px;background:linear-gradient(135deg,#111,#303030);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800;letter-spacing:.06em;box-shadow:0 10px 24px rgba(0,0,0,.18),0 0 0 4px #f8f8f6}.app-promo-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:780;color:#7a7a74;text-align:center;margin-bottom:10px}.app-promo-card h3{margin:0;font-size:30px;line-height:1.06;letter-spacing:-.045em;text-align:center}.app-promo-card p{margin:14px 0 0;font-size:15px;line-height:1.55;color:#65655f;text-align:center}.app-promo-proof{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;margin-top:18px;padding:14px 15px;border-radius:18px;border:1px solid #e2e2db;background:#fff}.app-promo-proof-label{display:block;font-size:12px;color:#7a7a74}.app-promo-proof strong{font-size:18px;line-height:1.1;letter-spacing:-.03em;color:#141414}.app-promo-proof i{width:24px;height:24px;border-radius:999px;background:#12b85a;color:#fff;display:grid;place-items:center;font-style:normal;font-size:14px;font-weight:800}.app-promo-points{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}.app-promo-points span{padding:8px 11px;border-radius:999px;background:#efefec;border:1px solid #e2e2dc;font-size:12px;font-weight:650;color:#4d4d49}.app-promo-cta{display:flex;align-items:center;justify-content:center;width:100%;height:58px;margin-top:18px;border-radius:18px;background:#4462ff;color:#fff;text-decoration:none;font-size:20px;font-weight:780;letter-spacing:-.02em;box-shadow:0 14px 28px rgba(68,98,255,.22)}.app-promo-secondary{display:block;width:100%;margin-top:10px;border:0;background:transparent;color:#73736e;font-size:14px;font-weight:650;padding:10px 0;cursor:pointer}html.app-promo-open,html.app-promo-open body{overflow:hidden}@media(max-width:980px){.app-promo-trigger{display:none!important}}@media(max-width:760px){.app-promo-modal{padding:14px;align-items:center}.app-promo-shell{width:min(100%,380px)}.app-promo-close{top:6px;right:6px;width:38px;height:38px;background:rgba(10,12,16,.6)}.app-promo-card{padding:26px 18px 16px;border-radius:26px}.app-promo-icon-wrap{margin-top:-42px}.app-promo-icon{width:62px;height:62px;border-radius:20px;font-size:20px}.app-promo-card h3{font-size:27px}.app-promo-card p{font-size:14px;line-height:1.5}.app-promo-proof{grid-template-columns:1fr auto;gap:6px 10px}.app-promo-proof strong{grid-column:1 / 2;font-size:17px}.app-promo-proof i{grid-column:2;grid-row:1 / span 2;align-self:center}.app-promo-cta{height:56px;font-size:18px}}.app-promo-proof,.app-promo-points{display:none!important}.app-promo-benefits{display:grid;gap:0;margin-top:18px;border-top:1px solid #e4e4df;border-bottom:1px solid #e4e4df}.app-promo-benefits>div{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:center;min-height:48px;padding:0 2px;border-bottom:1px solid #e9e9e4}.app-promo-benefits>div:last-child{border-bottom:0}.app-promo-benefits span{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#161616;color:#fff;font-size:12px;font-weight:800}.app-promo-benefits strong{font-size:14px;line-height:1.25;font-weight:680;color:#292925}.app-promo-cta{margin-top:18px!important}.app-promo-stores{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#777770;font-size:12px;line-height:1.35;text-align:center}.app-promo-store-apple{width:18px;height:18px;border-radius:5px;background:#151515;color:#151515;display:inline-block;font-size:0;position:relative;flex:0 0 18px}.app-promo-store-apple::before{content:'A';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}@media(max-width:760px){.app-promo-benefits{margin-top:16px}.app-promo-benefits>div{min-height:46px}.app-promo-benefits strong{font-size:13.5px}.app-promo-stores{font-size:11.5px}}.app-promo-benefits,.app-promo-stores,.app-promo-proof,.app-promo-points{display:none!important}.app-promo-rating{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:18px;padding:14px 15px;border:1px solid #e1e1dc;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(20,20,18,.05)}.app-promo-googleplay-logo{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#f4f5f2;border:1px solid #e7e8e3}.app-promo-googleplay-logo svg{width:27px;height:27px;display:block}.app-promo-rating-copy{min-width:0}.app-promo-rating-copy>span{display:block;font-size:11px;line-height:1.1;color:#7b7b75;font-weight:700;letter-spacing:.02em}.app-promo-rating-copy>div{display:flex;align-items:center;gap:8px;margin-top:3px}.app-promo-rating-copy strong{font-size:19px;line-height:1;color:#171714;letter-spacing:-.03em}.app-promo-stars{font-size:12px;line-height:1;color:#f5a623;letter-spacing:1px;white-space:nowrap}.app-promo-rating-copy small{display:block;margin-top:4px;font-size:11px;line-height:1;color:#8a8a84}.app-promo-downloads{padding-left:13px;border-left:1px solid #e6e6e1;text-align:right}.app-promo-downloads strong{display:block;font-size:17px;line-height:1;color:#171714;letter-spacing:-.025em}.app-promo-downloads span{display:block;margin-top:5px;font-size:9px;line-height:1.1;color:#85857f;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.app-promo-features{display:grid;grid-template-columns:1fr;gap:9px;margin-top:12px}.app-promo-feature{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:60px;padding:9px 12px;border:1px solid #e5e5df;border-radius:18px;background:linear-gradient(180deg,#fafaf8,#f5f5f2)}.app-promo-feature-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center}.app-promo-feature-icon svg{width:21px;height:21px;display:block}.app-promo-feature>div{min-width:0}.app-promo-feature strong{display:block;font-size:14px;line-height:1.2;color:#252521;font-weight:740;letter-spacing:-.01em}.app-promo-feature>div>span{display:block;margin-top:4px;font-size:11.5px;line-height:1.35;color:#777771}.app-promo-feature-play .app-promo-feature-icon{background:#ffe8df;color:#e86f48;border:1px solid #ffd3c2}.app-promo-feature-background .app-promo-feature-icon{background:#e6efff;color:#4f75d9;border:1px solid #ccdcff}.app-promo-feature-favorites .app-promo-feature-icon{background:#efe7ff;color:#8057d5;border:1px solid #ddd0ff}.app-promo-cta{margin-top:16px!important}@media(max-width:760px){.app-promo-card{padding-bottom:14px!important}.app-promo-rating{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:12px 13px;border-radius:18px}.app-promo-googleplay-logo{width:42px;height:42px;border-radius:13px}.app-promo-googleplay-logo svg{width:25px;height:25px}.app-promo-rating-copy strong{font-size:18px}.app-promo-stars{font-size:11px;letter-spacing:.7px}.app-promo-downloads{padding-left:10px}.app-promo-downloads strong{font-size:16px}.app-promo-downloads span{font-size:8px}.app-promo-features{gap:8px;margin-top:10px}.app-promo-feature{grid-template-columns:39px minmax(0,1fr);gap:10px;min-height:56px;padding:8px 10px;border-radius:16px}.app-promo-feature-icon{width:39px;height:39px;border-radius:13px}.app-promo-feature strong{font-size:13.5px}.app-promo-feature>div>span{font-size:11px;margin-top:3px}}.search-wrap{position:relative!important;z-index:75!important}.search-cancel-button{display:none}.search-wrap .search-clear{position:absolute!important;z-index:4!important;right:9px!important;top:50%!important;width:25px!important;height:25px!important;transform:translateY(-50%)!important;place-items:center!important;padding:0!important;border:0!important;border-radius:999px!important;background:color-mix(in srgb,var(--muted) 16%,transparent)!important;color:var(--muted)!important;box-shadow:none!important;cursor:pointer!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .14s ease,background .14s ease,color .14s ease!important;-webkit-tap-highlight-color:transparent!important}.search-wrap .search-clear svg{display:block;width:13px;height:13px}.search-wrap.has-search-value .search-clear{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.search-wrap.has-search-value .search-key{display:none!important}.search-wrap.has-search-value .search{padding-right:45px!important}.search-wrap .search-clear:hover,.search-wrap .search-clear:focus-visible{background:color-mix(in srgb,var(--muted) 24%,transparent)!important;color:var(--text)!important;outline:none!important}.search-wrap .search-clear:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--text) 16%,transparent)!important}.search::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.header-autocomplete{position:absolute;left:0;right:0;top:calc(100% + 9px);z-index:160;padding:8px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 97%,var(--bg));box-shadow:0 22px 54px rgba(0,0,0,.16);overflow:hidden}.header-autocomplete[hidden]{display:none!important}.header-autocomplete-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px 9px;color:var(--muted);font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.header-autocomplete-head kbd{height:22px;padding:0 7px;border:1px solid var(--line);border-radius:7px;background:var(--bg);display:inline-flex;align-items:center;font:inherit;font-size:10px;color:var(--faint);letter-spacing:0;text-transform:none}.header-autocomplete-list{display:grid;gap:3px;max-height:min(58vh,480px);overflow:auto;scrollbar-width:thin}.header-autocomplete-item{width:100%;min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px;border:0;border-radius:13px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer;text-decoration:none}.header-autocomplete-item:hover,.header-autocomplete-item.is-active{background:var(--surface-2)}.header-autocomplete-thumb{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);background:var(--bg);color:#fff;font-size:12px;font-weight:820;letter-spacing:-.02em}.header-autocomplete-thumb.radio{background:linear-gradient(135deg,#111,#383838)}.header-autocomplete-thumb.podcast{background:linear-gradient(135deg,#ff9d50,#77336f)}.header-autocomplete-thumb.episode{background:linear-gradient(135deg,#425466,#161b22)}.header-autocomplete-thumb.programme{background:linear-gradient(135deg,#1f8e57,#163b2c)}.header-autocomplete-thumb.category{background:linear-gradient(135deg,#5469d4,#322f78)}.header-autocomplete-copy{min-width:0}.header-autocomplete-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.25;font-weight:720}.header-autocomplete-copy span{display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px;line-height:1.25}.header-autocomplete-type{padding:6px 8px;border:1px solid var(--line);border-radius:999px;background:var(--bg);color:var(--muted);font-size:10px;font-weight:750;white-space:nowrap}.header-autocomplete-empty{min-height:124px;padding:30px 18px;display:grid;place-content:center;text-align:center;color:var(--muted);font-size:13px;line-height:1.45}.header-autocomplete-empty strong{display:block;color:var(--text);font-size:15px;margin-bottom:5px}.header-autocomplete-empty span{display:block;max-width:34ch;font-weight:500}html[data-theme="dark"] .header-autocomplete{box-shadow:0 24px 60px rgba(0,0,0,.42)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility}body{font-size:16px!important;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sidebar .brand-copy span{font-size:14px!important;line-height:1.3!important}.sidebar .nav-label{font-size:13px!important;line-height:1.1!important}.sidebar .nav-item,.sidebar .nav-toggle{font-size:15px!important;line-height:1.3!important;min-height:42px!important}.sidebar .subnav a{font-size:14px!important;line-height:1.45!important}.sidebar .nav-count{font-size:13px!important}.search{font-size:15px!important;line-height:1.2!important}.search-key{font-size:12px!important}.bookmark-header-label{font-size:14px!important}.content-crumbs{font-size:15px!important;line-height:1.4!important}.page-lead,.page-title-block p,.podcast-page-head p,.personal-library-head p{font-size:16px!important;line-height:1.6!important}.section-title{font-size:20px!important;line-height:1.2!important}.section-kicker,.section-link{font-size:14px!important;line-height:1.35!important}.radio-card-name{font-size:16px!important;line-height:1.3!important}.radio-card-category{font-size:14px!important;line-height:1.35!important}.collection-item-meta{font-size:13px!important;line-height:1.35!important}.podcast-row-kicker{font-size:13px!important;line-height:1.35!important}.podcast-row h2,.podcast-row h2 a{font-size:20px!important;line-height:1.25!important}.podcast-host,.podcast-categories-line{font-size:14px!important;line-height:1.45!important}.podcast-latest small{font-size:12px!important;line-height:1.3!important}.podcast-latest strong{font-size:15px!important;line-height:1.45!important;font-weight:400!important}.podcast-row-meta{font-size:13px!important;line-height:1.35!important}.podcast-chip,.podcast-result-count,.podcast-pagination-status,.podcast-pagination-button{font-size:14px!important}.podcast-search input{font-size:15px!important}.player-status,.history-copy span,.history-time,.schedule-time,.schedule-copy span,.schedule-program-copy span,.station-schedule-head p,.schedule-status,.info-label,.social,.music-count,.recent-copy span,.recent-time{font-size:14px!important;line-height:1.45!important}.history-copy b,.schedule-copy b,.schedule-program-copy b,.station-schedule-head h3{font-size:15px!important;line-height:1.35!important}.schedule-more,.page-btn,.chip,.quick-filters button,.toggle-filter,.select-wrap select{font-size:14px!important}.library-panel-title h2{font-size:21px!important}.library-panel-count{font-size:13px!important}.library-search input{font-size:15px!important}.library-copy strong,.library-copy h3{font-size:16px!important;line-height:1.3!important}.library-copy p{font-size:13px!important;line-height:1.45!important}.library-status{font-size:12px!important}.library-note,.personal-library-summary{font-size:14px!important;line-height:1.5!important}.episode-detail-meta,.episode-player-copy span,.episode-podcast-mini span,.episode-neighbour small,.transcript-current small{font-size:12px!important;line-height:1.4!important}.episode-detail-actions a,.episode-detail-actions button,.episode-side-link,.episode-transcript button{font-size:14px!important}.episode-chapter time{font-size:13px!important}.episode-chapter b,.episode-podcast-mini b,.episode-neighbour b{font-size:14px!important;line-height:1.4!important}.episode-control-text{font-size:13px!important}.episode-progress-wrap{font-size:12px!important}.site-footer,.footer-links,.footer-copy,.country-sites-head p,.country-site-copy small{font-size:14px!important;line-height:1.5!important}.seo-copy p{font-size:17px!important;line-height:1.7!important}.seo-copy h2{font-size:22px!important;line-height:1.25!important}.related-copy strong,.related-grid b{font-size:12px!important;line-height:1.25!important}.related-copy span,.related-grid small{font-size:10px!important;line-height:1.3!important}@media(max-width:980px){.search{font-size:16px!important}.content-crumbs{font-size:14px!important}.page-lead,.page-title-block p,.podcast-page-head p,.personal-library-head p{font-size:15px!important;line-height:1.58!important}}@media(max-width:760px){body{font-size:16px!important}.sidebar .nav-item,.sidebar .nav-toggle{font-size:15px!important;min-height:44px!important}.sidebar .subnav a{font-size:14px!important}.content-crumbs{font-size:14px!important}.section-title{font-size:19px!important}.section-kicker,.section-link{font-size:13px!important}.radio-card-name{font-size:14px!important;line-height:1.25!important}.radio-card-category{font-size:12px!important;line-height:1.3!important}.podcast-row h2,.podcast-row h2 a{font-size:18px!important;line-height:1.25!important}.podcast-row-kicker{font-size:12px!important}.podcast-host,.podcast-categories-line{font-size:13px!important}.podcast-latest small{font-size:11px!important}.podcast-latest strong{font-size:14px!important;line-height:1.4!important}.podcast-row-meta{font-size:12px!important}.history-copy b,.schedule-copy b,.schedule-program-copy b,.station-schedule-head h3{font-size:14px!important}.player-status,.history-copy span,.history-time,.schedule-time,.schedule-copy span,.schedule-program-copy span,.station-schedule-head p{font-size:13px!important}.library-panel-title h2{font-size:19px!important}.library-copy strong,.library-copy h3{font-size:15px!important}.library-copy p{font-size:12px!important}.library-search input{font-size:16px!important}.episode-control-text{font-size:12px!important}.episode-progress-wrap{font-size:11px!important}.episode-detail-actions a,.episode-detail-actions button,.episode-side-link,.episode-transcript button{font-size:13px!important}.seo-copy p{font-size:16px!important;line-height:1.68!important}.seo-copy h2{font-size:21px!important}.footer-links,.footer-copy{font-size:13px!important}}.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}}.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}}.content-crumbs-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 16px!important}.content-crumbs-bar .content-crumbs{margin:0!important;min-width:0!important;flex:1 1 auto!important}.crumb-app-link{flex:0 0 auto;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px;line-height:1;font-weight:650;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.04)}.crumb-app-link:hover{transform:translateY(-1px);border-color:var(--brand);color:var(--text)}.crumb-app-link svg{width:16px;height:16px;flex:0 0 16px}html[data-theme="dark"] .crumb-app-link{box-shadow:0 12px 28px rgba(0,0,0,.16)}@media (max-width:900px){.content-crumbs-bar{gap:10px!important}.crumb-app-link{padding:0 10px;font-size:12px}}@media (max-width:640px){.content-crumbs-bar{align-items:flex-start!important;flex-wrap:wrap!important;margin-bottom:12px!important}.crumb-app-link{min-height:34px;padding:0 10px;font-size:12px}}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}#nowButton.toolbar-btn.primary{background:#D85A32!important;border-color:#D85A32!important;color:#FFFFFF!important;font-weight:720!important;text-shadow:none!important}#nowButton.toolbar-btn.primary svg{color:#FFFFFF!important;fill:#FFFFFF!important}#nowButton.toolbar-btn.primary:hover{background:#C94B27!important;border-color:#C94B27!important;color:#FFFFFF!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}@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}}.station-column-toggle{display:none}@media (max-width:760px){.guide-panel{--station-col:176px}.schedule-viewport{max-height:none!important;min-height:0!important;overflow-x:auto!important;overflow-y:visible!important;overscroll-behavior-x:contain!important;overscroll-behavior-y:auto!important;touch-action:pan-x pan-y!important;-webkit-overflow-scrolling:touch!important}.station-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;padding:0 7px 0 10px!important}.station-head-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-column-toggle{display:grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid var(--line)!important;border-radius:10px!important;background:var(--surface-2)!important;color:var(--text)!important;cursor:pointer!important;touch-action:manipulation!important}.station-column-toggle svg{width:17px;height:17px;transition:transform .16s ease}.guide-panel.station-column-collapsed{--station-col:64px}.guide-panel.station-column-collapsed .station-head{justify-content:center!important;padding:0!important}.guide-panel.station-column-collapsed .station-head-label,.guide-panel.station-column-collapsed .station-copy{display:none!important}.guide-panel.station-column-collapsed .station-column-toggle svg{transform:rotate(180deg)}.guide-panel.station-column-collapsed .station-cell{grid-template-columns:1fr!important;justify-items:center!important;padding:8px 6px!important}.guide-panel.station-column-collapsed .station-logo{width:40px!important;height:40px!important;border-radius:11px!important}}@media (max-width:760px){.station-column-toggle{border:0!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;color:var(--muted)!important}.station-column-toggle:active,.station-column-toggle:focus-visible{background:color-mix(in srgb,var(--text) 7%,transparent)!important;color:var(--text)!important}.station-column-toggle svg{width:22px!important;height:22px!important;transform:none!important}.station-column-toggle .station-column-arrow{transition:transform .16s ease;transform-origin:14px 12px}.guide-panel.station-column-collapsed .station-column-toggle svg{transform:none!important}.guide-panel.station-column-collapsed .station-column-toggle .station-column-arrow{transform:rotate(180deg)}}@media (max-width:760px) and (hover:hover) and (pointer:fine){.station-column-toggle:hover{background:color-mix(in srgb,var(--text) 7%,transparent)!important;color:var(--text)!important}}
