/* =========================================================
   CATAPULT — red & white trading arena
   ========================================================= */
:root {
  --red: #E8112D;
  --red-600: #C80E27;
  --red-800: #9E0B1F;
  --red-100: #FFE3E7;
  --red-50: #FFF4F5;
  --ink: #140507;
  --ink-2: #2B1115;
  --white: #FFFFFF;
  --muted: #7A5A5F;
  --line: rgba(20, 5, 7, .12);
  --green: #11A860;
  --radius: 22px;
  --radius-sm: 12px;
  --font-display: "Unbounded", "Arial Black", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --header-h: 72px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.is-loading { overflow: hidden; }
body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { line-height: 1.15; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
input, select { font: inherit; color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--red); color: var(--white); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 6px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.mono { font-family: var(--font-mono); letter-spacing: .04em; }
.muted { color: var(--muted); }
.small { font-size: 12px; }
.center { text-align: center; margin-top: 48px; }
.container { width: min(1240px, 100% - 48px); margin-inline: auto; position: relative; }

.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(232,17,45,.6); animation: pulse 1.8s infinite; vertical-align: middle; }
.dot--white { background: var(--white); box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(232,17,45,0); } 100% { box-shadow: 0 0 0 0 rgba(232,17,45,0); } }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--ink); --fg: var(--white); --bd: var(--bg);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px;
  background: var(--bg); color: var(--fg); border: 2px solid var(--bd);
  font-weight: 700; font-size: 15px; line-height: 1; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  box-shadow: 0 0 0 0 var(--ink);
}
.btn:hover { transform: translate(-3px, -3px); box-shadow: 4px 4px 0 0 var(--ink); }
.btn:active { transform: translate(0, 0); box-shadow: 0 0 0 0 var(--ink); }
.btn--red { --bg: var(--red); --bd: var(--ink); }
.btn--white { --bg: var(--white); --fg: var(--ink); --bd: var(--ink); }
.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
.btn--ghost-light { --bg: transparent; --fg: var(--white); --bd: var(--white); }
.btn--ghost-light:hover { box-shadow: 4px 4px 0 0 var(--white); }
.btn--outline { --bg: var(--white); --fg: var(--red); --bd: var(--red); }
.btn--outline:hover { box-shadow: 4px 4px 0 0 var(--red); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--lg { padding: 18px 30px; font-size: 16px; }

.badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px; border-radius: 999px;
  border: 2px solid var(--ink); background: var(--white);
  font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em;
}
.badge--red { background: var(--red); color: var(--white); border-color: var(--red); }
.chip { display: inline-block; padding: 2px 10px; border-radius: 999px; background: var(--red); color: var(--white); font-family: var(--font-mono); font-size: .85em; }
.pill { padding: 6px 12px; border-radius: 999px; background: rgba(17,168,96,.12); color: var(--green); font-family: var(--font-mono); font-size: 13px; font-weight: 700; }
.pill.is-down { background: var(--red-100); color: var(--red); }
.tag { padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 700; background: var(--red); color: var(--white); white-space: nowrap; }
.tag--green { background: var(--green); }

/* ---------- headings ---------- */
.eyebrow { margin: 0 0 16px; font-size: 13px; font-weight: 700; color: var(--red); letter-spacing: .14em; display: flex; align-items: center; gap: 10px; }
.eyebrow--light { color: rgba(255,255,255,.85); }
.h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(34px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -.02em;
  margin: 0; text-transform: uppercase;
}
.h2 em, .final__title em { font-style: normal; color: var(--red); }
.h2--light { color: var(--white); }
.h2--light em { color: var(--ink); -webkit-text-stroke: 0; background: var(--white); padding: 0 .15em; border-radius: .12em; color: var(--red); }
.lead { font-size: clamp(16px, 1.4vw, 19px); max-width: 560px; }
.lead--light { color: rgba(255,255,255,.88); }
.section { padding: clamp(90px, 12vw, 160px) 0; position: relative; }
.section__head { max-width: 900px; margin-bottom: clamp(40px, 6vw, 72px); }
.section__head--row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

/* split text */
.split-word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .06em; margin-bottom: -.06em; }
.split-word > span { display: inline-block; will-change: transform; }

/* =========================================================
   LOADER
   ========================================================= */
.loader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--red); color: var(--white);
  display: grid; place-items: center;
  transition: clip-path .9s var(--ease);
  clip-path: inset(0 0 0 0);
}
.loader.is-done { clip-path: inset(0 0 100% 0); }
.loader__inner { text-align: center; }
.loader__label { font-size: 13px; letter-spacing: .3em; margin-bottom: 8px; }
.loader__count { font-family: var(--font-display); font-weight: 900; font-size: clamp(120px, 22vw, 260px); line-height: 1; }
.loader__bar { width: 220px; height: 4px; background: rgba(255,255,255,.3); border-radius: 4px; margin: 16px auto 0; overflow: hidden; }
.loader__bar span { display: block; height: 100%; width: 0; background: var(--white); transition: width .3s linear; }

