
:root{
  --bg:#050605;
  --bg-soft:#0a0c0a;
  --panel:#0b0d0b;
  --panel-2:#101310;
  --text:#f4f5ef;
  --muted:#9aa098;
  --line:rgba(255,255,255,.11);
  --line-soft:rgba(255,255,255,.06);
  --lime:#d1ff19;
  --lime-2:#c0ff00;
  --green:#a9ff00;
  --black:#050605;
  --serif:'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sans:'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius:28px;
  --container:min(1360px,calc(100vw - 56px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);overflow-x:hidden}
body::selection{background:var(--lime);color:#000}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.container{width:var(--container);margin:0 auto}
.noise{position:fixed;inset:0;pointer-events:none;z-index:45;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
#networkCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:-3;opacity:.5}
.scroll-progress-bar{position:fixed;left:0;top:0;height:2px;width:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,var(--lime),#f3ffd6);box-shadow:0 0 18px rgba(209,255,25,.55);z-index:70}
.cursor-glow{position:fixed;width:460px;height:460px;border-radius:50%;pointer-events:none;z-index:-2;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(209,255,25,.08),transparent 66%);filter:blur(18px);opacity:.92}

.site-header{position:fixed;top:0;left:0;right:0;z-index:40;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(4,5,4,.72);backdrop-filter:blur(18px);transition:.35s ease}
.site-header.scrolled{background:rgba(4,5,4,.92);box-shadow:0 10px 40px rgba(0,0,0,.28)}
.nav{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
.brand>img{height:48px;width:auto}
.nav-links{display:flex;justify-content:center;gap:28px}
.nav-links a{color:#b9c0b8;font-size:13px;font-weight:650;position:relative}
.nav-links a::after{content:"";position:absolute;height:1px;left:0;right:100%;bottom:-8px;background:var(--lime);transition:.25s}
.nav-links a:hover{color:#fff}.nav-links a:hover::after{right:0}
.nav-actions{display:flex;gap:10px}.menu-toggle{display:none}
.btn{border:1px solid var(--line);min-height:48px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-weight:780;font-size:13px;cursor:pointer;position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;color:#fff;background:none}
.btn::after{content:"";position:absolute;top:-50%;left:-70%;width:40%;height:200%;transform:rotate(25deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .55s ease}
.btn:hover::after{left:130%}.btn:hover{transform:translateY(-2px)}.btn.compact{min-height:42px;padding:0 17px}.btn-ghost{background:rgba(255,255,255,.02);color:#fff}.btn-ghost:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.045)}.btn-lime{background:var(--lime);color:#050605;border-color:var(--lime);box-shadow:0 0 0 0 rgba(209,255,25,0)}.btn-lime:hover{box-shadow:0 12px 36px rgba(209,255,25,.18)}

.section-shell{position:relative;overflow:hidden}
.section{position:relative}
.section::before{content:"";position:absolute;inset:0 auto auto 50%;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.035),transparent 70%);filter:blur(34px);transform:translateX(-50%);pointer-events:none;z-index:-1}
.hero{min-height:880px;padding-top:78px;border-bottom:1px solid var(--line-soft);isolation:isolate}
.hero::before{content:"";position:absolute;left:58%;top:108px;width:840px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.12),rgba(209,255,25,.03) 38%,transparent 68%);filter:blur(32px);transform:translateX(-10%);z-index:-1}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(180deg,transparent,#050605 92%);z-index:-1}
.hero-grid{min-height:820px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:52px;padding:70px 0 75px}
.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.19em;color:#b7beb8}.eyebrow{display:flex;align-items:center;gap:12px}.eyebrow span{width:34px;height:1px;background:var(--lime)}
.hero h1,.section-heading h2,.draft-copy h2,.app-copy h2,.final-cta h2,.section-intro h2{font-family:var(--sans);font-weight:800;letter-spacing:-.045em}
.hero h1{font-size:clamp(68px,6.7vw,110px);line-height:.9;margin:28px 0 28px;max-width:760px}.hero h1 i,.app-copy h2 i{font-style:normal;color:var(--lime)}
.lead{font-size:18px;line-height:1.68;color:#a9b0aa;max-width:650px}
.hero-actions{display:flex;gap:12px;margin-top:34px}
.hero-proof{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);max-width:700px;border-top:1px solid var(--line)}
.hero-proof>div{padding:21px 18px 0 0}.hero-proof>div+div{padding-left:18px;border-left:1px solid var(--line)}
.hero-proof small{display:block;color:#6f776f;font-size:9px;letter-spacing:.14em;font-weight:800;margin-bottom:7px}.hero-proof strong{font-size:12px;font-weight:650;color:#d7dbd7}

.hero-stage{height:760px;position:relative;isolation:isolate;width:min(100%,820px);justify-self:center;align-self:center;margin-inline:auto;overflow:visible;--hero-lift:0px;--stage-tilt:0deg;--glow-alpha:.18}
.stage-aura{position:absolute;inset:70px 36px 78px;border-radius:44px;background:radial-gradient(circle at 50% 40%,rgba(209,255,25,var(--glow-alpha)),rgba(209,255,25,.06) 34%,transparent 76%);filter:blur(14px);transform:translateY(calc(var(--hero-lift) * .18))}
.stage-grid{position:absolute;inset:68px 66px 118px;border-radius:38px;background-image:linear-gradient(rgba(209,255,25,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(209,255,25,.07) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at center,black 34%,transparent 88%);opacity:.28;transform:perspective(1400px) rotateX(64deg) rotateZ(var(--stage-tilt)) translateY(calc(var(--hero-lift) * -.14));transform-origin:center center}
.terrain{position:absolute;left:12%;right:12%;bottom:14px;height:118px;background:radial-gradient(circle at center,rgba(209,255,25,.18),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.24));clip-path:polygon(0 100%,0 84%,10% 72%,22% 88%,34% 56%,47% 79%,58% 60%,69% 84%,81% 67%,92% 89%,100% 78%,100% 100%);opacity:.8;transform:translateY(calc(var(--hero-lift) * -.24))}
.hero-caption{position:absolute;right:3%;top:10%;font-size:8px;letter-spacing:.23em;color:#8e968e;display:flex;align-items:center;gap:9px;text-align:right}.hero-caption span{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 16px rgba(209,255,25,.5)}
.hero-layout{position:absolute;inset:34px 0 20px;display:grid;grid-template-columns:1fr 1.14fr 1fr;align-items:center;gap:28px;padding:0 10px 80px}
.cinematic{will-change:transform}
.hero-stack{display:flex;flex-direction:column;gap:22px;align-items:center}
.stack-left{justify-self:start;padding-left:20px}
.stack-right{justify-self:end;padding-right:20px}
.hero-asset{position:relative;width:126px;height:148px;border-radius:24px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(13,16,13,.94),rgba(7,9,7,.96));backdrop-filter:blur(18px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 24px 60px rgba(0,0,0,.42);overflow:hidden;animation:float 7s ease-in-out infinite}
.hero-asset::before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 25%,transparent 74%,rgba(209,255,25,.045));pointer-events:none}
.hero-asset::after{content:"";position:absolute;inset:auto 18% 14px;height:18px;border-radius:999px;background:radial-gradient(circle,rgba(209,255,25,.24),rgba(209,255,25,0) 72%);filter:blur(10px);opacity:.85;pointer-events:none}
.hero-asset img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.36))}
.hero-asset b{font-size:14px;letter-spacing:-.02em}
.hero-asset small{font-size:8px;letter-spacing:.15em;color:#758074}
.hero-asset.hood-card img{width:52px;height:52px;border-radius:14px}
.hero-asset.gme-card img{width:82px;height:24px}
.hero-asset-mini{width:116px;height:128px}
.hero-asset-mini img{width:46px;height:46px}
.hero-asset:nth-child(1){animation-delay:-.7s}.hero-asset:nth-child(2){animation-delay:-2.2s}.hero-asset:nth-child(3){animation-delay:-3.8s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}
.hero-feature{position:relative;justify-self:center;width:100%;max-width:370px;height:438px;display:grid;place-items:center;isolation:isolate}
.hero-feature-shell{position:absolute;inset:0;border-radius:38px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04) 18%,rgba(11,13,11,.5) 58%,rgba(255,255,255,.03));backdrop-filter:blur(20px);box-shadow:0 42px 110px rgba(0,0,0,.44),0 0 110px rgba(209,255,25,.16)}
.hero-feature-shell::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 22%,transparent 70%,rgba(209,255,25,.08));pointer-events:none}
.hero-feature-grid{position:absolute;inset:26px;border-radius:30px;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:26px 26px;opacity:.3;mask-image:radial-gradient(circle at center,black 40%,transparent 94%)}
.hero-feature-beam{position:absolute;left:50%;bottom:28px;translate:-50% 0;width:176px;height:34px;border-radius:999px;background:radial-gradient(circle,rgba(209,255,25,.62),rgba(209,255,25,.18) 46%,rgba(209,255,25,0) 76%);filter:blur(8px)}
.hero-feature-screen{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:54px 36px 46px;gap:18px}
.feature-kicker{font-size:10px;font-weight:800;letter-spacing:.18em;color:#aeb4af}
.feature-logo{width:168px;height:auto;filter:drop-shadow(0 10px 28px rgba(0,0,0,.34))}
.hero-feature-screen p{margin:0;color:#aab0ab;font-size:14px;line-height:1.65;max-width:280px}
.feature-inline-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-top:6px}
.feature-inline-stats span{min-height:82px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.02);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}
.feature-inline-stats b{font-size:17px;font-weight:800}
.feature-inline-stats small{font-size:9px;letter-spacing:.12em;color:#798179;text-transform:uppercase;text-align:center;padding:0 6px}
.hero-bottom-rail{position:absolute;left:50%;bottom:8px;translate:-50% 0;display:flex;gap:18px;align-items:center;justify-content:center}
.live-market-section{padding:30px 0 120px}
.live-market-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:start}
.market-board,.wallet-panel{border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,#090b09,#0b0e0b);padding:26px;position:relative;overflow:hidden}
.market-board::before,.wallet-panel::before,.feature-card::before,.draft-panel::before,.why-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(209,255,25,.08),transparent 32%);pointer-events:none}
.row-head,.wallet-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:end}
.section-intro h2{font-size:52px;line-height:.98;margin:10px 0 0}
.live-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:#d6dbd6}.live-dot{width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px rgba(209,255,25,.7)}.live-status strong{font-size:12px;letter-spacing:.14em}.live-status small{font-size:11px;color:#778077}
.market-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.market-row{min-height:86px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0c0f0c;padding:15px 16px;display:grid;grid-template-columns:1fr auto;grid-template-areas:'symbol price' 'symbol change';gap:8px 10px;align-items:center}.market-row .symbol{grid-area:symbol;display:flex;align-items:center;gap:12px}.market-row img{width:34px;height:34px;object-fit:contain;border-radius:10px;background:transparent}.market-row img[src*="gme"]{width:58px;height:22px;border-radius:0}.market-row b{display:block;font-size:13px}.market-row small{display:block;font-size:11px;color:#818981;margin-top:3px}.market-row .price{grid-area:price;font-size:18px}.market-row .change{grid-area:change;justify-self:end;font-style:normal;font-size:13px;font-weight:800;color:#74f45d}.market-row.negative .change{color:#ff5e74}.market-note{margin:14px 0 0;color:#6f776f;font-size:11px;line-height:1.6;max-width:760px}
.wallet-panel h3{font-size:31px;line-height:1.06;margin:10px 0 0;font-family:var(--sans);font-weight:800}
.wallet-state{display:flex;gap:16px;align-items:flex-start;margin-top:22px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#0c0f0c}.wallet-state.connected{border-color:rgba(209,255,25,.18);background:rgba(209,255,25,.05)}.wallet-avatar{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#151915,#0b0d0b);border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:900;color:var(--lime)}.wallet-state strong{font-size:16px}.wallet-state p{margin:6px 0 0;color:#879087;font-size:13px;line-height:1.55}
.wallet-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.wallet-meta>div{min-height:74px;padding:14px 16px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#0c0f0c}.wallet-meta small{display:block;font-size:10px;letter-spacing:.13em;color:#758075;font-weight:800}.wallet-meta b{display:block;margin-top:8px;font-size:13px;line-height:1.35;word-break:break-all}.wallet-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.portfolio-mock{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.portfolio-mock>div{padding:14px 16px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#0c0f0c}.portfolio-mock span{display:block;font-size:11px;color:#7d857d}.portfolio-mock strong{display:block;font-size:20px;margin-top:8px}

.section{padding:130px 0}.section-heading{margin-bottom:52px}.section-heading.centered{text-align:center}.section-heading.centered>p{margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(46px,4.3vw,68px);line-height:1.02;margin:12px 0 16px}.section-heading p{max-width:760px;color:#919991;font-size:16px;line-height:1.7}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-card{min-height:500px;border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(180deg,#090b09,#0b0e0b);position:relative;overflow:hidden}
.feature-copy{position:relative;z-index:2;max-width:360px}.index{display:inline-block;font-size:10px;color:var(--lime);font-weight:900;letter-spacing:.18em;margin-bottom:18px}.feature-card h3,.why-card h3{font-size:22px;margin:0 0 12px}.feature-card p,.why-card p,.draft-copy p,.app-copy p{color:#8b938b;line-height:1.68;font-size:14px}
.asset-cloud,.token-cloud{position:absolute;left:28px;right:28px;bottom:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-asset,.token-pill{border:1px solid rgba(255,255,255,.085);background:#0b0e0b;border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:center;gap:10px;min-height:92px}.mini-asset{flex-direction:column}.mini-asset img{width:42px;height:42px;object-fit:contain;border-radius:10px}.mini-asset img[src*="gme"]{width:60px;height:24px;border-radius:0}.mini-asset b{font-size:11px;letter-spacing:.08em}
.leaderboard-card{position:absolute;left:28px;right:28px;bottom:28px;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:18px;background:#090b09}.lb-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.14em;color:#8c948d;font-weight:850;margin-bottom:14px}.lb-top b{display:flex;align-items:center;gap:7px;color:#d0ffd2;font-weight:850}.lb-top i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 16px rgba(209,255,25,.55)}.lb-row{display:grid;grid-template-columns:20px 30px 1fr auto;align-items:center;gap:10px;min-height:44px;border-top:1px solid rgba(255,255,255,.05)}.lb-row:first-of-type{border-top:0}.lb-row strong{font-size:12px;color:#cfd4cf}.avatar{width:30px;height:30px;border-radius:50%;display:block;background:linear-gradient(135deg,#85603a,#f0c789)}.a2{background:linear-gradient(135deg,#6552b7,#d7a3ff)}.a3{background:linear-gradient(135deg,#35665a,#88ddca)}.a4{background:linear-gradient(135deg,#75644a,#e5b07c)}.a5{background:linear-gradient(135deg,#48586a,#adc4e2)}.lb-row p{margin:0;font-size:12px;font-weight:700;color:#f5f7f5}.lb-row p small{display:block;color:#6f776f;font-size:10px;font-weight:600;margin-top:2px}.lb-row em{font-style:normal;color:#74f45d;font-size:12px;font-weight:900}
.token-cloud{grid-template-columns:repeat(2,1fr)}.token-pill{justify-content:flex-start;min-height:96px}.token-pill img{width:42px;height:42px;object-fit:contain;border-radius:10px}.token-pill img[src*="gme"]{width:54px;height:22px;border-radius:0}.token-pill span{display:flex;flex-direction:column;font-size:12px;font-weight:800}.token-pill small{font-size:10px;color:#788178;margin-top:4px;font-weight:600}

.draft-section{padding:130px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:linear-gradient(180deg,#070907,#050605)}.draft-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:74px;align-items:center}.draft-copy h2{font-size:clamp(54px,4.8vw,74px);line-height:1;margin:16px 0 18px}.draft-copy p{max-width:480px;font-size:16px}.draft-clock{margin-top:28px;width:min(390px,100%);border:1px solid rgba(209,255,25,.15);background:rgba(209,255,25,.05);padding:18px 22px;border-radius:18px;display:flex;justify-content:space-between;align-items:center}.draft-clock small{font-size:11px;letter-spacing:.14em;color:#7b847b;font-weight:850}.draft-clock b{font-size:26px;color:var(--lime)}.draft-stats{display:flex;gap:16px;margin-top:18px}.draft-stats div{min-width:110px;padding:16px 18px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#090b09}.draft-stats strong{display:block;font-size:22px}.draft-stats span{font-size:12px;color:#7d857d}
.draft-panel{border:1px solid var(--line);border-radius:28px;background:#0b0e0b;padding:26px;position:relative;overflow:hidden}.draft-panel-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.draft-panel-head small{font-size:10px;letter-spacing:.18em;color:#7e867e;font-weight:800}.draft-panel-head h3{font-size:28px;margin:7px 0 0}.draft-panel-head span{font-size:12px;color:#899188}.draft-panel-head b{color:var(--lime)}.draft-assets{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.draft-asset{appearance:none;border:1px solid rgba(255,255,255,.08);background:#101310;border-radius:18px;padding:14px 14px 14px 58px;display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;color:#fff;text-align:left;position:relative;cursor:pointer;transition:.22s}.draft-asset:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.18)}.draft-asset.selected{border-color:rgba(209,255,25,.4);background:rgba(209,255,25,.06);box-shadow:0 10px 26px rgba(209,255,25,.06)}.draft-asset img{width:36px;height:36px;object-fit:contain;border-radius:10px}.draft-asset img[src*="gme"]{width:58px;height:22px;border-radius:0}.draft-asset p{margin:0}.draft-asset p b{display:block;font-size:14px}.draft-asset p small{display:block;font-size:11px;color:#828a82;margin-top:4px}.draft-asset em{font-style:normal;color:#dce0dc;font-size:11px}.draft-asset .check{position:absolute;left:14px;top:50%;translate:0 -50%;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);color:transparent;background:#0b0e0b;font-size:14px;font-weight:900}.draft-asset.selected .check{background:var(--lime);color:#050605;border-color:var(--lime)}
.draft-submit{width:100%;margin-top:14px}.demo-label{font-size:11px;color:#697169;line-height:1.6;text-align:center;margin:11px 0 0}

.app-section{position:relative;padding:145px 0 155px;overflow:hidden;isolation:isolate}.app-section::before{content:"";position:absolute;left:-6%;top:20%;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.13),transparent 68%);filter:blur(40px);z-index:-1}.app-section::after{content:"";position:absolute;right:-8%;bottom:0;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(107,136,255,.07),transparent 70%);filter:blur(36px);z-index:-1}.app-glow{position:absolute;left:0;right:0;top:22%;height:520px;background:linear-gradient(110deg,transparent,rgba(209,255,25,.035),transparent);pointer-events:none;transform:skewY(-4deg)}.app-grid{display:grid;grid-template-columns:1.14fr .86fr;gap:72px;align-items:center}.phones{position:relative;height:640px;perspective:1800px}.phone-halo{position:absolute;border-radius:50%;filter:blur(32px);pointer-events:none}.halo-one{width:380px;height:380px;left:18px;bottom:34px;background:radial-gradient(circle,rgba(209,255,25,.14),transparent 70%)}.halo-two{width:300px;height:300px;right:16px;top:30px;background:radial-gradient(circle,rgba(94,119,255,.08),transparent 72%)}.phone{position:absolute;width:292px;height:584px;border-radius:48px;background:linear-gradient(145deg,#1a1d1a,#080a08 62%);padding:10px;border:1px solid rgba(255,255,255,.14);box-shadow:0 36px 110px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.06);transform-style:preserve-3d}.phone::before{content:"";position:absolute;inset:1px;border-radius:47px;background:linear-gradient(125deg,rgba(255,255,255,.14),transparent 15%,transparent 74%,rgba(209,255,25,.05));pointer-events:none;z-index:2}.phone-shell{position:relative;height:100%;border-radius:39px;background:linear-gradient(180deg,#070907,#0b0f0a);overflow:hidden;padding:18px 17px 16px}.primary-device{left:8px;bottom:3px;transform:rotateY(7deg) rotateZ(-3deg)}.market-device{left:272px;bottom:20px;transform:rotateY(-5deg) rotateZ(4deg);z-index:4}.dynamic-island{position:absolute;left:50%;top:9px;transform:translateX(-50%);width:104px;height:27px;border-radius:999px;background:#020302;box-shadow:0 0 0 1px rgba(255,255,255,.02)}.phone-status{display:flex;justify-content:space-between;font-size:10px;font-weight:700;color:#e9ede9;opacity:.78;padding:1px 4px 0}.status-icons{letter-spacing:2px;font-size:8px}.premium-brand{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;margin-top:24px}.app-brand-mark{width:30px;height:30px;border-radius:10px;background:rgba(209,255,25,.1);display:grid;place-items:center;border:1px solid rgba(209,255,25,.12)}.app-brand-mark img{width:17px;height:17px}.premium-brand strong{font-size:13px}.premium-brand button,.markets-title button{background:none;border:0;color:#fff;font-size:16px;opacity:.72;cursor:pointer}.app-hero-card{position:relative;margin-top:16px;padding:16px;border-radius:22px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(209,255,25,.02));overflow:hidden}.app-hero-card::before{content:"";position:absolute;right:-25px;top:-45px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.14),transparent 70%)}.app-hero-head{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:800;color:#c9cec9;text-transform:uppercase;letter-spacing:.09em}.live-chip{display:flex;align-items:center;gap:5px;color:#cfff56;font-size:9px}.live-chip i{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 10px rgba(209,255,25,.65)}.big-return{display:block;margin-top:12px;font-size:42px;line-height:1;color:var(--lime);font-weight:900;letter-spacing:-.06em}.perf-label{display:block;margin-top:5px;color:#7e867e;font-size:10px}.mini-chart{display:block;width:100%;height:63px;margin-top:7px}.phone-section-title{display:flex;justify-content:space-between;align-items:center;margin:14px 2px 8px}.phone-section-title span{font-size:10px;color:#aab0aa;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.phone-section-title button{border:0;background:none;color:var(--lime);font-size:9px;font-weight:800}.lineup-strip{display:grid;grid-template-columns:1fr 1fr;gap:7px}.lineup-strip span{display:grid;grid-template-columns:23px 1fr auto;align-items:center;gap:7px;min-height:44px;padding:7px 8px;border-radius:13px;background:#101410;border:1px solid rgba(255,255,255,.055)}.lineup-strip img{width:22px;height:22px;object-fit:contain;border-radius:6px}.lineup-strip b{font-size:10px}.lineup-strip em{font-size:8px;font-style:normal;color:#65f96a;font-weight:800}.premium-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.premium-metrics span{padding:9px 8px;background:#0f130f;border-radius:12px;border:1px solid rgba(255,255,255,.055)}.premium-metrics small{display:block;font-size:8px;color:#727b72}.premium-metrics b{display:block;margin-top:5px;font-size:10px}.phone-cta{width:100%;height:42px;border:0;border-radius:14px;background:var(--lime);color:#050605;font-weight:900;margin-top:11px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 10px 30px rgba(209,255,25,.12)}.premium-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.05)}.premium-nav span{display:flex;flex-direction:column;align-items:center;gap:3px;color:#667066}.premium-nav span b{font-size:13px;font-weight:500}.premium-nav span small{font-size:7px}.premium-nav .on{color:var(--lime)}.markets-title{display:flex;align-items:end;justify-content:space-between;margin-top:25px}.markets-title small{display:block;font-size:8px;letter-spacing:.14em;color:#6f796f;font-weight:800}.markets-title h4{margin:4px 0 0;font-size:24px;letter-spacing:-.04em}.market-tabs{display:flex;gap:5px;margin-top:12px}.market-tabs span{padding:6px 9px;border-radius:999px;background:#101410;font-size:9px;color:#818b81;border:1px solid rgba(255,255,255,.05)}.market-tabs .active{background:var(--lime);color:#050605;font-weight:900}.market-featured{margin-top:13px;padding:12px 13px;border-radius:17px;border:1px solid rgba(209,255,25,.11);background:linear-gradient(115deg,rgba(209,255,25,.07),rgba(255,255,255,.02));display:flex;justify-content:space-between;align-items:center}.featured-copy{display:flex;flex-direction:column}.featured-copy small{font-size:7px;color:#778077;letter-spacing:.13em;font-weight:800}.featured-copy b{font-size:17px;margin-top:3px}.featured-copy em{font-size:10px;color:#65f96a;font-style:normal;font-weight:900;margin-top:2px}.market-featured svg{width:96px;height:38px}.premium-list{display:grid;gap:0;margin-top:8px}.premium-list>div{display:grid;grid-template-columns:29px 1fr auto auto;gap:8px;align-items:center;padding:8px 1px;border-bottom:1px solid rgba(255,255,255,.045)}.premium-list img{width:27px;height:27px;object-fit:contain;border-radius:7px}.premium-list img[src*="gme"]{width:45px;height:17px;border-radius:0}.premium-list p{margin:0}.premium-list p b{display:block;font-size:10px}.premium-list p small{display:block;color:#657065;font-size:8px;margin-top:2px}.app-market-price{font-size:9px;color:#cfd5cf;font-weight:700}.premium-list em{font-style:normal;color:#65f96a;font-size:9px;font-weight:850;min-width:46px;text-align:right}.app-float-card{position:absolute;z-index:8;border:1px solid rgba(255,255,255,.09);background:rgba(11,14,11,.84);backdrop-filter:blur(16px);box-shadow:0 20px 60px rgba(0,0,0,.38);border-radius:17px;padding:12px 14px}.float-rank{left:182px;bottom:3px;min-width:138px}.float-rank small{display:block;font-size:7px;letter-spacing:.14em;color:#707a70;font-weight:800}.float-rank strong{display:block;font-size:18px;margin-top:4px}.float-rank span{display:block;font-size:8px;color:#6bf571;margin-top:4px}.float-live{right:10px;top:48px;display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:.11em;font-weight:800;color:#cdd3cd}.float-live i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px rgba(209,255,25,.7)}.app-copy h2{font-size:clamp(50px,4.4vw,68px);line-height:1;margin:14px 0 18px}.app-copy p{font-size:16px;max-width:480px}.store-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:26px}.store-badge{min-width:208px;height:64px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:#000;display:inline-flex;align-items:center;gap:14px;box-shadow:0 16px 38px rgba(0,0,0,.32);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.store-badge:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.34);box-shadow:0 20px 42px rgba(0,0,0,.4)}.badge-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px}.badge-icon svg{width:100%;height:100%}.badge-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.badge-copy small{font-size:10px;letter-spacing:.13em;color:#f1f3ec;font-weight:700;margin-bottom:6px}.badge-copy strong{font-size:29px;color:#fff;font-weight:700;letter-spacing:-.04em}.badge-play .badge-copy strong{font-family:"Times New Roman",Georgia,serif;font-size:28px;font-weight:500;letter-spacing:-.03em}
.why-section{background:linear-gradient(180deg,#050605,#070907)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.why-card{min-height:360px;border:1px solid var(--line);border-radius:23px;padding:26px;background:#090b09;position:relative;overflow:hidden}.why-card::after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-85px;bottom:-100px;background:radial-gradient(circle,rgba(209,255,25,.06),transparent 70%)}.why-card h3{font-size:20px;margin:110px 0 11px}.why-card p{font-size:13px;color:#858e85;line-height:1.65}.why-card a{position:absolute;left:26px;bottom:24px;color:#bfc5bf;font-size:11px;font-weight:750}.why-card a:hover{color:var(--lime)}.line-icon{position:absolute;top:30px;left:26px;width:74px;height:58px;color:#d6dbd6}.line-icon.layers i{position:absolute;width:55px;height:26px;border:1px solid #838b83;border-radius:8px;transform:rotate(-9deg)}.line-icon.layers i:nth-child(1){top:2px}.line-icon.layers i:nth-child(2){top:13px;left:8px}.line-icon.layers i:nth-child(3){top:24px;left:16px}.line-icon.calendar{border:1px solid #7d857d;border-radius:8px;width:62px;height:58px}.line-icon.calendar::before{content:"";position:absolute;left:0;right:0;top:15px;border-top:1px solid #7d857d}.line-icon.calendar i{width:6px;height:6px;border:1px solid #7d857d;border-radius:2px;position:absolute}.line-icon.calendar i:nth-child(1){left:13px;top:27px}.line-icon.calendar i:nth-child(2){left:30px;top:27px}.line-icon.calendar i:nth-child(3){left:13px;top:42px}.line-icon.calendar i:nth-child(4){left:30px;top:42px}.line-icon.bars{display:flex;align-items:flex-end;gap:7px}.line-icon.bars i{display:block;width:10px;border:1px solid #7d857d}.line-icon.bars i:nth-child(1){height:18px}.line-icon.bars i:nth-child(2){height:30px}.line-icon.bars i:nth-child(3){height:46px}.line-icon.bars i:nth-child(4){height:57px}.line-icon.trophy{font-size:58px;line-height:1;color:#7d857d}
.final-cta-section{padding:18px 0 34px}.final-cta{height:430px;border:1px solid rgba(209,255,25,.17);border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#0b0e0b,#080a08)}.final-cta h2{font-size:clamp(46px,4.5vw,62px);line-height:1;margin:17px 0 30px;position:relative;z-index:2}.final-cta>.kicker,.final-cta>.btn{position:relative;z-index:2}.cta-grid-bg{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(209,255,25,.42) 1px,transparent 1.3px);background-size:26px 26px;mask-image:radial-gradient(ellipse at center,black,transparent 72%);opacity:.48;animation:gridDrift 20s linear infinite}.cta-particles{position:absolute;inset:0;background:radial-gradient(circle at 50% 90%,rgba(209,255,25,.15),transparent 48%)}@keyframes gridDrift{to{background-position:260px 130px}}
.footer{padding-top:24px;background:#050605}.footer-shell{position:relative;background:linear-gradient(180deg,#0a0d0a,#050605);border-top:1px solid rgba(209,255,25,.24);padding:58px 0 24px;overflow:hidden}.footer-shell::before{content:"";position:absolute;left:-12%;top:-180px;width:560px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.12),transparent 70%);filter:blur(28px);pointer-events:none}.footer-topline{display:grid;grid-template-columns:minmax(260px,.92fr) 1.35fr;gap:90px;align-items:start}.footer-brand-card{position:relative;min-height:258px;padding:30px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));overflow:hidden}.footer-brand-glow{position:absolute;left:-70px;top:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.18),transparent 66%);filter:blur(10px)}.footer-logo{position:relative;z-index:1;width:164px;height:auto;filter:drop-shadow(0 8px 20px rgba(0,0,0,.3))}.footer-brand-card p{position:relative;z-index:1;max-width:330px;margin:22px 0 18px;color:#969e96;font-size:13px;line-height:1.65}.footer-brand-card small{position:relative;z-index:1;font-size:8px;letter-spacing:.16em;color:var(--lime);font-weight:800}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:54px;padding-top:12px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column strong{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f0f3ef;margin-bottom:8px}.footer-column a{display:flex;align-items:center;justify-content:space-between;gap:10px;width:max-content;max-width:100%;font-size:12px;color:#858e86;transition:color .22s ease,transform .22s ease}.footer-column a span{color:#5f685f;font-size:10px;transition:transform .22s ease,color .22s ease}.footer-column a:hover{color:#fff;transform:translateX(3px)}.footer-column a:hover span{color:var(--lime);transform:translate(2px,-2px)}.footer-bottom{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.07)}.footer-bottom p{max-width:760px;margin:0;color:#626b63;font-size:10px;line-height:1.65}.footer-bottom-meta{display:flex;gap:18px;white-space:nowrap;color:#788078;font-size:10px}.footer-bottom-meta span+span{padding-left:18px;border-left:1px solid rgba(255,255,255,.09)}

.reveal{opacity:0;transform:translate3d(0,30px,0) scale(.994);filter:blur(6px);transition:opacity 1.15s cubic-bezier(.16,1,.3,1),transform 1.35s cubic-bezier(.16,1,.3,1),filter 1.2s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0ms);will-change:transform,opacity,filter;transform-origin:center bottom}
.reveal.in{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}.tilt,.tilt-lite{will-change:transform}.toast{position:fixed;right:24px;bottom:24px;z-index:100;min-width:280px;max-width:420px;padding:15px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:rgba(15,18,15,.94);backdrop-filter:blur(15px);color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.35);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s;font-size:13px}.toast.show{opacity:1;transform:none}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(10px);display:none;place-items:center;padding:18px;z-index:90}.modal.show{display:grid}.modal-card{width:min(560px,100%);background:#0c0f0c;border:1px solid rgba(255,255,255,.09);border-radius:26px;padding:28px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.45)}.modal-card h3{font-family:var(--sans);font-size:34px;line-height:1;font-weight:800;margin:10px 0 12px}.modal-card p{margin:0;color:#8b938b;line-height:1.65}.modal-close{position:absolute;right:16px;top:14px;border:0;background:none;color:#9aa29a;font-size:28px;cursor:pointer}.wallet-options{display:grid;gap:10px;margin-top:22px}.wallet-option{width:100%;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#111511;color:#fff;display:flex;align-items:center;gap:14px;text-align:left;cursor:pointer;transition:.22s}.wallet-option:hover{transform:translateY(-2px);border-color:rgba(209,255,25,.24);background:#141914}.wallet-option img{width:32px;height:32px;object-fit:contain}.wallet-option span{display:flex;flex-direction:column}.wallet-option b{font-size:14px}.wallet-option small{font-size:11px;color:#828a82;margin-top:4px}.wallet-emoji{width:32px;height:32px;border-radius:12px;background:#151915;display:grid;place-items:center;font-size:18px}

@media(max-width:1180px){
  .nav-links{gap:18px}.hero-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-copy{padding-top:30px}.hero-stage{max-width:900px;width:100%;margin:-4px auto 0;height:780px}.hero-layout{grid-template-columns:1fr 1.08fr 1fr;padding-bottom:92px}.hero-proof{max-width:800px}.live-market-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.feature-card:last-child{grid-column:1/-1;min-height:430px}.token-cloud{grid-template-columns:repeat(4,1fr)}.draft-grid{grid-template-columns:1fr;gap:52px}.draft-copy{text-align:center}.draft-copy>p,.draft-clock{margin-left:auto;margin-right:auto}.draft-stats{justify-content:center}.app-grid{grid-template-columns:1fr}.phones{max-width:760px;width:100%;margin:0 auto}.app-copy{text-align:center}.app-copy>p{margin-left:auto;margin-right:auto}.store-buttons{justify-content:center}.why-grid{grid-template-columns:1fr 1fr}.footer-topline{grid-template-columns:1fr;gap:34px}.footer-links-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){
  :root{--container:min(100% - 28px,1360px)}.nav{grid-template-columns:auto auto 1fr;height:70px}.site-header{background:rgba(5,6,5,.93)}.brand>img{height:42px}.menu-toggle{display:block;grid-column:3;justify-self:end;border:1px solid var(--line);background:#0b0d0b;color:#fff;border-radius:99px;padding:8px 12px;font-size:11px}.nav-actions{display:none}.nav-links{position:absolute;top:70px;left:14px;right:14px;background:#0c0f0c;border:1px solid var(--line);border-radius:18px;padding:16px;display:none;flex-direction:column;gap:0;box-shadow:0 25px 60px rgba(0,0,0,.4)}.nav-links.open{display:flex}.nav-links a{padding:14px}.hero{padding-top:70px}.hero-grid{padding-top:50px}.hero h1{font-size:clamp(56px,14vw,84px)}.hero-stage{height:720px;transform:scale(.92);transform-origin:center top;margin-bottom:-34px}.hero-layout{grid-template-columns:1fr;gap:18px;padding:24px 10px 108px}.hero-stack{flex-direction:row;justify-content:center;gap:16px;padding:0!important}.stack-left,.stack-right{justify-self:center}.hero-feature{max-width:390px;height:430px}.hero-bottom-rail{bottom:0}.hero-caption{top:4%;right:50%;translate:50% 0}.live-market-section{padding-top:0}.market-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature-card:last-child{grid-column:auto;min-height:500px}.token-cloud{grid-template-columns:1fr 1fr}.app-section{padding:95px 0}.phones{transform:scale(.86);transform-origin:center top;margin-bottom:-100px}.store-buttons{flex-direction:column;align-items:center}.store-badge{width:min(280px,100%)}.final-cta{height:390px;padding:24px}.footer-topline{grid-template-columns:1fr}.footer-links-grid{grid-template-columns:repeat(3,1fr);gap:24px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom-meta{white-space:normal}}
@media(max-width:600px){
  .hero-grid{padding-bottom:40px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero h1{font-size:56px}.lead{font-size:15px}.hero-actions{flex-direction:column}.hero-proof{grid-template-columns:1fr;margin-top:35px}.hero-proof>div,.hero-proof>div+div{border-left:0;border-top:1px solid var(--line-soft);padding:14px 0}.hero-proof>div:first-child{border-top:0}.hero-stage{height:650px;transform:scale(.82);width:136%;margin-left:-18%;margin-top:-14px;margin-bottom:-70px}.hero-caption{display:none}.hero-layout{padding:12px 6px 88px}.hero-stack{gap:12px}.hero-asset{width:96px;height:118px}.hero-asset img{width:40px;height:40px}.hero-asset.gme-card img{width:64px;height:19px}.hero-feature{max-width:310px;height:380px}.feature-logo{width:148px}.feature-inline-stats span{min-height:74px}.hero-bottom-rail{gap:12px}.hero-asset-mini{width:96px;height:112px}.hero-asset-mini img{width:38px;height:38px}.section-intro h2,.section-heading h2{font-size:47px}.section{padding:90px 0}.feature-card{min-height:495px;padding:22px}.asset-cloud{left:12px;right:12px}.token-cloud{left:18px;right:18px}.token-pill{padding:10px;gap:8px}.token-pill img{width:36px;height:36px}.draft-section{padding:90px 0}.draft-copy h2{font-size:60px}.draft-assets{grid-template-columns:1fr}.draft-panel{padding:16px}.draft-panel-head{align-items:start}.draft-panel-head h3{font-size:23px}.phones{min-height:520px;transform:scale(.62);width:155%;margin-left:-27.5%;margin-bottom:-205px}.phone-back{right:0}.phone-front{left:2%}.app-copy h2{font-size:58px}.why-grid{grid-template-columns:1fr}.why-card{min-height:310px}.final-cta h2{font-size:47px}.footer-links-grid{grid-template-columns:1fr 1fr}.footer-bottom-meta{flex-direction:column;gap:8px}.footer-bottom-meta span+span{padding-left:0;border-left:0}.cursor-glow{display:none}.modal-card h3{font-size:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cursor-glow{display:none}body.motion-v22 .reveal{transform:translate3d(0,14px,0) scale(.997)!important;filter:none!important;transition-duration:.8s!important}body.motion-v22 .reveal.in{transform:none!important}.market-tape-track{animation:none!important}}

/* Real EVM wallet connection */
.wallet-connect-card{width:min(600px,100%)}
.network-pill{margin-top:18px;display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:15px;border:1px solid rgba(209,255,25,.1);background:rgba(209,255,25,.035)}
.network-dot{width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px rgba(209,255,25,.6)}
.network-pill small{display:block;font-size:8px;letter-spacing:.14em;color:#748074;font-weight:800}.network-pill b{display:block;font-size:12px;margin-top:3px}
.wallet-logo{width:36px;height:36px;border-radius:12px;display:grid!important;place-items:center!important;flex:0 0 36px!important;font-weight:900;font-size:14px;color:#fff}
.metamask-logo{background:linear-gradient(135deg,#ff9a45,#e65e2e);color:#1e120b}.evm-logo{background:linear-gradient(135deg,#252b25,#111511);border:1px solid rgba(255,255,255,.08)}.walletconnect-logo{background:#111511;color:#657065}
.wallet-option-live em,.wallet-option-disabled em{margin-left:auto;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.12em;padding:6px 8px;border-radius:999px}.wallet-option-live em{background:rgba(209,255,25,.08);color:var(--lime)}.wallet-option-disabled{opacity:.46;cursor:not-allowed}.wallet-option-disabled em{background:rgba(255,255,255,.05);color:#7b847b}
.wallet-security-note{margin-top:16px!important;font-size:10px!important;color:#667066!important;padding-left:1px}

@media(max-width:1180px){.app-grid{gap:28px}.phones{height:650px;max-width:620px!important}.primary-device{left:45px}.market-device{left:300px}.float-live{right:0}.float-rank{left:225px}}
@media(max-width:860px){.phones{height:600px;max-width:590px!important;transform:scale(.88);transform-origin:center top;margin-bottom:-55px}.primary-device{left:30px}.market-device{left:285px}.app-float-card{display:none}.app-copy{margin-top:10px}}
@media(max-width:600px){.phones{height:560px;transform:scale(.67);width:150%!important;margin-left:-25%;margin-bottom:-170px}.primary-device{left:24px}.market-device{left:276px}.phone{width:282px;height:574px}.app-copy{margin-top:0}.store-badge{min-width:218px}.wallet-connect-card{padding:22px}.wallet-option{padding:14px}.wallet-option em{display:none}}


/* V12 wallet discovery */
.wallet-detection-status{margin-top:14px;min-height:58px;padding:11px 12px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.025);display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}
.wallet-detection-status .detection-dot{width:8px;height:8px;border-radius:50%;background:#8a928a;box-shadow:0 0 0 rgba(209,255,25,0);transition:.25s}
.wallet-detection-status.detected{border-color:rgba(209,255,25,.16);background:rgba(209,255,25,.035)}
.wallet-detection-status.detected .detection-dot{background:var(--lime);box-shadow:0 0 14px rgba(209,255,25,.55)}
.wallet-detection-status.warning{border-color:rgba(255,196,72,.2);background:rgba(255,196,72,.035)}
.wallet-detection-status.warning .detection-dot{background:#ffc448;box-shadow:0 0 14px rgba(255,196,72,.35)}
.wallet-detection-status b{display:block;font-size:11px;color:#d8ddd8}
.wallet-detection-status small{display:block;font-size:9px;color:#747c74;margin-top:3px;line-height:1.35}
.wallet-detection-status button{border:1px solid rgba(255,255,255,.08);background:#151915;color:#b9c0b9;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;letter-spacing:.08em;cursor:pointer;transition:.2s}
.wallet-detection-status button:hover{border-color:rgba(209,255,25,.25);color:#fff}
.wallet-file-hint{margin-top:12px!important;padding:11px 13px;border-radius:14px;border:1px solid rgba(255,196,72,.16);background:rgba(255,196,72,.035);font-size:10px!important;color:#a9afa9!important;line-height:1.5!important}
.wallet-file-hint b{color:#ffd36d}.wallet-file-hint code{padding:2px 5px;border-radius:5px;background:rgba(255,255,255,.05);color:#d7ddd7}
.wallet-option.provider-missing{opacity:.72}.wallet-option.provider-missing em{background:rgba(255,196,72,.07);color:#ffc448}
.wallet-option.provider-found{border-color:rgba(209,255,25,.18)}.wallet-option.provider-found em{background:rgba(209,255,25,.1);color:var(--lime)}
@media(max-width:600px){.wallet-detection-status{grid-template-columns:auto 1fr}.wallet-detection-status button{grid-column:2;justify-self:start}.wallet-file-hint{font-size:9px!important}}


/* Legal pages */
.legal-body{background:#050605;color:var(--text);min-height:100vh}.legal-header{position:sticky;top:0;z-index:30;background:rgba(5,6,5,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.legal-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.legal-nav .brand img{height:46px;width:auto}.legal-nav-actions{display:flex;align-items:center;gap:10px}.legal-home-link{font-size:12px;color:#a2aaa3;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);transition:.22s}.legal-home-link:hover{color:#fff;border-color:rgba(209,255,25,.3)}.legal-hero{padding:92px 0 46px;border-bottom:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at 72% 30%,rgba(209,255,25,.08),transparent 28%)}.legal-hero .kicker{display:block;margin-bottom:14px}.legal-hero h1{font-size:clamp(48px,6vw,76px);line-height:.96;letter-spacing:-.055em;margin:0;max-width:920px}.legal-hero p{max-width:760px;color:#8e978f;font-size:15px;line-height:1.75;margin:22px 0 0}.legal-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px}.legal-meta span{font-size:10px;letter-spacing:.11em;color:#788178;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.02)}.legal-layout{display:grid;grid-template-columns:250px minmax(0,760px);gap:72px;padding:64px 0 110px;align-items:start}.legal-toc{position:sticky;top:104px;display:flex;flex-direction:column;gap:7px}.legal-toc strong{font-size:10px;letter-spacing:.14em;color:#b7beb8;text-transform:uppercase;margin-bottom:8px}.legal-toc a{font-size:12px;color:#737c74;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.045);transition:.2s}.legal-toc a:hover{color:var(--lime);padding-left:4px}.legal-content{font-size:14px;color:#a3aba4;line-height:1.82}.legal-content section{scroll-margin-top:110px;padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid rgba(255,255,255,.065)}.legal-content section:last-child{border-bottom:0}.legal-content h2{font-size:27px;line-height:1.16;letter-spacing:-.035em;color:#f3f5f0;margin:0 0 16px}.legal-content h3{font-size:16px;color:#d8ddd8;margin:24px 0 10px}.legal-content p{margin:0 0 14px}.legal-content ul{margin:12px 0 18px;padding-left:20px}.legal-content li{margin:7px 0}.legal-content a{color:var(--lime);text-decoration:underline;text-underline-offset:3px}.legal-callout{padding:18px 20px;border-radius:18px;border:1px solid rgba(209,255,25,.16);background:rgba(209,255,25,.045);color:#aeb7ae;margin:22px 0}.legal-callout strong{color:#eef2ec}.legal-footer{border-top:1px solid rgba(255,255,255,.07);padding:28px 0 38px;background:#070907}.legal-footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.legal-footer img{width:110px;height:auto}.legal-footer-links{display:flex;flex-wrap:wrap;gap:18px}.legal-footer-links a{font-size:11px;color:#778077}.legal-footer-links a:hover{color:#fff}@media(max-width:860px){.legal-layout{grid-template-columns:1fr;gap:34px}.legal-toc{position:static;display:grid;grid-template-columns:1fr 1fr}.legal-hero{padding-top:72px}.legal-footer-inner{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.footer-links-grid{grid-template-columns:1fr}.footer-topline{gap:26px}.footer-brand-card{min-height:auto}.footer-bottom{margin-top:34px}.legal-nav-actions .legal-home-link{padding:8px 10px}.legal-layout{padding-top:42px}.legal-toc{grid-template-columns:1fr}.legal-hero h1{font-size:48px}}

/* ===== V14: simplified wallet + interactive demo gateway ===== */
.wallet-simple-card{width:min(480px,calc(100vw - 28px));padding:30px;border-radius:24px;background:linear-gradient(180deg,#0d100d,#090b09);border:1px solid rgba(255,255,255,.1)}
.wallet-simple-card h3{font-size:34px;margin:10px 0 10px}
.wallet-simple-card>p:not(.wallet-security-note){font-size:14px;color:#929a92;max-width:390px}
.wallet-options-simple{margin-top:24px;gap:10px}
.wallet-options-simple .wallet-option{min-height:72px;padding:14px 16px;border-radius:16px;background:#111411}
.wallet-options-simple .wallet-option:hover{border-color:rgba(209,255,25,.24);background:#141814}
.wallet-options-simple .wallet-logo{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;font-weight:900}
.wallet-options-simple .wallet-option b{font-size:14px}
.wallet-options-simple .wallet-option small{font-size:10px;color:#818981;margin-top:4px}
.wallet-options-simple .wallet-option em{font-size:8px}
.wallet-security-note{margin-top:18px!important;font-size:10px!important;color:#747d74!important;display:flex;align-items:center;gap:8px;line-height:1.5!important}
.wallet-security-note span{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:rgba(209,255,25,.08);color:var(--lime);font-size:10px;flex:0 0 18px}

.demo-section{padding:130px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:radial-gradient(circle at 68% 44%,rgba(209,255,25,.055),transparent 26%),linear-gradient(180deg,#070907,#050605)}
.demo-showcase-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:center}
.demo-copy h2{font-family:var(--sans);font-size:clamp(52px,4.8vw,76px);font-weight:800;line-height:.98;letter-spacing:-.055em;margin:16px 0 20px}
.demo-copy>p{max-width:520px;color:#8f978f;font-size:16px;line-height:1.72}
.demo-points{display:grid;gap:10px;margin:28px 0 30px;max-width:520px}
.demo-points>span{display:grid;grid-template-columns:36px 1fr;gap:2px 12px;align-items:center;padding:13px 15px;border:1px solid rgba(255,255,255,.06);border-radius:15px;background:rgba(255,255,255,.018)}
.demo-points i{grid-row:1/3;width:30px;height:30px;border-radius:9px;background:rgba(209,255,25,.08);color:var(--lime);font-size:9px;font-style:normal;font-weight:900;display:grid;place-items:center;letter-spacing:.08em}
.demo-points b{font-size:13px}.demo-points small{font-size:11px;color:#747c74;margin-top:3px}
.demo-launch{min-width:225px}.demo-only-note{margin-top:12px!important;text-align:left!important}
.demo-preview-card{display:block;min-height:520px;padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:linear-gradient(180deg,rgba(14,17,14,.96),rgba(8,10,8,.96));position:relative;overflow:hidden;box-shadow:0 32px 90px rgba(0,0,0,.35);transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s}
.demo-preview-card::before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at var(--mx,60%) var(--my,35%),rgba(209,255,25,.12),transparent 28%);pointer-events:none}
.demo-preview-card::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,transparent,black 28%,black 80%,transparent);pointer-events:none}
.demo-preview-card:hover{transform:translateY(-7px);border-color:rgba(209,255,25,.24);box-shadow:0 42px 110px rgba(0,0,0,.45),0 0 70px rgba(209,255,25,.06)}
.demo-preview-top,.demo-preview-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px}
.demo-preview-top small,.demo-preview-bottom small{display:block;font-size:9px;letter-spacing:.16em;color:#727b72;font-weight:850}
.demo-preview-top h3{font-size:29px;margin:7px 0 0}
.demo-live{display:inline-flex;align-items:center;gap:7px;font-size:9px;font-weight:900;letter-spacing:.12em;color:#d9ffb4}.demo-live i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 13px rgba(209,255,25,.65)}
.demo-preview-assets{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}
.demo-preview-assets span{min-height:76px;padding:12px 14px;border:1px solid rgba(255,255,255,.07);border-radius:17px;background:rgba(9,12,9,.8);display:grid;grid-template-columns:38px 1fr;grid-template-areas:'logo ticker' 'logo type';align-items:center;column-gap:11px;transition:.22s}
.demo-preview-assets span:hover{border-color:rgba(209,255,25,.2);background:rgba(209,255,25,.035);transform:translateX(3px)}
.demo-preview-assets img{grid-area:logo;width:36px;height:36px;object-fit:contain;border-radius:9px}.demo-preview-assets b{grid-area:ticker;font-size:13px}.demo-preview-assets em{grid-area:type;font-style:normal;font-size:10px;color:#747c74}
.demo-preview-bottom{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.07)}
.demo-preview-bottom strong{display:block;font-size:16px;margin-top:5px}.demo-open-pill{height:42px;padding:0 15px;border-radius:999px;background:var(--lime);color:#050605;display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:900}.demo-open-pill b{font-size:14px}

@media(max-width:1180px){.demo-showcase-grid{grid-template-columns:1fr;gap:44px}.demo-copy{text-align:center}.demo-copy>p,.demo-points{margin-left:auto;margin-right:auto}.demo-only-note{text-align:center!important}.demo-preview-card{max-width:760px;width:100%;margin:0 auto}}
@media(max-width:600px){.wallet-simple-card{padding:22px}.wallet-simple-card h3{font-size:31px}.demo-section{padding:90px 0}.demo-copy h2{font-size:52px}.demo-preview-card{min-height:auto;padding:20px}.demo-preview-assets{grid-template-columns:1fr}.demo-preview-top{align-items:flex-start}.demo-preview-top h3{font-size:24px}.demo-preview-bottom{align-items:flex-end}}


/* V17 — $LEAGUE / Tokenomics */
.tokenomics-section{position:relative;padding:145px 0 135px;overflow:hidden;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:linear-gradient(180deg,#050605,#070907 48%,#050605);isolation:isolate}.tokenomics-glow{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none;z-index:-1}.tokenomics-glow-a{width:620px;height:620px;right:-180px;top:20px;background:radial-gradient(circle,rgba(209,255,25,.12),transparent 70%)}.tokenomics-glow-b{width:520px;height:520px;left:-160px;bottom:80px;background:radial-gradient(circle,rgba(121,151,255,.055),transparent 72%)}
.tokenomics-wrap{position:relative}.tokenomics-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center}.tokenomics-copy h2{font-size:clamp(58px,6vw,92px);line-height:.9;letter-spacing:-.065em;margin:14px 0 24px}.tokenomics-copy h2 span{color:var(--lime)}.tokenomics-copy>p{max-width:640px;color:#929a92;font-size:16px;line-height:1.75}.tokenomics-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.fair-play-note{display:flex;align-items:center;gap:13px;margin-top:26px;max-width:590px;padding:16px 18px;border:1px solid rgba(209,255,25,.13);border-radius:18px;background:rgba(209,255,25,.035)}.fair-play-note>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:#050605;font-weight:950}.fair-play-note b{display:block;font-size:12px}.fair-play-note small{display:block;color:#798179;font-size:11px;line-height:1.55;margin-top:4px}
.league-token-visual{height:470px;position:relative;display:grid;place-items:center;perspective:1000px}.league-token-disc{width:274px;height:274px;border-radius:50%;position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.13),rgba(14,18,13,.96) 43%,#060806 78%);box-shadow:0 42px 100px rgba(0,0,0,.48),0 0 80px rgba(209,255,25,.12),inset 0 1px 0 rgba(255,255,255,.12)}.league-token-disc::before{content:"";position:absolute;inset:13px;border-radius:50%;border:1px solid rgba(209,255,25,.12);box-shadow:inset 0 0 42px rgba(209,255,25,.05)}.league-token-disc img{width:132px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.35))}.league-token-disc .league-token-logo{width:132px;max-height:132px}.league-token-disc strong{font-size:27px;letter-spacing:-.04em;margin-top:19px}.league-token-disc small{font-size:8px;letter-spacing:.18em;color:#778177;margin-top:6px}.league-token-orbit{position:absolute;border-radius:50%;border:1px solid rgba(209,255,25,.14);transform-style:preserve-3d}.orbit-one{width:390px;height:152px;transform:rotateX(72deg) rotateZ(-12deg);animation:tokenOrbitA 12s linear infinite}.orbit-two{width:440px;height:190px;transform:rotateX(68deg) rotateZ(28deg);border-color:rgba(255,255,255,.075);animation:tokenOrbitB 16s linear infinite reverse}.token-status{position:absolute;bottom:30px;display:flex;align-items:center;gap:9px;font-size:9px;font-weight:850;letter-spacing:.15em;color:#a8b0a8}.token-status i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px rgba(209,255,25,.65)}@keyframes tokenOrbitA{to{transform:rotateX(72deg) rotateZ(348deg)}}@keyframes tokenOrbitB{to{transform:rotateX(68deg) rotateZ(388deg)}}
.utility-heading{margin-top:118px;max-width:700px}.utility-heading h3,.launch-structure-head h3{font-size:clamp(40px,4vw,62px);letter-spacing:-.055em;line-height:1;margin:12px 0 14px}.utility-heading p,.launch-structure-head p{color:#899189;line-height:1.7;font-size:14px}.utility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:38px}.utility-card{min-height:330px;position:relative;padding:26px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#0a0d0a,#090b09);overflow:hidden}.utility-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(209,255,25,.09),transparent 35%);pointer-events:none}.utility-index{font-size:9px;letter-spacing:.18em;color:#697169;font-weight:900}.utility-icon{width:48px;height:48px;border-radius:15px;border:1px solid rgba(209,255,25,.12);background:rgba(209,255,25,.055);display:grid;place-items:center;color:var(--lime);font-size:22px;margin-top:50px}.utility-card h4{font-size:20px;letter-spacing:-.03em;margin:20px 0 9px}.utility-card p{color:#828b82;line-height:1.65;font-size:13px;margin:0}.utility-card>small{position:absolute;left:26px;bottom:23px;font-size:8px;letter-spacing:.17em;color:#697269;font-weight:850}
.launch-structure{margin-top:92px;border:1px solid var(--line);border-radius:30px;padding:36px;background:linear-gradient(180deg,rgba(13,16,13,.94),rgba(7,9,7,.96));position:relative;overflow:hidden}.launch-structure::before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-210px;top:-210px;background:radial-gradient(circle,rgba(209,255,25,.09),transparent 70%);pointer-events:none}.launch-structure-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:end}.launch-structure-head p{margin:0 0 5px}.token-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:34px}.token-stat{min-height:132px;border:1px solid rgba(255,255,255,.075);border-radius:19px;padding:17px;background:#0b0e0b;display:flex;flex-direction:column;justify-content:center}.token-stat small{font-size:8px;letter-spacing:.15em;color:#697269;font-weight:850}.token-stat strong{font-size:18px;letter-spacing:-.035em;margin-top:10px}.token-stat span{color:#757e75;font-size:10px;line-height:1.45;margin-top:6px}.token-stat-hero{grid-column:span 2;background:linear-gradient(135deg,rgba(209,255,25,.09),rgba(209,255,25,.02));border-color:rgba(209,255,25,.17)}.token-stat-hero strong{font-size:36px;color:var(--lime);letter-spacing:-.055em}.tokenomics-footnote{margin-top:16px;padding:18px 20px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.018);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}.tokenomics-footnote>span{font-size:12px;font-weight:900;color:var(--lime);padding-top:2px}.tokenomics-footnote p{margin:0;color:#6f776f;font-size:10px;line-height:1.65}
@media(max-width:1180px){.tokenomics-intro{grid-template-columns:1fr}.league-token-visual{height:420px}.utility-grid{grid-template-columns:1fr 1fr}.token-stat-grid{grid-template-columns:repeat(3,1fr)}.token-stat-hero{grid-column:span 2}}
@media(max-width:760px){.tokenomics-section{padding:100px 0}.tokenomics-copy{text-align:center}.tokenomics-copy>p{margin-left:auto;margin-right:auto}.tokenomics-actions{justify-content:center}.fair-play-note{text-align:left;margin-left:auto;margin-right:auto}.league-token-visual{height:360px}.league-token-disc{width:220px;height:220px}.league-token-disc img{width:108px}.league-token-disc .league-token-logo{width:108px;max-height:108px}.league-token-disc strong{font-size:23px}.orbit-one{width:310px}.orbit-two{width:350px}.utility-heading{text-align:center;margin-top:70px}.utility-grid{grid-template-columns:1fr}.utility-card{min-height:275px}.utility-icon{margin-top:28px}.launch-structure{padding:22px}.launch-structure-head{grid-template-columns:1fr;text-align:center;gap:12px}.token-stat-grid{grid-template-columns:1fr 1fr}.token-stat-hero{grid-column:1/-1}.token-stat{min-height:118px}.token-stat-hero strong{font-size:30px}.tokenomics-footnote{grid-template-columns:1fr;text-align:center}}


/* ===== V20: premium narrative, motion and roadmap ===== */
.market-tape{height:68px;border-bottom:1px solid rgba(255,255,255,.055);border-top:1px solid rgba(255,255,255,.045);overflow:hidden;background:rgba(6,8,6,.78);mask-image:linear-gradient(90deg,transparent,black 5.5%,black 94.5%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 5.5%,black 94.5%,transparent)}
.market-tape-track{height:100%;display:flex;width:max-content;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden;contain:layout paint;animation:none!important}
.market-tape-set{display:flex;align-items:center;gap:34px;padding:0 17px;white-space:nowrap;flex:none}
.market-tape-set span{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;color:#dce1dc;letter-spacing:.02em}
.market-tape-set img{width:23px;height:23px;object-fit:contain;border-radius:6px}
.market-tape-set span:has(img[src*="gme"] ) img{width:43px}
.market-tape-set em{font-style:normal;font-size:8px;letter-spacing:.14em;color:#687168;font-weight:800;margin-left:2px}
.market-tape:hover .market-tape-track{filter:brightness(1.05)}

.live-market-section{padding:72px 0 94px}
#how{padding-top:108px}

/* product feature cards gain purposeful micro motion */
.feature-interactive{transition:border-color .35s,box-shadow .35s,transform .35s cubic-bezier(.16,1,.3,1)}
.feature-interactive:hover{border-color:rgba(209,255,25,.22);box-shadow:0 28px 80px rgba(0,0,0,.26),0 0 60px rgba(209,255,25,.045)}
.feature-interactive[data-feature="draft"] .mini-asset{transition:.35s cubic-bezier(.16,1,.3,1)}
.feature-interactive[data-feature="draft"].is-animated .mini-asset:nth-child(2),.feature-interactive[data-feature="draft"].is-animated .mini-asset:nth-child(5),.feature-interactive[data-feature="draft"].is-animated .mini-asset:nth-child(7){border-color:rgba(209,255,25,.32);background:rgba(209,255,25,.06);transform:translateY(-5px)}
.feature-interactive[data-feature="leaderboard"] .lb-row{transition:transform .48s cubic-bezier(.16,1,.3,1),background .35s}
.feature-interactive[data-feature="leaderboard"].is-animated .lb-row:nth-child(3){transform:translateY(-4px);background:rgba(209,255,25,.035)}
.feature-interactive[data-feature="ecosystem"] .token-pill{transition:.35s cubic-bezier(.16,1,.3,1)}
.feature-interactive[data-feature="ecosystem"].is-animated .token-pill:nth-child(1),.feature-interactive[data-feature="ecosystem"].is-animated .token-pill:nth-child(5){border-color:rgba(209,255,25,.24);transform:scale(1.035);background:rgba(209,255,25,.04)}

.utility-flow{margin-top:62px;padding:34px;border:1px solid rgba(255,255,255,.075);border-radius:28px;background:linear-gradient(180deg,rgba(13,16,13,.92),rgba(7,9,7,.95));position:relative;overflow:hidden}
.utility-flow::before{content:"";position:absolute;width:480px;height:480px;left:50%;top:-310px;translate:-50% 0;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.11),transparent 70%)}
.utility-flow-head{text-align:center;position:relative;z-index:2}.utility-flow-head h3{font-size:clamp(34px,3.6vw,54px);line-height:1.02;letter-spacing:-.05em;margin:11px 0 0}.utility-flow-head h3 span{color:var(--lime)}
.utility-flow-track{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}
.utility-flow-line{position:absolute;left:9%;right:9%;top:25px;height:1px;background:rgba(255,255,255,.08);z-index:-1;overflow:hidden}.utility-flow-line span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--lime),rgba(209,255,25,.2));box-shadow:0 0 16px rgba(209,255,25,.28);transition:width 1.8s cubic-bezier(.16,1,.3,1)}
.utility-flow.in .utility-flow-line span{width:100%}
.utility-flow-node{padding:18px 16px 16px;border:1px solid rgba(255,255,255,.07);background:#0b0e0b;border-radius:18px;min-height:148px;position:relative;transition:.35s}
.utility-flow-node i{width:50px;height:50px;margin:-1px auto 17px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900;letter-spacing:.1em;color:#7b847b;background:#0a0d0a;border:1px solid rgba(255,255,255,.09);box-shadow:0 0 0 8px #0a0d0a}
.utility-flow-node.active i,.utility-flow-node:hover i{background:var(--lime);color:#050605;border-color:var(--lime);box-shadow:0 0 0 8px #0a0d0a,0 0 30px rgba(209,255,25,.18)}
.utility-flow-node b{display:block;font-size:14px;margin-bottom:7px}.utility-flow-node small{display:block;color:#747d74;font-size:11px;line-height:1.55}

.fair-launch-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:68px}
.fair-launch-strip>div{min-height:154px;border-radius:22px;border:1px solid rgba(209,255,25,.13);background:linear-gradient(145deg,rgba(209,255,25,.07),rgba(209,255,25,.015));padding:20px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.fair-launch-strip>div::before{content:"";position:absolute;inset:-40% 20% auto -20%;height:140%;background:radial-gradient(circle,rgba(209,255,25,.08),transparent 70%)}
.fair-launch-strip small{font-size:8px;letter-spacing:.16em;color:#7e877e;font-weight:900}.fair-launch-strip strong{font-size:38px;color:var(--lime);letter-spacing:-.055em;margin-top:11px}.fair-launch-strip span{font-size:10px;color:#788178;margin-top:4px}
.launch-structure{margin-top:24px}

/* animated demo product loop */
.demo-product-loop{min-height:570px}
.demo-loop-tabs{position:relative;z-index:2;display:flex;gap:6px;margin-top:22px;padding:5px;border-radius:999px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06);width:max-content}
.demo-loop-tabs span{padding:7px 12px;border-radius:999px;font-size:9px;letter-spacing:.1em;color:#717a71;font-weight:800;transition:.35s}.demo-loop-tabs span.active{background:var(--lime);color:#050605}
.demo-loop-stage{position:relative;z-index:2;height:325px;margin-top:18px;border-radius:22px;border:1px solid rgba(255,255,255,.065);background:rgba(7,10,7,.82);overflow:hidden}
.demo-loop-scene{position:absolute;inset:0;padding:18px;opacity:0;transform:translateY(18px) scale(.985);filter:blur(5px);pointer-events:none;transition:opacity .62s cubic-bezier(.16,1,.3,1),transform .62s cubic-bezier(.16,1,.3,1),filter .62s}.demo-loop-scene.active{opacity:1;transform:none;filter:none;pointer-events:auto}
.loop-market-row{min-height:65px;border-bottom:1px solid rgba(255,255,255,.055);display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center}.loop-market-row:last-child{border-bottom:0}.loop-market-row>span{display:grid;grid-template-columns:34px 1fr;grid-template-areas:'i b' 'i s';gap:1px 10px;align-items:center}.loop-market-row img{grid-area:i;width:31px;height:31px;object-fit:contain;border-radius:8px}.loop-market-row b{grid-area:b;font-size:12px}.loop-market-row small{grid-area:s;color:#6f786f;font-size:10px}.loop-market-row strong{font-size:12px}.loop-market-row em{font-style:normal;color:#ff5e74;font-size:11px;font-weight:850}.loop-market-row em.positive{color:#66f36c}
.loop-draft-head{display:flex;justify-content:space-between;align-items:center;padding:4px 2px 14px}.loop-draft-head small{font-size:9px;letter-spacing:.15em;color:#727b72;font-weight:850}.loop-draft-head strong{font-size:12px}.loop-draft-head strong span{color:var(--lime)}.loop-draft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.loop-draft-grid>span{height:100px;border:1px solid rgba(255,255,255,.07);border-radius:16px;display:grid;place-items:center;align-content:center;gap:7px;position:relative;background:#0b0e0b}.loop-draft-grid>span.picked{border-color:rgba(209,255,25,.28);background:rgba(209,255,25,.045)}.loop-draft-grid img{width:34px;height:34px;object-fit:contain}.loop-draft-grid b{font-size:10px}.loop-draft-grid i{position:absolute;right:8px;top:8px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px;border:1px solid rgba(255,255,255,.08);color:#6f786f}.loop-draft-grid .picked i{background:var(--lime);color:#050605}.loop-progress{height:4px;border-radius:999px;background:rgba(255,255,255,.055);margin-top:14px;overflow:hidden}.loop-progress span{display:block;width:60%;height:100%;background:var(--lime);border-radius:inherit;animation:demoProgress 3.6s ease-in-out infinite alternate}@keyframes demoProgress{to{width:84%}}
.loop-league-card{min-height:100px;border:1px solid rgba(209,255,25,.14);background:rgba(209,255,25,.04);border-radius:18px;padding:16px;display:grid;grid-template-columns:1fr auto;grid-template-areas:'s s' 'b x';align-items:end}.loop-league-card small{grid-area:s;font-size:8px;letter-spacing:.15em;color:#798279;font-weight:850}.loop-league-card strong{grid-area:b;font-size:32px;color:#fff;letter-spacing:-.05em;margin-top:7px}.loop-league-card span{grid-area:x;color:#68f46e;font-size:10px;font-weight:800}.loop-rank-row{height:43px;border-bottom:1px solid rgba(255,255,255,.05);display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;font-size:11px}.loop-rank-row b{color:#717971}.loop-rank-row em{font-style:normal;color:#68f46e;font-weight:850}.loop-rank-row.you{background:rgba(209,255,25,.045);border-radius:10px;padding:0 8px;margin:2px -8px;color:#fff}.loop-rank-row.you span{color:var(--lime);font-weight:800}

/* roadmap */
.roadmap-section{background:linear-gradient(180deg,#050605,#080a08);border-top:1px solid rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.045)}
.product-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:48px}.product-pillar{min-height:180px;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:20px;background:#090c09;display:flex;flex-direction:column}.product-pillar span{font-size:9px;letter-spacing:.16em;color:var(--lime);font-weight:900}.product-pillar b{font-size:17px;margin-top:auto}.product-pillar small{font-size:11px;color:#778077;line-height:1.55;margin-top:8px}
.roadmap-timeline{position:relative;margin-top:88px;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding-top:34px}.roadmap-line{position:absolute;left:8%;right:8%;top:12px;height:1px;background:rgba(255,255,255,.09);overflow:hidden}.roadmap-line span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--lime),rgba(209,255,25,.22));box-shadow:0 0 20px rgba(209,255,25,.25);transition:width 1.7s cubic-bezier(.16,1,.3,1)}.roadmap-timeline.in .roadmap-line span{width:100%}
.roadmap-step{position:relative;min-height:270px;padding:22px 18px 20px;border-left:1px solid rgba(255,255,255,.055)}.roadmap-step:last-child{border-right:1px solid rgba(255,255,255,.055)}.roadmap-dot{position:absolute;top:-28px;left:18px;width:13px;height:13px;border-radius:50%;background:#0a0d0a;border:2px solid #586058;box-shadow:0 0 0 7px #070907;transition:.4s}.roadmap-step.current .roadmap-dot{background:var(--lime);border-color:var(--lime);box-shadow:0 0 0 7px #070907,0 0 28px rgba(209,255,25,.34)}.roadmap-phase{display:block;font-size:8px;letter-spacing:.16em;color:#687168;font-weight:900}.roadmap-step.current .roadmap-phase{color:var(--lime)}.roadmap-step h3{font-size:18px;line-height:1.1;margin:18px 0 11px}.roadmap-step p{color:#7d867d;font-size:11px;line-height:1.65;margin:0}.roadmap-step>small{position:absolute;bottom:20px;left:18px;font-size:8px;letter-spacing:.15em;color:#646d64;font-weight:850}

/* smooth reveal polish */
.feature-grid>.reveal:nth-child(2),.utility-grid>.reveal:nth-child(2),.product-pillars>.reveal:nth-child(2){--reveal-delay:70ms}.feature-grid>.reveal:nth-child(3),.utility-grid>.reveal:nth-child(3),.product-pillars>.reveal:nth-child(3){--reveal-delay:140ms}.utility-grid>.reveal:nth-child(4),.product-pillars>.reveal:nth-child(4){--reveal-delay:210ms}
.market-row .price,.market-row .change{transition:color .25s,transform .25s,text-shadow .25s}.market-row.tick-up .price{color:#d9ffd8;transform:translateY(-1px);text-shadow:0 0 18px rgba(101,249,106,.12)}.market-row.tick-down .price{color:#ffd8df;transform:translateY(1px);text-shadow:0 0 18px rgba(255,94,116,.12)}

@media(max-width:1180px){.utility-flow-track{grid-template-columns:1fr 1fr}.utility-flow-line{display:none}.fair-launch-strip{grid-template-columns:1fr 1fr}.roadmap-timeline{grid-template-columns:1fr 1fr}.roadmap-line{display:none}.roadmap-step{border:1px solid rgba(255,255,255,.055);min-height:220px}.roadmap-dot{top:18px;right:18px;left:auto}.roadmap-step>small{position:static;display:block;margin-top:24px}.product-pillars{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.market-tape{height:58px}.market-tape-set{gap:22px}.utility-flow{padding:22px}.utility-flow-track{grid-template-columns:1fr}.fair-launch-strip{grid-template-columns:1fr 1fr}.fair-launch-strip strong{font-size:31px}.demo-product-loop{min-height:530px}.demo-loop-stage{height:300px}.loop-draft-grid>span{height:87px}.product-pillars{grid-template-columns:1fr}.roadmap-timeline{grid-template-columns:1fr}.roadmap-step{min-height:190px}.roadmap-step h3{padding-right:38px}}
@media(max-width:520px){.fair-launch-strip{grid-template-columns:1fr}.loop-draft-grid{grid-template-columns:repeat(2,1fr)}.demo-loop-stage{height:360px}}
@media(prefers-reduced-motion:reduce){.loop-progress span{animation-duration:7s!important}.utility-flow-line span,.roadmap-line span{transition-duration:1s!important}}


/* ===== V22: guaranteed motion + softer section entrances ===== */
body.motion-v22 .reveal{opacity:0!important;transform:translate3d(0,30px,0) scale(.994)!important;filter:blur(6px)!important;transition:opacity 1.15s cubic-bezier(.16,1,.3,1),transform 1.35s cubic-bezier(.16,1,.3,1),filter 1.2s cubic-bezier(.16,1,.3,1)!important;transition-delay:var(--reveal-delay,0ms)!important}
body.motion-v22 .reveal.in{opacity:1!important;transform:translate3d(0,0,0) scale(1)!important;filter:blur(0)!important}
body.motion-v22 .feature-grid>.reveal,
body.motion-v22 .utility-grid>.reveal,
body.motion-v22 .product-pillars>.reveal{transition-duration:1.25s,1.5s,1.3s!important}
.section-heading.reveal.in h2,.tokenomics-intro.reveal.in h2,.demo-copy.reveal.in h2{animation:v22HeadlineSettle 1.3s cubic-bezier(.16,1,.3,1) both}
@keyframes v22HeadlineSettle{0%{letter-spacing:-.065em;transform:translateY(10px);opacity:.6}100%{letter-spacing:-.045em;transform:none;opacity:1}}
.market-tape-track{transform:translate3d(var(--tape-x,0px),0,0)!important}
.market-tape-set{transform:translateZ(0)}


/* ===== V23: product clarity + interaction rhythm ===== */
.round-section{position:relative;padding:104px 0 112px;border-bottom:1px solid rgba(255,255,255,.045);overflow:hidden;background:linear-gradient(180deg,#050605,#070907 70%,#050605)}
.round-section::before{content:"";position:absolute;left:50%;top:12%;translate:-50% 0;width:860px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(209,255,25,.055),transparent 68%);filter:blur(36px);pointer-events:none}
.round-wrap{position:relative;z-index:1}.round-heading{max-width:720px;margin-bottom:62px}.round-heading h2{font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.055em;margin:12px 0 17px}.round-heading p{max-width:630px;color:#8d968e;font-size:15px;line-height:1.7;margin:0}
.round-journey{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:34px;padding-top:34px}.round-line{position:absolute;left:7%;right:7%;top:14px;height:1px;background:rgba(255,255,255,.075);overflow:hidden}.round-line span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--lime),rgba(209,255,25,.12));box-shadow:0 0 18px rgba(209,255,25,.28);transition:width 1.8s cubic-bezier(.16,1,.3,1)}.round-journey.in .round-line span{width:100%}
.round-step{position:relative;min-height:280px;padding:10px 4px 0;opacity:.5;transition:opacity .5s ease,transform .65s cubic-bezier(.16,1,.3,1)}.round-step.active{opacity:1;transform:translateY(-5px)}.round-step>i{position:absolute;top:-28px;left:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.12em;background:#090c09;border:1px solid rgba(255,255,255,.09);color:#717a71;box-shadow:0 0 0 7px #060806}.round-step.active>i{background:var(--lime);color:#050605;border-color:var(--lime);box-shadow:0 0 0 7px #060806,0 0 24px rgba(209,255,25,.22)}
.round-step h3{font-size:20px;margin:20px 0 8px;letter-spacing:-.03em}.round-step p{font-size:12px;line-height:1.65;color:#788178;max-width:260px;margin:0}.round-visual{height:128px;border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.round-picks{width:100%;padding:0 12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.round-picks span{width:100%;min-width:0;height:72px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#0a0d0a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:8px;font-weight:850}.round-picks img{width:28px;height:28px;object-fit:contain}.round-market b{font-size:34px;color:#68f46e;letter-spacing:-.05em;z-index:2}.round-spark{position:absolute;left:10%;right:10%;bottom:22px;height:48px;background:linear-gradient(155deg,transparent 0 12%,rgba(209,255,25,.16) 13% 16%,transparent 17% 28%,rgba(209,255,25,.28) 29% 33%,transparent 34% 48%,rgba(209,255,25,.5) 49% 53%,transparent 54% 64%,rgba(209,255,25,.8) 65% 69%,transparent 70%);clip-path:polygon(0 80%,12% 73%,23% 78%,35% 56%,46% 64%,58% 42%,69% 47%,82% 23%,100% 8%,100% 100%,0 100%);opacity:.7}.round-score,.round-rank{flex-direction:column;gap:5px}.round-score small,.round-rank small{font-size:8px;letter-spacing:.15em;color:#778077;font-weight:850}.round-score b,.round-rank b{font-size:30px;letter-spacing:-.05em}.round-score em,.round-rank em{font-style:normal;font-size:9px;color:var(--lime);font-weight:850;letter-spacing:.08em}
.product-story-section{padding-top:108px;padding-bottom:116px}.product-story-section .section-heading{margin-bottom:42px}.feature-state{position:absolute;right:24px;top:24px;font-size:7px;letter-spacing:.15em;font-weight:900;color:#6d766d;display:flex;align-items:center;gap:6px}.feature-state i{width:5px;height:5px;border-radius:50%;background:#5f695f;transition:.3s}.feature-interactive.is-animated .feature-state{color:#c7cec7}.feature-interactive.is-animated .feature-state i{background:var(--lime);box-shadow:0 0 12px rgba(209,255,25,.7)}

/* Replace the card wall with a single ecosystem map */
.utility-heading{max-width:760px}.utility-ecosystem{position:relative;min-height:620px;margin-top:58px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden;background:radial-gradient(circle at center,rgba(209,255,25,.07),transparent 37%)}.utility-ecosystem::before{content:"";position:absolute;left:50%;top:50%;translate:-50% -50%;width:480px;height:480px;border-radius:50%;border:1px solid rgba(209,255,25,.08);box-shadow:0 0 90px rgba(209,255,25,.035) inset}.utility-links{position:absolute;inset:0;pointer-events:none;z-index:1}.utility-link{position:absolute;left:0;top:0;height:2px;width:var(--length,0px);transform:translate(var(--x,0px),var(--y,0px)) rotate(var(--angle,0deg));transform-origin:0 50%;background:linear-gradient(90deg,rgba(209,255,25,.52),rgba(209,255,25,.08));opacity:.22;transition:opacity .35s ease,box-shadow .35s ease,background .35s ease,width .35s ease}.utility-ecosystem[data-active="premium"] .link-a,.utility-ecosystem[data-active="create"] .link-b,.utility-ecosystem[data-active="identity"] .link-c,.utility-ecosystem[data-active="choice"] .link-d{opacity:1;box-shadow:0 0 16px rgba(209,255,25,.38);background:linear-gradient(90deg,rgba(209,255,25,.9),rgba(209,255,25,.12))}
.ecosystem-core{position:absolute;left:50%;top:50%;translate:-50% -50%;width:230px;height:230px;border-radius:50%;border:1px solid rgba(209,255,25,.16);background:radial-gradient(circle at 50% 40%,rgba(209,255,25,.12),rgba(9,12,9,.96) 58%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3;box-shadow:0 30px 90px rgba(0,0,0,.38),0 0 80px rgba(209,255,25,.06)}.ecosystem-core::after{content:"";position:absolute;inset:14px;border-radius:50%;border:1px solid rgba(255,255,255,.055)}.ecosystem-core img{width:86px;height:auto;position:relative;z-index:2}.ecosystem-core strong{font-size:26px;letter-spacing:-.04em;margin-top:10px;position:relative;z-index:2}.ecosystem-core small{font-size:7px;letter-spacing:.17em;color:#778077;font-weight:900;margin-top:4px;position:relative;z-index:2}.ecosystem-core em{font-style:normal;font-size:8px;color:var(--lime);margin-top:13px;position:relative;z-index:2}
.ecosystem-node{position:absolute;width:260px;min-height:122px;border:0;background:transparent;color:#fff;text-align:left;padding:14px 18px;cursor:pointer;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s}.ecosystem-node::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:1px;background:rgba(255,255,255,.11);transition:.35s}.ecosystem-node i{font-style:normal;font-size:8px;letter-spacing:.14em;color:#667066;font-weight:900}.ecosystem-node b{display:block;font-size:18px;margin:14px 0 6px;letter-spacing:-.025em}.ecosystem-node small{display:block;color:#788178;font-size:11px;line-height:1.55}.ecosystem-node.active,.ecosystem-node:hover{transform:translateY(-4px)}.ecosystem-node.active::before,.ecosystem-node:hover::before{background:var(--lime);box-shadow:0 0 18px rgba(209,255,25,.35)}.ecosystem-node.active i,.ecosystem-node:hover i{color:var(--lime)}.node-a{left:5%;top:11%}.node-b{right:5%;top:11%}.node-c{left:5%;bottom:12%}.node-d{right:5%;bottom:12%}.ecosystem-caption{position:absolute;left:50%;bottom:28px;translate:-50% 0;width:min(560px,70%);text-align:center;color:#798279;font-size:11px;line-height:1.6;transition:opacity .25s,transform .25s}
.fair-launch-strip{margin-top:58px}.launch-structure{margin-top:20px}

/* stronger product preview */
.demo-section{padding-top:112px;padding-bottom:118px}.demo-product-loop{box-shadow:0 34px 110px rgba(0,0,0,.34),0 0 80px rgba(209,255,25,.025)}.demo-loop-scene.active{transition-duration:.82s}.demo-loop-tabs span.active{box-shadow:0 0 24px rgba(209,255,25,.13)}

/* mobile app tells a reason, not just a feature */
.app-section{padding-top:122px;padding-bottom:128px}.app-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:30px;max-width:520px}.app-benefits span{padding:14px 12px 13px;border-top:1px solid rgba(255,255,255,.09)}.app-benefits i{font-style:normal;font-size:8px;color:var(--lime);font-weight:900;letter-spacing:.13em}.app-benefits b{display:block;font-size:13px;margin-top:10px}.app-benefits small{display:block;color:#727b72;font-size:10px;line-height:1.5;margin-top:4px}

/* cleaner roadmap: one information system, not two card systems */
.roadmap-section{padding-top:112px;padding-bottom:116px}.roadmap-timeline{margin-top:66px}.roadmap-status{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:7px;font-weight:900;letter-spacing:.12em;margin-bottom:12px}.roadmap-status.live{background:var(--lime);color:#050605}.roadmap-status.next{border:1px solid rgba(209,255,25,.25);color:var(--lime);background:rgba(209,255,25,.04)}.roadmap-status.planned{border:1px solid rgba(255,255,255,.08);color:#697269;background:#090c09}.roadmap-phase{margin-top:0}
.final-cta-section{padding-top:8px}.final-cta h2{max-width:760px}

/* tighten the vertical rhythm */
.live-market-section{padding-bottom:78px}.tokenomics-section{padding-top:124px;padding-bottom:118px}

@media(max-width:1180px){.round-journey{grid-template-columns:1fr 1fr;gap:50px 28px}.round-line{display:none}.round-step>i{top:-20px}.utility-ecosystem{min-height:760px}.node-a{left:4%;top:8%}.node-b{right:4%;top:8%}.node-c{left:4%;bottom:10%}.node-d{right:4%;bottom:10%}.ecosystem-core{width:210px;height:210px}.app-benefits{margin-left:auto;margin-right:auto}.roadmap-step{min-height:235px}}
@media(max-width:760px){.round-section{padding:84px 0 88px}.round-heading{text-align:center;margin:0 auto 48px}.round-journey{grid-template-columns:1fr;gap:36px}.round-step{min-height:auto;padding-left:42px}.round-step>i{left:0;top:0}.round-visual{height:108px}.round-step h3{margin-top:16px}.round-step p{max-width:none}.round-picks{padding:0 8px;gap:8px}.round-picks span{height:64px;font-size:7px}.round-picks img{width:24px;height:24px}.product-story-section{padding-top:84px;padding-bottom:88px}.utility-ecosystem{min-height:auto;padding:230px 0 18px;margin-top:40px;display:grid;gap:6px}.utility-ecosystem::before,.utility-links{display:none}.ecosystem-core{top:112px;width:184px;height:184px}.ecosystem-core img{width:68px}.ecosystem-node{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%;min-height:106px;padding-left:22px}.ecosystem-caption{position:relative;left:auto;bottom:auto;translate:none;width:100%;padding:18px 20px 10px}.app-benefits{grid-template-columns:1fr}.app-section{padding-top:96px;padding-bottom:105px}.roadmap-section{padding-top:92px;padding-bottom:94px}}
