@font-face {
  font-family: "Press Start 2P";
  src: url("/assets/fonts/press-start-2p.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-pixel: "Press Start 2P", ui-monospace, monospace;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --font-display: var(--font-pixel);
  --brand: #0052ff;
  --brand-lit: #3d7dff;
  --brand-deep: #0032a0;
  --brand-ghost: #0a1a3d;
  --accent: #00c805;
  --accent-lit: #2ee35a;
  --accent-deep: #007a12;
  --accent-ghost: #112f22;
  --void: #05070f;
  --panel: #0b1020;
  --panel-lit: #121a33;
  --line: #1e2a4d;
  --line-lit: #2f4173;
  --ink: #e6ecff;
  --muted: #8a99c4;
  --dim: #55628a;
  --up: #35e06a;
  --down: #ff4d5e;
  --gold: #ffc233;
  --ember: #ff8a1f;
  --up-deep: #1d8a41;
  --down-deep: #a02330;
  --up-ghost: #112f22;
  --down-ghost: #30191f;
  --on-brand: #ffffff;
  --on-accent: #05070f;
  --grid-line: #1e2a4d3d;
  --page-glow: #0052ff29;
  --page-glow-2: #0052ff12;
  --scanline: #ffffff09;
  --glow: #0052ffa6;
  --banner-glow: #0052ff59;
  --specular: rgba(255, 255, 255, 0.2);
  --face-shade: rgba(0, 0, 0, 0.28);
  --sheen-hi: rgba(255, 255, 255, 0.16);
  --sheen-lo: rgba(0, 0, 0, 0.14);
  --vox-side-r: color-mix(in oklab, var(--brand), black 16%);
  --vox-side-b: var(--brand-deep);
  --ambient: rgba(0, 0, 0, 0.5);
  --nav-h: 56px;
  --max: 72rem;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

html[data-theme="light"] {
  color-scheme: light;
  --brand: #0052ff;
  --brand-lit: #0a3fd4;
  --brand-deep: #002a86;
  --brand-ghost: #dbe6ff;
  --accent: #00a010;
  --accent-lit: #008f14;
  --accent-deep: #00640a;
  --accent-ghost: #ddeee4;
  --void: #e7ecf7;
  --panel: #ffffff;
  --panel-lit: #eef2fc;
  --line: #c3cee6;
  --line-lit: #93a2c6;
  --ink: #0b1330;
  --muted: #46557a;
  --dim: #5f6d92;
  --up: #0a8340;
  --down: #c81c31;
  --gold: #9a6400;
  --ember: #e2670a;
  --up-deep: #045c2c;
  --down-deep: #8a0e1e;
  --up-ghost: #ddeee4;
  --down-ghost: #f7dfe2;
  --on-brand: #ffffff;
  --on-accent: #ffffff;
  --grid-line: #465a8c21;
  --page-glow: #0052ff1a;
  --page-glow-2: #0052ff0d;
  --scanline: #0b13300b;
  --glow: #0052ff47;
  --banner-glow: #0052ff38;
  --specular: rgba(255, 255, 255, 0.55);
  --face-shade: rgba(0, 0, 0, 0.12);
  --ambient: rgba(10, 18, 48, 0.16);
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background-color: var(--void);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    radial-gradient(900px 500px at 70% -10%, var(--page-glow), transparent 65%),
    radial-gradient(700px 480px at -8% 108%, var(--page-glow-2), transparent 60%);
  background-size: 28px 28px, 28px 28px, auto, auto;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.tabular { font-variant-numeric: tabular-nums; }
.font-display { font-family: var(--font-display); }
.wrap { width: min(100% - 24px, var(--max)); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@keyframes float { 0% { transform: translateY(-10px); } to { transform: translateY(12px); } }
@keyframes blink { 0%, 50% { opacity: 1; } 50.01%, to { opacity: 0; } }
@keyframes marquee { 0% { transform: translate(0); } to { transform: translate(-50%); } }
@keyframes glow-pulse {
  0%, to { filter: drop-shadow(0 0 4px var(--glow)); }
  50% { filter: drop-shadow(0 0 16px var(--glow)); }
}
@keyframes rise { 0% { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tile-deal { 0%, to { transform: translate(0); } 50% { transform: translateY(-1.5px); } }
@keyframes bar-pump { 0%, to { transform: scaleY(1); } 40% { transform: scaleY(0.45); } }
@keyframes step-climb { 0% { transform: scaleY(0.15); } to { transform: scaleY(1); } }
@keyframes arrow-fire { 0%, to { transform: translateY(0); } 40% { transform: translateY(-4px); } }
@keyframes exhaust { 0%, to { opacity: 0; transform: translateY(0); } 30%, 70% { opacity: 1; transform: translateY(1px); } }
@keyframes live-ring { 0%, to { opacity: 0; } 12% { opacity: 0.35; } 24% { opacity: 0; } }
@keyframes hop { 0%, to { transform: translateY(0); } 50% { transform: translateY(-1.5px); } }
@keyframes flicker { 0%, to { transform: translate(0); } 33% { transform: translate(1px, -1px); } 66% { transform: translate(-1px); } }
@keyframes cursor { 0%, 50% { opacity: 1; } 50.01%, to { opacity: 0; } }

.animate-float { animation: 12s ease-in-out infinite alternate float; }
.animate-blink { animation: 1.1s step-end infinite blink; }
.animate-marquee { animation: marquee var(--marquee-duration, 42s) linear infinite; }
.glow-pulse { animation: 2.8s ease-in-out infinite glow-pulse; }
.stagger-rise > * { animation: 0.5s var(--ease) both rise; }
.stagger-rise > *:nth-child(2) { animation-delay: 0.06s; }
.stagger-rise > *:nth-child(3) { animation-delay: 0.12s; }
.stagger-rise > *:nth-child(4) { animation-delay: 0.18s; }

.floats {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  user-select: none;
}
.floats img {
  position: absolute;
  opacity: 0.2;
  image-rendering: auto;
}
.floats .f-bull { right: 2%; bottom: 16%; width: 12rem; animation-duration: 11s; }
.floats .f-chart { left: 2%; bottom: 12%; width: 11rem; animation-duration: 14s; animation-delay: -5s; }
.floats .f-hood { left: 2%; top: 18%; width: 8rem; animation-duration: 16s; animation-delay: -8s; }
@media (max-width: 1023px) { .floats { display: none; } }
@media (min-width: 1280px) {
  .floats .f-bull { width: 16rem; }
  .floats .f-chart { width: 15rem; }
  .floats .f-hood { width: 11rem; }
}

.scanlines { position: relative; overflow: hidden; }
.scanlines::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    var(--scanline) 0px,
    var(--scanline) 1px,
    transparent 1px,
    transparent 3px
  );
  z-index: 2;
}

.marquee-host {
  position: relative;
  z-index: 30;
  border-bottom: 2px solid var(--line);
  background: var(--panel);
}
.marquee-row { display: flex; align-items: center; }
.live-badge {
  z-index: 3;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  border-right: 2px solid var(--line);
  background: var(--brand);
  color: var(--on-brand);
  padding: 6px 12px;
  font-family: var(--font-display);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.live-badge .pip {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: currentColor;
}
.marquee-track {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 6px 0;
}
.marquee-inner {
  display: flex;
  width: max-content;
  gap: 0;
}
.marquee-item {
  padding: 0 18px;
  font-size: 11px;
  color: var(--dim);
  white-space: nowrap;
}
.marquee-item b { color: var(--ink); font-weight: 500; }
.marquee-item .up { color: var(--up); }
.marquee-item .down { color: var(--down); }
.marquee-fade {
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  width: 64px;
  background: linear-gradient(to left, var(--panel), transparent);
}
.marquee-host:hover .animate-marquee { animation-play-state: paused; }

.live-dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--up);
  color: var(--up);
  flex-shrink: 0;
}
.live-dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  background: currentColor;
  opacity: 0;
  animation: 1.8s step-end infinite live-ring;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: background-color 0.25s, border-color 0.25s, box-shadow 0.25s, backdrop-filter 0.25s;
}
.site-header.is-stuck {
  background: color-mix(in oklab, var(--void) 86%, transparent);
  border-bottom-color: var(--line);
  backdrop-filter: blur(10px);
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: var(--nav-h);
  width: min(100% - 24px, var(--max));
  margin-inline: auto;
}
@media (min-width: 768px) { :root { --nav-h: 64px; } }

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand img {
  width: 28px;
  height: 28px;
  image-rendering: pixelated;
  transition: filter 0.15s, transform 0.15s;
}
.brand:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 8px var(--glow));
}
.brand-name {
  font-family: var(--font-display);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
}
.brand-name span { color: var(--brand-lit); }
@media (min-width: 640px) {
  .brand img { width: 32px; height: 32px; }
  .brand-name { font-size: 11px; }
}
@media (min-width: 768px) and (max-width: 920px) {
  .brand-name { display: none; }
}
@media (max-width: 1279px) { .brand-dot { display: none; } }

