:root {
  --ink: #112454;
  --ink-soft: #415178;
  --blue: #1953f4;
  --cyan: #11d8ff;
  --cream: #fff8f0;
  --peach: #ffe7da;
  --line: rgba(17, 36, 84, .13);
  --mono: "DM Mono", monospace;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: var(--display); background: var(--cream); overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.site-grain { pointer-events: none; position: fixed; z-index: 10; inset: 0; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.header { height: 82px; padding: 0 clamp(24px, 5vw, 84px); position: absolute; z-index: 5; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 800; letter-spacing: -.045em; }
.brand img { display: block; width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 5px 7px rgba(17, 114, 235, .16)); }
.brand em { display: block; margin-top: 1px; color: #6980aa; font-family: var(--mono); font-size: 8px; font-weight: 500; font-style: normal; letter-spacing: .035em; }
.nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: clamp(18px, 3.2vw, 48px); }
.nav a { color: #65728e; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.nav a:hover { color: var(--blue); }
.header-buy, .primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--blue); color: white; font-size: 10px; font-weight: 800; letter-spacing: .035em; box-shadow: 0 13px 28px rgba(25, 83, 244, .2); transition: transform .2s ease, box-shadow .2s ease; }
.header-buy { height: 41px; padding: 0 15px 0 10px; border-radius: 999px; }
.header-buy img { width: 25px; height: 25px; object-fit: contain; }
.header-buy:hover, .primary-button:hover { transform: translateY(-2px); box-shadow: 0 17px 30px rgba(25, 83, 244, .3); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; }

