@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;800&family=Manrope:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";
:root {
  --bg-0: #000;
  --bg-1: #000;
  --bg-2: #000;
  --surface: #0715289e;
  --surface-soft: #0a1d3385;
  --border-soft: #b6dcff52;
  --text-main: #edf6ff;
  --text-dim: #b8cbe4;
  --text-faint: #8ea3bf;
  --aura: #f4fbff;
  --aura-blue: #93d4ff;
  --aura-mint: #a8f3ff;
  --shadow-soft: 0 18px 70px #61a3ec33;
  --shadow-strong: 0 0 30px #effbffad, 0 0 96px #6ebcff6b;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --font-display: "Cinzel", serif;
  --font-body: "Manrope", sans-serif;
  --font-mono: "Space Mono", monospace;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  font-synthesis: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  color: var(--text-main);
  font-family: var(--font-body);
  background: #000;
  margin: 0;
  line-height: 1.55;
}
body.modal-open,
body.loading-active {
  overflow: hidden;
}
#app {
  isolation: isolate;
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}
.app-shell {
  min-height: 100vh;
  position: relative;
}
.app-shell--loading .euphoria-site {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.site-background-video {
  z-index: -6;
  object-fit: cover;
  object-position: center center;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}
.site-background-overlay {
  z-index: -5;
  pointer-events: none;
  background: radial-gradient(circle at 50% 20%, #0000001f, #0000 45%),
    linear-gradient(#0000006b 0%, #00000085 100%);
  position: fixed;
  inset: 0;
}
.loader-overlay {
  z-index: 200;
  opacity: 1;
  filter: blur();
  background: radial-gradient(circle at 50% 34%, #a8d9ff1f, #0000 36%),
    radial-gradient(circle at 16% 85%, #84bfff14, #0000 38%), #000;
  place-items: center;
  transition: opacity 0.6s, filter 0.6s;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.loader-overlay--ending {
  opacity: 0;
  filter: blur(5px);
}
.loader-stars {
  opacity: 0.9;
  filter: drop-shadow(0 0 10px #e1f6ffcc);
  background-image: radial-gradient(circle, #f5fcff 1.2px, #0000 2px),
    radial-gradient(circle, #d2efffeb 0.95px, #0000 1.7px),
    radial-gradient(circle, #ecf8ffd1 0.8px, #0000 1.5px);
  background-position: 0 0, 80px 110px, 170px 60px;
  background-size: 120px 120px, 170px 170px, 240px 240px;
  animation: 18s linear infinite loader-stars-drift,
    2.4s ease-in-out infinite loader-stars-twinkle;
  position: absolute;
  inset: -8%;
}
.loader-noise {
  mix-blend-mode: screen;
  opacity: 0.65;
  background: radial-gradient(circle at 20% 20%, #ffffff0f, #0000 28%),
    radial-gradient(circle at 70% 60%, #bce6ff14, #0000 32%),
    radial-gradient(circle at 40% 84%, #92ccff0f, #0000 26%);
  animation: 1.9s ease-in-out infinite loader-noise-pulse;
  position: absolute;
  inset: 0;
}
.loader-content {
  z-index: 2;
  justify-items: center;
  gap: 0.9rem;
  width: min(90vw, 440px);
  display: grid;
  position: relative;
}
.loader-vortex {
  aspect-ratio: 1;
  place-items: center;
  width: min(60vw, 240px);
  display: grid;
  position: relative;
}
.loader-orbit {
  border: 1px solid #d4f1ff59;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 24px #b3e3ff33, 0 0 20px #bbe7ff29;
}
.loader-orbit--one {
  animation: 1.9s linear infinite loader-orbit-spin;
}
.loader-orbit--two {
  border-color: #c0ebff7a;
  animation: 1.45s linear infinite loader-orbit-spin-reverse;
  inset: 9%;
}
.loader-orbit--three {
  border-color: #dff6ff8f;
  animation: 1.1s linear infinite loader-orbit-spin;
  inset: 18%;
}
.loader-logo-wrap {
  aspect-ratio: 1;
  background: radial-gradient(circle, #d4f1ff1f, #0000);
  border-radius: 50%;
  place-items: center;
  width: 64%;
  display: grid;
  box-shadow: 0 0 36px #d4f1ff61;
}
.loader-logo {
  filter: drop-shadow(0 0 18px #f0fbfff2);
  border-radius: 50%;
  width: 100%;
  animation: 1.35s linear infinite loader-logo-spin,
    1.25s ease-in-out infinite loader-logo-liquid;
}
.loader-brand {
  font-family: var(--font-display);
  letter-spacing: 0.24em;
  color: #eff9ff;
  text-shadow: 0 0 15px #dff5ffb8;
  font-size: clamp(1rem, 2.8vw, 1.18rem);
}
.loader-text {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d5ecffe6;
  font-size: 0.86rem;
}
.loader-progress {
  background: #ade1ff33;
  border: 1px solid #bee9ff47;
  border-radius: 999px;
  width: min(72vw, 260px);
  height: 5px;
  overflow: hidden;
}
.loader-progress span {
  background: linear-gradient(90deg, #e0f6ffd9, #97ddff);
  border-radius: 999px;
  width: 0;
  height: 100%;
  animation: 3s linear forwards loader-progress-fill;
  display: block;
  box-shadow: 0 0 16px #c0ecfff2;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
video {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.container {
  width: min(1120px, 100vw - 2.4rem);
  margin-inline: auto;
}
.euphoria-site {
  z-index: 1;
  position: relative;
}
.sky-layer {
  z-index: -3;
  pointer-events: none;
  position: fixed;
  inset: 0;
}
.sky-layer--stars {
  opacity: 0.98;
  filter: drop-shadow(0 0 4px #e4f6ffbd);
  background-image: radial-gradient(circle, #f5fcff 1.15px, #0000 1.9px),
    radial-gradient(circle, #d2efffe6 0.95px, #0000 1.6px),
    radial-gradient(circle, #ecf8ffc7 0.8px, #0000 1.4px);
  background-position: 0 0, 120px 90px, 210px 180px;
  background-size: 180px 180px, 255px 255px, 340px 340px;
  animation: 84s linear infinite star-drift;
  position: fixed;
}
.sky-layer--stars:before,
.sky-layer--stars:after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -12%;
}
.sky-layer--stars:before {
  opacity: 1;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 11px #ecf8fff5);
  background-image: radial-gradient(circle, #fff 1.35px, #0000 2.3px),
    radial-gradient(circle, #f0faff 1.2px, #0000 2.1px),
    radial-gradient(circle, #d1eeffe6 1px, #0000 1.8px);
  background-position: 20px 30px, 120px 80px, 210px 170px;
  background-size: 150px 150px, 220px 220px, 300px 300px;
  animation: 2.5s ease-in-out infinite star-twinkle-soft,
    120s linear infinite star-parallax-a;
}
.sky-layer--stars:after {
  opacity: 0.92;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 15px #e1f6ff);
  background-image: radial-gradient(circle, #fff 1.7px, #0000 2.7px),
    radial-gradient(circle, #dbf3fff5 1.2px, #0000 2.1px),
    radial-gradient(circle, #b6e5ffd1 1px, #0000 1.8px);
  background-position: 80px 40px, 180px 160px, 260px 260px;
  background-size: 210px 210px, 290px 290px, 380px 380px;
  animation: 3.4s linear infinite star-twinkle-strong,
    145s linear infinite reverse star-parallax-b;
}
.sky-layer--mist {
  filter: blur(22px);
  background: radial-gradient(circle at 40% 24%, #99d8ff08, #0000 38%),
    radial-gradient(circle at 70% 78%, #bbf9ff05, #0000 42%);
}
.halo-orb {
  pointer-events: none;
  z-index: -2;
  filter: blur(24px);
  border-radius: 999px;
  position: fixed;
}
.halo-orb--primary {
  background: radial-gradient(circle, #d5edff3d, #0000 70%);
  width: 420px;
  height: 420px;
  animation: 12s ease-in-out infinite aura-float;
  top: 10vh;
  left: -140px;
}
.halo-orb--secondary {
  background: radial-gradient(circle, #a4e1ff38, #0000 72%);
  width: 460px;
  height: 460px;
  animation: 14s ease-in-out infinite reverse aura-float;
  top: 42vh;
  right: -180px;
}
.site-navbar {
  z-index: 12;
  padding: 1rem 0;
  position: sticky;
  top: 0;
}
.navbar-inner {
  border: 1px solid var(--border-soft);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
  background: #041225b3;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0.95rem;
  display: flex;
}
.brand-link {
  align-items: center;
  gap: 0.75rem;
  display: inline-flex;
}
.brand-logo {
  border: 1px solid #e4f5ff7a;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 0 16px #d5efff80;
}
.brand-name {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  color: var(--aura);
  font-size: 1.08rem;
}
.navbar-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
  display: flex;
}
.navbar-right {
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  display: inline-flex;
}
.navbar-links a {
  letter-spacing: 0.04em;
  color: var(--text-dim);
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 0.44rem 0.88rem;
  font-size: 0.93rem;
  transition: color 0.24s, border-color 0.24s, box-shadow 0.24s,
    background 0.24s;
}
.navbar-links a:hover,
.navbar-links a:focus-visible {
  color: var(--aura);
  background: #a1d6ff1f;
  border-color: #c0e8ff99;
  outline: none;
  box-shadow: 0 0 22px #adddff4d;
}
.navbar-social {
  align-items: center;
  gap: 0.38rem;
  display: inline-flex;
}
.navbar-social-link {
  width: 34px;
  height: 34px;
  color: var(--text-dim);
  border: 1px solid #b0dafb6b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: color 0.24s, border-color 0.24s, box-shadow 0.24s,
    background 0.24s, transform 0.24s;
  display: inline-flex;
}
.navbar-social-link:hover,
.navbar-social-link:focus-visible {
  color: var(--aura);
  background: #a1d6ff24;
  border-color: #cdebffb8;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0 16px #adddff57;
}
.site-main {
  z-index: 2;
  padding-bottom: 3.4rem;
  position: relative;
}
.section {
  padding: 4.2rem 0;
}
.reveal {
  opacity: 0;
  animation: 0.9s forwards reveal-up;
  transform: translateY(20px);
}
.site-main > .section:nth-of-type(2) {
  animation-delay: 90ms;
}
.site-main > .section:nth-of-type(3) {
  animation-delay: 0.18s;
}
.site-main > .section:nth-of-type(4) {
  animation-delay: 0.27s;
}
.site-main > .section:nth-of-type(5) {
  animation-delay: 0.36s;
}
.hero-section {
  padding-top: 1.8rem;
}
.hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 2.4rem;
  display: grid;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  color: var(--aura-mint);
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
}
.hero-copy h1 {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  color: var(--aura);
  text-shadow: 0 0 26px #def5ff73;
  margin-top: 0.85rem;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.08;
}
.hero-description {
  color: var(--text-dim);
  max-width: 58ch;
  margin-top: 1.2rem;
}
.hero-cta-row {
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.7rem;
  display: flex;
}
.button {
  cursor: pointer;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s,
    background 0.22s;
}
.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}
.button-primary {
  color: #011021;
  background: linear-gradient(125deg, #dff4ff 0%, #8cd0ff 55%, #b8efff 100%);
  box-shadow: 0 10px 28px #9dddff61;
}
.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 12px 30px #8fd6ff80, 0 0 16px #cff1ff99;
}
.button-ghost {
  color: var(--aura);
  background: #89c6f51c;
  border-color: #bce4ff9e;
}
.button-ghost:hover,
.button-ghost:focus-visible {
  background: #a5dcff2e;
  border-color: #dcf3ffe6;
  box-shadow: 0 0 18px #bde8ff57;
}
.hero-visual {
  min-height: 0;
  box-shadow: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  place-items: center;
  padding: 0.5rem 0;
  display: grid;
  position: relative;
  overflow: visible;
}
.hero-halo {
  aspect-ratio: 1;
  filter: blur(22px);
  background: radial-gradient(circle, #f0fbffc7, #0000 64%);
  border-radius: 50%;
  width: 88%;
  animation: 4.8s ease-in-out infinite halo-pulse;
  position: absolute;
}
.hero-logo {
  z-index: 1;
  filter: drop-shadow(0 0 36px #f4fbffa6);
  transform-origin: 50%;
  will-change: transform, filter, border-radius;
  backface-visibility: hidden;
  border-radius: 50%;
  width: clamp(230px, 86%, 390px);
  animation: 1.2s linear both hero-liquid-spin-intro;
  position: relative;
  transform: translateZ(0);
}
.hero-banner-wrap {
  margin-top: 1.8rem;
}
.hero-banner {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  box-shadow: 0 22px 60px #183d6373;
}
.glass-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: linear-gradient(155deg, var(--surface), var(--surface-soft));
  box-shadow: var(--shadow-soft);
}
.about-panel {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 1.6rem;
  padding: 1.8rem;
  display: grid;
}
h2 {
  font-family: var(--font-display);
  color: var(--aura);
  margin-top: 0.7rem;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}
.section-text {
  color: var(--text-dim);
  margin-top: 1rem;
}
.about-quote {
  font-family: var(--font-display);
  color: #e8f6fff2;
  border-radius: var(--radius-md);
  background: #9cd1ff14;
  border: 1px solid #d6eeff42;
  margin: 0;
  padding: 1.1rem;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  line-height: 1.5;
}
.tokenomics-intro {
  max-width: 72ch;
}
.tokenomics-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
  display: grid;
}
.metric-card {
  border-radius: var(--radius-md);
  background: #091f3894;
  border: 1px solid #bfe4ff6b;
  padding: 1rem 1.1rem;
}
.metric-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-faint);
  font-size: 0.77rem;
}
.metric-value {
  color: var(--aura);
  font-weight: 700;
  font-family: var(--font-mono);
  margin-top: 0.32rem;
  font-size: clamp(1.06rem, 1.9vw, 1.4rem);
}
.tokenomics-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.95rem;
  margin-top: 1rem;
  display: grid;
}
.token-card {
  padding: 1.05rem;
}
.token-card-head {
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  display: flex;
}
.token-card h3 {
  color: var(--aura);
  font-size: 1.02rem;
}
.token-card span {
  font-family: var(--font-mono);
  color: var(--aura-mint);
  font-weight: 700;
}
.token-card p {
  color: var(--text-dim);
  margin-top: 0.72rem;
  font-size: 0.94rem;
}
.stickers-intro {
  max-width: 72ch;
}
.stickers-grid {
  grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
  gap: 0.95rem;
  margin-top: 1.25rem;
  display: grid;
}
.sticker-card {
  background: linear-gradient(155deg, #0b1423eb, #070e18f5);
  border: 2px solid #050a12fa;
  border-radius: 22px;
  padding: 0.42rem;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px #00000094, inset 0 0 0 1px #789abc33;
}
.sticker-card:nth-child(odd) {
  transform: rotate(-0.75deg);
}
.sticker-card:nth-child(2n) {
  transform: rotate(0.75deg);
}
.sticker-card:hover,
.sticker-card:focus-within {
  border-color: #182436;
  transform: translateY(-3px) rotate(0);
  box-shadow: 0 16px 40px #000000a8, inset 0 0 0 1px #afd6f847,
    0 0 18px #b1deff33;
}
.sticker-image {
  aspect-ratio: 1;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.06);
  border: 1px solid #09101cf5;
  border-radius: 16px;
  width: 100%;
  display: block;
}
.video-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 1.2rem;
  display: grid;
}
.video-grid .button {
  margin-top: 1.35rem;
}
.video-teaser {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  background: #07182b9e;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.video-teaser video {
  object-fit: cover;
  width: 100%;
  min-height: 260px;
  max-height: 420px;
}
.play-pill {
  color: var(--aura);
  letter-spacing: 0.03em;
  background: #05111eb8;
  border: 1px solid #d6edffa8;
  border-radius: 999px;
  padding: 0.44rem 0.82rem;
  font-size: 0.83rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.video-modal {
  z-index: 100;
  background: #00040cdb;
  place-items: center;
  padding: 1rem;
  display: grid;
  position: fixed;
  inset: 0;
}
.video-modal-panel {
  border-radius: var(--radius-lg);
  background: #04101ef2;
  border: 1px solid #c4e6ff8a;
  width: min(980px, 96vw);
  padding: 0.85rem;
  box-shadow: 0 0 44px #c1e9ff47;
}
.video-close {
  color: var(--aura);
  cursor: pointer;
  background: #7bb5e22e;
  border: 1px solid #ccecff99;
  border-radius: 999px;
  margin-bottom: 0.6rem;
  margin-left: auto;
  padding: 0.45rem 0.82rem;
  font-weight: 700;
  display: inline-flex;
}
.video-close:hover,
.video-close:focus-visible {
  border-color: #ecf8ffe6;
  outline: none;
  box-shadow: 0 0 18px #bde1ff59;
}
.video-modal-panel video {
  object-fit: contain;
  border-radius: 14px;
  width: 100%;
  max-height: 76vh;
}
.site-footer {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #020d18bd;
  border-top: 1px solid #b4dfff47;
  padding: 1.7rem 0 2.5rem;
  position: relative;
}
.footer-shell {
  gap: 1.6rem;
  display: grid;
}
.footer-top {
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, #06162ad1, #030e1be6);
  border: 1px solid #b4dfff40;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 1rem 1.4rem;
  padding: 1.2rem;
  display: grid;
  box-shadow: 0 18px 48px #1b487747;
}
.footer-brand {
  gap: 0.7rem;
  display: grid;
}
.footer-brand-link {
  width: fit-content;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  color: var(--aura);
  align-items: center;
  gap: 0.62rem;
  display: inline-flex;
}
.footer-logo {
  border: 1px solid #d6eeff80;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 16px #bce9ff73;
}
.footer-tagline {
  color: var(--text-dim);
  font-size: 0.93rem;
}
.footer-contract-copy {
  width: fit-content;
  max-width: 100%;
  color: var(--aura);
  font-family: var(--font-mono);
  letter-spacing: 0.03em;
  cursor: pointer;
  background: #78b8eb1f;
  border: 1px solid #c1e4ff6b;
  border-radius: 999px;
  padding: 0.4rem 0.72rem;
  font-size: 0.86rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s,
    transform 0.2s;
}
.footer-contract-copy:hover,
.footer-contract-copy:focus-visible {
  background: #a4d9ff2e;
  border-color: #def3ffd9;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0 18px #b5e3ff47;
}
.footer-contract-status {
  color: var(--text-faint);
  font-size: 0.8rem;
}
.footer-title {
  color: var(--aura-mint);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}
.footer-nav {
  align-content: start;
  gap: 0.6rem;
  display: grid;
}
.footer-nav a {
  width: fit-content;
  color: var(--text-dim);
  border-bottom: 1px solid #0000;
  font-size: 0.9rem;
  transition: border-color 0.2s, color 0.2s;
}
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--aura);
  border-color: #d3edffa6;
  outline: none;
}
.footer-community {
  align-content: start;
  gap: 0.6rem;
  display: grid;
}
.footer-note {
  color: var(--text-faint);
  max-width: 72ch;
  font-size: 0.92rem;
}
.footer-links {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  display: inline-flex;
}
.footer-links a {
  color: var(--text-dim);
  border: 1px solid #b0dafb59;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 0.38rem 0.74rem;
  font-size: 0.86rem;
  line-height: 1;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: inline-flex;
}
.footer-links a.icon-only {
  width: 36px;
  padding: 0;
}
.social-icon {
  width: 16px;
  height: 16px;
}
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--aura);
  border-color: #d8eeffb8;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0 16px #b3e3ff38;
}
.footer-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem 1.2rem;
  display: flex;
}
.footer-copy {
  color: var(--text-faint);
  white-space: nowrap;
  font-size: 0.84rem;
}
@media (width<=980px) {
  .section {
    padding: 3.4rem 0;
  }
  .hero-grid,
  .about-panel,
  .video-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-visual {
    min-height: 0;
    padding: 0.4rem 0;
  }
  .tokenomics-metrics {
    grid-template-columns: minmax(0, 1fr);
  }
  .stickers-grid {
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  }
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (width<=720px) {
  .container {
    width: min(1120px, 100vw - 1.4rem);
  }
  .site-navbar {
    padding-top: 0.72rem;
  }
  .navbar-inner {
    border-radius: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    padding: 0.72rem;
  }
  .brand-link,
  .navbar-links {
    justify-content: center;
  }
  .navbar-right {
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
  }
  .navbar-social {
    justify-content: center;
  }
  .hero-copy h1 {
    line-height: 1.12;
  }
  .hero-visual {
    min-height: 0;
    padding: 0.3rem 0;
  }
  .video-teaser video {
    min-height: 210px;
  }
  .footer-top {
    grid-template-columns: minmax(0, 1fr);
    padding: 1rem;
  }
  .footer-bottom {
    text-align: center;
    justify-content: center;
  }
  .footer-copy {
    white-space: normal;
  }
}
@media (width<=430px) {
  .container {
    width: min(1120px, 100vw - 1rem);
  }
  .site-navbar {
    padding-top: max(0.55rem, env(safe-area-inset-top));
    padding-bottom: 0.5rem;
  }
  .navbar-inner {
    border-radius: 18px;
    gap: 0.6rem;
    padding: 0.58rem;
  }
  .brand-logo {
    width: 38px;
    height: 38px;
  }
  .brand-name {
    letter-spacing: 0.06em;
    font-size: 0.95rem;
  }
  .navbar-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
    width: 100%;
    display: grid;
  }
  .navbar-right {
    gap: 0.42rem;
  }
  .navbar-links a {
    text-align: center;
    width: 100%;
    padding: 0.35rem 0.25rem;
    font-size: 0.78rem;
  }
  .navbar-social-link {
    width: 32px;
    height: 32px;
  }
  .site-main {
    padding-bottom: 2.2rem;
  }
  .section {
    padding: 2.35rem 0;
  }
  .hero-section {
    padding-top: 0.6rem;
  }
  .hero-grid {
    gap: 1rem;
  }
  .eyebrow,
  .section-kicker {
    letter-spacing: 0.14em;
    font-size: 0.63rem;
  }
  .hero-copy h1 {
    margin-top: 0.55rem;
    font-size: clamp(1.58rem, 8.6vw, 2.18rem);
    line-height: 1.14;
  }
  .hero-description {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.52;
  }
  .hero-cta-row {
    flex-direction: column;
    gap: 0.52rem;
    margin-top: 1rem;
  }
  .button {
    text-align: center;
    width: 100%;
    padding: 0.64rem 0.9rem;
    font-size: 0.89rem;
  }
  .hero-visual {
    min-height: 0;
    padding: 0.2rem 0;
  }
  .hero-halo {
    filter: blur(18px);
    width: 92%;
  }
  .hero-logo {
    width: min(82%, 244px);
  }
  .hero-banner-wrap {
    margin-top: 1rem;
  }
  .hero-banner {
    border-radius: 16px;
    min-height: 156px;
  }
  h2 {
    margin-top: 0.55rem;
    font-size: clamp(1.3rem, 7.4vw, 1.84rem);
    line-height: 1.15;
  }
  .about-panel {
    gap: 0.9rem;
    padding: 1rem;
  }
  .section-text {
    margin-top: 0.8rem;
    font-size: 0.92rem;
  }
  .about-quote {
    padding: 0.86rem;
    font-size: 0.94rem;
    line-height: 1.42;
  }
  .tokenomics-metrics {
    gap: 0.62rem;
    margin-top: 0.95rem;
  }
  .stickers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
    margin-top: 0.95rem;
  }
  .sticker-card {
    border-radius: 16px;
    padding: 0.34rem;
  }
  .sticker-image {
    border-radius: 12px;
  }
  .metric-card {
    padding: 0.86rem 0.9rem;
  }
  .metric-label {
    letter-spacing: 0.12em;
    font-size: 0.68rem;
  }
  .metric-value {
    margin-top: 0.22rem;
    font-size: 1.02rem;
  }
  .video-grid {
    gap: 0.9rem;
  }
  .video-grid .button {
    margin-top: 0.95rem;
  }
  .video-teaser {
    border-radius: 18px;
  }
  .video-teaser video {
    min-height: 172px;
    max-height: 236px;
  }
  .play-pill {
    padding: 0.34rem 0.66rem;
    font-size: 0.74rem;
    bottom: 0.62rem;
    left: 0.62rem;
  }
  .video-modal {
    padding: 0.6rem;
  }
  .video-modal-panel {
    border-radius: 16px;
    width: 100%;
    padding: 0.55rem;
  }
  .video-close {
    margin-bottom: 0.45rem;
    padding: 0.36rem 0.66rem;
    font-size: 0.8rem;
  }
  .site-footer {
    padding: 1.2rem 0 calc(1.8rem + env(safe-area-inset-bottom));
  }
  .footer-shell {
    gap: 1rem;
  }
  .footer-top {
    border-radius: 18px;
    gap: 0.85rem;
    padding: 0.86rem;
  }
  .footer-brand,
  .footer-nav,
  .footer-community {
    text-align: center;
    justify-items: center;
  }
  .footer-tagline {
    font-size: 0.88rem;
  }
  .footer-contract-status {
    font-size: 0.8rem;
  }
  .footer-contract-copy {
    text-align: center;
    justify-self: center;
    width: 100%;
  }
  .footer-nav a {
    font-size: 0.84rem;
  }
  .footer-links {
    justify-content: center;
  }
  .footer-note {
    font-size: 0.84rem;
  }
  .footer-copy {
    font-size: 0.77rem;
  }
  .halo-orb--primary {
    width: 280px;
    height: 280px;
    top: 4vh;
    left: -120px;
  }
  .halo-orb--secondary {
    width: 310px;
    height: 310px;
    top: 56vh;
    right: -160px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@keyframes loader-stars-drift {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-28px, -54px);
  }
}
@keyframes loader-stars-twinkle {
  0%,
  to {
    opacity: 0.62;
    filter: drop-shadow(0 0 6px #d6f1ff94);
  }
  45% {
    opacity: 1;
    filter: drop-shadow(0 0 15px #edf9fffa);
  }
}
@keyframes loader-noise-pulse {
  0%,
  to {
    opacity: 0.42;
  }
  50% {
    opacity: 0.72;
  }
}
@keyframes loader-orbit-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-orbit-spin-reverse {
  0% {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes loader-logo-spin {
  0% {
    transform: rotate(0) scale(0.98);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes loader-logo-liquid {
  0%,
  to {
    filter: blur() drop-shadow(0 0 18px #f0fbfff2);
    border-radius: 50%;
  }
  30% {
    filter: blur(0.45px) drop-shadow(0 0 24px #f2fcff);
    border-radius: 54% 46% 51% 49%/47% 53% 44% 56%;
  }
  65% {
    filter: blur(0.3px) drop-shadow(0 0 22px #eaf8fff5);
    border-radius: 46% 54% 49% 51%/56% 44% 54% 46%;
  }
}
@keyframes loader-progress-fill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes star-drift {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-220px);
  }
}
@keyframes star-twinkle-soft {
  0%,
  to {
    opacity: 0.54;
    filter: drop-shadow(0 0 2px #cdecff75);
  }
  20% {
    opacity: 0.96;
    filter: drop-shadow(0 0 10px #f2fbfff2);
  }
  42% {
    opacity: 0.62;
    filter: drop-shadow(0 0 3px #d6efff85);
  }
  63% {
    opacity: 1;
    filter: drop-shadow(0 0 11px #effafffa);
  }
  81% {
    opacity: 0.66;
    filter: drop-shadow(0 0 4px #ccebff8f);
  }
}
@keyframes star-twinkle-strong {
  0% {
    opacity: 0.4;
    filter: drop-shadow(0 0 2px #c8ebff80);
  }
  14% {
    opacity: 1;
    filter: drop-shadow(0 0 12px #f1fbff);
  }
  27% {
    opacity: 0.52;
    filter: drop-shadow(0 0 4px #cdebff94);
  }
  39% {
    opacity: 0.95;
    filter: drop-shadow(0 0 10px #ecf8fff5);
  }
  58% {
    opacity: 0.36;
    filter: drop-shadow(0 0 2px #c2e5ff73);
  }
  73% {
    opacity: 0.9;
    filter: drop-shadow(0 0 11px #e9f7fff2);
  }
  to {
    opacity: 0.46;
    filter: drop-shadow(0 0 3px #c6e7ff80);
  }
}
@keyframes star-parallax-a {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-30px, -40px);
  }
}
@keyframes star-parallax-b {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -55px);
  }
}
@keyframes hero-liquid-spin-intro {
  0% {
    filter: blur(1.35px) contrast(1.12) saturate(1.16)
      drop-shadow(0 0 30px #e7f8ffd1);
    border-radius: 47% 53% 49% 51%/52% 48% 54% 46%;
    transform: rotate(0) scale(0.96) skew(0.4deg, -0.5deg);
  }
  25% {
    filter: blur(0.9px) contrast(1.1) saturate(1.12)
      drop-shadow(0 0 37px #eefaffed);
    border-radius: 53% 47% 55% 45%/46% 54% 45% 55%;
    transform: rotate(90deg) scale(1.01) skew(-0.45deg, 0.5deg);
  }
  50% {
    filter: blur(0.65px) contrast(1.08) saturate(1.08)
      drop-shadow(0 0 39px #f0fafff2);
    border-radius: 48% 52% 46% 54%/56% 44% 53% 47%;
    transform: rotate(180deg) scale(0.995) skew(0.35deg, -0.4deg);
  }
  75% {
    filter: blur(0.45px) contrast(1.04) saturate(1.04)
      drop-shadow(0 0 38px #ecf9ffe6);
    border-radius: 52% 48% 54% 46%/47% 53% 46% 54%;
    transform: rotate(270deg) scale(1.005) skew(-0.3deg, 0.35deg);
  }
  to {
    filter: blur() contrast() saturate() drop-shadow(0 0 36px #f4fbffa6);
    border-radius: 50%;
    transform: rotate(360deg) scale(1) skew(0deg);
  }
}
@keyframes aura-float {
  0%,
  to {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-24px) scale(1.03);
  }
}
@keyframes halo-pulse {
  0%,
  to {
    opacity: 0.72;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.96;
    transform: scale(1.05);
  }
}
@keyframes reveal-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