.primary-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: stretch;
  border: 2px solid var(--line-lit);
  background: var(--panel);
  box-shadow: 2px 2px 0 0 var(--line);
}
@media (min-width: 768px) { .primary-nav { display: flex; } }

.nav-glyph {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-family: var(--font-display);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  border-right: 2px solid var(--line-lit);
  transition: background-color 0.15s, color 0.15s;
}
.nav-glyph:last-child { border-right: 0; }
.nav-glyph:hover { background: var(--panel-lit); color: var(--ink); }
.nav-glyph.is-on,
.nav-glyph[aria-current="page"] {
  background: var(--brand);
  color: var(--on-brand);
}
.nav-glyph svg { width: 20px; height: 20px; flex-shrink: 0; overflow: visible; }
.nav-glyph.is-on .g-tile,
.nav-glyph[aria-current="page"] .g-tile,
.nav-glyph:hover .g-tile { animation: 0.4s steps(2, end) both tile-deal; }
.nav-glyph.is-on .g-bar,
.nav-glyph[aria-current="page"] .g-bar,
.nav-glyph:hover .g-bar { transform-origin: bottom; animation: 0.5s steps(3, end) both bar-pump; }
.nav-glyph.is-on .g-step,
.nav-glyph[aria-current="page"] .g-step,
.nav-glyph:hover .g-step { transform-origin: bottom; animation: 0.45s steps(4, end) both step-climb; }
.nav-label { display: none; }
@media (min-width: 1024px) {
  .nav-glyph { padding: 8px 12px; }
  .nav-label { display: inline; }
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--line);
  background: var(--panel);
  color: var(--muted);
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.icon-btn:hover { color: var(--ink); border-color: var(--line-lit); background: var(--panel-lit); }
.icon-btn svg { width: 16px; height: 16px; }

