@font-face { font-family: "Press Start 2P"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/press-start-2p-400.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Silkscreen"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/silkscreen-400.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/ibm-plex-mono-400.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/ibm-plex-mono-500.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root {
  --navy: #090c13;
  --navy2: #0e1320;
  --panel: #10172a;
  --line: rgba(214, 220, 230, 0.14);
  --chrome: #d6dce6;
  --chrome-mid: #aab3c2;
  --chrome-dark: #4a5262;
  --ice: #f5f8fc;
  --blue: #346ce6;
  --blue-l: #6da3ff;
  --blue-d: #1b3c8c;
  --ink: #1a2238;
  --title: "Press Start 2P", monospace;
  --small: "Silkscreen", monospace;
  --body: "IBM Plex Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--chrome);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: var(--blue-l); text-decoration: none; }
a:hover { color: var(--ice); }
img { max-width: 100%; display: block; }
.px { image-rendering: pixelated; image-rendering: crisp-edges; }
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 50;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.14) 0 2px, transparent 2px 5px);
  opacity: .5;
}
body::after {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 49;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,.55) 100%);
}
#bg { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100%; }
.wrap { position: relative; z-index: 1; }
h1, h2, h3 { font-family: var(--title); line-height: 1.35; margin: 0 0 18px; color: var(--ice); letter-spacing: 0; }
h1 { font-size: clamp(20px, 2.6vw, 34px); text-shadow: 4px 4px 0 var(--ink); }
h2 { font-size: clamp(18px, 2.4vw, 30px); text-shadow: 3px 3px 0 var(--ink); }
h3 { font-size: 14px; color: var(--blue-l); text-transform: uppercase; }
em { font-style: normal; color: var(--blue-l); }
.eyebrow { font-family: var(--small); font-size: 13px; letter-spacing: 2px; color: var(--blue-l); text-transform: uppercase; margin-bottom: 12px; }
p { max-width: 62ch; }
.muted { color: var(--chrome-mid); }
.small { font-family: var(--small); font-size: 13px; letter-spacing: 1.5px; }
header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 22px;
  padding: 14px 28px;
  background: rgba(9,12,19,.82); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
