:root {
  --bg: #071014;
  --bg-deep: #04090c;
  --panel: rgba(14, 26, 31, 0.72);
  --panel-strong: #0d1a1f;
  --line: rgba(185, 250, 239, 0.18);
  --line-strong: rgba(185, 250, 239, 0.38);
  --text: #edf8f5;
  --muted: #90a7a6;
  --lime: #caff4a;
  --aqua: #78f9e2;
  --blue: #79bbff;
  --violet: #ad80ff;
  --shell: min(1180px, calc(100vw - 72px));
  color-scheme: dark;
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 77% 11%, rgba(34, 231, 191, 0.13), transparent 24rem),
    radial-gradient(circle at 16% 54%, rgba(124, 72, 255, 0.10), transparent 30rem),
    var(--bg);
  min-width: 320px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(160, 245, 230, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(160, 245, 230, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -2;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  z-index: 10;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.site-header {
  width: var(--shell);
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 3;
}

.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; position: relative; }
.brand-mark::before { content: ""; position: absolute; inset: 3px; border-radius: 12px; background: rgba(122, 250, 226, 0.11); box-shadow: 0 0 18px rgba(122, 250, 226, 0.14); }
.brand-mark img { width: 42px; height: 42px; object-fit: contain; position: relative; z-index: 1; }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font-size: 16px; letter-spacing: 0.24em; }
.brand-copy small { font-size: 8px; letter-spacing: 0.34em; color: var(--aqua); }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-link { color: var(--muted); font-size: 11px; letter-spacing: 0.14em; transition: color .2s ease; }
.nav-link span { color: rgba(144, 167, 166, .5); font-size: 9px; margin-left: 5px; }
.nav-link:hover, .nav-link.is-active { color: var(--text); }
.nav-link.is-active::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); margin: 0 7px 2px 0; }
.header-buy { flex-shrink: 0; }
.button { display: inline-flex; align-items: center; gap: 16px; padding: 12px 15px 12px 18px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button--lime { color: #13200a; background: var(--lime); box-shadow: 0 0 26px rgba(202, 255, 74, .16); }
.button--lime:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(202, 255, 74, .28); }
.button-arrow { font-size: 16px; line-height: .7; }

.section { position: relative; }
.hero { min-height: calc(100vh - 86px); display: flex; align-items: center; padding: 54px 0 96px; }
.hero-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(500px, 1.18fr); align-items: center; gap: 48px; }
.eyebrow, .section-index, .phase-tag, .window-title, .window-live, .contract-caption, .visual-label, .scroll-cue, .site-footer p, .footer-link { font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.eyebrow { color: var(--aqua); margin: 0 0 22px; display: flex; align-items: center; gap: 9px; }
.eyebrow-dot, .status-light { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Avenir Next", sans-serif; font-stretch: condensed; }
h1 { font-size: clamp(62px, 8.6vw, 126px); line-height: .84; letter-spacing: -.075em; margin: 0 0 24px; font-weight: 800; }
h1 em, h2 span { color: transparent; -webkit-text-stroke: 1px rgba(237, 248, 245, .72); font-style: normal; }
.hero-lede { max-width: 395px; color: var(--muted); font-size: 16px; line-height: 1.6; margin-bottom: 30px; }
.action-stack { width: min(100%, 388px); display: grid; gap: 8px; }
.action-button { min-height: 64px; display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: 14px; padding: 8px 16px 8px 9px; border: 1px solid var(--line); background: rgba(12, 26, 31, .62); color: var(--text); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.action-button:hover { border-color: var(--line-strong); background: rgba(25, 45, 50, .76); transform: translateX(4px); box-shadow: 0 10px 30px rgba(0, 0, 0, .16); }
.action-button--primary { background: rgba(186, 246, 223, .96); color: #0b1715; border-color: rgba(186, 246, 223, .96); }
.action-button--primary:hover { background: #d1ffe8; border-color: #d1ffe8; }
.action-button--ghost { color: var(--muted); }
.action-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(11, 23, 21, .2); background: linear-gradient(135deg, #14f195 0%, #00ffa3 31%, #35d9c5 48%, #9945ff 78%, #6c3df5 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 0 16px rgba(153, 69, 255, .18); overflow: hidden; }
.action-icon img { width: 42px; height: 42px; object-fit: contain; mix-blend-mode: screen; }
.action-icon--official svg { width: 19px; height: 19px; fill: #071014; }
.action-label { display: grid; gap: 5px; font-size: 12px; letter-spacing: .13em; font-weight: 800; }
.action-label small { font-size: 9px; letter-spacing: .15em; opacity: .55; font-weight: 600; }
.action-tail { font-size: 19px; color: #087f67; text-align: right; }
.action-button--primary .action-tail { color: #304a23; }
.contract-pill { margin-top: 22px; width: min(100%, 388px); display: flex; align-items: center; gap: 9px; padding: 11px 12px; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contract-caption { color: var(--aqua); font-size: 8px; }
.contract-pill code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--text); font-family: monospace; font-size: 10px; }
.copy-mini { width: 22px; height: 22px; border: 1px solid var(--line); color: var(--aqua); background: transparent; cursor: pointer; }
.copy-mini:hover { border-color: var(--aqua); }

.hero-visual { min-height: 620px; position: relative; display: grid; place-items: center; }
.character-wrap { width: min(100%, 620px); aspect-ratio: 1; margin: 0; display: grid; place-items: center; position: relative; z-index: 1; }
.character { width: 92%; height: 92%; object-fit: contain; mix-blend-mode: screen; filter: saturate(1.04) contrast(1.06) drop-shadow(0 0 38px rgba(55, 231, 205, .17)); animation: float 7s ease-in-out infinite; }
.character-glow { position: absolute; width: 58%; height: 47%; background: radial-gradient(ellipse, rgba(29, 227, 196, .26), transparent 70%); filter: blur(24px); transform: translateY(16%); }
.visual-orbit { position: absolute; border: 1px solid rgba(125, 239, 221, .18); border-radius: 50%; transform: rotate(-16deg); }
.orbit-one { width: 93%; height: 46%; }
.orbit-two { width: 106%; height: 59%; border-color: rgba(170, 128, 255, .17); transform: rotate(49deg); }
.visual-label { position: absolute; display: flex; justify-content: space-between; width: min(100%, 570px); color: rgba(237, 248, 245, .54); z-index: 2; }
.visual-label--top { top: 9%; }
.visual-label--bottom { bottom: 11%; }
.visual-label span:last-child { color: var(--aqua); }
.scroll-cue { position: absolute; bottom: 0; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--muted); transform: translateX(-50%); white-space: nowrap; }
.scroll-cue i { display: block; width: 1px; height: 42px; background: linear-gradient(var(--aqua), transparent); }

.roadmap { padding: 140px 0 150px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-index { color: var(--aqua); margin-bottom: 17px; }
h2 { font-size: clamp(48px, 7vw, 86px); line-height: .87; letter-spacing: -.065em; margin: 0; }
.section-note { color: var(--muted); max-width: 310px; font-size: 15px; line-height: 1.65; margin: 0 0 3px; }
.roadmap-line { height: 1px; background: var(--line); margin: 80px 0 0; position: relative; display: flex; justify-content: space-between; }
.roadmap-line span { width: 11px; height: 11px; border: 1px solid var(--aqua); background: var(--bg); border-radius: 50%; transform: translateY(-5px); box-shadow: 0 0 14px rgba(120, 249, 226, .45); }
.roadmap-line span:nth-child(2) { background: var(--lime); border-color: var(--lime); box-shadow: 0 0 16px rgba(202, 255, 74, .65); }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.roadmap-card { min-height: 385px; padding: 25px 24px 26px; background: rgba(12, 25, 30, .72); border: 1px solid var(--line); position: relative; overflow: hidden; }
.roadmap-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -90px; bottom: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(126, 97, 255, .35), transparent 70%); }
.roadmap-card--featured { background: linear-gradient(145deg, rgba(22, 53, 54, .9), rgba(14, 28, 32, .88)); border-color: rgba(202, 255, 74, .5); transform: translateY(-18px); }
.phase-tag { color: var(--aqua); margin-bottom: 27px; }
.roadmap-card--featured .phase-tag { color: var(--lime); }
.phase-number { font-size: 12px; color: rgba(237, 248, 245, .48); letter-spacing: .08em; margin-bottom: 34px; }
.roadmap-card h3 { font-size: 35px; line-height: .9; letter-spacing: -.05em; margin-bottom: 18px; }
.roadmap-card p:not(.phase-tag) { max-width: 265px; min-height: 76px; color: var(--muted); font-size: 13px; line-height: 1.55; margin-bottom: 24px; }
.roadmap-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: rgba(237, 248, 245, .72); font-size: 11px; letter-spacing: .05em; }
.roadmap-card li::before { content: "↗"; color: var(--lime); margin-right: 8px; }

.chart-section { padding: 0 0 150px; }
.chart-heading { margin-bottom: 47px; align-items: end; }
.text-link, .footer-link { color: var(--aqua); font-size: 10px; letter-spacing: .15em; font-weight: 700; padding-bottom: 7px; border-bottom: 1px solid rgba(120, 249, 226, .45); }
.text-link span, .footer-link span { margin-left: 7px; font-size: 16px; }
.chart-window { border: 1px solid var(--line-strong); background: rgba(5, 13, 16, .85); box-shadow: 0 22px 60px rgba(0,0,0,.21); }
.chart-toolbar { min-height: 50px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--muted); }
.window-dots i:first-child { background: #ff7385; border-color: #ff7385; }
.window-title { text-align: center; color: var(--muted); font-size: 9px; }
.window-live { display: flex; justify-content: end; align-items: center; gap: 7px; color: var(--lime); font-size: 9px; }
.chart-frame { min-height: 560px; position: relative; background: #071014; }
.chart-frame iframe { width: 100%; height: 560px; display: block; border: 0; background: #071014; }
.chart-fallback { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; gap: 12px; text-align: center; background: radial-gradient(circle at center, rgba(27, 66, 65, .78), #071014 65%); }
.chart-fallback[hidden] { display: none; }
.chart-fallback img { width: 65px; height: 65px; object-fit: contain; mix-blend-mode: screen; }
.chart-fallback strong { letter-spacing: .15em; font-size: 14px; }
.chart-fallback p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.chart-fallback code, .chart-footnote code { color: var(--aqua); font-family: monospace; }
.chart-footnote { margin: 15px 0 0; color: rgba(144, 167, 166, .65); font-size: 11px; }

.site-footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand--footer .brand-mark { width: 28px; height: 28px; }
.brand--footer .brand-mark img { width: 30px; height: 30px; }
.brand--footer .brand-copy strong { font-size: 12px; }
.brand--footer .brand-copy small { font-size: 6px; }
.site-footer p { color: rgba(144, 167, 166, .64); margin: 0; font-size: 9px; }
.footer-link { padding: 0; border: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-13px) rotate(1deg); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 680px); }
  .site-header { height: 74px; gap: 16px; }
  .main-nav { gap: 15px; }
  .nav-link { font-size: 9px; }
  .nav-link span { display: none; }
  .header-buy { padding: 10px 11px 10px 13px; gap: 9px; font-size: 9px; }
  .hero { padding-top: 25px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; min-height: 460px; }
  .character-wrap { width: min(100%, 500px); }
  .visual-label--top { top: 4%; }
  .visual-label--bottom { bottom: 4%; }
  .scroll-cue { bottom: -18px; }
  .roadmap-grid { grid-template-columns: 1fr; gap: 12px; }
  .roadmap-card, .roadmap-card--featured { min-height: 0; transform: none; }
  .roadmap-line { display: none; }
  .roadmap-grid { margin-top: 44px; }
  .roadmap-card p:not(.phase-tag) { min-height: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 70px; }
  .main-nav { position: absolute; top: 82px; left: 0; gap: 18px; }
  .nav-link { font-size: 8px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 7px; }
  .header-buy span:first-child { display: none; }
  .header-buy { padding: 10px 13px; }
  .hero { padding: 58px 0 90px; }
  h1 { font-size: clamp(58px, 19vw, 88px); }
  h2 { font-size: clamp(44px, 15vw, 67px); }
  .hero-visual { min-height: 360px; }
  .visual-label { width: 94%; font-size: 8px; }
  .scroll-cue { font-size: 8px; }
  .section-heading { display: block; }
  .section-note { margin-top: 22px; }
  .chart-heading .text-link { display: inline-block; margin-top: 24px; }
  .chart-toolbar { grid-template-columns: 1fr 1fr; padding: 0 11px; }
  .window-title { text-align: right; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .window-live { display: none; }
  .chart-frame, .chart-frame iframe { min-height: 430px; height: 430px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .site-footer { padding: 22px 0; }
}

[hidden] { display: none !important; }
