:root {
  --purple: #5b42dc;
  --purple-dark: #2a1a73;
  --purple-deep: #17102f;
  --cyan: #3cd6e7;
  --yellow: #ffd84d;
  --pink: #ff5aa5;
  --paper: #fbfbfe;
  --surface: #ffffff;
  --ink: #1b1830;
  --muted: #68647c;
  --line: #e7e4f2;
  --shadow: 0 18px 50px rgba(40,25,112,.13);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif; line-height: 1.6; padding-bottom: 104px; }
a { color: var(--purple-dark); }
a:hover { color: var(--purple); }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,251,254,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(42,26,115,.08); }
.topbar { max-width: 1180px; margin: 0 auto; min-height: 82px; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; background: var(--yellow); color: var(--purple-dark); font-size: 15px; font-weight: 950; letter-spacing: -.04em; transform: rotate(-3deg); box-shadow: 0 6px 0 rgba(42,26,115,.12); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { letter-spacing: .055em; font-size: 1.18rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { text-decoration: none; font-weight: 780; color: var(--ink); padding: 10px 12px; border-radius: 999px; }
.main-nav a:hover, .main-nav a.active { background: #ece9ff; color: var(--purple-dark); }
.nav-toggle { display: none; border: 0; border-radius: 999px; padding: 10px 15px; background: #ece9ff; color: var(--purple-dark); font-weight: 800; }
#app { min-height: 60vh; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hero { overflow: hidden; padding: 76px 0 62px; background: radial-gradient(circle at 8% 22%, rgba(60,214,231,.32), transparent 25%), radial-gradient(circle at 87% 10%, rgba(255,216,77,.46), transparent 25%), linear-gradient(138deg,#f4f1ff 0%,#fbfbfe 58%,#f4fdff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.eyebrow, .page-label, .section-kicker, .aside-label, .chart-badge { display: inline-flex; align-items: center; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.eyebrow { background: var(--purple-deep); color: #fff; padding: 8px 12px; border-radius: 999px; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.065em; line-height: .9; margin: 22px 0 22px; }
.hero h1 span { color: var(--purple); }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); max-width: 710px; color: #4f4b65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 13px 20px; font-weight: 850; text-decoration: none; cursor: pointer; }
.btn-primary { background: var(--purple); color: #fff; box-shadow: 0 10px 24px rgba(91,66,220,.24); }
.btn-primary:hover { color: #fff; background: var(--purple-dark); }
.btn-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-yellow { background: var(--yellow); color: var(--purple-dark); }
.btn-yellow:hover { color: var(--purple-dark); filter: brightness(.98); }
.btn-dark-outline { color: #fff; border: 1px solid rgba(255,255,255,.3); background: transparent; }
.btn-dark-outline:hover { color: #fff; border-color: rgba(255,255,255,.65); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-tags span { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); padding: 6px 11px; font-size: .88rem; font-weight: 750; }
.hero-card { min-height: 430px; position: relative; border-radius: 36px; background: linear-gradient(155deg,#2b1b75 0%,#5b42dc 58%,#412cb3 100%); color: #fff; padding: 36px; box-shadow: 0 28px 70px rgba(42,26,115,.28); overflow: hidden; transform: rotate(1deg); }
.hero-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -75px; top: -65px; border-radius: 50%; background: var(--yellow); }
.hero-card::after { content: ""; position: absolute; width: 150px; height: 150px; left: -60px; bottom: -60px; border-radius: 50%; background: var(--cyan); }
.hero-card-label { position: relative; z-index: 2; display: inline-block; padding: 7px 10px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.hero-card h2 { position: relative; z-index: 1; margin: 50px 0 14px; font-size: clamp(2.6rem,5vw,4.7rem); line-height: .92; letter-spacing: -.05em; }
.hero-card p { position: relative; z-index: 1; max-width: 330px; font-size: 1.08rem; color: #e9e5ff; }
.signal-lines { position: absolute; right: 32px; bottom: 30px; display: flex; gap: 8px; align-items: end; height: 95px; z-index: 2; }
.signal-lines span { width: 13px; border-radius: 8px; background: var(--yellow); }
.signal-lines span:nth-child(1){height:32%}.signal-lines span:nth-child(2){height:70%}.signal-lines span:nth-child(3){height:100%}.signal-lines span:nth-child(4){height:53%}
.section { padding: 76px 0; }
.section.alt { background: #f2f0fb; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2, .page-hero h1 { font-size: clamp(2.25rem, 5vw, 4.2rem); letter-spacing: -.05em; line-height: .98; margin: 8px 0 14px; }
.section-heading p, .page-hero p { color: var(--muted); font-size: 1.08rem; }
.section-kicker { color: var(--purple); }
.section-kicker.light { color: var(--yellow); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; box-shadow: 0 10px 30px rgba(42,26,115,.055); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; margin-bottom: 18px; background: #ece9ff; color: var(--purple-dark); font-weight: 950; }
.card-icon.text-icon { width: auto; min-width: 60px; padding: 0 12px; justify-self: start; font-size: .78rem; letter-spacing: .08em; }
.card h3 { margin: 0 0 8px; font-size: 1.28rem; }
.card p { color: var(--muted); margin: 0; }
.feature-card { position: relative; overflow: hidden; min-height: 225px; }
.card-number { font-size: .78rem; color: var(--purple); font-weight: 950; letter-spacing: .12em; margin-bottom: 34px; }
.feature-card:nth-child(2n) .card-number { color: #007e8d; }
.feature-card:nth-child(3n) .card-number { color: #b53b75; }
.schedule { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.schedule-item { padding: 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.schedule-item strong { display: block; color: var(--purple); font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; }
.schedule-item h3 { font-size: 1.55rem; margin: 8px 0; }
.dark-section { background: var(--purple-deep); color: #fff; }
.split-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.split-cta h2 { font-size: clamp(2.3rem,5vw,4.4rem); letter-spacing: -.05em; line-height: .98; margin: 10px 0 16px; }
.split-cta p { color: #cfc9e5; max-width: 700px; }
.page-hero { padding: 70px 0 48px; background: radial-gradient(circle at 90% 20%,rgba(60,214,231,.22),transparent 26%),linear-gradient(145deg,#eeeaff,#fbfbfe); border-bottom: 1px solid var(--line); }
.page-label { color: var(--purple); }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 42px; align-items: start; }
.prose { font-size: 1.04rem; }
.prose h2 { font-size: 1.75rem; margin: 38px 0 10px; line-height: 1.2; letter-spacing: -.02em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #45425a; }
.wide-prose { max-width: 860px; margin-top: 46px; }
.aside-card { position: sticky; top: 110px; border-radius: 24px; padding: 25px; background: var(--purple-deep); color: #fff; }
.aside-card h2 { margin: 6px 0 10px; }
.aside-card a { color: #fff; }
.aside-label { color: var(--yellow); }
.topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.topic-card { min-height: 230px; padding: 26px; border-radius: 24px; color: #fff; background: var(--purple-dark); }
.topic-card:nth-child(2){background:#193f52}.topic-card:nth-child(3){background:#6c254c}.topic-card:nth-child(4){background:#254a37}.topic-card:nth-child(5){background:#3a2c78}.topic-card:nth-child(6){background:#5a4020}
.topic-card span { font-size: .75rem; letter-spacing: .12em; font-weight: 900; opacity: .75; }
.topic-card h3 { font-size: 1.45rem; margin: 38px 0 8px; }
.topic-card p { color: rgba(255,255,255,.78); margin: 0; }
.editorial-callout { margin-top: 34px; padding: 32px; border-radius: 26px; background: #fff; border: 1px solid var(--line); }
.editorial-callout strong { font-size: 1.7rem; letter-spacing: -.03em; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.contact-card h2 { margin-top: 0; }
.contact-card .big-link { font-size: 1.15rem; font-weight: 800; text-decoration: none; }
.charts-placeholder { border-radius: 30px; padding: 46px; background: linear-gradient(145deg,#2a1a73,#5b42dc); color: #fff; overflow:hidden; position:relative; }
.charts-placeholder h2 { font-size: clamp(2rem,4vw,3.5rem); margin: 14px 0; letter-spacing:-.045em; }
.charts-placeholder > p { max-width: 680px; color:#ddd8f5; }
.chart-badge { color: var(--yellow); }
.fake-chart { margin-top: 32px; display:grid; gap:10px; max-width:720px; }
.fake-chart div { display:grid; grid-template-columns:60px 1fr; gap:10px; align-items:center; padding:15px 18px; border-radius:16px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.14); }
.fake-chart b { color:var(--yellow); font-size:1.2rem; }
.site-footer { background: #141026; color: #eeeafc; padding: 58px 0 132px; }
.footer-grid { width: min(1120px,calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-brand { color: #fff; }
.site-footer h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: .09em; }
.site-footer p { color: #c6c0dd; }
.site-footer a { color: #f6f2ff; }
.footer-links { display: grid; gap: 8px; }
.copyright { width: min(1120px,calc(100% - 40px)); margin: 38px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #aaa3c2; }
.player-shell { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(20,16,47,.97); color: #fff; box-shadow: 0 -14px 40px rgba(30,18,82,.24); backdrop-filter: blur(18px); }
.player-inner { width: min(1120px,calc(100% - 28px)); min-height: 88px; margin: 0 auto; display: grid; grid-template-columns: 58px 1fr 190px; gap: 16px; align-items: center; }
.play-button { width: 54px; height: 54px; border: 0; border-radius: 50%; background: var(--yellow); color: #21194b; font-size: 21px; cursor: pointer; box-shadow: 0 0 0 5px rgba(255,216,77,.11); }
.player-meta { min-width: 0; }
.live-row { display: flex; align-items: center; gap: 7px; font-size: .72rem; letter-spacing: .08em; color: #ded8f4; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff5d5d; box-shadow: 0 0 0 4px rgba(255,93,93,.12); }
.powered { margin-left: 4px; letter-spacing: 0; opacity: .7; font-weight: 650; }
.station-name { font-weight: 900; }
.song { color: #bdb6d6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .9rem; }
.volume-wrap { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.volume-wrap label { font-size: .8rem; color: #c8c0de; }
.volume-wrap input { width: 100%; accent-color: var(--yellow); }
.noscript { padding: 20px; background: #fff4cc; color: #443d1d; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px; border-radius: 20px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .hero-grid, .content-grid, .split-cta { grid-template-columns: 1fr; }
  .hero-card { min-height: 350px; }
  .aside-card { position: static; }
  .cards, .schedule, .topic-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { padding-bottom: 126px; }
  .topbar { min-height: 72px; padding: 10px 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1rem; }
  .hero { padding: 46px 0 38px; }
  .hero-grid { gap: 30px; }
  .hero-card { border-radius: 28px; padding: 27px; min-height: 320px; }
  .hero-card h2 { margin-top: 38px; }
  .cards, .schedule, .topic-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .page-hero { padding: 48px 0 34px; }
  .charts-placeholder { padding: 30px 24px; }
  .player-inner { min-height: 112px; grid-template-columns: 54px 1fr; padding: 10px 0; }
  .volume-wrap { grid-column: 1 / -1; grid-template-columns: 76px 1fr; }
  .site-footer { padding-bottom: 155px; }
}

/* Top Tracks */
.charts-hero { display:flex; justify-content:space-between; align-items:flex-end; gap:28px; padding:34px 36px; margin-bottom:18px; border-radius:30px; background:linear-gradient(145deg,#2a1a73,#5b42dc); color:#fff; }
.charts-hero h2 { margin:12px 0 8px; font-size:clamp(2rem,4vw,3.4rem); letter-spacing:-.045em; }
.charts-hero p { max-width:700px; margin:0; color:#ddd8f5; }
.chart-date { min-width:150px; padding:16px 18px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.09); border-radius:18px; }
.chart-date span { display:block; margin-bottom:3px; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; opacity:.72; font-weight:900; }
.chart-date strong { font-size:1.05rem; }
.track-list { list-style:none; padding:0; margin:0; display:grid; gap:10px; counter-reset:none; }
.track-list li { display:grid; grid-template-columns:72px 1fr; align-items:center; gap:16px; min-height:82px; padding:14px 22px; background:var(--surface); border:1px solid var(--line); border-radius:20px; box-shadow:0 8px 24px rgba(42,26,115,.045); }
.track-list li:first-child { border-color:#d6c96a; background:linear-gradient(90deg,#fffceb 0%,#fff 60%); }
.track-rank { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; background:#ece9ff; color:var(--purple-dark); font-size:1.08rem; font-weight:950; }
.track-list li:first-child .track-rank { background:var(--yellow); color:#2a2450; }
.track-copy { display:flex; flex-direction:column; min-width:0; }
.track-copy strong { font-size:1.12rem; line-height:1.25; }
.track-copy span { margin-top:4px; color:var(--muted); }
.chart-source { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:24px; padding:24px 26px; border-radius:22px; background:#f0eeff; }
.chart-source strong { display:block; margin-bottom:4px; }
.chart-source p { margin:0; color:var(--muted); }
@media (max-width: 760px) {
  .charts-hero, .chart-source { align-items:flex-start; flex-direction:column; }
  .chart-date { min-width:0; }
  .track-list li { grid-template-columns:58px 1fr; padding:12px 14px; }
  .track-rank { width:46px; height:46px; border-radius:14px; }
}
