:root {
  color-scheme: dark;
  --bg: #090c09;
  --panel: #111511;
  --line: #283026;
  --text: #f1f4ee;
  --muted: #899186;
  --lime: #b7dc71;
  --lime-dark: #24331c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 72% 6%, #172015 0, transparent 28%), var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }

.nav {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(22px, 5vw, 72px);
  background: rgba(9, 12, 9, .86);
  border-bottom: 1px solid #1d231c;
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.brand span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--lime);
  color: #15200f;
  font-weight: 900;
  letter-spacing: -.05em;
}
.nav nav { display: flex; align-items: center; gap: 25px; color: #a7aea3; font-size: 13px; }
.nav a:hover { color: var(--text); }
.nav-cta { padding: 10px 17px; border: 1px solid #3b4438; border-radius: 999px; }

.hero {
  min-height: calc(100svh - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1180px;
  margin: auto;
  padding: 90px clamp(22px, 5vw, 72px) 70px;
}
.eyebrow, .label {
  color: var(--lime);
  font: 700 11px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 18px var(--lime); }
h1 {
  max-width: 980px;
  margin: 28px 0 34px;
  font-size: clamp(58px, 9vw, 128px);
  line-height: .9;
  letter-spacing: -.075em;
}
h1 em { color: var(--lime); font-style: normal; }
.lead {
  max-width: 680px;
  margin: 0;
  color: #a7aea3;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.actions a { padding: 15px 22px; border-radius: 10px; font-size: 14px; font-weight: 750; }
.primary { background: var(--lime); color: #12190e; }
.secondary { border: 1px solid #3b4438; background: #121612; }
.build-note { margin: 17px 0 0; color: #697066; font-size: 11px; line-height: 1.65; }

.player-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  margin-top: 72px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(17, 21, 17, .92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}
.art { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 12px; background: linear-gradient(145deg, var(--lime), #789849); color: #1b2714; font-size: 24px; }
.player-card small, .player-card strong, .player-card span { display: block; }
.player-card small { color: var(--lime); font-size: 9px; line-height: 1.5; letter-spacing: .15em; }
.player-card strong { margin: 7px 0 4px; font-size: 17px; line-height: 1.35; }
.player-card span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.controls { display: flex; align-items: center; gap: 22px; color: #b7beb3; }
.controls .play { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--text); color: #111511; }

.section { max-width: 1180px; margin: auto; padding: 120px clamp(22px, 5vw, 72px); border-top: 1px solid #1d231c; }
.section-heading { display: grid; grid-template-columns: 60px 1fr; gap: 24px; }
.section-heading > span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); font: 700 11px ui-monospace, monospace; }
.section h2, .legal h2 { margin: 0; font-size: clamp(35px, 5vw, 64px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading p, .split p, .boundary p { max-width: 650px; margin: 22px 0 0; color: var(--muted); line-height: 1.8; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 58px; }
.feature-grid article, .status-card { padding: 29px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.feature-grid article > b { color: #66705f; font: 700 10px ui-monospace, monospace; }
.feature-grid h3 { margin: 48px 0 15px; font-size: 21px; line-height: 1.25; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.split, .boundary { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.label { display: block; margin-bottom: 20px; }
.status-card > div { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.5; }
.status-card > div:last-child { border: 0; }
.status-card b { color: #757d73; font-size: 11px; text-align: right; }
.status-card .verified { color: var(--lime); }

.boundary { margin-bottom: 90px; background: linear-gradient(135deg, #111711, #0d100d); border: 1px solid var(--line); border-radius: 22px; padding: clamp(35px, 5vw, 70px); }
.boundary h2 { font-size: clamp(32px, 4vw, 52px); }
.support { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(35px, 7vw, 90px); align-items: end; }
.support p { max-width: 680px; color: var(--muted); line-height: 1.8; }
.support .actions { justify-content: flex-end; margin: 0; }
footer { display: flex; justify-content: space-between; gap: 25px; padding: 30px clamp(22px, 5vw, 72px); border-top: 1px solid #1d231c; color: #70776d; font-size: 11px; line-height: 1.6; }

.support-page { max-width: 850px; min-height: calc(100svh - 145px); margin: auto; padding: 90px clamp(22px, 5vw, 72px); }
.support-page h1 { margin: 28px 0 25px; font-size: clamp(54px, 9vw, 92px); }
.support-form { display: grid; gap: 24px; margin-top: 54px; padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: 20px; background: rgba(17, 21, 17, .94); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.support-form label { display: grid; gap: 9px; color: #c9cec5; font-size: 13px; font-weight: 700; }
.support-form label span small { color: var(--muted); font-weight: 500; }
.support-form input, .support-form select, .support-form textarea { width: 100%; border: 1px solid #343c31; border-radius: 10px; background: #0b0f0b; color: var(--text); padding: 13px 14px; font: inherit; font-weight: 500; }
.support-form textarea { resize: vertical; min-height: 170px; line-height: 1.6; }
.support-form input:focus, .support-form select:focus, .support-form textarea:focus { outline: 2px solid var(--lime); outline-offset: 2px; }
.support-form .consent-row { display: grid; grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; line-height: 1.55; }
.support-form .consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--lime); }
.support-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; }
.support-submit { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.support-button { border: 0; border-radius: 10px; padding: 15px 22px; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.support-button:disabled { cursor: wait; opacity: .65; }
.support-submit p { margin: 0; color: var(--muted); font-size: 13px; }
.support-submit p.success { color: var(--lime); }
.support-submit p.error { color: #ff9e91; }
.support-privacy { margin: 20px 4px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.support-privacy a { color: var(--text); text-decoration: underline; }

.legal { max-width: 850px; margin: auto; padding: 110px clamp(22px, 5vw, 72px); }
.legal h1 { margin-bottom: 34px; font-size: clamp(54px, 8vw, 95px); }
.legal section { margin-top: 68px; }
.legal h2 { font-size: 27px; line-height: 1.2; }
.legal section p { margin: 18px 0 0; color: var(--muted); line-height: 1.85; }

@media (max-width: 760px) {
  .nav nav > a:not(.nav-cta) { display: none; }
  .hero { padding-top: 70px; }
  h1 { margin-top: 25px; margin-bottom: 30px; font-size: clamp(54px, 18vw, 78px); line-height: .94; }
  .lead { line-height: 1.7; }
  .actions { margin-top: 30px; }
  .player-card { grid-template-columns: 52px 1fr; margin-top: 58px; }
  .art { width: 52px; height: 52px; }
  .controls { display: none; }
  .feature-grid, .split, .boundary, .support { grid-template-columns: 1fr; }
  .feature-grid { margin-top: 44px; }
  .feature-grid h3 { margin-top: 30px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading p, .split p, .boundary p { margin-top: 18px; }
  .boundary { margin: 0 16px 70px; padding: 32px 24px; }
  .support .actions { justify-content: flex-start; }
  .support-page { padding-top: 70px; }
  .form-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
  .build-note { line-height: 1.65; }
}