header .brand { display: flex; align-items: center; gap: 12px; color: var(--ice); font-family: var(--title); font-size: 12px; }
header .brand img { width: 36px; height: 36px; }
nav { display: flex; gap: 18px; margin-left: auto; flex-wrap: wrap; }
nav a { font-family: var(--small); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--chrome-mid); }
nav a:hover { color: var(--ice); }
.btn {
  display: inline-block; font-family: var(--title); font-size: 11px; line-height: 1;
  padding: 14px 18px; border: 3px solid var(--blue-l); color: var(--ice); background: rgba(52,108,230,.18);
  box-shadow: 4px 4px 0 var(--ink); cursor: pointer; transition: transform .08s, box-shadow .08s;
  text-transform: uppercase; white-space: nowrap;
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); color: var(--ice); }
.btn:active { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.btn.primary { background: var(--blue); border-color: var(--blue-l); }
.btn.ghost { background: transparent; border-color: var(--chrome-dark); color: var(--chrome); }
.btn.ghost:hover { border-color: var(--chrome); }
.btn.soon { pointer-events: none; cursor: default; background: transparent; border-color: var(--chrome-dark); color: var(--chrome-mid); box-shadow: 4px 4px 0 rgba(26,34,56,.55); }
.btn.soon::after { content: "SOON"; font-family: var(--small); font-size: 10px; letter-spacing: 1.5px; margin-left: 10px; padding: 3px 6px; color: var(--navy); background: var(--chrome-mid); vertical-align: middle; }
.btn.soon .arrow { display: none; }
[data-link]:not([href]) { display: none !important; }
[data-link].soon { display: inline-block !important; }
section { padding: 96px 28px; border-bottom: 1px solid var(--line); }
.inner { max-width: 1180px; margin: 0 auto; }
.grid2 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .grid2, .grid3 { grid-template-columns: 1fr; } section { padding: 64px 18px; } header { padding: 12px 16px; } nav { display: none; } }
.rv { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.rv.on { opacity: 1; transform: none; }
#hero { padding-top: 70px; min-height: 92vh; display: flex; align-items: center; position: relative; }
#hero .tag { font-family: var(--small); font-size: 13px; letter-spacing: 2px; color: var(--chrome-mid); margin: 10px 0 34px; }
#hero .cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.stat { border: 2px solid var(--line); background: rgba(9,12,19,.6); padding: 16px 14px; }
.stat b { display: block; font-family: var(--title); font-size: 20px; color: var(--ice); margin-bottom: 8px; }
.stat span { font-family: var(--small); font-size: 12px; letter-spacing: 1.5px; color: var(--chrome-mid); text-transform: uppercase; }
.stat b.blue { color: var(--blue-l); text-shadow: 0 0 18px rgba(109,163,255,.6); }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2,1fr); } }
.notebox { position: relative; }
.notebox canvas { width: 100%; height: auto; border: 3px solid var(--chrome-dark); box-shadow: 0 30px 60px rgba(0,0,0,.6), 0 0 40px rgba(109,163,255,.15); background: var(--navy2); }
.notebox .gloss { position: absolute; inset: 3px; pointer-events: none; background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.18) 50%, transparent 60%); background-size: 300% 100%; animation: gloss 5s linear infinite; mix-blend-mode: screen; }
@keyframes gloss { from { background-position: 150% 0; } to { background-position: -150% 0; } }
.float { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-12px) rotate(-1.5deg); } }
.notebox .tools { display: flex; gap: 12px; margin-top: 14px; align-items: center; }
.panel { border: 2px solid var(--line); background: rgba(16,23,42,.7); padding: 26px; position: relative; }
.panel h3 { margin-top: 0; }
.panel .big { font-family: var(--title); font-size: 34px; color: var(--ice); margin: 8px 0 12px; text-shadow: 3px 3px 0 var(--ink); }
.panel .big.blue { color: var(--blue-l); text-shadow: 0 0 20px rgba(109,163,255,.5), 3px 3px 0 var(--ink); }
.panel::before { content: ""; position: absolute; left: -2px; top: -2px; width: 14px; height: 14px; border: 3px solid var(--chrome-mid); border-right: 0; border-bottom: 0; }
.panel::after { content: ""; position: absolute; right: -2px; bottom: -2px; width: 14px; height: 14px; border: 3px solid var(--chrome-mid); border-left: 0; border-top: 0; }
.clock { font-family: var(--title); font-size: clamp(40px, 7vw, 92px); color: var(--blue-l); text-shadow: 0 0 30px rgba(109,163,255,.7), 4px 4px 0 var(--ink); margin: 6px 0 12px; }
.split { display: flex; height: 54px; border: 3px solid var(--chrome); overflow: hidden; margin: 18px 0 8px; }
.split .a { width: 80%; background: var(--chrome); color: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--title); font-size: 12px; }
.split .b { flex: 1; background: var(--blue); color: var(--ice); display: flex; align-items: center; justify-content: center; font-family: var(--title); font-size: 12px; }
.split-labels { display: flex; justify-content: space-between; font-family: var(--small); font-size: 12px; letter-spacing: 1.5px; color: var(--chrome-mid); text-transform: uppercase; }
.ladder { display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; align-items: end; height: 260px; margin: 24px 0 6px; }
.rung { background: rgba(214,220,230,.14); border: 2px solid var(--chrome-dark); position: relative; transition: background .3s, box-shadow .3s; }
.rung span { position: absolute; left: 0; right: 0; top: 8px; text-align: center; font-family: var(--title); font-size: 9px; color: var(--chrome-mid); }
.rung.on { background: var(--chrome); border-color: var(--ice); }
.rung.on span { color: var(--navy); }
.rung.cap.on { background: var(--blue); box-shadow: 0 0 24px rgba(109,163,255,.6); }
.rung.cap.on span { color: var(--ice); }
.caps { display: flex; gap: 40px; margin-top: 22px; }
.caps div b { font-family: var(--title); font-size: 26px; color: var(--ice); display: block; }
.caps div b.blue { color: var(--blue-l); text-shadow: 0 0 18px rgba(109,163,255,.6); }
.vault { position: relative; width: 100%; aspect-ratio: 1; max-width: 420px; margin: 0 auto; }
.vault canvas { width: 100%; height: 100%; }
.districts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 24px; }
.district { border: 2px solid var(--line); background: rgba(9,12,19,.6); padding: 14px 10px; text-align: center; transition: border-color .2s, transform .2s; cursor: default; }
.district:hover { border-color: var(--blue-l); transform: translateY(-3px); }
.district b { display: block; font-family: var(--title); font-size: 14px; color: var(--ice); margin-bottom: 6px; }
.district small { font-family: var(--small); font-size: 12px; letter-spacing: 1.5px; color: var(--chrome-mid); }
.district i { display: block; font-family: var(--small); font-size: 11px; color: var(--blue-l); margin-top: 6px; letter-spacing: 1px; }
@media (max-width: 900px) { .districts { grid-template-columns: repeat(3, 1fr); } }
.tape { overflow: hidden; border-top: 2px solid var(--blue-d); border-bottom: 2px solid var(--blue-d); background: rgba(9,12,19,.6); margin-top: 30px; }
.tape div { display: flex; gap: 52px; padding: 10px 0; white-space: nowrap; width: max-content; animation: tape 40s linear infinite; font-family: var(--small); font-size: 14px; letter-spacing: 2px; }
@keyframes tape { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.articles { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.article { border: 2px solid var(--line); padding: 20px 22px; background: rgba(9,12,19,.55); }
.article h4 { font-family: var(--title); font-size: 11px; color: var(--blue-l); margin: 0 0 10px; }
.article p { font-size: 14px; margin: 0; color: var(--chrome-mid); }
@media (max-width: 900px) { .articles { grid-template-columns: 1fr; } }
#apply { background: linear-gradient(180deg, rgba(52,108,230,.06), transparent); }
form { display: grid; gap: 14px; max-width: 560px; }
label { font-family: var(--small); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--chrome-mid); display: grid; gap: 8px; }
input, select { font-family: var(--body); font-size: 15px; color: var(--ice); background: rgba(9,12,19,.8); border: 2px solid var(--chrome-dark); padding: 12px 14px; outline: none; }
input:focus, select:focus { border-color: var(--blue-l); box-shadow: 0 0 0 3px rgba(109,163,255,.2); }
input.bad { border-color: #e6485a; }
.hp { position: absolute; left: -9999px; }
.formnote { font-size: 13px; color: var(--chrome-mid); }
.toast { font-family: var(--small); font-size: 13px; letter-spacing: 1.5px; padding: 12px 14px; border: 2px solid var(--blue-l); background: rgba(52,108,230,.15); display: none; }
.toast.ok { display: block; }
.toast.err { display: block; border-color: #e6485a; background: rgba(230,72,90,.12); }
.stamp { display: inline-block; font-family: var(--title); font-size: 14px; color: var(--blue-l); border: 4px solid var(--blue-l); padding: 12px 16px; transform: rotate(-4deg); box-shadow: 0 0 30px rgba(109,163,255,.4); background: rgba(9,12,19,.7); }
footer { padding: 48px 28px; text-align: center; color: var(--chrome-mid); font-size: 13px; }
footer img { width: 64px; margin: 0 auto 14px; }
footer .links { display: flex; gap: 22px; justify-content: center; margin: 14px 0; }
footer .links a { font-family: var(--small); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }
.docs { display: grid; grid-template-columns: 260px 1fr; gap: 48px; max-width: 1180px; margin: 0 auto; padding: 48px 28px; }
.docs aside { position: sticky; top: 90px; align-self: start; }
.docs aside a { display: block; font-family: var(--small); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--chrome-mid); padding: 8px 0; border-left: 3px solid transparent; padding-left: 12px; }
.docs aside a:hover, .docs aside a.on { color: var(--ice); border-color: var(--blue-l); }
.docs article { max-width: 760px; }
.docs article h2 { margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); }
.docs article h2:first-child { margin-top: 0; border: 0; padding: 0; }
.docs table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 16px 0 24px; }
.docs th, .docs td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }
.docs th { font-family: var(--small); font-size: 12px; letter-spacing: 1.5px; color: var(--blue-l); text-transform: uppercase; }
.docs code { background: rgba(52,108,230,.15); padding: 2px 6px; color: var(--ice); }
.docs .callout { border-left: 4px solid var(--blue-l); background: rgba(52,108,230,.08); padding: 14px 18px; margin: 18px 0; font-size: 14px; }
@media (max-width: 900px) { .docs { grid-template-columns: 1fr; } .docs aside { position: static; } }
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; background: rgba(214,220,230,.08); }
.progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--blue), var(--blue-l)); box-shadow: 0 0 12px rgba(109,163,255,.8); }
#hero { overflow: hidden; }
.hero-video { position: absolute; inset: 0; z-index: 0; }
.hero-video video { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; filter: saturate(1.1); transform: scale(1.04); }
.hero-shade { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(9,12,19,.94) 0%, rgba(9,12,19,.82) 45%, rgba(9,12,19,.45) 100%), linear-gradient(180deg, rgba(9,12,19,.2), rgba(9,12,19,.95)); }
#hero .inner { position: relative; z-index: 1; }
.scrollhint { position: absolute; left: 50%; bottom: 22px; translate: -50% 0; z-index: 2; color: var(--chrome-mid); animation: hint 1.6s ease-in-out infinite; }
@keyframes hint { 0%,100% { transform: translateY(0); opacity: .6; } 50% { transform: translateY(6px); opacity: 1; } }
.btn.xl { font-size: 14px; padding: 20px 26px; }
.btn .arrow { display: inline-block; margin-left: 8px; transition: transform .15s; }
.btn:hover .arrow { transform: translateX(6px); }
.pulse { animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 4px 4px 0 var(--ink), 0 0 0 0 rgba(109,163,255,.55); } 50% { box-shadow: 4px 4px 0 var(--ink), 0 0 0 14px rgba(109,163,255,0); } }
.type::after { content: "_"; color: var(--blue-l); animation: blink .8s steps(1) infinite; }
.type.done::after { content: ""; }
@keyframes blink { 50% { opacity: 0; } }
.type2 { opacity: 0; transition: opacity .5s; }
.type2.on { opacity: 1; }
.rv.left { transform: translateX(-40px); } .rv.right { transform: translateX(40px); } .rv.on { transform: none; }
#applyband { padding: 0; border-bottom: 1px solid var(--line); }
.band { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; min-height: 420px; max-width: none; }
.band-video { position: relative; overflow: hidden; }
.band-video video { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; opacity: .9; }
.band-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, var(--navy)); }
.band-text { padding: 80px 48px; display: flex; flex-direction: column; justify-content: center; }
.band-text .cta { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-top: 22px; }
@media (max-width: 900px) { .band { grid-template-columns: 1fr; } .band-video { height: 220px; } .band-text { padding: 40px 18px; } }
.wlpage { position: relative; min-height: 100vh; }
.wl-video { position: fixed; inset: 0; z-index: 0; }
.wl-video video { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; opacity: .35; }
.wl-video::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 40%, rgba(9,12,19,.3), rgba(9,12,19,.96) 70%); }
.wl { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; padding: 56px 20px 120px; }
.wl-head { text-align: center; margin-bottom: 36px; }
.wl-head img { width: 96px; margin: 0 auto 18px; filter: drop-shadow(0 0 30px rgba(109,163,255,.5)); }
.steps-bar { display: flex; gap: 6px; margin: 26px 0 34px; }
.steps-bar i { flex: 1; height: 8px; background: rgba(214,220,230,.12); border: 1px solid var(--line); transition: background .3s, box-shadow .3s; }
.steps-bar i.on { background: var(--blue-l); box-shadow: 0 0 14px rgba(109,163,255,.8); }
.step { border: 2px solid var(--line); background: rgba(9,12,19,.78); padding: 22px 24px; margin-bottom: 14px; display: grid; grid-template-columns: 56px 1fr auto; gap: 18px; align-items: center; transition: border-color .3s, transform .3s, opacity .3s; position: relative; }
.step.locked { opacity: .45; pointer-events: none; }
.step.active { border-color: var(--blue-l); box-shadow: 0 0 40px rgba(109,163,255,.18); transform: translateX(6px); }
.step.done { border-color: var(--chrome-mid); }
.step .n { font-family: var(--title); font-size: 22px; color: var(--chrome-dark); width: 56px; height: 56px; border: 3px solid var(--chrome-dark); display: flex; align-items: center; justify-content: center; }
.step.active .n { color: var(--blue-l); border-color: var(--blue-l); text-shadow: 0 0 16px rgba(109,163,255,.7); }
.step.done .n { color: var(--navy); background: var(--chrome); border-color: var(--chrome); }
.step h4 { font-family: var(--title); font-size: 13px; margin: 0 0 6px; color: var(--ice); }
.step p { margin: 0; font-size: 14px; color: var(--chrome-mid); max-width: none; }
.step .act { display: flex; gap: 10px; align-items: center; }
.step input { width: 100%; }
.step.wide { grid-template-columns: 56px 1fr; }
.step.wide .act { grid-column: 2; }
.step .stampdone { position: absolute; right: 18px; top: -14px; font-family: var(--title); font-size: 10px; color: var(--navy); background: var(--chrome); padding: 6px 10px; transform: rotate(-4deg); display: none; }
.step.done .stampdone { display: block; }
.wl-final { text-align: center; margin-top: 34px; }
.wl-final .btn { font-size: 15px; padding: 22px 34px; }
.wl-final .btn[disabled] { opacity: .35; cursor: not-allowed; animation: none; }
.ticket { display: none; margin-top: 30px; border: 3px solid var(--blue-l); background: rgba(9,12,19,.85); padding: 26px; text-align: center; box-shadow: 0 0 60px rgba(109,163,255,.35); animation: ticket .6s cubic-bezier(.16,1,.3,1); }
.ticket.on { display: block; }
@keyframes ticket { from { transform: scale(.7) rotate(-6deg); opacity: 0; } to { transform: none; opacity: 1; } }
.ticket b { font-family: var(--title); font-size: 18px; color: var(--ice); display: block; margin-bottom: 10px; }
.ticket .serial { font-family: var(--small); font-size: 14px; letter-spacing: 2px; color: var(--blue-l); }
.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 70; }
@media (max-width: 700px) { .step { grid-template-columns: 44px 1fr; } .step .act { grid-column: 1 / -1; } .step .n { width: 44px; height: 44px; font-size: 16px; } .step.active { transform: none; } }