:root {
  color-scheme: dark;
  --scroll-progress: 0%;
  --hero-drift: 0px;
  --canvas-fade: 0.68;
  --ticker-shift: 0px;
  --game-drift: 0px;
  --hud-drift: 0px;
  --ink: #f4efe0;
  --muted: #b5ad9b;
  --dim: #706c63;
  --black: #050504;
  --panel: rgba(18, 17, 13, 0.86);
  --panel-solid: #11100c;
  --line: rgba(244, 205, 108, 0.18);
  --gold: #f5c85e;
  --acid: #4fffdc;
  --rust: #b7562b;
  --danger: #ff6638;
  --blue: #2f9bff;
  --radioactive: #c9ff43;
  --ash: #181711;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.68);
  --font-pixel: "DotGothic16", "ZCOOL QingKe HuangYou", monospace;
  --font-pixel-title: "DotGothic16", "ZCOOL QingKe HuangYou", monospace;
  --font-pixel-arcade: "DotGothic16", "Press Start 2P", "ZCOOL QingKe HuangYou", monospace;
  font-family: var(--font-pixel);
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 102, 56, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 20%, rgba(79, 255, 220, 0.16), transparent 30rem),
    radial-gradient(circle at 48% 86%, rgba(201, 255, 67, 0.08), transparent 24rem),
    linear-gradient(180deg, #0b0907 0%, #11110c 38%, #080807 66%, #030403 100%);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  letter-spacing: 0;
}

body.intro-active {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  background-image:
    linear-gradient(rgba(79, 255, 220, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 200, 94, 0.045) 1px, transparent 1px),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(244, 239, 224, 0.025) 6px 7px);
  background-size: 68px 68px, 68px 68px, 100% 7px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 92%);
  mix-blend-mode: screen;
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 102, 56, 0.12) 0 2px, transparent 2px 18px),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(245, 200, 94, 0.035) 28px 30px),
    radial-gradient(circle at 50% 55%, transparent 0 38%, rgba(0, 0, 0, 0.5) 82%);
  opacity: 0.66;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-pixel);
}

.wasteland-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: var(--canvas-fade);
  mix-blend-mode: screen;
  pointer-events: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: var(--scroll-progress);
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--acid), var(--danger));
  box-shadow: 0 0 18px rgba(105, 230, 208, 0.5);
  pointer-events: none;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.launch-screen {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  overflow-y: auto;
  min-height: 100svh;
  padding: clamp(56px, 5vw, 86px) clamp(18px, 4vw, 64px) clamp(22px, 4vw, 58px);
  background:
    linear-gradient(90deg, rgba(3, 5, 4, 0.18), rgba(3, 5, 4, 0.58) 54%, rgba(3, 5, 4, 0.32)),
    linear-gradient(180deg, rgba(3, 6, 5, 0.04), rgba(3, 5, 4, 0.18) 54%, rgba(2, 3, 2, 0.74)),
    radial-gradient(circle at 70% 24%, rgba(79, 255, 220, 0.12), transparent 28rem),
    url("assets/backgrounds/wasteland-city-launch.png") center / cover no-repeat,
    #060807;
  transition: opacity 520ms ease, visibility 520ms ease, transform 520ms ease;
}

.launch-screen::before,
.launch-screen::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.launch-screen::before {
  background:
    linear-gradient(105deg, transparent 0 28%, rgba(245, 200, 94, 0.2) 28.2% 28.45%, transparent 28.7%),
    linear-gradient(147deg, transparent 0 22%, rgba(79, 255, 220, 0.1) 22.2% 22.45%, transparent 22.7%),
    radial-gradient(circle at 50% 50%, transparent 0 44%, rgba(0, 0, 0, 0.42) 88%);
  opacity: 0.8;
}

.launch-screen::after {
  background:
    repeating-linear-gradient(90deg, transparent 0 96px, rgba(79, 255, 220, 0.08) 96px 98px),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(79, 255, 220, 0.07) 48px 50px),
    linear-gradient(180deg, transparent 0 68%, rgba(0, 0, 0, 0.24) 68%);
  mask-image: linear-gradient(180deg, transparent 0 58%, black 78%);
  opacity: 0.72;
}

.launch-tape {
  position: absolute;
  top: 14px;
  left: -24px;
  z-index: 3;
  display: flex;
  gap: 26px;
  align-items: center;
  width: min(720px, 88vw);
  min-height: 42px;
  padding: 0 32px;
  color: #16130a;
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.13) 0 22px, transparent 22px 44px),
    linear-gradient(90deg, #d2b934, #f3d74e);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
  font-family: var(--font-pixel-arcade);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.launch-screen.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
}

.launch-screen[hidden] {
  display: none !important;
}

.launch-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(105deg, rgba(245, 200, 94, 0.14) 0 2px, transparent 2px 40px),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(244, 239, 224, 0.04) 5px 6px),
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(79, 255, 220, 0.04) 13px 14px);
  opacity: 0.62;
  mix-blend-mode: screen;
  pointer-events: none;
}

.launch-panel {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: clamp(26px, 6vw, 104px);
  align-items: center;
  width: min(1480px, 100%);
  min-height: min(760px, calc(100svh - 82px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.launch-panel::before {
  position: absolute;
  left: clamp(0px, 4vw, 70px);
  bottom: clamp(18px, 7vw, 78px);
  width: min(520px, 44vw);
  height: 250px;
  border: 1px solid rgba(79, 255, 220, 0.18);
  background:
    linear-gradient(135deg, rgba(79, 255, 220, 0.13), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(79, 255, 220, 0.08) 42px 44px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(79, 255, 220, 0.06) 34px 36px);
  clip-path: polygon(0 42%, 9% 30%, 18% 38%, 26% 18%, 35% 35%, 48% 16%, 56% 34%, 66% 17%, 76% 35%, 88% 21%, 100% 35%, 100% 100%, 0 100%);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.launch-copy {
  position: relative;
  z-index: 1;
  padding-left: clamp(0px, 2vw, 24px);
}

.launch-lede {
  max-width: 720px;
  color: rgba(244, 239, 224, 0.82);
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.62;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.66);
}

.launch-actions,
.language-switch {
  display: flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(244, 239, 224, 0.12);
  border-radius: 8px;
  background: rgba(6, 8, 7, 0.56);
}

.launch-actions {
  gap: 4px;
  margin: 28px 0 16px;
  padding: 5px;
  border-color: rgba(79, 255, 220, 0.42);
  border-radius: 0;
  background: rgba(4, 8, 7, 0.68);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.lang-button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.68);
}

.lang-button.is-active {
  color: #16130a;
  background: var(--gold);
  text-shadow: none;
}

.enter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 14px;
  padding: 0 26px;
  border: 1px solid rgba(245, 200, 94, 0.44);
  border-radius: 0;
  color: #16130a;
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.12) 0 12px, transparent 12px 24px),
    linear-gradient(90deg, #f5c85e, #5dfff0);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.62), 0 18px 46px rgba(245, 200, 94, 0.22);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
}

.enter-button:disabled {
  opacity: 0.66;
  cursor: wait;
  filter: grayscale(0.22);
}

.skip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 16px;
  border: 1px solid rgba(244, 239, 224, 0.18);
  border-radius: 0;
  color: rgba(244, 239, 224, 0.78);
  background: rgba(4, 8, 7, 0.6);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.44);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
}