.shadow-pixel {
  box-shadow:
    inset 0 2px 0 0 var(--specular),
    inset -2px -2px 0 0 var(--face-shade),
    4px 0 0 0 var(--vox-r, var(--vox-side-r)),
    0 4px 0 0 var(--vox-b, var(--vox-side-b)),
    4px 4px 0 0 var(--vox-b, var(--vox-side-b)),
    8px 14px 22px -6px var(--ambient);
}
.shadow-pixel-sm {
  box-shadow:
    inset 0 1px 0 0 var(--specular),
    inset -1px -1px 0 0 var(--face-shade),
    2px 0 0 0 var(--vox-r, var(--vox-side-r)),
    0 2px 0 0 var(--vox-b, var(--vox-side-b)),
    2px 2px 0 0 var(--vox-b, var(--vox-side-b)),
    4px 8px 14px -4px var(--ambient);
}
.vox-sheen {
  background-image: linear-gradient(180deg, var(--sheen-hi) 0%, transparent 45%, var(--sheen-lo) 100%);
}
.press, .lift { transition: transform 60ms steps(2, end), box-shadow 60ms steps(2, end); }
.lift:hover:not(:active) {
  transform: translate(-2px, -2px);
  box-shadow:
    inset 0 2px 0 0 var(--specular),
    inset -2px -2px 0 0 var(--face-shade),
    6px 0 0 0 var(--vox-r, var(--vox-side-r)),
    0 6px 0 0 var(--vox-b, var(--vox-side-b)),
    6px 6px 0 0 var(--vox-b, var(--vox-side-b)),
    12px 20px 30px -8px var(--ambient);
}
.press:active:not(:disabled) {
  transform: translate(4px, 4px);
  box-shadow: inset 0 2px 0 0 var(--specular), inset -2px -2px 0 0 var(--face-shade);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--accent-deep);
  background: var(--accent);
  color: var(--on-accent);
  --vox-r: color-mix(in oklab, var(--accent), black 16%);
  --vox-b: var(--accent-deep);
  --glow: #00c80588;
  padding: 12px 16px;
  font-family: var(--font-display);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  cursor: pointer;
}
.btn:hover { background: var(--accent-lit); }
.btn-ghost {
  background: var(--void);
  color: var(--ink);
  border-color: var(--line-lit);
  --vox-r: var(--line-lit);
  --vox-b: var(--line);
}
.btn-ghost:hover { background: var(--panel-lit); color: var(--ink); }
.btn.is-disabled,
.btn[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.btn .g-arrow { animation: 0.9s steps(2, end) infinite arrow-fire; }
.btn .g-exhaust { animation: 0.7s steps(2, end) infinite exhaust; }

.text-glow { text-shadow: 0 0 12px var(--glow); }
.rule-in {
  background-image: linear-gradient(var(--brand), var(--brand));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.22s steps(4, end);
}
.rule-in:hover { background-size: 100% 2px; color: var(--ink); }

.page { position: relative; z-index: 1; flex: 1; }
main { position: relative; z-index: 1; }

.hero {
  position: relative;
  border-bottom: 2px solid var(--line);
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 26rem;
  height: 26rem;
  transform: translateY(-50%);
  background: radial-gradient(closest-side, var(--banner-glow), transparent 70%);
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) { .hero-glow { display: block; } }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  padding: 20px;
  align-items: center;
}
@media (min-width: 640px) { .hero-grid { padding: 32px; } }
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 16px;
    padding: 48px;
  }
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--line-lit);
  background: var(--void);
  padding: 6px 10px;
}
.kicker-label {
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.kicker-label em { color: var(--brand-lit); font-style: normal; }
.hero h1 {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: var(--ink);
}
@media (min-width: 640px) { .hero h1 { font-size: 24px; } }
@media (min-width: 1024px) { .hero h1 { font-size: 26px; } }
@media (min-width: 1280px) { .hero h1 { font-size: 30px; } }
.hero-word {
  display: inline-block;
  min-width: 8ch;
  color: var(--brand-lit);
}
.lede {
  margin-top: 16px;
  max-width: 40rem;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
@media (min-width: 640px) { .lede { font-size: 14px; } }
@media (min-width: 1024px) { .lede { font-size: 16px; } }
.lede strong { color: var(--ink); font-weight: 500; }
.hero-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .hero-actions { display: flex; flex-wrap: wrap; }
}

.stat-bar {
  margin-top: 20px;
  display: flex;
  max-width: 28rem;
  flex-wrap: wrap;
  align-items: stretch;
  border: 2px solid var(--line);
  background: var(--void);
}
.stat-bar dl { display: flex; flex: 1; }
.stat-cell {
  flex: 1;
  border-right: 2px solid var(--line);
  padding: 6px 10px;
}
.stat-cell:last-child { border-right: 0; }
.stat-cell dd {
  font-family: var(--font-display);
  font-size: 11px;
  color: var(--ink);
}
.stat-cell dt {
  margin-top: 2px;
  font-family: var(--font-display);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
}
.stat-link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-family: var(--font-display);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  border-left: 2px solid var(--line);
}
.stat-link:hover { background: var(--brand-ghost); color: var(--brand-lit); }