/* =========================================================
   PROGRESS + ALTIMETER
   ========================================================= */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 120; pointer-events: none; }
.progress span { display: block; height: 100%; width: 100%; background: var(--red); transform-origin: 0 50%; transform: scaleX(0); }
.altimeter {
  position: fixed; right: 18px; top: 50%; transform: translateY(-50%);
  z-index: 60; display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 10px; font-weight: 700; color: var(--ink);
  padding: 30px 8px 12px; border-radius: 999px; background: rgba(255,255,255,.9); border: 1.5px solid var(--ink);
  pointer-events: none;
}
.altimeter__track { position: relative; width: 4px; height: 180px; background: rgba(20,5,7,.15); border-radius: 4px; }
.altimeter__fill { position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: var(--ink); border-radius: 4px; }
.altimeter__moon { position: absolute; top: -24px; left: 50%; transform: translateX(-50%); font-size: 14px; }
.altimeter__value { writing-mode: vertical-rl; transform: rotate(180deg); min-height: 90px; }

/* =========================================================
   FLYER (cat rocket)
   ========================================================= */
.flyer {
  position: fixed; top: 0; left: 0; z-index: 50;
  width: 0; height: 0;
  pointer-events: none;
  will-change: transform;
}
.flyer__inner {
  position: absolute; left: 0; top: 0;
  width: var(--flyer-w, 440px);
  transform: translate(-50%, -50%);
  will-change: transform;
}
.cr { width: 100%; height: auto; overflow: visible; filter: drop-shadow(10px 14px 0 rgba(20,5,7,.14)); }
.cr * { transform-box: fill-box; }
.cr-flame { transform-origin: 100% 50%; transform: scaleX(var(--thrust, 1)); transition: transform .15s linear; }
.cr-flame .f1 { transform-origin: 100% 50%; animation: flicker .12s infinite alternate; }
.cr-flame .f2 { transform-origin: 100% 50%; animation: flicker .09s infinite alternate-reverse; }
.cr-flame .f3 { transform-origin: 100% 50%; animation: flicker .07s infinite alternate; }
@keyframes flicker { from { transform: scale(1, 1); } to { transform: scale(.82, .9); } }
.cr-rocket, .cr-cat { animation: rumble .16s infinite alternate; }
.cr-cat { animation-delay: -.08s; }
@keyframes rumble { from { transform: translateY(-1px); } to { transform: translateY(1.5px); } }
.cr-tail { transform-origin: 90% 95%; animation: tail 1.6s ease-in-out infinite; }
@keyframes tail { 0%,100% { transform: rotate(0deg); } 50% { transform: rotate(-12deg); } }
.cr-scarf { transform-origin: 100% 50%; animation: scarf .35s ease-in-out infinite alternate; }
@keyframes scarf { from { transform: skewY(-6deg) scaleX(1); } to { transform: skewY(5deg) scaleX(.92); } }
.cr-head { transform-origin: 50% 90%; animation: bob 2.4s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: rotate(0deg); } 50% { transform: rotate(4deg); } }
.cr-eye text { transform-origin: 50% 60%; animation: money 1.2s ease-in-out infinite; }
.cr-eye--r text { animation-delay: .1s; }
@keyframes money { 0%,100% { transform: scale(1); } 45% { transform: scale(1.25); } 55% { transform: scale(.9); } }
.cr-lines line { animation: lines .5s linear infinite; }
.cr-lines line:nth-child(2) { animation-delay: -.2s; }
.cr-lines line:nth-child(3) { animation-delay: -.35s; }
@keyframes lines { from { transform: translateX(40px); opacity: 0; } 30% { opacity: 1; } to { transform: translateX(-80px); opacity: 0; } }