.skip-button:hover {
  color: var(--acid);
  border-color: rgba(79, 255, 220, 0.36);
}

.launch-art {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(100%, 470px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(245, 200, 94, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(115deg, rgba(244, 239, 224, 0.1), transparent 24%),
    repeating-linear-gradient(105deg, transparent 0 26px, rgba(244, 239, 224, 0.035) 26px 28px),
    rgba(17, 15, 11, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 28px 90px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(12px);
  transform: none;
}

.launch-ready {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  min-width: 70px;
  padding: 10px 12px;
  color: #172008;
  background: #b7ff51;
  box-shadow: 0 0 24px rgba(183, 255, 81, 0.32);
  font-family: var(--font-pixel-arcade);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.launch-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: rgba(244, 239, 224, 0.72);
  font-family: var(--font-pixel-arcade);
  font-size: 10px;
}

.launch-status span {
  padding: 8px 10px;
  border: 1px solid rgba(245, 200, 94, 0.3);
  background: rgba(4, 8, 7, 0.5);
}

.launch-status span:nth-child(2) {
  color: var(--radioactive);
  border-color: rgba(201, 255, 67, 0.34);
}

.launch-progress {
  width: min(100%, 560px);
  margin-top: 20px;
  padding: 12px;
  border: 1px solid rgba(79, 255, 220, 0.28);
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(79, 255, 220, 0.055) 18px 20px),
    rgba(4, 8, 7, 0.66);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.48), 0 0 24px rgba(79, 255, 220, 0.08);
}

.launch-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: rgba(244, 239, 224, 0.78);
  font-family: var(--font-pixel-arcade);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-progress-meta strong {
  color: var(--acid);
  text-shadow: 0 0 14px rgba(79, 255, 220, 0.45);
}

.launch-progress-track {
  position: relative;
  height: 16px;
  overflow: hidden;
  border: 1px solid rgba(245, 200, 94, 0.34);
  background: rgba(5, 6, 5, 0.86);
}

.launch-progress-track::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(244, 239, 224, 0.12) 18px 20px);
  content: "";
  pointer-events: none;
}

.launch-progress-track span {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.16) 0 8px, transparent 8px 16px),
    linear-gradient(90deg, var(--gold), var(--acid), var(--radioactive));
  box-shadow: 0 0 18px rgba(79, 255, 220, 0.42);
}

.launch-screen h1 {
  max-width: 760px;
  font-size: clamp(78px, 12vw, 170px);
  line-height: 0.86;
  color: #fffdf4;
  text-shadow:
    6px 6px 0 rgba(0, 0, 0, 0.82),
    -4px 0 0 rgba(79, 255, 220, 0.46),
    4px 0 0 rgba(245, 200, 94, 0.2),
    0 0 46px rgba(79, 255, 220, 0.3);
}

.launch-screen h1::after {
  height: 0.06em;
  background:
    linear-gradient(90deg, var(--gold), #5dfff0 58%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0 10px, transparent 10px 18px);
}

.launch-screen .eyebrow {
  border-color: rgba(245, 200, 94, 0.42);
  color: var(--gold);
  background: rgba(4, 8, 7, 0.58);
}

.launch-art .nft-card {
  margin-top: 34px;
  background:
    linear-gradient(180deg, rgba(79, 255, 220, 0.08), transparent 30%),
    rgba(5, 8, 7, 0.8);
  box-shadow: none;
}

.launch-logo-frame {
  border-color: #050605;
  background: #070705;
}

.launch-logo-frame::before {
  z-index: 1;
  opacity: 0.24;
  pointer-events: none;
}

.launch-logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(255, 102, 56, 0.11) 0 6px, transparent 6px 18px),
    rgba(6, 8, 7, 0.8);
  border-bottom: 1px solid rgba(79, 255, 220, 0.18);
  backdrop-filter: blur(18px);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  gap: 2px;
  padding: 4px;
}

.language-switch .lang-button {
  min-width: 42px;
  min-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.brand,
.nav-links,
.wallet-button,
.hero-actions,
.nft-meta,
.ticker-band,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: var(--font-pixel-title);
  font-weight: 900;
  letter-spacing: 0;
  color: var(--ink);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.brand-mark {
  width: 28px;
  height: 28px;
  background-image: url('assets/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-links {
  gap: clamp(16px, 2.5vw, 34px);
  color: rgba(244, 239, 224, 0.78);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--acid);
  text-shadow: 0 0 10px rgba(79, 255, 220, 0.36);
}

.wallet-button,
.primary-action,
.secondary-action,
.game-link,
.whitelist-link {
  min-height: 44px;
  border: 1px solid rgba(245, 200, 94, 0.34);
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: 0;
}

.wallet-button {
  justify-content: center;
  padding: 0 18px;
  color: #16130a;
  background: var(--gold);
  box-shadow: 0 8px 26px rgba(245, 200, 94, 0.22);
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px) 84px;
}

.hero-section::before {
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  bottom: 34px;
  height: 2px;
  background:
    linear-gradient(90deg, var(--danger), var(--gold) 18%, transparent 18% 28%, var(--acid) 28% 48%, transparent 48%),
    repeating-linear-gradient(90deg, rgba(245, 200, 94, 0.42) 0 12px, transparent 12px 24px);
  content: "";
  opacity: 0.74;
  pointer-events: none;
}

.hero-section::after {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  top: clamp(86px, 12vw, 150px);
  width: min(36vw, 420px);
  height: min(28vw, 260px);
  border: 1px solid rgba(79, 255, 220, 0.12);
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(79, 255, 220, 0.18) 46% 47%, transparent 47%),
    linear-gradient(180deg, rgba(255, 102, 56, 0.08), transparent 62%),
    repeating-linear-gradient(90deg, transparent 0 32px, rgba(245, 200, 94, 0.05) 32px 34px);
  clip-path: polygon(0 28%, 12% 18%, 12% 6%, 19% 6%, 19% 18%, 28% 9%, 34% 20%, 45% 5%, 51% 22%, 61% 11%, 67% 24%, 80% 7%, 88% 27%, 100% 17%, 100% 100%, 0 100%);
  opacity: 0.46;
  pointer-events: none;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(79, 255, 220, 0.32);
  border-radius: 4px;
  color: var(--radioactive);
  background:
    linear-gradient(90deg, rgba(79, 255, 220, 0.12), transparent 52%),
    rgba(245, 200, 94, 0.06);
  font-family: var(--font-pixel-arcade);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.82),
    0 0 12px rgba(201, 255, 67, 0.34);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: var(--font-pixel-title);
  font-size: clamp(64px, 12vw, 176px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  color: #fff6d8;
  text-shadow:
    3px 3px 0 #050605,
    -1px 0 0 rgba(79, 255, 220, 0.32),
    1px 0 0 rgba(255, 102, 56, 0.24),
    0 0 28px rgba(79, 255, 220, 0.14);
}

h1::after {
  position: absolute;
  left: 0.04em;
  bottom: -0.08em;
  width: min(64%, 540px);
  height: 0.08em;
  background:
    linear-gradient(90deg, var(--danger), var(--gold) 38%, transparent 38% 46%, var(--acid) 46%),
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(6, 8, 7, 0.82) 8px 12px);
  box-shadow: 0 0 22px rgba(79, 255, 220, 0.28);
  content: "";
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  color: #fff1c0;
  text-shadow:
    2px 2px 0 #050605,
    0 0 18px rgba(245, 200, 94, 0.12);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.72);
}