.hero-art {
  position: relative;
  min-height: 220px;
}
.hero-art img {
  width: 100%;
  height: auto;
  image-rendering: auto;
  animation: 0.6s var(--ease) both rise;
}
@media (max-width: 639px) { .hero-art { margin-inline: -8px; } }

.board-wrap { padding: 28px 0 64px; }
.board {
  border: 2px solid var(--line);
  background: var(--panel);
}
.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 2px solid var(--line);
  background: var(--panel-lit);
  padding: 8px 12px;
}
.board-head h2 {
  font-family: var(--font-display);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.board-search { margin-left: auto; min-width: 0; }
@media (max-width: 639px) {
  .board-search { flex: 1 1 100%; margin-left: 0; }
  .board-search input { width: 100%; }
}
.board-search input {
  width: min(42vw, 220px);
  border: 2px solid var(--line);
  background: var(--void);
  color: var(--ink);
  padding: 6px 8px;
  font-family: var(--font-mono);
  font-size: 12px;
}
.board-search input:focus { outline: none; border-color: var(--brand); }
.empty {
  padding: 28px 12px;
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dim);
  grid-column: 1 / -1;
}
.coin-hero {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
}
.coin-mark.lg { width: 64px; height: 64px; image-rendering: pixelated; border: 2px solid var(--line); }
@media (max-width: 639px) {
  .coin-hero { grid-template-columns: 48px 1fr; gap: 12px; }
  .coin-mark.lg { width: 48px; height: 48px; }
  .coin-hero h1 { font-size: 16px; }
}
.sort-toggle {
  display: flex;
  border: 2px solid var(--line-lit);
  background: var(--panel);
}
.sort-toggle button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.sort-toggle button[aria-pressed="true"] {
  background: var(--brand);
  color: var(--on-brand);
}
.pair-row {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 12px;
  border-bottom: 2px solid var(--line);
  scrollbar-width: thin;
}
.pair-row .chip { flex-shrink: 0; }
@media (min-width: 768px) {
  .pair-row { flex-wrap: wrap; overflow: visible; }
}
.chip {
  border: 2px solid var(--line);
  background: var(--void);
  color: var(--muted);
  padding: 4px 8px;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.chip:hover { border-color: var(--line-lit); color: var(--ink); }
.chip.is-on {
  background: var(--brand);
  border-color: var(--brand-deep);
  color: var(--on-brand);
}
.chip .n { color: inherit; opacity: 0.7; margin-left: 4px; }

.board-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .board-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .board-grid { grid-template-columns: 1fr 1fr 1fr; } }