.flyer__coins { position: absolute; left: 4%; top: 64%; width: 0; height: 0; }
.coin {
  position: absolute; left: 0; top: 0;
  width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%;
  background: var(--red); color: var(--white); border: 3px solid var(--ink);
  font: 900 13px/20px var(--font-display); text-align: center;
}

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  transition: transform .4s var(--ease), background .3s, box-shadow .3s;
}
.header.is-scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.header.is-hidden { transform: translateY(-100%); }
.header__inner { height: 100%; width: min(1320px, 100% - 32px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 900; font-size: 20px; letter-spacing: -.02em; }
.logo__mark { width: 36px; height: 36px; border-radius: 10px; background: var(--red); color: var(--white); display: grid; place-items: center; border: 2px solid var(--ink); font-size: 18px; transition: transform .4s var(--ease); }
.logo:hover .logo__mark { transform: rotate(-12deg) scale(1.08); }
.logo--light { color: var(--white); }
.logo--light .logo__mark { border-color: var(--white); }
.nav { display: flex; gap: 4px; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.7); border: 1.5px solid var(--line); }
.nav a { padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: background .2s, color .2s; }
.nav a:hover { background: var(--red-50); color: var(--red); }
.nav a.is-active { background: var(--red); color: var(--white); }
.header__actions { display: flex; align-items: center; gap: 10px; }
.burger { display: none; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--ink); background: var(--white); position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), top .3s; }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 24px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 90; background: var(--red); color: var(--white);
  padding: calc(var(--header-h) + 24px) 24px 32px; display: flex; flex-direction: column; justify-content: space-between;
  animation: menuIn .45s var(--ease);
}
@keyframes menuIn { from { clip-path: circle(0% at calc(100% - 40px) 36px); } to { clip-path: circle(150% at calc(100% - 40px) 36px); } }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { font-family: var(--font-display); font-weight: 900; font-size: clamp(28px, 8vw, 44px); text-transform: uppercase; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.25); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  padding: calc(var(--header-h) + 48px) 0 110px;
  display: flex; align-items: center; overflow: hidden;
  background: var(--white);
}
.hero__grid {
  position: absolute; inset: -2px;
  background-image:
    linear-gradient(rgba(232,17,45,.09) 1.5px, transparent 1.5px),
    linear-gradient(90deg, rgba(232,17,45,.09) 1.5px, transparent 1.5px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 65% 45%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 65% 45%, #000 20%, transparent 75%);
}
.hero__sun {
  position: absolute; width: min(64vw, 820px); aspect-ratio: 1; border-radius: 50%;
  right: -12vw; top: 50%; margin-top: calc(min(64vw, 820px) / -2);
  background: radial-gradient(circle at 40% 40%, #FF4A62 0%, var(--red) 45%, var(--red-800) 100%);
  opacity: .96;
}
.hero__sun::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: repeating-linear-gradient(180deg, transparent 0 34px, var(--white) 34px 42px);
  mask-image: linear-gradient(180deg, transparent 45%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 45%, #000 100%);
}
.hero__content { z-index: 2; }
.hero__title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(52px, 9vw, 144px); line-height: .92; letter-spacing: -.045em;
  margin: 28px 0 28px;
}
.hero__title .line { display: block; overflow: hidden; padding-bottom: .04em; }
.hero__title .line__in { display: inline-block; }
.hero__title--red { color: var(--red); -webkit-text-stroke: 3px var(--ink); paint-order: stroke fill; }
.hero__sub { max-width: 520px; font-size: clamp(16px, 1.45vw, 19px); color: var(--ink-2); margin: 0 0 32px; }
.hero__sub strong { color: var(--red); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 600; border-bottom: 2px solid transparent; transition: border-color .2s, gap .2s; }
.hero__link:hover { border-color: var(--red); gap: 12px; }
.stats {
  margin: 56px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 820px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); overflow: hidden;
  box-shadow: 8px 8px 0 var(--ink);
}
.stat { padding: 20px 22px; border-right: 2px solid var(--ink); }
.stat:last-child { border-right: 0; }
.stat dt { font-size: 11px; color: var(--muted); font-weight: 700; text-transform: uppercase; }
.stat dd { margin: 4px 0 0; font-family: var(--font-display); font-weight: 900; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.1; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat:first-child dd { color: var(--red); }
.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.hero__scroll i { width: 2px; height: 40px; background: var(--ink); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: -40%; width: 100%; height: 40%; background: var(--red); animation: drip 1.4s infinite; }
@keyframes drip { to { top: 100%; } }

/* =========================================================
   TICKER
   ========================================================= */
.ticker { background: var(--red); color: var(--white); border-block: 2px solid var(--ink); overflow: hidden; position: relative; z-index: 3; }
.ticker__track { display: flex; width: max-content; animation: tick 40s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
@keyframes tick { to { transform: translateX(-50%); } }
.tk { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; font-family: var(--font-mono); font-size: 14px; font-weight: 700; white-space: nowrap; border-right: 1px solid rgba(255,255,255,.25); }
.tk b { font-weight: 700; }
.tk .up { color: #FFFFFF; background: rgba(20,5,7,.25); padding: 2px 8px; border-radius: 6px; }
.tk .down { color: var(--red); background: var(--white); padding: 2px 8px; border-radius: 6px; }

/* =========================================================
   COMPETITIONS
   ========================================================= */
.arena { border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); overflow: hidden; box-shadow: 10px 10px 0 var(--red); }
.arena__bar { display: flex; align-items: center; gap: 16px; padding: 12px 18px; border-bottom: 2px solid var(--ink); background: var(--red-50); font-size: 12px; font-weight: 700; }
.arena__dots { display: flex; gap: 6px; }
.arena__dots i { width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--ink); background: var(--white); }
.arena__dots i:first-child { background: var(--red); }
.arena__sync { margin-left: auto; display: flex; align-items: center; gap: 8px; color: var(--red); }
.arena__body { display: grid; grid-template-columns: 1.1fr 1fr; }
.arena__chart { padding: 24px; border-right: 2px solid var(--ink); min-width: 0; }
.arena__chart-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.arena__price { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px, 3vw, 38px); font-variant-numeric: tabular-nums; }
#chart { width: 100%; height: 260px; display: block; }
.arena__list { padding: 20px; min-width: 0; display: flex; flex-direction: column; }
.tabs { display: inline-flex; gap: 4px; padding: 4px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); align-self: flex-start; flex-wrap: wrap; }
.tab { padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.tab:hover { color: var(--red); }
.tab.is-active { background: var(--ink); color: var(--white); }
.comp-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.comp {
  display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; align-items: center;
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color .2s, transform .25s var(--ease), background .2s;
  animation: compIn .45s var(--ease) both;
}
@keyframes compIn { from { opacity: 0; transform: translateY(10px); } }
.comp:hover { border-color: var(--red); background: var(--red-50); transform: translateX(4px); }
.comp__name { font-weight: 700; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.comp__type { font-family: var(--font-mono); font-size: 10px; padding: 2px 8px; border-radius: 5px; background: var(--red-100); color: var(--red); text-transform: uppercase; }
.comp__meta { font-family: var(--font-mono); font-size: 12px; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; }
.comp__meta b { color: var(--ink); }
.comp__fill { grid-column: 1 / -1; height: 5px; border-radius: 5px; background: var(--red-100); overflow: hidden; }
.comp__fill span { display: block; height: 100%; background: var(--red); border-radius: 5px; transition: width .6s var(--ease); }
.comp__right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.comp__prize { font-family: var(--font-display); font-weight: 900; font-size: 18px; color: var(--red); }
.comp__join { padding: 7px 14px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 700; transition: background .2s; }
.comp__join:hover { background: var(--red); }
.comp__join:disabled { background: var(--line); color: var(--muted); cursor: not-allowed; }

.perks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 56px; }
.perk { padding: 28px 24px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s; }
.perk:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); background: var(--red); color: var(--white); }
.perk:hover .perk__num { color: var(--white); }
.perk:hover p { color: rgba(255,255,255,.9); }
.perk__num { font-size: 13px; font-weight: 700; color: var(--red); }
.perk h3 { font-family: var(--font-display); font-size: 22px; margin: 18px 0 8px; text-transform: uppercase; }
.perk p { margin: 0; color: var(--muted); font-size: 15px; }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee { padding: 40px 0; overflow: hidden; background: var(--white); border-top: 2px solid var(--ink); }
.marquee__row { display: flex; width: max-content; white-space: nowrap; font-family: var(--font-display); font-weight: 900; font-size: clamp(44px, 8vw, 110px); line-height: 1.05; text-transform: uppercase; will-change: transform; }
.marquee__row span { padding-right: .3em; }
.marquee__row--outline { color: transparent; -webkit-text-stroke: 2px var(--red); }

