:root {
  --bg: #06050c;
  --bg-soft: #0d0a18;
  --panel: rgba(17, 13, 31, .72);
  --panel-strong: #12101f;
  --line: rgba(255,255,255,.09);
  --text: #f7f4ff;
  --muted: #aaa4bc;
  --pink: #df36ff;
  --purple: #7447ff;
  --blue: #2477ff;
  --cyan: #00caff;
  --green: #53f7b0;
  --radius: 24px;
  --shadow: 0 28px 90px rgba(0,0,0,.48);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.aurora { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: -3; opacity: .16; }
.aurora-one { width: 600px; height: 600px; background: var(--pink); top: -300px; right: -120px; }
.aurora-two { width: 700px; height: 700px; background: var(--blue); bottom: -420px; left: -280px; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.site-header { width: min(1240px, calc(100% - 32px)); height: 78px; margin: 16px auto 0; padding: 0 18px 0 14px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 16px; z-index: 30; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(7,5,14,.74); backdrop-filter: blur(20px); box-shadow: 0 12px 45px rgba(0,0,0,.28); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: .08em; }
.brand img { border-radius: 12px; }
.brand-x { background: linear-gradient(135deg, var(--pink), var(--cyan)); -webkit-background-clip: text; color: transparent; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14px; color: #c9c3d8; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: white; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(223,54,255,.42); border-radius: 12px; background: linear-gradient(135deg, rgba(223,54,255,.15), rgba(0,202,255,.1)); color: white !important; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; height: 2px; background: white; margin: 5px 0; border-radius: 10px; }
.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 30px; padding: 88px 0 72px; }
.eyebrow, .kicker { color: #d3cde1; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.status-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 14px var(--green); }
h1 { margin: 25px 0 22px; font-size: clamp(54px, 6.1vw, 92px); line-height: .97; letter-spacing: -.055em; max-width: 760px; }
h1 span { background: linear-gradient(90deg, #f03cff 5%, #7353ff 50%, #00caff 100%); -webkit-background-clip: text; color: transparent; }
.hero-lede { max-width: 680px; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.65; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 760; font-size: 15px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(100deg, #c629f1, #7447ff 55%, #087dff); box-shadow: 0 12px 35px rgba(111,68,255,.35); }
.button-primary:hover { box-shadow: 0 16px 45px rgba(111,68,255,.52); }
.button-ghost { background: rgba(255,255,255,.035); border-color: var(--line); }
.button-ghost:hover { border-color: rgba(255,255,255,.24); }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 5px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: #858095; font-size: 12px; line-height: 1.45; }
.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.logo-stage { width: min(680px, 110%); filter: drop-shadow(0 0 58px rgba(107,67,255,.28)); animation: floatLogo 7s ease-in-out infinite; }
.logo-stage img { width: 100%; display: block; }
.orbit { position: absolute; border: 1px solid rgba(112,72,255,.2); border-radius: 50%; }
.orbit-one { width: 78%; aspect-ratio: 1; animation: spin 20s linear infinite; border-top-color: rgba(223,54,255,.7); border-right-color: transparent; }
.orbit-two { width: 58%; aspect-ratio: 1; animation: spin 14s linear reverse infinite; border-bottom-color: rgba(0,202,255,.62); border-left-color: transparent; }
.float-card { position: absolute; z-index: 2; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(10,8,19,.82); backdrop-filter: blur(15px); box-shadow: var(--shadow); display: grid; gap: 2px; }
.float-card-top { top: 16%; right: 0; }
.float-card-bottom { bottom: 16%; left: 0; }
.float-card strong { font-size: 20px; }
.float-card span:last-child { font-size: 11px; color: var(--muted); }
.float-card .positive { color: var(--green) !important; }
.mini-label { text-transform: uppercase; letter-spacing: .14em; font-size: 9px !important; color: #8e879e !important; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 16px 0; animation: marquee 32s linear infinite; color: #868093; font-size: 11px; font-weight: 800; letter-spacing: .19em; }
.ticker-track i { font-size: 6px; color: var(--purple); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .roadmap-copy h2, .cta-card h2 { margin: 11px 0 14px; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p, .roadmap-copy p, .cta-card p { color: var(--muted); font-size: 18px; }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.split-heading > div { max-width: 670px; }
.preview-note { max-width: 340px; font-size: 13px !important; }
.preview-note span { display: block; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; margin-bottom: 4px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step-card, .feature { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); overflow: hidden; }
.step-card::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: var(--purple); filter: blur(90px); opacity: .12; right: -70px; top: -70px; }
.step-number { color: #716b7d; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 24px 0 48px; border-radius: 15px; background: linear-gradient(135deg, rgba(221,54,255,.19), rgba(0,202,255,.14)); border: 1px solid rgba(141,78,255,.28); font-size: 25px; }
.step-card h3, .feature h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.025em; }
.step-card p, .feature p { margin: 0; color: var(--muted); }
.dashboard { border: 1px solid rgba(255,255,255,.1); border-radius: 26px; overflow: hidden; background: #0b0913; box-shadow: 0 35px 110px rgba(0,0,0,.55), 0 0 80px rgba(110,70,255,.08); }
.dashboard-topbar { min-height: 72px; padding: 0 22px; display: flex; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.dash-brand { font-weight: 750; margin-right: auto; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.dash-filters { display: flex; gap: 5px; padding: 4px; border-radius: 10px; background: rgba(255,255,255,.04); }
.dash-filters button { border: 0; color: #948da3; background: transparent; padding: 8px 12px; border-radius: 8px; cursor: pointer; font-size: 12px; }
.dash-filters button.active { color: white; background: rgba(255,255,255,.09); }
.last-updated { color: #756f81; font-size: 11px; }
.metric-row { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.metric { padding: 24px; display: grid; gap: 4px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric > span { color: #817a8e; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.metric strong { font-size: 28px; }
.metric small { color: #777180; font-size: 11px; }
.positive { color: var(--green) !important; }
.call-table-wrap { overflow-x: auto; }
.call-table { width: 100%; border-collapse: collapse; min-width: 900px; }
.call-table th { padding: 14px 18px; text-align: left; color: #716b7d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; background: rgba(255,255,255,.02); }
.call-table td { padding: 18px; border-top: 1px solid rgba(255,255,255,.055); font-size: 13px; }
.call-table td:first-child { display: flex; align-items: center; gap: 10px; }
.call-table td:first-child div { display: grid; }
.call-table small { color: #6c6676; font-size: 10px; }
.token-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; font-weight: 800; }
.token-purple { background: rgba(178,49,255,.16); color: #d688ff; }
.token-blue { background: rgba(41,117,255,.16); color: #78aaff; }
.token-cyan { background: rgba(0,202,255,.15); color: #52dcff; }
.token-pink { background: rgba(255,48,172,.14); color: #ff8bd0; }
.caller { color: #bcb5ca; }
.ath-pill, .status { display: inline-flex; padding: 5px 8px; border-radius: 7px; font-size: 10px; font-weight: 760; }
.ath-pill { background: linear-gradient(90deg, rgba(220,54,255,.16), rgba(0,202,255,.13)); color: #e8dfff; border: 1px solid rgba(156,78,255,.18); }
.status.live { background: rgba(83,247,176,.1); color: var(--green); }
.status.prebond { background: rgba(255,190,68,.1); color: #ffc85f; }
tr.is-hidden { display: none; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature { min-height: 250px; }
.feature-large { grid-column: 1 / -1; min-height: 440px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 45px; padding: 46px; }
.feature-large h3 { font-size: clamp(32px, 3.4vw, 52px); }
.feature-large p { font-size: 17px; }
.feature-tag { display: inline-block; margin-bottom: 12px; color: #d693ff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.feature-symbol { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.035); margin-bottom: 58px; font-size: 22px; }
.chart-card { padding: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: #0a0812; }
.chart-card svg { display: block; width: 100%; }
.chart-labels { display: flex; justify-content: space-between; font-size: 10px; color: #777181; text-transform: uppercase; letter-spacing: .12em; }
.chart-labels span:last-child { color: var(--green); }
.grid-line { stroke: rgba(255,255,255,.055); stroke-width: 1; }
.roadmap-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 60px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; background: radial-gradient(circle at 5% 20%, rgba(215,54,255,.11), transparent 38%), radial-gradient(circle at 95% 80%, rgba(0,202,255,.09), transparent 40%), #0c0915; }
.roadmap-list { display: grid; }
.roadmap-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.roadmap-list > div:last-child { border-bottom: 0; }
.roadmap-list span { color: #70697b; font-size: 11px; font-weight: 800; letter-spacing: .15em; padding-top: 3px; }
.roadmap-list p { margin: 0; color: var(--muted); }
.roadmap-list strong { display: block; color: white; font-size: 16px; margin-bottom: 3px; }
.cta-card { text-align: center; padding: 72px 25px; border-radius: 32px; border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 50% 10%, rgba(208,52,255,.19), transparent 32%), radial-gradient(circle at 50% 110%, rgba(0,202,255,.13), transparent 35%), #0d0a18; overflow: hidden; }
.cta-card img { border-radius: 24px; margin-bottom: 20px; box-shadow: 0 0 45px rgba(121,72,255,.24); }
.cta-card p { max-width: 690px; margin-inline: auto; }
.cta-actions { justify-content: center; }
.placeholder-note { display: block; color: #766f82; margin-top: 18px; }
.footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #777080; font-size: 12px; }
.footer > p { text-align: center; }
.footer > div { display: flex; justify-content: flex-end; gap: 18px; }
.footer a:hover { color: white; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .24s; }
@keyframes floatLogo { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 980px) {
  .site-header { top: 8px; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 88px; flex-direction: column; align-items: stretch; gap: 5px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,6,15,.97); }
  .nav.open { display: flex; }
  .nav a { padding: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 95px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-proof { text-align: left; }
  .hero-visual { min-height: 520px; }
  .logo-stage { width: min(700px, 100%); }
  .steps-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .roadmap-card { grid-template-columns: 1fr; gap: 30px; }
  .footer { grid-template-columns: 1fr; text-align: center; padding: 40px 0; }
  .footer > p { margin: 0; }
  .footer > div { justify-content: center; }
}
@media (max-width: 680px) {
  .section-shell { width: min(100% - 26px, 1180px); }
  .section-pad { padding: 82px 0; }
  .site-header { width: calc(100% - 18px); }
  h1 { font-size: clamp(47px, 15vw, 70px); }
  .hero { min-height: auto; padding-bottom: 30px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; }
  .float-card { transform: scale(.84); }
  .float-card-top { right: -16px; }
  .float-card-bottom { left: -16px; }
  .split-heading { display: block; }
  .steps-grid, .feature-grid { grid-template-columns: 1fr; }
  .feature-large { padding: 28px; }
  .feature { min-height: auto; }
  .feature-symbol { margin-bottom: 34px; }
  .dashboard-topbar { flex-wrap: wrap; padding: 16px; gap: 12px; }
  .dash-brand { width: 100%; }
  .last-updated { margin-left: auto; }
  .metric-row { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .roadmap-card { padding: 30px 24px; }
  .cta-card { padding: 55px 20px; }
  .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