.coin {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 10px;
  padding: 14px 12px;
  border-bottom: 2px solid var(--line);
  border-right: 2px solid var(--line);
  transition: background 0.12s;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.coin:hover { background: var(--panel-lit); }
.coin-mark {
  width: 48px;
  height: 48px;
  object-fit: cover;
  image-rendering: auto;
  border: 2px solid var(--line);
  background: var(--panel-lit);
}
.coin-name {
  font-family: var(--font-display);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1.4;
}
.coin-meta {
  margin-top: 4px;
  font-size: 11px;
  color: var(--dim);
}
.coin-meta .tick { color: var(--muted); }
.coin-ca {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--dim);
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  padding: 1px 5px;
  font-family: var(--font-display);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.tag.buyback { color: var(--gold); border-color: color-mix(in oklab, var(--gold), var(--line) 50%); }
.tag.rewards { color: var(--brand-lit); border-color: color-mix(in oklab, var(--brand), var(--line) 40%); }
.tag.soon { color: var(--ember); }
.coin-right { text-align: right; }
.pair-pill {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-lit);
  border: 2px solid var(--line);
  padding: 2px 6px;
  background: var(--void);
}
.mc {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 10px;
}
.mc .chg.up, .chg.up { color: var(--up); }
.mc .chg.down, .chg.down { color: var(--down); }
.by {
  margin-top: 6px;
  font-size: 10px;
  color: var(--dim);
}

