.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{color-scheme:light;--bg: #ece5d8;--bg-elev: #f5f0e8;--bg-card: #faf8f4;--bg-card-hover: #f0ebe2;--border: #ddd5c8;--border-strong: #c8bfb0;--text: #2d2a26;--text-muted: #615b54;--gold: #c07830;--gold-bright: #d48a3c;--gold-deep: #a56828;--accent: #c07830;--bg-white: #ffffff;--bg-green: #00966e;--bg-red: #d62612;--live: #22c55e;--dial-green: #2a5a42;--dial-green-bright: #3d7a5c;--header-bg: rgba(245, 240, 232, .96);--footer-bg: #e4ddd0;--panel-1: #f0ebe2;--panel-2: #e4ddd0;--star-idle: #c8bfb0;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max: 1100px;--np-h: 76px}html[data-theme=dark]{color-scheme:dark;--bg: #1d1812;--bg-elev: #262019;--bg-card: #2b241b;--bg-card-hover: #352c21;--border: #3a3127;--border-strong: #4f4435;--text: #ede4d4;--text-muted: #a89b86;--gold: #d68f42;--gold-bright: #e3a155;--gold-deep: #c07830;--header-bg: rgba(29, 24, 18, .95);--footer-bg: #171310;--panel-1: #352c21;--panel-2: #2b241b;--star-idle: #5a4e3e}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{padding-bottom:var(--np-h)}.flag-bar{display:flex;height:4px;width:100%}.flag-bar>div{flex:1}.flag-bar .w{background:var(--bg-white)}.flag-bar .g{background:var(--bg-green)}.flag-bar .r{background:var(--bg-red)}.container{max-width:var(--max);margin:0 auto;padding:0 1.5rem}header.site{padding:1rem 0;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000000f}header.site .row{display:flex;align-items:center;justify-content:flex-start;gap:1rem}header.site nav.site{margin-left:auto}.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:.25rem;flex-shrink:0}.theme-toggle{width:38px;height:38px;border:1px solid var(--border-strong);border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s,background .15s}.theme-toggle:hover{color:var(--gold);border-color:var(--gold)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-sun{display:none}html[data-theme=dark] .theme-toggle .icon-sun{display:block}html[data-theme=dark] .theme-toggle .icon-moon{display:none}.brand{display:flex;align-items:center;gap:.75rem;color:var(--text);text-decoration:none}.brand img{width:40px;height:40px;border-radius:10px;display:block;box-shadow:0 2px 8px #00000014}.brand h1,.brand .brand-name{font-family:var(--font-serif);font-size:1.2rem;margin:0;font-weight:700;color:var(--gold)}nav.site a{color:var(--text-muted);text-decoration:none;margin-left:1.25rem;font-size:.95rem;transition:color .2s}nav.site a:hover{color:var(--gold)}nav.site a.active{color:var(--gold);font-weight:600}h1,h2,h3{font-family:var(--font-serif);color:var(--text);line-height:1.2}h1{font-size:2.5rem;margin:0 0 .5rem}h2{font-size:1.85rem;margin:0 0 1rem}h3{font-size:1.25rem;margin:0 0 .5rem;color:var(--text)}p{color:var(--text)}.hero{padding:3.5rem 0 2rem;text-align:center;position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top,rgba(192,120,48,.05),transparent 65%);pointer-events:none}.hero h1{font-size:3rem;margin-bottom:1rem}.hero .tagline{font-size:1.2rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem}.hero-logo{width:140px;height:140px;border-radius:24px;margin:0 auto 1.5rem;display:block;box-shadow:0 8px 28px #0000001a,0 0 0 1px #c078301f}.cta{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.85rem;background:linear-gradient(180deg,var(--gold-bright),var(--gold));color:#fff;font-weight:700;text-decoration:none;border-radius:12px;font-size:1.05rem;transition:transform .15s,box-shadow .2s,filter .2s;border:none;cursor:pointer;box-shadow:0 4px 14px #c0783040}.cta:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 24px #c0783059}.cta:active{transform:translateY(0)}.cta svg{width:22px;height:22px}.cta.cta-coming-soon{background:var(--border);color:var(--text-muted);cursor:default;box-shadow:none;font-size:.95rem}.cta.cta-coming-soon:hover{filter:none;transform:none;box-shadow:none}section{padding:3rem 0}section.player-section{padding-bottom:4rem}.section-head{text-align:center;max-width:700px;margin:0 auto 2.5rem}.section-head p{color:var(--text-muted)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.feature{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000a}.feature:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 4px 14px #00000012}.feature .icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#c0783014;border:1px solid rgba(192,120,48,.15);border-radius:12px;margin-bottom:1rem;color:var(--gold)}.feature .icon svg{width:24px;height:24px}.feature h3{color:var(--text)}.feature p{color:var(--text-muted);margin:0;font-size:.95rem}.screenshots{display:flex;gap:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.5rem 0 1rem;max-width:100%;margin:0 auto;scroll-snap-type:x proximity;scroll-padding:1.5rem}.screenshots img:first-child{margin-left:auto}.screenshots img:last-child{margin-right:auto}.screenshots img{width:220px;height:auto;border-radius:18px;display:block;box-shadow:0 6px 20px #00000014;border:1px solid var(--border);transition:transform .25s,box-shadow .25s;flex-shrink:0;scroll-snap-align:center}.screenshots img:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}footer.site{border-top:1px solid var(--border);padding:3rem 0 1.5rem;margin-top:4rem;color:var(--text-muted);font-size:.9rem;background:var(--footer-bg)}footer.site .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;margin-bottom:2rem}footer.site .footer-col{display:flex;flex-direction:column;gap:.55rem}footer.site .footer-col h4{font-family:var(--font-serif);color:var(--gold);font-size:1rem;margin:0 0 .4rem;font-weight:700}footer.site .footer-brand .brand{display:flex;align-items:center;gap:.55rem;margin-bottom:.6rem;font-family:var(--font-serif);color:var(--gold);font-size:1.1rem;font-weight:700}footer.site .footer-brand p{color:var(--text-muted);font-size:.9rem;margin:0;max-width:28ch}footer.site a{color:var(--text-muted);text-decoration:none;transition:color .15s}footer.site a:hover{color:var(--gold)}footer.site .footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.83rem;color:var(--text-muted)}footer.site .footer-credit a{color:var(--gold-deep)}footer.site .footer-credit a:hover{color:var(--gold)}.flag-bar.bottom{margin-top:0}.legal{max-width:760px;padding:3rem 0 4rem}.legal h1{margin-bottom:.25rem}.legal .updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.legal h2{font-size:1.4rem;margin-top:2rem;color:var(--gold)}.legal p,.legal li{color:var(--text)}.legal ul{padding-left:1.25rem}.legal a{color:var(--gold)}.genre-filters{display:flex;flex-wrap:wrap;gap:.4rem;padding:.75rem 0}.genre-pill{padding:.35rem .85rem;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:all .15s;white-space:nowrap}.genre-pill:hover{border-color:var(--gold);color:var(--gold)}.genre-pill.active{background:var(--gold);border-color:var(--gold);color:#fff}.player{background:var(--bg-card);border:1px solid var(--border);border-radius:18px;padding:1.25rem;box-shadow:0 1px 3px #0000000a}.player-loading,.player-error{text-align:center;padding:2rem 1rem;color:var(--text-muted)}.player-error .cta{margin-top:1rem}.empty{font-size:1rem;color:var(--text-muted);margin:0 auto 1.25rem;max-width:380px}.stations .empty{grid-column:1 / -1;text-align:center;padding:2rem 1rem;margin:0 auto}.cta-secondary{background:transparent;color:var(--gold);border:1px solid var(--gold-deep);box-shadow:none;padding:.7rem 1.4rem;font-size:.95rem}.cta-secondary:hover{background:#c078300f;filter:none;box-shadow:none}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;margin:0 auto .75rem;animation:spin .8s linear infinite}.spinner.small{width:22px;height:22px;border-width:2.5px;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.player-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.player-search{flex:1;display:flex;align-items:center;gap:.6rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.5rem .75rem;min-width:0;transition:border-color .2s,box-shadow .2s}.player-search:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #c078301a}.player-search .search-icon{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.player-search input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:.95rem;font-family:var(--font-sans);min-width:0}.player-search input::placeholder{color:var(--text-muted)}.player-toolbar .count{color:var(--text-muted);font-size:.8rem;white-space:nowrap;flex-shrink:0}.view-toggle{display:flex;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:2px;gap:2px;flex-shrink:0}.vt-btn{width:32px;height:32px;border:none;background:transparent;color:var(--text-muted);border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.vt-btn:hover{color:var(--gold)}.vt-btn.active{background:#c078301a;color:var(--gold)}.vt-btn svg{width:16px;height:16px}.stations{display:grid;gap:6px}.stations.view-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.stations.view-list{grid-template-columns:1fr}.station{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;color:var(--text);transition:border-color .15s,background .15s,box-shadow .15s;font-family:var(--font-sans);display:flex;text-align:left}.station:hover{border-color:var(--border-strong);background:var(--bg-card-hover);box-shadow:0 2px 8px #0000000a}.station.active{border-color:var(--gold);background:#c078300a;box-shadow:0 0 0 1px var(--gold) inset}.station-logo{background:linear-gradient(135deg,var(--panel-1),var(--panel-2));display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.station-logo img{width:100%;height:100%;object-fit:cover}.station-logo .fallback{font-family:var(--font-serif);color:var(--gold);font-weight:700}.station-name{font-weight:600;color:var(--text);margin:0;overflow:hidden}.station-tag-row{display:flex;align-items:center;gap:.5rem}.station-tag{color:var(--gold-deep);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.station-bitrate{color:var(--text-muted);font-size:.6rem;font-weight:600;white-space:nowrap;opacity:.7}.station-votes{color:var(--gold-deep);font-size:.65rem;font-weight:600;white-space:nowrap}.station-meta{display:flex;flex-direction:column;min-width:0;justify-content:center}.fav-btn{background:transparent;border:none;color:var(--star-idle);cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s,background .15s,transform .1s}.fav-btn:hover{color:var(--gold);background:#c078300f}.fav-btn:active{transform:scale(.9)}.fav-btn.active{color:var(--gold)}.fav-btn svg{width:18px;height:18px}.stations.view-list .station{align-items:center;border-radius:10px;padding:.5rem .75rem;gap:.75rem}.stations.view-list .station-logo{width:38px;height:38px;border-radius:8px}.stations.view-list .station-logo .fallback{font-size:1.05rem}.stations.view-list .station-meta{flex:1;flex-direction:row;align-items:baseline;gap:.65rem}.stations.view-list .station-name{font-size:.92rem;white-space:nowrap;text-overflow:ellipsis;flex:1}.stations.view-list .station-tag-row{flex-shrink:0}.stations.view-list .station-tag{font-size:.65rem;flex-shrink:0}.stations.view-list .fav-btn{margin-left:auto}.stations.view-grid .station{flex-direction:column;align-items:center;text-align:center;border-radius:12px;padding:.65rem .4rem;gap:.4rem;overflow:hidden}.stations.view-grid .station-logo{width:44px;height:44px;border-radius:10px;border:1px solid var(--border)}.stations.view-grid .station-logo .fallback{font-size:1.2rem}.stations.view-grid .station-meta{align-items:center;width:100%;overflow:hidden}.stations.view-grid .station-name{font-size:.78rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;max-width:100%}.stations.view-grid .station-tag-row{justify-content:center;flex-wrap:wrap;overflow:hidden;max-width:100%}.stations.view-grid .station-tag{font-size:.6rem;margin-top:2px;overflow:hidden;text-overflow:ellipsis;max-width:100%}.stations.view-grid .station-bitrate{font-size:.5rem}.stations.view-grid .station-votes{font-size:.55rem}.stations.view-grid .station{position:relative}.stations.view-grid .fav-btn{position:absolute;top:4px;right:4px;padding:4px}.stations.view-grid .fav-btn svg{width:14px;height:14px}.sentinel{padding:1.5rem 0;display:flex;justify-content:center}.now-playing{position:fixed;left:0;right:0;bottom:0;background:var(--bg-card);border-top:1px solid var(--border);padding:.85rem 1.25rem;display:none;align-items:center;gap:.75rem;z-index:40;box-shadow:0 -4px 16px #00000014;cursor:pointer;transition:background .15s}.now-playing:hover{background:var(--bg-elev)}.now-playing.visible{display:flex}.now-playing .np-info{flex:1;display:flex;align-items:center;gap:.85rem;min-width:0}.now-playing .np-logo{width:44px;height:44px;border-radius:10px;background:var(--bg);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.now-playing .np-logo img{width:100%;height:100%;object-fit:cover}.now-playing .np-logo .fallback{font-family:var(--font-serif);color:var(--gold);font-weight:700}.now-playing .np-text{min-width:0}.now-playing .np-name{font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.95rem}.now-playing .np-state{font-size:.78rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;letter-spacing:.04em}.now-playing .np-song{font-size:.75rem;color:var(--gold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:1em}.np-state .dot{width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.np-state .dot.playing{background:var(--live);box-shadow:0 0 8px var(--live);animation:pulse 1.6s ease-in-out infinite}.np-state .dot.loading{background:var(--gold);animation:pulse .9s ease-in-out infinite}.np-state .dot.error{background:var(--bg-red)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.np-btn{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s;flex-shrink:0}.np-btn:active{transform:scale(.94)}.np-btn svg{width:20px;height:20px}.np-btn.np-primary{background:linear-gradient(180deg,var(--gold-bright),var(--gold));color:#fff;box-shadow:0 4px 12px #c0783040}.np-btn.np-primary:hover{filter:brightness(1.08)}.np-btn.np-expand{background:transparent;border:1px solid var(--border-strong);color:var(--text-muted)}.np-btn.np-expand:hover{color:var(--gold);border-color:var(--gold)}.np-btn.np-secondary{width:38px;height:38px;background:transparent;color:var(--text-muted);border:1px solid transparent}.np-btn.np-secondary:hover{color:var(--gold)}.np-btn:disabled{opacity:.35;cursor:not-allowed;filter:grayscale(.6)}.np-btn.np-secondary svg{width:18px;height:18px}.player-modal{position:fixed;inset:0;background:#0f172a80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100;display:none;align-items:center;justify-content:center;padding:1.5rem 1rem;overflow-y:auto;animation:fade-in .2s ease-out}.player-modal.visible{display:flex}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal-radio{width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border);border-radius:22px;padding:1rem 1.25rem 1.5rem;box-shadow:0 24px 64px #0000002e,0 0 0 1px #0000000a;animation:slide-up .3s cubic-bezier(.16,1,.3,1)}@keyframes slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.modal-icon-btn{width:36px;height:36px;border:none;background:transparent;color:var(--text-muted);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.modal-icon-btn.ghost{cursor:default}.modal-icon-btn:not(.ghost):hover{background:#c0783014;color:var(--gold)}.modal-icon-btn svg{width:20px;height:20px}.modal-icon-btn.fav-modal{color:var(--star-idle)}.modal-icon-btn.fav-modal.active{color:var(--gold)}.modal-title{font-family:var(--font-serif);font-size:.85rem;letter-spacing:.18em;color:var(--gold);text-align:center;flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.brand-dot{color:var(--bg-red);font-size:.9rem}.grill{height:70px;border-radius:12px;background:repeating-linear-gradient(180deg,rgba(0,0,0,.05) 0 1px,transparent 1px 4px),linear-gradient(180deg,var(--panel-1),var(--panel-2));border:1px solid var(--border);margin-bottom:1.25rem;box-shadow:inset 0 2px 4px #00000008}.modal-logo-wrap{display:flex;justify-content:center;margin-bottom:1rem}.modal-logo{width:80px;height:80px;border-radius:14px;background:var(--bg);border:1px solid var(--border);overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014}.modal-logo img{width:100%;height:100%;object-fit:cover}.modal-logo .fallback{font-family:var(--font-serif);color:var(--gold);font-weight:700;font-size:2rem}.dial{position:relative;background:linear-gradient(180deg,var(--dial-green-bright),var(--dial-green));border:1px solid #1d4030;border-radius:10px;padding:1.25rem 1rem 1rem;margin-bottom:1rem;box-shadow:inset 0 0 20px #0000004d,0 2px 8px #0000001a;overflow:hidden}.dial-ticks{position:absolute;top:.5rem;left:.5rem;right:.5rem;height:12px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.35) 0 1px,transparent 1px 12px);opacity:.6}.dial-needle{position:absolute;top:.4rem;left:50%;width:2px;height:calc(100% - .8rem);background:linear-gradient(180deg,var(--bg-red),#8a1a0e);box-shadow:0 0 8px #dc262680;transform:translate(-50%)}.dial-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:#fff;text-align:center;margin-top:.75rem;position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.4)}.dial-song{font-size:.9rem;color:#fffffff2;text-align:center;position:relative;z-index:1;margin-top:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:1.2em}.dial-lang{font-size:.85rem;color:#fffc;text-align:center;position:relative;z-index:1;text-transform:lowercase;margin-top:.15rem}.modal-state{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--live);font-size:.85rem;letter-spacing:.15em;font-weight:600;margin-bottom:.85rem}.modal-state .dot{width:9px;height:9px;border-radius:50%;background:var(--text-muted)}.modal-state .dot.playing{background:var(--live);box-shadow:0 0 10px var(--live);animation:pulse 1.6s ease-in-out infinite}.modal-state .dot.loading{background:var(--gold);animation:pulse .9s ease-in-out infinite}.modal-state .dot.error{background:var(--bg-red)}.vu-frame{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:1rem;box-shadow:inset 0 1px 3px #0000000a}.vu{display:flex;align-items:flex-end;justify-content:center;gap:4px;height:36px}.vu span{flex:0 0 6px;background:linear-gradient(180deg,var(--bg-red),var(--gold),var(--live));border-radius:2px;height:var(--h);opacity:.25;transform-origin:bottom}.vu.animating span{opacity:1;animation:vu-bounce .9s ease-in-out infinite}.vu.animating span:nth-child(1){animation-delay:0s;animation-duration:.7s}.vu.animating span:nth-child(2){animation-delay:.15s;animation-duration:1.1s}.vu.animating span:nth-child(3){animation-delay:.3s;animation-duration:.8s}.vu.animating span:nth-child(4){animation-delay:.05s;animation-duration:.95s}.vu.animating span:nth-child(5){animation-delay:.25s;animation-duration:.75s}.vu.animating span:nth-child(6){animation-delay:.4s;animation-duration:1.05s}.vu.animating span:nth-child(7){animation-delay:.1s;animation-duration:.85s}.vu.animating span:nth-child(8){animation-delay:.35s;animation-duration:1s}.vu.animating span:nth-child(9){animation-delay:.2s;animation-duration:.9s}@keyframes vu-bounce{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.tag-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.25rem;min-height:30px}.tag-chip{font-size:.7rem;letter-spacing:.08em;color:var(--gold);border:1px solid rgba(192,120,48,.3);border-radius:999px;padding:.3rem .85rem;background:#c078300f;font-weight:600}.vote-row{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.vote-btn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:1px solid var(--border-strong);color:var(--text-muted);border-radius:999px;padding:.4rem 1rem;font-size:.8rem;font-family:var(--font-sans);font-weight:600;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.vote-btn:hover{color:var(--gold);border-color:var(--gold);background:#c078300f}.vote-btn:disabled{opacity:.5;cursor:not-allowed}.vote-btn svg{width:16px;height:16px}.vote-count{color:var(--gold-deep);font-size:.8rem;font-weight:600}.modal-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.25rem}.modal-step-btn{width:46px;height:46px;border-radius:50%;border:1px solid var(--border-strong);background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s,transform .1s}.modal-step-btn:hover{color:var(--gold);border-color:var(--gold)}.modal-step-btn:disabled{opacity:.35;cursor:not-allowed}.modal-step-btn:active:not(:disabled){transform:scale(.94)}.modal-step-btn svg{width:22px;height:22px}.big-btn{width:72px;height:72px;border-radius:50%;border:3px solid var(--gold);background:linear-gradient(180deg,var(--gold-bright),var(--gold));color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #c078304d;transition:transform .1s,filter .2s}.big-btn:hover{filter:brightness(1.1)}.big-btn:active{transform:scale(.95)}.big-btn svg{width:30px;height:30px}.volume-row{display:flex;align-items:center;gap:.75rem}.vol-icon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0}input[data-modal-volume]{flex:1;appearance:none;-webkit-appearance:none;height:6px;border-radius:3px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold) var(--vol, 80%),var(--border) var(--vol, 80%),var(--border) 100%);outline:none;cursor:pointer}input[data-modal-volume]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--gold);border:2px solid #ffffff;cursor:pointer;box-shadow:0 2px 6px #00000026}input[data-modal-volume]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--gold);border:2px solid #ffffff;cursor:pointer}.sleep-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;position:relative}.sleep-btn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.4rem 1rem;font-size:.8rem;font-family:var(--font-sans);font-weight:600;cursor:pointer;transition:color .15s,border-color .15s}.sleep-btn:hover{color:var(--gold);border-color:var(--gold)}.sleep-btn svg{width:16px;height:16px}.sleep-options{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center}.sleep-options button{padding:.3rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-muted);font-size:.75rem;font-family:var(--font-sans);cursor:pointer;transition:all .15s}.sleep-options button:hover{border-color:var(--gold);color:var(--gold)}@media (max-width: 700px){.hero{padding:2rem 0 1rem}.hero h1{font-size:2.25rem}.hero .tagline{font-size:1.05rem}h2{font-size:1.5rem}.hero-logo{width:110px;height:110px}header.site{padding:.85rem 0}header.site .row{flex-direction:column;align-items:flex-start;gap:.65rem}nav.site{display:flex;flex-wrap:wrap}nav.site a{margin-left:0;margin-right:1.1rem;font-size:.9rem}footer.site .row{flex-direction:column;align-items:flex-start}footer.site a{margin:0 1rem 0 0}.stations.view-grid{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:6px}.stations.view-grid .station{padding:.5rem .3rem;gap:.3rem}.stations.view-grid .station-logo{width:38px;height:38px;border-radius:8px}.stations.view-grid .station-logo .fallback{font-size:1rem}.stations.view-grid .station-name{font-size:.72rem}.stations.view-grid .station-tag{font-size:.55rem}.stations.view-list .station{padding:.45rem .6rem}.stations.view-list .station-logo{width:36px;height:36px}.player-toolbar{flex-wrap:wrap;gap:.5rem}.player-search{flex:1 1 100%;order:1}.player-toolbar .count{order:2}.view-toggle{order:3;margin-left:auto}.now-playing{padding:.65rem .85rem;gap:.5rem}.now-playing .np-logo{width:40px;height:40px}.modal-radio{padding:.85rem 1rem 1.25rem}.dial-name{font-size:1.1rem}.big-btn{width:64px;height:64px}.big-btn svg{width:26px;height:26px}}@media (max-width: 380px){.np-expand{display:none}}.skip-link{position:absolute;top:-100px;left:0;background:var(--gold);color:#fff;padding:.6rem 1rem;font-weight:700;text-decoration:none;z-index:200;border-radius:0 0 8px;transition:top .2s}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible{outline-offset:3px}.nav-toggle{display:none;width:40px;height:40px;background:transparent;border:1px solid var(--border-strong);border-radius:8px;color:var(--text);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0}.nav-toggle span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-bottom:2rem}.trust-row{list-style:none;padding:0;margin:1rem auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.9rem;color:var(--text-muted)}.trust-row li{display:flex;flex-direction:column;align-items:center;gap:.1rem}.trust-row strong{color:var(--gold);font-size:1.4rem;font-family:var(--font-serif);font-weight:700}.features-six{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.prose{max-width:720px;margin:0 auto;font-size:1rem;color:var(--text)}.prose p{margin:0 0 1rem}.prose a{color:var(--gold)}.prose a:hover{text-decoration:underline}.about-strip{padding-top:1rem}.about-strip .section-head{margin-bottom:1.5rem}.link-arrow{display:inline-flex;align-items:center;gap:.35rem;color:var(--gold);text-decoration:none;font-weight:600;transition:gap .2s}.link-arrow:hover{gap:.65rem}.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.65rem}.faq details{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:0;transition:border-color .15s,background .15s;box-shadow:0 1px 2px #00000008}.faq details[open]{border-color:var(--gold);background:#c0783005}.faq summary{font-weight:600;font-size:1.02rem;color:var(--text);cursor:pointer;padding:1rem 1.2rem;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;user-select:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--gold);transition:transform .2s;line-height:1}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{margin:0;padding:0 1.2rem 1rem;color:var(--text-muted);font-size:.95rem;line-height:1.65}.cta-section{text-align:center;padding:3rem 0 4rem;border-top:1px solid var(--border);margin-top:1rem}.cta-section h2{margin-bottom:.75rem}.cta-section>p{color:var(--text-muted);margin-bottom:1.5rem}.cta-section .hero-ctas{margin-bottom:0}.contact-email{font-size:1.2rem;font-family:var(--font-serif);text-align:center;padding:1rem;background:var(--bg-card);border:1px solid var(--border-strong);border-radius:12px;margin:.5rem auto 1.5rem;max-width:400px}.contact-email a{color:var(--gold)}.page-head{padding:3rem 0 1rem}.page-head h1{font-size:2.4rem;margin-bottom:.4rem}.page-sub{color:var(--text-muted);margin:0}.ad-slot{max-width:var(--max);margin:1.5rem auto;padding:0 1.5rem}.ad-placeholder{width:100%;border:1px dashed var(--border-strong);border-radius:12px;background:repeating-linear-gradient(45deg,transparent 0 8px,rgba(192,120,48,.02) 8px 16px),var(--bg);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.78rem;letter-spacing:.15em;text-transform:uppercase}.ad-horizontal .ad-placeholder{min-height:100px}.ad-square .ad-placeholder{min-height:250px;max-width:300px;margin:0 auto}.ad-in-feed .ad-placeholder{min-height:200px}.ad-placeholder-label:before{content:"— "}.ad-placeholder-label:after{content:" —"}.consent{position:fixed;left:0;right:0;bottom:var(--np-h);z-index:90;background:var(--bg-card);border-top:2px solid var(--gold);box-shadow:0 -8px 30px #00000014;animation:slide-up .3s ease-out}.consent-inner{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;flex-wrap:wrap}.consent-text{flex:1;min-width:260px}.consent-text strong{color:var(--text);display:block;margin-bottom:.3rem}.consent-text p{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.consent-text a{color:var(--gold)}.consent-actions{display:flex;gap:.5rem;flex-shrink:0}.consent-actions .cta,.consent-actions .cta-secondary{padding:.6rem 1.1rem;font-size:.9rem}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 0}.not-found-inner{text-align:center;max-width:480px}.not-found-code{font-family:var(--font-serif);font-size:6rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:1rem}.not-found h1{margin:0 0 .5rem;font-size:2rem}.not-found p{color:var(--text-muted);margin:0 0 2rem}:target{scroll-margin-top:90px}@media (max-width: 820px){footer.site .footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}footer.site .footer-brand{grid-column:1 / -1}}@media (max-width: 700px){.nav-toggle{display:inline-flex}header.site .row{flex-direction:row;align-items:center;gap:.65rem}.header-actions{margin-left:auto}nav.site{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-elev);border-bottom:1px solid var(--border);flex-direction:column;padding:.85rem 1.5rem 1.25rem;box-shadow:0 8px 24px #0000000f}nav.site.open{display:flex}nav.site a{margin:0;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:1rem}nav.site a:last-child{border-bottom:none}footer.site .footer-grid{grid-template-columns:1fr;gap:1.5rem}footer.site .footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.trust-row{gap:1.5rem;font-size:.85rem}.trust-row strong{font-size:1.2rem}.consent-inner{padding:1rem;gap:1rem;flex-direction:column;align-items:stretch}.consent-actions{justify-content:stretch}.consent-actions .cta,.consent-actions .cta-secondary{flex:1;text-align:center}.not-found-code{font-size:4.5rem}.not-found h1{font-size:1.5rem}}.breadcrumbs{padding:1.25rem 0 0}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0;font-size:.85rem;color:var(--text-muted)}.breadcrumbs li{display:flex;align-items:center}.breadcrumbs a{color:var(--gold-deep);text-decoration:none;transition:color .15s}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs .sep{margin:0 .5rem;color:var(--border-strong)}.breadcrumbs [aria-current=page]{color:var(--text)}.blog-index{padding:1rem 0 4rem}.blog-index h1{font-size:2.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.blog-grid-home{max-width:960px;margin:0 auto}.blog-card{display:block;text-decoration:none;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;transition:border-color .2s,transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #0000000a}.blog-card:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 4px 14px #00000012}.blog-card-body{padding:1.5rem}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.blog-card h2,.blog-card h3{font-size:1.15rem;margin:0 0 .5rem;color:var(--text);line-height:1.35}.blog-card p{color:var(--text-muted);font-size:.9rem;margin:0;line-height:1.55}.blog-card time{display:block;margin-top:.75rem;font-size:.8rem;color:var(--text-muted)}.blog-post h2{margin-top:2.5rem}.blog-post h3{margin-top:1.5rem}.blog-post p{line-height:1.75;margin-bottom:1rem}.blog-post ul,.blog-post ol{margin-bottom:1rem;padding-left:1.5rem}.blog-post li{margin-bottom:.4rem;line-height:1.65}.blog-cta{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center}.blog-cta p{color:var(--text-muted);margin-bottom:1rem}.blog-cta .hero-ctas{margin-bottom:0}.station-directory{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.station-freq{margin-top:.5rem;font-size:.8rem;color:var(--gold-deep);font-weight:600;letter-spacing:.03em}.station-listen{margin:.5rem 0 1.5rem}.station-infobox{background:var(--bg-card);border:1px solid var(--border-strong);border-radius:12px;padding:1.25rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000a}.station-infobox table{width:100%;border-collapse:collapse}.station-infobox th,.station-infobox td{padding:.45rem .75rem;text-align:left;font-size:.92rem;border-bottom:1px solid var(--border)}.station-infobox tr:last-child th,.station-infobox tr:last-child td{border-bottom:none}.station-infobox th{color:var(--text-muted);font-weight:600;white-space:nowrap;width:1%}.station-infobox td{color:var(--text)}.station-infobox a{color:var(--gold)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skeleton{display:grid;gap:6px;text-align:left}.sk-pills{display:flex;gap:.4rem;margin-bottom:.5rem}.sk-pills span{width:72px;height:28px;border-radius:999px}.sk-row{height:54px;border-radius:10px}.sk-pills span,.sk-row{background:linear-gradient(90deg,var(--bg-elev) 25%,var(--bg-card-hover) 37%,var(--bg-elev) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.search-clear{width:24px;height:24px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:color .15s,background .15s}.search-clear:hover{color:var(--gold);background:#c0783014}.search-clear svg{width:14px;height:14px}.now-playing .np-sleep{font-size:.7rem;color:var(--gold-deep);font-weight:600}.station-song{font-size:.72rem;color:var(--gold);font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.station-song:empty{display:none}.stations.view-grid .station-song{display:none}.station.broken{opacity:.55}.station.broken .station-name:after{content:" ⚠";color:var(--bg-red);font-size:.8em}.err-next{border:1px solid var(--bg-red);background:transparent;color:var(--bg-red);border-radius:999px;padding:.25rem .8rem;margin-left:.5rem;font-size:.75rem;font-family:var(--font-sans);font-weight:600;letter-spacing:normal;cursor:pointer;transition:background .15s,color .15s}.err-next:hover{background:var(--bg-red);color:#fff}.back-to-top{position:fixed;right:1rem;bottom:calc(var(--np-h) + 1rem);width:44px;height:44px;border-radius:50%;border:1px solid var(--border-strong);background:var(--bg-card);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:35;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s,transform .2s,color .15s,border-color .15s;box-shadow:0 4px 14px #0000001f}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{color:var(--gold);border-color:var(--gold)}.back-to-top svg{width:20px;height:20px}.suggest-head{grid-column:1 / -1;text-align:center;color:var(--text-muted);font-size:.9rem;font-weight:600;margin:0 0 .25rem}.station-tag.gc-pop{color:light-dark(#b34a72,#e08bab)}.station-tag.gc-rock{color:light-dark(#9c4a2e,#e08d6b)}.station-tag.gc-folk{color:light-dark(#7a7426,#cfc868)}.station-tag.gc-jazz{color:light-dark(#5c5aa8,#a3a1e8)}.station-tag.gc-classical{color:light-dark(#7c5aa0,#c3a3e6)}.station-tag.gc-news{color:light-dark(#2f6b8f,#7cc0e4)}.station-tag.gc-dance{color:light-dark(#b04ab0,#e68de6)}.station-tag.gc-electronic{color:light-dark(#2e7d72,#6fc9bd)}.station-tag.gc-hiphop{color:light-dark(#8a6116,#ddb35c)}.station-tag.gc-retro{color:light-dark(#a8503e,#e69582)}.station-tag.gc-chalga{color:light-dark(#b03a52,#e8869a)}.station-tag.gc-relax{color:light-dark(#4a7d4a,#93cc93)}.faq details[open] summary~p{animation:faq-open .25s ease}@keyframes faq-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