.section { padding-inline: clamp(24px, 8vw, 136px); }
.hero { position: relative; isolation: isolate; min-height: max(680px, 100svh); overflow: hidden; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; padding-top: 82px; }
.hero::before { content: ""; z-index: -3; position: absolute; inset: 0; background: linear-gradient(113deg, #fff9f1 0%, #fff7ef 43%, #fdf0f0 100%); }
.hero::after { content: ""; z-index: -2; position: absolute; width: 90%; height: 84%; right: -11%; bottom: -31%; border-radius: 50%; border: 1px solid rgba(25,83,244,.12); transform: rotate(-20deg); box-shadow: 0 0 0 48px rgba(25,83,244,.025), 0 0 0 96px rgba(25,83,244,.018); }
.hero-glow { z-index: -1; position: absolute; border-radius: 50%; filter: blur(15px); }
.glow-one { width: 360px; height: 360px; right: 22%; top: 18%; background: rgba(30, 217, 255, .12); }
.glow-two { width: 300px; height: 300px; left: -12%; bottom: 0; background: rgba(255, 157, 123, .1); }
.hero-copy { max-width: 560px; padding: 64px 0 44px; animation: float-in .8s cubic-bezier(.2,.8,.2,1) both; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.075em; }
h1 { max-width: 620px; margin-bottom: 21px; font-size: clamp(48px, 5.2vw, 83px); line-height: .99; font-weight: 800; }
h1 i, h2 i { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 456px; margin-bottom: 30px; color: var(--ink-soft); font-size: 14px; line-height: 1.76; }
.hero-actions { display: flex; align-items: center; gap: 13px; }
.primary-button { min-height: 55px; padding: 0 18px 0 11px; border-radius: 16px; }
.primary-button img { width: 34px; height: 34px; object-fit: contain; }
.primary-button > span { margin-left: 7px; color: #9eeeff; font-size: 15px; }
.contract-button { max-width: 175px; min-height: 54px; padding: 8px 11px 8px 14px; display: grid; grid-template-columns: 1fr auto; column-gap: 8px; text-align: left; color: var(--ink); background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s, background .2s; }
.contract-button:hover { background: white; border-color: rgba(25,83,244,.28); }
.contract-button span { grid-column: 1; font-family: var(--mono); color: #7180a0; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.contract-button strong { grid-column: 1; margin-top: 2px; max-width: 100px; font-family: var(--mono); font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contract-button img { grid-column: 2; grid-row: 1 / span 2; width: 25px; height: 25px; object-fit: contain; }
.quick-links { z-index: 3; position: absolute; left: clamp(15px, 2.3vw, 39px); top: 50%; transform: translateY(-50%); display: grid; gap: 9px; }
.quick-link { width: 47px; height: 47px; overflow: hidden; display: flex; align-items: center; gap: 10px; padding: 0 12px; color: var(--ink); background: rgba(255,255,255,.73); border: 1px solid rgba(17,36,84,.1); border-radius: 15px; box-shadow: 0 8px 19px rgba(31,47,91,.05); transition: width .28s ease, transform .2s ease, color .2s ease, background .2s ease; white-space: nowrap; }
.quick-link:hover { width: 143px; color: var(--blue); background: white; transform: translateX(3px); }
.quick-link img, .quick-link svg { flex: 0 0 auto; width: 23px; height: 23px; object-fit: contain; }
.quick-link span { font-size: 10px; font-weight: 800; }
.quick-link svg { color: #0d172d; }
.copy-link { border: 1px solid rgba(17,36,84,.1); font-family: var(--display); text-align: left; }
.copy-link.copied { border-color: var(--cyan); color: var(--blue); }

.hero-art { align-self: end; position: relative; min-height: 620px; height: calc(100svh - 82px); max-height: 780px; animation: art-in 1s .08s cubic-bezier(.2,.8,.2,1) both; }
.character { position: absolute; z-index: 2; bottom: 0; right: clamp(-80px, -5vw, -20px); width: min(650px, 56vw); max-height: 88%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 28px 24px rgba(110,81,62,.14)); }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(25, 83, 244, .18); border-radius: 50%; transform: rotate(-28deg); }
.orbit-a { width: 530px; height: 196px; right: -11px; bottom: 23%; box-shadow: 0 0 0 14px rgba(25,83,244,.025), 0 0 0 28px rgba(25,83,244,.017); }
.orbit-b { width: 420px; height: 420px; right: 30px; bottom: 13%; border-color: rgba(17,216,255,.22); }
.spark { position: absolute; z-index: 3; color: #ffbb64; text-shadow: 0 0 13px rgba(255,182,93,.45); }
.spark-one { top: 27%; left: 8%; font-size: 27px; transform: rotate(18deg); }
.spark-two { right: 4%; bottom: 34%; color: var(--cyan); font-size: 18px; }
.scroll-cue { position: absolute; bottom: 27px; left: clamp(24px, 8vw, 136px); display: inline-flex; align-items: center; gap: 8px; color: #8590a9; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 28px; height: 1px; background: #96a1b5; overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; width: 7px; height: 1px; background: var(--blue); animation: scan 1.6s ease-in-out infinite; }

.roadmap { position: relative; padding-top: clamp(85px, 10vw, 154px); padding-bottom: clamp(85px, 10vw, 150px); background: #f7f9ff; }
.roadmap::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(25,83,244,.2), transparent); }
.section-heading { max-width: 600px; }
h2 { margin-bottom: 0; font-size: clamp(39px, 4vw, 66px); line-height: 1.02; font-weight: 800; }
.roadmap-intro { width: min(355px, 100%); margin: -25px 0 50px auto; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.roadmap-card { position: relative; min-height: 286px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); opacity: 0; transform: translateY(15px); transition: transform .5s ease, opacity .5s ease, background .25s ease; }
.roadmap-card:nth-child(2) { transition-delay: .08s; }.roadmap-card:nth-child(3) { transition-delay: .16s; }.roadmap-card:nth-child(4) { transition-delay: .24s; }
.roadmap-card.is-visible { opacity: 1; transform: none; }
.roadmap-card:hover { background: white; }
.roadmap-card.active { background: #edf4ff; }
.step { display: block; color: #8e9ab2; font-family: var(--mono); font-size: 10px; }
.card-icon { display: block; margin: 38px 0 18px; color: var(--blue); font-size: 28px; line-height: 1; }
.roadmap-card h3 { margin-bottom: 9px; font-size: 16px; letter-spacing: -.045em; }
.roadmap-card p { max-width: 205px; margin-bottom: 0; color: #61708e; font-size: 11px; line-height: 1.65; }
.roadmap-card small { position: absolute; bottom: 20px; left: 23px; color: #2e75f5; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }

.chart { min-height: 700px; position: relative; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(35px, 7vw, 115px); padding-top: 120px; padding-bottom: 120px; overflow: hidden; background: #10285c; color: white; }
.chart::before { content: ""; width: 520px; height: 520px; position: absolute; right: -170px; top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(19,211,255,.26), transparent 66%); }
.chart h2 { color: white; }.chart h2 i { color: #65e4ff; }
.chart-copy { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.chart-copy.is-visible { opacity: 1; transform: none; }
.chart-copy > p { max-width: 300px; margin: 20px 0 26px; color: #bdc9e2; font-size: 13px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 7px; align-items: center; color: #70eaff; font-family: var(--mono); font-size: 10px; letter-spacing: .02em; }.text-link span { font-size: 17px; transition: transform .2s; }.text-link:hover span { transform: translate(2px,-2px); }
.chart-frame { z-index: 1; position: relative; height: 445px; overflow: hidden; border: 1px solid rgba(165,218,255,.22); border-radius: 20px; background: #0e1e43; box-shadow: 0 28px 60px rgba(0,0,0,.27); opacity: 0; transform: translateY(16px); transition: opacity .65s .12s ease, transform .65s .12s ease; }.chart-frame.is-visible { opacity: 1; transform: none; }
.chart-topbar { height: 44px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: #c1d0ec; font-family: var(--mono); font-size: 9px; border-bottom: 1px solid rgba(165,218,255,.11); }.chart-topbar b { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #83e14b; box-shadow: 0 0 8px #83e14b; }.chart-topbar span:last-child { color: #6fdfff; }
.chart-frame iframe { width: 100%; height: calc(100% - 44px); display: block; border: 0; background: #0e1e43; }
.embed-notice { min-height: calc(100% - 44px); padding: 24px; display: flex; align-items: center; justify-content: center; text-align: center; color: #9fb1d1; background: #0e1e43; font-family: var(--mono); font-size: 10px; line-height: 1.7; }

.footer { min-height: 102px; padding: 0 clamp(24px, 8vw, 136px); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #0b1e47; color: white; border-top: 1px solid rgba(255,255,255,.1); }.footer .brand img { width: 37px; height: 37px; }.footer .brand em { color: #8093bd; }.footer p { margin: 0; color: #8093bd; font-family: var(--mono); font-size: 9px; }.footer > a:last-child { width: 32px; height: 32px; display: grid; place-items: center; color: #b9cae8; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transition: color .2s, background .2s; }.footer > a:last-child:hover { color: #0b1e47; background: white; }.footer svg { width: 14px; }

@keyframes float-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes art-in { from { opacity: 0; transform: translate(42px, 25px); } to { opacity: 1; transform: none; } }
@keyframes scan { 0% { transform: translateX(-9px); } 100% { transform: translateX(30px); } }

@media (max-width: 960px) { .section { padding-inline: 9vw; }.hero { grid-template-columns: 1fr 1fr; }.quick-links { left: 20px; }.hero-art { min-height: 550px; }.character { width: min(580px, 61vw); }.roadmap-grid { grid-template-columns: repeat(2, 1fr); }.roadmap-intro { margin-top: 25px; margin-left: 0; }.chart { grid-template-columns: 1fr; gap: 42px; }.chart-copy > p { max-width: 430px; }.chart-frame { height: 470px; } }
@media (max-width: 680px) { .header { height: 74px; padding: 0 18px; }.brand { font-size: 14px; }.brand img { width: 37px; height: 37px; }.header-buy { display: none; }.menu-toggle { z-index: 6; display: grid; place-content: center; gap: 6px; }.menu-toggle span { width: 20px; height: 2px; display: block; background: var(--ink); transition: transform .2s; }.nav { visibility: hidden; opacity: 0; transform: translateX(-50%) translateY(-8px); width: calc(100% - 36px); padding: 75px 20px 25px; top: 14px; flex-direction: column; gap: 21px; border: 1px solid rgba(17,36,84,.1); border-radius: 20px; background: rgba(255,250,244,.96); box-shadow: 0 16px 50px rgba(21,38,85,.13); transition: .2s; }.nav.is-open { visibility: visible; opacity: 1; transform: translateX(-50%); }.nav a { font-size: 14px; }.menu-open { overflow: hidden; }.hero { min-height: 860px; padding-top: 90px; grid-template-columns: 1fr; }.hero-copy { z-index: 2; max-width: 480px; padding: 38px 0 0; }.hero h1 { font-size: clamp(43px, 13vw, 64px); }.hero-text { font-size: 13px; }.quick-links { position: relative; grid-template-columns: repeat(4, 1fr); order: 3; left: auto; top: auto; transform: none; width: 100%; gap: 7px; margin: 5px 0 22px; }.quick-link { width: 100%; height: 43px; justify-content: center; padding: 0; border-radius: 13px; }.quick-link:hover { width: 100%; transform: translateY(-2px); }.quick-link span { display: none; }.quick-link img, .quick-link svg { width: 21px; height: 21px; }.hero-art { order: 2; height: 380px; min-height: 350px; margin: -8px -4vw 0; }.character { width: min(440px, 107vw); max-height: 110%; right: 50%; transform: translateX(50%); }.orbit-a { width: 380px; height: 140px; right: 50%; bottom: 25%; transform: translateX(50%) rotate(-28deg); }.orbit-b { width: 290px; height: 290px; right: 50%; transform: translateX(50%); }.spark-one { top: 5%; left: 12%; }.spark-two { right: 9%; bottom: 42%; }.scroll-cue { display: none; }.roadmap { padding-top: 90px; padding-bottom: 90px; }.roadmap-grid { grid-template-columns: 1fr; }.roadmap-card { min-height: 245px; }.card-icon { margin: 29px 0 12px; }.chart { min-height: 0; padding-top: 85px; padding-bottom: 85px; }.chart-frame { height: 420px; margin: 0 -3vw; border-radius: 15px; }.footer { min-height: 94px; padding-inline: 20px; }.footer p { display: none; } }
@media (max-width: 390px) { .hero-actions { flex-direction: column; align-items: stretch; }.primary-button, .contract-button { max-width: none; width: 100%; }.contract-button { min-height: 48px; }.hero { min-height: 900px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

[hidden] { display: none !important; }
