:root {
  --bg: #090909;
  --panel: #111;
  --panel2: #171717;
  --text: #f2f2ed;
  --muted: #9b9b95;
  --acid: #d7ff43;
  --line: #2e2e2a;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
::selection { background: var(--acid); color: #111; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 100;
  opacity: .035; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.site-header {
  position: sticky; top: 0; z-index: 50; height: 72px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(9,9,9,.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; background: var(--acid); color: #111; font-weight: 950; transform: rotate(-3deg); }
.nav { display: flex; gap: 30px; font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .08em; color: var(--muted); }
.nav a:hover { color: var(--acid); }
.status-chip { justify-self: end; font: 700 10px/1 ui-monospace, monospace; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.status-chip b { color: var(--acid); }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(215,255,67,.5); animation: pulse 1.7s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(215,255,67,0); } 100% { box-shadow: 0 0 0 0 rgba(215,255,67,0); } }
.hero { min-height: calc(100svh - 72px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding-block: 80px; }
.eyebrow, .section-kicker { color: var(--acid); font: 800 11px/1.4 ui-monospace, monospace; letter-spacing: .12em; }
h1 { margin: 18px 0 0; font-size: clamp(72px, 10vw, 150px); line-height: .78; letter-spacing: -.09em; font-weight: 950; }
h1 span, h2 span { color: var(--acid); }
.ticker { display: inline-block; margin: 27px 0 16px; padding: 7px 10px; background: var(--acid); color: #111; font: 900 17px/1 ui-monospace, monospace; transform: rotate(-1deg); }
.hero-lede { margin: 0; font-size: clamp(25px, 3vw, 40px); line-height: 1.05; letter-spacing: -.04em; max-width: 670px; }
.hero-sub { margin: 18px 0 28px; max-width: 580px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; gap: 18px; justify-content: center; border: 1px solid var(--line); font: 900 12px/1 ui-monospace, monospace; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--acid); color: #111; border-color: var(--acid); }
.btn.secondary { background: var(--panel); }
.btn.disabled { cursor: not-allowed; opacity: .72; }
.microcopy { margin-top: 16px; color: #666; font: 700 10px/1.6 ui-monospace, monospace; }
.hero-art { position: relative; perspective: 1000px; }
.terminal-card { border: 1px solid #3c3c37; background: #0c0c0c; box-shadow: 28px 28px 0 #121212, 28px 28px 0 1px #282824; transform: rotate(1.7deg); }
.terminal-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid var(--line); color: #777; font: 700 10px/1 ui-monospace, monospace; }
.terminal-top span { width: 9px; height: 9px; border-radius: 50%; background: #333; }
.terminal-top span:first-child { background: var(--acid); }
.terminal-top em { margin-left: auto; font-style: normal; }
.mascot-wrap { padding: 6px 18px 0; background: radial-gradient(circle at 50% 35%, #1c1c18 0, #0d0d0d 60%); }
.mascot { width: 100%; height: auto; display: block; }
.terminal-lines { padding: 18px 22px 22px; border-top: 1px solid var(--line); font: 700 12px/1.8 ui-monospace, monospace; }
.terminal-lines p { margin: 0; color: #8e8e86; }
.terminal-lines span { color: var(--acid); }
.terminal-lines b { color: var(--text); }
.blink { animation: blink 1s steps(2, start) infinite; }
@keyframes blink { 50% { opacity: .2; } }
.marquee { border-block: 1px solid var(--acid); background: var(--acid); color: #111; overflow: hidden; transform: rotate(-.8deg) scale(1.01); }
.marquee-track { display: flex; width: max-content; animation: scroll 24s linear infinite; }
.marquee span { display: block; white-space: nowrap; padding: 15px 0; font: 950 15px/1 ui-monospace, monospace; letter-spacing: .04em; }
@keyframes scroll { to { transform: translateX(-50%); } }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 85px; border: 1px solid var(--line); }
.metrics article { min-height: 165px; padding: 23px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.metrics article:last-child { border-right: 0; }
.metric-label { color: var(--muted); font: 800 10px/1 ui-monospace, monospace; }
.metrics strong { font-size: clamp(35px,4vw,58px); letter-spacing: -.06em; }
.metrics small { color: var(--acid); font: 800 9px/1.4 ui-monospace, monospace; }
.section { padding-block: 130px; }
.section h2, .alt-section h2 { margin: 18px 0 50px; font-size: clamp(48px,7vw,92px); line-height: .9; letter-spacing: -.07em; }
.lore-grid, .token-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.big-copy { margin: 0; font-size: clamp(27px, 3vw, 42px); line-height: 1.14; letter-spacing: -.035em; }
.big-copy em { color: var(--acid); font-style: normal; }
.lore-card { border-left: 1px solid var(--line); padding-left: 34px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.accent-copy { color: var(--text); font-weight: 800; }
.alt-section { padding-block: 130px; background: #0d0d0c; border-block: 1px solid var(--line); }
.roadmap-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.road-card { padding: 26px; min-height: 320px; border-right: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.road-card:last-child { border-right: 0; }
.road-card::before { content: ""; position: absolute; width: 120px; height: 120px; border: 1px solid #20201e; border-radius: 50%; right: -42px; top: -42px; }
.road-card.active::before { background: var(--acid); opacity: .12; }
.phase { color: var(--acid); font: 800 10px/1 ui-monospace, monospace; }
.road-card h3 { margin: 50px 0 15px; font-size: 28px; letter-spacing: -.04em; }
.road-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.road-card > span { margin-top: auto; color: #70706a; font: 800 9px/1.4 ui-monospace, monospace; }
.road-card.active > span { color: var(--acid); }
.contract-box { margin-top: 38px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 16px; gap: 20px; }
.contract-box small { display: block; color: var(--muted); font: 700 9px/1 ui-monospace, monospace; margin-bottom: 8px; }
.contract-box code { overflow-wrap: anywhere; font-size: 13px; }
.copy-btn { border: 1px solid var(--acid); background: transparent; color: var(--acid); padding: 11px 15px; font: 900 10px/1 ui-monospace, monospace; cursor: pointer; }
.copy-btn:hover { background: var(--acid); color: #111; }
.token-panel { border: 1px solid var(--line); }
.token-panel div { display: flex; justify-content: space-between; gap: 25px; padding: 20px; border-bottom: 1px solid var(--line); }
.token-panel div:last-child { border-bottom: 0; }
.token-panel span { color: var(--muted); font: 700 10px/1 ui-monospace, monospace; }
.token-panel b { font: 900 11px/1 ui-monospace, monospace; text-align: right; }
.manifesto { padding: 110px 0; background: var(--acid); color: #111; }
.manifesto .eyebrow { color: #111; opacity: .65; }
.manifesto blockquote { margin: 18px 0 34px; max-width: 1000px; font-size: clamp(38px,6vw,82px); line-height: .95; letter-spacing: -.055em; font-weight: 850; }
.manifesto .btn.primary { background: #111; color: var(--acid); border-color: #111; }
.footer { padding-block: 55px 80px; display: grid; grid-template-columns: 1fr 2fr auto; gap: 40px; align-items: start; }
.footer-brand { font-size: 20px; font-weight: 950; letter-spacing: -.04em; }
.footer-brand span { color: var(--acid); }
.footer p { margin: 0; color: #686861; font-size: 12px; line-height: 1.6; max-width: 700px; }
.footer-links { display: flex; gap: 20px; font: 800 10px/1 ui-monospace, monospace; }
.footer-links a:hover { color: var(--acid); }
.toast { position: fixed; bottom: 22px; left: 50%; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--acid); color: #111; padding: 11px 14px; z-index: 110; font: 900 10px/1 ui-monospace, monospace; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 65px 90px; }
  .hero-art { max-width: 620px; width: 100%; margin: 15px auto 0; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .lore-grid, .token-grid { grid-template-columns: 1fr; gap: 40px; }
  .lore-card { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .roadmap-grid { grid-template-columns: 1fr 1fr; }
  .road-card:nth-child(2) { border-right: 0; }
  .road-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .site-header { height: 62px; padding-inline: 14px; }
  .status-chip { font-size: 8px; }
  .status-chip b, .status-chip .pulse { display: none; }
  .hero { min-height: auto; padding-top: 55px; gap: 25px; }
  h1 { font-size: clamp(64px, 24vw, 105px); }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .terminal-card { box-shadow: 14px 14px 0 #121212, 14px 14px 0 1px #282824; }
  .metrics { grid-template-columns: 1fr; }
  .metrics article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 135px; }
  .metrics article:last-child { border-bottom: 0; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .road-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 260px; }
  .road-card:last-child { border-bottom: 0; }
  .section, .alt-section { padding-block: 95px; }
  .contract-box { align-items: flex-start; }
  .contract-box code { max-width: 220px; display: block; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