.hero-lede {
  max-width: 720px;
  color: rgba(244, 239, 224, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.75;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.58);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: 26px;
}

.hero-stat {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(244, 239, 224, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(79, 255, 220, 0.1), transparent 54%),
    rgba(12, 15, 13, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 4px 4px 0 #050605;
}

.hero-stat span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-stat strong {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-family: var(--font-pixel-arcade);
  font-size: clamp(17px, 2.1vw, 24px);
  letter-spacing: 0;
}

.primary-action,
.secondary-action,
.game-link,
.whitelist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  padding: 0 20px;
}

.primary-action {
  color: #16130a;
  background:
    linear-gradient(90deg, rgba(255, 102, 56, 0.26), transparent 52%),
    var(--gold);
  box-shadow: 0 16px 38px rgba(245, 200, 94, 0.24), 4px 4px 0 #050605;
}

.secondary-action {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(79, 255, 220, 0.12), transparent 58%),
    rgba(12, 15, 13, 0.7);
  box-shadow: 4px 4px 0 #050605;
}

.hero-showcase {
  justify-self: center;
  width: min(100%, 440px);
  transform: translate3d(0, var(--hero-drift), 0) rotate(1deg);
  transition: filter 240ms ease;
}

.nft-card {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(244, 239, 224, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%),
    rgba(17, 21, 18, 0.88);
  box-shadow: var(--shadow);
  transform: translate3d(0, var(--card-float, 0px), 0) rotate(var(--card-tilt, 0deg));
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.nft-card::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(245, 200, 94, 0.1);
  content: "";
  pointer-events: none;
}

.nft-card:hover {
  border-color: rgba(105, 230, 208, 0.34);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.62), 0 0 36px rgba(105, 230, 208, 0.12);
}

.featured {
  padding: 18px;
}

.nft-frame {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid #050605;
  image-rendering: pixelated;
}

.nft-frame::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.08) 2px, transparent 2px);
  background-size: 22px 22px;
}

