:root{--bg:#060a1b;--panel:#0a1029;--line:rgba(160,206,255,.16);--text:#f4f9ff;--muted:#a0b0ce;--cyan:#79edff;--blue:#267dff;--violet:#8948ee}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(ellipse 55% 20% at 50% 29%,rgba(41,53,132,.25),transparent 75%),radial-gradient(ellipse 40% 24% at 87% 78%,rgba(34,52,131,.19),transparent 75%),var(--bg);color:var(--text);font-family:Outfit,sans-serif;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-1;opacity:.32;pointer-events:none;background-image:radial-gradient(#b9d7ff 1px,transparent 1px),radial-gradient(#8c54f9 1px,transparent 1px);background-size:103px 97px,173px 157px;background-position:12px 18px,50px 50px}
a{color:inherit;text-decoration:none}button{font:inherit}.page-shell{width:min(100%,1600px);margin:auto}.section-wrap{padding-inline:clamp(22px,5vw,86px)}
.site-header{height:93px;padding:0 clamp(22px,4vw,66px);display:flex;align-items:center;gap:34px;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.brand img{object-fit:contain;filter:drop-shadow(0 0 15px rgba(55,190,255,.55))}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:23px;font-weight:900;letter-spacing:-.045em}.brand-text small{font:500 9px 'DM Mono',monospace;letter-spacing:.19em;color:var(--cyan);margin-top:6px}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,3vw,46px);flex:1}.main-nav a{color:#bdc9df;font-size:14px;font-weight:600;transition:color .2s}.main-nav a:hover,.main-nav a:focus-visible{color:var(--cyan)}.header-buy{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#91efff;color:#07132d;border-radius:11px;padding:15px 17px;font-size:12px;font-weight:900;letter-spacing:.055em;box-shadow:0 0 30px rgba(52,215,255,.14);transition:transform .2s,box-shadow .2s}.header-buy:hover{transform:translateY(-2px);box-shadow:0 0 28px rgba(52,215,255,.4)}
.hero{min-height:clamp(650px,63vw,790px);margin:0 clamp(14px,2.1vw,34px);border:1px solid rgba(142,158,255,.29);border-radius:22px;overflow:hidden;position:relative;background:#070924;box-shadow:0 24px 90px rgba(0,0,0,.3),inset 0 0 60px rgba(35,85,255,.12);isolation:isolate}.hero-art{position:absolute;inset:0;background:url('assets/hero-character.png') center 43%/cover no-repeat;z-index:-2}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,27,.98) 0%,rgba(5,8,29,.96) 24%,rgba(6,8,29,.73) 44%,rgba(6,8,29,.12) 70%),linear-gradient(0deg,rgba(4,7,27,.73),transparent 29%);z-index:-1}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:22px;box-shadow:inset 0 0 110px rgba(15,29,84,.3)}.hero-content{position:relative;z-index:1;width:min(670px,56%);padding:clamp(54px,7vw,99px) 0 108px clamp(32px,6vw,105px)}.eyebrow,.section-topline,.section-kicker,.phase-label,.roadmap-note,.window-bar,.window-footer,.hero-bottom,.ticker,.chart-link{font-family:'DM Mono',monospace}.eyebrow{display:flex;align-items:center;gap:13px;white-space:nowrap;color:#c4d2e9;font-size:10px;letter-spacing:.08em}.live-dot,.section-topline i,.window-live i{display:inline-block;width:7px;height:7px;background:var(--cyan);border-radius:50%;box-shadow:0 0 11px var(--cyan)}.eyebrow-line{width:30px;height:1px;background:#7786af}.hero-kicker{font-size:clamp(18px,2.4vw,30px);letter-spacing:.34em;font-weight:800;margin:76px 0 2px;color:#d8f4ff}.hero h1{font-size:clamp(66px,8.2vw,126px);line-height:.87;letter-spacing:-.085em;font-weight:900;margin:0;white-space:nowrap;text-shadow:0 0 42px rgba(92,218,255,.3)}.hero h1 span:first-child{color:#9decff}.hero-star{color:#acf6ff;font-size:.29em;vertical-align:top;display:inline-block;transform:translate(14px,-7px);text-shadow:0 0 24px #6ceaff}.hero-subtitle{font-size:clamp(15px,2.1vw,27px);font-weight:900;letter-spacing:.17em;margin:13px 0 26px;color:#b6c9ff}.hero-description{font-size:17px;line-height:1.55;color:#c8d5eb;max-width:430px;margin:0 0 24px}.ticker{display:inline-flex;align-items:center;gap:11px;font-size:11px;color:#97a7c4;letter-spacing:.1em;border:1px solid rgba(151,214,255,.32);border-radius:100px;padding:7px 18px 7px 8px;background:rgba(21,35,78,.62);backdrop-filter:blur(12px)}.ticker strong{font-size:13px;color:#e6f9ff;letter-spacing:0}.ticker-orb{width:25px;height:25px;border-radius:50%;background:#85eafa;color:#113169;display:grid;place-items:center;font-size:16px;box-shadow:0 0 16px rgba(112,242,255,.55)}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:498px;margin-top:29px}.action-button{min-height:62px;display:flex;align-items:center;gap:9px;background:rgba(12,21,51,.85);border:1px solid rgba(154,205,255,.33);border-radius:10px;color:#eef7ff;padding:8px 15px 8px 9px;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.065em;backdrop-filter:blur(10px);transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.action-button:hover,.action-button:focus-visible{transform:translateY(-3px);border-color:#83e8ff;background:rgba(29,48,97,.94);box-shadow:0 9px 25px rgba(25,166,255,.15)}.action-button img{width:39px;height:39px;object-fit:contain}.action-button .x-icon{width:20px;height:20px;margin:0 10px;color:#fff;flex:none}.action-primary{background:#8aefff;color:#071931;border-color:#adf5ff}.action-primary:hover,.action-primary:focus-visible{background:#b4f7ff;color:#071931}.action-arrow{margin-left:auto;font-size:19px;font-weight:500}.hero-bottom{position:absolute;z-index:1;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:22px clamp(32px,6vw,105px);border-top:1px solid rgba(180,221,255,.2);color:#9aafd1;font-size:10px;letter-spacing:.17em}.hero-bottom span:last-child{color:#d9f7ff}.hero-bottom span span{font-size:18px;margin-left:7px}
.roadmap{padding-top:126px;padding-bottom:127px}.section-topline{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px;color:#9eb0d2;font-size:11px;letter-spacing:.14em}.section-topline span:first-child{display:flex;align-items:center;gap:11px}.section-topline i{width:6px;height:6px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin:58px 0 55px}.section-kicker{color:#79e9ff;letter-spacing:.23em;font-size:11px;font-weight:500;margin:0 0 19px}.section-heading h2,.chart-copy h2{font-size:clamp(62px,7.2vw,107px);font-weight:900;line-height:.82;letter-spacing:-.085em;margin:0}.section-heading h2 em,.chart-copy h2 em{font-style:normal;color:#91eafb;text-shadow:0 0 35px rgba(61,200,255,.22)}.section-heading>p{max-width:335px;margin:0 1.5% 5px 0;color:#b2c0d8;font-size:18px;line-height:1.5}.roadmap-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.roadmap-card{position:relative;min-height:333px;border:1px solid rgba(155,184,255,.19);border-radius:16px;padding:27px 26px 40px;background:linear-gradient(140deg,rgba(27,42,86,.7),rgba(9,15,37,.94) 60%);overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}.roadmap-card:before{content:"";position:absolute;width:220px;height:150px;top:-110px;left:-90px;background:rgba(36,153,255,.15);filter:blur(40px)}.roadmap-card:hover{transform:translateY(-8px);border-color:rgba(99,225,255,.55);box-shadow:0 20px 44px rgba(0,0,0,.16)}.phase-number{display:flex;align-items:center;justify-content:space-between;color:#9df2ff;font-size:35px;font-weight:800;line-height:1}.phase-number span{font-size:18px;font-weight:400}.card-rule{height:1px;background:rgba(165,196,244,.17);margin:31px 0 28px}.phase-label{font-size:10px;letter-spacing:.18em;color:#92a7cc}.roadmap-card h3{font-size:27px;letter-spacing:-.045em;margin:9px 0 11px}.roadmap-card p{color:#aab9d5;font-size:15px;line-height:1.55;margin:0;max-width:240px}.card-corner{position:absolute;right:22px;bottom:18px;font-size:18px;color:#74b9e2}.roadmap-note{color:#7789ad;font-size:11px;letter-spacing:.09em;margin:20px 0 0}
.chart-section{padding-bottom:120px}.chart-layout{display:grid;grid-template-columns:minmax(270px,.68fr) minmax(0,1.32fr);gap:clamp(35px,5vw,85px);align-items:center;padding-top:77px}.chart-copy h2{font-size:clamp(64px,6.7vw,100px)}.chart-copy>p:not(.section-kicker){color:#adbbd4;font-size:18px;line-height:1.55;max-width:370px;margin:28px 0 29px}.chart-link{display:inline-flex;align-items:center;gap:21px;font-size:11px;font-weight:500;letter-spacing:.12em;color:#93eeff;border-bottom:1px solid #65a7bd;padding-bottom:10px;transition:gap .2s}.chart-link:hover{gap:31px}.chart-link span{font-size:21px;line-height:10px}.chart-window{min-height:532px;border:1px solid rgba(142,178,245,.28);border-radius:15px;background:#080e22;overflow:hidden;box-shadow:0 20px 65px rgba(0,0,0,.22),0 0 60px rgba(38,102,222,.08)}.window-bar,.window-footer{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.08em;color:#9fb0cc}.window-dots{display:flex;gap:6px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#66749b}.window-dots i:first-child{background:#b876a9}.window-dots i:nth-child(2){background:#9d9a74}.window-dots i:last-child{background:#60aaa9}.window-live{color:#9de3ed;display:flex;align-items:center;gap:8px}.window-live i{width:5px;height:5px}.chart-placeholder{height:430px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 48%,rgba(15,90,145,.2),transparent 47%),#070d1e}.placeholder-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(90,132,192,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(90,132,192,.11) 1px,transparent 1px);background-size:56px 52px}.placeholder-line{position:absolute;inset:0;width:100%;height:100%;opacity:.28;filter:drop-shadow(0 0 10px #57c5f9)}.placeholder-message{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:radial-gradient(circle,rgba(6,12,32,.8) 0%,rgba(6,12,32,.35) 38%,transparent 70%)}.placeholder-message img{object-fit:contain;filter:drop-shadow(0 0 18px rgba(64,206,255,.5))}.placeholder-message strong{font-size:23px;letter-spacing:.08em;margin:5px 0 7px}.placeholder-message span{color:#b4c2dc;max-width:310px;font-size:14px;line-height:1.5}.placeholder-message code{color:#a8efff}.chart-window iframe{display:block;width:100%;height:430px;border:0;background:#080e22}.chart-window iframe[hidden],.chart-placeholder[hidden]{display:none}.window-footer{height:50px;border-bottom:0;border-top:1px solid var(--line);color:#7e91b6}.window-footer span span{color:#8ce9f6;margin-left:6px}
.site-footer{min-height:110px;padding:26px clamp(22px,4vw,66px);display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);font:10px 'DM Mono',monospace;letter-spacing:.14em;color:#7f92b7}.footer-brand{display:flex;align-items:center;gap:8px;color:#e7f4ff;font:900 17px Outfit,sans-serif;letter-spacing:-.04em}.footer-brand img{object-fit:contain}.site-footer>a:last-child:hover{color:#9cefff}.toast{position:fixed;z-index:10;bottom:26px;left:50%;transform:translate(-50%,16px);padding:13px 19px;border:1px solid rgba(111,231,255,.4);border-radius:9px;background:#102142;color:#e9faff;font-size:14px;box-shadow:0 18px 45px rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;white-space:nowrap;max-width:calc(100vw - 30px)}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){.site-header{gap:18px}.brand-text strong{font-size:20px}.main-nav{gap:20px}.header-buy{padding:13px;font-size:11px}.hero-content{width:64%}.hero-shade{background:linear-gradient(90deg,rgba(4,7,27,.99),rgba(5,8,29,.93) 32%,rgba(6,8,29,.55) 65%,rgba(6,8,29,.15)),linear-gradient(0deg,rgba(4,7,27,.7),transparent 29%)}.roadmap-grid{grid-template-columns:repeat(2,1fr)}.roadmap-card{min-height:265px}.chart-layout{grid-template-columns:1fr;gap:34px}.chart-copy{max-width:700px}.chart-copy>p:not(.section-kicker){max-width:600px}}
@media(max-width:680px){.site-header{height:auto;min-height:79px;padding:8px 19px;flex-wrap:wrap;justify-content:space-between;gap:0}.brand img{width:48px;height:48px}.brand-text strong{font-size:19px}.brand-text small{font-size:8px}.header-buy{padding:12px 11px;font-size:10px;gap:8px}.header-buy span:first-child{max-width:90px;line-height:1.2}.main-nav{order:3;width:100%;flex:none;justify-content:center;gap:0;border-top:1px solid var(--line);margin-top:8px}.main-nav a{padding:11px 15px;font-size:12px}.hero{margin:0 10px;min-height:850px;border-radius:16px}.hero-art{height:58%;inset:0 0 auto;background-position:66% 25%;background-size:cover}.hero-shade{background:linear-gradient(0deg,#060a1d 0%,rgba(6,10,29,.98) 35%,rgba(6,10,29,.15) 71%,rgba(6,10,29,.1) 100%)}.hero-content{width:100%;padding:0 23px 96px;position:absolute;bottom:0}.eyebrow{font-size:9px;gap:8px}.eyebrow-line{width:16px}.hero-kicker{margin:22px 0 4px;font-size:18px}.hero h1{font-size:clamp(58px,14vw,90px)}.hero-star{transform:translate(5px,-2px)}.hero-subtitle{font-size:16px;margin:12px 0 15px}.hero-description{font-size:15px;line-height:1.45;max-width:350px;margin-bottom:17px}.hero-actions{margin-top:20px;gap:8px}.action-button{min-height:57px;padding:7px 10px 7px 5px;font-size:10px;letter-spacing:.025em;gap:4px}.action-button img{width:34px;height:34px}.action-button .x-icon{width:17px;height:17px;margin:0 8px}.action-arrow{font-size:16px}.hero-bottom{padding:17px 23px;font-size:8px}.hero-bottom span:first-child{max-width:140px}.section-wrap{padding-inline:22px}.roadmap{padding-top:77px;padding-bottom:80px}.section-topline{font-size:9px}.section-topline span:last-child{display:none}.section-heading{display:block;margin:39px 0 32px}.section-heading h2,.chart-copy h2{font-size:65px}.section-heading>p{font-size:16px;max-width:450px;margin:25px 0 0}.roadmap-grid{gap:9px}.roadmap-card{min-height:290px;padding:20px 17px 30px}.phase-number{font-size:29px}.card-rule{margin:25px 0 20px}.roadmap-card h3{font-size:22px}.roadmap-card p{font-size:13px}.roadmap-note{font-size:9px;line-height:1.5}.chart-section{padding-bottom:70px}.chart-layout{padding-top:44px}.chart-copy>p:not(.section-kicker){font-size:16px;margin:22px 0}.chart-window{min-height:450px}.chart-placeholder,.chart-window iframe{height:350px}.window-bar,.window-footer{font-size:8px;padding:0 11px}.window-bar>span:nth-child(2){font-size:7px}.site-footer{flex-wrap:wrap;padding:23px;gap:16px}.site-footer>span{order:3;width:100%;font-size:8px}}
@media(max-width:420px){.hero{min-height:810px}.hero-content{padding-inline:17px}.hero h1{font-size:clamp(50px,13.5vw,58px)}.hero-description{font-size:14px}.ticker{font-size:9px}.ticker strong{font-size:11px}.action-button{font-size:9px}.hero-bottom{padding-inline:17px}.roadmap-grid{grid-template-columns:1fr}.roadmap-card{min-height:218px}.section-heading h2,.chart-copy h2{font-size:58px}.window-live{display:none}}
@media(max-width:360px){.site-header{padding-inline:14px}.brand img{width:40px;height:40px}.brand-text strong{font-size:17px}.brand-text small{font-size:7px}.header-buy{font-size:9px;padding:10px;gap:5px}.header-buy span:first-child{max-width:93px}.hero h1{font-size:45px}}
.header-buy img{width:25px;height:25px;object-fit:contain;flex:none}
@media(max-width:360px){.header-buy img{width:20px;height:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
[hidden]{display:none!important}
