@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=DM+Sans:wght@400;500;600;700;800&display=swap');
:root {
  --lime: #c1ff28;
  --purple: #ad86ff;
  --ink: #121014;
  --line: #332b3b;
  font-family: 'DM Sans', sans-serif;
  color: #f5f2f7;
  background: var(--ink);
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 7px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.nav {
  height: 96px;
  margin: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.logo {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.16em;
  font-size: 1.95rem;
  font-weight: 650;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.logo .logo-token {
  margin: 0;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: var(--lime);
}
.logo .logo-spark {
  margin: 2px 0 0 1px;
  font-size: 0.7rem;
  letter-spacing: 0;
  color: var(--lime);
}
.motion-toggle {
  font-size: 0.75rem;
  display: flex;
  gap: 13px;
  align-items: center;
  background: none;
  border: 0;
  color: #b4a6bf;
  padding: 12px 0;
}
.motion-toggle span {
  color: #f7f4f9;
  font-size: 1rem;
}
.hero {
  position: relative;
  min-height: 720px;
  padding: 60px 5% 90px;
  isolation: isolate;
  overflow: hidden;
}
.ambient {
  position: absolute;
  inset: -5% -10% -20% 20%;
  background: radial-gradient(ellipse at 65% 50%, #7940c948, transparent 65%);
  z-index: -2;
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 3;
  width: 44%;
  pointer-events: none;
}
.hero-copy button {
  pointer-events: auto;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #c2b3cc;
  margin-bottom: 24px;
}
.eyebrow span {
  font-size: 1.35rem;
  color: var(--purple);
  animation: spin 15s linear infinite;
}
h1,
h2,
p {
  margin: 0;
}
h1 {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: clamp(4.7rem, 7.6vw, 8.4rem);
  letter-spacing: -0.025em;
  line-height: 0.86;
  font-weight: 800;
  transform: rotate(-3deg);
  transform-origin: 0 50%;
  text-shadow: 5px 5px 0 #0003;
}
h1 > span {
  color: var(--lime);
  display: inline-block;
}
h1 > em {
  color: #f5f2f7;
  display: inline-block;
  font-style: normal;
  white-space: nowrap;
}
h1 > span.punch {
  animation: punch 0.4s ease;
}
.hero-copy > p {
  font-size: 1rem;
  line-height: 1.65;
  color: #b5a7c0;
  margin-top: 28px;
}
.smack {
  margin-top: 26px;
  background: var(--lime);
  color: var(--ink);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 5px 0 #698d15;
  display: flex;
  align-items: center;
  gap: 58px;
  padding: 18px 24px;
  font-size: 1rem;
  font-weight: 800;
  transform: rotate(-2deg);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.smack:hover {
  transform: rotate(1deg) translateY(-3px);
  box-shadow: 0 8px 0 #698d15;
}
.smack:active {
  transform: translateY(5px);
  box-shadow: 0 0 0 #698d15;
}
.smack span {
  font-size: 1.4rem;
  line-height: 1;
}
.button-hint {
  display: block;
  margin-top: 19px;
  color: #8b7c96;
  font-size: 0.75rem;
}
.arena {
  position: absolute;
  left: 42%;
  right: 2%;
  top: 15px;
  bottom: 70px;
  overflow: hidden;
  isolation: isolate;
}
.arena-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#b889ff0c 1px, transparent 1px),
    linear-gradient(90deg, #b889ff0c 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse, #000 10%, transparent 72%);
  transform: perspective(800px) rotateX(10deg) rotateZ(-8deg);
  animation: grid-drift 12s linear infinite;
}
.arena-word {
  position: absolute;
  top: 34%;
  left: 1%;
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  transform: rotate(-13deg);
  color: transparent;
  -webkit-text-stroke: 1px #9e69d849;
  user-select: none;
  white-space: nowrap;
}
.ball {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(240px, 29vw, 410px);
  aspect-ratio: 1;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
  will-change: transform;
  z-index: 3;
}
.ball:active {
  cursor: grabbing;
}
.ball img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 10px 23px #9fff1310);
}
.effects,
.market-chart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.effects {
  z-index: 4;
}
.market-chart {
  z-index: 2;
  opacity: 0.96;
  overflow: visible;
}
.chart-candles {
  fill: none;
  stroke: #ad86ff;
  stroke-width: 0.42;
  opacity: 0.48;
  vector-effect: non-scaling-stroke;
}
.chart-candles .candle-bodies {
  fill: #ad86ff;
  stroke: none;
}
.market-dip,
.market-rebound {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.market-dip {
  stroke: #ff5d78;
  stroke-width: 5px;
  filter: drop-shadow(0 0 9px #ff5d7890);
}
.market-rebound {
  stroke: var(--lime);
  stroke-width: 7px;
  filter: drop-shadow(0 0 13px #c1ff28b0);
}
.market-area {
  fill: url('#rebound-fill');
  stroke: none;
}
.market-readout {
  position: absolute;
  top: 54px;
  right: 7%;
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 5px;
  padding: 10px 12px;
  border: 1px solid #c1ff2840;
  background: #17121db8;
  backdrop-filter: blur(8px);
  transform: rotate(2deg);
}
.market-readout span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #9d8daa;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
}
.market-readout i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
  animation: market-blink 1.2s steps(2, end) infinite;
}
.market-readout strong {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  color: var(--lime);
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.ball-shadow {
  position: absolute;
  width: 160px;
  height: 16px;
  border-radius: 50%;
  background: #bbfc2d;
  filter: blur(22px);
  opacity: 0.2;
  will-change: transform;
  z-index: 0;
}
.support-line {
  position: absolute;
  bottom: 65px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c1ff2870 7%, var(--lime) 50%, #c1ff2870 93%, transparent);
  transform: rotate(-2deg);
  box-shadow: 0 0 18px #c1ff2870;
  z-index: 2;
}
.support-line::before {
  content: '';
  position: absolute;
  inset: -13px 12% -13px;
  background: radial-gradient(ellipse, #c1ff2830, transparent 65%);
  opacity: 0.65;
}
.support-line span,
.support-line em {
  position: absolute;
  top: 10px;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
  font-style: normal;
}
.support-line span {
  left: 3%;
  padding: 4px 7px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 800;
}
.support-line em {
  right: 3%;
  color: #879f4d;
}
.support-line.pulse {
  animation: support-hit 0.55s ease-out;
}
.arena-label {
  position: absolute;
  bottom: 15px;
  left: 8%;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: #bda6d1;
  transform: rotate(-4deg);
  z-index: 5;
}
.bounce-count {
  position: absolute;
  right: 7%;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.bounce-count > span {
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
  color: #9682a5;
  max-width: 25px;
  line-height: 1.4;
}
.bounce-count strong {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--purple);
  font-variant-numeric: tabular-nums;
}
.impact-word {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--purple);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -webkit-text-stroke: 1px #121014;
}
.marquee {
  overflow: hidden;
  background: var(--lime);
  color: var(--ink);
  padding: 15px 0;
  transform: rotate(-1.5deg) scale(1.02);
  position: relative;
  z-index: 5;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  box-shadow: 0 10px 0 #0004;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}
.marquee-track > span {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  white-space: nowrap;
  font-size: 2.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 35px;
  padding-right: 35px;
}
.marquee b {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
.vibe {
  position: relative;
  padding: 110px 7% 95px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  column-gap: 70px;
  row-gap: 32px;
}
.vibe-kicker {
  grid-column: 1/-1;
  font-size: 0.6875rem;
  letter-spacing: 0.11em;
  color: #ac96bb;
}
.vibe h2,
.launch h2 {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: clamp(4rem, 6.5vw, 7rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.025em;
}
.vibe h2 > span {
  color: var(--lime);
}
.vibe-copy {
  align-self: center;
  position: relative;
  padding-top: 35px;
}
.asterisk {
  position: absolute;
  right: 0;
  top: -25px;
  color: var(--lime);
  font-size: 4rem;
  line-height: 1;
  animation: spin 25s linear infinite;
}
.vibe-copy p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #d2c7d9;
  max-width: 330px;
}
.vibe-copy p + p {
  margin-top: 20px;
}
.small-note {
  display: block;
  margin-top: 28px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  color: #8e7f99;
}
.launch {
  background: #281a38;
  color: #f5f2f7;
  padding: 78px 7%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
}
.launch-badge {
  display: inline-block;
  background: var(--lime);
  color: var(--ink);
  border: 1px solid var(--lime);
  border-radius: 5px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  padding: 7px 10px;
  font-weight: 700;
  transform: rotate(-5deg);
  margin-bottom: 26px;
}
.launch h2 {
  font-size: clamp(4rem, 6.7vw, 7rem);
}
.launch h2 span {
  color: var(--lime);
}
.launch-heading p {
  font-size: 1rem;
  margin-top: 24px;
  line-height: 1.7;
}
.launch-info {
  align-self: center;
}
.launch-status {
  color: var(--lime);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 2px solid var(--lime);
}
dl {
  margin: 0;
}
dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid #c1ff2833;
  font-size: 0.875rem;
}
dt {
  color: #c4b5d1;
}
dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}
.launch-info > p {
  font-size: 0.75rem;
  color: #b8a9c6;
  margin-top: 20px;
  line-height: 1.6;
}
.last-bounce {
  text-align: center;
  padding: 65px 5%;
}
.last-bounce p {
  font-size: 0.6875rem;
  color: #9682a7;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.last-bounce a {
  color: var(--lime);
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: clamp(2.3rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.last-bounce a span {
  color: var(--lime);
  display: inline-block;
  transition: transform 0.2s;
}
.last-bounce a:hover span {
  transform: rotate(-20deg);
}
footer {
  margin: 0 5%;
  padding: 28px 0;
  border-top: 1px solid #c1ff2833;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
footer .logo {
  font-size: 1.7rem;
}
footer p {
  font-size: 0.75rem;
  color: #ac99b9;
}
footer > span {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #867491;
  white-space: nowrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes grid-drift {
  to {
    background-position: 46px 46px;
  }
}
@keyframes punch {
  40% {
    transform: scale(1.13) rotate(5deg);
  }
  75% {
    transform: scale(0.98) rotate(-2deg);
  }
}
@keyframes support-hit {
  35% {
    transform: rotate(-2deg) scaleY(7);
    filter: brightness(1.7);
  }
}
@keyframes market-blink {
  50% {
    opacity: 0.35;
  }
}
.paused * {
  animation-play-state: paused !important;
}
.paused .ball {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .hero {
    min-height: 680px;
    padding-top: 55px;
  }
  h1 {
    font-size: 6.4rem;
  }
  .arena {
    left: 41%;
    right: 0;
  }
  .ball {
    width: 280px;
  }
  .hero-copy {
    width: 48%;
  }
  .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.06em;
  }
  .vibe {
    gap: 40px;
  }
  .launch {
    gap: 45px;
  }
}
@media (max-width: 650px) {
  .nav {
    height: 80px;
    margin: 0 6%;
    flex-wrap: wrap;
    gap: 0;
  }
  .logo {
    font-size: 1.9rem;
  }
  .motion-toggle {
    font-size: 0.625rem;
    gap: 9px;
  }
  .hero {
    padding: 83px 6% 70px;
    min-height: 900px;
  }
  .hero-copy {
    width: 100%;
  }
  .eyebrow {
    font-size: 0.5625rem;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(4.35rem, 18vw, 6.2rem);
    line-height: 0.83;
  }
  .hero-copy > p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 23px;
  }
  .smack {
    margin-top: 21px;
    font-size: 0.875rem;
    padding: 16px 20px;
    gap: 53px;
  }
  .button-hint {
    font-size: 0.6875rem;
    margin-top: 16px;
  }
  .arena {
    left: 0;
    right: 0;
    top: 450px;
    bottom: 66px;
  }
  .ball {
    width: 210px;
  }
  .arena-word {
    font-size: 25vw;
    top: 31%;
    left: 8%;
  }
  .market-readout {
    top: 24px;
    right: 6%;
  }
  .market-readout strong {
    font-size: 1.1rem;
  }
  .ambient {
    inset: 20% -50% 0 -50%;
    background: radial-gradient(ellipse at 55% 68%, #7940c94a, transparent 65%);
  }
  .arena-label {
    left: 6%;
    font-size: 0.5625rem;
    bottom: 14px;
  }
  .bounce-count {
    right: 6%;
    bottom: 4px;
  }
  .bounce-count strong {
    font-size: 2rem;
  }
  .marquee {
    padding: 12px 0;
  }
  .marquee-track > span {
    font-size: 1.65rem;
    gap: 24px;
    padding-right: 24px;
  }
  .marquee b {
    font-size: 1.5rem;
  }
  .vibe {
    padding: 73px 6% 58px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .vibe h2 {
    font-size: 4.6rem;
  }
  .vibe-copy {
    padding-top: 10px;
    max-width: 340px;
  }
  .vibe-copy p {
    font-size: 1rem;
    max-width: 290px;
  }
  .asterisk {
    right: 0;
    top: -43px;
    font-size: 2.9rem;
  }
  .small-note {
    margin-top: 23px;
  }
  .launch {
    padding: 55px 6%;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .launch h2 {
    font-size: 4.3rem;
  }
  .launch-heading p {
    font-size: 0.9375rem;
    margin-top: 20px;
  }
  .last-bounce {
    padding: 50px 6%;
  }
  .last-bounce a {
    font-size: 2.45rem;
  }
  .last-bounce p {
    font-size: 0.625rem;
  }
  footer {
    margin: 0 6%;
    flex-wrap: wrap;
    padding: 26px 0;
    gap: 18px;
  }
  footer p {
    width: 100%;
    order: 3;
    font-size: 0.6875rem;
  }
  footer > span {
    margin-left: auto;
  }
  .impact-word {
    font-size: 2.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.marquee-wrap {
  overflow: hidden;
  padding: 15px 0;
  margin: -15px 0;
  position: relative;
  z-index: 5;
}

.launch-info dl > div:first-child dd {
  color: var(--lime);
}

/* Free-bouncing mascot over a decorative market chart. */
.arena { overflow: visible; }
.arena-grid {
  background-size: 48px 48px;
  transform: none;
  animation: none;
  inset: -90px -70px -35px -140px;
  mask-image: radial-gradient(ellipse at 57% 50%, #000 25%, transparent 73%);
}
.chart-backdrop {
  position: absolute;
  inset: -35px -45px 0 -100px;
  width: calc(100% + 145px);
  height: calc(100% + 35px);
  mask-image: radial-gradient(ellipse at 56% 48%, #000 34%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.chart-fill { fill: url('#chart-wash'); }
.chart-price {
  fill: none;
  stroke: #c1ff284d;
  stroke-width: 2;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.chart-bars path { stroke-width: 2; vector-effect: non-scaling-stroke; }
.candle-up { fill: #b9f7346b; stroke: #b9f734a0; }
.candle-down { fill: #f16d8860; stroke: #f16d8890; }
.chart-bars rect { stroke: none; }
.arena-floor {
  position: absolute;
  bottom: 65px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c1ff2850, transparent);
}
.bounce-count strong { color: var(--lime); }
.bounce-count > span { max-width: 44px; }
.tail-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 0 13px #c1ff2855);
}
#tail-wick { fill: none; stroke: #d6ff76; stroke-width: 3; stroke-linecap: round; }
#tail-body { fill: #b8f82c; stroke: #dcff96; stroke-width: 1; }
.arena .ball { width: clamp(145px, 18vw, 250px); }
@media (max-width: 650px) {
  .arena .ball { width: 140px; }
}
.support-line {
  bottom: 70px;
  transform: none;
  z-index: 2;
  background: linear-gradient(90deg, transparent, #c1ff28 12%, #c1ff28 88%, transparent);
}
.support-line.pulse { animation: support-ripple .45s ease-out; }
.support-line span { top: 10px; font-size: 10px; }
.support-line em { top: 14px; font-size: 9px; }
.arena-label { bottom: 4px; }
.bounce-count { bottom: 0; }
@keyframes support-ripple {
  40% { filter: brightness(1.9); box-shadow: 0 0 32px #c1ff28a0; }
}
@media (max-width: 1000px) and (min-width: 651px) {
  .hero h1 { font-size: clamp(3.5rem, 7.6vw, 6.2rem); }
}
@media (max-width: 650px) {
  .hero { padding-top: 38px; min-height: 960px; }
  .arena { top: 495px; bottom: 45px; }
  .arena-grid { inset: -150px -30px -20px; }
  .chart-backdrop { inset: -85px -40px 0; width: calc(100% + 80px); height: calc(100% + 85px); }
  .hero h1 { font-size: clamp(4.1rem, 17.5vw, 6.2rem); }
}
