:root{--bg:#F7F6F2;--surface:#FFFFFF;--surface-2:#F0EFEA;--surface-3:#E6E4DD;--text:#18191C;--muted:#5E626A;--faint:#7D838C;--line:#D8D5CD;--brand:#BF5138;--brand-soft:#F7E8E2;--live:#F36D3D;--live-soft:#FFF0E9;--blue:#5278C7;--section-accent:#A94731;--sidebar:286px;color-scheme:light}html[data-theme="dark"]{--bg:#050608;--surface:#0C0E12;--surface-2:#12151B;--surface-3:#191D25;--text:#F4F3F0;--muted:#C4C7CE;--faint:#989EA8;--line:#414751;--brand:#B9563E;--brand-soft:#3A2722;--live:#FF8A5B;--live-soft:#3A241D;--blue:#84A8F0;--section-accent:#F0A08A;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.45}a{color:inherit;text-decoration:none}button,input{font:inherit}.page{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;overflow:auto;padding:18px 12px 26px;border-right:1px solid #DAD7CF;background:linear-gradient(155deg,#F4F1EB,#EDF1F3);box-shadow:0 12px 30px rgba(37,43,52,.065)}html[data-theme="dark"] .sidebar{border-color:#444A54;background:linear-gradient(155deg,#282C33,#302A2A);box-shadow:0 14px 34px rgba(0,0,0,.2)}.brand{display:flex;align-items:center;gap:12px;padding:8px 10px 18px}.brand-mark{width:42px;height:42px;border-radius:14px;background:#111;color:#fff;display:grid;place-items:center;font-weight:800}.brand-copy b{display:block;font-size:20px;letter-spacing:-.03em}.brand-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.nav-label{padding:14px 10px 8px;color:var(--section-accent);font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.nav-item{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 13px;border-radius:14px}.nav-item.active{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(191,81,56,.22)}.nav-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-count{font-size:13px;color:var(--faint)}.nav-item.active .nav-count{color:#fff}.main{min-width:0}.topbar{position:sticky;top:0;z-index:10;min-height:68px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px)}.crumbs{font-size:14px;color:var(--muted)}.theme-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);cursor:pointer}.content{max-width:1450px;padding:24px}.station-card{border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:22px;box-shadow:0 18px 42px rgba(35,39,46,.055)}html[data-theme="dark"] .station-card{box-shadow:0 18px 42px rgba(0,0,0,.16)}.station-main{display:grid;grid-template-columns:190px minmax(0,1fr) 180px;gap:26px;align-items:center}.logo-wrap{position:relative}.station-logo{width:190px;aspect-ratio:1;border-radius:22px;background:#0b0b0c;display:grid;place-items:center;overflow:hidden}.station-logo svg{width:132px;height:132px}.favorite-float{position:absolute;right:-14px;top:-14px;width:52px;height:52px;border-radius:50%;border:1px solid color-mix(in srgb,var(--brand) 45%,var(--line));background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 26px rgba(0,0,0,.10)}.favorite-float svg{width:23px;height:23px}.station-copy{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--section-accent);font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--brand)}h1{margin:8px 0 5px;font-size:44px;line-height:1.02;letter-spacing:-.05em}.station-location{margin:0;color:var(--muted);font-size:18px}.station-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tag,.small-action{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:650}.small-action{cursor:pointer}.volume-row{display:flex;align-items:center;gap:12px;margin-top:22px}.volume-row svg{width:20px;height:20px;color:var(--muted)}.volume-slider{appearance:none;width:min(320px,100%);height:7px;border-radius:999px;background:var(--surface-3);outline:none}.volume-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:var(--text);border:3px solid var(--surface);box-shadow:0 2px 8px rgba(0,0,0,.2)}.player-side{display:grid;justify-items:center;gap:12px}.play-btn{width:116px;height:116px;border-radius:50%;border:0;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 18px 34px rgba(191,81,56,.28);transition:transform .16s ease}.play-btn:hover{transform:scale(1.035)}.play-btn svg{width:42px;height:42px;margin-left:5px}.player-status{font-size:13px;color:var(--muted);text-align:center}.live-line{display:flex;align-items:center;gap:7px;color:var(--brand);font-size:12px;font-weight:760;text-transform:uppercase;letter-spacing:.08em}.live-line .dot{width:8px;height:8px;border-radius:50%;background:var(--brand)}.history{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.history-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.history-head h2{margin:0;font-size:24px;letter-spacing:-.035em}.history-head p{margin:4px 0 0;color:var(--muted);font-size:14px}.history-list{display:grid}.history-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:76px;padding:10px 4px;border-bottom:1px solid var(--line)}.history-item:last-child{border-bottom:0}.cover{width:54px;height:54px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:12px;overflow:hidden}.cover.one{background:linear-gradient(135deg,#D55B3F,#743227)}.cover.two{background:linear-gradient(135deg,#244A8C,#121D3B)}.cover.three{background:linear-gradient(135deg,#C97CB4,#6E2C72)}.cover.four{background:linear-gradient(135deg,#D9B04A,#6C4B14)}.cover.five{background:linear-gradient(135deg,#4AA27A,#1F4C3A)}.history-copy b{display:block;font-size:15px}.history-copy span{display:block;margin-top:3px;color:var(--muted);font-size:13px}.history-time{font-size:13px;color:var(--faint);white-space:nowrap}.history-empty{display:none;padding:26px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center;background:var(--surface-2)}.lower-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}.panel{border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:20px}.panel h2{margin:0 0 12px;font-size:26px;letter-spacing:-.04em}.days{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.day-tab{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer;font-size:13px;font-weight:670}.day-tab.active{background:var(--brand);border-color:var(--brand);color:#fff}.schedule-list{display:grid;gap:9px}.schedule-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 13px;border:1px solid var(--line);border-radius:15px}.schedule-time{font-size:13px;font-weight:760;color:var(--muted)}.schedule-copy b{display:block;font-size:15px}.schedule-copy span{display:block;margin-top:3px;color:var(--muted);font-size:13px}.schedule-status{font-size:12px;color:var(--muted);padding:5px 9px;border-radius:999px;background:var(--surface-2)}.info-list{display:grid;gap:12px}.info-row{padding-bottom:12px;border-bottom:1px solid var(--line)}.info-row:last-child{border-bottom:0;padding-bottom:0}.info-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:760}.info-value{margin-top:4px;font-size:15px}.socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:7px}.social{padding:7px 10px;border:1px solid var(--line);border-radius:999px;font-size:13px}@media(max-width:1100px){.station-main{grid-template-columns:150px minmax(0,1fr)}.station-logo{width:150px}.player-side{grid-column:1/-1;grid-template-columns:auto 1fr;justify-items:start;align-items:center}.play-btn{width:86px;height:86px}.play-btn svg{width:31px;height:31px}}@media(max-width:980px){.page{grid-template-columns:1fr}.sidebar{display:none}.content{padding:18px}}@media(max-width:720px){.topbar{padding:12px 16px}.content{padding:14px}.station-card{padding:16px}.station-main{grid-template-columns:1fr}.logo-wrap{width:120px}.station-logo{width:120px}h1{font-size:34px}.station-location{font-size:16px}.player-side{grid-column:auto;grid-template-columns:auto 1fr}.play-btn{width:72px;height:72px}.play-btn svg{width:26px;height:26px}.history-item{grid-template-columns:48px minmax(0,1fr)}.history-time{grid-column:2}.cover{width:48px;height:48px}.lower-grid{grid-template-columns:1fr}.schedule-row{grid-template-columns:64px minmax(0,1fr)}.schedule-status{grid-column:2}}.category-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.category-link{min-height:35px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;font-size:13px;font-weight:680;transition:background .15s,border-color .15s,color .15s,transform .15s}.category-link:hover{background:var(--surface-2);border-color:var(--faint);color:var(--blue);transform:translateY(-1px)}.station-engagement{margin-top:20px;display:grid;gap:13px}.rating-summary{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:32px}.rating-score{font-size:20px;line-height:1;font-weight:800;letter-spacing:-.04em}.rating-stars{display:inline-flex;gap:2px;color:#E3A231;font-size:17px;line-height:1}.rating-stars .star-partial{color:color-mix(in srgb,#E3A231 62%,var(--surface-3))}.rating-outof{color:var(--muted);font-size:14px;font-weight:650}.rating-count{margin-left:4px;color:var(--muted);font-size:13px}.engagement-actions{display:flex;flex-wrap:wrap;gap:9px}.engagement-btn{min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:9px;cursor:pointer;font-size:14px;font-weight:680;transition:background .15s,border-color .15s,color .15s,transform .15s}.engagement-btn:hover{background:var(--surface-2);border-color:var(--faint);transform:translateY(-1px)}.engagement-btn svg{width:18px;height:18px;flex:0 0 auto}.engagement-btn strong{padding-left:4px;color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums}.like-button[aria-pressed="true"]{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));color:var(--brand)}.like-button[aria-pressed="true"] svg{fill:currentColor}.favorite-button[aria-pressed="true"]{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));color:var(--brand)}.favorite-button[aria-pressed="true"] svg{fill:currentColor}.share-button{background:var(--text);border-color:var(--text);color:var(--surface)}.share-button:hover{background:color-mix(in srgb,var(--text) 88%,var(--surface));border-color:color-mix(in srgb,var(--text) 88%,var(--surface));color:var(--surface)}html[data-theme="dark"] .share-button{background:#F4F3F0;border-color:#F4F3F0;color:#1C1E23}html[data-theme="dark"] .share-button:hover{background:#FFFFFF;border-color:#FFFFFF;color:#1C1E23}@media(max-width:720px){.engagement-actions{display:grid;grid-template-columns:1fr}.engagement-btn{width:100%;justify-content:center}.rating-count{width:100%;margin-left:0}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.station-main{grid-template-columns:190px minmax(0,1fr);align-items:start}.player-bar{margin-top:20px;padding:13px 16px 13px 13px;min-height:86px;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(180px,280px);align-items:center;gap:15px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,var(--surface),var(--surface-2))}.play-btn{width:62px;height:62px;box-shadow:0 12px 24px rgba(191,81,56,.24)}.play-btn svg{width:23px;height:23px;margin-left:3px}.player-bar-copy{min-width:0}.player-bar-copy strong{display:block;font-size:17px;line-height:1.25;letter-spacing:-.02em}.player-bar-copy .live-line{margin-top:5px}.player-bar-copy .player-status{margin-top:3px;text-align:left;font-size:13px}.player-volume{min-width:0;display:grid;grid-template-columns:20px minmax(90px,1fr);align-items:center;gap:11px}.player-volume svg{width:20px;height:20px;color:var(--muted)}.player-volume .volume-slider{width:100%}@media(max-width:1100px){.station-main{grid-template-columns:150px minmax(0,1fr)}.player-bar{grid-template-columns:auto minmax(0,1fr) minmax(150px,220px)}}@media(max-width:720px){.station-main{grid-template-columns:96px minmax(0,1fr);gap:15px;align-items:start}.logo-wrap,.station-logo{width:96px}.station-copy h1{margin-top:0}.category-links{margin-top:9px}.station-engagement{grid-column:1/-1}.player-bar{margin-top:16px;padding:12px;min-height:0;grid-template-columns:58px minmax(0,1fr);gap:12px;border-radius:17px}.play-btn{width:58px;height:58px}.play-btn svg{width:21px;height:21px}.player-bar-copy strong{font-size:16px}.player-bar-copy .player-status{font-size:12px}.player-volume{grid-column:1/-1;grid-template-columns:20px minmax(0,1fr);padding:5px 2px 0}}@media(max-width:480px){.station-main{grid-template-columns:78px minmax(0,1fr);gap:13px}.logo-wrap,.station-logo{width:78px}.station-logo{border-radius:18px}.station-logo svg{width:58px;height:58px}.station-copy h1{font-size:30px}.category-link{min-height:32px;padding:0 10px;font-size:12px}}.player-volume{min-width:0;display:grid;grid-template-columns:42px minmax(130px,1fr);align-items:center;gap:10px;padding:7px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--surface) 82%,var(--surface-2))}.volume-toggle{width:38px;height:38px;padding:0;border:0;border-radius:11px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 0 0 1px var(--line)}.volume-toggle:hover{background:var(--surface-2)}.volume-toggle .volume-icon{width:19px;height:19px}.volume-toggle .volume-icon-off{display:none}.volume-toggle[aria-pressed="true"] .volume-icon-on{display:none}.volume-toggle[aria-pressed="true"] .volume-icon-off{display:block}.volume-control{min-width:0;display:grid;grid-template-columns:minmax(80px,1fr) 38px;align-items:center;gap:9px}.volume-slider{--volume-progress:70%;appearance:none;width:100%;height:6px;border-radius:999px;outline:none;background:linear-gradient(90deg,var(--brand) 0,var(--brand) var(--volume-progress),var(--surface-3) var(--volume-progress),var(--surface-3) 100%)}.volume-slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--surface);border:5px solid var(--brand);box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer}.volume-slider::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:var(--surface);border:5px solid var(--brand);box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer}.volume-value{color:var(--muted);font-size:12px;font-weight:760;font-variant-numeric:tabular-nums;text-align:right}@media(max-width:720px){.station-engagement{gap:10px}.engagement-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.engagement-btn{width:100%;min-width:0;min-height:44px;padding:0 10px;justify-content:center;border-radius:13px}.engagement-btn>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.engagement-btn svg{width:20px;height:20px}.like-button{gap:6px}.like-button strong{display:inline;padding-left:0;font-size:12px}.favorite-button,.share-button{gap:0}.player-bar{margin-top:12px}.player-volume{grid-column:1/-1;grid-template-columns:40px minmax(0,1fr);padding:6px;gap:9px}.volume-toggle{width:36px;height:36px}.volume-control{grid-template-columns:minmax(0,1fr) 36px}}@media(max-width:430px){.rating-summary{gap:5px}.rating-score{font-size:18px}.rating-stars{font-size:15px}.rating-count{font-size:12px}.engagement-btn{min-height:42px}}.station-engagement{container-type:inline-size}.engagement-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:100%}.engagement-btn{width:100%;min-width:0;padding-left:11px;padding-right:11px;justify-content:center;white-space:nowrap;overflow:hidden}.engagement-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.engagement-btn strong{flex:0 0 auto;white-space:nowrap}@container (max-width:640px){.engagement-actions{gap:8px}.engagement-btn{min-height:44px;padding:0 10px}.engagement-btn>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.engagement-btn svg{width:20px;height:20px}.like-button{gap:6px}.like-button strong{padding-left:0;font-size:12px}.favorite-button,.share-button{gap:0}}@container (max-width:390px){.engagement-actions{gap:6px}.engagement-btn{min-height:42px;padding:0 8px;border-radius:12px}.engagement-btn svg{width:19px;height:19px}.like-button strong{font-size:11px}}.rating-summary{display:grid;grid-template-columns:auto auto auto minmax(0,auto);align-items:center;justify-content:start;gap:7px;width:100%;min-width:0;white-space:nowrap;overflow:hidden}.rating-score,.rating-stars,.rating-outof,.rating-count{min-width:0;white-space:nowrap}.rating-stars{flex:0 0 auto}.rating-count{margin-left:4px;overflow:hidden;text-overflow:ellipsis}.rating-count-compact{display:none}@container (max-width:520px){.rating-summary{grid-template-columns:auto auto auto auto;gap:5px}.rating-score{font-size:18px}.rating-stars{gap:1px;font-size:15px}.rating-outof{font-size:13px}.rating-count{margin-left:1px;font-size:12px}.rating-count-full{display:none}.rating-count-compact{display:inline}}@container (max-width:380px){.rating-summary{gap:4px}.rating-score{font-size:17px}.rating-stars{font-size:14px}.rating-outof{font-size:12px}.rating-count{font-size:11px}}.category-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.category-link{min-height:30px;padding:0 10px;border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:10px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;font-size:13px;font-weight:650;letter-spacing:-.01em;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.category-link:hover{background:var(--surface-2);color:var(--text);border-color:color-mix(in srgb,var(--brand) 24%,var(--line));transform:translateY(-1px)}.category-link:active{transform:translateY(0)}.category-link.is-active{background:var(--brand-soft);color:var(--brand);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand) 12%,transparent)}html[data-theme="dark"] .category-link{border-color:color-mix(in srgb,var(--line) 74%,transparent);color:var(--muted);background:transparent}html[data-theme="dark"] .category-link:hover{background:var(--surface-2);color:var(--text);border-color:color-mix(in srgb,var(--brand) 30%,var(--line))}html[data-theme="dark"] .category-link.is-active{background:color-mix(in srgb,var(--brand) 22%,transparent);color:#F3B29F;border-color:color-mix(in srgb,var(--brand) 42%,var(--line))}@media(max-width:720px){.category-links{gap:8px;margin-top:10px}.category-link{min-height:28px;padding:0 9px;border-radius:9px;font-size:12px}}.category-links{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:14px}.category-link{position:relative;min-height:auto;padding:3px 0;border:0;border-radius:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;font-size:14px;font-weight:650;letter-spacing:-.01em;white-space:nowrap;transition:color .16s ease}.category-link + .category-link{margin-left:14px;padding-left:16px}.category-link + .category-link::before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:var(--faint);transform:translateY(-50%);opacity:.65}.category-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.category-link:hover{background:transparent;border-color:transparent;color:var(--text);transform:none}.category-link:hover::after{transform:scaleX(1)}.category-link.is-active{background:transparent;border-color:transparent;box-shadow:none;color:var(--brand)}.category-link.is-active::after{transform:scaleX(1)}html[data-theme="dark"] .category-link,html[data-theme="dark"] .category-link:hover,html[data-theme="dark"] .category-link.is-active{background:transparent;border-color:transparent}html[data-theme="dark"] .category-link{color:var(--muted)}html[data-theme="dark"] .category-link:hover{color:var(--text)}html[data-theme="dark"] .category-link.is-active{color:var(--section-accent)}@media(max-width:720px){.category-links{flex-wrap:nowrap;overflow-x:auto;margin-top:10px;padding-bottom:3px;scrollbar-width:none}.category-links::-webkit-scrollbar{display:none}.category-link{flex:0 0 auto;font-size:13px}.category-link + .category-link{margin-left:12px;padding-left:14px}}.station-copy h1{margin:4px 0 2px;font-size:40px;line-height:1.02}.category-links{margin-top:8px}.category-link{font-size:13px;padding-top:1px;padding-bottom:1px}.category-link + .category-link{margin-left:12px;padding-left:14px}.station-engagement{margin-top:12px;gap:10px}.rating-summary{gap:6px}.rating-score{font-size:18px}.rating-stars{font-size:15px}.rating-outof{font-size:13px}.rating-count{margin-left:2px;font-size:12px}.engagement-actions{gap:8px}.engagement-btn{min-height:40px}.player-bar{margin-top:14px}@media(max-width:720px){.station-copy h1{margin:2px 0 1px;font-size:31px}.category-links{margin-top:6px}.category-link{font-size:12px}.category-link + .category-link{margin-left:10px;padding-left:12px}.station-engagement{margin-top:10px;gap:8px}.rating-summary{gap:5px}.rating-score{font-size:17px}.rating-stars{font-size:14px}.engagement-btn{min-height:38px}.player-bar{margin-top:10px}}.lower-grid-reworked{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}.stack-col{display:grid;gap:18px;align-content:start}.history-panel .history{margin-top:0;padding-top:0;border-top:0}.radio-description{margin:0 0 16px}.radio-description p{margin:0 0 12px;color:var(--muted);font-size:15px;line-height:1.68}.radio-description p:last-child{margin-bottom:0}.widget-text p{margin:0 0 14px;color:var(--muted);font-size:15px;line-height:1.62}.widget-preview{display:grid;gap:12px}.widget-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,var(--surface),var(--surface-2))}.widget-logo{width:52px;height:52px;border-radius:14px;background:#0b0b0c;color:#fff;display:grid;place-items:center;font-weight:800}.widget-copy strong{display:block;font-size:15px}.widget-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.widget-play{width:42px;height:42px;border:0;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer}.widget-play svg{width:18px;height:18px;margin-left:2px}.widget-code{border:1px solid var(--line);border-radius:14px;background:var(--surface-2);padding:12px;font-size:13px;color:var(--muted);overflow:auto}.copy-widget-btn{justify-self:start;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);cursor:pointer;font-weight:650}.copy-widget-btn:hover{background:var(--surface-2)}.related-section{margin-top:22px}.related-head{margin-bottom:14px}.related-head h2{margin:0;font-size:28px;letter-spacing:-.04em}.related-head p{margin:4px 0 0;color:var(--muted);font-size:14px}.related-grid-home{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}.related-radio-card a{display:block;color:inherit;text-decoration:none}.related-logo-shell{position:relative;width:100%;aspect-ratio:1/1;border-radius:18px;border:1px solid var(--line);background:linear-gradient(180deg,var(--surface),var(--surface-2));padding:14px;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.related-radio-card a:hover .related-logo-shell{transform:translateY(-2px);box-shadow:0 14px 28px rgba(35,39,46,.10);border-color:#B9B5AC}html[data-theme="dark"] .related-radio-card a:hover .related-logo-shell{border-color:#59616E}.related-logo-inner{width:100%;height:100%;border-radius:14px;display:grid;place-items:center;overflow:hidden}.related-logo-inner img{width:74%;height:74%;object-fit:contain;display:block}.related-favorite{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.92);color:#25282F;display:grid;place-items:center;cursor:pointer}.related-favorite svg{width:17px;height:17px}.related-info{padding:10px 4px 0}.related-info h3{margin:0 0 3px;font-size:16px;font-weight:720;letter-spacing:-.02em}.related-info p{margin:0;font-size:13px;color:var(--muted);font-weight:560}@media(max-width:980px){.lower-grid-reworked{grid-template-columns:1fr}}.related-grid-home{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.related-logo-shell{aspect-ratio:1/1;border-radius:17px;padding:12px}.related-logo-inner{border-radius:12px}.related-logo-art{color:#fff;font-weight:820;font-size:clamp(16px,1.5vw,24px);line-height:1.02;text-align:center;letter-spacing:-.04em}.related-favorite{width:34px;height:34px;right:8px;top:8px}.related-info{padding:8px 3px 0}.related-info h3{font-size:15px}.related-info p{font-size:12px}.app-download-section{margin-top:24px;min-height:330px;padding:28px 34px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--brand) 18%,transparent),transparent 34%),linear-gradient(135deg,var(--surface),var(--surface-2));display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:30px;overflow:hidden}.app-download-copy{max-width:760px}.app-eyebrow{color:var(--section-accent);font-size:12px;font-weight:780;letter-spacing:.12em;text-transform:uppercase}.app-download-copy h2{margin:8px 0 9px;font-size:34px;line-height:1.05;letter-spacing:-.045em}.app-download-copy p{margin:0;max-width:680px;color:var(--muted);font-size:15px;line-height:1.68}.app-benefits{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:16px}.app-benefits span{position:relative;padding-left:15px;color:var(--text);font-size:13px;font-weight:650}.app-benefits span::before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:var(--brand);transform:translateY(-50%)}.store-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.store-button{min-width:184px;height:56px;padding:0 15px;border-radius:16px;background:#111;color:#fff;display:grid;grid-template-columns:27px 1fr;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.10)}.store-button svg{width:26px;height:26px}.store-button-copy small{display:block;margin-bottom:3px;font-size:10px;opacity:.68;text-transform:uppercase;letter-spacing:.07em}.store-button-copy strong{display:block;font-size:17px;line-height:1;white-space:nowrap}html[data-theme="dark"] .store-button{background:#F4F3F0;color:#18191C;border-color:#E4E2DC}.app-phone{justify-self:center;width:176px;height:356px;padding:7px;border-radius:38px;background:#111318;position:relative;box-shadow:0 22px 42px rgba(0,0,0,.22);transform:translateY(36px)}.app-phone-notch{position:absolute;top:8px;left:50%;width:82px;height:18px;border-radius:0 0 13px 13px;background:#0A0B0E;transform:translateX(-50%);z-index:2}.app-phone-screen{height:100%;padding:38px 17px 20px;border-radius:31px;background:linear-gradient(180deg,#FAFAF8,#EFEDE8);color:#17181B;display:flex;flex-direction:column;align-items:center}.app-mini-header{align-self:flex-start;font-size:11px;font-weight:760}.app-mini-logo{width:76px;height:76px;margin-top:35px;border-radius:20px;background:#0B0B0C;color:#fff;display:grid;place-items:center;font-weight:820;font-size:23px}.app-mini-name{margin-top:13px;font-size:16px;font-weight:760}.app-mini-play{width:48px;height:48px;margin-top:18px;padding-left:3px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:17px}.app-mini-lines{width:100%;display:grid;gap:8px;margin-top:26px}.app-mini-lines span{height:8px;border-radius:999px;background:#D9D7D1}.app-mini-lines span:nth-child(2){width:78%}.app-mini-lines span:nth-child(3){width:58%}@media(max-width:1180px){.related-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.related-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.related-logo-shell{padding:10px}.app-download-section{min-height:0;padding:24px 20px;grid-template-columns:1fr}.app-download-copy h2{font-size:28px}.app-phone{display:none}.store-button{flex:1 1 180px}}:root{--bg:#F7F7F8;--surface:#FFFFFF;--surface-2:#F1F1F1;--surface-3:#E2E2E2;--text:#0D0D0D;--muted:#5F6368;--faint:#8A8A8A;--line:#DEDEDE;--brand:#0D0D0D;--brand-soft:#ECECEC;--blue:#343434;--section-accent:#3E3E3E}html[data-theme="dark"]{--bg:#050608;--surface:#0C0E12;--surface-2:#12151B;--surface-3:#191D25;--text:#ECECEC;--muted:#B4B4B4;--faint:#8F8F8F;--line:#424242;--brand:#FFFFFF;--brand-soft:#3A3A3A;--blue:#E3E3E3;--section-accent:#D1D1D1}body{background:var(--bg);color:var(--text)}.sidebar{border-right:1px solid var(--line);background:#F9F9F9;box-shadow:none}html[data-theme="dark"] .sidebar{border-color:#303030;background:#171717;box-shadow:none}.brand-mark{background:#0D0D0D;color:#FFFFFF;border-radius:12px}html[data-theme="dark"] .brand-mark{background:#FFFFFF;color:#0D0D0D}.nav-label{color:var(--muted);letter-spacing:.09em}.nav-item.active{background:var(--surface-3);color:var(--text);box-shadow:none}.nav-item.active .nav-count,.nav-item.active .nav-text{color:var(--text)}.nav-item:hover,.nav-toggle:hover,.subnav a:hover{background:var(--surface-2)}html[data-theme="dark"] .nav-item:hover,html[data-theme="dark"] .nav-toggle:hover,html[data-theme="dark"] .subnav a:hover{background:#252525}.topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,transparent)}.theme-btn,.ghost-btn{border-color:var(--line);background:var(--surface);color:var(--text);box-shadow:none}.theme-btn:hover,.ghost-btn:hover{background:var(--surface-2)}.station-card,.panel,.app-download-section{border-color:var(--line);background:var(--surface);box-shadow:none}.station-card,.panel{border-radius:18px}.station-card{box-shadow:0 1px 2px rgba(0,0,0,.035)}html[data-theme="dark"] .station-card{box-shadow:none}.station-logo{background:#0D0D0D;border:1px solid #242424;box-shadow:none}html[data-theme="dark"] .station-logo{background:#0A0A0A;border-color:#4A4A4A}.category-link{color:var(--muted)}.category-link + .category-link::before{background:var(--faint)}.category-link:hover{color:var(--text)}.category-link.is-active{color:var(--text);font-weight:760}.category-link.is-active::after{height:2px;background:var(--text)}html[data-theme="dark"] .category-link.is-active{color:#FFFFFF}.rating-stars{color:#2E2E2E}.rating-stars .star-partial{color:#9B9B9B}html[data-theme="dark"] .rating-stars{color:#F0F0F0}html[data-theme="dark"] .rating-stars .star-partial{color:#777777}.engagement-btn{border-color:var(--line);background:var(--surface);color:var(--text);box-shadow:none}.engagement-btn:hover{border-color:#BDBDBD;background:var(--surface-2)}html[data-theme="dark"] .engagement-btn:hover{border-color:#666666}.like-button[aria-pressed="true"],.favorite-button[aria-pressed="true"]{background:var(--brand-soft);border-color:#BDBDBD;color:var(--text)}html[data-theme="dark"] .like-button[aria-pressed="true"],html[data-theme="dark"] .favorite-button[aria-pressed="true"]{border-color:#666666;color:#FFFFFF}.share-button{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}.share-button:hover{background:#2B2B2B;border-color:#2B2B2B;color:#FFFFFF}html[data-theme="dark"] .share-button{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}html[data-theme="dark"] .share-button:hover{background:#E4E4E4;border-color:#E4E4E4;color:#0D0D0D}.player-bar{border-color:var(--line);background:linear-gradient(180deg,var(--surface),var(--surface-2));box-shadow:none}.play-btn,.widget-play,.app-mini-play{background:#0D0D0D;color:#FFFFFF;box-shadow:0 5px 14px rgba(0,0,0,.14)}.play-btn:hover,.widget-play:hover{background:#2B2B2B}html[data-theme="dark"] .play-btn,html[data-theme="dark"] .widget-play,html[data-theme="dark"] .app-mini-play{background:#FFFFFF;color:#0D0D0D;box-shadow:none}html[data-theme="dark"] .play-btn:hover,html[data-theme="dark"] .widget-play:hover{background:#E4E4E4}.live-line{color:var(--text)}.live-line .dot{background:var(--text)}.player-volume{border-color:var(--line);background:var(--surface)}.volume-toggle{background:var(--surface-2);box-shadow:none}.volume-toggle:hover{background:var(--surface-3)}.volume-slider{background:linear-gradient(90deg,var(--text) 0,var(--text) var(--volume-progress),var(--surface-3) var(--volume-progress),var(--surface-3) 100%)}.volume-slider::-webkit-slider-thumb{background:var(--surface);border-color:var(--text)}.volume-slider::-moz-range-thumb{background:var(--surface);border-color:var(--text)}.history-item,.schedule-row,.widget-card,.widget-code{border-color:var(--line);background:var(--surface)}.schedule-row:first-child{background:var(--surface-2)}.schedule-status{background:var(--surface-2);color:var(--muted)}.day-tab{border-color:var(--line);background:var(--surface);color:var(--text)}.day-tab:hover{background:var(--surface-2)}.day-tab.active{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .day-tab.active{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}.cover.one{background:linear-gradient(135deg,#202020,#5A5A5A)}.cover.two{background:linear-gradient(135deg,#444444,#111111)}.cover.three{background:linear-gradient(135deg,#777777,#2D2D2D)}.cover.four{background:linear-gradient(135deg,#B0B0B0,#4A4A4A)}.cover.five{background:linear-gradient(135deg,#626262,#242424)}.widget-card{background:linear-gradient(180deg,var(--surface),var(--surface-2))}.widget-logo{background:#0D0D0D;color:#FFFFFF}.copy-widget-btn{border-color:var(--line);background:var(--surface);color:var(--text)}.copy-widget-btn:hover{background:var(--surface-2)}.related-logo-shell{border-color:var(--line);background:var(--surface);box-shadow:none}.related-radio-card a:hover .related-logo-shell{border-color:#AFAFAF;box-shadow:0 6px 18px rgba(0,0,0,.07)}html[data-theme="dark"] .related-radio-card a:hover .related-logo-shell{border-color:#666666;box-shadow:none}.related-radio-card:nth-child(1) .related-logo-art{background:linear-gradient(145deg,#111111,#444444)!important;color:#FFFFFF!important}.related-radio-card:nth-child(2) .related-logo-art{background:linear-gradient(145deg,#333333,#777777)!important;color:#FFFFFF!important}.related-radio-card:nth-child(3) .related-logo-art{background:linear-gradient(145deg,#151515,#5A5A5A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(4) .related-logo-art{background:linear-gradient(145deg,#555555,#1A1A1A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(5) .related-logo-art{background:linear-gradient(145deg,#242424,#8A8A8A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(6) .related-logo-art{background:linear-gradient(145deg,#D8D8D8,#8A8A8A)!important;color:#111111!important}.related-favorite{border-color:var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);box-shadow:none}.related-favorite:hover{background:var(--surface-2)}.app-download-section{border-radius:20px;background:radial-gradient(circle at 88% 15%,rgba(0,0,0,.06),transparent 34%),linear-gradient(135deg,#FFFFFF,#ECECEC)}html[data-theme="dark"] .app-download-section{background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.055),transparent 34%),linear-gradient(135deg,#2F2F2F,#252525)}.app-eyebrow{color:var(--muted)}.app-benefits span::before{background:var(--text)}.store-button{background:#0D0D0D;border-color:#0D0D0D;color:#FFFFFF}.store-button:hover{background:#2B2B2B}html[data-theme="dark"] .store-button{background:#FFFFFF;border-color:#FFFFFF;color:#0D0D0D}html[data-theme="dark"] .store-button:hover{background:#E4E4E4}.store-button svg{filter:grayscale(1) saturate(0)}.app-phone{background:#0D0D0D;box-shadow:0 18px 38px rgba(0,0,0,.20)}.app-phone-screen{background:linear-gradient(180deg,#FAFAFA,#E7E7E7)}.app-mini-lines span{background:#CFCFCF}.section-link,.info-value[style]{color:var(--text)!important;text-decoration:underline;text-decoration-color:var(--faint);text-underline-offset:3px}.social{border-color:var(--line);background:var(--surface)}.social:hover{background:var(--surface-2)}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb,var(--text) 35%,transparent);outline-offset:3px}@media(max-width:720px){.station-card,.panel,.app-download-section{border-radius:16px}.player-bar{background:var(--surface-2)}.share-button{background:#0D0D0D;color:#FFFFFF}html[data-theme="dark"] .share-button{background:#FFFFFF;color:#0D0D0D}}.related-radio-card:nth-child(1) .related-logo-art{background:linear-gradient(145deg,#0057FF,#1C7CFF)!important;color:#FFFFFF!important}.related-radio-card:nth-child(2) .related-logo-art{background:linear-gradient(145deg,#168A52,#1DB86A)!important;color:#FFFFFF!important}.related-radio-card:nth-child(3) .related-logo-art{background:linear-gradient(145deg,#C61A1F,#E63B40)!important;color:#FFFFFF!important}.related-radio-card:nth-child(4) .related-logo-art{background:linear-gradient(145deg,#3F6FCD,#78A1F3)!important;color:#FFFFFF!important}.related-radio-card:nth-child(5) .related-logo-art{background:linear-gradient(145deg,#D82018,#FF5A47)!important;color:#FFFFFF!important}.related-radio-card:nth-child(6) .related-logo-art{background:linear-gradient(145deg,#F2A900,#FFD66B)!important;color:#151515!important}.app-download-section{margin-top:24px;min-height:340px;padding:30px 34px;border:1px solid var(--line);border-radius:22px;background:radial-gradient(circle at 10% 16%,rgba(0,0,0,.06),transparent 30%),linear-gradient(135deg,var(--surface),var(--surface-2));display:grid;grid-template-columns:230px minmax(0,1fr);align-items:center;gap:34px;overflow:hidden}html[data-theme="dark"] .app-download-section{background:radial-gradient(circle at 10% 16%,rgba(255,255,255,.04),transparent 30%),linear-gradient(135deg,#2F2F2F,#252525)}.app-phone-wrap{display:flex;justify-content:center;align-items:center}.app-phone-premium{position:relative;width:178px;height:360px;padding:7px;border-radius:40px;background:linear-gradient(180deg,#0E1013 0%,#050607 100%);box-shadow:0 24px 44px rgba(0,0,0,.22),inset 0 0 0 1px rgba(255,255,255,.06)}html[data-theme="dark"] .app-phone-premium{box-shadow:0 22px 40px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.06)}.app-phone-topbar{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:86px;height:20px;border-radius:0 0 14px 14px;background:#050607;z-index:2}.app-phone-screen{height:100%;border-radius:33px;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%);padding:14px 14px 16px;display:flex;flex-direction:column;color:#161616}html[data-theme="dark"] .app-phone-screen{background:linear-gradient(180deg,#F4F4F4 0%,#E7E7E7 100%);color:#161616}.app-ui-status{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 4px 0}.app-ui-header{margin-top:24px}.app-ui-title{font-size:18px;font-weight:800;letter-spacing:-.04em}.app-ui-subtitle{margin-top:3px;font-size:12px;color:#666}.app-ui-card{margin-top:18px;border-radius:24px;background:linear-gradient(180deg,#111111,#2B2B2B);color:#fff;padding:18px 14px 16px;display:flex;flex-direction:column;align-items:center;box-shadow:0 12px 24px rgba(0,0,0,.15)}.app-ui-logo{width:66px;height:66px;border-radius:18px;background:#fff;color:#111;display:grid;place-items:center;font-size:22px;font-weight:820}.app-ui-name{margin-top:12px;font-size:16px;font-weight:760}.app-ui-meta{margin-top:4px;font-size:12px;opacity:.76}.app-ui-play{width:46px;height:46px;margin-top:14px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;padding-left:2px;font-size:16px;font-weight:800}.app-ui-list{display:grid;gap:10px;margin-top:18px}.app-ui-list span{height:10px;border-radius:999px;background:#D1D1D1}.app-ui-list span:nth-child(2){width:82%}.app-ui-list span:nth-child(3){width:64%}@media(max-width:760px){.app-download-section{grid-template-columns:1fr;min-height:0;padding:24px 20px;gap:22px}.app-phone-wrap{order:-1}.app-phone-premium{width:154px;height:312px}}.station-logo{background:linear-gradient(145deg,#1B5BFF 0%,#0B2A78 100%);border:1px solid rgba(0,0,0,.08)}html[data-theme="dark"] .station-logo{background:linear-gradient(145deg,#1B5BFF 0%,#0B2A78 100%);border-color:rgba(255,255,255,.08)}.widget-logo{background:linear-gradient(145deg,#1B5BFF 0%,#0B2A78 100%);color:#FFFFFF}.app-ui-card{background:linear-gradient(180deg,#1A56F0 0%,#0C2A79 100%);color:#fff}.app-ui-logo{background:#FFFFFF;color:#123AA9}.cover.one{background:linear-gradient(135deg,#1B5BFF,#16347E)}.cover.two{background:linear-gradient(135deg,#FF7A18,#B83E00)}.cover.three{background:linear-gradient(135deg,#A44BFF,#5A21B8)}.cover.four{background:linear-gradient(135deg,#FFD54A,#C87E00)}.cover.five{background:linear-gradient(135deg,#20B26B,#126A3E)}.related-logo-art{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.category-link{text-decoration:none!important}.category-link::after{transform:scaleX(0)!important}.category-link.is-active{color:var(--text)!important;font-weight:760}.category-link.is-active::after{transform:scaleX(0)!important;background:currentColor!important}.category-link:hover{color:var(--text)!important}.category-link:hover::after{transform:scaleX(1)!important}.category-link + .category-link::before{transform:translateY(-50%)!important;background:var(--faint)!important}html[data-theme="dark"] .category-link.is-active{color:var(--text)!important}.category-links{display:flex;align-items:center;flex-wrap:wrap;gap:0}.category-link{position:relative;padding:0;margin:0;border:0;background:transparent;color:var(--muted)!important;font-size:13px;font-weight:650!important;line-height:1.35;text-decoration:none!important;white-space:nowrap}.category-link::before,.category-link::after{content:none!important;display:none!important}.category-link:hover{color:var(--text)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important}.category-link:focus-visible{color:var(--text)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important}.category-separator{display:inline-block;margin:0 12px;color:var(--faint);font-size:12px;line-height:1;text-decoration:none!important;user-select:none}html[data-theme="dark"] .category-link{color:var(--muted)!important}html[data-theme="dark"] .category-link:hover,html[data-theme="dark"] .category-link:focus-visible{color:var(--text)!important}@media(max-width:720px){.category-links{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.category-links::-webkit-scrollbar{display:none}.category-link{flex:0 0 auto;font-size:12px}.category-separator{flex:0 0 auto;margin:0 10px}}.sidebar{border-color:var(--line)!important;background:#F9F9F9!important;box-shadow:none!important}html[data-theme="dark"] .sidebar{border-color:#343434!important;background:#171717!important;box-shadow:none!important}.sidebar .nav-label{color:#000000!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFFFFF!important}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover,.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover,html[data-theme="dark"] .sidebar .subnav a:hover{background:#252525!important;color:#FFFFFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;border-color:#0D0D0D!important;color:#FFFFFF!important;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFFFFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFFFFF!important;border-color:#FFFFFF!important;color:#0D0D0D!important;box-shadow:none!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important;opacity:1!important}.category-link{color:var(--muted)!important}.category-link:hover,.category-link:focus-visible{color:var(--text)!important}.category-separator{color:var(--faint)!important}.sidebar{padding:18px 12px 26px!important;overflow:auto}.sidebar>.brand{display:flex!important;align-items:center!important;gap:12px!important;padding:8px 10px 18px!important;margin:0!important;border:0!important}.nav-block{margin-bottom:23px}.nav-personal{display:grid;gap:4px}.sidebar .nav-label{margin:0 0 7px 12px!important;padding:14px 0 8px!important;font-size:13px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#000000!important;font-weight:760!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFFFFF!important}.sidebar .nav-item,.sidebar .nav-toggle{width:100%;min-height:42px;border:0;border-radius:11px;background:transparent;color:var(--muted);padding:8px 11px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer;font-size:15px;box-shadow:none;margin:0}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover{background:#252525!important;color:#FFFFFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;border-color:#0D0D0D!important;color:#FFFFFF!important;font-weight:680;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFFFFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFFFFF!important;border-color:#FFFFFF!important;color:#0D0D0D!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important}.sidebar .nav-icon{width:18px;height:18px;opacity:.9}.sidebar .nav-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .nav-count{font-variant-numeric:tabular-nums;font-size:13px;min-width:24px;text-align:right;color:var(--faint)}.sidebar .nav-toggle .chevron{transition:transform .18s}.sidebar .nav-toggle[aria-expanded="true"] .chevron{transform:rotate(90deg)}.sidebar .subnav{display:grid;gap:2px;margin:3px 0 5px 31px;padding-left:11px;border-left:1px solid var(--line)}.sidebar .subnav[hidden]{display:none!important}.sidebar .subnav a{padding:7px 9px;border-radius:8px;font-size:14px;color:var(--muted)}.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .subnav a:hover{background:#252525!important;color:#FFFFFF!important}:root{--sidebar:286px;--header:68px}.page{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.main{min-width:0}.sidebar{position:sticky;top:0;z-index:70;height:100vh;overflow:auto;padding:18px 12px 26px!important;border-right:1px solid var(--line)!important;background:#F9F9F9!important;box-shadow:none!important;scrollbar-width:thin;scrollbar-color:var(--line) transparent}html[data-theme="dark"] .sidebar{border-color:#343434!important;background:#171717!important;box-shadow:none!important}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}.sidebar>.brand{display:flex!important;align-items:center!important;gap:12px!important;padding:8px 10px 18px!important;margin:0!important;border:0!important}.sidebar .brand-mark{width:42px;height:42px;border-radius:12px;background:#0D0D0D;color:#FFF;display:grid;place-items:center;font-weight:800;flex:0 0 auto}html[data-theme="dark"] .sidebar .brand-mark{background:#FFF;color:#0D0D0D}.sidebar .brand-copy b{display:block;font-size:20px;line-height:1.05;letter-spacing:-.03em}.sidebar .brand-copy span{display:block;margin-top:3px;font-size:13px;color:var(--muted)}.sidebar .nav-block{margin-bottom:23px}.sidebar .nav-personal{display:grid;gap:4px}.sidebar .nav-label{margin:0 0 7px 12px!important;padding:14px 0 8px!important;font-size:13px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#000!important;font-weight:760!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFF!important}.sidebar .nav-item,.sidebar .nav-toggle{width:100%;min-height:42px;border:0;border-radius:11px;background:transparent;color:var(--muted);padding:8px 11px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer;font-size:15px;box-shadow:none;margin:0}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover{background:#252525!important;color:#FFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;border-color:#0D0D0D!important;color:#FFF!important;font-weight:680;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFF!important;border-color:#FFF!important;color:#0D0D0D!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important}.sidebar .nav-icon{width:18px;height:18px;opacity:.9}.sidebar .nav-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .nav-count{font-variant-numeric:tabular-nums;font-size:13px;min-width:24px;text-align:right;color:var(--faint)}.sidebar .nav-toggle .chevron{transition:transform .18s}.sidebar .nav-toggle[aria-expanded="true"] .chevron{transform:rotate(90deg)}.sidebar .subnav{display:grid;gap:2px;margin:3px 0 5px 31px;padding-left:11px;border-left:1px solid var(--line)}.sidebar .subnav[hidden]{display:none!important}.sidebar .subnav a{padding:7px 9px;border-radius:8px;font-size:14px;color:var(--muted)}.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .subnav a:hover{background:#252525!important;color:#FFF!important}.drawer-backdrop{display:none;position:fixed;inset:var(--header) 0 0;z-index:69;background:rgba(0,0,0,.38)}.topbar{position:sticky;top:0;z-index:60;height:var(--header);min-height:var(--header);padding:0!important;display:block!important;background:color-mix(in srgb,var(--bg) 94%,var(--surface));border-bottom:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.topbar-inner{width:100%;height:100%;margin:0;padding:0 clamp(14px,1.6vw,28px);display:grid;grid-template-columns:minmax(260px,720px) 1fr;gap:clamp(16px,1.6vw,28px);align-items:center}.search-wrap{position:relative;min-width:0}.search{width:100%;height:44px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text);padding:0 48px 0 43px;outline:none;transition:border-color .15s,box-shadow .15s}.search:focus{border-color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 8%,transparent)}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.search-key{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:13px;color:var(--muted);border:1px solid var(--line);border-radius:7px;padding:3px 6px;background:var(--bg)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px}.icon-button{width:40px;height:40px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.icon-button:hover{background:var(--surface);border-color:var(--line)}.icon-button:active{transform:scale(.96)}.mobile-menu{display:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.bookmark-button{touch-action:manipulation}.bookmark-button.is-active{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 34%,var(--line));color:var(--brand)}.bookmark-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}.bookmark-modal[hidden]{display:none!important}.bookmark-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.bookmark-dialog{position:relative;width:min(100%,470px);border:1px solid var(--line);border-radius:24px;background:var(--surface);color:var(--text);padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.bookmark-dialog-head{display:grid;grid-template-columns:48px minmax(0,1fr) 36px;gap:13px;align-items:center}.bookmark-dialog-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line))}.bookmark-dialog-icon svg{width:23px;height:23px}.bookmark-dialog h2{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.025em}.bookmark-dialog-subtitle{margin:5px 0 0;font-size:13px;color:var(--muted);line-height:1.45}.bookmark-dialog-close{width:36px;height:36px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer;font-size:22px}.bookmark-dialog-close:hover{background:var(--surface-2);color:var(--text)}.bookmark-instruction{margin-top:20px;padding:16px;border:1px solid var(--line);border-radius:18px;background:var(--bg)}.bookmark-instruction-label{display:block;margin-bottom:9px;font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.bookmark-instruction-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.bookmark-instruction p{margin:0;font-size:14px;line-height:1.5;color:var(--text)}.bookmark-shortcut{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:84px;height:42px;padding:0 13px;border:1px solid var(--line);border-bottom-width:3px;border-radius:11px;background:var(--surface);font-family:inherit;font-size:15px;font-weight:750;color:var(--text);box-shadow:0 2px 0 color-mix(in srgb,var(--text) 7%,transparent)}.bookmark-mobile-steps{display:grid;gap:9px;margin:0;padding:0;list-style:none}.bookmark-mobile-steps li{display:grid;grid-template-columns:27px minmax(0,1fr);gap:9px;align-items:start;font-size:14px;line-height:1.45}.bookmark-mobile-steps b{width:27px;height:27px;border-radius:9px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;font-size:12px}.bookmark-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.bookmark-action{height:42px;padding:0 15px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--text);font-weight:680;cursor:pointer}.bookmark-action:hover{background:var(--surface-2)}.bookmark-action.primary{background:var(--text);border-color:var(--text);color:var(--bg)}.bookmark-action.primary:hover{opacity:.9}body.bookmark-dialog-open{overflow:hidden}html[data-theme="dark"] .bookmark-modal-backdrop{background:rgba(0,0,0,.67)}@media(max-width:980px){.page{grid-template-columns:1fr}.mobile-menu{display:grid}.sidebar{display:block!important;position:fixed;z-index:70;left:0;top:var(--header);bottom:0;width:min(86vw,300px);height:auto;padding:16px 13px 36px!important;transform:translateX(-103%);transition:transform .2s ease;border-right:1px solid var(--line)!important}.sidebar.open{transform:translateX(0)}.drawer-backdrop.visible{display:block}}@media(max-width:760px){:root{--header:62px}.topbar-inner{grid-template-columns:minmax(0,1fr) auto;padding:0 13px;gap:9px}.search{height:40px;padding-left:39px;padding-right:12px}.search-key{display:none}.icon-button{width:42px;height:42px}.bookmark-modal{align-items:end;padding:10px}.bookmark-dialog{width:100%;border-radius:24px;padding:20px 18px calc(18px + env(safe-area-inset-bottom))}.bookmark-dialog-head{grid-template-columns:44px minmax(0,1fr) 34px}.bookmark-dialog-icon{width:44px;height:44px}.bookmark-instruction-row{display:block}.bookmark-shortcut{margin-top:12px}.bookmark-actions{display:grid;grid-template-columns:1fr 1fr}.bookmark-action{width:100%}}.content-crumbs{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--muted);font-size:14px;white-space:nowrap;overflow:auto;scrollbar-width:none}.content-crumbs::-webkit-scrollbar{display:none}.content-crumbs a:hover{color:var(--text)}.content-crumbs strong{color:var(--text);font-weight:650}@media(max-width:980px){.content{padding:18px!important}}@media(max-width:720px){.content{padding:14px!important}.content-crumbs{margin-bottom:12px;font-size:13px}}.bookmark-button{background:var(--live-soft);border-color:color-mix(in srgb,var(--live) 32%,var(--line));color:var(--live)}.bookmark-button:hover,.bookmark-button.is-active{background:color-mix(in srgb,var(--live-soft) 72%,var(--surface));border-color:color-mix(in srgb,var(--live) 55%,var(--line));color:var(--live)}.bookmark-button.is-active svg{fill:currentColor}.app-mini-play{background:var(--live);color:#FFF;box-shadow:0 8px 20px color-mix(in srgb,var(--live) 28%,transparent)}.app-mini-play:hover{background:color-mix(in srgb,var(--live) 86%,#000)}html[data-theme="dark"] .app-mini-play{background:var(--live);color:#FFF;box-shadow:none}html[data-theme="dark"] .app-mini-play:hover{background:color-mix(in srgb,var(--live) 84%,#000)}.live-line{color:var(--live)}.live-line .dot{background:var(--live);box-shadow:0 0 0 4px color-mix(in srgb,var(--live) 14%,transparent)}.volume-slider{background:linear-gradient(90deg,var(--text) 0,var(--text) var(--volume-progress),var(--surface-3) var(--volume-progress),var(--surface-3) 100%)}.volume-slider::-webkit-slider-thumb{border-color:var(--text)}.volume-slider::-moz-range-thumb{border-color:var(--text)}.schedule-status.is-live{background:var(--live-soft);color:var(--live);border:1px solid color-mix(in srgb,var(--live) 30%,var(--line));font-weight:760}.app-ui-meta{color:var(--live)}.sidebar-now-playing{margin:2px 0 7px;min-width:0}.sidebar-now-playing[hidden]{display:none!important}.sidebar-now-card{width:100%;min-width:0;min-height:62px;padding:8px;border:1px solid color-mix(in srgb,var(--live,#F37022) 32%,var(--line));border-radius:15px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--live,#F37022) 5%,var(--surface)));color:var(--text);display:grid;grid-template-columns:42px minmax(0,1fr) 27px;gap:10px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 7px 18px color-mix(in srgb,var(--text) 5%,transparent);transition:transform .15s,border-color .15s,background .15s}.sidebar-now-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--live,#F37022) 58%,var(--line));background:color-mix(in srgb,var(--live,#F37022) 8%,var(--surface))}.sidebar-now-card:focus-visible{outline:2px solid var(--live,#F37022);outline-offset:2px}.sidebar-now-logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;overflow:hidden;color:#fff;font-size:11px;font-weight:820;letter-spacing:-.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.sidebar-now-copy{min-width:0;display:block}.sidebar-now-copy b{display:block;margin-top:2px;font-size:14px;line-height:1.18;font-weight:730;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-now-state{display:flex;align-items:center;gap:6px;color:var(--live,#F37022);font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:790;white-space:nowrap}.sidebar-now-dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,var(--live,#F37022) 13%,transparent)}.sidebar-playing-bars{height:25px;display:flex;align-items:center;justify-content:center;gap:2px;color:var(--live,#F37022)}.sidebar-playing-bars i{display:block;width:3px;height:6px;border-radius:99px;background:currentColor;transform-origin:center;animation:none}.sidebar-now-card.is-playing .sidebar-playing-bars i{animation:sidebarSoundBars .82s ease-in-out infinite alternate}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(2){animation-delay:-.58s}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(3){animation-delay:-.31s}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(4){animation-delay:-.69s}.sidebar-now-card:not(.is-playing) .sidebar-now-dot{box-shadow:none;opacity:.58}.sidebar-now-card:not(.is-playing) .sidebar-playing-bars{opacity:.45}@keyframes sidebarSoundBars{0%{height:5px}35%{height:11px}70%{height:21px}100%{height:8px}}@media (prefers-reduced-motion:reduce){.sidebar-now-card.is-playing .sidebar-playing-bars i{animation:none}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(1){height:10px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(2){height:19px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(3){height:14px}.sidebar-now-card.is-playing .sidebar-playing-bars i:nth-child(4){height:8px}}html[data-theme="dark"] .sidebar-now-card{box-shadow:none;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--live,#F37022) 8%,var(--surface)))}.schedule-station{min-width:0;display:flex;align-items:center;height:100%}.schedule-station h3{margin:0}.station-schedule-head{align-items:center}.station-schedule-head p{display:none!important}.podcast-hero-card{border:1px solid var(--line);border-radius:26px;background:var(--surface);padding:22px;box-shadow:0 14px 40px color-mix(in srgb,var(--text) 5%,transparent)}.podcast-hero-main{display:grid;grid-template-columns:190px minmax(0,1fr);gap:22px;align-items:center}.podcast-hero-cover{position:relative;width:190px;height:190px;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#ffb548,#f16d4f 52%,#5d2c72);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 18px 36px rgba(50,24,30,.18)}.podcast-hero-cover span{font-size:45px;font-weight:850;letter-spacing:-.07em}.podcast-hero-cover small{margin-top:8px;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.09em}.podcast-hero-copy h1{margin:7px 0 0;font-size:clamp(29px,3.1vw,40px);line-height:1.08;letter-spacing:-.045em}.podcast-hero-copy>p{margin:11px 0 0;max-width:740px;color:var(--muted);font-size:15px;line-height:1.6}.podcast-eyebrow{display:block;color:var(--live);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.podcast-hero-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.podcast-hero-meta span{height:29px;padding:0 10px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;color:var(--muted);font-size:11px;font-weight:650}.podcast-hero-actions{display:flex;gap:8px;margin-top:15px}.podcast-hero-actions button{height:40px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;font-size:12px;font-weight:680;cursor:pointer}.podcast-hero-actions button[aria-pressed=true]{background:var(--text);color:var(--bg)}.episode-player{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:22px;padding:16px;border-radius:20px;background:var(--text);color:var(--bg)}.episode-main-play{width:58px;height:58px;border:0;border-radius:50%;background:var(--bg);color:var(--text);display:grid;place-items:center;font-size:16px;cursor:pointer}.episode-main-play span{padding-left:2px}.episode-player-copy{min-width:0}.episode-player-copy>span{display:block;opacity:.65;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.episode-player-copy strong,.episode-player-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.episode-player-copy strong{margin-top:4px;font-size:15px}.episode-player-copy small{margin-top:4px;opacity:.65;font-size:11px}.episode-player-controls{display:flex;align-items:center;gap:6px}.episode-player-controls button{position:relative;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--bg) 28%,transparent);border-radius:12px;background:transparent;color:var(--bg);font:inherit;font-weight:750;cursor:pointer}.episode-player-controls button small{position:absolute;inset:0;display:grid;place-items:center;font-size:8px}.episode-progress-wrap{grid-column:2 / -1;display:grid;grid-template-columns:38px minmax(0,1fr) 48px;gap:9px;align-items:center;font-size:10px;opacity:.8}.episode-progress-wrap input{width:100%;accent-color:var(--bg)}.podcast-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;margin-top:22px}.podcast-episodes-panel,.podcast-about-card,.podcast-platform-card{border:1px solid var(--line);border-radius:22px;background:var(--surface)}.podcast-episodes-panel{padding:18px}.podcast-panel-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.podcast-panel-head h2{margin:0;font-size:22px;letter-spacing:-.035em}.podcast-panel-head p{margin:5px 0 0;color:var(--muted);font-size:15px}.podcast-panel-head button,.podcast-panel-head>a{height:34px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font:inherit;font-size:11px;display:inline-flex;align-items:center;cursor:pointer}.episode-list{display:grid}.episode-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.episode-row:last-child{border-bottom:0}.episode-row.active{background:color-mix(in srgb,var(--surface-2) 70%,transparent)}.episode-play{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer}.episode-row.active .episode-play{background:var(--text);color:var(--bg)}.episode-copy{min-width:0}.episode-topline,.episode-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:10px}.episode-topline span:first-child{font-weight:750;text-transform:uppercase;letter-spacing:.07em}.episode-copy h3{margin:5px 0 0;font-size:15px;line-height:1.3}.episode-copy p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.episode-bottom{margin-top:9px}.episode-bottom button{border:0;background:transparent;color:var(--muted);cursor:pointer}.episode-more{width:100%;height:42px;margin-top:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--text);font:inherit;font-size:12px;font-weight:680;cursor:pointer}.podcast-about-column{display:grid;gap:14px}.podcast-about-card,.podcast-platform-card{padding:18px}.podcast-about-card h2,.podcast-platform-card h2{margin:0;font-size:18px}.podcast-about-card>p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.podcast-about-card dl{margin:17px 0 0}.podcast-about-card dl div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;padding:10px 0;border-top:1px solid var(--line);font-size:12px}.podcast-about-card dt{color:var(--muted)}.podcast-about-card dd{margin:0;font-weight:650;line-height:1.45}.podcast-platform-card{display:grid;gap:8px}.podcast-platform-card h2{margin-bottom:4px}.podcast-platform-card a{height:43px;padding:0 11px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:680}.podcast-platform-card a span{width:24px;text-align:center}.podcast-platform-card a:hover{background:var(--surface-2)}.related-podcasts{padding:28px 0}.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.related-grid a{min-width:0}.related-grid a>span{aspect-ratio:1;border-radius:18px;background:linear-gradient(145deg,var(--a),var(--b) 50%,var(--c));display:grid;place-items:center;color:#fff;font-size:28px;font-weight:850;letter-spacing:-.05em}.related-grid b,.related-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-grid b{margin-top:9px;font-size:14px}.related-grid small{margin-top:3px;color:var(--muted);font-size:11px}@media(max-width:980px){.podcast-detail-grid{grid-template-columns:1fr}.podcast-about-column{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.podcast-hero-card{padding:14px;border-radius:21px}.podcast-hero-main{grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:start}.podcast-hero-cover{width:92px;height:92px;border-radius:17px}.podcast-hero-cover span{font-size:25px}.podcast-hero-cover small{display:none}.podcast-hero-copy>p{font-size:14px;display:none}.podcast-hero-meta span:nth-child(n+2){display:none}.podcast-hero-actions button span{display:none}.episode-player{grid-template-columns:50px minmax(0,1fr);padding:13px}.episode-main-play{width:50px;height:50px}.episode-player-controls{grid-column:1 / -1;justify-content:center}.episode-progress-wrap{grid-column:1 / -1}.podcast-panel-head p{font-size:14px}.podcast-about-column{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.episode-copy p{display:none}}.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}.episode-detail-hero{border:1px solid var(--line);border-radius:26px;background:var(--surface);padding:22px;box-shadow:0 16px 44px color-mix(in srgb,var(--text) 5%,transparent)}.episode-detail-head{display:grid;grid-template-columns:150px minmax(0,1fr);gap:22px;align-items:center}.episode-detail-cover{width:150px;height:150px;border-radius:24px;background:linear-gradient(145deg,#ffb548 0%,#f16d4f 48%,#5d2c72 100%);color:#fff;display:grid;place-items:center;align-content:center;gap:4px;box-shadow:0 18px 42px rgba(52,25,56,.22)}.episode-detail-cover strong{font-size:38px;letter-spacing:-.07em}.episode-detail-cover span{font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.episode-detail-copy{min-width:0}.episode-detail-eyebrow{display:block;color:var(--live);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.episode-detail-copy h1{margin:8px 0 0;font-size:clamp(29px,3.5vw,40px);line-height:1.08;letter-spacing:-.045em;font-weight:760}.episode-detail-copy>p{margin:12px 0 0;max-width:850px;color:var(--muted);font-size:15px;line-height:1.65}.episode-detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.episode-detail-meta span{height:30px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);display:inline-flex;align-items:center;color:var(--muted);font-size:11px;font-weight:650}.episode-detail-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.episode-detail-actions a,.episode-detail-actions button{height:40px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px;font:inherit;font-size:12px;font-weight:680;cursor:pointer}.episode-detail-actions a.primary{background:var(--text);border-color:var(--text);color:var(--bg)}.episode-detail-hero .episode-player{margin-top:22px}.episode-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;margin-top:22px}.episode-article,.episode-side-card{border:1px solid var(--line);border-radius:22px;background:var(--surface)}.episode-article{padding:22px}.episode-article section+section{margin-top:25px;padding-top:23px;border-top:1px solid var(--line)}.episode-article h2,.episode-side-card h2{margin:0;font-size:21px;letter-spacing:-.035em}.episode-article p{margin:11px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.episode-chapters{display:grid;margin-top:14px}.episode-chapter{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.episode-chapter:last-child{border-bottom:0}.episode-chapter time{color:var(--muted);font-size:12px;font-weight:730}.episode-chapter-title{width:fit-content;max-width:100%;margin:0;padding:0;border:0;background:transparent;color:var(--text);font:inherit;font-size:14px;font-weight:700;line-height:1.4;text-align:left;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}.episode-chapter-title:hover{text-decoration-thickness:2px}.episode-chapter-title:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:3px}.episode-transcript{margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2)}.episode-transcript p:first-child{margin-top:0}.episode-transcript-fade{max-height:128px;overflow:hidden;position:relative}.episode-transcript-fade::after{content:'';position:absolute;left:0;right:0;bottom:0;height:64px;background:linear-gradient(transparent,var(--surface-2))}.episode-transcript button{height:38px;margin-top:12px;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);font:inherit;font-size:12px;font-weight:680;cursor:pointer}.episode-aside{display:grid;gap:14px}.episode-side-card{padding:18px}.episode-podcast-mini{display:grid;grid-template-columns:62px minmax(0,1fr);gap:13px;align-items:center;margin-top:13px}.episode-podcast-logo{width:62px;height:62px;border-radius:15px;background:linear-gradient(145deg,#ffb548,#f16d4f 50%,#5d2c72);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:850}.episode-podcast-mini b,.episode-podcast-mini span{display:block}.episode-podcast-mini b{font-size:14px}.episode-podcast-mini span{margin-top:4px;color:var(--muted);font-size:11px}.episode-side-link{width:100%;height:40px;margin-top:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:690}.episode-neighbours{display:grid;margin-top:10px}.episode-neighbour{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.episode-neighbour:last-child{border-bottom:0}.episode-neighbour span{width:36px;height:36px;border-radius:11px;background:var(--surface-2);display:grid;place-items:center;font-size:12px}.episode-neighbour b,.episode-neighbour small{display:block}.episode-neighbour b{font-size:12px;line-height:1.35}.episode-neighbour small{margin-top:3px;color:var(--muted);font-size:10px}@media(max-width:900px){.episode-content-grid{grid-template-columns:1fr}.episode-aside{grid-template-columns:1fr 1fr}}@media(max-width:760px){.episode-detail-hero{padding:15px;border-radius:22px}.episode-detail-head{grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:start}.episode-detail-cover{width:88px;height:88px;border-radius:17px}.episode-detail-cover strong{font-size:24px}.episode-detail-cover span{display:none}.episode-detail-copy h1{font-size:29px}.episode-detail-copy>p{grid-column:1/-1;font-size:14px}.episode-detail-meta span:nth-child(n+3){display:none}.episode-content-grid{margin-top:14px}.episode-article{padding:17px}.episode-aside{grid-template-columns:1fr}.episode-chapter{grid-template-columns:48px minmax(0,1fr)}.episode-detail-actions a,.episode-detail-actions button{padding:0 11px}.episode-detail-actions .action-label{display:none}}*,*::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}}:root{--page-title-size:clamp(29px,2.4vw,40px)}.hero h1,.intro h1,.station-copy h1,.music-page-title{margin:0 0 6px!important;font-size:var(--page-title-size)!important;line-height:1.08!important;letter-spacing:-.04em!important;font-weight:680!important;color:var(--text)!important;max-width:920px!important}@media(max-width:760px){:root{--page-title-size:29px}.hero h1,.intro h1,.station-copy h1,.music-page-title{line-height:1.1!important}}@media(max-width:390px){:root{--page-title-size:27px}}:root{--bg:#F7F7F8!important;--surface:#FFFFFF!important;--surface-2:#F1F1F1!important;--surface-3:#E8E8EA!important;--text:#0D0D0D!important;--muted:#5F6368!important;--faint:#8A8A8A!important;--line:#DEDEDE!important;--brand:#0D0D0D!important;--brand-soft:#ECECEC!important;--live:#F36D3D!important;--live-soft:#FFF0E9!important;--blue:#5278C7!important;--section-accent:#0D0D0D!important;--sidebar:286px!important;--header:68px!important;color-scheme:light}html[data-theme="dark"]{--bg:#050608!important;--surface:#0C0E12!important;--surface-2:#12151B!important;--surface-3:#191D25!important;--text:#ECECEC!important;--muted:#B4B4B4!important;--faint:#8F8F8F!important;--line:#424242!important;--brand:#FFFFFF!important;--brand-soft:#3A3A3A!important;--live:#FF8A5B!important;--live-soft:#3A241D!important;--blue:#E3E3E3!important;--section-accent:#D1D1D1!important;color-scheme:dark}html,body{margin:0!important;min-height:100%;background:var(--bg)!important}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:16px!important;line-height:1.45!important;color:var(--text)!important}.page{width:100%!important;min-height:100vh!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:286px minmax(0,1fr)!important;gap:0!important;border:0!important;border-radius:0!important;background:var(--bg)!important;box-shadow:none!important;overflow:visible!important}.sidebar{position:sticky!important;top:0!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:70!important;display:block!important;width:286px!important;min-width:286px!important;max-width:286px!important;height:100vh!important;min-height:0!important;margin:0!important;padding:18px 12px 26px!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;background:#F9F9F9!important;box-shadow:none!important;transform:none!important;font-size:16px!important;line-height:1.45!important;scrollbar-width:thin;scrollbar-color:var(--line) transparent}html[data-theme="dark"] .sidebar{border:0!important;border-right:1px solid #343434!important;border-radius:0!important;background:#171717!important;box-shadow:none!important}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}.sidebar>.brand{box-sizing:border-box!important;width:100%!important;min-height:0!important;margin:0!important;padding:8px 10px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important;font-size:16px!important;line-height:1.45!important;box-shadow:none!important}.sidebar .brand-mark{width:42px!important;height:42px!important;min-width:42px!important;border:0!important;border-radius:12px!important;background:#0D0D0D!important;color:#FFF!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;font-size:16px!important;font-weight:800!important;line-height:1!important}html[data-theme="dark"] .sidebar .brand-mark{background:#FFF!important;color:#0D0D0D!important}.sidebar .brand-copy{min-width:0!important}.sidebar .brand-copy b{display:block!important;font-size:20px!important;line-height:1.05!important;letter-spacing:-.03em!important;font-weight:700!important}.sidebar .brand-copy span{display:block!important;margin-top:3px!important;font-size:13px!important;line-height:1.2!important;color:var(--muted)!important}.sidebar .nav-block{width:100%!important;margin:0 0 23px!important;padding:0!important;border:0!important;background:transparent!important}.sidebar .nav-personal{display:grid!important;gap:4px!important}.sidebar .nav-label{width:auto!important;margin:0 0 7px 12px!important;padding:14px 0 8px!important;font-size:13px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#000!important;font-weight:760!important}html[data-theme="dark"] .sidebar .nav-label{color:#FFF!important}.sidebar .nav-item,.sidebar .nav-toggle{box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:42px!important;margin:0!important;padding:8px 11px!important;border:0!important;border-radius:11px!important;background:transparent!important;color:var(--muted)!important;display:grid!important;grid-template-columns:22px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;text-align:left!important;font-size:15px!important;line-height:1.45!important;font-weight:400!important;box-shadow:none!important;transform:none!important}.sidebar .nav-item:hover,.sidebar .nav-toggle:hover{background:var(--surface-2)!important;color:var(--text)!important}html[data-theme="dark"] .sidebar .nav-item:hover,html[data-theme="dark"] .sidebar .nav-toggle:hover{background:#252525!important;color:#FFF!important}.sidebar .nav-item.active{background:#0D0D0D!important;color:#FFF!important;font-weight:680!important;border:0!important;border-radius:11px!important;box-shadow:none!important}.sidebar .nav-item.active .nav-text,.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-count{color:#FFF!important;opacity:1!important}html[data-theme="dark"] .sidebar .nav-item.active{background:#FFF!important;color:#0D0D0D!important}html[data-theme="dark"] .sidebar .nav-item.active .nav-text,html[data-theme="dark"] .sidebar .nav-item.active .nav-icon,html[data-theme="dark"] .sidebar .nav-item.active .nav-count{color:#0D0D0D!important}.sidebar .nav-icon{width:18px!important;height:18px!important;opacity:.9!important}.sidebar .nav-text{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sidebar .nav-count{font-variant-numeric:tabular-nums!important;font-size:13px!important;min-width:24px!important;text-align:right!important;color:var(--faint)!important}.sidebar .subnav{display:grid!important;gap:2px!important;margin:3px 0 5px 31px!important;padding:0 0 0 11px!important;border:0!important;border-left:1px solid var(--line)!important;background:transparent!important}.sidebar .subnav[hidden]{display:none!important}.sidebar .subnav a{padding:7px 9px!important;border:0!important;border-radius:8px!important;background:transparent!important;font-size:14px!important;line-height:1.45!important;color:var(--muted)!important}.sidebar .subnav a:hover{background:var(--surface-2)!important;color:var(--text)!important}.main{position:relative!important;min-width:0!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:var(--bg)!important;color:var(--text)!important;box-shadow:none!important;overflow:visible!important;font-size:16px!important;line-height:1.45!important}.topbar{position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:60!important;width:100%!important;height:68px!important;min-height:68px!important;margin:0!important;padding:0!important;display:block!important;gap:0!important;align-items:normal!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:color-mix(in srgb,var(--bg) 94%,var(--surface))!important;box-shadow:none!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:16px!important;line-height:1.45!important}.topbar-inner{box-sizing:border-box!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:0 clamp(14px,1.6vw,28px)!important;border:0!important;border-radius:0!important;background:transparent!important;display:grid!important;grid-template-columns:minmax(260px,720px) 1fr!important;gap:clamp(16px,1.6vw,28px)!important;align-items:center!important;font-size:16px!important;line-height:1.45!important}.content{box-sizing:border-box!important;width:100%!important;max-width:1450px!important;min-width:0!important;margin:0!important;padding:24px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--text)!important;box-shadow:none!important;font-size:16px!important;line-height:1.45!important}.drawer-backdrop{display:none;position:fixed;inset:68px 0 0;z-index:69;background:rgba(0,0,0,.38)}@media(max-width:980px){.page{grid-template-columns:1fr!important}.mobile-menu{display:grid!important}.sidebar{display:block!important;position:fixed!important;z-index:70!important;left:0!important;top:68px!important;bottom:0!important;width:min(86vw,300px)!important;min-width:0!important;max-width:300px!important;height:auto!important;padding:16px 13px 36px!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;transform:translateX(-103%)!important;transition:transform .2s ease!important}.sidebar.open{transform:translateX(0)!important}.drawer-backdrop.visible{display:block!important}.content{padding:18px!important}}@media(max-width:760px){:root{--header:62px!important}.topbar{height:62px!important;min-height:62px!important}.sidebar{top:62px!important}.drawer-backdrop{inset:62px 0 0}.topbar-inner{grid-template-columns:minmax(0,1fr) auto!important;padding:0 13px!important;gap:9px!important}}@media(max-width:720px){.content{padding:14px!important}}.sidebar>.brand{box-sizing:border-box!important;width:100%!important;min-height:0!important;margin:0!important;padding:8px 10px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:12px!important;color:var(--text)!important}.sidebar>.brand .brand-mark{width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important;margin:0!important;padding:0!important;border:0!important;border-radius:12px!important;background:#0D0D0D!important;color:#FFFFFF!important;display:grid!important;place-items:center!important;font-size:16px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;box-shadow:none!important}html[data-theme="dark"] .sidebar>.brand .brand-mark{background:#FFFFFF!important;color:#0D0D0D!important}.sidebar>.brand .brand-copy{min-width:0!important;margin:0!important;padding:0!important;color:var(--text)!important;line-height:1.05!important;letter-spacing:0!important}.sidebar>.brand .brand-copy b{display:block!important;margin:0!important;color:var(--text)!important;font-size:20px!important;line-height:1.05!important;font-weight:760!important;letter-spacing:-.03em!important;white-space:nowrap!important}.sidebar>.brand .brand-copy span{display:block!important;margin:4px 0 0!important;color:var(--muted)!important;font-size:13px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:0!important;white-space:nowrap!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:var(--text)!important;display:grid!important;place-items:center!important;box-shadow:none!important}#bookmarkButton.bookmark-button:hover,#bookmarkButton.bookmark-button.is-active:hover{border-color:var(--line)!important;background:var(--surface)!important;color:var(--text)!important}#bookmarkButton.bookmark-button svg{width:19px!important;height:19px!important}#bookmarkButton.bookmark-button.is-active svg{fill:none!important}.content-crumbs{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0 0 16px!important;padding:0!important;color:var(--muted)!important;font-size:14px!important;line-height:1.35!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}.content-crumbs::-webkit-scrollbar{display:none!important}.content-crumbs a{color:var(--muted)!important;text-decoration:none!important}.content-crumbs a:hover{color:var(--text)!important}.content-crumbs>span{color:var(--faint)!important}.content-crumbs strong{color:var(--text)!important;font-weight:650!important}.content-crumbs + .intro,.content-crumbs + .music-page-columns,.content-crumbs + .station-card{margin-top:0!important}.music-page .music-top-section{padding-top:0!important}@media(max-width:760px){#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:42px!important;height:42px!important}}@media(max-width:720px){.content-crumbs{margin-bottom:12px!important;font-size:13px!important}}.episode-detail-copy .episode-back-inline{display:inline-flex;align-items:center;gap:7px;width:max-content;color:var(--muted);font-size:12px;font-weight:680;line-height:1;letter-spacing:0;text-transform:none;transition:color .15s ease,transform .15s ease}.episode-detail-copy .episode-back-inline>span:first-child{font-size:16px;line-height:1;transform:translateY(-.5px)}.episode-detail-copy .episode-back-inline:hover{color:var(--text);transform:translateX(-2px)}.episode-detail-copy .episode-back-inline + h1{margin-top:10px}.episode-detail-actions{margin-top:16px}@media(max-width:760px){.episode-detail-copy .episode-back-inline{font-size:11px;gap:6px}.episode-detail-copy .episode-back-inline>span:first-child{font-size:15px}}.episode-article{display:flex;flex-direction:column}.episode-summary-section{order:1}.episode-chapters-section{order:2}.episode-transcript-section{order:3}.episode-neighbour{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-width:0!important;padding:12px 0!important}.episode-neighbour>span:first-child{width:40px!important;height:40px!important;min-width:40px!important;border-radius:12px!important;background:var(--surface-2)!important;display:grid!important;place-items:center!important;font-size:15px!important}.episode-neighbour>span:last-child{width:auto!important;height:auto!important;min-width:0!important;border-radius:0!important;background:transparent!important;display:block!important;overflow:visible!important}.episode-neighbour b{display:block!important;max-width:100%!important;font-size:14px!important;line-height:1.35!important;overflow-wrap:anywhere!important;word-break:normal!important}.episode-neighbour small{display:block!important;margin-top:5px!important;font-size:11px!important;color:var(--muted)!important}.episode-side-card{height:auto!important;min-height:0!important;overflow:visible!important}.episode-neighbours{min-width:0!important}@media(max-width:1180px){.episode-content-grid{grid-template-columns:1fr!important}.episode-aside{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.episode-aside{grid-template-columns:1fr!important}.episode-neighbour{grid-template-columns:40px minmax(0,1fr)!important}}.episode-detail-head{grid-template-columns:150px minmax(0,1fr)!important;gap:22px!important;align-items:center!important}.episode-detail-cover{width:150px!important;height:150px!important;border-radius:22px!important}@media(max-width:760px){.episode-detail-head{grid-template-columns:78px minmax(0,1fr)!important;gap:12px!important;align-items:start!important}.episode-detail-cover{width:78px!important;height:78px!important;border-radius:15px!important}.episode-detail-cover strong{font-size:23px!important}}.episode-detail-actions.engagement-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.episode-detail-actions .engagement-btn{min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:9px;cursor:pointer;font:inherit;font-size:14px;font-weight:680;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .15s}.episode-detail-actions .engagement-btn:hover{background:var(--surface-2);border-color:var(--faint);transform:translateY(-1px)}.episode-detail-actions .engagement-btn svg{width:18px;height:18px;flex:0 0 auto}.episode-detail-actions .share-button{background:var(--text);border-color:var(--text);color:var(--surface)}.episode-detail-actions .share-button:hover{background:color-mix(in srgb,var(--text) 88%,var(--surface));border-color:color-mix(in srgb,var(--text) 88%,var(--surface));color:var(--surface)}html[data-theme="dark"] .episode-detail-actions .share-button{background:#F4F3F0;border-color:#F4F3F0;color:#1C1E23}html[data-theme="dark"] .episode-detail-actions .share-button:hover{background:#FFF;border-color:#FFF;color:#1C1E23}.episode-transcript-section{order:2}.episode-chapters-section{order:3}.transcript-current{display:flex;align-items:center;gap:11px;margin-bottom:12px;padding:11px 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.transcript-current>i{width:9px;height:9px;border-radius:50%;background:var(--live);box-shadow:0 0 0 5px color-mix(in srgb,var(--live) 13%,transparent);flex:0 0 auto}.transcript-current span{min-width:0}.transcript-current small,.transcript-current strong{display:block}.transcript-current small{color:var(--muted);font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.transcript-current strong{margin-top:3px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.episode-transcript-fade{display:grid;gap:8px}.episode-transcript-fade .transcript-segment{display:grid;grid-template-columns:54px minmax(0,1fr);gap:11px;align-items:start;margin:0;padding:11px 12px;border:1px solid transparent;border-radius:13px;color:var(--muted);line-height:1.62;transition:background .18s,border-color .18s,color .18s}.episode-transcript-fade .transcript-segment time{padding-top:1px;color:var(--faint);font-size:11px;font-weight:720;font-variant-numeric:tabular-nums}.episode-transcript-fade .transcript-segment strong{color:inherit}.episode-transcript-fade .transcript-segment.is-current{border-color:var(--line);background:var(--surface-2);color:var(--text)}.episode-transcript-fade .transcript-segment.is-current time{color:var(--live)}.episode-transcript-fade .transcript-segment.is-past{color:color-mix(in srgb,var(--muted) 74%,transparent)}@media(max-width:720px){.episode-detail-actions.engagement-actions{display:grid;grid-template-columns:1fr;margin-top:18px}.episode-detail-actions .engagement-btn{width:100%;justify-content:center}.episode-transcript-fade .transcript-segment{grid-template-columns:44px minmax(0,1fr);gap:9px;padding:10px}.transcript-current strong{font-size:12px}}.episode-article{display:grid!important;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr)!important;column-gap:24px!important;row-gap:0!important;align-items:start!important}.episode-summary-section{grid-column:1!important;grid-row:1!important;min-width:0!important;padding-right:2px!important}.episode-transcript-section{grid-column:2!important;grid-row:1!important;min-width:0!important;margin-top:0!important;padding-top:0!important;padding-left:24px!important;border-top:0!important;border-left:1px solid var(--line)!important}.episode-chapters-section{grid-column:1 / -1!important;grid-row:2!important;margin-top:24px!important;padding-top:22px!important;border-top:1px solid var(--line)!important}.episode-transcript{min-height:152px!important;margin-top:14px!important;padding:18px!important;display:flex!important;align-items:center!important;border:1px solid var(--line)!important;border-radius:16px!important;background:var(--surface-2)!important}.episode-transcript-fade{width:100%!important;max-height:none!important;overflow:visible!important;display:block!important}.episode-transcript-fade::after{display:none!important}.episode-transcript-fade .transcript-segment{display:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--text)!important;font-size:16px!important;line-height:1.72!important;transition:opacity .18s ease!important}.episode-transcript-fade .transcript-segment.is-current{display:block!important;color:var(--text)!important}.episode-transcript-fade .transcript-segment span{display:block!important}.episode-transcript-fade .transcript-segment strong{color:var(--text)!important}.episode-transcript-fade .transcript-segment.is-past{display:none!important}@media(max-width:900px){.episode-article{grid-template-columns:1fr!important}.episode-summary-section{grid-column:1!important;grid-row:1!important}.episode-transcript-section{grid-column:1!important;grid-row:2!important;margin-top:22px!important;padding-top:22px!important;padding-left:0!important;border-left:0!important;border-top:1px solid var(--line)!important}.episode-chapters-section{grid-column:1!important;grid-row:3!important}}@media(max-width:760px){.episode-transcript{min-height:132px!important;padding:15px!important}.episode-transcript-fade .transcript-segment{font-size:14px!important;line-height:1.65!important}}.podcast-player-unified{margin-top:20px!important;padding:13px 16px 13px 13px!important;min-height:86px!important;display:grid!important;grid-template-columns:62px minmax(0,1fr) auto!important;grid-template-areas:"play copy controls" ". progress progress"!important;align-items:center!important;gap:12px 15px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:linear-gradient(180deg,var(--surface),var(--surface-2))!important;color:var(--text)!important;box-shadow:none!important}.podcast-player-unified .episode-main-play{grid-area:play!important;width:62px!important;height:62px!important;min-width:62px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:var(--brand)!important;color:#fff!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:0 12px 24px rgba(191,81,56,.24)!important;transition:transform .16s ease!important}.podcast-player-unified .episode-main-play:hover{transform:scale(1.035)!important}.podcast-player-unified .episode-main-play svg{width:23px!important;height:23px!important;margin-left:3px!important;display:block!important;fill:currentColor!important}.podcast-player-unified .episode-player-copy{grid-area:copy!important;min-width:0!important}.podcast-player-unified .episode-player-kicker{display:block!important;margin:0!important;color:var(--brand)!important;opacity:1!important;font-size:10px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}.podcast-player-unified .episode-player-copy strong{display:block!important;margin-top:5px!important;color:var(--text)!important;font-size:17px!important;line-height:1.25!important;letter-spacing:-.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.podcast-player-unified .episode-player-copy small{display:block!important;margin-top:4px!important;color:var(--muted)!important;opacity:1!important;font-size:13px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.podcast-player-unified .episode-player-controls{grid-area:controls!important;width:214px!important;min-width:214px!important;height:auto!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important;align-items:center!important;gap:0!important;padding:7px!important;border:1px solid var(--line)!important;border-radius:15px!important;background:color-mix(in srgb,var(--surface) 82%,var(--surface-2))!important}.podcast-player-unified .episode-control-btn{width:100%!important;min-width:0!important;height:38px!important;margin:0!important;padding:0 8px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--text)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;font:inherit!important;cursor:pointer!important;white-space:nowrap!important;overflow:hidden!important;box-shadow:none!important}.podcast-player-unified .episode-control-btn:hover{background:var(--surface-2)!important}.podcast-player-unified .episode-control-btn + .episode-control-btn{border-left:1px solid var(--line)!important;border-radius:0 10px 10px 0!important}.podcast-player-unified .episode-control-arrow{display:none!important}.podcast-player-unified .episode-control-text{display:block!important;color:var(--text)!important;font-size:12px!important;line-height:1!important;font-weight:760!important}.podcast-player-unified #episodeBack .episode-control-text::before{content:'−';margin-right:2px}.podcast-player-unified #episodeForward .episode-control-text::before{content:'+';margin-right:2px}.podcast-player-unified .episode-speed-btn{padding:0 10px!important}.podcast-player-unified .episode-speed-value{display:block!important;min-width:40px!important;color:var(--text)!important;font-size:15px!important;line-height:1!important;font-weight:800!important;text-align:center!important;white-space:nowrap!important}.podcast-player-unified .episode-progress-wrap{grid-area:progress!important;min-width:0!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 56px!important;align-items:center!important;gap:10px!important;padding-top:1px!important;color:var(--muted)!important;opacity:1!important;font-size:11px!important;line-height:1!important;font-variant-numeric:tabular-nums!important}.podcast-player-unified .episode-progress-wrap>span:last-child{text-align:right!important}.podcast-player-unified #episodeProgress{--episode-progress:0%;appearance:none!important;width:100%!important;height:6px!important;margin:0!important;border:0!important;border-radius:999px!important;outline:none!important;background:linear-gradient(90deg,var(--brand) 0,var(--brand) var(--episode-progress),var(--surface-3) var(--episode-progress),var(--surface-3) 100%)!important;cursor:pointer!important;accent-color:var(--brand)!important}.podcast-player-unified #episodeProgress::-webkit-slider-thumb{appearance:none!important;width:18px!important;height:18px!important;border:5px solid var(--brand)!important;border-radius:50%!important;background:var(--surface)!important;box-shadow:0 2px 8px rgba(0,0,0,.18)!important;cursor:pointer!important}.podcast-player-unified #episodeProgress::-moz-range-thumb{width:10px!important;height:10px!important;border:5px solid var(--brand)!important;border-radius:50%!important;background:var(--surface)!important;box-shadow:0 2px 8px rgba(0,0,0,.18)!important;cursor:pointer!important}@media(max-width:900px){.podcast-player-unified{grid-template-columns:58px minmax(0,1fr)!important;grid-template-areas:"play copy" "controls controls" "progress progress"!important}.podcast-player-unified .episode-main-play{width:58px!important;height:58px!important;min-width:58px!important}.podcast-player-unified .episode-player-controls{width:100%!important;min-width:0!important}}@media(max-width:560px){.podcast-player-unified{margin-top:16px!important;padding:12px!important;border-radius:17px!important;gap:11px 12px!important}.podcast-player-unified .episode-player-copy strong{font-size:15px!important}.podcast-player-unified .episode-player-copy small{font-size:12px!important}.podcast-player-unified .episode-player-controls{padding:6px!important;border-radius:14px!important}.podcast-player-unified .episode-control-btn{height:36px!important;padding:0 6px!important}.podcast-player-unified .episode-control-text{font-size:11px!important}.podcast-player-unified .episode-speed-value{font-size:14px!important}.podcast-player-unified .episode-progress-wrap{grid-template-columns:38px minmax(0,1fr) 50px!important;gap:8px!important;font-size:10px!important}}.podcast-player-unified .episode-main-play svg path,.podcast-player-unified .episode-main-play svg rect{fill:currentColor!important}@media(min-width:721px){.episode-detail-actions .engagement-btn{min-height:36px!important;padding:0 11px!important;border-radius:11px!important;gap:7px!important;font-size:12px!important}.episode-detail-actions .engagement-btn svg{width:15px!important;height:15px!important}}.podcast-player-unified .episode-main-play{background:var(--brand)!important;color:#fff!important}.podcast-player-unified .episode-main-play svg,.podcast-player-unified .episode-main-play svg *{fill:currentColor!important;stroke:none!important}html[data-theme="dark"] .podcast-player-unified .episode-main-play{background:var(--brand)!important;color:#fff!important;box-shadow:0 12px 24px rgba(191,81,56,.24)!important}html[data-theme="dark"] .podcast-player-unified .episode-main-play svg,html[data-theme="dark"] .podcast-player-unified .episode-main-play svg *{fill:#fff!important;stroke:none!important}@media(min-width:721px){.episode-detail-actions.engagement-actions{display:flex!important;justify-content:flex-start!important;align-items:center!important}.episode-detail-actions .share-button,.episode-detail-actions .engagement-btn{width:auto!important;flex:0 0 auto!important;align-self:flex-start!important}.episode-detail-actions .share-button{min-height:36px!important;padding:0 12px!important;border-radius:11px!important;gap:7px!important;font-size:12px!important;max-width:max-content!important}.episode-detail-actions .share-button svg{width:15px!important;height:15px!important}}.phone-device{border-radius:36px!important;padding:6px!important}.phone-frame{padding:0!important;border-radius:30px!important}.phone-notch{top:0!important;width:84px!important;height:18px!important;border-radius:0 0 13px 13px!important}.phone-screen{border-radius:30px!important}.phone-screen::before{top:8px!important}.app-phone-wrap{width:100%;display:grid;place-items:center}.app-phone-premium{width:clamp(164px,16vw,178px)!important;height:auto!important;aspect-ratio:258 / 540!important;padding:6px!important;border-radius:36px!important;background:linear-gradient(180deg,#121318,#060708)!important}.app-phone-topbar{top:6px!important;width:84px!important;height:18px!important;border-radius:0 0 13px 13px!important;background:#050607!important}.app-phone-screen{border-radius:30px!important;padding:14px 14px 16px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important}@media(max-width:980px){.app-phone-premium{width:170px!important}}@media(max-width:760px){.app-phone-premium{width:160px!important}.phone-device{width:clamp(196px,62vw,236px)!important}}.phone-device{width:clamp(206px,18vw,248px)!important;padding:4px!important;border-radius:34px!important;background:linear-gradient(180deg,#121318,#060708)!important}.phone-frame{padding:0!important;border-radius:30px!important;overflow:hidden!important;background:linear-gradient(180deg,#0b0c10,#040405)!important}.phone-notch{top:0!important;width:78px!important;height:14px!important;border-radius:0 0 12px 12px!important;background:#050607!important}.phone-screen{border-radius:30px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important}.app-phone-wrap{width:100%!important;display:grid!important;place-items:center!important}.app-phone-premium{width:clamp(160px,15.6vw,172px)!important;height:auto!important;aspect-ratio:258 / 540!important;padding:4px!important;border-radius:34px!important;background:linear-gradient(180deg,#121318,#060708)!important}.app-phone-topbar{top:4px!important;width:78px!important;height:14px!important;border-radius:0 0 12px 12px!important;background:#050607!important}.app-phone-screen{border-radius:30px!important;padding:14px 14px 16px!important;background:linear-gradient(180deg,#FBFBFB 0%,#ECECEC 100%)!important}@media(max-width:980px){.app-phone-premium{width:166px!important}}@media(max-width:760px){.phone-device{width:clamp(194px,62vw,236px)!important}.app-phone-premium{width:156px!important}}.app-phone-premium{border-radius:25px!important;padding:4px!important}.app-phone-premium .app-phone-screen,.app-phone-screen{border-radius:21px!important}.app-phone-topbar{top:4px!important;width:56px!important;height:9px!important;border-radius:0 0 9px 9px!important}@media(max-width:980px){.app-phone-premium{border-radius:24px!important}.app-phone-premium .app-phone-screen,.app-phone-screen{border-radius:20px!important}.app-phone-topbar{width:54px!important;height:9px!important}}@media(max-width:760px){.app-phone-premium{border-radius:23px!important}.app-phone-premium .app-phone-screen,.app-phone-screen{border-radius:19px!important}.app-phone-topbar{width:50px!important;height:8px!important;border-radius:0 0 8px 8px!important}}.podcast-player-unified .episode-main-play{position:relative!important;color:#fff!important}.podcast-player-unified .episode-main-play svg{display:none!important}.podcast-player-unified .episode-main-play::before{content:''!important;display:block!important;width:0!important;height:0!important;border-top:10px solid transparent!important;border-bottom:10px solid transparent!important;border-left:16px solid currentColor!important;transform:translateX(2px)!important}.podcast-player-unified .episode-main-play[aria-pressed="true"]::before{width:15px!important;height:19px!important;border:0!important;background:linear-gradient(90deg,currentColor 0 4px,transparent 4px 11px,currentColor 11px 15px)!important;transform:none!important}html[data-theme="dark"] .podcast-player-unified .episode-main-play{color:#fff!important}.podcast-player-unified{border:1px solid var(--line)!important;background:linear-gradient(180deg,var(--surface),var(--surface-2))!important;box-shadow:none!important}.podcast-player-unified .episode-main-play{background:#0D0D0D!important;color:#FFFFFF!important;box-shadow:0 5px 14px rgba(0,0,0,.14)!important}.podcast-player-unified .episode-main-play:hover{background:#2B2B2B!important}.podcast-player-unified .episode-main-play::before{content:none!important;display:none!important}.podcast-player-unified .episode-main-play svg{display:block!important;width:24px!important;height:24px!important;margin-left:3px!important;fill:currentColor!important}.podcast-player-unified .episode-main-play svg path,.podcast-player-unified .episode-main-play svg rect{fill:currentColor!important}.podcast-player-unified .episode-player-controls{border-color:var(--line)!important;background:color-mix(in srgb,var(--surface) 82%,var(--surface-2))!important}.podcast-player-unified .episode-control-btn{color:var(--text)!important}.podcast-player-unified .episode-progress-wrap{color:var(--muted)!important}html[data-theme="dark"] .podcast-player-unified .episode-main-play{background:#FFFFFF!important;color:#0D0D0D!important;box-shadow:none!important}html[data-theme="dark"] .podcast-player-unified .episode-main-play:hover{background:#E4E4E4!important}html[data-theme="dark"] .podcast-player-unified .episode-main-play svg,html[data-theme="dark"] .podcast-player-unified .episode-main-play svg path,html[data-theme="dark"] .podcast-player-unified .episode-main-play svg rect{fill:currentColor!important}@media(min-width:721px){.episode-detail-actions .share-button{min-height:42px!important;min-width:348px!important;padding:0 20px!important;border-radius:14px!important;gap:10px!important;font-size:14px!important;font-weight:680!important;justify-content:center!important}.episode-detail-actions .share-button svg{width:18px!important;height:18px!important}}.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:19px!important;height:19px!important;flex:0 0 19px!important;display:block!important;transform:translateY(-0.5px)!important;overflow:visible!important}.engagement-actions .favorite-button span,.podcast-engagement-actions .favorite-button span,.episode-detail-actions .favorite-button span{display:inline-block!important;line-height:1.2!important}@media(max-width:760px){.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{gap:8px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:18px!important;height:18px!important;flex-basis:18px!important}}.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:22px!important;height:22px!important;flex:0 0 22px!important;display:block!important;transform:translateY(-0.5px)!important;overflow:visible!important;stroke-width:1.95!important}.engagement-actions .favorite-button span,.podcast-engagement-actions .favorite-button span,.episode-detail-actions .favorite-button span{display:inline-block!important;line-height:1.2!important}@media(max-width:760px){.engagement-actions .favorite-button,.podcast-engagement-actions .favorite-button,.episode-detail-actions .favorite-button{gap:9px!important}.engagement-actions .favorite-button svg,.podcast-engagement-actions .favorite-button svg,.episode-detail-actions .favorite-button svg{width:20px!important;height:20px!important;flex-basis:20px!important}}@media(max-width:760px){.podcast-player-unified .episode-player-controls{padding:8px!important;border-radius:16px!important;margin-bottom:10px!important}.podcast-player-unified .episode-control-btn{height:46px!important;min-height:46px!important;padding:0 8px!important;border-radius:12px!important}.podcast-player-unified .episode-control-text{font-size:12px!important}.podcast-player-unified .episode-speed-value{font-size:15px!important}.podcast-player-unified .episode-progress-wrap{margin-top:4px!important}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.related-grid a>span{border-radius:14px!important;font-size:20px!important}.related-grid b{margin-top:7px!important;font-size:11px!important;line-height:1.2!important}.related-grid small{font-size:10px!important;line-height:1.2!important}}@media(max-width:760px){.podcast-player-unified .episode-player-controls{width:100%!important;min-width:0!important;padding:10px 8px!important;border-radius:18px!important;margin-bottom:14px!important}.podcast-player-unified .episode-control-btn{height:52px!important;min-height:52px!important;padding:0 10px!important;border-radius:12px!important}.podcast-player-unified .episode-control-text{font-size:14px!important;font-weight:760!important}.podcast-player-unified .episode-speed-value{font-size:16px!important;font-weight:760!important}.podcast-player-unified .episode-progress-wrap{margin-top:8px!important;padding-top:4px!important;grid-template-columns:40px minmax(0,1fr) 52px!important;gap:10px!important}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.related-grid a>span{border-radius:14px!important;font-size:18px!important}.related-grid b{margin-top:7px!important;font-size:11px!important;line-height:1.2!important}.related-grid small{margin-top:2px!important;font-size:9px!important;line-height:1.15!important}}@media(max-width:560px){.podcast-player-unified .episode-player-controls{padding:10px 8px!important;border-radius:18px!important;margin-bottom:16px!important}.podcast-player-unified .episode-control-btn{height:54px!important;min-height:54px!important}.podcast-player-unified .episode-progress-wrap{margin-top:10px!important;gap:9px!important}}@media(max-width:760px){.podcast-player-unified{margin-top:16px!important;padding:14px!important;min-height:0!important;border-radius:22px!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-areas:"play copy" "controls controls" "progress progress"!important;gap:12px 14px!important;align-items:center!important}.podcast-player-unified .episode-main-play{width:58px!important;height:58px!important;min-width:58px!important}.podcast-player-unified .episode-main-play svg{width:22px!important;height:22px!important}.podcast-player-unified .episode-player-copy strong{font-size:16px!important;line-height:1.2!important}.podcast-player-unified .episode-player-copy small{margin-top:5px!important;font-size:12px!important;line-height:1.25!important}.podcast-player-unified .episode-player-controls{width:100%!important;min-width:0!important;margin:0!important;padding:5px!important;border-radius:15px!important}.podcast-player-unified .episode-control-btn{height:38px!important;min-height:38px!important;padding:0 7px!important;border-radius:9px!important}.podcast-player-unified .episode-control-text{font-size:12px!important;font-weight:740!important}.podcast-player-unified .episode-speed-value{min-width:0!important;font-size:14px!important;font-weight:760!important}.podcast-player-unified .episode-progress-wrap{width:100%!important;margin-top:8px!important;padding-top:12px!important;grid-template-columns:42px minmax(0,1fr) 56px!important;gap:11px!important;font-size:11px!important;border-top:1px solid var(--line)!important}.podcast-player-unified #episodeProgress{height:8px!important;background:linear-gradient(90deg,var(--text) 0,var(--text) var(--episode-progress),color-mix(in srgb,var(--text) 22%,transparent) var(--episode-progress),color-mix(in srgb,var(--text) 22%,transparent) 100%)!important}.podcast-player-unified #episodeProgress::-webkit-slider-thumb{width:22px!important;height:22px!important;border:4px solid var(--surface)!important;background:var(--text)!important;box-shadow:0 2px 8px rgba(0,0,0,.24)!important}.podcast-player-unified #episodeProgress::-moz-range-thumb{width:14px!important;height:14px!important;border:4px solid var(--surface)!important;background:var(--text)!important;box-shadow:0 2px 8px rgba(0,0,0,.24)!important}}.episode-detail-actions.engagement-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-start!important}.episode-detail-actions .share-button{width:auto!important;min-width:0!important;max-width:max-content!important;min-height:40px!important;height:40px!important;padding:0 13px!important;border-radius:12px!important;gap:8px!important;font-size:12px!important;font-weight:680!important;justify-content:center!important;flex:0 0 auto!important;align-self:flex-start!important}.episode-detail-actions .share-button svg{width:18px!important;height:18px!important;flex:0 0 auto!important}@media(max-width:760px){.episode-detail-actions.engagement-actions{display:flex!important;grid-template-columns:none!important;margin-top:18px!important}.episode-detail-actions .engagement-btn{width:auto!important;justify-content:center!important}.episode-detail-actions .share-button{height:38px!important;min-height:38px!important;padding:0 11px!important;font-size:11px!important}}.episode-detail-actions.engagement-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important}.episode-detail-actions .share-button{width:auto!important;min-width:0!important;max-width:max-content!important;height:40px!important;min-height:40px!important;padding:0 13px!important;border-radius:12px!important;gap:8px!important;font-size:12px!important;font-weight:680!important;flex:0 0 auto!important;align-self:flex-start!important;justify-content:center!important}.episode-detail-actions .share-button svg{width:18px!important;height:18px!important;flex:0 0 auto!important}@media(max-width:760px){.episode-detail-actions .share-button{height:38px!important;min-height:38px!important;padding:0 11px!important;font-size:11px!important}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.related-grid a>span{border-radius:14px!important;font-size:18px!important}.related-grid b{margin-top:7px!important;font-size:11px!important;line-height:1.2!important}.related-grid small{margin-top:2px!important;font-size:9px!important;line-height:1.15!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-title,.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}}.episode-summary-copy{position:relative;overflow:visible}.episode-summary-copy.is-collapsible:not(.is-expanded){max-height:8.25em;overflow:hidden}.episode-summary-copy.is-collapsible:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.6em;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--surface))}.episode-summary-toggle{margin-top:10px;padding:0;border:0;background:transparent;color:var(--text);font:inherit;font-size:14px;font-weight:650;line-height:1.4;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.episode-summary-toggle:hover{opacity:.72}.episode-summary-toggle:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:3px}@media(max-width:760px){.episode-summary-copy.is-collapsible:not(.is-expanded){max-height:9.7em}.episode-summary-toggle{font-size:14px}}.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}.podcast-engagement-actions .share-button,.episode-detail-actions .share-button{align-items:center!important;overflow:visible!important;line-height:1.15!important}.podcast-engagement-actions .share-button>span,.episode-detail-actions .share-button>span{display:block!important;line-height:1.15!important;padding-bottom:1px!important}@media(min-width:761px){.podcast-engagement-actions .share-button{min-height:42px!important;height:auto!important;padding-top:10px!important;padding-bottom:10px!important}.episode-detail-actions .share-button{min-height:42px!important;height:auto!important;padding-top:10px!important;padding-bottom:10px!important}}@media(max-width:760px){.podcast-engagement-actions .share-button,.episode-detail-actions .share-button{min-height:40px!important;height:auto!important;padding-top:9px!important;padding-bottom:9px!important}}.topbar,.topbar-inner,.search-wrap,.header-actions{box-sizing:border-box!important}.topbar{overflow:visible!important}.topbar-inner{width:100%!important;max-width:none!important;min-width:0!important;height:100%!important;margin:0!important;padding-left:clamp(14px,1.6vw,28px)!important;padding-right:clamp(14px,1.6vw,28px)!important;display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;grid-template-rows:1fr!important;align-items:center!important;gap:12px!important}#menuButton,.mobile-menu{display:none!important;grid-column:auto!important;grid-row:auto!important;order:0!important;margin:0!important}.search-wrap{grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0!important;max-width:none!important;overflow:visible!important}.search{width:100%!important;min-width:0!important;max-width:none!important}.header-actions{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;overflow:visible!important}.header-actions>*{flex:0 0 auto!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{min-width:40px!important;height:40px!important;flex:0 0 auto!important}.bookmark-header-label{display:none!important}@media (min-width:1500px){.bookmark-header-label{display:inline!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:auto!important;max-width:none!important;padding-left:12px!important;padding-right:12px!important;gap:8px!important}}@media (max-width:1360px){.search-key{display:none!important}.search{padding-right:16px!important}}@media (max-width:1280px){#appPromoPreviewButton,.app-promo-trigger.desktop-action{display:none!important}}@media (max-width:980px){.topbar-inner{grid-template-columns:40px minmax(0,1fr) max-content!important;gap:9px!important;padding-left:13px!important;padding-right:13px!important}#menuButton,.mobile-menu{display:grid!important;grid-column:1!important;grid-row:1!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;place-items:center!important}.search-wrap{grid-column:2!important;grid-row:1!important}.header-actions{grid-column:3!important;grid-row:1!important;gap:6px!important}.header-actions .icon-button,#themeButton,#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;padding:0!important;gap:0!important;flex:0 0 40px!important}}@media (max-width:600px){.topbar-inner{grid-template-columns:38px minmax(0,1fr) max-content!important;gap:8px!important;padding-left:11px!important;padding-right:11px!important}#menuButton,.mobile-menu{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important}.search{height:40px!important;padding-left:39px!important;padding-right:12px!important}.search-icon{left:14px!important}.header-actions{gap:5px!important}.header-actions .icon-button,#themeButton,#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;flex-basis:38px!important}}@media (max-width:390px){.topbar-inner{grid-template-columns:36px minmax(0,1fr) max-content!important;gap:7px!important;padding-left:9px!important;padding-right:9px!important}#menuButton,.mobile-menu{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important}.search{height:38px!important;padding-left:36px!important;padding-right:10px!important;border-radius:11px!important}.search-icon{left:12px!important;width:16px!important;height:16px!important}.header-actions{gap:4px!important}.header-actions .icon-button,#themeButton,#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;flex-basis:36px!important}}.bookmark-header-label{font-size:14px!important;line-height:1.15!important;font-weight:600!important;white-space:nowrap!important}@media (min-width:1321px){#appPromoPreviewButton,.app-promo-trigger.desktop-action{display:grid!important}}@media (max-width:1320px){#appPromoPreviewButton,.app-promo-trigger.desktop-action{display:none!important}}@media (min-width:761px){.bookmark-header-label{display:inline-block!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:auto!important;min-width:40px!important;max-width:none!important;height:40px!important;padding:0 12px!important;gap:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;white-space:nowrap!important}}@media (max-width:760px){.bookmark-header-label{display:none!important}#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;padding:0!important;gap:0!important;display:grid!important;place-items:center!important;flex:0 0 38px!important}}@media (max-width:420px){#bookmarkButton.bookmark-button,#bookmarkButton.bookmark-button.is-active{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;flex-basis:36px!important}}#appPromoPreviewButton.app-promo-trigger.desktop-action,#appPromoPreviewButton{display:grid!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important}@media (max-width:760px){.header-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;min-width:max-content!important}.bookmark-header-label{display:none!important}#appPromoPreviewButton.app-promo-trigger.desktop-action,#appPromoPreviewButton{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;padding:0!important;place-items:center!important;flex:0 0 38px!important}}@media (max-width:420px){#appPromoPreviewButton.app-promo-trigger.desktop-action,#appPromoPreviewButton{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;flex-basis:36px!important}}.episode-podcast-description{position:relative;margin-top:15px;overflow:visible}.episode-podcast-description p{margin:0;color:var(--muted);font-size:14px;line-height:1.58}.episode-podcast-description p+p{margin-top:9px}.episode-podcast-description.is-collapsible:not(.is-expanded){max-height:7.9em;overflow:hidden}.episode-podcast-description.is-collapsible:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.4em;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--surface))}.episode-podcast-description-toggle{margin-top:9px;padding:0;border:0;background:transparent;color:var(--text);font:inherit;font-size:14px;font-weight:400;line-height:1.4;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.episode-podcast-description-toggle:hover{opacity:.72}.episode-podcast-description-toggle:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:3px}@media(max-width:760px){.episode-podcast-description p{font-size:14px;line-height:1.55}.episode-podcast-description.is-collapsible:not(.is-expanded){max-height:9.3em}.episode-podcast-description-toggle{font-size:14px}}.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}.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}}@media (max-width:700px){.appdl-copy h2,.appdl-copy h2 span{max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}.appdl-copy h2 span:first-child{white-space:normal!important}.appdl-copy h2{font-size:clamp(22px,7vw,31px)!important;line-height:1.02!important;letter-spacing:-.045em!important;text-wrap:balance!important}.appdl-copy>p{max-width:100%!important;overflow-wrap:anywhere!important}}@media (max-width:420px){.appdl-top{grid-template-columns:68px minmax(0,1fr)!important;gap:10px!important}.appdl-phone{width:68px!important}.appdl-copy h2{font-size:21px!important;line-height:1.04!important;margin-bottom:9px!important}.appdl-copy>p{font-size:12.5px!important;line-height:1.42!important}}@media (max-width:760px){.player-nowplaying-copy .song-title-link,.history-copy .song-title-link{display:inline-block!important;max-width:100%!important;color:var(--text)!important;cursor:pointer!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-decoration-line:underline!important;text-decoration-style:solid!important;text-decoration-thickness:1px!important;text-decoration-color:currentColor!important;text-underline-offset:3px!important;-webkit-text-decoration-line:underline!important}.episode-article{display:grid!important;grid-template-columns:1fr!important}.episode-transcript-section{grid-column:1!important;grid-row:1!important;margin-top:0!important;padding-top:0!important;padding-left:0!important;border-top:0!important;border-left:0!important}.episode-summary-section{grid-column:1!important;grid-row:2!important;margin-top:22px!important;padding-top:22px!important;padding-right:0!important;border-top:1px solid var(--line)!important}.episode-chapters-section{grid-column:1!important;grid-row:3!important}}


/* Les contenus optionnels de l’épisode ne réservent jamais une colonne vide. */
.episode-article.episode-article--single-column{
  grid-template-columns:minmax(0,1fr)!important;
}
.episode-article.episode-article--single-column .episode-summary-section{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  margin-top:0!important;
  padding-top:0!important;
  padding-right:0!important;
  border-top:0!important;
}
.episode-podcast-logo{overflow:hidden}
.episode-podcast-logo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* La transcription reste lisible sans dépendre d'une synchronisation JavaScript. */
.route-episode-show .episode-transcript {
  display:block!important;
  align-items:initial!important;
}
.route-episode-show .episode-transcript-fade {
  display:grid!important;
  gap:12px;
}
.route-episode-show .episode-transcript-fade .transcript-segment,
.route-episode-show .episode-transcript-fade .transcript-segment.is-past {
  display:block!important;
}