.page-hero {
  padding: 28px 0 8px;
}
.page-kicker {
  font-family: var(--font-display);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-lit);
}
.page-hero h1 {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (min-width: 768px) { .page-hero h1 { font-size: 24px; } }
.page-hero p {
  margin-top: 12px;
  max-width: 42rem;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.panel {
  border: 2px solid var(--line);
  background: var(--panel);
}
.panel-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 2px solid var(--line);
  background: var(--panel-lit);
  font-family: var(--font-display);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.panel-b { padding: 16px; }

.steps { display: grid; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 2px dashed var(--line);
}
.step:last-child { border-bottom: 0; }
.step-num {
  font-family: var(--font-display);
  font-size: 10px;
  color: var(--brand-lit);
  letter-spacing: 0.08em;
}
.step h3 {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.step p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.quote-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 640px) { .quote-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .quote-grid { grid-template-columns: 1fr 1fr 1fr; } }
.quote {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px 12px;
  border-bottom: 2px solid var(--line);
  border-right: 2px solid var(--line);
}
.quote-sym {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.quote-name { font-size: 11px; color: var(--dim); margin-top: 4px; }
.quote-px {
  text-align: right;
  font-family: var(--font-display);
  font-size: 11px;
}
.split-note {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 20px;
  border: 2px solid var(--line);
  background: var(--void);
  margin-top: 20px;
}
.split-box {
  border: 2px solid var(--line);
  padding: 12px;
  background: var(--panel);
}
.split-box .lab {
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  color: var(--dim);
  letter-spacing: 0.08em;
}
.split-box .val {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--brand-lit);
}
.split-eq {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--muted);
}

.meter {
  height: 10px;
  border: 2px solid var(--line);
  background: var(--void);
  position: relative;
}
.meter > span {
  display: block;
  height: 100%;
  background: var(--brand);
  width: 0;
  transition: width 0.8s var(--ease);
}
.stat-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) { .stat-cards { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.stat-card {
  border: 2px solid var(--line);
  background: var(--panel);
  padding: 14px;
}
.stat-card .k {
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
}
.stat-card .v {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 0.04em;
}
.bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 88px;
  margin-top: 12px;
}
.bars i {
  flex: 1;
  background: var(--brand);
  opacity: 0.85;
  transform-origin: bottom;
  animation: 0.7s var(--ease) both step-climb;
  min-height: 4px;
}
.bars i:nth-child(odd) { opacity: 0.55; }

.img-drop {
  position: relative;
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  border: 2px dashed var(--line-lit);
  background: var(--void);
  cursor: pointer;
  overflow: hidden;
}
.img-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.img-drop.has-file { border-style: solid; border-color: var(--brand); }
.img-drop img { width: 100%; height: 100%; object-fit: cover; }
.img-drop-hint {
  pointer-events: none;
  text-align: center;
  font-size: 11px;
  color: var(--dim);
  padding: 8px;
  line-height: 1.5;
}
.ticket-wrap { animation: 0.45s var(--ease) both rise; }
.ticket {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 20px;
  align-items: start;
}
.ticket-art {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border: 2px solid var(--line);
  background: var(--void);
}
.ticket-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--up);
  color: var(--up);
  padding: 4px 8px;
  font-family: var(--font-display);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ticket-stamp .pip { width: 6px; height: 6px; background: currentColor; }
.ticket h2 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ticket .tick { color: var(--brand-lit); }
.ticket-meta {
  margin-top: 12px;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
}
.ticket-meta b { color: var(--ink); font-weight: 500; }
.ticket-id {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
}
@media (max-width: 639px) {
  .ticket { grid-template-columns: 1fr; }
  .ticket-art { width: 96px; height: 96px; }
}

.form {
  display: grid;
  gap: 14px;
}
.field label {
  display: block;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
  margin-bottom: 6px;
}
.field input, .field select, .field textarea {
  width: 100%;
  border: 2px solid var(--line);
  background: var(--void);
  color: var(--ink);
  padding: 10px 12px;
  font-family: var(--font-mono);
  font-size: 13px;
}
.field textarea { min-height: 88px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brand);
}
.fee-picks { display: flex; flex-wrap: wrap; gap: 8px; }
.fee-picks label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--line);
  padding: 8px 10px;
  font-size: 12px;
  color: var(--muted);
  cursor: pointer;
}
.fee-picks input { accent-color: var(--brand); }
.fee-picks label:has(input:checked) {
  border-color: var(--brand);
  color: var(--ink);
  background: var(--brand-ghost);
}