/* =========================================================
   HOW IT WORKS (horizontal)
   ========================================================= */
.how { background: var(--red); color: var(--white); position: relative; overflow: hidden; border-block: 2px solid var(--ink); }
.how__pin { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-h) + 30px) 0 60px; }
.how__head { margin-bottom: 48px; }
.how__track { display: flex; gap: 24px; padding-inline: max(24px, calc((100vw - 1240px) / 2)); width: max-content; will-change: transform; }
.step {
  width: clamp(290px, 30vw, 400px); flex-shrink: 0;
  padding: 32px; border-radius: var(--radius);
  background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink);
  position: relative; overflow: hidden;
  min-height: 360px; display: flex; flex-direction: column;
}
.step__n { position: absolute; right: 18px; top: 6px; font-family: var(--font-display); font-weight: 900; font-size: 96px; line-height: 1; color: var(--red-100); }
.step__icon { width: 64px; height: 64px; border-radius: 18px; background: var(--red); display: grid; place-items: center; border: 2px solid var(--ink); position: relative; }
.step__icon svg { width: 34px; height: 34px; fill: none; stroke: var(--white); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { font-family: var(--font-display); font-size: 26px; text-transform: uppercase; margin: auto 0 10px; padding-top: 40px; position: relative; }
.step p { margin: 0; color: var(--muted); position: relative; }
.step--cta { background: var(--ink); color: var(--white); justify-content: center; box-shadow: 10px 10px 0 var(--white); }
.step--cta h3 { margin: 0 0 10px; padding: 0; font-size: 32px; }
.step--cta p { color: rgba(255,255,255,.7); margin-bottom: 24px; }
.step--cta .btn { align-self: flex-start; }

/* =========================================================
   FEATURES
   ========================================================= */
.features { background: var(--red-50); }
.feature-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; perspective: 1200px; }
.feature {
  padding: 30px; border-radius: var(--radius); border: 2px solid var(--ink); background: var(--white);
  display: flex; flex-direction: column; gap: 14px; min-height: 380px;
  transform-style: preserve-3d; transition: box-shadow .3s var(--ease);
  box-shadow: 8px 8px 0 var(--ink);
}
.feature__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.feature h3 { font-family: var(--font-display); font-size: 22px; line-height: 1.15; margin: 0; text-transform: uppercase; }
.feature p { margin: 0; color: var(--muted); }
.feature--dark { background: var(--ink); color: var(--white); box-shadow: 8px 8px 0 var(--red); }
.feature--dark p { color: rgba(255,255,255,.7); }
.latency { margin-top: auto; }
.latency__val { font-family: var(--font-display); font-size: 64px; font-weight: 900; color: var(--red); line-height: 1; letter-spacing: -.03em; }
.latency__val small { font-size: 20px; color: var(--white); margin-left: 6px; }
.latency__spark { width: 100%; height: 60px; margin-top: 10px; }
.latency__spark path { fill: none; stroke: var(--red); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.arenas-mini { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.am { display: flex; justify-content: space-between; padding: 12px 14px; border-radius: 10px; border: 1.5px solid var(--line); font-weight: 600; font-size: 14px; }
.am b { font-family: var(--font-mono); }
.up { color: var(--green); }
.down { color: var(--red); }
.bars { margin-top: auto; height: 130px; display: flex; align-items: flex-end; gap: 8px; }
.bars i { flex: 1; height: var(--h); background: var(--red-100); border-radius: 6px 6px 0 0; transform-origin: bottom; transition: height .8s var(--ease), background .3s; }
.bars i:nth-child(6) { background: var(--red); }
.feature:hover .bars i { background: var(--red); }

/* =========================================================
   SEASON
   ========================================================= */
.season { background: var(--red-800); color: var(--white); overflow: hidden; }
.season::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1.5px, transparent 1.5px); background-size: 28px 28px; pointer-events: none; }
.season__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 56px; }
.countdown { border: 2px solid var(--white); border-radius: var(--radius); padding: 18px 22px; }
.countdown > span { font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.countdown__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; }
.countdown__grid div { text-align: center; }
.countdown__grid b { display: block; font-family: var(--font-display); font-weight: 900; font-size: clamp(28px, 3.4vw, 44px); line-height: 1; font-variant-numeric: tabular-nums; }
.countdown__grid small { font-family: var(--font-mono); font-size: 10px; opacity: .75; }

