:root {
    --primary: #6d3df5;
    --primary-2: #8b5cf6;
    --primary-dark: #4d24cb;
    --accent: #ff4d8d;
    --ink: #172033;
    --muted: #667085;
    --line: #e5e9f2;
    --soft: #f5f7fc;
    --white: #fff;
    --success: #13b76a;
    --danger: #e94862;
    --shadow-sm: 0 8px 24px rgba(23, 32, 51, .07);
    --shadow-md: 0 18px 50px rgba(23, 32, 51, .11);
    --shadow-lg: 0 30px 90px rgba(57, 37, 128, .22);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 9999; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 14px; }
.muted { color: var(--muted); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(229,233,242,.8);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 700; letter-spacing: -.6px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { color: var(--primary); }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; border-radius: 14px; background: linear-gradient(135deg, var(--primary), var(--accent)); box-shadow: 0 10px 24px rgba(109,61,245,.27); }
.brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 11px 14px; color: #475467; font-size: 14px; font-weight: 700; border-radius: 12px; transition: .2s ease; }
.main-nav a:hover { color: var(--primary); background: #f4f1ff; }
.main-nav .nav-cta { margin-left: 6px; padding-inline: 18px; color: #fff; background: var(--ink); }
.main-nav .nav-cta:hover { color: #fff; background: var(--primary); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: var(--soft); border-radius: 12px; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 90px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(255,77,141,.28), transparent 30%), linear-gradient(135deg, #151129 0%, #29165c 48%, #5f30df 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to top, rgba(0,0,0,.12), transparent); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .25; }
.hero-orb--one { width: 480px; height: 480px; right: -190px; top: -180px; border: 1px solid #fff; box-shadow: inset 0 0 70px rgba(255,255,255,.2); }
.hero-orb--two { width: 280px; height: 280px; left: -130px; bottom: -130px; background: var(--accent); filter: blur(90px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 76px; align-items: center; }
.hero-copy h1 { max-width: 780px; margin: 18px 0 22px; font-size: clamp(48px, 6.4vw, 82px); line-height: .99; letter-spacing: -4px; }
.hero-copy h1 em { font-style: normal; color: #d8c8ff; }
.hero-copy > p { max-width: 700px; margin: 0 0 30px; color: #d7d1e8; font-size: 19px; }
.hero-badge, .section-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 1.15px; text-transform: uppercase; }
.hero-badge { color: #e7ddff; }
.hero-badge span, .live-dot { width: 8px; height: 8px; border-radius: 50%; background: #3cf1a5; box-shadow: 0 0 0 6px rgba(60,241,165,.13); }

.search-box { position: relative; display: flex; align-items: stretch; gap: 10px; max-width: 770px; padding: 8px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.97); border-radius: 19px; box-shadow: 0 22px 55px rgba(5,0,30,.25); }
.search-box__field { position: relative; flex: 1; min-width: 0; }
.search-box__field > svg { position: absolute; left: 17px; top: 50%; width: 22px; height: 22px; transform: translateY(-50%); fill: none; stroke: #8a94a6; stroke-width: 2; stroke-linecap: round; }
.search-box input { width: 100%; height: 56px; padding: 0 18px 0 50px; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 16px; }
.search-box input::placeholder { color: #98a2b3; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid rgba(109,61,245,.28); outline-offset: 2px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 10px 24px rgba(109,61,245,.24); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(109,61,245,.34); }
.btn-ghost { color: #344054; border-color: var(--line); background: #fff; }
.btn-ghost:hover { color: var(--primary); border-color: #cfc2fb; background: #f8f6ff; }
.btn-light { color: var(--primary-dark); background: #fff; box-shadow: 0 12px 30px rgba(18,5,66,.15); }
.btn-search { min-width: 154px; border-radius: 13px; }
.btn-large { min-height: 54px; padding-inline: 22px; border-radius: 14px; }
.btn-full { width: 100%; }
.btn-icon svg { width: 19px; height: 19px; fill: currentColor; }
.btn.is-playing svg { animation: pulsePlay 1.1s infinite alternate; }
@keyframes pulsePlay { to { transform: scale(1.2); } }

.autocomplete-list { position: absolute; left: -7px; right: -7px; top: calc(100% + 16px); z-index: 80; overflow: hidden; padding: 7px; color: var(--ink); border: 1px solid var(--line); background: #fff; border-radius: 16px; box-shadow: var(--shadow-md); }
.autocomplete-list a { display: grid; grid-template-columns: 45px minmax(0,1fr) 22px; align-items: center; gap: 11px; padding: 9px; border-radius: 11px; }
.autocomplete-list a:hover, .autocomplete-list a.is-active { background: #f5f2ff; }
.autocomplete-list img { width: 45px; height: 45px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.autocomplete-list span { min-width: 0; display: flex; flex-direction: column; }
.autocomplete-list strong, .autocomplete-list small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.autocomplete-list strong { font-size: 14px; }
.autocomplete-list small { color: var(--muted); font-size: 12px; }
.autocomplete-list i { color: var(--primary); font-style: normal; }

.quick-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 18px; color: #cfc6e4; font-size: 13px; }
.quick-searches a { padding: 5px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #fff; background: rgba(255,255,255,.07); }
.quick-searches a:hover { background: rgba(255,255,255,.16); }
.hero-stats { display: flex; gap: 42px; margin-top: 38px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 24px; line-height: 1; }
.hero-stats span { margin-top: 7px; color: #bfb6d5; font-size: 12px; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.signal-ring { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.signal-ring--1 { width: 470px; height: 470px; animation: ringPulse 3.8s infinite ease-in-out; }
.signal-ring--2 { width: 370px; height: 370px; animation: ringPulse 3.8s .45s infinite ease-in-out; }
.signal-ring--3 { width: 280px; height: 280px; animation: ringPulse 3.8s .9s infinite ease-in-out; }
@keyframes ringPulse { 50% { opacity: .35; transform: scale(1.04); } }
.hero-radio-card { position: relative; z-index: 2; width: 290px; padding: 24px; text-align: center; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.07)); backdrop-filter: blur(15px); border-radius: 31px; box-shadow: var(--shadow-lg); transform: rotate(3deg); }
.hero-radio-card__top { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 11px; font-weight: 900; letter-spacing: 1.5px; }
.hero-radio-card__art { width: 160px; height: 160px; margin: 24px auto 18px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#fff,#dcd4ff); box-shadow: 0 18px 35px rgba(8,0,40,.25); }
.hero-radio-card__art svg { width: 120px; height: 120px; }
.hero-radio-card__art circle { fill: #f4f0ff; }
.hero-radio-card__art path { fill: none; stroke: var(--primary); stroke-width: 7; stroke-linecap: round; }
.hero-radio-card > strong { display: block; font-size: 24px; }
.hero-radio-card > span { color: #d6cee8; font-size: 13px; }
.equalizer { height: 42px; margin: 19px 0 16px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.equalizer i { width: 4px; height: 10px; background: #fff; border-radius: 6px; animation: eq .9s infinite ease-in-out alternate; }
.equalizer i:nth-child(2n) { animation-delay: .18s; }
.equalizer i:nth-child(3n) { animation-delay: .34s; }
.equalizer i:nth-child(4n) { animation-delay: .5s; }
@keyframes eq { to { height: 38px; opacity: .55; } }
.hero-play { width: 54px; height: 54px; margin: auto; display: grid; place-items: center; color: var(--primary); background: #fff; border-radius: 50%; }
.hero-play svg { width: 24px; fill: currentColor; }

.section { padding: 92px 0; }
.section--featured { background: #fff; }
.section--provinces { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-heading--center { justify-content: center; text-align: center; }
.section-kicker { color: var(--primary); }
.section-heading h2 { margin: 7px 0 4px; font-size: clamp(31px, 4vw, 46px); line-height: 1.1; letter-spacing: -1.8px; }
.section-heading p { margin: 0; color: var(--muted); }
.text-link { color: var(--primary); font-weight: 800; white-space: nowrap; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.radio-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.radio-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); box-shadow: 0 2px 0 rgba(23,32,51,.01); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.radio-card:hover { transform: translateY(-5px); border-color: #d9d0f7; box-shadow: var(--shadow-md); }
.radio-card__image { position: relative; height: 184px; display: grid; place-items: center; padding: 23px; background: linear-gradient(145deg,#f9f9fc,#eef1f7); }
.radio-card__image img { width: 136px; height: 136px; object-fit: contain; border-radius: 18px; filter: drop-shadow(0 10px 17px rgba(23,32,51,.12)); }
.status-pill { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #667085; background: rgba(255,255,255,.9); border: 1px solid #e7eaf0; border-radius: 999px; box-shadow: 0 5px 15px rgba(0,0,0,.06); font-size: 10px; font-weight: 900; letter-spacing: .4px; text-transform: uppercase; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #98a2b3; }
.status-pill.is-online { color: #087a45; }
.status-pill.is-online span { background: var(--success); box-shadow: 0 0 0 4px rgba(19,183,106,.11); }
.radio-card__body { min-height: 275px; display: flex; flex-direction: column; gap: 14px; padding: 22px; }
.radio-card__eyebrow { margin: 0 0 6px; color: var(--primary); font-size: 11px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.radio-card h3 { margin: 0; font-size: 20px; line-height: 1.22; letter-spacing: -.45px; }
.radio-card h3 a:hover { color: var(--primary); }
.radio-card__location { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span, .tags a { display: inline-flex; padding: 6px 9px; color: #5f4aa6; background: #f4f1ff; border-radius: 8px; font-size: 11px; font-weight: 750; }
.radio-card__actions { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.radio-card__actions .btn { min-width: 0; padding-inline: 14px; font-size: 13px; }

.province-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.province-card { min-width: 0; display: grid; grid-template-columns: 43px minmax(0,1fr) 24px; align-items: center; gap: 12px; padding: 17px; border: 1px solid var(--line); background: #fff; border-radius: 15px; box-shadow: 0 4px 15px rgba(23,32,51,.03); transition: .22s ease; }
.province-card:hover { transform: translateY(-3px); border-color: #d8cdfb; box-shadow: var(--shadow-sm); }
.province-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--primary); background: #f1edff; border-radius: 12px; }
.province-icon svg { width: 20px; fill: currentColor; }
.province-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.province-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.province-card small { color: var(--muted); font-size: 11px; }
.province-arrow { color: #9a87df; font-weight: 900; }

.section--cta { padding-top: 70px; }
.cta-panel { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px 54px; color: #fff; background: linear-gradient(135deg, #25134f, var(--primary)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.cta-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; top: -150px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.035),0 0 0 100px rgba(255,255,255,.025); }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel .section-kicker { color: #d9ceff; }
.cta-panel h2 { max-width: 730px; margin: 8px 0 5px; font-size: clamp(29px,4vw,44px); line-height: 1.08; letter-spacing: -1.5px; }
.cta-panel p { margin: 0; color: #d7cff0; }

.compact-hero { position: relative; overflow: visible; padding: 65px 0 72px; text-align: center; color: #fff; background: linear-gradient(135deg,#1b1236,#5b2bd5); }
.compact-hero h1 { margin: 8px 0 7px; font-size: clamp(37px,6vw,60px); letter-spacing: -2.4px; line-height: 1.05; }
.compact-hero p { margin: 0; color: #d6cfee; }
.search-box--compact { max-width: 820px; margin: 28px auto -103px; box-shadow: var(--shadow-lg); }
.search-results-section { padding-top: 92px; }
.filters-panel { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 18px; border: 1px solid var(--line); background: #fff; border-radius: 16px; box-shadow: var(--shadow-sm); }
.filters-form { display: flex; flex-wrap: wrap; align-items: end; gap: 13px; }
.filters-form label { display: flex; flex-direction: column; gap: 6px; }
.filters-form label > span { color: #475467; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.filters-form select { min-width: 195px; height: 43px; padding: 0 38px 0 12px; color: var(--ink); border: 1px solid var(--line); background: #fff; border-radius: 10px; outline: 0; }
.clear-filters { align-self: center; color: var(--primary); font-size: 13px; font-weight: 800; }
.results-count { color: var(--muted); white-space: nowrap; font-size: 14px; }
.results-count strong { color: var(--ink); }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 38px; }
.pagination__nav { font-weight: 800; color: var(--primary); }
.pagination__nav:last-child { justify-self: end; }
.pagination__pages { display: flex; align-items: center; gap: 7px; }
.pagination__pages a, .pagination__pages span { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; font-weight: 750; }
.pagination__pages a:hover, .pagination__pages a.is-current { color: #fff; border-color: var(--primary); background: var(--primary); }

.empty-state { padding: 46px 28px; text-align: center; border: 1px dashed #cfd5e1; background: var(--soft); border-radius: var(--radius); }
.empty-state--large { padding: 80px 24px; }
.empty-state h2, .empty-state h3 { margin: 0 0 8px; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }
.empty-icon { width: 70px; height: 70px; margin: 0 auto 19px; display: grid; place-items: center; color: var(--primary); background: #ebe5ff; border-radius: 22px; }
.empty-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.station-hero { position: relative; overflow: hidden; padding: 38px 0 64px; background: linear-gradient(180deg,#f2efff 0,#fff 100%); }
.station-hero__glow { position: absolute; width: 600px; height: 600px; top: -420px; left: 50%; transform: translateX(-50%); background: var(--primary); filter: blur(120px); opacity: .16; border-radius: 50%; }
.breadcrumbs { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--primary); }
.station-main-card { position: relative; display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 42px; align-items: center; padding: 37px; border: 1px solid #e3dcfb; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); border-radius: 28px; box-shadow: var(--shadow-md); }
.station-logo-wrap { position: relative; min-height: 250px; display: grid; place-items: center; padding: 28px; background: linear-gradient(145deg,#f8f7fc,#eef0f7); border-radius: 23px; }
.station-logo-wrap img { width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(23,32,51,.12)); }
.station-status { position: absolute; left: 17px; bottom: 17px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; color: #667085; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; }
.station-status i { width: 7px; height: 7px; background: #98a2b3; border-radius: 50%; }
.station-status.is-online { color: #087a45; }
.station-status.is-online i { background: var(--success); box-shadow: 0 0 0 4px rgba(19,183,106,.12); }
.station-meta-top { display: flex; flex-wrap: wrap; gap: 7px; }
.station-meta-top span { padding: 6px 9px; color: #5c45a8; background: #f1edff; border-radius: 8px; font-size: 11px; font-weight: 800; }
.station-info h1 { margin: 13px 0 5px; font-size: clamp(39px,5vw,64px); line-height: 1.02; letter-spacing: -2.5px; }
.station-slogan { margin: 0 0 9px; color: var(--primary); font-size: 18px; font-weight: 750; }
.station-description { max-width: 820px; margin: 0 0 18px; color: var(--muted); }
.tags--large { margin-bottom: 22px; }
.tags--large a { padding: 7px 11px; font-size: 12px; }
.station-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.player-help { margin: 10px 0 0; color: #98a2b3; font-size: 11px; }
.station-content-section { padding-top: 72px; background: var(--soft); }
.station-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; align-items: start; }
.station-content { display: grid; gap: 22px; }
.content-card, .sidebar-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.content-card { padding: 28px; }
.content-card > p { color: #475467; }
.content-card__heading { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.content-card__heading h2 { margin: 2px 0 0; font-size: 24px; letter-spacing: -.7px; }
.content-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--primary); background: #f1edff; border-radius: 14px; }
.content-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; }
.station-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 24px 0 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 14px; }
.station-facts div { padding: 16px; background: #fff; }
.station-facts dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.station-facts dd { margin: 4px 0 0; font-weight: 800; }
.stream-list { display: grid; gap: 9px; }
.stream-row { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; }
.stream-number { width: 38px; height: 38px; display: grid; place-items: center; color: var(--primary); background: #f1edff; border-radius: 10px; font-weight: 900; }
.stream-row > div { display: flex; min-width: 0; flex-direction: column; }
.stream-row small { color: var(--muted); font-size: 11px; }
.stream-health { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }
.stream-health i { width: 7px; height: 7px; background: #98a2b3; border-radius: 50%; }
.stream-health.is-online { color: #087a45; }
.stream-health.is-online i { background: var(--success); }
.station-sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.sidebar-card { padding: 22px; }
.sidebar-card h2 { margin: 0 0 15px; font-size: 17px; }
.sidebar-stat { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.sidebar-stat strong { color: var(--ink); }
.social-links { display: grid; gap: 8px; }
.social-links a { display: flex; justify-content: space-between; align-items: center; padding: 11px 12px; color: #475467; background: var(--soft); border-radius: 10px; font-size: 13px; font-weight: 750; }
.social-links a:hover { color: var(--primary); background: #f1edff; }
.sidebar-card--share { background: linear-gradient(145deg,#fff,#f6f3ff); }
.related-section { background: #fff; }

.site-footer { padding: 62px 0 110px; color: #c5c9d3; background: #131725; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .8fr; gap: 60px; }
.brand--footer { color: #fff; }
.footer-grid > div:first-child p { max-width: 480px; }
.footer-grid h2 { margin: 0 0 14px; color: #fff; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:not(.brand) { font-size: 13px; }
.footer-grid a:not(.brand):hover { color: #fff; }
.footer-grid p { margin: 13px 0 0; font-size: 13px; }

.global-player { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1400; color: #fff; background: rgba(18,14,35,.96); backdrop-filter: blur(18px); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -14px 45px rgba(0,0,0,.24); }
.global-player[hidden] { display: none; }
.global-player__inner { min-height: 82px; display: grid; grid-template-columns: 54px minmax(0,1fr) 48px minmax(150px,220px) 36px; align-items: center; gap: 14px; }
.global-player__inner > img { width: 54px; height: 54px; object-fit: contain; background: #fff; border-radius: 12px; }
.global-player__info { min-width: 0; display: flex; flex-direction: column; }
.global-player__info span { color: #aa99ec; font-size: 9px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.global-player__info strong, .global-player__info small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.global-player__info strong { font-size: 15px; }
.global-player__info small { color: #b6b1c4; font-size: 11px; }
.player-control { width: 48px; height: 48px; display: grid; place-items: center; color: var(--primary); border: 0; background: #fff; border-radius: 50%; }
.player-control svg { grid-area: 1/1; width: 22px; fill: currentColor; }
.player-control .icon-play { display: none; }
.global-player:not(.is-playing) .player-control .icon-pause { display: none; }
.global-player:not(.is-playing) .player-control .icon-play { display: block; }
.volume-wrap { display: flex; align-items: center; gap: 10px; }
.volume-wrap svg { width: 22px; fill: #c7c2d3; }
.volume-wrap input { width: 100%; accent-color: var(--primary-2); }
.player-close { width: 34px; height: 34px; color: #c9c5d2; border: 0; background: transparent; font-size: 26px; }
.global-player.has-error { border-top-color: rgba(233,72,98,.45); }

.error-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.error-code { color: var(--primary); font-size: clamp(80px,16vw,180px); font-weight: 950; line-height: .8; letter-spacing: -8px; opacity: .13; }
.error-page h1 { margin: -25px 0 8px; font-size: 38px; }
.error-page p { max-width: 580px; margin: 0 auto 22px; color: var(--muted); }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr 360px; gap: 34px; }
    .hero-copy h1 { letter-spacing: -3px; }
    .radio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .province-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .station-layout { grid-template-columns: minmax(0,1fr) 285px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .header-inner { min-height: 70px; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 14px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 14px; }
    .main-nav .nav-cta { margin-left: 0; text-align: center; }
    .hero { padding: 65px 0 72px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-copy h1 { letter-spacing: -2.8px; }
    .search-box { margin-inline: auto; }
    .quick-searches, .hero-stats { justify-content: center; }
    .hero-visual { display: none; }
    .section { padding: 70px 0; }
    .province-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cta-panel { padding: 38px; flex-direction: column; align-items: flex-start; }
    .station-main-card { grid-template-columns: 210px minmax(0,1fr); gap: 28px; padding: 25px; }
    .station-logo-wrap { min-height: 210px; }
    .station-logo-wrap img { width: 150px; height: 150px; }
    .station-layout { grid-template-columns: 1fr; }
    .station-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.3fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 620px) {
    .brand { font-size: 19px; }
    .brand-mark { width: 39px; height: 39px; }
    .hero { padding-top: 48px; }
    .hero-copy h1 { font-size: 47px; letter-spacing: -2.5px; }
    .hero-copy > p { font-size: 16px; }
    .search-box { display: grid; gap: 7px; }
    .search-box input { height: 52px; }
    .btn-search { min-width: 0; min-height: 50px; }
    .hero-stats { gap: 18px; }
    .hero-stats strong { font-size: 20px; }
    .hero-stats span { font-size: 10px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .radio-grid, .province-grid { grid-template-columns: 1fr; }
    .radio-card__image { height: 170px; }
    .radio-card__body { min-height: 255px; }
    .cta-panel { padding: 31px 25px; }
    .compact-hero { padding: 48px 0 68px; }
    .compact-hero h1 { font-size: 39px; }
    .search-box--compact { margin-bottom: -100px; }
    .search-results-section { padding-top: 85px; }
    .filters-panel { align-items: stretch; flex-direction: column; }
    .filters-form { display: grid; grid-template-columns: 1fr; width: 100%; }
    .filters-form select { width: 100%; }
    .results-count { align-self: flex-start; }
    .pagination { grid-template-columns: 1fr 1fr; }
    .pagination__pages { grid-column: 1/-1; grid-row: 1; justify-content: center; }
    .station-hero { padding-top: 24px; }
    .station-main-card { grid-template-columns: 1fr; gap: 24px; padding: 18px; }
    .station-logo-wrap { min-height: 220px; }
    .station-info { text-align: center; }
    .station-meta-top, .tags--large, .station-actions { justify-content: center; }
    .station-info h1 { font-size: 42px; letter-spacing: -1.8px; }
    .station-actions .btn { width: 100%; }
    .content-card { padding: 20px; }
    .content-card__heading { align-items: flex-start; }
    .station-facts { grid-template-columns: 1fr; }
    .stream-row { grid-template-columns: 38px 1fr; }
    .stream-health { grid-column: 2; }
    .station-sidebar { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .global-player__inner { min-height: 76px; grid-template-columns: 48px minmax(0,1fr) 44px 28px; gap: 10px; }
    .global-player__inner > img { width: 48px; height: 48px; }
    .volume-wrap { display: none; }
    .player-control { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