.nft-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.nft-frame.orange {
  background: linear-gradient(135deg, #ffad3c, #ef8b2f);
}

.nft-frame.cyan {
  background: linear-gradient(135deg, #71d3f0, #4fb6dc);
}

.pixel-king {
  --body: #141b29;
  --lid: #18233b;
  --glow: #7b39ff;
  --crack: #2fe0c6;
  position: relative;
  width: 68%;
  height: 78%;
  filter: drop-shadow(10px 14px 0 rgba(0, 0, 0, 0.28));
}

.pixel-king span {
  position: absolute;
  display: block;
}

.bin-body {
  left: 21%;
  top: 23%;
  width: 58%;
  height: 58%;
  background:
    linear-gradient(100deg, transparent 0 17%, rgba(255, 255, 255, 0.08) 17% 21%, transparent 21%),
    linear-gradient(145deg, var(--body), #0a0e17 80%);
  border: clamp(4px, 1vw, 8px) solid #050605;
  border-top: 0;
  border-radius: 0 0 18% 18%;
  box-shadow: inset 14px 0 rgba(255, 255, 255, 0.06), inset -12px 0 rgba(0, 0, 0, 0.28);
}

.bin-lid {
  left: 13%;
  top: 12%;
  width: 74%;
  height: 20%;
  background:
    linear-gradient(90deg, transparent 0 16%, var(--glow) 16% 23%, transparent 23% 70%, var(--crack) 70% 77%, transparent 77%),
    var(--lid);
  border: clamp(4px, 1vw, 8px) solid #050605;
  clip-path: polygon(14% 100%, 18% 38%, 38% 38%, 43% 0, 58% 0, 63% 38%, 82% 38%, 88% 100%);
}

.bin-lid::after {
  position: absolute;
  left: 45%;
  top: 12%;
  width: 12%;
  height: 24%;
  background: var(--ink);
  border: 4px solid #050605;
  content: "";
}

.eye {
  top: 35%;
  z-index: 4;
  width: 22%;
  height: 15%;
  background: #fffdf3;
  border: clamp(3px, 0.8vw, 7px) solid #050605;
  clip-path: polygon(0 0, 100% 18%, 84% 100%, 10% 82%);
}

.eye.left {
  left: 24%;
}

.eye.right {
  right: 24%;
  transform: scaleX(-1);
}

.eye::after {
  position: absolute;
  left: 48%;
  top: 26%;
  width: 22%;
  height: 55%;
  background: #d81722;
  content: "";
}

.mouth {
  left: 42%;
  top: 55%;
  z-index: 4;
  width: 19%;
  height: 8%;
  background: #050605;
  border: 4px solid #050605;
}

.tooth {
  z-index: 5;
  top: 55%;
  width: 7%;
  height: 8%;
  background: #f4efe0;
  border: 3px solid #050605;
}

.tooth.one {
  left: 42%;
}

.tooth.two {
  left: 55%;
}

.medal {
  left: 46%;
  bottom: 8%;
  z-index: 5;
  width: 12%;
  height: 12%;
  border: 4px solid #050605;
  background: var(--gold);
  border-radius: 50%;
}

.cape {
  left: 9%;
  bottom: 0;
  z-index: -1;
  width: 82%;
  height: 28%;
  background:
    linear-gradient(90deg, transparent 0 14%, var(--gold) 14% 18%, transparent 18% 82%, var(--gold) 82% 86%, transparent 86%),
    #1c3357;
  border: 6px solid #050605;
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}

.king-rust {
  --body: #b27a3f;
  --lid: #c18b48;
  --glow: rgba(255, 255, 255, 0.52);
  --crack: #6d4825;
}

.king-rust .eye::after {
  background: #050605;
  border-radius: 50%;
}

.king-rust .bin-body {
  background:
    radial-gradient(circle at 78% 48%, rgba(230, 214, 181, 0.44) 0 4%, transparent 5%),
    radial-gradient(circle at 32% 72%, rgba(230, 214, 181, 0.46) 0 5%, transparent 6%),
    linear-gradient(145deg, var(--body), #7a4f2a);
}

.king-lava {
  --body: #161616;
  --lid: #17191b;
  --glow: #ff6c1f;
  --crack: #ff8f2b;
}

.king-lava .bin-body {
  background:
    linear-gradient(55deg, transparent 0 35%, #ff6c1f 35% 39%, transparent 39%),
    linear-gradient(120deg, transparent 0 58%, #ff6c1f 58% 62%, transparent 62%),
    linear-gradient(145deg, #161616, #070707);
}

.king-lava .cape {
  background: #111;
}

.nft-meta {
  justify-content: space-between;
  gap: 12px;
  padding: 14px 4px 0;
}

.nft-meta span {
  color: var(--gold);
  font-family: var(--font-pixel-arcade);
  font-weight: 900;
  letter-spacing: 0;
}

.nft-meta strong {
  font-size: 18px;
  letter-spacing: 0;
}

.ticker-band {
  gap: 28px;
  overflow: hidden;
  padding: 18px clamp(18px, 4vw, 56px);
  border-block: 1px solid rgba(244, 239, 224, 0.1);
  color: rgba(244, 239, 224, 0.42);
  background: rgba(245, 200, 94, 0.04);
  font-family: var(--font-pixel-arcade);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.66);
}

.ticker-band span {
  display: inline-block;
  transform: translate3d(var(--ticker-shift), 0, 0);
}

.story-section,
.collection-section,
.game-section,
.whitelist-section,
.utility-section,
.roadmap-section {
  padding: clamp(74px, 10vw, 130px) clamp(18px, 4vw, 56px);
}

.story-section {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.story-copy {
  max-width: 820px;
  color: rgba(244, 239, 224, 0.72);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 600;
  line-height: 1.9;
  text-shadow: none;
}

.story-copy .quote {
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.15;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.section-copy {
  max-width: 780px;
  color: rgba(244, 239, 224, 0.7);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 600;
  line-height: 1.75;
}

.nft-marketplaces {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.market-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  min-width: min(100%, 230px);
  padding: 11px 16px;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 224, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 239, 224, 0.08), transparent 42%),
    rgba(12, 15, 13, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 12px 30px rgba(0, 0, 0, 0.2);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.market-button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(245, 200, 94, 0.46) 49% 54%, transparent 54%),
    rgba(245, 200, 94, 0.08);
  content: "";
}

.market-button:hover {
  border-color: rgba(105, 230, 208, 0.44);
  box-shadow: inset 0 0 0 1px rgba(105, 230, 208, 0.08), 0 18px 42px rgba(0, 0, 0, 0.32);
  transform: translateY(-2px);
}

.market-button small,
.market-button strong {
  display: block;
}

.market-button small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.market-button strong {
  margin-top: 5px;
  color: var(--ink);
  font-family: var(--font-pixel-title);
  font-size: 20px;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 #050605;
}

.market-button b {
  margin-left: auto;
  padding: 7px 9px;
  border: 1px solid rgba(245, 200, 94, 0.28);
  color: var(--gold);
  background: rgba(245, 200, 94, 0.08);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.is-coming-soon {
  cursor: not-allowed;
}

.market-button.is-waiting {
  border-color: rgba(245, 200, 94, 0.5);
}

.market-button.is-waiting::after {
  position: absolute;
  right: 14px;
  bottom: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  content: attr(data-waiting);
}

.market-logo {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  object-fit: contain;
  image-rendering: auto;
}

.okx-logo {
  width: 62px;
  padding: 4px;
  background: #ffffff;
  box-shadow: 3px 3px 0 #050605;
}

.opensea-logo {
  border-radius: 50%;
  box-shadow: 4px 4px 0 #050605;
}

.nft-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.game-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 224, 0.12);
  border-radius: 8px;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
}

.game-panel::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(245, 200, 94, 0.18);
  content: "";
  pointer-events: none;
}

.game-visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 8, 7, 0.12), #070907 94%),
    radial-gradient(circle at 48% 28%, rgba(245, 200, 94, 0.16), transparent 24rem),
    linear-gradient(130deg, #302820, #151c1a 48%, #0a0f0e);
}

.game-visual.has-scene {
  min-height: 620px;
  background: #070907;
}

.game-scene-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% center;
  opacity: 0.92;
  image-rendering: auto;
  transform: translate3d(0, var(--game-drift), 0) scale(1.03);
}

.game-visual::before {
  position: absolute;
  inset: auto -8% 0;
  height: 52%;
  background:
    linear-gradient(90deg, rgba(245, 200, 94, 0.1) 0 8%, transparent 8% 14%, rgba(105, 230, 208, 0.1) 14% 22%, transparent 22% 100%),
    repeating-linear-gradient(90deg, #151612 0 44px, #0d100e 44px 70px);
  clip-path: polygon(0 42%, 7% 30%, 16% 38%, 24% 20%, 33% 34%, 45% 16%, 55% 34%, 64% 18%, 76% 35%, 89% 19%, 100% 32%, 100% 100%, 0 100%);
  content: "";
}

.game-visual.has-scene::before {
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(6, 8, 7, 0) 0 56%, rgba(6, 8, 7, 0.42) 100%),
    linear-gradient(180deg, rgba(6, 8, 7, 0.06), rgba(6, 8, 7, 0.38) 100%);
  clip-path: none;
  z-index: 1;
}

.city-line {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(245, 200, 94, 0.13) 12% 13%, transparent 13% 22%, rgba(105, 230, 208, 0.16) 22% 23%, transparent 23%),
    repeating-linear-gradient(90deg, transparent 0 40px, rgba(255, 255, 255, 0.06) 40px 42px, transparent 42px 92px);
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

.game-visual.has-scene .city-line {
  z-index: 2;
  opacity: 0.28;
  mix-blend-mode: screen;
}

.game-robot {
  position: absolute;
  left: 14%;
  bottom: 13%;
  width: clamp(160px, 28vw, 320px);
  aspect-ratio: 0.78;
  background:
    radial-gradient(circle at 39% 21%, var(--acid) 0 4%, transparent 5%),
    radial-gradient(circle at 62% 21%, var(--acid) 0 4%, transparent 5%),
    linear-gradient(90deg, transparent 0 20%, #4a473a 20% 33%, transparent 33% 67%, #4a473a 67% 80%, transparent 80%),
    linear-gradient(180deg, #d1b35d 0 44%, #8a743e 44% 100%);
  border: 8px solid #111;
  border-radius: 16% 16% 10% 10%;
  box-shadow: 34px 44px 0 rgba(0, 0, 0, 0.26);
  transform: translate3d(0, var(--game-drift), 0);
}

.game-robot::before {
  position: absolute;
  left: 18%;
  top: 11%;
  width: 64%;
  height: 22%;
  border: 7px solid #111;
  border-radius: 12px;
  background: #162125;
  content: "";
}

.game-robot::after {
  position: absolute;
  right: -23%;
  top: 46%;
  width: 32%;
  height: 22%;
  border: 7px solid #111;
  border-radius: 10px;
  background: linear-gradient(145deg, #446c74, #223e43);
  content: "";
  transform: rotate(-16deg);
}

.hud-card {
  position: absolute;
  z-index: 3;
  right: 26px;
  width: min(380px, 52%);
  padding: 18px;
  border: 1px solid rgba(105, 230, 208, 0.24);
  border-radius: 8px;
  background: rgba(9, 13, 11, 0.78);
  backdrop-filter: blur(12px);
  transform: translate3d(0, var(--hud-drift), 0);
}

.hud-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hud-card strong {
  display: block;
  margin-top: 6px;
  color: var(--acid);
  font-family: var(--font-pixel-arcade);
  font-size: clamp(18px, 3vw, 32px);
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #050605;
}

.hud-card.map {
  bottom: 34px;
  left: 26px;
  right: auto;
}

.game-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 56px);
  background: rgba(10, 13, 11, 0.92);
}

.game-content p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.game-link {
  width: fit-content;
  margin-top: 16px;
  color: #16130a;
  background: var(--gold);
}

.game-panel.is-waiting .game-link {
  background: var(--acid);
}

.game-panel.is-waiting .game-link::after {
  content: " · " attr(data-waiting);
}

.whitelist-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  min-height: 430px;
  padding: clamp(58px, 7vw, 92px) clamp(24px, 5vw, 58px) clamp(24px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(245, 200, 94, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 102, 56, 0.18) 0 10px, transparent 10px 22px),
    linear-gradient(135deg, rgba(105, 230, 208, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(244, 239, 224, 0.09), transparent 18%),
    linear-gradient(90deg, rgba(245, 200, 94, 0.11), transparent 58%),
    #0b0e0c;
  box-shadow:
    var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 -28px 60px rgba(0, 0, 0, 0.38);
  cursor: pointer;
}

.whitelist-panel::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(105, 230, 208, 0.16);
  border-bottom-color: rgba(245, 200, 94, 0.2);
  content: "";
  pointer-events: none;
}

.whitelist-panel::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 68%, rgba(245, 200, 94, 0.12) 68% 72%, transparent 72%),
    repeating-linear-gradient(-45deg, rgba(245, 200, 94, 0.16) 0 10px, rgba(10, 13, 11, 0.1) 10px 20px),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(244, 239, 224, 0.025) 10px 11px),
    radial-gradient(circle at 82% 18%, rgba(105, 230, 208, 0.2), transparent 14rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 24%, transparent 74%, rgba(0, 0, 0, 0.5));
  content: "";
  pointer-events: none;
}