.carousel { position: relative; }
.carousel__viewport { overflow: hidden; margin: -20px; padding: 20px; cursor: grab; touch-action: pan-y; }
.carousel__viewport.is-dragging { cursor: grabbing; }
.carousel__track { display: flex; gap: 24px; transition: transform .6s var(--ease); }
.carousel__track.no-anim { transition: none; }
.scard {
  flex: 0 0 calc((100% - 48px) / 3); min-width: 300px;
  background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); border-radius: var(--radius);
  box-shadow: 10px 10px 0 var(--ink);
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
  user-select: none;
  transition: transform .5s var(--ease), opacity .5s;
}
.scard:not(.is-current) { opacity: .92; }
.scard__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; }
.scard__title { font-family: var(--font-display); font-weight: 900; font-size: 28px; text-transform: uppercase; line-height: 1.05; margin: 0; }
.scard__title span { color: var(--red); display: block; }
.scard__kpis { display: grid; gap: 10px; }
.scard__kpis > div { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1.5px dashed var(--line); gap: 12px; }
.scard__kpis span { font-size: 11px; }
.scard__kpis b { font-family: var(--font-display); font-size: 20px; }
.scard__kpis small { font-size: 12px; color: var(--red); }
.scard__base { margin-top: auto; background: var(--red); color: var(--white); border-radius: 14px; padding: 16px 18px; }
.scard__base span { font-size: 11px; font-weight: 700; opacity: .85; }
.scard__base b { display: block; font-family: var(--font-display); font-size: 22px; margin: 2px 0 4px; }
.scard__base p { margin: 0; font-size: 13px; opacity: .92; line-height: 1.5; }
.xp-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.xp-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 12px; border-radius: 10px; background: var(--red-50); font-size: 14px; font-weight: 500; }
.xp-list b { font-family: var(--font-mono); color: var(--red); white-space: nowrap; }
.xp-list__hl { background: var(--ink) !important; color: var(--white); }
.xp-list__hl b { color: #FF6B7F; }
.mult { margin-top: auto; }
.mult span { font-size: 11px; }
.mult__row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.mult__row i { font-style: normal; font-size: 12px; padding: 5px 10px; border: 1.5px solid var(--ink); border-radius: 999px; font-weight: 600; }
.mult__row b { color: var(--red); }
.tiers { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.tier { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 12px; border: 1.5px solid var(--ink); border-left-width: 8px; }
.tier b { font-family: var(--font-display); font-size: 14px; }
.tier small { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.35; }
.tier > span { font-family: var(--font-display); font-weight: 900; font-size: 18px; color: var(--red); }
.tier--diamond { border-left-color: var(--red); background: var(--red-50); }
.tier--platinum { border-left-color: var(--red-600); }
.tier--gold { border-left-color: #F2A20C; }
.tier--silver { border-left-color: #A7A2A3; }
.tier--bronze { border-left-color: #B26A3B; }
.social-block { display: flex; flex-direction: column; gap: 8px; }
.social-block > span { font-size: 11px; }
.carousel__controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 36px; }
.round-btn { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--white); color: var(--white); font-size: 20px; transition: background .2s, color .2s, transform .2s; }
.round-btn:hover { background: var(--white); color: var(--red-800); transform: scale(1.06); }
.round-btn:disabled { opacity: .35; pointer-events: none; }
.carousel__dots { display: flex; gap: 8px; }
.carousel__dots button { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.4); transition: width .3s var(--ease), background .3s; }
.carousel__dots button[aria-selected="true"] { width: 34px; background: var(--white); }

.calc {
  margin-top: 80px; display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px;
  background: var(--white); color: var(--ink); border: 2px solid var(--ink); border-radius: var(--radius);
  padding: clamp(24px, 4vw, 44px); box-shadow: 10px 10px 0 var(--ink); position: relative;
}
.calc__intro h3 { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 34px); text-transform: uppercase; line-height: 1.05; margin: 0 0 10px; }
.calc__form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; align-items: end; }
.field { display: flex; flex-direction: column; gap: 8px; font-weight: 600; font-size: 14px; }
.field:first-child { grid-column: 1 / -1; }
.field > span { display: flex; justify-content: space-between; gap: 12px; }
.field output { font-family: var(--font-mono); color: var(--red); font-weight: 700; }
.field select { padding: 12px 14px; border: 2px solid var(--ink); border-radius: 12px; background: var(--white); appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--red) var(--p, 10%), var(--red-100) var(--p, 10%)); outline-offset: 6px; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--white); border: 3px solid var(--ink); box-shadow: 2px 2px 0 var(--ink); cursor: grab; }
input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--white); border: 3px solid var(--ink); cursor: grab; }
.check { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; cursor: pointer; }
.check input { width: 22px; height: 22px; accent-color: var(--red); }
.calc__result { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; padding: 18px 22px; border-radius: 16px; background: var(--red); color: var(--white); }
.calc__result .muted { color: rgba(255,255,255,.8); font-size: 12px; }
.calc__result b { font-family: var(--font-display); font-size: clamp(32px, 4vw, 48px); line-height: 1; font-variant-numeric: tabular-nums; }
.calc__tier { margin-left: auto; padding: 6px 12px; border-radius: 999px; background: var(--white); color: var(--red); font-size: 12px; font-weight: 700; }

