:root {
  --purple: #6830b8;
  --purple-2: #7d3fd4;
  --purple-glow: rgba(125, 63, 212, .28);
  --purple-dim: #3a1a66;
  --bg: #050308;
  --bg-2: #0b0712;
  --card: #120a1c;
  --card-hover: #1b1029;
  --line: #2a1650;
  --text: #f4f0fb;
  --muted: #b3a4cc;
  --soft: #d5c8ea;
  color-scheme: dark;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
  background: var(--bg);
  color: var(--text);
  color-scheme: dark;
}
body {
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
a { color: var(--purple-2); }
a:hover { color: #c9a8ff; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(5,3,8,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  max-width: 1080px; margin: 0 auto;
  padding: 12px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
}
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand span {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.nav-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.nav-links { display: flex; gap: 14px; flex-wrap: wrap; }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.socials-top { display: flex; gap: 6px; }
.socials-top a {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border: 1px solid var(--line); background: var(--card);
  color: var(--purple-2); text-decoration: none;
}
.socials-top a:hover { border-color: var(--purple); color: #fff; }
.socials-top svg { width: 14px; height: 14px; fill: currentColor; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 28px 18px 80px; }
.page { max-width: 760px; }

.hero {
  padding: 48px 0 28px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
}
.hero img { width: 120px; height: 120px; object-fit: contain; }
.kicker {
  color: var(--purple-2);
  letter-spacing: .18em; text-transform: uppercase;
  font-size: 11px; font-weight: 700; margin-bottom: 8px;
}
.hero h1 {
  font-size: clamp(28px, 6vw, 48px);
  letter-spacing: .04em; line-height: 1.05;
  text-transform: uppercase;
}
.hero p { color: var(--soft); margin-top: 12px; max-width: 560px; font-size: 16px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.cta {
  display: inline-block; text-decoration: none;
  background: var(--purple); color: #fff;
  padding: 11px 16px; font-size: 13px; letter-spacing: .08em;
  text-transform: uppercase; font-weight: 700;
  border: 1px solid transparent;
}
.cta:hover { background: var(--purple-2); color: #fff; }
.cta.ghost {
  background: transparent; color: var(--text); border-color: var(--line);
}
.cta.ghost:hover { border-color: var(--purple); color: #fff; }

.section { margin-top: 48px; }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 12px; margin-bottom: 16px; flex-wrap: wrap;
}
.section h2 {
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
}
.section-head a { font-size: 12px; color: var(--muted); text-decoration: none; }
.section-head a:hover { color: var(--text); }

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.grid-4 { grid-template-columns: repeat(2, 1fr); }
.feed { display: grid; gap: 10px; }
.feed-item {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 16px 16px 14px;
}
.feed-item .row {
  display: flex; justify-content: space-between; gap: 10px;
  align-items: baseline; margin-bottom: 8px;
}
.feed-item .bot {
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--purple-2);
}
.feed-item .when { font-size: 12px; color: var(--muted); }
.feed-item h3 { font-size: 16px; margin-bottom: 6px; }
.feed-item p { color: var(--soft); font-size: 14px; }
.playlist {
  display: grid; grid-template-columns: 88px 1fr; gap: 16px;
  align-items: center;
  background: var(--card); border: 1px solid var(--line);
  padding: 18px;
}
.playlist-mark {
  width: 88px; height: 88px;
  display: grid; place-items: center;
  background: #000; border: 1px solid var(--line);
  color: #1db954;
}
.playlist-mark svg { width: 36px; height: 36px; fill: currentColor; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 18px;
  min-height: 170px;
  display: flex; flex-direction: column;
}
.card .tag {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--purple-2); margin-bottom: 10px;
}
.card h3 { font-size: 18px; letter-spacing: .02em; line-height: 1.25; }
.card p { color: var(--muted); font-size: 14px; margin-top: 8px; }
.card .meta { margin-top: auto; padding-top: 16px; color: var(--muted); font-size: 12px; }

.empty {
  border-style: dashed;
  background: linear-gradient(180deg, var(--bg-2), var(--card));
}

.about-blurb {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px;
}
.about-blurb p { color: var(--soft); }
.stat-box {
  background: var(--card); border: 1px solid var(--line); padding: 18px;
}
.stat-box strong { display: block; font-size: 22px; color: #fff; }
.stat-box span { color: var(--muted); font-size: 13px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: #000;
  padding: 28px 18px 40px;
}
.footer-wrap { max-width: 1080px; margin: 0 auto; }
.footer-brand {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.footer-brand img { width: 28px; height: 28px; object-fit: contain; }
.footer-brand span { letter-spacing: .16em; text-transform: uppercase; font-size: 12px; }
.socials { display: flex; flex-wrap: wrap; gap: 8px; }
.socials a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--line); background: var(--card);
  color: var(--purple-2); text-decoration: none;
}
.socials a:hover { border-color: var(--purple); color: #fff; }
.socials svg { width: 18px; height: 18px; fill: currentColor; }
.legal {
  margin-top: 18px; color: var(--muted); font-size: 12px;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.legal a { color: var(--muted); text-decoration: none; }
.legal a:hover { color: var(--text); }

.page h1 { font-size: 28px; letter-spacing: .08em; text-transform: uppercase; margin: 8px 0 8px; }
.lede { color: var(--muted); margin-bottom: 22px; }
.page h2 {
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--soft); margin: 26px 0 8px;
}
.page p, .page li { color: #e8dff6; font-size: 15px; }
.page ul { padding-left: 18px; margin: 8px 0 14px; }
.page li { margin: 6px 0; }
.meta { color: var(--muted); font-size: 13px; margin-bottom: 18px; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; text-align: left; padding-top: 28px; }
  .grid, .grid-4, .about-blurb, .playlist { grid-template-columns: 1fr; }
  .nav-links { gap: 10px; }
  .brand span { display: none; }
}