.workbench-rail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0 clamp(18px, 4vw, 36px);
  border-bottom: 1px solid rgba(245, 200, 94, 0.22);
  background:
    repeating-linear-gradient(135deg, rgba(245, 200, 94, 0.18) 0 12px, rgba(6, 8, 7, 0.36) 12px 24px),
    rgba(10, 13, 11, 0.9);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.workbench-rail strong {
  color: var(--acid);
  text-shadow: 0 0 16px rgba(105, 230, 208, 0.55);
}

.whitelist-copy,
.whitelist-terminal {
  position: relative;
  z-index: 1;
}

.whitelist-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.whitelist-link {
  width: fit-content;
  margin-top: 18px;
  color: #16130a;
  background: var(--gold);
  box-shadow: 0 14px 38px rgba(245, 200, 94, 0.18);
}

.whitelist-panel.is-waiting .whitelist-link {
  background: var(--acid);
}

.whitelist-panel.is-waiting .whitelist-link::after {
  content: " · " attr(data-waiting);
}

.whitelist-terminal {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(105, 230, 208, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(105, 230, 208, 0.1), transparent 24%),
    rgba(6, 8, 7, 0.72);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 44px rgba(105, 230, 208, 0.08);
}

.terminal-screen {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(244, 239, 224, 0.08);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(105, 230, 208, 0.08), transparent 48%),
    rgba(4, 8, 7, 0.78);
}

.terminal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(105, 230, 208, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(105, 230, 208, 0.12), transparent 52%),
    rgba(17, 21, 18, 0.82);
}

.terminal-row span {
  color: var(--ink);
  font-weight: 900;
}

.terminal-row strong {
  color: var(--acid);
  font-size: 22px;
}

.wallet-slot {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px dashed rgba(245, 200, 94, 0.42);
  border-radius: 6px;
  color: var(--gold);
  background:
    linear-gradient(90deg, rgba(245, 200, 94, 0.14), transparent),
    rgba(245, 200, 94, 0.06);
}

.wallet-slot span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.wallet-slot strong {
  font-family: var(--font-pixel-arcade);
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.bench-controls {
  display: grid;
  grid-template-columns: 18px 18px 18px 1fr;
  gap: 10px;
  align-items: center;
  padding-top: 4px;
}

.bench-controls span {
  width: 14px;
  height: 14px;
  border: 2px solid #050605;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 14px rgba(255, 102, 56, 0.45);
}

.bench-controls span:nth-child(2) {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(245, 200, 94, 0.45);
}

.bench-controls span:nth-child(3) {
  background: var(--acid);
  box-shadow: 0 0 14px rgba(105, 230, 208, 0.45);
}

.bench-controls b {
  justify-self: end;
  color: rgba(244, 239, 224, 0.62);
  font-family: var(--font-pixel-arcade);
  font-size: 12px;
  letter-spacing: 0;
}

.whitelist-node-section {
  padding-block: clamp(78px, 9vw, 120px);
}

.whitelist-access-link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.82fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: center;
  min-height: clamp(640px, 72vw, 790px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(245, 200, 94, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 4, 4, 0.18), rgba(5, 7, 6, 0.78) 62%, rgba(3, 4, 3, 0.92)),
    linear-gradient(180deg, rgba(6, 10, 9, 0.08), rgba(4, 5, 4, 0.8)),
    url("assets/backgrounds/wasteland-city-launch.png") center / cover no-repeat,
    #060807;
  box-shadow:
    var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 -70px 110px rgba(0, 0, 0, 0.52);
}

.whitelist-access-link::before,
.whitelist-access-link::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.whitelist-access-link::before {
  background:
    repeating-linear-gradient(102deg, rgba(245, 200, 94, 0.28) 0 2px, transparent 2px 42px),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(79, 255, 220, 0.1) 72px 74px),
    repeating-linear-gradient(0deg, transparent 0 54px, rgba(79, 255, 220, 0.08) 54px 56px);
  opacity: 0.34;
  mix-blend-mode: screen;
}

.whitelist-access-link::after {
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.08), transparent 42%, rgba(0, 0, 0, 0.54)),
    radial-gradient(circle at 30% 66%, rgba(79, 255, 220, 0.14), transparent 20rem),
    radial-gradient(circle at 80% 26%, rgba(245, 200, 94, 0.12), transparent 18rem),
    linear-gradient(180deg, transparent 0 68%, rgba(0, 0, 0, 0.45));
}

.whitelist-access-link:hover .whitelist-node-button,
.whitelist-access-link:focus-visible .whitelist-node-button {
  color: #060807;
  background: var(--acid);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.68), 0 0 38px rgba(79, 255, 220, 0.28);
}

.whitelist-access-link:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 6px;
}

.whitelist-node-copy,
.whitelist-registry-card {
  position: relative;
  z-index: 1;
}

.whitelist-node-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 0;
}

.node-badges,
.node-metrics,
.node-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-pixel-arcade);
  font-weight: 900;
  text-transform: uppercase;
}

.node-badges {
  margin-bottom: 28px;
  color: var(--acid);
  font-size: clamp(11px, 1.15vw, 15px);
}

.node-badges span {
  padding: 12px 15px;
  border: 1px solid rgba(79, 255, 220, 0.42);
  background: rgba(7, 19, 18, 0.58);
  box-shadow: inset 0 0 16px rgba(79, 255, 220, 0.12), 4px 4px 0 rgba(0, 0, 0, 0.36);
  text-shadow: 0 0 12px rgba(79, 255, 220, 0.45);
}

.whitelist-node-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #fffdf4;
  font-size: clamp(76px, 10vw, 152px);
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow:
    7px 7px 0 rgba(0, 0, 0, 0.68),
    -2px 0 0 rgba(79, 255, 220, 0.5),
    0 0 42px rgba(79, 255, 220, 0.36);
}

