@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#f5f6f8;background:#0d1118;font-synthesis:none;--accent:#ffb324;--muted:#a7b0bf;--line:#2b3340}*{box-sizing:border-box}body{margin:0}button,input,a{-webkit-tap-highlight-color:transparent}button,a,input{touch-action:manipulation}button{font:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:5px}header,main,footer{max-width:1280px;margin:auto}header{height:112px;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.brand{text-decoration:none;display:flex;align-items:center;gap:17px}.brand strong{font-family:'Barlow Condensed',sans-serif;font-size:3rem;letter-spacing:-.05em;line-height:1}.brand strong span{color:var(--accent);font-size:2rem;margin-left:5px}.wordmark{font-size:1.1rem;letter-spacing:.08em;padding-left:17px;border-left:1px solid #59616b}.header-label,.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em}.header-label{color:var(--muted)}main{padding:14px 40px 0}.player{background:linear-gradient(125deg,#212732,#161c25 65%);border:1px solid #343c49;border-radius:18px;overflow:hidden;position:relative}.player::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--accent)}.player-top{display:flex;justify-content:space-between;gap:15px;padding:25px 30px 0;color:var(--muted)}#status{font-size:.875rem}.playing-layout{display:grid;grid-template-columns:minmax(220px,310px) minmax(0,1fr);gap:42px;padding:26px 30px 30px}.artwork{aspect-ratio:1;position:relative;border-radius:10px;background:#fff;overflow:hidden;align-self:start;box-shadow:0 18px 35px #0005}.artwork img{width:100%;height:100%;object-fit:contain;padding:22px}.artwork img.has-cover{padding:0;object-fit:cover}.artwork>span{position:absolute;bottom:0;left:0;right:0;background:#111e;padding:10px 15px;text-align:center;font-size:.75rem;letter-spacing:.14em}.track-details{display:flex;flex-direction:column;min-width:0}.station-heading{display:flex;gap:13px;align-items:center}.station-heading>img{width:48px;height:48px;padding:5px;background:#fff;border-radius:7px;object-fit:contain}.station-heading h1{font-size:1.125rem;margin:0 0 5px}.station-heading h1 span{font-weight:400;color:var(--muted);margin-left:5px}.station-heading p{color:var(--muted);font-size:.875rem;margin:0}.now-playing{margin:31px 0 28px}.now-playing .eyebrow{color:var(--accent)}.now-playing h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(2.6rem,4vw,4rem);line-height:1.02;margin:11px 0 10px;text-wrap:balance;overflow-wrap:anywhere;letter-spacing:-.015em}.now-playing p{color:#c3cbd6;font-size:1rem;margin:0}.controls{display:flex;gap:30px;align-items:center;margin-top:auto;flex-wrap:wrap}.play{border:0;background:var(--accent);color:#151719;border-radius:50px;min-height:54px;padding:15px 25px;display:flex;gap:13px;align-items:center;font-weight:700;font-size:1rem;transition:filter .2s}.play:hover{filter:brightness(1.12)}#play-icon{font-size:1.05rem;width:18px;text-align:center}.volume{display:grid;grid-template-columns:100px 38px;gap:3px 12px;align-items:center;font-size:.875rem;color:var(--muted)}.volume label{grid-column:1/-1}.volume input{width:100%;margin:0;accent-color:var(--accent);height:24px}.volume output{text-align:right;font-size:.75rem}.player-bottom{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding:15px 30px;color:var(--muted);font-size:.75rem}.player-bottom>span:first-child{letter-spacing:.12em}.stations-section{margin-top:35px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.section-heading h2{font-size:1.3rem;font-weight:600;margin:0}.section-heading>span{font-size:.75rem;letter-spacing:.12em;color:var(--muted)}.stations{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.station{color:inherit;background:#141a23;border:1px solid var(--line);border-radius:10px;padding:15px 12px 13px;text-align:left;min-width:0;transition:background .2s,border-color .2s}.station:hover{background:#222a36}.station[aria-pressed=true]{border-color:var(--accent);background:#22262b}.station-image{height:72px;display:flex;justify-content:center;align-items:center;border-radius:5px;background:#fff;margin-bottom:13px;padding:7px}.station-image img{max-width:100%;max-height:100%;object-fit:contain}.station-name{font-size:.95rem;font-weight:700;display:block}.station-frequency{font-size:.875rem;display:block;color:#ccd2dc;margin-top:2px}.station-city{font-size:.75rem;display:block;color:var(--muted);margin-top:12px}.sponsor{margin-top:30px;min-height:106px;border:1px solid var(--line);border-radius:10px;display:flex;gap:24px;align-items:center;padding:22px 25px;overflow:hidden;background:#121821}.sponsor>.eyebrow{color:var(--muted);writing-mode:vertical-rl;font-size:.65rem}.sponsor strong{font-family:'Barlow Condensed',sans-serif;font-size:1.7rem;font-weight:600;display:block}.sponsor #sponsor-content>span{display:block;color:var(--muted);font-size:.875rem;margin-top:4px}.sponsor-mark{font-family:'Barlow Condensed',sans-serif;font-size:4rem;font-weight:800;color:#333e4e;margin-left:auto;line-height:1}.sponsor a img{display:block;max-width:100%;max-height:140px;object-fit:contain}footer{display:flex;justify-content:space-between;gap:20px;padding:27px 40px 30px;color:var(--muted);font-size:.75rem}footer a{text-decoration:none}footer a:hover{text-decoration:underline}.error{color:#ffb9b9;font-size:.875rem;margin:16px 0 0;line-height:1.5}button:disabled{cursor:wait;opacity:.7}[hidden]{display:none!important}@media(min-width:1400px){header{height:130px}main{padding-top:20px}}@media(max-width:950px){.playing-layout{gap:28px;grid-template-columns:230px minmax(0,1fr)}.stations{grid-template-columns:repeat(2,minmax(0,1fr))}.station{display:grid;grid-template-columns:65px 1fr;column-gap:12px}.station-image{grid-row:1/4;height:65px;margin:0}.station-city{margin-top:4px}.controls{gap:20px}.now-playing{margin:25px 0}.player-bottom{flex-wrap:wrap}}@media(max-width:640px){header{height:85px;padding:0 20px}.brand{gap:12px}.brand strong{font-size:2.3rem}.brand strong span{font-size:1.4rem}.wordmark{font-size:.875rem;padding-left:12px}.header-label{font-size:.65rem;letter-spacing:.06em}main{padding:6px 16px 0}.player-top{padding:20px 20px 0}.playing-layout{grid-template-columns:1fr;padding:23px 20px;gap:23px}.artwork{width:min(68%,260px);justify-self:center}.station-heading{justify-content:center}.station-heading>img{display:none}.station-heading h1,.station-heading p{text-align:center}.now-playing{text-align:center;margin:24px 0}.now-playing h2{font-size:2.7rem}.controls{justify-content:center;gap:22px}.player-bottom{justify-content:center;text-align:center;gap:7px;padding:14px 18px}.stations-section{margin-top:28px}.stations{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.station{display:block;padding:12px}.station-image{height:63px;margin-bottom:10px}.station-city{margin-top:8px}.sponsor{padding:18px;gap:13px}.sponsor strong{font-size:1.45rem}.sponsor-mark{display:none}.sponsor #sponsor-content>span{font-size:.75rem}footer{padding:22px 20px;flex-wrap:wrap}.section-heading h2{font-size:1.15rem}.section-heading>span{font-size:.65rem}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}