/* =========================================================
   TOKENOMICS
   ========================================================= */
.token { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.donut { position: relative; max-width: 520px; width: 100%; margin-inline: auto; aspect-ratio: 1; }
.donut svg { width: 100%; height: 100%; transform: rotate(-90deg); overflow: visible; }
.donut circle { fill: none; stroke-width: 34; cursor: pointer; transition: stroke-width .3s var(--ease), opacity .3s; }
.donut circle.is-dim { opacity: .3; }
.donut circle.is-hot { stroke-width: 44; }
.donut__center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; }
.donut__center span { font-size: 12px; font-weight: 700; }
.donut__center { padding: 0 22%; }
.donut__center b { font-family: var(--font-display); font-size: clamp(34px, 5vw, 64px); line-height: 1.1; margin: 4px 0; }
.donut__center span:last-child { color: var(--red); }
.legend { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.legend li { display: grid; grid-template-columns: 18px 1fr auto; gap: 14px; align-items: center; padding: 14px 16px; border: 2px solid var(--ink); border-radius: 14px; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s; background: var(--white); }
.legend li:hover, .legend li.is-hot { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); background: var(--red-50); }
.legend i { width: 18px; height: 18px; border-radius: 5px; border: 2px solid var(--ink); }
.legend b { font-weight: 700; }
.legend small { display: block; color: var(--muted); font-size: 12.5px; font-weight: 500; }
.legend em { font-style: normal; font-family: var(--font-display); font-weight: 900; font-size: 20px; color: var(--red); }
.utility { margin-top: 24px; padding: 24px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.utility h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 20px; margin: 0 0 12px; }
.utility ul { margin: 0 0 14px; padding: 0; list-style: none; display: grid; gap: 8px; }
.utility li { padding-left: 26px; position: relative; color: rgba(255,255,255,.8); font-size: 15px; }
.utility li::before { content: "$"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--red); color: var(--white); font: 900 11px/18px var(--font-display); text-align: center; }
.utility li b { color: var(--white); }
.utility .muted { color: rgba(255,255,255,.55); margin: 0; }

