:root {
  --ink: #090b0c;
  --paper: #f3f0e6;
  --cyan: #20d3d5;
  --cyan-dark: #0b9fa8;
  --pink: #ff318f;
  --lime: #a8ff1c;
  --yellow: #ffe54a;
  --line: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Mono", monospace; overflow-x: hidden; cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='38' viewBox='0 0 46 38'%3E%3Cg fill='none' stroke='%23090b0c' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M16 18 2 9M16 21 2 21M16 24 2 33M30 18l14-9M30 21h14M30 24l14 9'/%3E%3C/g%3E%3Cellipse cx='23' cy='21' rx='10' ry='8' fill='%23ff318f' stroke='%23090b0c' stroke-width='3'/%3E%3Cellipse cx='20' cy='18' rx='3' ry='2' fill='%23ffd8e9'/%3E%3C/svg%3E") 23 21, auto; }
body a, body button { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='38' viewBox='0 0 46 38'%3E%3Cg fill='none' stroke='%23090b0c' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M16 18 2 9M16 21 2 21M16 24 2 33M30 18l14-9M30 21h14M30 24l14 9'/%3E%3C/g%3E%3Cellipse cx='23' cy='21' rx='10' ry='8' fill='%23ff318f' stroke='%23090b0c' stroke-width='3'/%3E%3Cellipse cx='20' cy='18' rx='3' ry='2' fill='%23ffd8e9'/%3E%3C/svg%3E") 23 21, pointer; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -2; background: linear-gradient(90deg, transparent 49.8%, rgba(9,11,12,.045) 50%, transparent 50.2%), linear-gradient(rgba(9,11,12,.035) 1px, transparent 1px); background-size: 180px 100%, 100% 28px; }
.noise { position: fixed; inset: 0; opacity: .16; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.home-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { height: 86px; position: sticky; top: 0; z-index: 50; padding: 10px 3vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 4vw; background: var(--cyan); border-bottom: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 22px/1 "Archivo Black", sans-serif; letter-spacing: -1px; }
.brand img { width: 58px; height: 58px; object-fit: cover; image-rendering: pixelated; border: 2px solid var(--ink); }
.site-header .brand img { image-rendering: auto; filter: none; }
.nav { justify-self: center; display: flex; gap: clamp(20px, 3vw, 52px); font-size: 12px; font-weight: 500; }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--pink); transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-buy { min-width: 180px; padding: 8px 12px 8px 8px; display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; color: white; background: var(--ink); border: 2px solid var(--ink); font-size: 12px; font-weight: 700; box-shadow: 5px 5px 0 var(--pink); transition: transform .2s, box-shadow .2s; }
.header-buy img { width: 30px; height: 30px; object-fit: cover; image-rendering: pixelated; }
.header-buy:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--pink); }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 86px); position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 1fr 46px; overflow: hidden; border-bottom: var(--line); }
.hero::after { content: ""; position: absolute; z-index: 6; top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%); background: var(--ink); pointer-events: none; }
.hero-copy { position: relative; isolation: isolate; padding: clamp(52px,7vw,104px) 4vw; border-right: var(--line); display: flex; flex-direction: column; justify-content: center; }
.hero-copy > :not(.wire-reference), .hero-visual > * { position: relative; z-index: 2; }
.wire-reference { position: absolute; z-index: 1; top: 0; left: 0; right: 0; height: auto; aspect-ratio: 1697 / 270; overflow: hidden; pointer-events: none; opacity: .78; background: transparent url("assets/hanging-wires-full.png") 0 0 / 100% auto no-repeat; mix-blend-mode: multiply; }
.wire-reference img { display: none; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.eyebrow span { display: inline-block; width: 9px; height: 9px; margin-right: 7px; background: var(--lime); border: 1px solid var(--ink); animation: blink 1s steps(1) infinite; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 22px; font: clamp(58px,7.5vw,126px)/.78 "Archivo Black", sans-serif; letter-spacing: -.075em; }
h1 em { color: var(--pink); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
.hero-text { max-width: 520px; font-size: clamp(13px,1.2vw,17px); line-height: 1.65; }
.action-stack { max-width: 560px; margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.action { min-height: 60px; padding: 8px 12px; display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; border: 2px solid var(--ink); background: white; box-shadow: 4px 4px 0 var(--ink); font-size: 12px; font-weight: 600; transition: transform .16s, background .16s, box-shadow .16s; }
.action:hover { background: var(--yellow); transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--ink); }
.action-buy { background: var(--pink); color: white; }
.action img, .action svg { width: 34px; height: 34px; object-fit: cover; fill: currentColor; }
.action img { background: #050505; image-rendering: pixelated; }
.action b { font-size: 10px; opacity: .55; }

.hero-visual { min-width: 0; position: relative; isolation: isolate; padding: 38px 4vw 0; background: var(--cyan); display: flex; flex-direction: column; overflow: hidden; }
.status-strip { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.status-strip span:first-child::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 3px var(--ink); }
.mouse-stage { flex: 1; min-height: 480px; position: relative; display: grid; place-items: center; }
.mouse-stage::before { content: none; }
.mouse-stage::after { content: ""; position: absolute; width: 72%; height: 18%; bottom: 13%; background: rgba(0,0,0,.22); filter: blur(26px); transform: skew(-18deg); }
.hero-mouse { position: relative; z-index: 4; width: min(74%,650px); image-rendering: pixelated; animation: hover 4s ease-in-out infinite; }
.pixel-label { position: absolute; z-index: 8; top: 16%; right: 3%; padding: 10px 14px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); font: clamp(18px,2vw,30px)/1 "Archivo Black"; transform: rotate(7deg); }
.cross { position: absolute; z-index: 5; font: 44px/1 "Archivo Black"; }
.cross-a { left: 6%; top: 20%; }.cross-b { right: 8%; bottom: 18%; color: var(--pink); }
.ticker { grid-column: 2; grid-row: 2; min-width: 0; max-width: 100%; height: 46px; margin: 0; display: flex; align-items: center; overflow: hidden; contain: paint; white-space: nowrap; background: var(--ink); color: white; border-left: 3px solid var(--ink); font: 15px/1 "Archivo Black"; }
.ticker-track { width: max-content; display: flex; will-change: transform; animation: marquee 24s linear infinite; }
.ticker-group { min-width: max-content; padding-right: 18px; flex-shrink: 0; }

.section { padding: clamp(75px,9vw,140px) 5vw; border-bottom: var(--line); }
.section-heading { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 60px; }
.section-number { width: 50px; height: 50px; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 700; }
.section-heading p { margin-bottom: 7px; font-size: 11px; letter-spacing: .12em; }
.section-heading h2 { margin: 0; font: clamp(50px,8vw,112px)/.8 "Archivo Black"; letter-spacing: -.065em; }
.roadmap { position: relative; overflow: hidden; background: var(--yellow); }
.roadmap::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .09; background: repeating-linear-gradient(-45deg,var(--ink) 0 2px,transparent 2px 18px); }
.roadmap > * { position: relative; z-index: 1; }
.road-console { display: grid; grid-template-columns: 230px 1fr; margin-bottom: 58px; background: var(--ink); color: white; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--pink); }
.console-title { padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: var(--lime); border-right: 2px solid #47504e; font-size: 11px; line-height: 1.8; }
.console-title span:last-child { color: white; }
.console-stats { display: grid; grid-template-columns: repeat(3,1fr) 1.7fr; }
.console-stats > div { min-height: 120px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #47504e; }
.console-stats strong { color: var(--cyan); font: 38px/1 "Archivo Black"; }
.console-stats span { margin-top: 8px; color: #aab3b0; font-size: 9px; letter-spacing: .08em; }
.progress-block i { height: 17px; margin-top: 17px; padding: 3px; display: block; border: 1px solid white; }
.progress-block i b { width: 33%; height: 100%; display: block; background: var(--pink); animation: loading 2s steps(5) infinite alternate; }
.road-track { position: relative; max-width: 1160px; margin: 0 auto; }
.road-track::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 8px; background: var(--ink); transform: translateX(-50%); box-shadow: inset 0 0 0 2px var(--paper); }
.milestone { min-height: 330px; position: relative; display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; }
.milestone .mile-card { grid-column: 1; padding: clamp(25px,3.5vw,48px); background: var(--paper); border: var(--line); box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.milestone:nth-child(even) .mile-card { grid-column: 3; grid-row: 1; }
.mile-card:hover { transform: translate(-5px,-5px); box-shadow: 13px 13px 0 var(--ink); }
.mile-marker { grid-column: 2; grid-row: 1; z-index: 3; display: grid; place-items: center; }
.mile-marker span { width: 66px; height: 66px; display: grid; place-items: center; background: var(--ink); color: white; border: 5px solid var(--yellow); outline: 3px solid var(--ink); font: 22px/1 "Archivo Black"; transform: rotate(45deg); }
.mile-marker span b { transform: rotate(-45deg); }
.milestone.done .mile-marker span { background: var(--cyan); color: var(--ink); }
.milestone.active .mile-marker span { background: var(--pink); animation: markerPulse 1.3s steps(2) infinite; }
.mile-stamp { grid-column: 3; justify-self: center; padding: 17px; border: 3px solid var(--ink); font: 18px/1.05 "Archivo Black"; text-align: center; transform: rotate(8deg); }
.milestone:nth-child(even) .mile-stamp { grid-column: 1; grid-row: 1; transform: rotate(-8deg); }
.hot-stamp { background: var(--pink); color: white; box-shadow: 5px 5px 0 var(--ink); }
.phase { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 2px solid currentColor; font-size: 10px; letter-spacing: .08em; }
.phase b { padding: 3px 7px; background: var(--ink); color: white; }
.milestone.active .mile-card { background: var(--pink); color: white; }
.mile-card h3 { margin: 34px 0 15px; font: clamp(34px,4vw,58px)/.86 "Archivo Black"; letter-spacing: -.05em; }
.mile-card p { font-size: 13px; line-height: 1.6; }
.mile-card ul { margin: 24px 0 0; padding: 0; list-style: none; font-size: 11px; }
.mile-card li { padding: 9px 0; border-top: 1px solid currentColor; }
.mile-card li::before { content: "[+] "; font-weight: 700; }

.chart-section { background: var(--ink); color: white; }
.chart-section .section-number { background: var(--cyan); color: var(--ink); }
.terminal { border: 3px solid white; box-shadow: 12px 12px 0 var(--pink); }
.terminal-bar { height: 54px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; border-bottom: 3px solid white; font-size: 11px; }
.terminal-bar > a { justify-self: end; color: var(--lime); }
.terminal-open { display: inline-flex; align-items: center; gap: 7px; }
.terminal-open img { width: 27px; height: 27px; object-fit: cover; image-rendering: pixelated; }
.terminal-open b { font-size: 14px; }
.lights { display: flex; gap: 7px; }.lights i { width: 11px; height: 11px; border-radius: 50%; background: var(--pink); }.lights i:nth-child(2){background:var(--yellow)}.lights i:nth-child(3){background:var(--lime)}
.chart-frame { height: min(70vh,680px); min-height: 480px; display: flex; background: #101515; }
.chart-frame iframe { flex: 1; width: 100%; height: 100%; border: 0; background: transparent; }
.chart-placeholder { flex: 1; display: grid; place-content: center; justify-items: center; text-align: center; background: radial-gradient(circle, #182827, #090b0c 65%); }
.chart-placeholder img { width: 120px; height: 120px; object-fit: cover; margin-bottom: 20px; }
.chart-placeholder h3 { margin: 0 0 10px; font: 30px/1 "Archivo Black"; }.chart-placeholder p { color: #a7b0af; font-size: 12px; }

footer { min-height: 160px; padding: 35px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--cyan); }
footer p { margin: 0; font-size: 11px; } footer p:last-child { justify-self: end; }.footer-brand img { width: 55px; height: 55px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

@keyframes blink { 50% { opacity: .15; } }
@keyframes hover { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes loading { to { width: 66%; } }
@keyframes markerPulse { 50% { box-shadow: 0 0 0 10px var(--yellow), 0 0 0 13px var(--ink); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; }.header-buy { display: none; }
  .menu-toggle { display: block; justify-self: end; width: 46px; height: 42px; padding: 11px; background: var(--pink); border: 2px solid var(--ink); }
  .menu-toggle span { display: block; height: 3px; margin: 5px 0; background: var(--ink); }
  .nav { position: absolute; top: 84px; left: 0; right: 0; padding: 28px; display: none; flex-direction: column; align-items: center; background: var(--paper); border-bottom: var(--line); }.nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto 46px; }.hero::after { display: none; }.hero-copy { border-right: 0; border-bottom: var(--line); }.hero-visual { min-height: 700px; }.ticker { grid-column: 1; grid-row: 3; }
  .road-console { grid-template-columns: 1fr; }.console-title { min-height: 90px; flex-direction: row; border-right: 0; border-bottom: 2px solid #47504e; }.console-stats { grid-template-columns: repeat(2,1fr); }.console-stats > div { border-bottom: 1px solid #47504e; }
  .road-track::before { left: 34px; }.milestone { min-height: 0; margin-bottom: 35px; grid-template-columns: 80px 1fr; }.mile-marker { grid-column: 1; align-self: start; margin-top: 35px; }.milestone .mile-card,.milestone:nth-child(even) .mile-card { grid-column: 2; grid-row: 1; }.mile-stamp,.milestone:nth-child(even) .mile-stamp { display: none; }
}

@media (max-width: 640px) {
  .site-header { height: 70px; }.brand img { width: 46px; height: 46px; }.nav { top: 68px; }
  .hero { min-height: auto; }.hero-copy { padding: 65px 22px; } h1 { font-size: clamp(52px,18vw,78px); }
  .action-stack { grid-template-columns: 1fr; }.hero-visual { min-height: 540px; padding-inline: 20px; }.mouse-stage { min-height: 410px; }.hero-mouse { width: 88%; }.mouse-stage::before { width: 88%; }.pixel-label { top: 10%; }
  .section { padding: 80px 22px; }.section-heading { gap: 14px; margin-bottom: 40px; }.section-heading h2 { font-size: 15vw; }.section-number { width: 42px; height: 42px; }
  .chart-frame { min-height: 520px; }.terminal-bar { grid-template-columns: auto 1fr; }.terminal-bar > span { display: none; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; } footer p:last-child { justify-self: center; }
  .console-stats { grid-template-columns: 1fr 1fr; }.console-stats > div { min-height: 100px; padding: 16px; }.milestone { grid-template-columns: 58px 1fr; }.road-track::before { left: 25px; width: 6px; }.mile-marker span { width: 48px; height: 48px; border-width: 3px; font-size: 16px; }.mile-card { box-shadow: 5px 5px 0 var(--ink) !important; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } .reveal { opacity: 1; transform: none; } }
[hidden] { display: none !important; }