.artwork img.has-promotion{padding:0;object-fit:contain}.promotion-link{display:inline-block;margin-top:14px;font-size:.875rem;color:var(--accent);text-underline-offset:4px}.promotion-link:hover{text-decoration:none}

.host-panel{align-self:start;background:#101620;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-width:0}.host-panel>.eyebrow{display:block;padding:13px 14px;color:var(--muted);font-size:.62rem}.host-panel>img{display:block;width:100%;aspect-ratio:1;object-fit:contain;object-position:center;background:#0d1118}.host-caption{padding:14px}.host-example{font-size:.6rem;letter-spacing:.15em;color:var(--accent)}.host-caption h2{font-size:1.05rem;margin:6px 0}.host-caption p{font-size:.8rem;color:var(--muted);margin:0 0 13px}.host-caption a{font-size:.75rem;color:var(--accent);text-underline-offset:4px}@media(min-width:1050px){.playing-layout.has-host{grid-template-columns:minmax(220px,270px) minmax(0,1fr) 220px;gap:28px}.has-host .now-playing h2{font-size:3.15rem}.has-host .controls{gap:18px}}@media(min-width:641px) and (max-width:1049px){.host-panel{grid-column:1/-1;display:grid;grid-template-columns:170px 1fr}.host-panel>.eyebrow{grid-column:1/-1}.host-panel>img{grid-column:1}.host-caption{align-self:center}}@media(max-width:640px){.host-panel{width:100%;max-width:340px;justify-self:center}.host-panel>img{aspect-ratio:4/3}}

/* Keep both visual cards balanced and show the complete host photo. */
@media(min-width:1050px){
 .playing-layout.has-host{grid-template-columns:minmax(220px,270px) minmax(0,1fr) 240px;align-items:center}
 .has-host .artwork{align-self:center}
 .host-panel{height:300px;align-self:center;display:grid;grid-template-rows:32px minmax(0,1fr) auto}
 .host-panel>.eyebrow{padding:10px 12px}
 .host-panel>img{height:100%;min-height:0;aspect-ratio:auto}
 .host-caption{padding:10px 12px}
 .host-caption h2{font-size:.95rem;margin:4px 0}
 .host-caption p{margin-bottom:8px;font-size:.75rem}
 .has-host .now-playing{margin:22px 0}
 .has-host .now-playing h2{font-size:2.7rem}
}
@media(max-width:640px){.host-panel>img{height:210px;aspect-ratio:auto;object-fit:contain;object-position:center}}
