:root {
  --ink: #111217;
  --ink-soft: #565861;
  --paper: #f5f5ef;
  --card: #ffffff;
  --line: #deded6;
  --coral: #ff5a44;
  --coral-dark: #e33f2c;
  --lime: #dfff52;
  --purple: #9877ff;
  --blue: #83d7ff;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 18px 55px rgba(17, 18, 23, .10);
  --container: min(1240px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.player-open { padding-bottom: 94px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 10000; padding: 12px 18px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 10px; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }

.site-header { position: relative; z-index: 50; background: rgba(245, 245, 239, .9); border-bottom: 1px solid rgba(17, 18, 23, .08); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.site-branding { margin-right: auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.brand__mark { width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; gap: 3px; border-radius: 50%; background: var(--coral); transform: rotate(-8deg); }
.brand__mark i { display: block; width: 3px; border-radius: 3px; background: #fff; animation: equalize 1.2s ease-in-out infinite alternate; }
.brand__mark i:nth-child(1) { height: 9px; }.brand__mark i:nth-child(2) { height: 18px; animation-delay: -.4s; }.brand__mark i:nth-child(3) { height: 13px; animation-delay: -.7s; }.brand__mark i:nth-child(4) { height: 6px; animation-delay: -.2s; }
@keyframes equalize { to { transform: scaleY(.45); } }
.custom-logo-link img { max-height: 52px; width: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { right: 0; }
.header-live { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; color: #fff; background: #17191f; border-radius: 999px; font-size: 13px; font-weight: 800; transition: background-color .2s ease, transform .2s ease; }
.header-live:hover { color: #fff; background: var(--accent); transform: translateY(-1px); }
.header-live span, .eyebrow i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 90, 68, .18); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(255, 90, 68, 0); } }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: var(--paper); }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; left: 48%; top: -43%; border: 1px solid rgba(17, 18, 23, .08); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 84px 96px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--coral-dark); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: var(--lime); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(64px, 8vw, 116px); line-height: .86; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { color: var(--coral); font-style: italic; font-weight: 500; }
.hero__content > p { max-width: 570px; margin: 34px 0 28px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 12px 20px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(17,18,23,.16); }
.button--primary { padding: 16px 24px; background: var(--coral); }
.button--primary:hover { background: var(--coral-dark); }
.button--large { min-height: 58px; padding-inline: 28px; }
.button--light { color: var(--ink); background: var(--lime); }
.button--outline { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.play-icon { width: 0; height: 0; display: inline-block; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; margin-left: 2px; }
.is-playing .play-icon, .player-button.is-playing .play-icon { width: 10px; height: 12px; border: 0; border-left: 3px solid currentColor; border-right: 3px solid currentColor; margin: 0; }
.text-link { display: inline-flex; gap: 8px; align-items: center; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.hero__stats { display: flex; gap: 40px; margin-top: 54px; }
.hero__stats div { display: grid; }
.hero__stats strong { font-size: 20px; line-height: 1.1; }
.hero__stats span { color: var(--ink-soft); font-size: 12px; }
.hero__visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(17,18,23,.13); border-radius: 50%; animation: orbit 25s linear infinite; }
.orbit--outer { inset: 3%; }.orbit--inner { inset: 18%; animation-direction: reverse; animation-duration: 17s; }
.orbit span { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--purple); top: 13%; left: 12%; }.orbit span:nth-child(2) { width: 9px; height: 9px; background: var(--lime); top: auto; left: auto; right: 4%; bottom: 30%; }
.orbit--inner span { background: var(--blue); left: auto; right: 9%; top: 23%; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-radio { position: relative; width: min(78%, 390px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--coral); box-shadow: 0 38px 70px rgba(255, 90, 68, .27), inset -20px -24px 70px rgba(137,22,10,.1); transform: rotate(-8deg); }
.hero-radio::before, .hero-radio::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); }.hero-radio::before { inset: 11%; }.hero-radio::after { inset: 26%; background: var(--ink); border: 9px solid rgba(255,255,255,.92); box-shadow: 0 0 0 2px var(--ink); }
.hero-radio__live { position: absolute; top: 19%; z-index: 2; padding: 5px 10px; border-radius: 999px; background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-radio__dial { position: absolute; z-index: 3; inset: 35%; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.hero-radio__dial i { position: absolute; width: 3px; height: 8px; border-radius: 3px; background: var(--ink); transform-origin: 1px 47px; }.hero-radio__dial i:nth-child(1){transform:rotate(0deg)}.hero-radio__dial i:nth-child(2){transform:rotate(72deg)}.hero-radio__dial i:nth-child(3){transform:rotate(144deg)}.hero-radio__dial i:nth-child(4){transform:rotate(216deg)}.hero-radio__dial i:nth-child(5){transform:rotate(288deg)}
.hero-radio__wave { position: absolute; z-index: 4; bottom: 24%; display: flex; gap: 4px; align-items: center; }.hero-radio__wave i { width: 3px; height: 16px; border-radius: 3px; background: #fff; animation: equalize .8s ease-in-out infinite alternate; }.hero-radio__wave i:nth-child(2),.hero-radio__wave i:nth-child(6){height:25px}.hero-radio__wave i:nth-child(3),.hero-radio__wave i:nth-child(5){height:12px}.hero-radio__wave i:nth-child(4){height:31px}

.section { padding-block: 105px; }
.section--stations { background: var(--ink); color: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(37px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.section--stations .text-link { color: #fff; }
.station-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.station-card { position: relative; min-width: 0; display: grid; grid-template-columns: 122px 1fr; gap: 18px; align-items: center; padding: 17px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: #202126; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.station-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.28); background: #27282e; }
.station-card__logo-link { display: block; }
.station-card__logo { width: 122px; height: 122px; object-fit: cover; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--coral), var(--purple)); color: transparent; }
.station-card__favorite { position: absolute; z-index: 2; top: 25px; left: 25px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: rgba(17,18,23,.68); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; backdrop-filter: blur(7px); }
.station-card__favorite[aria-pressed="true"] { color: var(--coral); }
.station-card__favorite[aria-pressed="true"]::before { content: "♥"; }.station-card__favorite[aria-pressed="true"] { font-size: 0; }.station-card__favorite[aria-pressed="true"]::before { font-size: 17px; }
.station-card__body { min-width: 0; }
.station-card__genre { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.station-card__title { margin: 3px 0 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 21px; line-height: 1.2; }
.station-card__title a:hover { color: var(--lime); }
.station-card__meta { min-height: 22px; display: flex; flex-wrap: wrap; gap: 5px 12px; color: #a9abb2; font-size: 11px; }
.station-card__meta span + span::before { content: "•"; margin-right: 12px; color: #5e6067; }
.station-card .button { min-height: 35px; margin-top: 11px; padding: 7px 14px; color: var(--ink); background: #fff; font-size: 11px; }
.station-card .button:hover, .station-card .button.is-playing { background: var(--lime); }

.section--genres { background: var(--paper); }
.genre-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.genre-pill { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.genre-pill::after { content: "↗"; position: absolute; top: 22px; right: 24px; font-size: 23px; transition: transform .2s ease; }.genre-pill:hover::after { transform: translate(4px,-4px); }
.genre-pill__number { position: absolute; left: 24px; top: 22px; color: var(--ink-soft); font-size: 11px; font-weight: 800; }
.genre-pill strong { font-size: 24px; letter-spacing: -.04em; }.genre-pill small { color: var(--ink-soft); }
.genre-pill--0:hover { background: var(--lime); }.genre-pill--1:hover { background: var(--coral); color: #fff; }.genre-pill--2:hover { background: var(--blue); }.genre-pill--3:hover { background: var(--purple); color: #fff; }
.genre-pill:hover small, .genre-pill:hover .genre-pill__number { color: currentColor; opacity: .72; }
.section--cta { padding-top: 0; }
.cta-card { min-height: 300px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 56px; overflow: hidden; border-radius: var(--radius-lg); background: var(--coral); color: #fff; position: relative; }
.cta-card::before, .cta-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.cta-card::before { width: 380px; height: 380px; right: 8%; top: -62%; }.cta-card::after { width: 210px; height: 210px; right: 18%; top: -27%; }
.cta-card > * { position: relative; z-index: 1; }.cta-card h2 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.06em; }.cta-card p { max-width: 600px; margin-bottom: 0; }

.site-footer { padding: 70px 0 28px; background: #090a0d; color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr .6fr; gap: 50px; align-items: start; }
.brand--footer { margin-bottom: 12px; }.site-footer p { color: #9698a1; }.site-footer ul { list-style: none; margin: 0; padding: 0; }.site-footer li + li { margin-top: 8px; }.site-footer a:hover { color: var(--lime); }.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid #26272d; color: #777983; font-size: 12px; }

.archive-hero { padding: 85px 0 70px; background: var(--lime); }.archive-hero h1 { margin: 0; font-size: clamp(58px, 9vw, 112px); line-height: .9; letter-spacing: -.075em; }.archive-hero p { max-width: 570px; margin: 25px 0 0; font-size: 19px; }.archive-hero .eyebrow { color: var(--ink); }
.archive-catalog { padding-top: 50px; }.station-filters { position: sticky; top: 10px; z-index: 12; display: grid; grid-template-columns: 1.6fr 1fr 1fr auto; gap: 10px; padding: 12px; margin-bottom: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(17,18,23,.08); backdrop-filter: blur(12px); }.station-filters input[type="search"], .station-filters select { width: 100%; height: 48px; padding: 0 16px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); }.station-search { position: relative; }.station-search > span:not(.screen-reader-text) { position: absolute; left: 16px; top: 7px; z-index: 1; font-size: 22px; }.station-search input { padding-left: 43px !important; }.favorite-filter { display: flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; font-size: 13px; font-weight: 800; cursor: pointer; }.favorite-filter input { accent-color: var(--coral); }.favorite-filter span { color: var(--coral); font-size: 20px; }.catalog-status { min-height: 36px; display: flex; align-items: center; gap: 15px; color: var(--ink-soft); font-size: 13px; }.catalog-loader { width: 18px; height: 18px; border: 2px solid var(--line); border-top-color: var(--coral); border-radius: 50%; animation: orbit .7s linear infinite; }.archive-catalog .station-card { background: var(--card); color: var(--ink); border-color: var(--line); }.archive-catalog .station-card:hover { background: #fff; border-color: #aaa99f; box-shadow: var(--shadow); }.archive-catalog .station-card .button { color: #fff; background: var(--ink); }.archive-catalog .station-card .button:hover, .archive-catalog .station-card .button.is-playing { color: var(--ink); background: var(--lime); }.archive-catalog .station-card__meta { color: var(--ink-soft); }.load-more { display: flex; margin: 38px auto 0; }.load-more[hidden] { display: none; }

.single-station__hero { padding: 80px 0; background: var(--ink); color: #fff; }.single-station__grid { display: grid; grid-template-columns: minmax(280px, 430px) 1fr; gap: 80px; align-items: center; }.single-station__art { position: relative; }.single-station__art::before { content: ""; position: absolute; inset: -20px 20px 20px -20px; border: 1px solid #44454b; border-radius: 34px; }.single-station__art img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 30px; background: linear-gradient(135deg,var(--coral),var(--purple)); }.single-station__intro h1 { margin: 0; font-size: clamp(55px, 8vw, 104px); line-height: .88; letter-spacing: -.075em; }.single-station__genres { color: var(--lime); font-weight: 800; }.single-station__lead { max-width: 650px; color: #c3c4c9; font-size: 19px; }.single-station__facts { display: flex; flex-wrap: wrap; gap: 15px 40px; margin-top: 32px; }.single-station__facts span { display: grid; }.single-station__facts small { color: #878992; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.single-station__content { padding-block: 80px; }.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 80px; }.entry-content { font-size: 18px; }.entry-content h2, .entry-content h3 { line-height: 1.15; letter-spacing: -.035em; }.entry-content a { color: var(--coral-dark); text-decoration: underline; }.entry-content img { border-radius: var(--radius); }.station-sidebar { display: flex; flex-direction: column; gap: 20px; }.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.info-card p { margin: 0; white-space: pre-line; }

.standard-page { min-height: 65vh; padding: 80px 0 110px; }.page-header { margin-bottom: 50px; }.page-header h1 { margin: 5px 0; font-size: clamp(48px, 7vw, 82px); line-height: .95; letter-spacing: -.065em; }.page-header time { color: var(--ink-soft); }.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.post-card img { aspect-ratio: 16/9; width: 100%; object-fit: cover; }.post-card > div { padding: 25px; }.post-card h2 { margin: 5px 0; line-height: 1.1; }.post-card time { color: var(--coral-dark); font-size: 12px; font-weight: 800; }.post-hero-image { width: 100%; margin-bottom: 40px; border-radius: var(--radius); }.navigation.pagination { margin-top: 35px; }.nav-links { display: flex; gap: 8px; }.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; }.page-numbers.current { background: var(--ink); color: #fff; }
.empty-state { grid-column: 1/-1; padding: 65px 20px; border: 1px dashed currentColor; border-radius: var(--radius); text-align: center; }.empty-state__signal { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 39px; }.empty-state h2 { margin: 18px 0 4px; }.not-found { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }.not-found__code { display: block; color: var(--coral); font-size: clamp(110px, 24vw, 260px); font-weight: 900; line-height: .7; letter-spacing: -.09em; }.not-found h1 { font-size: 44px; letter-spacing: -.05em; }

.radio-player { position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; color: #fff; background: rgba(17,18,23,.97); box-shadow: 0 -15px 45px rgba(0,0,0,.2); backdrop-filter: blur(18px); transform: translateY(110%); visibility: hidden; transition: transform .35s cubic-bezier(.22,.8,.36,1), visibility .35s; }.radio-player[aria-hidden="false"] { transform: translateY(0); visibility: visible; }.radio-player__progress { height: 3px; background: #393a40; overflow: hidden; }.radio-player__progress span { display: block; width: 28%; height: 100%; background: var(--coral); animation: live-progress 2.2s ease-in-out infinite alternate; }.radio-player.is-paused .radio-player__progress span { animation-play-state: paused; }.radio-player.is-error .radio-player__progress span { width: 100%; background: #ffbf42; animation: none; }@keyframes live-progress{to{transform:translateX(250%)}}
.radio-player__inner { min-height: 88px; display: grid; grid-template-columns: 58px minmax(150px,1fr) auto 38px; gap: 15px; align-items: center; }.radio-player__logo { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; background: linear-gradient(135deg,var(--coral),var(--purple)); }.radio-player__info { min-width: 0; display: grid; }.radio-player__info strong, .radio-player__info > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.radio-player__info strong { font-size: 15px; }.radio-player__info > span:last-child { color: #9698a1; font-size: 11px; }.radio-player__status { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.radio-player__controls { display: flex; align-items: center; gap: 12px; }.player-button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }.player-button:hover { background: #303139; }.player-button--play { width: 50px; height: 50px; color: var(--ink); background: var(--lime); }.player-button--play:hover { background: #e8ff8a; }.volume-control { display: flex; align-items: center; }.volume-control input { width: 90px; accent-color: var(--lime); }.radio-player__close { color: #a4a6ad; font-size: 25px; }.radio-player__message { position: absolute; left: 50%; bottom: 100%; padding: 7px 13px; border-radius: 9px 9px 0 0; background: var(--ink); color: #fff; font-size: 11px; transform: translateX(-50%); opacity: 0; pointer-events: none; transition: opacity .2s; }.radio-player__message:not(:empty) { opacity: 1; }

@media (max-width: 1020px) {
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 18px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }.primary-nav.is-open { display: block; }.primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }.primary-nav a { display: block; padding: 11px; }.menu-toggle { display: block; }.header-live { margin-left: 5px; }
  .hero { min-height: auto; }.hero__grid { grid-template-columns: 1fr 420px; gap: 20px; }.hero h1 { font-size: clamp(62px, 9vw, 90px); }.station-grid { grid-template-columns: repeat(2, 1fr); }.genre-list { grid-template-columns: repeat(2, 1fr); }.single-station__grid { gap: 50px; }.content-grid { gap: 45px; }
}
@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1240px); }.site-header__inner { min-height: 68px; }.header-live { display: none; }.hero__grid { grid-template-columns: 1fr; padding-block: 58px 70px; }.hero h1 { font-size: clamp(58px, 20vw, 88px); }.hero__content > p { margin-top: 25px; }.hero__visual { width: min(100%, 470px); margin: 0 auto; }.hero__stats { gap: 22px; justify-content: space-between; }.hero__stats strong { font-size: 17px; }.section { padding-block: 72px; }.section-heading { align-items: flex-start; }.section-heading .text-link { display: none; }.station-grid { grid-template-columns: 1fr; }.station-card { grid-template-columns: 105px 1fr; }.station-card__logo { width: 105px; height: 105px; }.genre-pill { min-height: 155px; padding: 22px; }.cta-card { min-height: 360px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 35px 28px; }.site-footer__grid { grid-template-columns: 1fr; gap: 25px; }.site-footer__bottom { flex-direction: column; gap: 5px; }.station-filters { position: static; grid-template-columns: 1fr 1fr; }.station-search { grid-column: 1/-1; }.favorite-filter { min-height: 48px; }.single-station__grid { grid-template-columns: 1fr; gap: 55px; }.single-station__art { max-width: 380px; }.content-grid { grid-template-columns: 1fr; }.post-grid { grid-template-columns: 1fr; }.radio-player__inner { grid-template-columns: 48px 1fr auto 28px; gap: 9px; min-height: 76px; }.radio-player__logo { width: 46px; height: 46px; }.radio-player__controls .player-button:not(.player-button--play), .volume-control { display: none; }.player-button--play { width: 44px; height: 44px; }.radio-player__close { width: 28px; }.archive-hero { padding: 62px 0 50px; }
}
@media (max-width: 430px) {
  .hero__actions { align-items: flex-start; flex-direction: column; }.hero__stats { gap: 10px; }.hero__stats span { font-size: 10px; }.genre-list { grid-template-columns: 1fr; }.station-filters { grid-template-columns: 1fr; }.station-search { grid-column: auto; }.station-card { grid-template-columns: 88px 1fr; padding: 12px; gap: 13px; }.station-card__logo { width: 88px; height: 88px; }.station-card__favorite { top: 17px; left: 17px; }.station-card__title { font-size: 18px; }.station-card .button { margin-top: 8px; }.single-station__hero { padding-top: 55px; }.single-station__intro h1 { font-size: 55px; }.single-station__facts { gap: 14px 25px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Radio Wave 2.0 design system */
:root {
  --background: #f6f7fb;
  --surface: #ffffff;
  --surface-secondary: #eef0f5;
  --text: #16181d;
  --text-muted: #6b7280;
  --accent: #6c5ce7;
  --accent-hover: #5847d6;
  --border: #e5e7eb;
  --radius: 18px;
  --player-height: 92px;
  --ink: var(--text);
  --ink-soft: var(--text-muted);
  --paper: var(--background);
  --card: var(--surface);
  --line: var(--border);
  --coral: var(--accent);
  --coral-dark: var(--accent-hover);
  --lime: #ffffff;
  --purple: var(--accent);
  --blue: #a8a0ff;
}
[data-theme="dark"] {
  --background: #0e1015;
  --surface: #171a21;
  --surface-secondary: #20242d;
  --text: #f4f5f8;
  --text-muted: #a7adbb;
  --accent: #8b7cf6;
  --accent-hover: #a89df9;
  --border: #2d323d;
}
body { background: var(--background); color: var(--text); padding-bottom: calc(var(--player-height) + 24px); transition: background-color .2s ease, color .2s ease; }
body.player-open { padding-bottom: calc(var(--player-height) + 24px); }
.site-header { background: color-mix(in srgb, var(--background) 90%, transparent); border-color: var(--border); }
.theme-toggle { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--text); cursor: pointer; }
.theme-toggle:hover { color: var(--accent); border-color: var(--accent); }
[data-theme="dark"] .primary-nav { color: var(--text); }
[data-theme="dark"] .site-footer { background: #090b0f; }

.home-now { padding: 42px 0 26px; }
.now-card { min-height: 460px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; overflow: hidden; padding: 58px; border-radius: 34px; background: linear-gradient(125deg, #24145c, #6c5ce7 65%, #9d8eff); color: #fff; box-shadow: 0 24px 70px rgba(55, 39, 132, .22); }
.now-card__copy { position: relative; z-index: 2; }.now-card h1 { margin: 0; font-size: clamp(56px, 7vw, 96px); line-height: .9; letter-spacing: -.07em; }.now-card__copy > p { max-width: 580px; color: #e5e1ff; font-size: 19px; }.now-card__track { min-height: 24px; font-weight: 800; }.now-card__art { position: relative; justify-self: end; width: min(100%, 390px); }.now-card__art::before { content: ""; position: absolute; inset: -24px; border: 1px solid rgba(255,255,255,.24); border-radius: 35px; transform: rotate(5deg); }.now-card__art img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 28px; background: #1e153a; box-shadow: 0 25px 50px rgba(16, 7, 50, .35); }.now-card__bars { position: absolute; left: 50%; bottom: 24px; display: flex; gap: 5px; align-items: center; transform: translateX(-50%); }.now-card__bars i { width: 4px; height: 24px; border-radius: 4px; background: #fff; animation: equalize .8s ease-in-out infinite alternate; }.now-card__bars i:nth-child(2n) { height: 38px; }.now-card__bars i:nth-child(3n) { height: 15px; }.now-card--empty { display: block; min-height: 280px; }
.home-search { padding: 14px 0 0; }.home-search form { display: flex; gap: 10px; padding: 10px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 10px 35px rgba(32,35,45,.06); }.home-search label { position: relative; flex: 1; }.home-search label > span:first-child { position: absolute; left: 17px; top: 4px; font-size: 25px; color: var(--text-muted); }.home-search input { width: 100%; height: 52px; padding: 0 18px 0 48px; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 17px; }
.home-stations { padding-block: 72px 20px; }.home-stations + .home-stations { padding-top: 70px; }.home-all { background: var(--surface-secondary); }.home-countries { padding-top: 40px; }
.country-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }.country-grid a { min-height: 110px; display: grid; grid-template-columns: 1fr auto; align-content: center; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 24px rgba(30,34,44,.05); }.country-grid strong { font-size: 17px; }.country-grid span { color: var(--text-muted); font-size: 12px; }.country-grid i { grid-row: 1/3; grid-column: 2; align-self: center; font-style: normal; color: var(--accent); }.country-grid a:hover { border-color: var(--accent); transform: translateY(-2px); }

.section-heading h2 { color: var(--text); }
.section--genres { background: var(--background); }.genre-list { grid-template-columns: repeat(6, 1fr); border: 0; gap: 12px; }.genre-pill { min-height: 190px; justify-content: flex-start; padding: 112px 20px 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 24px rgba(30,34,44,.04); }.genre-pill::after { color: var(--accent); }.genre-pill:hover { background: var(--surface-secondary); color: var(--text); border-color: var(--accent); }.genre-pill small, .genre-pill__number { color: var(--text-muted); }.genre-pill strong { font-size: 20px; line-height: 1.08; }.genre-pill small { margin-top: 7px; }.genre-pill__visual { position: absolute; left: 20px; top: 47px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(108,92,231,.16); border-radius: 15px; color: var(--accent); background: linear-gradient(145deg,rgba(108,92,231,.16),rgba(108,92,231,.05)); box-shadow: inset 0 1px 0 rgba(255,255,255,.65); transition: transform .2s ease,background .2s ease; }.genre-pill__visual svg { width: 27px; height: 27px; }.genre-pill:hover .genre-pill__visual { transform: translateY(-2px) scale(1.04); background: rgba(108,92,231,.2); }
.country-grid a { grid-template-columns: auto 1fr auto; column-gap: 13px; }.country-grid__flag { width: 46px; height: 46px; display: grid; grid-row: 1/3; grid-column: 1; place-items: center; align-self: center; border: 1px solid rgba(108,92,231,.12); border-radius: 14px; color: initial !important; background: linear-gradient(145deg,rgba(108,92,231,.12),rgba(108,92,231,.03)); font-size: 25px !important; line-height: 1; }.country-grid strong, .country-grid a > span:not(.country-grid__flag) { grid-column: 2; }.country-grid i { grid-column: 3; }

.station-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.station-card { height: 100%; min-height: 330px; display: flex; flex-direction: column; gap: 0; align-items: stretch; padding: 11px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); color: var(--text); box-shadow: 0 9px 30px rgba(31,35,45,.06); }
.station-card:hover { background: var(--surface); border-color: color-mix(in srgb, var(--accent) 45%, var(--border)); box-shadow: 0 18px 38px rgba(31,35,45,.12); }.station-card__media { position: relative; }.station-card__logo { width: 100%; height: auto; aspect-ratio: 1; border-radius: 13px; object-fit: cover; background: linear-gradient(135deg, #2a1d59, var(--accent)); }.station-card__status { position: absolute; left: 9px; bottom: 9px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border-radius: 999px; background: rgba(20,22,28,.78); color: #fff; font-size: 9px; font-weight: 800; backdrop-filter: blur(7px); }.station-card__status i { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; }.station-card__status--offline i { background: #f87171; }.station-card__favorite { top: 9px; right: 9px; left: auto; background: rgba(20,22,28,.72); }.station-card__body { flex: 1; display: flex; flex-direction: column; padding: 13px 4px 2px; }.station-card__title { margin: 0; color: var(--text); font-size: 16px; white-space: normal; line-height: 1.2; }.station-card__title a:hover { color: var(--accent); }.station-card__meta { min-height: 38px; margin: 5px 0 9px; color: var(--text-muted); font-size: 11px; line-height: 1.4; }.station-card .button { min-height: 38px; width: 100%; margin-top: auto; color: #fff; background: var(--accent); }.station-card .button:hover, .station-card .button.is-playing { color: #fff; background: var(--accent-hover); }
.single-favorite { width: 52px; height: 52px; margin-left: 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 25px; cursor: pointer; }.single-favorite[aria-pressed="true"] { color: #ff9eae; }

.archive-hero { background: var(--surface-secondary); color: var(--text); }.archive-hero .eyebrow { color: var(--accent); }.breadcrumbs { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 28px; color: var(--text-muted); font-size: 12px; }.breadcrumbs a:hover { color: var(--accent); }.single-station__hero .breadcrumbs { color: #aaa5c5; }.single-station__hero .breadcrumbs a:hover { color: #fff; }
.station-filters { position: relative; top: auto; grid-template-columns: 1.4fr repeat(3, minmax(130px,.7fr)); gap: 10px; background: var(--surface); border-color: var(--border); }.station-filters select, .station-filters input[type="search"] { background: var(--surface); border-color: var(--border); color: var(--text); }.filter-check { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 13px; border: 1px solid var(--border); border-radius: 11px; color: var(--text); font-size: 12px; font-weight: 700; }.filter-check input { accent-color: var(--accent); }.station-filters--compact { grid-template-columns: 1fr; }.archive-catalog .station-card { background: var(--surface); color: var(--text); border-color: var(--border); }
.single-station__hero { background: linear-gradient(125deg,#13101f,#26203e); }.single-station__content, .similar-stations { background: var(--background); }.info-card { background: var(--surface); border-color: var(--border); }.entry-content, .station-sidebar { color: var(--text); }

.radio-wave-stream-row { display: flex; gap: 8px; }.radio-wave-check-result { display: block; margin-top: 7px; font-weight: 700; }.radio-wave-check-result[data-status="available"] { color: #16803d; }.radio-wave-check-result[data-status="error"], .radio-wave-check-result[data-status="unavailable"], .radio-wave-check-result[data-status="unsupported"] { color: #b42318; }.radio-wave-admin-logo { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; }.radio-status { display: inline-block; padding: 3px 7px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: 11px; font-weight: 700; }.radio-status--inactive { background: #fee2e2; color: #991b1b; }.radio-check-status { display: block; margin-top: 4px; color: #646970; }

/* Compact homepage station discovery. */
.home-stations--tabs { padding-block: 54px 42px; }
.home-stations__heading { margin-bottom: 20px; }
.home-station-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.home-station-tab { min-height: 42px; padding: 9px 17px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--text); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.home-station-tab:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.home-station-tab.is-active { border-color: var(--accent); background: var(--accent); color: #fff; box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 28%, transparent); }
.home-station-tab:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 30%, transparent); outline-offset: 3px; }
.home-station-panel[hidden] { display: none; }
.home-station-panel__empty { min-height: 150px; display: grid; place-items: center; padding: 28px; border: 1px dashed var(--border); border-radius: var(--radius); color: var(--text-muted); background: var(--surface); text-align: center; }
.station-grid--home-tabs .station-card { min-height: 305px; }
.station-grid--home-tabs .station-card__body { padding-top: 10px; }
.home-station-more { display: flex; justify-content: center; padding-top: 26px; }
.home-station-more .button { min-width: 210px; }
.home-station-more .button.is-loading { opacity: .65; pointer-events: none; }
.home-top-tracks { padding-block: 34px 52px; }
.home-top-tracks__heading { margin-bottom: 18px; }
.home-top-tracks__period { color: var(--text-muted); font-size: 12px; font-weight: 700; }
.home-top-tracks__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0; margin: 0; list-style: none; }
.home-top-tracks__list li { min-width: 0; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto auto; gap: 12px; align-items: center; min-height: 76px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface); box-shadow: 0 7px 22px rgba(31,35,45,.045); }
.home-top-tracks__rank { color: var(--accent); font-size: 13px; font-weight: 900; }
.home-top-tracks__copy { min-width: 0; display: grid; }
.home-top-tracks__copy strong, .home-top-tracks__copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-top-tracks__copy strong { color: var(--text); font-size: 14px; }
.home-top-tracks__copy span { color: var(--text-muted); font-size: 11px; }
.home-top-tracks__count { color: var(--text-muted); font-size: 11px; font-weight: 800; }
.home-top-tracks__services { display: flex; gap: 5px; }
.home-top-tracks__services a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 9px; color: var(--text); background: var(--surface-secondary); font-size: 9px; font-weight: 900; }
.home-top-tracks__services a:hover { border-color: var(--accent); color: #fff; background: var(--accent); }

@media (max-width: 700px) {
  .home-stations--tabs { padding-block: 44px 28px; }
  .home-stations__heading { margin-bottom: 15px; }
  .home-station-tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: -14px; padding: 2px 14px 8px; scrollbar-width: none; }
  .home-station-tabs::-webkit-scrollbar { display: none; }
  .home-station-tab { flex: 0 0 auto; min-height: 40px; padding-inline: 15px; }
  .station-grid--home-tabs .station-card { min-height: 285px; }
  .home-top-tracks { padding-block: 26px 42px; }
  .home-top-tracks__list { grid-template-columns: 1fr; }
  .home-top-tracks__list li { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 9px; }
  .home-top-tracks__count { display: none; }
  .home-top-tracks__services a { width: 28px; height: 28px; }
}
