:root {
  --ink: #050b12;
  --ink-soft: #0b1720;
  --mint: #4bffd1;
  --mint-dark: #11cda9;
  --white: #ecfaf7;
  --muted: #90a5ab;
  --pink: #ff689c;
  --line: rgba(75, 255, 209, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: "Space Grotesk", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; opacity: .72; background-image: radial-gradient(circle at 50% 8%, rgba(75,255,209,.13), transparent 30%), radial-gradient(circle at 50% 92%, rgba(11,205,169,.08), transparent 28%), linear-gradient(rgba(75,255,209,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(75,255,209,.045) 1px, transparent 1px); background-size: auto, auto, 48px 48px, 48px 48px; mask-image: linear-gradient(to bottom, black 0 84%, transparent 100%); }
body::after { content: ""; position: fixed; inset: 0 0 auto; height: 13px; z-index: -1; opacity: .42; background: radial-gradient(circle at 8px 0, transparent 0 4px, var(--mint-dark) 4.5px 7px, transparent 7.5px) repeat-x; background-size: 24px 13px; box-shadow: 0 calc(100vh - 13px) 0 0 rgba(17,205,169,.25); pointer-events: none; }
.scanlines { pointer-events: none; position: fixed; inset: 0; z-index: 10; opacity: .05; background: repeating-linear-gradient(0deg, transparent, transparent 3px, #fff 4px); }
.cursor-light { position: fixed; top: -18px; left: -18px; z-index: 30; width: 36px; height: 36px; border: 1px solid rgba(75,255,209,.85); border-radius: 50%; pointer-events: none; opacity: 0; box-shadow: 0 0 18px rgba(75,255,209,.35), inset 0 0 10px rgba(75,255,209,.14); transition: opacity .2s ease, width .2s ease, height .2s ease; }
.cursor-light::before { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(75,255,209,.16); border-radius: 50%; }
.cursor-light span { position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 9px var(--mint); transform: translate(-50%, -50%); }
.cursor-light.is-visible { opacity: 1; }
.has-custom-cursor, .has-custom-cursor * { cursor: none; }
.scroll-stamp { position: fixed; bottom: -90px; z-index: 11; width: var(--stamp-size); height: var(--stamp-size); object-fit: cover; pointer-events: none; image-rendering: pixelated; filter: drop-shadow(0 0 10px rgba(75,255,209,.5)); animation: stamp-flight 4.5s cubic-bezier(.2,.72,.28,1) forwards; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { width: min(1280px, calc(100% - 64px)); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 20; background: rgba(5,11,18,.88); backdrop-filter: blur(12px); }
main { padding-top: 92px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 11px "Press Start 2P", monospace; letter-spacing: -1px; }
.brand > span:last-child > span { color: var(--mint); }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--ink); background: var(--mint); font: 16px "Press Start 2P", monospace; box-shadow: 4px 4px 0 var(--mint-dark); }
.main-nav { display: flex; gap: 34px; font: 10px "Press Start 2P", monospace; color: var(--muted); text-transform: uppercase; }
.main-nav a:hover, .text-link:hover, .social-link:hover { color: var(--mint); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.social-link { font-size: 20px; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; background: var(--mint); border: 2px solid var(--mint); color: var(--ink); font: 10px "Press Start 2P", monospace; text-transform: uppercase; box-shadow: 5px 5px 0 var(--mint-dark); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--mint-dark); background: var(--white); border-color: var(--white); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 8px; box-shadow: 3px 3px 0 var(--mint-dark); }
.menu-toggle { display: none; color: var(--mint); background: none; border: 0; font-size: 24px; }
.hero { min-height: 650px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 40px; padding: 72px 0 100px; }
.eyebrow, .contract-line, .art-label, .section-number, .roadmap-status, .chart-top, .chart-bottom { font: 9px "Press Start 2P", monospace; letter-spacing: .3px; text-transform: uppercase; }
.eyebrow { color: var(--mint); display: flex; align-items: center; gap: 10px; }
.pulse-dot, .live-tag i { display: inline-block; width: 8px; height: 8px; background: var(--pink); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,104,156,.13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1 { font: 55px/1.16 "Press Start 2P", monospace; margin: 25px 0 27px; letter-spacing: -4px; color: var(--white); text-shadow: 4px 4px 0 #19303a; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-text { max-width: 410px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.hero-text strong { color: var(--mint); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 35px 0 42px; }
.text-link { font: 10px "Press Start 2P", monospace; color: var(--white); text-transform: uppercase; }
.text-link span { color: var(--mint); font-size: 17px; margin-left: 7px; }
.contract-line { color: #577079; display: flex; gap: 20px; align-items: center; }
.contract-line button { padding: 0; background: transparent; color: var(--mint-dark); font: inherit; border: 0; cursor: pointer; }
.hero-art { min-height: 570px; display: grid; place-items: center; position: relative; }
.logo-frame { width: min(540px, 90%); aspect-ratio: 1; position: relative; overflow: hidden; border: 1px solid var(--mint-dark); background: #031017; box-shadow: 0 0 70px rgba(24, 255, 205, .11), 0 0 0 13px rgba(75,255,209,.025); transform: rotate(2deg); }
.logo-frame::before { content: ""; position: absolute; inset: -35% -20%; z-index: 1; pointer-events: none; background: linear-gradient(115deg, transparent 37%, rgba(255,255,255,.04) 44%, rgba(255,255,255,.42) 49%, rgba(75,255,209,.16) 53%, transparent 61%); transform: translateX(-105%) rotate(8deg); mix-blend-mode: screen; animation: stamp-shine 6s ease-in-out infinite; }
.logo-frame::after { content: ""; position: absolute; inset: 15px; z-index: 2; border: 1px solid rgba(75,255,209,.32); pointer-events: none; }
.logo-frame img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.corner { position: absolute; z-index: 1; width: 26px; height: 26px; border-color: var(--mint); border-style: solid; }
.corner-tl { top: -1px; left: -1px; border-width: 4px 0 0 4px; }.corner-tr { top: -1px; right: -1px; border-width: 4px 4px 0 0; }.corner-bl { bottom: -1px; left: -1px; border-width: 0 0 4px 4px; }.corner-br { bottom: -1px; right: -1px; border-width: 0 4px 4px 0; }
.orbit { border: 1px solid rgba(75,255,209,.24); border-radius: 50%; position: absolute; width: 140%; height: 38%; transform: rotate(-27deg); }
.orbit-one { animation: spin 12s linear infinite; }.orbit-two { width: 125%; height: 70%; transform: rotate(52deg); border-color: rgba(255,104,156,.18); animation: spin 17s linear reverse infinite; }
.art-label { position: absolute; color: var(--mint); z-index: 2; background: var(--ink); padding: 7px 9px; }.label-top { top: 11%; right: 5%; }.label-bottom { left: 2%; bottom: 12%; }.label-bottom span { color: var(--pink); }
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--mint); color: var(--ink); white-space: nowrap; }
.ticker-track { display: flex; align-items: center; gap: 32px; width: max-content; padding: 16px 0; font: 11px "Press Start 2P", monospace; animation: marquee 28s linear infinite; }.ticker b { font-size: 15px; }
.content-section { padding: 130px 0; }
.section-heading { display: flex; align-items: center; gap: 22px; margin-bottom: 65px; }.section-number { color: var(--mint); }.section-heading h2 { margin: 0; font: 27px "Press Start 2P", monospace; text-transform: uppercase; }.rule { height: 1px; flex: 1; background: var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.big-copy { font: 32px/1.5 "Press Start 2P", monospace; }.big-copy span { color: var(--pink); }.about-body { max-width: 440px; color: var(--muted); line-height: 1.8; font-size: 17px; }.about-body p + p { margin-top: 22px; }.about-body .text-link { display: inline-block; margin-top: 20px; color: var(--mint); }
.stats-band { background: var(--ink-soft); border-block: 1px solid var(--line); }.stats-grid { min-height: 230px; display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 25px; align-items: center; }.compact { margin: 0; display: block; }.compact h2 { margin-top: 20px; font-size: 19px; }.stat-card { border-left: 1px solid var(--line); padding-left: 30px; }.stat-card strong { display: block; font: 33px "Press Start 2P", monospace; color: var(--mint); margin-bottom: 15px; }.stat-card span { color: var(--muted); font-size: 14px; }.stat-bar { margin-top: 24px; height: 4px; background: #1d3138; }.stat-bar i { display: block; height: 100%; background: var(--mint); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.step { position: relative; min-height: 230px; padding: 28px; border: 1px solid var(--line); background: rgba(11,23,32,.7); }.step:hover { border-color: var(--mint); }.step-number { color: var(--pink); font: 10px "Press Start 2P", monospace; }.step-icon { margin: 25px 0 16px; color: var(--mint); font-size: 27px; }.step h3 { font: 14px "Press Start 2P", monospace; text-transform: uppercase; }.step p { color: var(--muted); font-size: 14px; line-height: 1.6; }.button-wide { display: flex; width: 100%; margin-top: 28px; }
.chart-shell { border: 1px solid var(--line); background: #07131c; padding: 22px; }.chart-top, .chart-bottom { display: flex; justify-content: space-between; color: var(--mint); }.live-tag { color: var(--pink); }.live-tag i { width: 6px; height: 6px; margin-right: 7px; }.chart-embed { height: 420px; margin: 24px 0; overflow: hidden; border: 1px solid rgba(75,255,209,.12); background: #07131c; }.chart-embed iframe { display: block; width: 100%; height: 100%; border: 0; }.chart-bottom { color: #658087; }.chart-bottom a { color: var(--mint); }
.roadmap-list { border-top: 1px solid var(--line); }.roadmap-row { min-height: 105px; display: grid; grid-template-columns: 160px 1fr 2fr 35px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }.roadmap-status { color: #61767d; }.roadmap-row h3 { margin: 0; font: 16px "Press Start 2P", monospace; }.roadmap-row p { margin: 0; color: var(--muted); }.roadmap-row b { color: #466269; font-size: 24px; font-weight: 400; }.roadmap-row.active .roadmap-status, .roadmap-row.active h3, .roadmap-row.active b { color: var(--mint); }
.community { padding: 110px 75px; margin-bottom: 90px; position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); background: radial-gradient(circle at 85% 50%, rgba(30,119,106,.32), transparent 38%), #091923; }.community h2 { font: 39px/1.35 "Press Start 2P", monospace; text-transform: uppercase; margin: 25px 0; }.community-copy > p:not(.eyebrow) { max-width: 450px; color: var(--muted); line-height: 1.7; }.community-actions { display: flex; gap: 25px; align-items: center; margin-top: 30px; }.social-large { color: var(--mint); font: 10px "Press Start 2P", monospace; text-transform: uppercase; }.community-logo { width: 280px; height: 280px; border-radius: 50%; overflow: hidden; border: 2px solid var(--mint); box-shadow: 0 0 45px rgba(75,255,209,.18); transform: rotate(-8deg); }.community-logo img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 30px 0 45px; border-top: 1px solid var(--line); color: #60767d; font-size: 12px; }.site-footer .brand { color: var(--white); }.site-footer .brand-mark { width: 24px; height: 24px; font-size: 11px; box-shadow: 3px 3px 0 var(--mint-dark); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .24s; }.reveal-delay-3 { transition-delay: .36s; }
@keyframes marquee { to { transform: translateX(-50%); } } @keyframes spin { to { transform: rotate(360deg); } } @keyframes stamp-shine { 0%, 18% { transform: translateX(-105%) rotate(8deg); opacity: 0; } 31% { opacity: 1; } 56%, 100% { transform: translateX(105%) rotate(8deg); opacity: 0; } } @keyframes stamp-flight { 0% { transform: translateY(0) rotate(var(--stamp-tilt)) scale(.7); opacity: 0; } 12% { opacity: .9; } 78% { opacity: .82; } 100% { transform: translateY(calc(-100vh - 120px)) rotate(calc(var(--stamp-tilt) + 180deg)) scale(1.05); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker-track, .orbit-one, .orbit-two, .logo-frame::before { animation: none; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (hover: none), (pointer: coarse) { .cursor-light { display: none; } }
@media (max-width: 850px) { .main-nav { display: none; }.main-nav.mobile-open { display: flex; position: absolute; top: 75px; left: 0; right: 0; z-index: 5; flex-direction: column; gap: 22px; padding: 24px; background: var(--ink-soft); border: 1px solid var(--line); }.header-actions { margin-left: auto; margin-right: 18px; }.menu-toggle { display: block; }.hero { grid-template-columns: 1fr; padding-top: 65px; }.hero-art { min-height: 470px; order: -1; }.hero-copy { text-align: center; }.eyebrow, .hero-actions, .contract-line { justify-content: center; }.hero-text { margin-inline: auto; }.hero-art .logo-frame { width: min(470px, 88vw); }.about-grid { gap: 40px; }.stats-grid { grid-template-columns: repeat(2, 1fr); padding-block: 50px; }.stats-grid .section-heading { grid-column: 1 / -1; }.steps-grid { grid-template-columns: 1fr; }.community { padding: 65px 35px; }.community-logo { width: 210px; height: 210px; }.roadmap-row { grid-template-columns: 110px 1fr 30px; }.roadmap-row p { grid-column: 2 / 3; }.roadmap-row b { grid-column: 3; grid-row: 1 / 3; } }
@media (max-width: 560px) { .section-shell, .site-header { width: calc(100% - 36px); }.site-header { height: 75px; }.brand { font-size: 8px; }.brand-mark { width: 26px; height: 26px; font-size: 12px; }.header-actions .social-link { display: none; }.button-small { min-height: 34px; font-size: 7px; padding: 0 10px; }.hero { padding: 45px 0 70px; }.hero-art { min-height: 330px; }.logo-frame { width: 92% !important; }.art-label { font-size: 7px; }.label-top { top: 0; }.label-bottom { bottom: 0; }.orbit { display: none; } h1 { font-size: clamp(30px, 9vw, 47px); letter-spacing: -2px; }.hero-text { font-size: 14px; }.hero-actions { flex-direction: column; gap: 22px; margin-bottom: 34px; }.content-section { padding: 85px 0; }.section-heading { gap: 12px; margin-bottom: 40px; }.section-heading h2 { font-size: 17px; }.big-copy { font-size: 22px; }.about-grid { grid-template-columns: 1fr; }.about-body { font-size: 15px; }.stats-grid { grid-template-columns: 1fr 1fr; gap: 20px 10px; }.stat-card { padding-left: 14px; }.stat-card strong { font-size: 22px; }.stat-card span { font-size: 12px; }.stat-bar { margin-top: 15px; }.chart-placeholder { height: 220px; }.roadmap-row { grid-template-columns: 90px 1fr 22px; gap: 10px; }.roadmap-row h3 { font-size: 12px; }.roadmap-row p { font-size: 12px; }.community { display: block; padding: 45px 22px; margin-bottom: 55px; }.community h2 { font-size: 24px; }.community-logo { margin: 45px auto 0; }.community-actions { flex-direction: column; align-items: flex-start; }.site-footer { flex-wrap: wrap; gap: 20px; font-size: 10px; } }
@media (max-width: 560px) { .chart-embed { height: 300px; } }