:root{
  --bg:#f5f7fa;--surface:#fff;--surface-2:#eef2f6;--ink:#111722;--muted:#697382;--blue:#173f73;--blue-2:#2769ad;--line:#e3e8ef;
  --shadow:0 18px 50px rgba(17,28,43,.08);--radius:24px;--font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(39,105,173,.36);outline-offset:2px}[hidden]{display:none!important}

/* HEADER */
.public-header{position:sticky;top:0;z-index:80;height:76px;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(17,23,34,.07);backdrop-filter:blur(18px) saturate(150%)}
.v3-header-inner{max-width:1360px;height:100%;margin:auto;padding:0 28px;display:grid;grid-template-columns:auto auto minmax(260px,430px) 1fr auto;gap:24px;align-items:center}.brand{display:inline-flex;align-items:center}.brand img{width:218px;height:45px;object-fit:contain;object-position:left center}.v3-nav{display:flex;gap:6px}.v3-nav a{padding:10px 13px;border-radius:12px;font-size:14px;font-weight:700;color:#485260}.v3-nav a.active{background:#eef3f8;color:#173f73}.v3-search-wrap{height:44px;position:relative;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #dbe2eb;border-radius:999px;background:#f2f5f8}.v3-search-wrap svg,.v3-mobile-search svg{width:18px;height:18px;fill:none;stroke:#6d7887;stroke-width:1.8}.v3-search-wrap input{width:100%;border:0;outline:0;background:transparent;color:#273140}.v3-search-results{position:absolute;z-index:30;left:0;right:0;top:50px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;padding:6px}.v3-search-results a{display:flex;justify-content:space-between;gap:20px;padding:11px 12px;border-radius:12px}.v3-search-results a:hover{background:#f4f7fa}.v3-search-results strong{font-size:13px}.v3-search-results span{font-size:11px;color:var(--muted)}.v3-tagline{justify-self:end;color:#7a8491;font-size:10px;font-weight:800;letter-spacing:.11em;white-space:nowrap}.v3-socials{display:none}.v3-mobile-search,.v3-menu{display:none;border:0;background:transparent}.v3-mobile-menu-panel{position:fixed;z-index:79;top:66px;left:14px;right:14px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.v3-mobile-menu-panel a{display:block;padding:12px 14px;border-radius:12px;font-weight:700}.v3-mobile-menu-panel a:hover{background:#f3f6f9}

/* GLOBAL CONTENT */
.public-main{max-width:1360px;margin:auto;padding:36px 28px 140px}.eyebrow,.section-heading>div>span,.v3-library-title span{display:block;color:#5b6f88;font-size:11px;font-weight:800;letter-spacing:.13em}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:20px}.section-heading h2{margin:6px 0 5px;font-size:30px;line-height:1;letter-spacing:-.035em}.section-heading p{margin:0;color:var(--muted);font-size:14px}.section-heading>a{font-size:13px;font-weight:700;color:#245c9e}.home-section{margin-top:54px}

/* FEATURED PODCAST */
.home-feature{min-height:430px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);overflow:hidden;background:linear-gradient(135deg,#071827 0%,#0b2c4d 100%);border-radius:32px;box-shadow:0 28px 70px rgba(12,31,52,.18)}.home-feature-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:58px 54px;color:#fff}.home-feature-copy .eyebrow{color:#9fc7ef}.home-feature-copy h1{margin:12px 0 14px;font-size:clamp(46px,5vw,74px);line-height:.92;letter-spacing:-.06em}.home-feature-copy>p{max-width:590px;margin:0;color:#d4e0ed;font-size:18px;line-height:1.55}.home-feature-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:28px}.primary-action{min-height:46px;padding:0 19px;border:0;border-radius:999px;background:#fff;color:#111722;font-weight:800}.primary-action span{margin-right:7px}.home-feature-actions>a{font-weight:700;color:#fff}.home-feature-latest{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px;color:#bdd0e3;font-size:12px}.home-feature-latest span{text-transform:uppercase;letter-spacing:.08em}.home-feature-latest strong{color:#fff}.home-feature-visual{position:relative;min-height:430px;overflow:hidden}.feature-blur{position:absolute;inset:-30px;width:calc(100% + 60px);height:calc(100% + 60px);object-fit:cover;filter:blur(35px) brightness(.52);transform:scale(1.08)}.home-feature-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b2c4d 0%,rgba(11,44,77,.08) 45%,rgba(4,15,27,.28) 100%)}.feature-cover-wrap{position:absolute;z-index:2;right:54px;top:50%;transform:translateY(-50%);width:min(72%,390px);aspect-ratio:1;border-radius:28px;overflow:hidden;box-shadow:0 34px 80px rgba(0,0,0,.36);border:1px solid rgba(255,255,255,.15)}.feature-cover{width:100%;height:100%;object-fit:cover}

/* LIVE */
.live-now{display:grid;grid-template-columns:190px minmax(0,1fr) 68px;align-items:center;gap:26px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.live-now-art{position:relative;width:190px;aspect-ratio:1;border-radius:21px;overflow:hidden;background:#edf1f5}.live-now-art img{width:100%;height:100%;object-fit:cover}.live-now-art span{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:#111a27;color:#fff;font-size:9px;font-weight:800;letter-spacing:.07em}.station-label{display:flex;align-items:center;gap:8px;color:#245c9e;font-size:11px;font-weight:800;letter-spacing:.05em}.station-label i{width:8px;height:8px;border-radius:50%;background:#2486ff;box-shadow:0 0 0 5px rgba(36,134,255,.11)}.live-now-copy h3{margin:14px 0 4px;font-size:34px;letter-spacing:-.045em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-now-copy>p{margin:0;color:#536071;font-size:20px}.live-meta{display:flex;gap:8px;margin-top:16px;color:#8a94a0;font-size:11px;font-weight:700;letter-spacing:.05em}.live-now-play{width:58px;height:58px;border:0;border-radius:50%;background:#11223a;color:#fff;font-size:18px;box-shadow:0 12px 28px rgba(17,34,58,.22)}

/* STATIONS */
.station-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.station-tile button{width:100%;padding:0;border:0;background:transparent;text-align:left}.station-art{position:relative;aspect-ratio:1;border-radius:24px;overflow:hidden;background:#e9edf2;box-shadow:0 12px 30px rgba(17,28,43,.09)}.station-art img{width:100%;height:100%;object-fit:cover}.station-art span{position:absolute;right:12px;bottom:12px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.93);color:#111722;box-shadow:0 8px 22px rgba(17,28,43,.18);opacity:0;transform:translateY(4px);transition:.2s}.station-tile:hover .station-art span{opacity:1;transform:none}.station-tile strong{display:block;margin-top:12px;font-size:16px;letter-spacing:-.02em}.station-tile small{display:block;margin-top:4px;color:#3c4654;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-tile em{display:block;margin-top:3px;color:#8b95a0;font-size:11px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* EPISODES */
.latest-episodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.latest-episodes article,.v3-episode-row{display:grid;grid-template-columns:62px minmax(0,1fr) 42px;align-items:center;gap:14px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px}.latest-episodes img,.v3-episode-row img{width:62px;height:62px;object-fit:cover;border-radius:13px}.latest-episodes strong,.v3-episode-row strong{display:block;font-size:14px}.latest-episodes span,.v3-episode-row span{display:block;margin-top:3px;color:#677383;font-size:12px}.latest-episodes small{display:block;margin-top:3px;color:#9aa2ac;font-size:11px}.latest-episodes button,.v3-episode-row button{width:38px;height:38px;border:1px solid #d9e1e9;border-radius:50%;background:#fff;color:#173f73}.empty-home,.v3-empty{grid-column:1/-1;padding:26px;border:1px dashed #cfd7e1;border-radius:18px;color:var(--muted)}

/* LIBRARIES */
.v3-library-title{padding:12px 0 28px;border-bottom:1px solid var(--line)}.v3-library-title h1{margin:8px 0 6px;font-size:58px;letter-spacing:-.055em}.v3-library-title p{margin:0;color:var(--muted);font-size:16px}.v3-podcast-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:28px}.v3-podcast-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:24px;box-shadow:0 12px 30px rgba(17,28,43,.09)}.v3-podcast-card div{padding:12px 2px}.v3-podcast-card strong{display:block;font-size:17px}.v3-podcast-card span{display:block;margin-top:5px;color:#626e7d;font-size:13px;line-height:1.4}.v3-podcast-card small{display:block;margin-top:5px;color:#929aa5;font-size:11px}.v3-radio-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.v3-radio-library-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:24px}.v3-radio-library-card>img{width:150px;height:150px;object-fit:cover;border-radius:18px}.v3-radio-library-card>div>span{display:flex;align-items:center;gap:8px;color:#245c9e;font-size:11px;font-weight:800}.v3-radio-library-card>div>span i{width:7px;height:7px;border-radius:50%;background:#2486ff}.v3-radio-library-card h2{margin:14px 0 4px;font-size:24px;letter-spacing:-.03em}.v3-radio-library-card p{margin:0;color:#6b7685}.v3-radio-library-card button{margin-top:18px;border:0;border-radius:999px;padding:10px 15px;background:#11223a;color:#fff;font-weight:700}

/* PODCAST DETAIL */
.v3-podcast-detail{max-width:1120px;margin:auto}.v3-back{display:inline-block;margin-bottom:24px;color:#677383;font-size:13px}.v3-podcast-detail-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:48px;align-items:center}.v3-podcast-detail-cover img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:28px;box-shadow:0 24px 55px rgba(17,28,43,.15)}.v3-podcast-detail-copy>span{font-size:11px;font-weight:800;color:#5d7290;letter-spacing:.08em}.v3-podcast-detail-copy h1{margin:10px 0 14px;font-size:62px;line-height:.94;letter-spacing:-.06em}.v3-podcast-detail-copy p{max-width:650px;margin:0;color:#667281;font-size:17px;line-height:1.6}.v3-podcast-detail-actions{display:flex;gap:10px;margin-top:24px}.v3-podcast-detail-actions button,.v3-podcast-detail-actions a{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;border-radius:999px;font-weight:700}.v3-podcast-detail-actions button{border:0;background:#11223a;color:#fff}.v3-podcast-detail-actions a{background:#e9eef4}.v3-podcast-detail .v3-section-head{margin-top:48px}.v3-episode-list{display:grid;gap:10px}.v3-episode-row{background:#fff}

/* LEGAL */
.v3-generic{max-width:900px;margin:auto;padding:18px 0}.v3-generic>span{color:#5d7290;font-size:11px;font-weight:800;letter-spacing:.1em}.v3-generic h1{margin:8px 0 24px;font-size:54px;letter-spacing:-.055em}.legal-copy{white-space:pre-wrap;color:#5f6b7a;line-height:1.75}

/* FOOTER */
.site-footer{margin-top:72px;background:#0b1624;color:#fff}.footer-shell{max-width:1360px;margin:auto;padding:42px 28px 34px;display:grid;grid-template-columns:minmax(300px,1.5fr) repeat(2,minmax(150px,.55fr)) minmax(190px,.7fr);gap:48px;align-items:start}.footer-logo-card{display:inline-flex;padding:10px 14px;border-radius:14px;background:#fff}.footer-logo-card .brand img{width:210px;height:42px}.footer-brand-block p{max-width:430px;margin:17px 0 0;color:#aeb9c7;font-size:14px;line-height:1.6}.footer-nav-block{display:grid;gap:10px}.footer-nav-block>span{margin-bottom:4px;color:#8392a5;font-size:10px;font-weight:800;letter-spacing:.12em}.footer-nav-block a{color:#d8e0e9;font-size:13px}.footer-nav-block a:hover{color:#fff}.footer-status{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03)}.footer-status>i{width:10px;height:10px;border-radius:50%;background:#33c17d;box-shadow:0 0 0 5px rgba(51,193,125,.12)}.footer-status strong,.footer-status small{display:block}.footer-status strong{font-size:12px}.footer-status small{margin-top:3px;color:#91a0b2;font-size:10px}.footer-bottom{max-width:1360px;margin:auto;padding:18px 28px 28px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;color:#7f8b99;font-size:11px}

/* MAINTENANCE */
.maintenance-standalone{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(180deg,#f7f9fc,#edf2f7)}.maintenance-page{width:min(920px,100%)}.maintenance-card{position:relative;overflow:hidden;padding:52px;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:0 28px 70px rgba(17,28,43,.12)}.maintenance-card:after{content:"";position:absolute;right:-120px;top:-130px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(39,105,173,.15),transparent 68%)}.maintenance-logo{position:relative;z-index:2}.maintenance-logo .brand img{width:240px;height:auto}.maintenance-rule{height:1px;background:var(--line);margin:28px 0}.maintenance-eyebrow{color:#557194;font-size:10px;font-weight:800;letter-spacing:.14em}.maintenance-card h1{position:relative;z-index:2;margin:12px 0 16px;font-size:64px;line-height:.93;letter-spacing:-.06em}.maintenance-card>p{position:relative;z-index:2;max-width:620px;margin:0;color:#657281;font-size:17px;line-height:1.65}.maintenance-status{display:flex;align-items:center;gap:10px;margin-top:28px;color:#687586;font-size:12px;font-weight:700}.maintenance-status i{width:9px;height:9px;border-radius:50%;background:#2c8cff;box-shadow:0 0 0 5px rgba(44,140,255,.1)}

/* PLAYER */
.unified-player.mini-player{position:fixed;z-index:120;left:50%;bottom:18px;transform:translate(-50%,125%);width:min(820px,calc(100% - 32px));min-height:72px;padding:8px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;background:rgba(255,255,255,.94);border:1px solid rgba(17,23,34,.09);border-radius:22px;box-shadow:0 20px 55px rgba(17,28,43,.2);backdrop-filter:blur(18px) saturate(140%);transition:transform .28s ease}.unified-player.mini-player.show{transform:translate(-50%,0)}.mini-player-track{display:grid;grid-template-columns:54px minmax(0,1fr);gap:11px;align-items:center;min-width:0}.player-art{position:relative;width:54px;height:54px;border-radius:13px;overflow:hidden;background:#e9edf2}.player-art img{width:100%;height:100%;object-fit:cover}.player-live-badge{position:absolute;left:5px;bottom:5px;padding:3px 5px;border-radius:999px;background:#e52d46;color:#fff;font-size:7px;font-weight:800;letter-spacing:.05em}.player-text{min-width:0}.player-text strong,.player-text small,.player-text span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-text strong{font-size:14px}.player-text small{margin-top:2px;color:#586474;font-size:11px}.player-text span{margin-top:3px;color:#7d8997;font-size:9px;font-weight:700;letter-spacing:.06em}.mini-player-center{display:flex;align-items:center;gap:8px}.player-toggle{width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:#11223a;color:#fff}.player-icon-play{width:15px;height:15px;display:grid;place-items:center}.player-icon-play i{display:block;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentColor;margin-left:3px}.player-icon-pause{display:flex;gap:4px}.player-icon-pause i{width:4px;height:15px;border-radius:2px;background:currentColor}.player-timeline{display:grid;grid-template-columns:30px 120px 30px;gap:6px;align-items:center;color:#8994a1;font-size:8px}.player-timeline input,.player-volume input{accent-color:#173f73}.mini-player-tools{display:flex;align-items:center;gap:8px}.player-volume{display:flex;align-items:center;gap:5px;color:#8994a1}.player-volume input{width:68px}.player-close{width:28px;height:28px;border:0;border-radius:50%;background:#eef2f6;color:#5e6a78;font-size:18px}.v3-mobile-bottom{display:none}

/* RESPONSIVE */
@media(max-width:1150px){.v3-header-inner{grid-template-columns:auto auto minmax(220px,1fr) auto}.v3-tagline{display:none}.home-feature{grid-template-columns:1fr 1fr}.feature-cover-wrap{right:34px;width:min(76%,330px)}.station-grid{grid-template-columns:repeat(4,minmax(160px,1fr));overflow:auto;padding-bottom:6px}.v3-podcast-library-grid{grid-template-columns:repeat(3,1fr)}.footer-shell{grid-template-columns:1fr 1fr 1fr}.footer-status{grid-column:2/-1}}
@media(max-width:900px){.public-header{height:68px}.v3-header-inner{padding:0 18px;grid-template-columns:1fr auto auto;gap:8px}.brand img{width:190px;height:38px}.v3-nav,.v3-search-wrap{display:none}.v3-mobile-search,.v3-menu{display:grid;place-items:center;width:38px;height:38px}.v3-menu{gap:4px}.v3-menu span{width:20px;height:2px;background:#1b2b3f;border-radius:2px}.public-main{padding:24px 18px 132px}.home-feature{grid-template-columns:1fr;min-height:auto}.home-feature-copy{padding:38px 32px 26px}.home-feature-copy h1{font-size:54px}.home-feature-visual{min-height:340px}.feature-cover-wrap{right:50%;transform:translate(50%,-50%);width:280px}.live-now{grid-template-columns:145px minmax(0,1fr) 56px;gap:18px}.live-now-art{width:145px}.live-now-copy h3{font-size:27px}.live-now-copy>p{font-size:17px}.station-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.latest-episodes{grid-template-columns:1fr}.v3-podcast-library-grid{grid-template-columns:repeat(2,1fr)}.v3-radio-library-grid{grid-template-columns:1fr}.v3-podcast-detail-grid{grid-template-columns:240px minmax(0,1fr);gap:30px}.v3-podcast-detail-copy h1{font-size:48px}.footer-shell{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-block{grid-column:1/-1}.footer-status{grid-column:auto}}
@media(max-width:680px){.public-main{padding:18px 14px 128px}.brand img{width:170px;height:34px}.home-feature{border-radius:24px}.home-feature-copy{padding:30px 22px 20px}.home-feature-copy h1{font-size:42px}.home-feature-copy>p{font-size:16px}.home-feature-actions{margin-top:22px;gap:12px}.primary-action{min-height:42px}.home-feature-visual{min-height:290px}.feature-cover-wrap{width:220px;border-radius:22px}.home-section{margin-top:38px}.section-heading{align-items:flex-start}.section-heading h2{font-size:25px}.section-heading p{font-size:13px}.section-heading>a{font-size:12px}.live-now{grid-template-columns:92px minmax(0,1fr) 44px;gap:12px;padding:11px;border-radius:20px}.live-now-art{width:92px;border-radius:15px}.live-now-art span{display:none}.live-now-copy h3{margin-top:8px;font-size:18px;white-space:nowrap}.live-now-copy>p{font-size:13px}.live-meta{display:none}.station-label{font-size:9px}.live-now-play{width:42px;height:42px;font-size:14px}.station-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-14px;padding-right:14px;gap:13px}.station-tile{min-width:44vw;scroll-snap-align:start}.station-art{border-radius:18px}.station-art span{opacity:1;transform:none;width:36px;height:36px}.latest-episodes article{grid-template-columns:56px minmax(0,1fr) 36px}.latest-episodes img{width:56px;height:56px}.v3-library-title h1{font-size:46px}.v3-podcast-library-grid{grid-template-columns:1fr}.v3-podcast-detail-grid{grid-template-columns:1fr}.v3-podcast-detail-cover{max-width:250px}.v3-podcast-detail-copy h1{font-size:42px}.v3-podcast-detail-actions{display:grid}.v3-podcast-detail-actions>*{justify-content:center}.v3-radio-library-card{grid-template-columns:105px minmax(0,1fr);gap:13px;padding:10px}.v3-radio-library-card>img{width:105px;height:105px;border-radius:15px}.v3-radio-library-card h2{font-size:18px;margin-top:9px}.v3-radio-library-card button{margin-top:10px}.site-footer{margin-top:46px}.footer-shell{padding:34px 18px 26px;grid-template-columns:1fr 1fr;gap:26px}.footer-brand-block,.footer-status{grid-column:1/-1}.footer-logo-card .brand img{width:190px;height:38px}.footer-bottom{padding:18px 18px 94px;display:grid;gap:5px}.unified-player.mini-player{bottom:68px;width:calc(100% - 18px);min-height:62px;grid-template-columns:minmax(0,1fr) 42px;padding:7px 8px;border-radius:18px}.mini-player-track{grid-template-columns:46px minmax(0,1fr);gap:9px}.player-art{width:46px;height:46px;border-radius:11px}.player-text strong{font-size:13px}.player-text small{font-size:10px}.player-text span{font-size:8px}.mini-player-center{grid-column:2;grid-row:1}.player-toggle{width:40px;height:40px}.player-timeline,.mini-player-tools{display:none}.v3-mobile-bottom{position:fixed;z-index:110;left:0;right:0;bottom:0;height:62px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(16px)}.v3-mobile-bottom a{display:grid;place-items:center;align-content:center;gap:2px;color:#7c8794;font-size:10px;font-weight:700}.v3-mobile-bottom a b{font-size:17px;font-weight:500}.v3-mobile-bottom a.active{color:#176dd2}.maintenance-standalone{padding:16px}.maintenance-card{padding:30px 22px;border-radius:24px}.maintenance-card h1{font-size:48px}.maintenance-card>p{font-size:15px}}
@media(max-width:420px){.home-feature-copy h1{font-size:37px}.home-feature-visual{min-height:260px}.feature-cover-wrap{width:200px}.station-tile{min-width:52vw}.live-now{grid-template-columns:80px minmax(0,1fr) 40px}.live-now-art{width:80px}.live-now-copy h3{font-size:16px}.live-now-play{width:38px;height:38px}.footer-shell{grid-template-columns:1fr}.footer-brand-block,.footer-status{grid-column:auto}}
@media(min-width:1600px){.v3-header-inner,.public-main,.footer-shell,.footer-bottom{max-width:1500px}.home-feature{min-height:470px}.home-feature-copy h1{font-size:78px}.feature-cover-wrap{width:410px}.live-now-copy h3{font-size:38px}}
@media(min-width:1900px){.v3-header-inner,.public-main,.footer-shell,.footer-bottom{max-width:1700px}.public-header{height:84px}.brand img{width:250px;height:50px}.home-feature{min-height:520px}.home-feature-copy{padding:70px}.home-feature-copy h1{font-size:88px}.feature-cover-wrap{width:450px}.section-heading h2{font-size:36px}.live-now{grid-template-columns:220px minmax(0,1fr) 76px}.live-now-art{width:220px}.live-now-copy h3{font-size:44px}.live-now-copy>p{font-size:24px}.station-tile strong{font-size:18px}}
@media(max-width:900px){.v3-search-wrap.mobile-open{display:flex;position:fixed;z-index:95;left:14px;right:14px;top:74px;height:48px;background:#fff;box-shadow:0 16px 38px rgba(17,28,43,.16)}.v3-search-wrap.mobile-open .v3-search-results{top:54px}}
