:root{
 --bg:#f4f6f8;--surface:#fff;--panel:#fff;--panel2:#f7f8fa;--panel3:#eef2f5;
 --text:#17212b;--muted:#637180;--line:#dbe2e8;--line-strong:#c5cfd8;
 --accent:#087e8b;--accent2:#0a6f7a;--success:#16855b;--warn:#a86b00;--danger:#c43d3d;
 --nav:#101820;--max:1280px;--radius:14px;--shadow:0 8px 28px rgba(23,33,43,.07)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
::selection{background:#c7ebee;color:#102027}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(8,126,139,.28);outline-offset:2px}
.topbar{min-height:58px;position:sticky;top:0;z-index:1000;display:flex;align-items:center;gap:30px;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(16,24,32,.97);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 14px rgba(0,0,0,.14);backdrop-filter:blur(18px)}
.brand{font-weight:700;letter-spacing:-.02em;font-size:16px;color:#fff;white-space:nowrap;flex:0 0 auto}
.brand span{color:#93a4b5;font-weight:450}
.topbar nav{display:flex;align-items:center;gap:22px;color:#c6d0d9;font-size:13px;overflow-x:auto;white-space:nowrap;scrollbar-width:none;flex:1;justify-content:flex-end}
.topbar nav::-webkit-scrollbar{display:none}
.topbar nav a{display:inline-flex;align-items:center;min-height:58px;border-bottom:2px solid transparent}
.topbar nav a:hover{color:#fff}.topbar nav a[aria-current="page"]{color:#fff;border-bottom-color:#45c2ca}
main{max-width:var(--max);margin:auto;padding-left:24px;padding-right:24px}
.hero,.start-hero,.live-hero{padding:44px 0 26px!important;max-width:900px!important;margin:0!important;text-align:left!important}
.premium-home .hero>p,.premium-home .searchbox{margin-left:0!important;margin-right:0!important}
.premium-home .hero-actions{justify-content:flex-start!important}
.eyebrow,.kicker,.card-kicker{display:block;font-size:11px;line-height:1.2;letter-spacing:.11em;font-weight:750;color:var(--accent);text-transform:uppercase}
h1,h2,h3{letter-spacing:-.025em;color:var(--text)}
h1,.hero h1,.start-hero h1,.live-hero h1,.hub .hero h1{font-size:clamp(36px,5vw,56px)!important;line-height:1.05!important;font-weight:720!important;margin:10px 0 14px!important;max-width:880px!important}
h1 em{font-style:normal;color:var(--accent)}
h2{font-size:clamp(25px,3vw,34px);line-height:1.12;font-weight:700}
h3{line-height:1.2}
.hero>p,.lead,.live-hero .lead{font-size:18px!important;line-height:1.5!important;color:var(--muted)!important;max-width:780px!important;margin-top:0!important}
.searchbox,.inline-search,.master{display:flex;max-width:850px;margin:22px 0 14px!important;background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:12px!important;padding:6px!important;box-shadow:var(--shadow)!important}
.searchbox input,.inline-search input,.master input{flex:1;border:0!important;outline:0;font-size:16px;padding:12px 13px;background:transparent!important;color:var(--text)!important;min-width:0}
.searchbox button,.inline-search button,.button{border:0;border-radius:9px;font:650 14px/1.2 inherit;padding:12px 18px;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}
.searchbox button,.inline-search button,.button.primary{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}
.searchbox button:hover,.inline-search button:hover,.button.primary:hover{background:#066d78!important;box-shadow:0 4px 12px rgba(8,126,139,.2)}
.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong)!important;color:#31404d!important;background:#fff!important}
.button:hover{background:#f0f4f6!important;border-color:#a9b7c3!important}
.hero-actions,.cta-row,.actions,.next-row{display:flex;gap:9px;flex-wrap:wrap}
.search-results{max-width:850px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:7px;margin:8px 0 18px;box-shadow:var(--shadow)}
.search-hit{display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:8px}.search-hit:hover{background:var(--panel2)}.search-hit small{color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:24px 0 36px}
.stat{padding:20px;border-right:1px solid var(--line);background:#fff}.stat:last-child{border-right:0}.stat:first-child{padding-left:20px}.stat strong{display:block;font-size:28px;line-height:1;font-weight:720}.stat span{display:block;color:var(--muted);font-size:12px;margin-top:6px}
.section,.start-section,.detail-section{padding:38px 0!important;border-bottom:1px solid var(--line)!important;border-top:0!important}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px}.section h2,.section-head h2{margin:5px 0 0}.quiet-link{color:var(--accent);font-size:14px;font-weight:650}.quiet-link:hover{text-decoration:underline}
.grid,.cards,.feature-grid,.start-grid,.note-grid,.buy-grid,.library-grid,.quick-grid,.summary-grid{gap:14px!important}
.grid.two{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}
.panel,.card,.feature,.tool,.dealer,.offer-group,.note,.start-card,.buy-card,.fact,.metric,.policy,.commerce,.summary-card,.quick-card,.control-panel,.table-wrap,.source-note{
 background:#fff!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;box-shadow:0 1px 2px rgba(23,33,43,.025)!important;color:var(--text)!important
}
.panel{padding:20px}.panel h3{margin:0 0 14px;font-size:17px}
.feed{display:grid;gap:0}.feed-row{display:grid;grid-template-columns:minmax(80px,.7fr) minmax(110px,1fr) auto;gap:10px;padding:12px 0;border-top:1px solid var(--line);align-items:center}.feed-row:first-child{border:0}
.callsign,.callsign-link{font-weight:700;color:var(--text)!important}.badge,.type-pill{display:inline-block;padding:3px 8px;border-radius:999px;background:#e5f4f5!important;color:#096d77!important;font-size:11px}.freq,.mono{font-variant-numeric:tabular-nums;color:#087e8b!important}.muted,.loading,.source-cell{color:var(--muted)!important}
.metric-grid,.big-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.metric{padding:14px;background:var(--panel2)!important}.metric strong{display:block;font-size:23px}.metric span{font-size:11px;color:var(--muted);text-transform:uppercase}.big-metrics .metric strong{font-size:28px}
.cards,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cards.compact{margin-top:14px}.card,.feature{padding:19px;min-width:0}.card .meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.card h3,.feature b{display:block;font-size:18px;font-weight:700;margin:8px 0 6px}.card p,.feature p{color:var(--muted)!important;margin:6px 0 13px}.feature{min-height:170px;display:flex;flex-direction:column;align-items:flex-start;transition:border-color .15s ease,box-shadow .15s ease}.feature .quiet-link{margin-top:auto}.feature:hover,.card-clickable:hover,.card-clickable:focus-visible{transform:none!important;border-color:#aebbc5!important;background:#fff!important;box-shadow:var(--shadow)!important;outline:none}.feature-grid .feature:first-child{grid-column:auto;background:#fff!important}
.mini-stats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.mini-stat{padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fff}.mini-stat strong{color:var(--text)}
.detail,.hub,.dealers,.start-page,.live-page{max-width:var(--max)!important;margin:auto!important;padding:36px 24px 72px!important}
.detail h1{font-size:clamp(34px,5vw,52px)!important}.breadcrumbs{color:var(--muted);font-size:12px;margin-bottom:24px}.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.fact{padding:16px}.fact b{display:block;font-size:16px;margin-top:3px}
.tool{padding:18px!important}.tool h2{font-size:19px!important;margin:0 0 5px!important}.tool>p{font-size:13px!important;min-height:0!important}.query{margin:12px 0 10px!important}
.live-status{color:var(--muted)!important}.control-panel{max-width:none!important;margin:20px 0!important;padding:14px!important}.filter-chip{background:#fff!important;color:#40505d!important;border-color:var(--line)!important}.filter-chip.active{background:#dff3f4!important;color:#075e66!important;border-color:#9bd5d9!important}.live-table th{position:static!important;background:#f2f5f7!important;color:#5e6b77!important}.live-table td{color:var(--text)!important}.live-table tr:hover td{background:#f8fafb!important}.listen-btn{background:#e5f4f5!important;color:#08717c!important}
.commerce{padding:20px!important}.offer img{background:#fff}.ad-label{color:var(--muted)!important}
footer{max-width:var(--max);margin:0 auto;padding:30px 24px 44px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}footer strong{color:var(--text)}
.status-good{color:var(--success)}.status-warn{color:var(--warn)}
input,select,textarea{font:inherit}select:focus,input:focus,textarea:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(8,126,139,.13)!important}
@media(max-width:980px){
 .topbar{align-items:flex-start;flex-direction:column;gap:0;padding:9px 18px 0}.topbar nav{width:100%;justify-content:flex-start;gap:18px;min-height:40px}.topbar nav a{min-height:39px}.brand{padding-top:1px}
 .grid.two,.cards,.feature-grid{grid-template-columns:1fr 1fr}.hero,.start-hero,.live-hero{padding-top:32px!important}
 footer{flex-direction:column}
}
@media(max-width:700px){
 body{font-size:15px}main{padding-left:15px;padding-right:15px}.detail,.hub,.dealers,.start-page,.live-page{padding:26px 15px 58px!important}
 h1,.hero h1,.start-hero h1,.live-hero h1,.hub .hero h1{font-size:36px!important}.hero>p,.lead,.live-hero .lead{font-size:16px!important}
 .searchbox,.inline-search,.master{flex-direction:column!important}.searchbox button,.inline-search button,.master button{width:100%}
 .stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .section,.start-section,.detail-section{padding:29px 0!important}.section-head{display:block}.section-head>.quiet-link{display:inline-block;margin-top:8px}
 .grid.two,.cards,.feature-grid,.fact-grid{grid-template-columns:1fr}.feature{min-height:0}
 .feed-row{grid-template-columns:1fr auto}.feed-row .detail{grid-column:1/-1}
 .hero-actions,.cta-row,.actions,.next-row{display:grid}.hero-actions .button,.cta-row .button,.actions .button,.next-row .button{width:100%}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
