:root {
  --bg: #05050b;
  --bg-soft: #0a0b16;
  --ink: #f5fbff;
  --muted: #9da7bc;
  --cyan: #48fff1;
  --cyan2: #18dbe7;
  --blue: #2760ff;
  --violet: #6b27ff;
  --pink: #fb34ff;
  --line: rgba(255,255,255,.12);
  --glass: rgba(13, 15, 29, .62);
  --shadow: 0 24px 90px rgba(27, 236, 255, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--cyan); color: #031014; }

#liquid-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  background:
    radial-gradient(circle at 20% 20%, rgba(20, 242, 233, .05), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(241, 47, 255, .04), transparent 30%),
    #04050a;
}
.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .11;
  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='.18'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.cursor-glow {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -2;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(53,246,255,.11), rgba(172,43,255,.04) 45%, transparent 70%);
  filter: blur(14px);
}
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }

.topbar {
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-weight: 950;
  letter-spacing: -.03em;
  font-size: 17px;
}
.brand-dot {
  width: 18px;
  height: 18px;
  border-radius: 55% 45% 62% 38%;
  background: linear-gradient(135deg, var(--cyan), var(--blue) 50%, var(--pink));
  box-shadow: 0 0 22px rgba(83,255,244,.6);
  animation: morph 4s ease-in-out infinite;
}
.topnav { display: flex; gap: 28px; font-size: 12px; font-weight: 800; letter-spacing: .14em; color: #b8c0d0; }
.topnav a { transition: color .2s ease; }
.topnav a:hover { color: var(--cyan); }
.mini-buy {
  justify-self: end;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: .25s ease;
}
.mini-buy:hover { background: #fff; color: #05050b; transform: translateY(-2px); }

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 42px;
  padding-top: 36px;
  padding-bottom: 82px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  left: 23%;
  top: 16%;
  border: 1px solid rgba(67,248,240,.12);
  border-radius: 47% 53% 31% 69% / 61% 34% 66% 39%;
  animation: spin 16s linear infinite;
}
.eyebrow, .section-kicker {
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 900;
  color: #a6b3c9;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; }
.live-dot { width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 18px var(--cyan); animation: pulse 1.5s ease infinite; }
.hero h1 {
  margin: 0;
  font-size: clamp(70px, 9.1vw, 145px);
  line-height: .78;
  letter-spacing: -.085em;
  font-weight: 1000;
  text-transform: uppercase;
  position: relative;
}
.word-solid { display: block; }
.word-liquid {
  display: block;
  background: linear-gradient(100deg, #70fff6 5%, #37cde7 25%, #5156ff 50%, #b82fff 74%, #ff5dea 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(68, 238, 255, .16));
}
.hero-lede {
  max-width: 620px;
  margin: 34px 0 28px;
  color: #aeb7c8;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.52;
  font-weight: 560;
}
.hero-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 620px; }
.action-btn {
  min-height: 59px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.action-btn::before {
  content: "";
  position: absolute;
  inset: auto auto -90% -30%;
  width: 150%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(71,255,242,.28), rgba(123,45,255,.18) 42%, transparent 68%);
  transition: .4s ease;
}
.action-btn > * { position: relative; z-index: 1; }
.action-btn:hover { transform: translateY(-4px); border-color: rgba(91,255,246,.42); background: rgba(255,255,255,.08); }
.action-btn:hover::before { transform: translateY(-14%); }
.action-pump { background: linear-gradient(100deg, rgba(66,255,242,.13), rgba(118,42,255,.14)); border-color: rgba(76, 255, 244, .26); }
.action-btn.compact { width: 180px; }

.ca-card {
  max-width: 620px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px 15px 15px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(0,0,0,.24);
}
.ca-card > div { min-width: 0; }
.ca-label { display: block; font-size: 9px; letter-spacing: .18em; color: #6f7d96; font-weight: 900; margin-bottom: 5px; }
.ca-card code { display: block; color: #d9e9ef; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; }
.copy-btn {
  border: 0;
  color: #020808;
  background: var(--cyan);
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 10px;
  font-weight: 1000;
  cursor: pointer;
}
.hero-stats { display: flex; gap: 30px; margin-top: 30px; }
.hero-stats div { display: grid; gap: 4px; }
.hero-stats span { color: #5e6b82; font-size: 9px; letter-spacing: .16em; font-weight: 900; }
.hero-stats strong { font-size: 12px; letter-spacing: .08em; }

.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.character-wrap {
  width: min(590px, 45vw);
  aspect-ratio: 1;
  border-radius: 47% 53% 44% 56% / 52% 43% 57% 48%;
  position: relative;
  z-index: 4;
  transition: transform .15s ease-out;
  animation: float 5.5s ease-in-out infinite;
}
.character-wrap::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: rgba(38, 242, 255, .16);
  filter: blur(56px);
  z-index: -1;
}
.character-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: saturate(1.17) contrast(1.05) drop-shadow(0 28px 70px rgba(63, 220, 255, .14));
  mix-blend-mode: screen;
}
.visual-halo {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 70deg, rgba(75,255,242,.2), rgba(54,72,255,.06), rgba(252,54,255,.18), rgba(75,255,242,.2));
  filter: blur(36px);
  animation: spin 10s linear infinite;
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); top: 12%; left: 16%; }
.orbit-a { width: 81%; aspect-ratio: 1; transform: rotate(-21deg); animation: orbitA 13s linear infinite; }
.orbit-b { width: 65%; aspect-ratio: 1; transform: rotate(37deg); border-color: rgba(251,52,255,.14); animation: orbitB 9s linear infinite reverse; }
.float-tag {
  position: absolute;
  z-index: 6;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .11em;
  color: #c9d7e2;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,9,18,.72);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.tag-one { top: 15%; left: 2%; animation: tagFloat 4.1s ease-in-out infinite; }
.tag-two { right: 2%; top: 34%; animation: tagFloat 5s ease-in-out infinite .7s; }
.tag-three { bottom: 17%; left: 7%; animation: tagFloat 4.6s ease-in-out infinite .2s; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.025); transform: rotate(-1deg) scale(1.01); }
.ticker-track { display: flex; align-items: center; width: max-content; gap: 27px; padding: 17px 0; animation: ticker 24s linear infinite; font-size: 12px; letter-spacing: .12em; font-weight: 950; }
.ticker-track span:nth-child(4n+1) { color: var(--cyan); }
.ticker-track i { color: var(--pink); font-size: 8px; }

.section-kicker { margin-bottom: 25px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.about h2, .section-heading h2, .chart-head h2, .final-inner h2 {
  margin: 0;
  font-size: clamp(52px, 7vw, 104px);
  line-height: .88;
  letter-spacing: -.07em;
  font-weight: 1000;
}
.about h2 span, .section-heading h2 span, .chart-head h2 span, .final-inner h2 span {
  background: linear-gradient(90deg, var(--cyan), #59a9ff 50%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-copy { padding-top: 10px; }
.about-copy p { margin: 0 0 24px; color: #a9b4c6; font-size: 18px; line-height: 1.72; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 76px; }
.feature-card {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  position: relative;
  overflow: hidden;
}
.feature-index { font-family: ui-monospace, monospace; color: var(--cyan); font-size: 11px; }
.feature-card h3 { margin: 95px 0 14px; font-size: 25px; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: #96a1b6; line-height: 1.55; font-size: 14px; max-width: 92%; }
.card-wave { position: absolute; width: 220px; height: 220px; right: -90px; top: -90px; border-radius: 44% 56% 67% 33% / 32% 52% 48% 68%; background: radial-gradient(circle at 30% 30%, rgba(68,255,244,.55), rgba(80,84,255,.2) 42%, rgba(247,56,255,.13) 64%, transparent 67%); filter: blur(8px); animation: morph 6s ease-in-out infinite; opacity: .55; }

.manifesto { min-height: 560px; display: grid; place-items: center; overflow: hidden; border-block: 1px solid var(--line); background: rgba(2, 3, 8, .58); }
.manifesto-inner { text-align: center; position: relative; z-index: 2; }
.manifesto-inner > span { font-size: 11px; letter-spacing: .2em; color: #77869e; font-weight: 900; }
.manifesto h2 { font-size: clamp(55px, 8vw, 116px); letter-spacing: -.075em; line-height: .86; margin: 22px 0 16px; }
.manifesto h2 em { font-style: normal; color: var(--cyan); text-shadow: 0 0 40px rgba(62,255,243,.23); }
.manifesto p { color: #8f9cb2; letter-spacing: .07em; }
.manifesto-orb { position: absolute; width: 430px; aspect-ratio: 1; border-radius: 50%; filter: blur(32px); opacity: .22; animation: morph 9s ease-in-out infinite; }
.orb-left { left: -160px; top: 30%; background: radial-gradient(circle at 35% 30%, var(--cyan), var(--blue) 48%, transparent 70%); }
.orb-right { right: -160px; top: -10%; background: radial-gradient(circle at 35% 30%, var(--pink), var(--violet) 48%, transparent 70%); animation-delay: -3s; }

.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.section-heading p { color: #7f8da3; line-height: 1.6; max-width: 320px; justify-self: end; }
.roadmap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.phase {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px 28px 31px;
  background: rgba(255,255,255,.035);
  position: relative;
  overflow: hidden;
  transition: .25s ease;
}
.phase::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -90px; bottom: -100px; background: var(--cyan); filter: blur(55px); opacity: .16; }
.phase:nth-child(2)::after, .phase:nth-child(4)::after { background: var(--pink); }
.phase:hover { transform: translateY(-4px); border-color: rgba(78,250,242,.34); }
.phase-top { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .14em; color: #717f96; font-weight: 900; }
.phase-top b { color: var(--cyan); }
.phase h3 { font-size: 30px; letter-spacing: -.04em; margin: 53px 0 26px; }
.phase ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; color: #9da9ba; font-size: 14px; }
.phase li { padding-left: 20px; position: relative; }
.phase li::before { content: "↳"; position: absolute; left: 0; color: var(--pink); }

.chart-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 38px; }
.chart-frame {
  min-height: 600px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(5,7,14,.72);
  position: relative;
  box-shadow: 0 30px 110px rgba(55, 217, 255, .06);
}
.chart-frame iframe { width: 100%; height: 600px; border: 0; display: block; background: #080a11; }
.chart-placeholder { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; background: radial-gradient(circle at center, rgba(57,255,244,.07), transparent 32%); }
.chart-placeholder strong { font-size: clamp(24px, 4vw, 48px); letter-spacing: -.04em; }
.chart-placeholder span { color: #7c8a9f; font-size: 13px; }
.chart-placeholder code { color: var(--cyan); }
.placeholder-orb { width: 160px; height: 160px; margin-bottom: 20px; border-radius: 45% 55% 63% 37% / 55% 36% 64% 45%; background: linear-gradient(135deg, var(--cyan), var(--blue) 48%, var(--pink)); filter: blur(.2px) drop-shadow(0 0 38px rgba(64,255,246,.26)); animation: morph 5s ease-in-out infinite, float 4s ease-in-out infinite; }

.final-cta { border-top: 1px solid var(--line); overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(65,255,245,.16), rgba(106,40,255,.08) 43%, transparent 70%); right: -130px; top: -170px; filter: blur(20px); }
.final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; position: relative; z-index: 2; }
.final-actions { justify-self: end; width: min(100%, 400px); }
.mega-btn { min-height: 106px; padding: 0 28px; border-radius: 22px; background: linear-gradient(100deg, var(--cyan), #86edff 22%, #7e70ff 58%, var(--pink)); color: #05050a; display: flex; align-items: center; justify-content: space-between; font-size: 31px; font-weight: 1000; letter-spacing: -.04em; box-shadow: 0 20px 80px rgba(74,245,255,.18); transition: transform .25s ease, filter .25s ease; }
.mega-btn:hover { transform: translateY(-5px) rotate(-1deg); filter: saturate(1.2) brightness(1.05); }
.final-actions p { color: #68758a; font-size: 11px; line-height: 1.55; margin: 17px 4px 0; }
.footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #59657b; font-size: 10px; letter-spacing: .12em; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.75,.25,1), transform .8s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@keyframes morph {
  0%,100% { border-radius: 43% 57% 62% 38% / 54% 35% 65% 46%; transform: rotate(0deg) scale(1); }
  50% { border-radius: 61% 39% 39% 61% / 39% 59% 41% 61%; transform: rotate(6deg) scale(1.05); }
}
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-15px) rotate(1deg); } }
@keyframes tagFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.72); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes orbitA { to { transform: rotate(339deg); } }
@keyframes orbitB { to { transform: rotate(397deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 960px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topnav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { z-index: 8; }
  .hero-visual { min-height: 500px; margin-top: -30px; }
  .character-wrap { width: min(620px, 82vw); }
  .about-grid, .section-heading, .final-inner { grid-template-columns: 1fr; gap: 34px; }
  .section-heading p, .final-actions { justify-self: start; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .feature-card h3 { margin-top: 70px; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 26px, 1180px); }
  .section { padding: 85px 0; }
  .topbar { height: 74px; }
  .mini-buy { display: none; }
  .hero { min-height: auto; padding-top: 52px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(66px, 23vw, 105px); }
  .hero-lede { font-size: 17px; margin-top: 26px; }
  .hero-actions { grid-template-columns: 1fr; }
  .action-btn { min-height: 54px; }
  .hero-stats { gap: 22px; flex-wrap: wrap; }
  .hero-visual { min-height: 390px; }
  .character-wrap { width: 95vw; }
  .orbit-a { width: 92%; }
  .orbit-b { width: 72%; }
  .float-tag { font-size: 8px; padding: 8px 9px; }
  .tag-one { left: 0; }
  .tag-two { right: 0; }
  .about-grid { gap: 28px; }
  .about h2, .section-heading h2, .chart-head h2, .final-inner h2 { font-size: clamp(50px, 16vw, 76px); }
  .about-copy p { font-size: 16px; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .chart-head { align-items: flex-start; flex-direction: column; }
  .chart-frame, .chart-frame iframe { min-height: 500px; height: 500px; }
  .final-inner { align-items: start; }
  .mega-btn { min-height: 90px; font-size: 27px; }
  .footer { padding: 30px 0; flex-direction: column; align-items: flex-start; gap: 9px; line-height: 1.45; }
  .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