.whitelist-node-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  margin-top: clamp(22px, 3vw, 34px);
  padding: 0 32px;
  border: 2px solid rgba(255, 238, 191, 0.72);
  color: #12110c;
  background: linear-gradient(90deg, #f3bd62, #ffe7a3);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.58), 0 18px 46px rgba(245, 200, 94, 0.2);
  font-family: var(--font-pixel-title);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 900;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.node-metrics {
  margin-top: 34px;
  color: rgba(244, 239, 224, 0.76);
  font-size: clamp(10px, 1vw, 13px);
}

.node-metrics span {
  padding: 8px 14px;
  border-left: 2px solid rgba(201, 255, 67, 0.62);
  background: rgba(4, 8, 7, 0.34);
}

.node-metrics strong {
  color: var(--radioactive);
}

.node-tags {
  margin-top: 18px;
  color: rgba(244, 239, 224, 0.5);
  font-size: 10px;
}

.node-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(245, 200, 94, 0.22);
  background: rgba(6, 8, 7, 0.54);
}

.whitelist-registry-card {
  justify-self: end;
  width: min(100%, 680px);
  min-height: 570px;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(245, 200, 94, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 22%),
    repeating-linear-gradient(102deg, transparent 0 18px, rgba(244, 239, 224, 0.035) 18px 19px),
    rgba(21, 18, 14, 0.86);
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 0 100%);
  backdrop-filter: blur(8px);
}

.registry-tab {
  position: absolute;
  top: -52px;
  left: 0;
  right: 84px;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding: 17px 28px 0;
  border: 1px solid rgba(245, 200, 94, 0.18);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: var(--gold);
  background: rgba(48, 37, 24, 0.72);
  font-family: var(--font-pixel-arcade);
  font-size: 11px;
  font-weight: 900;
}

.registry-tab strong {
  align-self: start;
  padding: 8px 18px;
  color: #132009;
  background: var(--radioactive);
  box-shadow: 0 0 18px rgba(201, 255, 67, 0.36);
}

.registry-terminal-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(244, 239, 224, 0.1);
  background:
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(244, 239, 224, 0.04) 16px 17px),
    rgba(244, 239, 224, 0.08);
  color: rgba(244, 239, 224, 0.74);
  font-family: var(--font-pixel-arcade);
  font-size: clamp(10px, 1vw, 13px);
  text-transform: uppercase;
}

.registry-terminal-bar span,
.registry-terminal-bar b {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.58);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(245, 200, 94, 0.4);
}

.registry-terminal-bar b {
  background: #cb604c;
  box-shadow: 0 0 12px rgba(255, 102, 56, 0.38);
}

.registry-header {
  position: relative;
  margin-top: 28px;
  padding-right: 100px;
}

.registry-header p {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--font-pixel-arcade);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.registry-header h3 {
  margin: 0;
  color: #fffdf4;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.68);
}

.registry-header::after {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 76px;
  height: 58px;
  color: #102006;
  background: var(--radioactive);
  box-shadow: 0 0 22px rgba(201, 255, 67, 0.32);
  content: "READY";
  font-family: var(--font-pixel-arcade);
  font-size: 12px;
  font-weight: 900;
}

.registry-scan {
  height: 18px;
  margin-top: 22px;
  border: 1px solid rgba(79, 255, 220, 0.36);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(79, 255, 220, 0.9) 52%, rgba(201, 255, 67, 0.72) 58%, transparent 68%),
    rgba(4, 8, 7, 0.72);
  box-shadow: inset 0 0 20px rgba(79, 255, 220, 0.18);
}

.registry-fields {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.registry-fields div {
  display: grid;
  gap: 9px;
}

.registry-fields span {
  color: rgba(244, 239, 224, 0.72);
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 900;
}

.registry-fields strong {
  display: block;
  min-height: 64px;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid rgba(244, 239, 224, 0.16);
  color: rgba(244, 239, 224, 0.28);
  background:
    linear-gradient(90deg, transparent 0 50%, rgba(79, 255, 220, 0.04) 50%),
    repeating-linear-gradient(0deg, transparent 0 15px, rgba(79, 255, 220, 0.035) 15px 16px),
    rgba(3, 5, 5, 0.82);
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.registry-fields .is-alert strong {
  border-color: rgba(255, 102, 56, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 102, 56, 0.16);
}

.early-access-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 520px;
  padding: clamp(82px, 7vw, 104px) clamp(26px, 5vw, 58px) clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(245, 200, 94, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 102, 56, 0.16) 0 10px, transparent 10px 22px),
    linear-gradient(135deg, rgba(105, 230, 208, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(244, 239, 224, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(245, 200, 94, 0.1), transparent 58%),
    #0b0e0c;
  box-shadow:
    var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 -28px 60px rgba(0, 0, 0, 0.38);
}

.early-access-shell::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(105, 230, 208, 0.15);
  border-bottom-color: rgba(245, 200, 94, 0.2);
  content: "";
  pointer-events: none;
}

.early-access-shell::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 68%, rgba(245, 200, 94, 0.11) 68% 72%, transparent 72%),
    repeating-linear-gradient(-45deg, rgba(245, 200, 94, 0.14) 0 10px, rgba(10, 13, 11, 0.1) 10px 20px),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(244, 239, 224, 0.025) 10px 11px),
    radial-gradient(circle at 82% 18%, rgba(105, 230, 208, 0.18), transparent 14rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 24%, transparent 74%, rgba(0, 0, 0, 0.5));
  content: "";
  pointer-events: none;
}

.early-access-rail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0 clamp(18px, 4vw, 36px);
  border-bottom: 1px solid rgba(245, 200, 94, 0.22);
  background:
    repeating-linear-gradient(135deg, rgba(245, 200, 94, 0.18) 0 12px, rgba(6, 8, 7, 0.36) 12px 24px),
    rgba(10, 13, 11, 0.9);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.early-access-rail strong {
  color: var(--acid);
  text-shadow: 0 0 16px rgba(105, 230, 208, 0.55);
}

.early-access-header,
.early-access-board {
  position: relative;
  z-index: 1;
}

.early-access-header {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 18px;
  min-width: 0;
}

.early-access-header h2 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(56px, 6.8vw, 108px);
  line-height: 0.95;
  text-shadow:
    4px 4px 0 rgba(183, 86, 43, 0.74),
    8px 8px 0 rgba(0, 0, 0, 0.72);
}

.early-status,
.early-invite {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(244, 239, 224, 0.72);
  font-family: var(--font-pixel-arcade);
  font-size: clamp(15px, 1.55vw, 22px);
  font-weight: 900;
  text-transform: uppercase;
}

.status-dot {
  width: 14px;
  height: 14px;
  border: 2px solid #06100c;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 18px rgba(79, 255, 220, 0.54);
}

.early-invite {
  color: var(--gold);
}

.early-access-board {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(105, 230, 208, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(105, 230, 208, 0.1), transparent 24%),
    rgba(6, 8, 7, 0.72);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 44px rgba(105, 230, 208, 0.08);
}