/* =========================================================
   LEADERBOARD
   ========================================================= */
.leaders { background: var(--red-50); border-block: 2px solid var(--ink); }
.board { border: 2px solid var(--ink); border-radius: var(--radius); background: var(--white); overflow: hidden; box-shadow: 10px 10px 0 var(--ink); }
.board__row { display: grid; grid-template-columns: 60px 1.6fr 1fr 1fr .6fr 1fr; gap: 12px; align-items: center; padding: 14px 24px; }
.board__row--head { background: var(--ink); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.board__list { list-style: none; margin: 0; padding: 0; position: relative; }
.board__list li { border-bottom: 1.5px solid var(--line); background: var(--white); transition: background .3s; }
.board__list li.is-up { background: rgba(17,168,96,.08); }
.board__list li.is-down { background: var(--red-50); }
.board__rank { font-family: var(--font-display); font-weight: 900; font-size: 18px; }
.board__list li:nth-child(1) .board__rank { color: var(--red); font-size: 22px; }
.board__trader { display: flex; align-items: center; gap: 12px; font-weight: 700; min-width: 0; }
.board__trader span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.avatar { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; border: 2px solid var(--ink); display: grid; place-items: center; font-size: 17px; background: var(--red-100); }
.tier-chip { font-family: var(--font-mono); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1.5px solid var(--ink); justify-self: start; }
.tier-chip--DIAMOND { background: var(--red); color: var(--white); border-color: var(--red); }
.tier-chip--PLATINUM { background: var(--ink); color: var(--white); }
.board__pnl, .board__xp, .board__wins { font-family: var(--font-mono); font-weight: 700; font-size: 14px; font-variant-numeric: tabular-nums; }
.board__note { padding: 14px 24px; margin: 0; display: flex; align-items: center; gap: 10px; }

/* =========================================================
   FAQ
   ========================================================= */
.faq__wrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq__intro { position: sticky; top: calc(var(--header-h) + 40px); }
.faq__intro .h2 { font-size: clamp(48px, 8vw, 110px); }
.faq__intro p { margin: 16px 0 24px; max-width: 360px; }
.faq__list { display: flex; flex-direction: column; gap: 10px; }
.qa { border: 2px solid var(--ink); border-radius: 16px; background: var(--white); transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.qa[open] { box-shadow: 6px 6px 0 var(--red); transform: translate(-2px, -2px); }
.qa summary { list-style: none; cursor: pointer; padding: 20px 64px 20px 22px; font-weight: 700; font-size: clamp(15px, 1.3vw, 18px); text-transform: uppercase; font-family: var(--font-display); letter-spacing: -.005em; position: relative; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: var(--red-100); color: var(--red); display: grid; place-items: center; font: 700 22px/1 var(--font-body); transition: transform .35s var(--ease), background .2s, color .2s; }
.qa[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--red); color: var(--white); }
.qa summary:hover { color: var(--red); }
.qa__a { overflow: hidden; }
.qa__a p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--white); }
.final__circle { position: absolute; inset: 0; background: var(--red); clip-path: circle(75% at 50% 60%); }
.final__moon {
  position: absolute; right: 8vw; top: 14vh; width: clamp(110px, 16vw, 220px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #FFE3E7 70%);
  border: 3px solid var(--ink);
  box-shadow: inset -18px -14px 0 rgba(158,11,31,.25), 10px 10px 0 var(--ink);
}
.final__moon::before, .final__moon::after { content: ""; position: absolute; border-radius: 50%; background: rgba(158,11,31,.18); }
.final__moon::before { width: 22%; height: 22%; left: 28%; top: 30%; }
.final__moon::after { width: 14%; height: 14%; left: 58%; top: 58%; }
.final__content { position: relative; z-index: 2; padding: 120px 0; }
.final__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(52px, 11vw, 170px); line-height: .92; letter-spacing: -.04em; margin: 0 0 24px; text-transform: uppercase; }
.final__title em { color: var(--ink); }
.final .lead { margin-bottom: 32px; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--ink); color: var(--white); padding: 90px 0 0; position: relative; overflow: hidden; z-index: 1; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer__brand p { color: rgba(255,255,255,.65); max-width: 360px; }
.footer h4 { font-size: 12px; color: var(--red); letter-spacing: .16em; margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer ul a { color: rgba(255,255,255,.75); transition: color .2s, padding .2s; }
.footer ul a:hover { color: var(--white); padding-left: 6px; }
.footer__grid > div > p { color: rgba(255,255,255,.65); margin: 0 0 16px; }
.newsletter { display: flex; gap: 8px; margin-top: 20px; max-width: 380px; }
.newsletter input, .waitlist input { flex: 1; min-width: 0; padding: 12px 16px; border-radius: 999px; border: 2px solid rgba(255,255,255,.3); background: transparent; color: var(--white); }
.newsletter input::placeholder { color: rgba(255,255,255,.45); }
.newsletter input:focus { border-color: var(--red); outline: none; }
.newsletter .btn:hover { box-shadow: 4px 4px 0 var(--white); }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3); display: grid; place-items: center; transition: background .2s, border-color .2s; }
.socials a:hover { background: var(--red); border-color: var(--red); }
.socials svg { width: 18px; height: 18px; fill: var(--white); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 64px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; color: rgba(255,255,255,.55); }
.footer__bottom p { margin: 0; }
.footer__risk { max-width: 460px; }
.footer__giant { font-family: var(--font-display); font-weight: 900; font-size: 19vw; line-height: .8; letter-spacing: -.05em; text-align: center; color: var(--red); margin-bottom: -2.5vw; user-select: none; white-space: nowrap; }

