:root {
  --bg: #080b0d;
  --surface: #101619;
  --surface-light: #172023;
  --text: #ecf4ee;
  --muted: #91a09a;
  --line: rgba(206, 241, 220, .14);
  --mint: #a9ffd3;
  --mint-bright: #5effa9;
  --max-width: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { min-height: 100vh; margin: 0; color: var(--text); background: linear-gradient(135deg, #575a5e 0%, #35383b 28%, #191b1e 58%, #08090a 82%, #020303 100%) fixed; font-family: Manrope, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { height: 86px; width: min(calc(100% - 48px), var(--max-width)); position: absolute; z-index: 5; top: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 9px; font-size: 17px; font-weight: 800; letter-spacing: -.7px; }
.brand img { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(114, 255, 177, .25)); }
.nav { display: flex; align-items: center; gap: 31px; }
.nav-link { color: #aebbb5; font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; transition: color .2s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--mint); }
.header-buy { justify-self: end; }

.section { padding-left: max(24px, calc((100vw - var(--max-width)) / 2)); padding-right: max(24px, calc((100vw - var(--max-width)) / 2)); }
.hero { min-height: 780px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; padding-top: 105px; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: transparent; }
.hero__content { width: 53%; max-width: 650px; padding-bottom: 24px; }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 9px; color: var(--mint); font: 500 11px/1 "DM Mono", monospace; letter-spacing: .11em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 12px 3px rgba(94,255,169,.65); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 22px; font-weight: 800; letter-spacing: -.075em; line-height: .94; }
h1 { max-width: 650px; font-size: clamp(53px, 6.25vw, 88px); }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero__intro { max-width: 455px; margin-bottom: 35px; color: #aab8b2; font-size: 15px; line-height: 1.7; }
.hero__actions { display: grid; width: 265px; gap: 10px; }
.button { min-height: 47px; padding: 8px 13px 8px 9px; border: 1px solid transparent; border-radius: 8px; display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .015em; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button img { width: 30px; height: 30px; object-fit: contain; }
.button--buy { color: #07130c; background: var(--mint); box-shadow: 0 10px 30px rgba(94,255,169,.12); }
.button--buy:hover { background: #d0ffe2; box-shadow: 0 14px 34px rgba(94,255,169,.23); }
.header-buy { min-height: 38px; padding: 4px 12px 4px 5px; font-size: 11px; }
.header-buy img { width: 27px; height: 27px; }
.button--outline { color: #dce8e1; background: rgba(20,29,30,.62); border-color: var(--line); }
.button--outline:hover { background: rgba(30,47,42,.8); border-color: rgba(169, 255, 211, .45); }
.button--social { background: transparent; }
.button--social:hover { background: transparent; border-color: rgba(169, 255, 211, .55); }
.button--contract { gap: 9px; }
.contract-badge { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(169, 255, 211, .48); border-radius: 5px; color: var(--mint); background: rgba(169, 255, 211, .08); font: 500 10px "DM Mono", monospace; letter-spacing: -.04em; }
.copy-notice { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 4px 6px; border: 1px solid rgba(169, 255, 211, .18); border-radius: 999px; color: #93ac9d; background: rgba(169, 255, 211, .045); font: 500 8px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .04em; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.copy-notice i { width: 4px; height: 4px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 7px var(--mint-bright); animation: pulse 1.4s infinite; }
.button--contract:hover .copy-notice, .button--contract:focus-visible .copy-notice, .copy-notice.is-confirmed { color: var(--mint); border-color: rgba(169, 255, 211, .5); background: rgba(169, 255, 211, .12); }
.button__arrow { margin-left: auto; color: var(--mint); font-size: 17px; font-weight: 500; }
.contract-line { margin: 19px 0 0; color: #65746d; font: 10px/1.5 "DM Mono", monospace; }
.contract-line span { margin-right: 8px; color: #8b9e95; }
.contract-line code { color: var(--mint); }
.hero__visual { position: absolute; z-index: -1; right: max(-40px, calc((100vw - var(--max-width)) / 2 - 45px)); bottom: -3px; width: min(55vw, 700px); height: min(90%, 710px); pointer-events: none; }
.hero__character { position: absolute; width: 100%; height: 100%; inset: auto 0 0 auto; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 24px 32px rgba(0,0,0,.38)); -webkit-mask-image: radial-gradient(ellipse 72% 85% at 55% 45%, #000 41%, rgba(0,0,0,.97) 58%, rgba(0,0,0,.72) 74%, transparent 100%); mask-image: radial-gradient(ellipse 72% 85% at 55% 45%, #000 41%, rgba(0,0,0,.97) 58%, rgba(0,0,0,.72) 74%, transparent 100%); }
.scroll-cue { position: absolute; bottom: 27px; left: max(24px, calc((100vw - var(--max-width)) / 2)); display: inline-flex; gap: 10px; align-items: center; color: #77867f; font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .09em; }
.scroll-cue i { width: 26px; height: 1px; background: var(--mint); position: relative; }
.scroll-cue i::after { content: ""; position: absolute; width: 5px; height: 5px; right: 0; top: -2px; border-top: 1px solid var(--mint); border-right: 1px solid var(--mint); transform: rotate(45deg); }

.roadmap { padding-top: 135px; padding-bottom: 140px; background: transparent; position: relative; }
.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; gap: 10px 60px; margin-bottom: 58px; position: relative; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin: 0; font-size: clamp(40px, 4.4vw, 64px); }
.section-heading > p:last-child { max-width: 370px; margin: auto 0 6px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.roadmap__grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); position: relative; }
.roadmap-card { min-height: 262px; padding: 24px 27px 20px; border-right: 1px solid var(--line); background: linear-gradient(140deg, transparent, rgba(161,255,205,.025)); }
.roadmap-card:first-child { border-left: 1px solid var(--line); }
.roadmap-card__number { display: block; margin-bottom: 27px; color: #6c7a73; font: 11px "DM Mono", monospace; }
.roadmap-card__state { width: fit-content; margin-bottom: 26px; color: #9aa8a1; font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.roadmap-card__state::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; border-radius: 50%; background: #68766f; }
.roadmap-card h3 { margin-bottom: 11px; font-size: 20px; letter-spacing: -.04em; }
.roadmap-card > p:last-child { color: #84918b; font-size: 12px; line-height: 1.7; }
.roadmap-card--complete { background: rgba(101,255,168,.055); }
.roadmap-card--complete .roadmap-card__state, .roadmap-card--active .roadmap-card__state { color: var(--mint); }
.roadmap-card--complete .roadmap-card__state::before { background: var(--mint); box-shadow: 0 0 8px var(--mint); }
.roadmap-card--active { background: linear-gradient(160deg, rgba(105,255,176,.105), rgba(105,255,176,.015)); }
.roadmap-card--active .roadmap-card__state::before { background: var(--mint); animation: pulse 1.4s infinite; }

.chart { min-height: 690px; padding-top: 135px; padding-bottom: 135px; display: grid; grid-template-columns: .8fr 1.65fr; gap: 88px; align-items: center; background: transparent; }
.chart__copy > p:not(.eyebrow) { max-width: 300px; margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--mint); font: 500 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .05em; }
.text-link span { font-size: 17px; }
.chart__frame { min-height: 420px; border: 1px solid var(--line); border-radius: 11px; position: relative; overflow: hidden; background: #0c1214; box-shadow: 0 25px 65px rgba(0,0,0,.35); }
.chart__topbar { height: 45px; display: flex; justify-content: space-between; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); color: #c5d4cc; font: 10px "DM Mono", monospace; letter-spacing: .05em; }
.chart__topbar > div { display: flex; gap: 8px; align-items: center; }
.chart__topbar > span { color: #65746d; font-size: 9px; }
.chart__pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 7px var(--mint-bright); }
.chart iframe { display: block; width: 100%; height: 520px; border: 0; background: #0c1214; }
.footer { min-height: 95px; width: min(calc(100% - 48px), var(--max-width)); margin: auto; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer p { margin: 0; color: #607069; font: 10px "DM Mono", monospace; }
.footer > a:last-child { padding: 8px; }
.social-icon { display: block; width: 16px; height: 16px; }

@keyframes pulse { 50% { opacity: .35; box-shadow: 0 0 11px 2px var(--mint); } }
@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; width: min(calc(100% - 34px), var(--max-width)); }
  .nav { display: none; }
  .section { padding-left: 24px; padding-right: 24px; }
  .hero { min-height: 760px; align-items: flex-start; padding-top: 160px; }
  .hero__content { width: 100%; }
  .hero__visual { width: min(90vw, 580px); height: 470px; right: -7vw; bottom: -8px; opacity: .53; }
  .hero__intro { max-width: 410px; }
  .hero__actions { width: min(100%, 300px); }
  .scroll-cue { display: none; }
  .section-heading, .chart { grid-template-columns: 1fr; gap: 35px; }
  .roadmap, .chart { padding-top: 90px; padding-bottom: 90px; }
  .roadmap__grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap-card:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .roadmap-card:nth-child(4) { border-top: 1px solid var(--line); }
  .chart { min-height: auto; }
}
@media (max-width: 510px) {
  .site-header { height: 72px; width: calc(100% - 30px); }
  .brand { font-size: 15px; }
  .brand img { width: 29px; height: 29px; }
  .header-buy { min-height: 34px; padding-right: 10px; }
  .header-buy img { width: 24px; height: 24px; }
  .hero { min-height: 745px; padding-top: 138px; }
  h1 { font-size: clamp(40px, 11vw, 48px); }
  .hero__visual { width: 115vw; right: -32vw; height: 415px; }
  .hero__intro { width: 280px; max-width: 100%; font-size: 13px; }
  .copy-notice { font-size: 7px; padding: 4px 5px; }
  .roadmap__grid { grid-template-columns: 1fr; }
  .roadmap-card, .roadmap-card:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .roadmap-card:first-child { border-top: 1px solid var(--line); }
  .footer { width: calc(100% - 48px); padding: 17px 0; min-height: 0; flex-wrap: wrap; }
  .footer p { order: 3; width: 100%; }
}