.access-step-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(244, 239, 224, 0.11);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(105, 230, 208, 0.1), transparent 54%),
    rgba(17, 21, 18, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.access-step-card.is-active {
  min-height: 138px;
  border-color: rgba(245, 200, 94, 0.78);
  background:
    linear-gradient(90deg, rgba(245, 200, 94, 0.16), transparent 54%),
    rgba(20, 19, 14, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 26px rgba(245, 200, 94, 0.08),
    7px 7px 0 rgba(0, 0, 0, 0.26);
}

.access-step-card.is-muted {
  opacity: 0.56;
}

.access-step-number {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 82px;
  border-right: 1px dashed rgba(244, 239, 224, 0.18);
  color: var(--danger);
  font-family: var(--font-pixel-title);
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 900;
  line-height: 1;
}

.access-step-card.is-muted .access-step-number {
  color: rgba(244, 239, 224, 0.48);
}

.access-step-content {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.access-step-title {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-pixel-arcade);
  font-size: clamp(15px, 1.55vw, 21px);
  font-weight: 900;
  text-transform: uppercase;
}

.x-connect-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, 360px);
  min-height: 66px;
  border: 0;
  border-radius: 9px;
  color: #16130a;
  background: var(--gold);
  box-shadow:
    6px 6px 0 rgba(0, 0, 0, 0.34),
    0 0 24px rgba(245, 200, 94, 0.18);
  font-family: var(--font-pixel-title);
  font-size: clamp(18px, 2.3vw, 26px);
  font-weight: 900;
  text-transform: uppercase;
}

.x-connect-button:hover,
.x-connect-button.is-waiting {
  background: var(--acid);
}

.access-step-note {
  margin: 0;
  color: rgba(244, 239, 224, 0.48);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 600;
  line-height: 1.45;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.task-button {
  min-height: 90px;
  padding: 10px 6px;
  border: 1px solid rgba(244, 239, 224, 0.12);
  border-radius: 8px;
  color: rgba(244, 239, 224, 0.58);
  background: rgba(10, 9, 8, 0.5);
  font-family: var(--font-pixel);
  font-weight: 900;
  text-transform: uppercase;
}

.task-button span,
.task-button strong {
  display: block;
}

.task-button span {
  margin-bottom: 10px;
  color: rgba(245, 200, 94, 0.76);
  font-size: 25px;
  line-height: 1;
}

.task-button strong {
  overflow-wrap: anywhere;
  font-size: clamp(13px, 1.35vw, 17px);
}

.wallet-claim-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  min-height: 64px;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 224, 0.12);
  border-radius: 8px;
  background: rgba(8, 7, 6, 0.56);
}

.wallet-claim-row input,
.wallet-claim-row button {
  min-width: 0;
  border: 0;
  font-family: var(--font-pixel);
}

.wallet-claim-row input {
  padding: 0 18px;
  color: rgba(244, 239, 224, 0.72);
  background: transparent;
  font-size: clamp(17px, 2vw, 22px);
}

.wallet-claim-row button {
  color: #1f1512;
  background: rgba(245, 200, 94, 0.82);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 900;
  text-transform: uppercase;
}

.invite-code-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(96, 217, 157, 0.5);
  border-radius: 8px;
  color: rgba(244, 239, 224, 0.56);
  background: rgba(24, 38, 31, 0.62);
  text-transform: uppercase;
}

.invite-code-row strong {
  color: var(--acid);
}

.utility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.utility-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(244, 239, 224, 0.1);
  border-radius: 8px;
  background: var(--panel);
}

.utility-grid span,
.timeline span {
  color: var(--gold);
  font-weight: 900;
}

.utility-grid p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.75;
}


.timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}



.timeline li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 18px 22px;
  border: 1px solid rgba(244, 239, 224, 0.1);
  border-radius: 8px;
  background: rgba(12, 15, 13, 0.76);
  transition:
    border-color 420ms ease,
    background 420ms ease,
    box-shadow 420ms ease;
}

.timeline li.is-lit {
  border-color: rgba(245, 200, 94, 0.32);
  background: linear-gradient(90deg, rgba(245, 200, 94, 0.14), rgba(12, 15, 13, 0.76) 46%);
  box-shadow: inset 4px 0 0 rgba(245, 200, 94, 0.72), 0 18px 48px rgba(0, 0, 0, 0.2);
}

.timeline strong {
  font-size: clamp(18px, 2.2vw, 28px);
}










.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.1fr) minmax(240px, 0.7fr);
  gap: 20px;
  align-items: start;
  padding: 34px clamp(18px, 4vw, 56px) 44px;
  border-top: 1px solid rgba(244, 239, 224, 0.1);
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0;
}

.footer-brand-block,
.footer-contact-block {
  display: grid;
  gap: 10px;
}

.footer-brand,
.footer-info-grid strong,
.footer-contact-link {
  color: var(--ink);
}

.footer-brand {
  color: var(--gold);
  font-family: var(--font-pixel-arcade);
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 900;
}

.footer-brand-block small {
  color: rgba(244, 239, 224, 0.48);
  font-size: 13px;
}

.footer-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.footer-info-grid div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(245, 200, 94, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(79, 255, 220, 0.07), transparent 42%),
    rgba(18, 17, 13, 0.72);
}

.footer-info-grid span,
.risk-note {
  color: rgba(244, 239, 224, 0.5);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-info-grid strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.35;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.footer-socials a,
.footer-contact-link {
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid rgba(79, 255, 220, 0.22);
  border-radius: 8px;
  background: rgba(6, 8, 7, 0.58);
  font-weight: 900;
}

.footer-socials a {
  color: var(--acid);
}

.footer-socials a.is-coming-soon {
  opacity: 0.72;
}

.footer-contact-link {
  justify-self: end;
  color: var(--gold);
}

.risk-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 239, 224, 0.08);
  line-height: 1.6;
  text-transform: none;
}