/* =========================================================
   MODAL + TOAST
   ========================================================= */
.modal { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(20,5,7,.6); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); animation: fade .3s; }
@keyframes fade { from { opacity: 0; } }
.modal__panel { position: relative; width: min(460px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius); padding: 36px 30px 30px; box-shadow: 10px 10px 0 var(--red); animation: pop .45s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(24px) scale(.96); } }
.modal__close { position: absolute; right: 14px; top: 14px; width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--ink); font-size: 14px; transition: background .2s, color .2s; }
.modal__close:hover { background: var(--ink); color: var(--white); }
.modal h3 { font-family: var(--font-display); font-size: 26px; text-transform: uppercase; line-height: 1.1; margin: 0 0 8px; }
.modal__step { text-align: left; animation: fade .3s; }
.modal__step[data-step="connecting"], .modal__step[data-step="done"] { text-align: center; }
.wallets { display: grid; gap: 10px; margin-top: 20px; }
.wallet { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 2px solid var(--ink); border-radius: 14px; font-weight: 700; text-align: left; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s; }
.wallet:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); background: var(--red-50); }
.wallet__ic { width: 36px; height: 36px; border-radius: 10px; background: var(--c); color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-weight: 900; }
.spinner { width: 64px; height: 64px; margin: 10px auto 20px; border-radius: 50%; border: 6px solid var(--red-100); border-top-color: var(--red); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.waitlist { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.waitlist input { color: var(--ink); border-color: var(--ink); padding: 14px 18px; }
.waitlist input:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px var(--red-100); }
.done-badge { width: 76px; height: 76px; margin: 6px auto 18px; border-radius: 50%; background: var(--red); color: var(--white); display: grid; place-items: center; font-size: 36px; font-weight: 900; border: 3px solid var(--ink); animation: pop .5s var(--ease); }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 160; transform: translate(-50%, calc(100% + 60px)); opacity: 0; padding: 14px 22px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 600; font-size: 14px; border: 2px solid var(--red); transition: transform .45s var(--ease), opacity .3s; max-width: calc(100% - 32px); text-align: center; }
.toast.is-show { transform: translate(-50%, 0); opacity: 1; }

/* reveal defaults (JS adds .js to html) */
.js [data-reveal]:not(.is-in) { opacity: 0; transform: translateY(40px); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  .nav { display: none; }
  .burger { display: block; }
  .perks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature--dark { grid-column: 1 / -1; min-height: 300px; }
  .scard { flex-basis: calc((100% - 24px) / 2); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .altimeter { display: none; }
}
@media (max-width: 860px) {
  .arena__body { grid-template-columns: 1fr; }
  .arena__chart { border-right: 0; border-bottom: 2px solid var(--ink); }
  #chart { height: 200px; }
  .token, .faq__wrap, .calc { grid-template-columns: 1fr; }
  .faq__intro { position: static; }
  .board__row { grid-template-columns: 40px 1.8fr 1fr 1fr; padding: 12px 16px; }
  .hide-sm { display: none; }
}
@media (max-width: 767px) {
  :root { --header-h: 64px; }
  .container { width: calc(100% - 32px); }
  .hero { align-items: flex-end; padding-top: 42vh; }
  .hero__sun { width: 120vw; right: -40vw; top: 22%; margin-top: -60vw; }
  .hero__title { margin: 20px 0; }
  .stats { grid-template-columns: repeat(2, 1fr); box-shadow: 6px 6px 0 var(--ink); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .hero__scroll { display: none; }
  .header .btn--sm { display: none; }
  .perks, .feature-grid { grid-template-columns: 1fr; }
  .how__pin { min-height: 0; padding: 90px 0; }
  .how__track { flex-direction: column; width: auto; padding-inline: 16px; }
  .step { width: 100%; min-height: 0; }
  .step h3 { margin-top: 24px; padding-top: 0; }
  .scard { flex-basis: 100%; min-width: 0; }
  .calc__form { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .newsletter { flex-direction: column; }
  .final__moon { right: 6vw; top: 10vh; }
  .comp { grid-template-columns: 1fr; }
  .comp__right { flex-direction: row; justify-content: space-between; align-items: center; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