.registry {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.registry th {
  text-align: left;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
  padding: 8px 10px;
  border-bottom: 2px solid var(--line);
  background: var(--panel-lit);
}
.registry td {
  padding: 10px;
  border-bottom: 2px solid var(--line);
  color: var(--muted);
}
.registry tr:hover td { background: var(--panel-lit); color: var(--ink); }
.held { color: var(--up); }
.sold { color: var(--down); }
.diamond { color: var(--gold); }

.tweet {
  border: 2px solid var(--line);
  background: var(--void);
  padding: 14px;
  font-size: 13px;
  color: var(--ink);
  line-height: 1.6;
}
.tweet .at { color: var(--brand-lit); }
.tweet .hint { margin-top: 8px; color: var(--dim); font-size: 12px; }
.rules { margin: 12px 0 0; padding-left: 18px; color: var(--muted); }
.rules li { margin: 8px 0; }

.site-footer {
  position: relative;
  z-index: 1;
  border-top: 2px solid var(--line);
  background: var(--panel);
  padding: 36px 0 28px;
  margin-top: 8px;
}
.foot-grid {
  display: grid;
  gap: 28px;
}
@media (min-width: 768px) {
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.foot-brand img { width: 28px; height: 28px; image-rendering: pixelated; }
.foot-copy { margin-top: 12px; max-width: 28rem; font-size: 12px; color: var(--dim); line-height: 1.7; }
.foot-col h2 {
  font-family: var(--font-display);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-lit);
}
.foot-col .dash {
  margin-top: 8px;
  border-bottom: 2px dashed var(--line);
}
.foot-col ul { list-style: none; margin-top: 12px; }
.foot-col li { margin: 8px 0; }
.foot-col a { font-size: 13px; color: var(--muted); }
.foot-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid var(--line);
}
.ca-line {
  font-size: 11px;
  color: var(--dim);
  line-height: 1.7;
  max-width: 42rem;
}
.ca-line code {
  font-family: var(--font-mono);
  color: var(--muted);
  word-break: break-all;
}
.legal { margin-top: 12px; font-size: 11px; color: var(--dim); max-width: 42rem; line-height: 1.7; }
.copy-year {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--dim);
}

.drawer {
  display: none;
  border-bottom: 2px solid var(--line);
  background: var(--panel);
}
.drawer.open { display: block; }
.drawer a, .drawer button {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid var(--line);
  font-family: var(--font-display);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.drawer a:hover, .drawer button:hover { background: var(--panel-lit); color: var(--ink); }
@media (min-width: 768px) { .menu-btn { display: none; } }

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  background: rgba(5, 7, 5, 0.72);
  padding: 20px;
}
.modal.open { display: grid; }
.modal-card {
  width: min(100%, 360px);
  border: 2px solid var(--line-lit);
  background: var(--panel);
  padding: 20px;
}
.modal-card.wallet-card {
  width: min(100%, 420px);
  padding: 18px 18px 14px;
}
.modal-card h3 {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.modal-card p { margin: 12px 0 16px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.modal-actions { display: grid; gap: 10px; }
.wallet-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.wallet-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 2px solid var(--line);
  background: var(--void);
  padding: 10px;
  cursor: pointer;
}
.wallet-row:hover { border-color: var(--brand); background: var(--panel-lit); }
.wallet-row.disconnect { grid-column: 1 / -1; grid-template-columns: 40px 1fr; }
.wallet-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  grid-row: 1 / span 2;
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0;
}
.wallet-logo {
  width: 40px;
  height: 40px;
  grid-row: 1 / span 2;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
  image-rendering: auto;
}
.wallet-row b {
  display: block;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.wallet-row small { display: none; }
.wallet-badge {
  font-family: var(--font-display);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
}
.wallet-badge.is-on { color: var(--up); }
.wallet-status { margin: 10px 0 0; font-size: 12px; color: var(--muted); }
@media (max-width: 420px) {
  .wallet-list { grid-template-columns: 1fr; }
}

.prop {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.prop-ledge {
  right: 4%;
  bottom: -8px;
  width: min(42vw, 280px);
  display: none;
}
.prop-sad {
  left: 2%;
  bottom: -6px;
  width: min(36vw, 220px);
  display: none;
}
@media (min-width: 1024px) {
  .prop-ledge, .prop-sad { display: block; }
}

.soon-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid var(--line);
  padding: 6px 10px;
  font-family: var(--font-display);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
  background: var(--void);
}

.cursor::after {
  content: "▌";
  margin-left: 2px;
  animation: 1s step-end infinite cursor;
  color: var(--brand-lit);
}

@media (prefers-reduced-motion: reduce) {
  .animate-float, .glow-pulse, .stagger-rise > *, .animate-blink, .animate-marquee,
  .live-dot::after, .btn .g-arrow, .btn .g-exhaust, .bars i, .hero-art img {
    animation: none !important;
  }
  .lift, .press { transition: none; }
}