.revealable {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.revealable.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-showcase.revealable {
  transform: translate3d(0, calc(34px + var(--hero-drift)), 0) rotate(1deg);
}

.hero-showcase.revealable.is-visible {
  transform: translate3d(0, var(--hero-drift), 0) rotate(1deg);
}

.nft-card.revealable {
  transform: translate3d(0, calc(34px + var(--card-float, 0px)), 0) rotate(var(--card-tilt, 0deg));
}

.nft-card.revealable.is-visible {
  transform: translate3d(0, var(--card-float, 0px), 0) rotate(var(--card-tilt, 0deg));
}

.nft-grid .revealable:nth-child(2),
.utility-grid .revealable:nth-child(2),
.timeline .revealable:nth-child(2) {
  --reveal-delay: 90ms;
}

.nft-grid .revealable:nth-child(3),
.utility-grid .revealable:nth-child(3),
.timeline .revealable:nth-child(3) {
  --reveal-delay: 180ms;
}

.timeline .revealable:nth-child(4) {
  --reveal-delay: 270ms;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .revealable {
    opacity: 1;
    transform: none;
  }

  .wasteland-canvas {
    display: none;
  }
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .launch-panel {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
  }

  .launch-art {
    width: min(100%, 300px);
  }

  .launch-panel::before {
    width: min(640px, 92vw);
    height: 210px;
  }

  .launch-screen h1 {
    font-size: clamp(64px, 18vw, 122px);
  }

  .hero-section,
  .story-section,
  .game-panel,
  .whitelist-panel {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-showcase {
    justify-self: start;
    width: min(100%, 360px);
  }

  .nft-grid,
  .hero-stats,
  .utility-grid {
    grid-template-columns: 1fr;
  }

  .game-panel {
    min-height: 0;
  }

  .whitelist-access-link {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .whitelist-registry-card {
    justify-self: stretch;
    width: 100%;
  }

  .early-access-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .early-access-header h2 {
    max-width: 720px;
    font-size: clamp(58px, 11vw, 96px);
  }

  .early-access-board {
    max-width: 720px;
  }

  .whitelist-panel {
    min-height: 0;
  }

  .whitelist-terminal {
    max-width: 100%;
  }

  .game-visual {
    min-height: 430px;
  }
}

@media (max-width: 680px) {
  .whitelist-node-section {
    padding: 48px 12px 74px;
  }

  .whitelist-access-link {
    gap: 32px;
    padding: 28px 16px;
    border-radius: 0;
  }

  .node-badges {
    margin-bottom: 22px;
  }

  .node-badges span {
    padding: 9px 10px;
  }

  .whitelist-node-copy h2 {
    font-size: clamp(58px, 20vw, 92px);
  }

  .whitelist-node-button {
    width: 100%;
    min-height: 60px;
    padding-inline: 18px;
    font-size: 20px;
  }

  .node-metrics,
  .node-tags {
    gap: 8px;
  }

  .whitelist-registry-card {
    min-height: 0;
    padding: 18px;
    clip-path: none;
  }

  .registry-tab {
    position: static;
    margin: -18px -18px 18px;
    border: 0;
    border-bottom: 1px solid rgba(245, 200, 94, 0.18);
    border-radius: 0;
  }

  .registry-terminal-bar {
    gap: 10px;
    min-height: 46px;
    font-size: 9px;
  }

  .registry-header {
    padding-right: 0;
  }

  .registry-header::after {
    position: static;
    width: fit-content;
    height: auto;
    margin-top: 14px;
    padding: 10px 14px;
  }

  .registry-header h3 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .registry-fields {
    gap: 14px;
  }

  .registry-fields span {
    font-size: 17px;
  }

  .registry-fields strong {
    min-height: 56px;
    padding: 16px 14px;
    font-size: 17px;
  }

  .early-access-section {
    padding: 48px 12px 74px;
  }

  .early-access-shell {
    display: block;
    min-height: 0;
    padding: 18px 0 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .early-access-shell::before,
  .early-access-shell::after,
  .early-access-rail {
    display: none;
  }

  .early-access-header {
    justify-items: center;
    gap: 14px;
    margin-bottom: 40px;
    text-align: center;
  }

  .early-access-header h2 {
    max-width: 100%;
    font-size: clamp(48px, 17vw, 74px);
    line-height: 0.92;
    text-transform: uppercase;
    text-shadow:
      3px 3px 0 rgba(183, 86, 43, 0.84),
      6px 6px 0 rgba(0, 0, 0, 0.72);
  }

  .early-status,
  .early-invite {
    justify-content: center;
    font-size: 15px;
    line-height: 1.25;
  }

  .status-dot {
    width: 13px;
    height: 13px;
  }

  .early-access-board {
    display: block;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .access-step-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    min-height: 190px;
    margin-bottom: 22px;
    padding: 20px 16px;
    border: 2px solid rgba(244, 239, 224, 0.14);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 26%),
      rgba(18, 17, 13, 0.92);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.03),
      8px 8px 0 rgba(0, 0, 0, 0.32);
  }

  .access-step-card.is-active {
    min-height: 190px;
    border-color: rgba(245, 200, 94, 0.86);
  }

  .access-step-card.is-muted {
    opacity: 0.5;
  }

  .access-step-number {
    min-height: 140px;
    font-size: 72px;
  }

  .access-step-title {
    font-size: 18px;
  }

  .x-connect-button {
    width: min(100%, 340px);
    min-height: 62px;
    font-size: 20px;
  }

  .access-step-note {
    font-size: 16px;
  }

  .task-grid {
    gap: 8px;
  }

  .task-button {
    min-height: 84px;
    padding: 8px 4px;
  }

  .task-button span {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .task-button strong {
    font-size: 13px;
  }

  .wallet-claim-row {
    grid-template-columns: minmax(0, 1fr) 96px;
    min-height: 60px;
  }

  .wallet-claim-row input {
    padding: 0 14px;
    font-size: 18px;
  }

  .wallet-claim-row button {
    font-size: 17px;
  }

  .invite-code-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 380px) {
  .early-access-header {
    margin-bottom: 34px;
  }

  .early-access-header h2 {
    font-size: clamp(46px, 16vw, 60px);
  }

  .early-status,
  .early-invite {
    font-size: 13px;
  }

  .access-step-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 172px;
    padding: 16px 14px;
  }

  .access-step-card.is-active {
    min-height: 172px;
  }

  .access-step-number {
    min-height: 122px;
    font-size: 58px;
  }

  .access-step-title {
    font-size: 16px;
  }

  .x-connect-button {
    min-height: 56px;
    font-size: 18px;
  }

  .access-step-note {
    font-size: 14px;
  }

  .task-button {
    min-height: 76px;
  }

  .task-button strong {
    font-size: 12px;
  }

  .wallet-claim-row {
    grid-template-columns: minmax(0, 1fr) 88px;
    min-height: 56px;
  }

  .wallet-claim-row input,
  .wallet-claim-row button {
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .launch-screen {
    padding: 58px 12px 12px;
  }

  .launch-tape {
    left: -38px;
    width: 112vw;
    gap: 14px;
    min-height: 34px;
    padding-inline: 20px;
    font-size: 8px;
  }

  .launch-panel {
    min-height: calc(100svh - 70px);
    padding: 0;
  }

  .launch-panel::before {
    inset: 7px;
  }

  .launch-lede {
    font-size: 16px;
  }

  .launch-screen h1 {
    font-size: clamp(58px, 19vw, 92px);
  }

  .launch-status {
    font-size: 8px;
  }

  .launch-actions {
    width: 100%;
  }

  .launch-actions .lang-button {
    flex: 1;
  }

  .enter-button {
    width: 100%;
  }

  .skip-button {
    width: 100%;
  }

  .launch-art {
    width: min(100%, 320px);
    padding: 18px;
  }

  .launch-ready {
    top: 18px;
    right: 18px;
    min-width: 60px;
    font-size: 9px;
  }

  .topbar {
    gap: 12px;
    min-height: 64px;
    padding-inline: 12px;
  }

  .top-actions {
    gap: 6px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .language-switch .lang-button {
    min-width: 30px;
    padding: 0 8px;
  }

  .wallet-button {
    min-width: 76px;
    padding: 0 10px;
    font-size: 13px;
  }

  .brand {
    font-size: 14px;
  }

  .hero-section {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(56px, 20vw, 92px);
  }

  .ticker-band {
    gap: 18px;
    font-size: 13px;
  }

  .hero-stats {
    gap: 8px;
  }

  .hero-stat {
    min-height: 74px;
  }

  .nft-marketplaces {
    flex-direction: column;
  }

  .market-button {
    width: 100%;
  }

  .market-button b {
    margin-left: 0;
  }

  .hud-card {
    right: 14px;
    width: min(260px, 58%);
    padding: 14px;
  }

  .hud-card.map {
    left: 14px;
  }

  .game-robot {
    left: 8%;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-contact-link {
    justify-self: start;
  }

  .whitelist-panel {
    padding-top: 70px;
  }

  .workbench-rail {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-height: 58px;
    padding-block: 8px;
  }

  .terminal-row {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding-block: 12px;
  }

  .bench-controls {
    grid-template-columns: 18px 18px 18px;
  }

  .bench-controls b {
    grid-column: 1 / -1;
    justify-self: start;
  }
}
