@font-face {
  font-family: "Orbitron";
  src: url("media/fonts/Orbitron-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("media/fonts/Orbitron-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("media/fonts/Orbitron-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("media/fonts/Orbitron-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("media/fonts/Rajdhani-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("media/fonts/Rajdhani-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("media/fonts/Rajdhani-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("media/fonts/Rajdhani-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("media/fonts/Rajdhani-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Share Tech Mono";
  src: url("media/fonts/ShareTechMono-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #020408;
  --bg-2: #050c14;
  --bg-3: #0a121d;
  --lime: #a4f957;
  --lime-2: #8fd93b;
  --violet: #635ae4;
  --violet-2: #8d88d8;
  --cyan: #00e5ff;
  --panel: rgba(14, 16, 24, 0.9);
  --border: rgba(168, 255, 62, 0.12);
  --border-strong: rgba(168, 255, 62, 0.24);
  --text: #e0f0e8;
  --muted: rgba(200, 230, 215, 0.55);
  --text-muted: rgba(200, 230, 215, 0.3);
  --grad: linear-gradient(90deg, #a4f957 0%, #9fdd74 24%, #9db9b0 50%, #8d88d8 72%, #635ae4 100%);
  --grad-t: linear-gradient(90deg, #a4f957 0%, #9fdd74 24%, #9db9b0 50%, #8d88d8 72%, #635ae4 100%);
  --grad-soft: linear-gradient(135deg, rgba(164, 249, 87, 0.14), rgba(99, 90, 228, 0.16));
  --font-head: "Orbitron", sans-serif;
  --font-body: "Rajdhani", sans-serif;
  --font-mono: "Share Tech Mono", monospace;
  --max: 1240px;
  --corner: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  --bg-mx: 0;
  --bg-my: 0;
  --bg-scroll: 0;
  background:
    radial-gradient(circle at top right, rgba(99, 90, 228, 0.18), transparent 28%),
    radial-gradient(circle at 15% 10%, rgba(164, 249, 87, 0.11), transparent 24%),
    linear-gradient(180deg, #020408, #050c14 34%, #020408 100%);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  scrollbar-color: var(--lime) var(--bg-2);
  scrollbar-width: thin;
}

.bg-canvas {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
  translate: calc(var(--bg-mx) * 8px) calc(var(--bg-my) * 8px);
}

.bg-canvas::before {
  content: "";
  position: absolute;
  inset: -22%;
  background:
    linear-gradient(135deg, rgba(4, 7, 16, 0.98), rgba(7, 10, 22, 0.94)),
    radial-gradient(ellipse 44% 38% at 18% 18%, rgba(96, 81, 237, 0.28), transparent 64%),
    radial-gradient(ellipse 40% 30% at 84% 18%, rgba(167, 255, 82, 0.16), transparent 68%),
    radial-gradient(ellipse 34% 28% at 22% 82%, rgba(167, 255, 82, 0.1), transparent 74%),
    radial-gradient(ellipse 32% 26% at 76% 76%, rgba(96, 81, 237, 0.18), transparent 70%);
  filter: saturate(118%);
  opacity: 1;
  animation: bgBaseDrift 18s linear infinite;
}

.bg-canvas::after {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 16% 28%, rgba(167, 255, 82, 0.18), transparent 0 6px, rgba(167, 255, 82, 0.07) 7px, transparent 11px),
    radial-gradient(circle at 38% 18%, rgba(96, 81, 237, 0.2), transparent 0 7px, rgba(96, 81, 237, 0.08) 8px, transparent 12px),
    radial-gradient(circle at 72% 24%, rgba(167, 255, 82, 0.17), transparent 0 5px, rgba(167, 255, 82, 0.05) 6px, transparent 10px),
    radial-gradient(circle at 82% 62%, rgba(96, 81, 237, 0.22), transparent 0 7px, rgba(96, 81, 237, 0.08) 8px, transparent 13px),
    radial-gradient(circle at 26% 76%, rgba(167, 255, 82, 0.16), transparent 0 6px, rgba(167, 255, 82, 0.05) 7px, transparent 11px),
    linear-gradient(120deg, transparent 0 22%, rgba(96, 81, 237, 0.12) 28%, transparent 34%),
    linear-gradient(144deg, transparent 0 48%, rgba(167, 255, 82, 0.08) 54%, transparent 60%),
    linear-gradient(112deg, transparent 0 68%, rgba(96, 81, 237, 0.1) 74%, transparent 80%);
  filter: blur(0.2px);
  opacity: 0.88;
  animation: bgPlaneRush 7s linear infinite;
  will-change: transform, opacity;
  translate: calc(var(--bg-mx) * 16px) calc((var(--bg-my) * 16px) + (var(--bg-scroll) * -8px));
}

.bg-canvas > span::before,
.bg-canvas > span::after {
  content: "";
  position: absolute;
  inset: -30%;
  background-repeat: repeat;
  pointer-events: none;
}

.bg-canvas > span::before {
  background-image:
    radial-gradient(circle at 12% 22%, rgba(167, 255, 82, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 34% 16%, rgba(255, 255, 255, 0.16) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 54% 32%, rgba(96, 81, 237, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 18%, rgba(167, 255, 82, 0.18) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 84% 56%, rgba(255, 255, 255, 0.14) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 24% 68%, rgba(96, 81, 237, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 76%, rgba(167, 255, 82, 0.16) 0 2px, transparent 3px);
  background-size: 34% 34%, 26% 26%, 38% 38%, 32% 32%, 28% 28%, 36% 36%, 30% 30%;
  opacity: 0.54;
  filter: blur(0.35px);
  animation: bgParticleRushFar 12s linear infinite;
  translate: calc(var(--bg-mx) * 10px) calc((var(--bg-my) * 10px) + (var(--bg-scroll) * -10px));
}

.bg-canvas > span::after {
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 42%, rgba(167, 255, 82, 0.22) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 48% 24%, rgba(96, 81, 237, 0.24) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 66% 46%, rgba(255, 255, 255, 0.16) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 22%, rgba(167, 255, 82, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 70%, rgba(96, 81, 237, 0.22) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 36% 72%, rgba(255, 255, 255, 0.14) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 58% 82%, rgba(167, 255, 82, 0.18) 0 2px, transparent 3px);
  background-size: 22% 22%, 24% 24%, 26% 26%, 20% 20%, 28% 28%, 24% 24%, 18% 18%, 20% 20%;
  opacity: 0.76;
  filter: blur(0.15px);
  animation: bgParticleRushNear 7s linear infinite;
  translate: calc(var(--bg-mx) * 20px) calc((var(--bg-my) * 20px) + (var(--bg-scroll) * -14px));
}

@keyframes bgBaseDrift {
  0% { transform: translate3d(0, 0, 0) scale(1.02); opacity: 0.96; }
  50% { transform: translate3d(0, 2%, 0) scale(1.05); opacity: 1; }
  100% { transform: translate3d(0, 4%, 0) scale(1.08); opacity: 0.98; }
}

@keyframes bgPlaneRush {
  0% { transform: translate3d(0, -2%, 0) scale(1) rotate(0deg); opacity: 0.42; }
  50% { transform: translate3d(0, 6%, 0) scale(1.08) rotate(2deg); opacity: 0.88; }
  100% { transform: translate3d(0, 14%, 0) scale(1.16) rotate(4deg); opacity: 0.46; }
}

@keyframes bgParticleRushFar {
  0% { transform: translate3d(0, -8%, 0) scale(0.92); opacity: 0.2; }
  100% { transform: translate3d(0, 18%, 0) scale(1.14); opacity: 0.56; }
}

@keyframes bgParticleRushNear {
  0% { transform: translate3d(0, -12%, 0) scale(0.84); opacity: 0.18; }
  100% { transform: translate3d(0, 28%, 0) scale(1.3); opacity: 0.7; }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg-2);
}

::-webkit-scrollbar-thumb {
  border: 2px solid var(--bg-2);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--lime), var(--violet));
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 3px, 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 88%);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 0;
  height: 2px;
  background: var(--grad);
  box-shadow: 0 0 24px rgba(168, 255, 62, 0.45);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.008) 100%),
    rgba(4, 8, 14, 0.42);
  backdrop-filter: blur(16px) saturate(125%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.14);
}

.brand {
  width: 156px;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.site-nav a,
.footer-col a {
  text-decoration: none;
}

.site-nav a {
  padding: 8px 14px;
  border: 1px solid transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--lime);
  border-color: rgba(168, 255, 62, 0.22);
  background: rgba(168, 255, 62, 0.05);
}

.nav-cta,
.btn,
.reward-item,
.back-to-top {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-cta,
.btn-secondary,
.reward-item,
.back-to-top {
  border: 1px solid rgba(168, 255, 62, 0.35);
  background: rgba(6, 10, 23, 0.72);
  color: var(--lime);
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary {
  border: 0;
  color: var(--bg);
  background: var(--lime);
  box-shadow: none;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.nav-cta:hover,
.btn:hover,
.reward-item:hover,
.back-to-top:hover {
  transform: translateY(-2px);
}

.btn-primary:hover,
.nav-cta:hover {
  background: #b8ff73;
  color: var(--bg);
}

.btn-secondary:hover,
.reward-item:hover,
.back-to-top:hover {
  border-color: var(--lime);
  background: rgba(164, 249, 87, 0.06);
}

.desktop-only {
  display: inline-flex;
}

.mobile-only {
  display: none;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 38px;
  border: 1px solid rgba(168, 255, 62, 0.35);
  background: rgba(6, 6, 8, 0.82);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 1px;
  background: var(--lime);
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.menu-toggle span:nth-child(1) {
  top: 11px;
}

.menu-toggle span:nth-child(2) {
  top: 18px;
}

.menu-toggle span:nth-child(3) {
  top: 25px;
}

body.nav-open .menu-toggle span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}

body.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .menu-toggle span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.hero,
.section,
.site-footer {
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 132px;
  padding-bottom: 74px;
  overflow: hidden;
  text-align: center;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.03) contrast(1.02) brightness(0.78);
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hero-copy,
.section-copy,
.section-heading,
.cta-card,
.medal-visual,
.media-panel,
.rewards-browser,
.rewards-copy,
.nft-gallery,
.about-stack {
  position: relative;
  z-index: 1;
}

:is(.info-panel, .media-panel, .inline-video-panel, .rewards-browser, .cta-card, .feature-card, .tool-card, .legal-card, .medal-visual, .footer-brand, .footer-col, .ecosystem-card) {
  position: relative;
  overflow: hidden;
}

:is(.info-panel, .media-panel, .inline-video-panel, .rewards-browser, .cta-card, .feature-card, .tool-card, .legal-card, .medal-visual, .footer-brand, .footer-col, .ecosystem-card) > * {
  position: relative;
  z-index: 2;
}

:is(.info-panel, .media-panel, .inline-video-panel, .rewards-browser, .cta-card, .feature-card, .tool-card, .legal-card, .medal-visual, .footer-brand, .footer-col):hover {
  border-color: rgba(164, 249, 87, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(164, 249, 87, 0.08), rgba(99, 90, 228, 0.07));
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(99, 90, 228, 0.1);
  transform: translateX(6px);
}

.hero::before {
  content: "";
  position: absolute;
  width: min(70vw, 860px);
  height: min(70vw, 860px);
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(164, 249, 87, 0.18) 0%, rgba(164, 249, 87, 0.09) 28%, rgba(164, 249, 87, 0.035) 52%, transparent 76%);
  filter: blur(10px);
  opacity: 0.75;
  pointer-events: none;
  animation: centerPulse 4.2s ease-in-out infinite;
}

@keyframes centerPulse {
  0%, 100% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--lime);
  opacity: 0.5;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-head);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--grad-t);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h1 {
  max-width: 840px;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
}

h2 {
  max-width: 860px;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.glow-text {
  background: var(--grad-t);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead,
.section-copy p,
.section-heading p,
.info-panel p,
.feature-card p,
.cta-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.lead {
  max-width: 760px;
  margin: 22px 0 0;
}

.hero-copy {
  max-width: 900px;
  display: grid;
  justify-items: center;
}

.lead strong,
.section-copy strong {
  color: var(--text);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
  justify-content: center;
}

.hero-points,
.structured-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.hero-points li,
.structured-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
}

.hero-points li::before,
.structured-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--violet));
  box-shadow: 0 0 18px rgba(168, 255, 62, 0.4);
}

.hero-scroll {
  margin-top: 30px;
  display: inline-grid;
  justify-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-soft);
  transition: transform 180ms ease, color 180ms ease;
}

.hero-scroll:hover,
.hero-scroll:focus-visible {
  color: var(--lime);
  transform: translateY(2px);
}

.hero-scroll-text {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-scroll-mouse {
  width: 34px;
  height: 56px;
  border: 1px solid rgba(168, 255, 62, 0.4);
  border-radius: 999px;
  display: grid;
  justify-items: center;
  padding-top: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(160deg, rgba(164, 249, 87, 0.06), rgba(99, 90, 228, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(164, 249, 87, 0.08);
}

.hero-scroll-wheel {
  width: 4px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--lime), rgba(168, 255, 62, 0.24));
  box-shadow: 0 0 14px rgba(168, 255, 62, 0.35);
  animation: heroScrollWheel 1.6s ease-in-out infinite;
}

@keyframes heroScrollWheel {
  0% {
    transform: translateY(0);
    opacity: 0.25;
  }
  35% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

.hero-panel,
.info-panel,
.media-panel,
.inline-video-panel,
.rewards-browser,
.cta-card {
  border: 1px solid var(--border);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 38%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(140deg, rgba(164, 249, 87, 0.045) 0%, rgba(99, 90, 228, 0.045) 100%);
  clip-path: var(--corner);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.hero-panel {
  min-height: 0;
}

.hero-panel-video video,
.media-panel video,
.inline-video-panel video,
.nft-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #030304;
}

.performance-chart {
  position: relative;
  padding: 12px 14px 16px;
  background: linear-gradient(180deg, rgba(164, 249, 87, 0.06), rgba(164, 249, 87, 0.02));
}

.performance-chart svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  background: transparent;
}

.chart-frame {
  fill: #020202;
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 3;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.14));
}

.chart-title,
.chart-axis-labels text,
.chart-values text,
.chart-legend text {
  font-family: var(--font-head);
  text-transform: uppercase;
}

.chart-title {
  fill: #ffffff;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.chart-grid line {
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2;
}

.chart-axis-labels text {
  fill: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.chart-line {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: chartLineReveal 2.4s cubic-bezier(.2, .8, .2, 1) forwards;
}

.chart-line-cyan {
  stroke: #18e2d0;
  filter: drop-shadow(0 0 10px rgba(24, 226, 208, 0.28));
}

.chart-line-lime {
  stroke: #d9ff2f;
  filter: drop-shadow(0 0 10px rgba(217, 255, 47, 0.28));
  animation-delay: 0.15s;
}

.chart-series .chart-node {
  stroke: #020202;
  stroke-width: 4;
  cursor: pointer;
  transform-origin: center;
  transform: scale(0);
  animation: chartNodePop .45s ease forwards;
}

.chart-series-cyan .chart-node {
  fill: #18e2d0;
}

.chart-series-lime .chart-node {
  fill: #d9ff2f;
}

.chart-series .chart-node:nth-child(1) { animation-delay: .25s; }
.chart-series .chart-node:nth-child(2) { animation-delay: .35s; }
.chart-series .chart-node:nth-child(3) { animation-delay: .45s; }
.chart-series .chart-node:nth-child(4) { animation-delay: .55s; }
.chart-series .chart-node:nth-child(5) { animation-delay: .65s; }
.chart-series .chart-node:nth-child(6) { animation-delay: .75s; }
.chart-series .chart-node:nth-child(7) { animation-delay: .85s; }
.chart-series .chart-node:nth-child(8) { animation-delay: .95s; }
.chart-series .chart-node:nth-child(9) { animation-delay: 1.05s; }
.chart-series .chart-node:nth-child(10) { animation-delay: 1.15s; }
.chart-series .chart-node:nth-child(11) { animation-delay: 1.25s; }
.chart-series .chart-node:nth-child(12) { animation-delay: 1.35s; }

.chart-node:hover,
.chart-node:focus-visible {
  filter: brightness(1.1);
}

.chart-values text {
  opacity: 0;
  animation: chartValueFade .5s ease forwards;
  font-size: 16px;
}

.chart-values-cyan text {
  fill: #ffffff;
}

.chart-values-lime text {
  fill: #ffffff;
}

.chart-values text:nth-child(1) { animation-delay: .55s; }
.chart-values text:nth-child(2) { animation-delay: .62s; }
.chart-values text:nth-child(3) { animation-delay: .69s; }
.chart-values text:nth-child(4) { animation-delay: .76s; }
.chart-values text:nth-child(5) { animation-delay: .83s; }
.chart-values text:nth-child(6) { animation-delay: .90s; }
.chart-values text:nth-child(7) { animation-delay: .97s; }
.chart-values text:nth-child(8) { animation-delay: 1.04s; }
.chart-values text:nth-child(9) { animation-delay: 1.11s; }
.chart-values text:nth-child(10) { animation-delay: 1.18s; }
.chart-values text:nth-child(11) { animation-delay: 1.25s; }
.chart-values text:nth-child(12) { animation-delay: 1.32s; }

.chart-legend text {
  fill: #ffffff;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.legend-dot-cyan {
  fill: #18e2d0;
}

.legend-dot-lime {
  fill: #d9ff2f;
}

.chart-tooltip {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 3;
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(7, 12, 28, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.chart-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.chart-tooltip strong,
.chart-tooltip span,
.chart-tooltip small {
  display: block;
}

.chart-tooltip strong {
  color: var(--text);
  font-family: var(--font-head);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-tooltip span {
  margin-top: 4px;
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-tooltip small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

@keyframes chartLineReveal {
  to { stroke-dashoffset: 0; }
}

@keyframes chartNodePop {
  0% { transform: scale(0); }
  80% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@keyframes chartValueFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.panel-topline,
.browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(168, 255, 62, 0.08);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-panel-stats,
.info-panel,
.inline-video-panel,
.rewards-copy,
.cta-card {
  padding: 0;
}

.stat-card,
.info-panel p,
.cta-card > p,
.cta-card .hero-actions {
  padding-left: 22px;
  padding-right: 22px;
}

.stat-card {
  padding-top: 18px;
}

.stat-card:last-of-type {
  padding-bottom: 18px;
}

.stat-k,
.mini-label,
.feature-index,
.tool-copy span {
  display: block;
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.stat-v {
  display: block;
  margin-top: 8px;
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1;
  color: var(--text);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 18px;
  background: rgba(168, 255, 62, 0.08);
}

.hero-mini-grid > div {
  padding: 18px;
  background: rgba(7, 8, 12, 0.94);
}

.hero-mini-grid strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1;
}

.ticker-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 50% 0%, rgba(164, 249, 87, 0.05), transparent 50%),
    linear-gradient(180deg, rgba(164, 249, 87, 0.04), rgba(99, 90, 228, 0.04));
}

.ticker-wrap::before,
.ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.ticker-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(2, 4, 8, 1) 0%, rgba(2, 4, 8, 0) 100%);
}

.ticker-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(2, 4, 8, 1) 0%, rgba(2, 4, 8, 0) 100%);
}

.ticker-glow-bar,
.ticker-glow-bar-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 2;
  background: linear-gradient(90deg, transparent 0%, rgba(164, 249, 87, 0.3) 20%, rgba(164, 249, 87, 1) 50%, rgba(99, 90, 228, 0.55) 80%, transparent 100%);
  background-size: 200% 100%;
  animation: glowBarSlide 5s linear infinite;
}

.ticker-glow-bar {
  top: 0;
}

.ticker-glow-bar-bottom {
  bottom: 0;
  animation-name: glowBarSlide2;
}

.ticker-rows {
  display: grid;
}

.ticker-row {
  display: block;
  min-height: 68px;
}

.ticker-row:first-child {
  min-height: 68px;
  display: flex;
  align-items: center;
}

.ticker-track {
  position: relative;
  overflow: hidden;
  min-height: 68px;
  display: flex;
  align-items: center;
}

.ticker-inner {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: max-content;
}

.ticker-inner.row1 {
  animation: tickerMove1 35s linear infinite;
}

.ticker-wrap:hover .ticker-inner {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.ticker-item:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 8px rgba(164, 249, 87, 0.35);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ticker-item:hover .ticker-dot {
  transform: scale(1.8);
  box-shadow: 0 0 8px var(--lime);
}

.ticker-dot.gold {
  background: #ffc857;
  box-shadow: 0 0 8px rgba(255, 200, 87, 0.35);
}

.ticker-dot.purple {
  background: var(--violet);
  box-shadow: 0 0 8px rgba(99, 90, 228, 0.35);
}

.ticker-dot.cyan {
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(0, 229, 255, 0.35);
}

.ticker-sep {
  width: 1px;
  height: 22px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.ticker-wrap-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ecosystem-strip {
  padding: 28px max(24px, calc((100vw - var(--max)) / 2)) 10px;
}

.ecosystem-carousel {
  display: grid;
  gap: 18px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ecosystem-carousel-footer {
  margin-top: 4px;
}

.ecosystem-track {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
}

.ecosystem-track.is-dragging {
  cursor: grabbing;
}

.ecosystem-row {
  display: flex;
  gap: 18px;
  width: max-content;
  min-width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
}

.row-live {
  animation: ecosystemMoveLeft 38s linear infinite;
}

.row-upcoming {
  animation: ecosystemMoveRight 34s linear infinite;
}

.ecosystem-track:hover .ecosystem-row {
  animation-play-state: paused;
}

.ecosystem-card {
  position: relative;
  min-width: 224px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(99, 90, 228, 0.24);
  background:
    radial-gradient(circle at 18% 0%, rgba(164, 249, 87, 0.055), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(99, 90, 228, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(8, 12, 22, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px) saturate(132%);
  -webkit-backdrop-filter: blur(16px) saturate(132%);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.eco-link {
  text-decoration: none;
}

.ecosystem-card:hover {
  transform: translateY(-3px);
  border-color: rgba(164, 249, 87, 0.28);
  background:
    radial-gradient(circle at 18% 0%, rgba(164, 249, 87, 0.08), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(99, 90, 228, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(8, 12, 22, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(99, 90, 228, 0.08);
}

.eco-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.eco-name {
  font-family: var(--font-body);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.08;
  color: rgba(216, 226, 224, 0.9);
  text-wrap: balance;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: center;
}

.commission-section {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 3.8vw, 48px);
  align-items: center;
}

.commission-heading {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  max-width: 1120px;
  margin-bottom: 6px;
}

.commission-heading .eyebrow {
  justify-self: start;
  margin-bottom: 0;
}

.commission-heading h2 {
  max-width: 26ch;
  margin: 0;
  line-height: 0.92;
  text-wrap: balance;
}

.commission-media {
  align-self: center;
  justify-self: stretch;
}

.commission-stage {
  position: relative;
  min-height: 520px;
  padding: 18px 18px 16px;
  overflow: hidden;
}

.commission-stage::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 30px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(90deg, transparent 0 8%, rgba(122, 232, 255, 0.1) 12%, transparent 16%, transparent 84%, rgba(168, 255, 62, 0.08) 88%, transparent 92%),
    radial-gradient(circle at 16% 14%, rgba(168, 255, 62, 0.1), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(123, 82, 255, 0.16), transparent 28%);
  box-shadow:
    inset 0 0 0 1px rgba(122, 232, 255, 0.08),
    inset 0 0 36px rgba(122, 232, 255, 0.03);
}

.commission-stage::after {
  content: "";
  position: absolute;
  inset: 28px;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 26px);
  mix-blend-mode: screen;
  opacity: 0.34;
}

.commission-graphic {
  position: absolute;
  inset: 18px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.commission-graphic.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.commission-graphic svg {
  width: 100%;
  height: 100%;
  min-height: 410px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 14%, rgba(168, 255, 62, 0.12), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(123, 82, 255, 0.18), transparent 28%),
    radial-gradient(circle at 52% 82%, rgba(122, 232, 255, 0.08), transparent 24%),
    linear-gradient(145deg, rgba(1, 4, 11, 0.99), rgba(6, 10, 24, 0.97));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 34px rgba(123, 82, 255, 0.06),
    0 0 36px rgba(122, 232, 255, 0.05);
}

.commission-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 10px;
}

.commission-caption span {
  color: rgba(180, 203, 218, 0.72);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.commission-caption strong {
  color: rgba(229, 244, 255, 0.92);
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 0 0 18px rgba(122, 232, 255, 0.12);
}

.commission-graphic-binary .commission-caption {
  grid-template-columns: minmax(0, 160px) minmax(0, 320px);
  display: grid;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.commission-graphic-binary .commission-caption span {
  line-height: 1.45;
}

.commission-graphic-binary .commission-caption strong {
  max-width: 320px;
  justify-self: end;
  font-size: 0.72rem;
  line-height: 1.22;
  letter-spacing: 0.06em;
}

.commission-hud-text-binary text:nth-child(3) {
  fill: rgba(122, 232, 255, 0.9);
  opacity: 1;
}

.commission-hud-text text {
  fill: rgba(208, 226, 240, 0.72);
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.commission-hud-text text:nth-child(2) {
  fill: rgba(168, 255, 62, 0.9);
  font-size: 24px;
  letter-spacing: 0.14em;
}

.commission-hud-text text:nth-child(3) {
  fill: rgba(122, 232, 255, 0.62);
  font-size: 13px;
}

.commission-orbit circle,
.binary-rings circle {
  fill: none;
  stroke: rgba(122, 232, 255, 0.14);
  stroke-width: 2;
  stroke-dasharray: 10 18;
}

.commission-orbit-direct circle:first-child,
.commission-orbit-matching circle:first-child,
.binary-rings circle:first-child {
  animation: orbitSpin 18s linear infinite;
}

.commission-orbit-direct circle:last-child,
.commission-orbit-matching circle:last-child,
.binary-rings circle:last-child {
  animation: orbitSpinReverse 22s linear infinite;
}

.commission-grid line,
.binary-center-line line {
  stroke: rgba(156, 189, 212, 0.14);
  stroke-width: 1.5;
}

.commission-area {
  fill: rgba(122, 232, 255, 0.12);
  filter: drop-shadow(0 0 18px rgba(122, 232, 255, 0.08));
}

.commission-path {
  fill: none;
  stroke: #7ae8ff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: commissionLineDraw 3.2s cubic-bezier(.2,.8,.2,1) infinite alternate;
  filter: drop-shadow(0 0 10px rgba(122, 232, 255, 0.28)) drop-shadow(0 0 24px rgba(123, 82, 255, 0.16));
}

.commission-bars rect {
  fill: rgba(168, 255, 62, 0.08);
  stroke: rgba(168, 255, 62, 0.56);
  stroke-width: 1.2;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: commissionBarLift 2.6s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(168, 255, 62, 0.14));
}

.commission-bars rect:nth-child(2) { animation-delay: 0.14s; }
.commission-bars rect:nth-child(3) { animation-delay: 0.28s; }
.commission-bars rect:nth-child(4) { animation-delay: 0.42s; }
.commission-bars rect:nth-child(5) { animation-delay: 0.56s; }
.commission-bars rect:nth-child(6) { animation-delay: 0.7s; }

.commission-nodes circle {
  fill: #7ae8ff;
  stroke: rgba(3, 7, 18, 0.95);
  stroke-width: 5;
  opacity: 0.88;
  animation: commissionNodeSignal 2.8s linear infinite;
  filter: drop-shadow(0 0 14px rgba(122, 232, 255, 0.34));
}

.commission-nodes circle:nth-child(2) { animation-delay: 0.1s; }
.commission-nodes circle:nth-child(3) { animation-delay: 0.2s; }
.commission-nodes circle:nth-child(4) { animation-delay: 0.3s; }
.commission-nodes circle:nth-child(5) { animation-delay: 0.4s; }
.commission-nodes circle:nth-child(6) { animation-delay: 0.5s; }
.commission-nodes circle:nth-child(7) { animation-delay: 0.6s; }
.commission-nodes circle:nth-child(8) { animation-delay: 0.7s; }
.commission-nodes circle:nth-child(9) { animation-delay: 0.8s; }
.commission-nodes circle:nth-child(10) { animation-delay: 0.9s; }

.commission-targets circle,
.matching-beacons circle {
  fill: none;
  stroke: rgba(168, 255, 62, 0.24);
  stroke-width: 2;
  stroke-dasharray: 24 18;
  animation: targetSweep 3s linear infinite;
}

.commission-targets circle:nth-child(2) { animation-delay: 0.35s; }
.commission-targets circle:nth-child(3) { animation-delay: 0.7s; }
.matching-beacons circle:nth-child(2) { animation-delay: 0.35s; }
.matching-beacons circle:nth-child(3) { animation-delay: 0.7s; }
.matching-beacons circle:nth-child(4) { animation-delay: 1.05s; }

.matching-ring-grid circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.5;
}

.matching-links line {
  stroke: rgba(122, 232, 255, 0.34);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 14 18;
  animation: matchingLinkFlow 1.8s linear infinite;
  filter: drop-shadow(0 0 10px rgba(122, 232, 255, 0.18));
}

.matching-pulses circle {
  fill: #a8ff3e;
  stroke: rgba(122, 232, 255, 0.26);
  stroke-width: 10;
  opacity: 0.86;
  animation: matchingNodeSignal 3.1s linear infinite;
  filter: drop-shadow(0 0 16px rgba(168, 255, 62, 0.28));
}

.matching-pulses circle:nth-child(2) { animation-delay: 0.18s; }
.matching-pulses circle:nth-child(3) { animation-delay: 0.36s; }
.matching-pulses circle:nth-child(4) { animation-delay: 0.54s; }
.matching-pulses circle:nth-child(5) { animation-delay: 0.72s; }
.matching-pulses circle:nth-child(6) { animation-delay: 0.9s; }
.matching-pulses circle:nth-child(7) { animation-delay: 1.08s; }
.matching-pulses circle:nth-child(8) { animation-delay: 1.26s; }
.matching-pulses circle:nth-child(9) { animation-delay: 1.44s; }

.matching-echoes circle {
  fill: none;
  stroke: rgba(123, 82, 255, 0.36);
  stroke-width: 2;
  stroke-dasharray: 18 16;
  animation: matchingRingSweep 5.2s linear infinite;
}

.matching-echoes circle:nth-child(2) {
  animation-delay: 1.2s;
}

.binary-lanes path {
  fill: none;
  stroke: rgba(122, 232, 255, 0.48);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 16 16;
  animation: binaryLaneFlow 2s linear infinite;
  filter: drop-shadow(0 0 10px rgba(122, 232, 255, 0.16));
}

.binary-stacks rect {
  fill: rgba(123, 82, 255, 0.12);
  stroke: rgba(168, 255, 62, 0.62);
  stroke-width: 1.5;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: binaryStackShift 2.8s ease-in-out infinite;
  filter: drop-shadow(0 0 16px rgba(123, 82, 255, 0.14));
}

.binary-stacks-right rect:nth-child(1) { animation-delay: 0.18s; }
.binary-stacks-right rect:nth-child(2) { animation-delay: 0.36s; }
.binary-stacks-right rect:nth-child(3) { animation-delay: 0.54s; }
.binary-stacks-left rect:nth-child(2) { animation-delay: 0.12s; }
.binary-stacks-left rect:nth-child(3) { animation-delay: 0.24s; }

.binary-core circle:first-child {
  fill: #a8ff3e;
  stroke: rgba(8, 10, 16, 0.96);
  stroke-width: 6;
  opacity: 0.92;
  filter: drop-shadow(0 0 18px rgba(168, 255, 62, 0.34));
}

.binary-core circle:last-child {
  fill: none;
  stroke: rgba(123, 82, 255, 0.34);
  stroke-width: 2;
  stroke-dasharray: 20 14;
  animation: binaryRingSweep 4.6s linear infinite;
}

.binary-scan line {
  stroke: rgba(168, 255, 62, 0.86);
  stroke-width: 4;
  animation: binaryScanMove 2.8s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(168, 255, 62, 0.32));
}

.binary-readouts rect {
  fill: rgba(6, 10, 22, 0.84);
  stroke: rgba(122, 232, 255, 0.26);
  stroke-width: 1.5;
}

.commission-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  max-width: none;
  padding-top: 0;
  align-self: center;
}

.commission-copy .feature-stack {
  gap: 16px;
  margin-top: 0;
}

.commission-card {
  padding: 24px 30px 26px;
  min-height: 0;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.commission-card h3 {
  margin-top: 12px;
  max-width: none;
}

.commission-card p {
  max-width: 44ch;
  margin-top: 12px;
}

.commission-card.is-active {
  border-color: rgba(168, 255, 62, 0.34);
  background:
    radial-gradient(circle at 10% 50%, rgba(168, 255, 62, 0.08), transparent 22%),
    radial-gradient(circle at 92% 50%, rgba(123, 82, 255, 0.12), transparent 24%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.024) 42%, rgba(255, 255, 255, 0.045) 100%),
    linear-gradient(135deg, rgba(164, 249, 87, 0.1) 0%, rgba(99, 90, 228, 0.08) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 44px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(168, 255, 62, 0.08),
    0 0 48px rgba(122, 232, 255, 0.04);
}

.commission-card.is-active .feature-index,
.commission-card.is-active h3 {
  color: var(--lime);
}

.commission-card:focus-visible {
  outline: 2px solid rgba(168, 255, 62, 0.55);
  outline-offset: 4px;
}

@keyframes commissionLineDraw {
  0% {
    stroke-dashoffset: 1200;
  }
  45%, 100% {
    stroke-dashoffset: 0;
  }
}

@keyframes orbitSpin {
  from { transform: rotate(0deg); transform-origin: center; }
  to { transform: rotate(360deg); transform-origin: center; }
}

@keyframes orbitSpinReverse {
  from { transform: rotate(360deg); transform-origin: center; }
  to { transform: rotate(0deg); transform-origin: center; }
}

@keyframes commissionBarLift {
  0%, 100% {
    transform: scaleY(0.76);
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes commissionNodeSignal {
  0%, 100% {
    opacity: 0.62;
    filter: drop-shadow(0 0 8px rgba(122, 232, 255, 0.18));
  }
  16% {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(122, 232, 255, 0.42));
  }
  32% {
    opacity: 0.72;
    filter: drop-shadow(0 0 10px rgba(122, 232, 255, 0.22));
  }
}

@keyframes matchingLinkFlow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -32;
  }
}

@keyframes matchingNodeSignal {
  0%, 100% {
    opacity: 0.58;
    filter: drop-shadow(0 0 8px rgba(168, 255, 62, 0.18));
  }
  22% {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(168, 255, 62, 0.34));
  }
  36% {
    opacity: 0.7;
    filter: drop-shadow(0 0 10px rgba(168, 255, 62, 0.2));
  }
}

@keyframes matchingRingSweep {
  0% {
    opacity: 0.18;
    stroke-dashoffset: 0;
  }
  50% {
    opacity: 0.48;
  }
  100% {
    opacity: 0.2;
    stroke-dashoffset: -34;
  }
}

@keyframes targetSweep {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 0;
  }
  50% {
    opacity: 0.78;
  }
  100% {
    opacity: 0.24;
    stroke-dashoffset: -42;
  }
}

@keyframes binaryLaneFlow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -32;
  }
}

@keyframes binaryStackShift {
  0%, 100% {
    transform: scaleY(0.82);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes binaryRingSweep {
  0% {
    opacity: 0.2;
    stroke-dashoffset: 0;
  }
  50% {
    opacity: 0.52;
  }
  100% {
    opacity: 0.22;
    stroke-dashoffset: -36;
  }
}

@keyframes binaryScanMove {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.34;
  }
  50% {
    transform: translateY(-280px);
    opacity: 1;
  }
}

.section-copy p + p {
  margin-top: 14px;
}

.section-heading {
  margin-bottom: 38px;
}

.about-stack {
  display: grid;
  gap: 16px;
}

.info-panel {
  padding-bottom: 18px;
}

.info-panel p {
  margin: 0;
  padding-top: 18px;
}

.feature-stack {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-stack-triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  padding: 20px 22px;
  border: 1px solid var(--border);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.016) 42%, rgba(255, 255, 255, 0.035) 100%),
    linear-gradient(135deg, rgba(164, 249, 87, 0.06) 0%, rgba(99, 90, 228, 0.055) 100%);
  clip-path: var(--corner);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.feature-card h3 {
  margin-top: 10px;
}

.feature-card p {
  margin: 12px 0 0;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tool-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--border);
  clip-path: var(--corner);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.016) 42%, rgba(255, 255, 255, 0.035) 100%),
    linear-gradient(135deg, rgba(164, 249, 87, 0.06) 0%, rgba(99, 90, 228, 0.055) 100%);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.tool-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.tool-card::before {
  content: none;
}

.tool-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(6, 6, 8, 0.9) 100%);
}

.tool-card:hover img {
  transform: scale(1.04);
}

.tool-card:hover {
  border-color: rgba(164, 249, 87, 0.28);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(99, 90, 228, 0.1);
  transform: translateX(6px);
}

.tool-copy {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
}

.tool-copy h3 {
  margin-top: 8px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag-row span {
  padding: 10px 14px;
  border: 1px solid rgba(168, 255, 62, 0.16);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(168, 255, 62, 0.05);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  box-shadow: 0 0 20px rgba(123, 82, 255, 0.08);
}

.rewards-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 28px;
  align-items: center;
}

.rewards-browser {
  justify-self: center;
  align-self: center;
  width: min(100%, 420px);
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.browser-bar {
  justify-content: flex-start;
}

.browser-bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.browser-bar span:nth-child(1) {
  background: #ff5f57;
}

.browser-bar span:nth-child(2) {
  background: #febb2e;
}

.browser-bar span:nth-child(3) {
  background: #28c840;
}

.browser-body {
  padding: 0;
  min-height: 0;
  width: 100%;
  aspect-ratio: 4 / 5.05;
  display: grid;
  place-items: center;
  background: transparent;
  position: relative;
}

.browser-body img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.browser-body img.swapping {
  opacity: 0.2;
  transform: scale(0.97);
}

.reward-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 3;
}

.rewards-browser[data-reward="discounts"] .reward-fx-discounts,
.rewards-browser[data-reward="boosters"] .reward-fx-boosters,
.rewards-browser[data-reward="events"] .reward-fx-events,
.rewards-browser[data-reward="nft"] .reward-fx-nft,
.rewards-browser[data-reward="gift"] .reward-fx-gift {
  opacity: 1;
}

.discount-ring,
.discount-spark,
.booster-bar,
.booster-arrow,
.event-star,
.nft-hex,
.nft-pulse,
.gift-ribbon,
.gift-flare {
  position: absolute;
}

.discount-ring {
  left: 50%;
  top: 43%;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 255, 62, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  animation: rewardPulseRing 2.8s ease-out infinite;
}

.discount-ring.delay {
  animation-delay: 1.4s;
}

.discount-spark {
  left: 65%;
  top: 30%;
  width: 18%;
  height: 2px;
  background: linear-gradient(90deg, rgba(168, 255, 62, 0), rgba(168, 255, 62, 1), rgba(99, 90, 228, 0));
  transform: rotate(-28deg);
  box-shadow: 0 0 12px rgba(168, 255, 62, 0.4);
  animation: rewardSparkSweep 2.2s ease-in-out infinite;
}

.booster-bar {
  bottom: 23%;
  width: 4.5%;
  background: linear-gradient(180deg, rgba(111, 241, 255, 0.16), rgba(111, 241, 255, 0.72));
  border-radius: 999px 999px 0 0;
  box-shadow: 0 0 14px rgba(111, 241, 255, 0.18);
  animation: boosterBarRise 1.8s ease-in-out infinite;
}

.booster-bar.b1 {
  left: 21%;
  height: 18%;
}

.booster-bar.b2 {
  left: 28%;
  height: 28%;
  animation-delay: 0.2s;
}

.booster-bar.b3 {
  left: 35%;
  height: 40%;
  animation-delay: 0.4s;
}

.booster-arrow {
  left: 26%;
  top: 40%;
  width: 36%;
  height: 3px;
  background: linear-gradient(90deg, rgba(111, 241, 255, 0.12), rgba(111, 241, 255, 0.95));
  transform: rotate(-32deg);
  transform-origin: left center;
  box-shadow: 0 0 16px rgba(111, 241, 255, 0.28);
  animation: boosterArrowGrow 1.9s cubic-bezier(.2, .75, .2, 1) infinite;
}

.booster-arrow::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #6ff1ff;
  border-right: 3px solid #6ff1ff;
  transform: translateY(-50%) rotate(45deg);
}

.event-star {
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, rgba(255, 205, 90, 1) 0%, rgba(255, 205, 90, 0) 72%);
  border-radius: 50%;
  animation: eventTwinkle 2.1s ease-in-out infinite;
}

.event-star::before,
.event-star::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 205, 90, 0.7);
  transform: translate(-50%, -50%);
}

.event-star::before {
  width: 1px;
  height: 20px;
}

.event-star::after {
  width: 20px;
  height: 1px;
}

.event-star.s1 {
  left: 26%;
  top: 34%;
}

.event-star.s2 {
  right: 24%;
  top: 28%;
  animation-delay: 0.5s;
}

.event-star.s3 {
  left: 58%;
  bottom: 24%;
  animation-delay: 0.9s;
}

.nft-hex {
  width: 14%;
  aspect-ratio: 1;
  border: 1px solid rgba(123, 82, 255, 0.7);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  box-shadow: 0 0 16px rgba(123, 82, 255, 0.18);
  animation: nftFloat 3.2s ease-in-out infinite;
}

.nft-hex.h1 {
  left: 22%;
  top: 24%;
}

.nft-hex.h2 {
  right: 18%;
  bottom: 22%;
  animation-delay: 1.2s;
}

.nft-pulse {
  left: 50%;
  top: 48%;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(123, 82, 255, 0.3);
  transform: translate(-50%, -50%);
  animation: rewardPulseRing 2.6s ease-out infinite;
}

.gift-ribbon {
  left: 16%;
  top: 50%;
  width: 68%;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 207, 101, 0), rgba(255, 207, 101, 0.95), rgba(255, 207, 101, 0));
  box-shadow: 0 0 14px rgba(255, 207, 101, 0.26);
  animation: giftRibbonSweep 2.8s ease-in-out infinite;
}

.gift-flare {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 207, 101, 0.95) 0%, rgba(255, 207, 101, 0) 72%);
  animation: eventTwinkle 1.8s ease-in-out infinite;
}

.gift-flare.f1 {
  left: 26%;
  top: 30%;
}

.gift-flare.f2 {
  right: 24%;
  bottom: 28%;
  animation-delay: 0.7s;
}

.reward-actions {
  display: grid;
  gap: 10px;
}

.rewards-copy {
  align-self: center;
}

.reward-item {
  width: 100%;
  padding: 14px 18px;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.reward-item.active {
  border-color: rgba(168, 255, 62, 0.55);
  color: var(--bg);
  background: var(--lime);
}

@keyframes rewardPulseRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }
  25% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes rewardSparkSweep {
  0%, 100% {
    opacity: 0.25;
    transform: rotate(-28deg) translateX(-10px);
  }
  50% {
    opacity: 0.95;
    transform: rotate(-28deg) translateX(10px);
  }
}

@keyframes boosterBarRise {
  0%, 100% {
    transform: scaleY(0.72);
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    opacity: 0.95;
  }
}

@keyframes boosterArrowGrow {
  0% {
    opacity: 0.2;
    transform: rotate(-32deg) scaleX(0.35);
  }
  35% {
    opacity: 1;
    transform: rotate(-32deg) scaleX(1);
  }
  100% {
    opacity: 0.45;
    transform: rotate(-32deg) scaleX(1);
  }
}

@keyframes eventTwinkle {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes nftFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.45;
  }
  50% {
    transform: translateY(-10px) rotate(8deg);
    opacity: 0.95;
  }
}

@keyframes giftRibbonSweep {
  0%, 100% {
    opacity: 0.24;
    transform: translateX(-12px);
  }
  50% {
    opacity: 0.95;
    transform: translateX(12px);
  }
}

.inline-video-panel {
  margin-top: 16px;
}

.nft-section {
  display: grid;
  gap: 28px;
}

.network-section {
  display: grid;
  gap: 28px;
}

.nft-section .section-copy {
  max-width: 920px;
}

.network-section .section-copy {
  max-width: 1120px;
}

.network-section h2 {
  max-width: 1180px;
}

.network-section p {
  max-width: 1080px;
}

.network-section .structured-list {
  width: 100%;
  justify-items: center;
}

.network-section .structured-list li {
  max-width: 1180px;
  text-align: center;
}

.network-video-large {
  width: 100%;
}

.brand-video-section {
  padding-top: 0;
}

.brand-video-large {
  width: 100%;
}

.brand-video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 30%, rgba(164, 249, 87, 0.12), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(99, 90, 228, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(3, 7, 14, 0.98), rgba(8, 10, 26, 0.95));
}

.brand-video-shell::before,
.brand-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.brand-video-shell::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 44px, 44px 100%;
  opacity: 0.32;
}

.brand-video-shell::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(164, 249, 87, 0.2) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: brandVideoSweep 5.8s linear infinite;
  opacity: 0.5;
}

.brand-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020406;
}

.brand-video-overlay,
.brand-video-grid,
.brand-video-scan {
  position: absolute;
  inset: 0;
}

.brand-video-overlay {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 5, 9, 0.1), rgba(2, 5, 9, 0.22)),
    radial-gradient(circle at 18% 30%, rgba(164, 249, 87, 0.08), transparent 24%),
    radial-gradient(circle at 84% 28%, rgba(99, 90, 228, 0.16), transparent 28%);
}

.brand-video-grid {
  background:
    linear-gradient(rgba(164, 249, 87, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 249, 87, 0.05) 1px, transparent 1px);
  background-size: 100% 52px, 52px 100%;
  opacity: 0.32;
}

.brand-video-scan {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 100%);
  transform: translateY(-120%);
  animation: brandVideoScan 4.2s ease-in-out infinite;
  opacity: 0.42;
}

@keyframes brandVideoSweep {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes brandVideoScan {
  0%,
  18% { transform: translateY(-120%); }
  58% { transform: translateY(120%); }
  100% { transform: translateY(120%); }
}

.network-video-large video {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  min-height: 520px;
  object-fit: cover;
}

.nft-video-large {
  width: 100%;
}

.nft-video-large video {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  min-height: 520px;
  object-fit: cover;
}

.medal-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: center;
}

.platform-rewards-section {
  padding-top: 0;
}

.platform-rewards-video-large {
  width: 100%;
}

.platform-rewards-video-large video {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  min-height: 520px;
  object-fit: cover;
}

.medal-visual {
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at center, rgba(168, 255, 62, 0.12), transparent 54%),
    rgba(10, 11, 16, 0.88);
  clip-path: var(--corner);
}

.medal-visual img {
  max-width: 360px;
  filter: drop-shadow(0 0 36px rgba(168, 255, 62, 0.16));
}

.compact {
  margin-top: 28px;
}

.cta-section {
  padding-top: 40px;
}

.cta-card {
  padding: 36px;
}

.cta-card h2 {
  max-width: 760px;
}

.cta-card > p {
  margin: 16px 0 0;
}

.cta-card .hero-actions {
  margin-top: 26px;
  padding-bottom: 6px;
}

.faq-section {
  padding-top: 34px;
}

.faq-header {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
  margin-bottom: 34px;
}

.faq-kicker {
  width: fit-content;
}

.faq-intro {
  max-width: 80ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.faq-tabs {
  width: min(100%, 980px);
  margin: 0 auto 34px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015)),
    rgba(10, 16, 24, 0.72);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 34px rgba(0,0,0,0.18), 0 0 24px rgba(99, 90, 228, 0.06);
  backdrop-filter: blur(14px) saturate(128%);
}

.faq-tab {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    rgba(10, 14, 24, 0.38);
  color: rgba(224, 240, 232, 0.88);
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.faq-tab.is-active {
  background: linear-gradient(180deg, rgba(164, 249, 87, 0.22) 0%, rgba(94, 159, 17, 0.36) 100%);
  color: #f6fff0;
  border-color: rgba(164, 249, 87, 0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 10px 22px rgba(164, 249, 87, 0.14);
}

.faq-tab:hover {
  transform: translateY(-1px);
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(164, 249, 87, 0.055), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(99, 90, 228, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.012)),
    rgba(8, 12, 22, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 18px 34px rgba(0,0,0,0.16);
  backdrop-filter: blur(16px) saturate(132%);
}

.faq-item.is-open {
  border-color: rgba(164, 249, 87, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 22px 38px rgba(0,0,0,0.2), 0 0 20px rgba(164, 249, 87, 0.06);
}

.faq-item .card-edge-comet {
  z-index: 0;
}

.faq-item .card-edge-comet::before,
.faq-item .card-edge-comet::after {
  width: 2px;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(164, 249, 87, 0.92) 34%, rgba(157, 221, 116, 0.85) 58%, rgba(99, 90, 228, 0.72) 82%, transparent 100%);
  box-shadow: 0 0 14px rgba(164, 249, 87, 0.2), 0 0 14px rgba(99, 90, 228, 0.12);
  animation: cardEdgeComet 4.4s linear infinite;
}

.faq-item .card-edge-comet span,
.faq-item .card-edge-comet strong {
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(164, 249, 87, 0.92) 34%, rgba(157, 221, 116, 0.85) 58%, rgba(99, 90, 228, 0.72) 82%, transparent 100%);
  box-shadow: 0 0 14px rgba(164, 249, 87, 0.2), 0 0 14px rgba(99, 90, 228, 0.12);
  animation: cardEdgeSweepHorizontal 4.4s linear infinite;
}

.faq-item .card-edge-comet::after,
.faq-item .card-edge-comet strong {
  animation-delay: 1.5s;
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 26px 28px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.faq-icon-wrap {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(9, 14, 22, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  padding: 8px;
}

.faq-icon-mark {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: grayscale(1) brightness(1.18) contrast(1.02);
}

.faq-question-text {
  font-family: var(--font-body);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 700;
  line-height: 1.2;
}

.faq-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.faq-toggle::after {
  transform: rotate(90deg);
}

.faq-toggle.is-open::after {
  opacity: 0;
}

.faq-toggle span {
  display: none;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 28px 0 90px;
  position: relative;
  z-index: 1;
  transition: grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1), padding 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  opacity: 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding: 0 28px 26px 90px;
  opacity: 1;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  color: rgba(233, 242, 229, 0.92);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.6;
  transform: translateY(-8px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-answer p {
  transform: translateY(0);
}

.legal-section {
  padding-top: 0;
}

.legal-card {
  padding: 24px;
  border: 1px solid rgba(168, 255, 62, 0.08);
  background: rgba(8, 10, 14, 0.86);
  clip-path: var(--corner);
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.legal-card p + p {
  margin-top: 14px;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 36px 24px 0;
}

.site-footer::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(164, 249, 87, 0.18) 20%, rgba(99, 90, 228, 0.16) 80%, transparent 100%);
}

.footer-ecosystem {
  display: grid;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(168, 255, 62, 0.08);
}

.footer-ecosystem h3 {
  font-size: 34px;
  line-height: 1;
}

.slnn-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background:
    radial-gradient(circle at 20% 0%, rgba(164, 249, 87, 0.06), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(99, 90, 228, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(9, 15, 18, 0.96), rgba(7, 12, 18, 0.92));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.slnn-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(164, 249, 87, 0.03), transparent 55%);
  pointer-events: none;
}

.slnn-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(164, 249, 87, 0.03), transparent 28%, transparent 72%, rgba(99, 90, 228, 0.04));
  pointer-events: none;
}

.slnn-slider-track {
  display: flex;
  width: max-content;
  animation: slnnMarquee 30s linear infinite;
  padding: 18px 0;
  position: relative;
}

.slnn-slider:hover .slnn-slider-track {
  animation-play-state: paused;
}

.slnn-slider-track::before,
.slnn-slider-track::after {
  content: "";
  position: absolute;
  width: 34%;
  height: 3px;
  left: -6%;
  background: linear-gradient(90deg, rgba(164, 249, 87, 0), rgba(164, 249, 87, 0.92) 40%, rgba(164, 249, 87, 0.18));
  box-shadow: 0 0 16px rgba(164, 249, 87, 0.3), 0 0 28px rgba(164, 249, 87, 0.14);
  animation: slnnSliderSweep 5.8s linear infinite;
  border-radius: 999px;
  pointer-events: none;
}

.slnn-slider-track::before {
  top: 0;
}

.slnn-slider-track::after {
  bottom: 0;
  animation-delay: 2.9s;
}

.slnn-slider-group {
  display: flex;
  align-items: center;
  gap: 68px;
  padding: 0 34px;
  min-width: max-content;
}

.slnn-logo {
  height: 50px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: 0.74;
  filter: grayscale(1) brightness(0.88) contrast(1.08);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.slnn-logo.is-wide {
  height: 44px;
}

.slnn-logo:hover {
  opacity: 1;
  filter: grayscale(0.2) brightness(1.02);
  transform: translateY(-2px);
}

.site-footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding: 24px 12px 20px 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(164, 249, 87, 0.045), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(99, 90, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(8, 12, 22, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.footer-brand img {
  width: 154px;
}

.footer-brand {
  padding-left: 12px;
}

.footer-brand p,
.footer-brand small,
.footer-col a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.footer-brand p {
  margin: 14px 0 6px;
  font-family: var(--font-head);
  font-size: 20px;
  color: var(--text);
}

.footer-col h3 {
  margin-bottom: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: var(--lime);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 24px;
}

.footer-col a:hover {
  color: var(--lime);
  transform: none;
}

  .footer-brand:hover,
  .footer-col:hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 220;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 42px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
  cursor: pointer;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.policy-page .hero {
  min-height: 62vh;
  padding-top: 128px;
  padding-bottom: 54px;
}

.policy-page .hero-copy {
  max-width: 980px;
}

.policy-page .lead {
  max-width: 820px;
  text-align: center;
}

.policy-page .hero-points {
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 18px 28px;
}

.policy-page .hero-points li {
  font-size: 15px;
}

.policy-shell {
  display: grid;
  gap: 22px;
}

.policy-intro {
  padding: 28px;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.policy-meta span {
  padding: 10px 14px;
  border: 1px solid rgba(168, 255, 62, 0.16);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(168, 255, 62, 0.05);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.policy-grid {
  display: grid;
  gap: 18px;
}

.policy-card {
  padding: 26px 28px;
}

.policy-card h2 {
  max-width: none;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.policy-card p {
  margin: 12px 0 0;
}

.policy-card ul,
.policy-card ol {
  margin: 16px 0 0;
  padding-left: 20px;
}

.policy-card li + li {
  margin-top: 10px;
}

.policy-card a {
  color: var(--lime);
  text-decoration: none;
}

.policy-card a:hover {
  color: #c8ff8f;
}

.policy-doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.policy-doc-links .btn {
  min-width: 220px;
}

.has-comet-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(164, 249, 87, 0.03), transparent 28%, transparent 72%, rgba(99, 90, 228, 0.04));
  pointer-events: none;
  z-index: 0;
}

.card-edge-comet {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}

.card-edge-comet::before,
.card-edge-comet::after {
  content: "";
  position: absolute;
  top: -30%;
  width: 3px;
  height: 34%;
  background: linear-gradient(180deg, rgba(164, 249, 87, 0) 0%, rgba(164, 249, 87, 0.9) 38%, rgba(164, 249, 87, 0.28) 100%);
  box-shadow: 0 0 16px rgba(164, 249, 87, 0.45), 0 0 26px rgba(164, 249, 87, 0.2);
  animation: cardEdgeComet 4.2s linear infinite;
  border-radius: 999px;
}

.card-edge-comet::before {
  left: 0;
}

.card-edge-comet::after {
  right: 0;
  animation-delay: 2.1s;
}

.card-edge-comet span,
.card-edge-comet strong {
  position: absolute;
  left: -18%;
  width: 36%;
  height: 3px;
  background: linear-gradient(90deg, rgba(164, 249, 87, 0) 0%, rgba(164, 249, 87, 0.9) 38%, rgba(164, 249, 87, 0.28) 100%);
  box-shadow: 0 0 16px rgba(164, 249, 87, 0.45), 0 0 26px rgba(164, 249, 87, 0.2);
  animation: cardEdgeSweepHorizontal 4.2s linear infinite;
  border-radius: 999px;
}

.card-edge-comet span {
  top: 0;
}

.card-edge-comet strong {
  bottom: 0;
  animation-delay: 2.1s;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-header,
  .hero,
  .section,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 12px;
    padding: 18px 24px 24px;
    background: rgba(6, 6, 8, 0.98);
    border-bottom: 1px solid rgba(168, 255, 62, 0.1);
  }

  .site-nav a {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .site-nav .nav-cta.mobile-only {
    border: 0;
    background: var(--lime);
    color: var(--bg);
    box-shadow: 0 0 24px rgba(164, 249, 87, 0.16);
  }

  .site-nav .nav-cta.mobile-only:hover,
  .site-nav .nav-cta.mobile-only:focus-visible {
    background: #b8ff73;
    color: var(--bg);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .hero,
  .section-grid,
  .rewards-layout,
  .medal-section,
  .site-footer-main {
    grid-template-columns: 1fr;
  }

  .about-stack,
  .feature-stack,
  .feature-stack-triple,
  .tools-grid,
  .policy-grid {
    justify-items: center;
  }

  .tools-grid,
  .feature-stack-triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commission-copy {
    max-width: none;
    padding-top: 0;
  }

  .commission-heading h2 {
    max-width: 22ch;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 6.8vw, 4.2rem);
    line-height: 0.98;
    margin-inline: auto;
    text-align: center;
  }

  h2 {
    max-width: 18ch;
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    line-height: 1.02;
    margin-inline: auto;
    text-align: center;
  }

  h3,
  .feature-card h3,
  .tool-copy h3,
  .footer-col h3,
  .policy-card h2,
  .cta-card h2,
  .network-section h2,
  .commission-heading h2 {
    margin-inline: auto;
    text-align: center;
  }

  .lead,
  .section-copy p,
  .section-heading p,
  .info-panel p,
  .feature-card p,
  .cta-card p,
  .policy-card p,
  .policy-card li {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.22em;
    gap: 10px;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 28px;
  }

  .panel-topline,
  .browser-bar {
    padding: 12px 14px;
    font-size: 0.56rem;
    letter-spacing: 0.14em;
    line-height: 1.45;
  }

  .ticker-wrap,
  .ticker-wrap-footer,
  .slnn-slider {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ticker-wrap-footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ticker-track,
  .slnn-slider {
    overflow: hidden;
  }

  .site-footer {
    max-width: 100%;
  }

  .site-footer-main {
    padding: 24px;
  }

  .back-to-top {
    right: 20px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 92px);
  }

  .faq-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-question {
    padding: 22px 24px;
  }

  .faq-answer {
    padding: 0 24px 0 80px;
  }

  .faq-item.is-open .faq-answer {
    padding: 0 24px 24px 80px;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    padding-top: 136px;
    padding-bottom: 58px;
    min-height: auto;
  }

  .site-header {
    gap: 14px;
    min-height: 96px;
    align-items: center;
  }

  .brand {
    width: 198px;
    max-width: calc(100% - 76px);
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 9.8vw, 3.1rem);
    line-height: 0.94;
    margin-inline: auto;
    text-align: center;
  }

  h2 {
    max-width: 14ch;
    font-size: clamp(1.3rem, 6.7vw, 2rem);
    line-height: 1;
    margin-inline: auto;
    text-align: center;
  }

  h3 {
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    margin-inline: auto;
    text-align: center;
  }

  .lead,
  .section-copy p,
  .section-heading p,
  .info-panel p,
  .feature-card p,
  .cta-card p,
  .policy-card p,
  .policy-card li {
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    gap: 8px;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 18px;
  }

  .commission-heading h2,
  .commission-card h3,
  .commission-card p {
    max-width: none;
  }

  .hero-copy,
  .section-copy,
  .section-heading,
  .commission-heading,
  .rewards-copy,
  .cta-card,
  .policy-intro,
  .policy-card,
  .feature-card,
  .legal-card,
  .footer-brand,
  .footer-col {
    text-align: center;
    justify-items: center;
    margin-inline: auto;
  }

  .section-copy p,
  .section-heading p,
  .info-panel p,
  .feature-card p,
  .cta-card p,
  .policy-card p,
  .policy-card li {
    text-align: center;
  }

  .section-copy h2,
  .section-heading h2,
  .policy-card h2,
  .cta-card h2,
  .feature-card h3,
  .tool-copy h3,
  .footer-col h3 {
    width: 100%;
    text-align: center;
    margin-inline: auto;
  }

  .structured-list {
    width: 100%;
    justify-items: center;
    padding-left: 0;
  }

  .structured-list li {
    justify-content: center;
    text-align: center;
  }

  .commission-card {
    padding: 22px 22px 24px;
  }

  .commission-section {
    gap: 18px;
  }

  .commission-media,
  .media-panel,
  .inline-video-panel,
  .brand-video-large,
  .network-video-large,
  .platform-rewards-video-large,
  .nft-video-large {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-actions,
  .tag-row {
    flex-direction: column;
    align-items: stretch;
  }

  .policy-page .hero-points {
    grid-template-columns: 1fr;
  }

  .policy-meta,
  .policy-doc-links {
    flex-direction: column;
  }

  .ticker-wrap::before,
  .ticker-wrap::after {
    width: 36px;
  }

  .ticker-wrap,
  .slnn-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ticker-wrap-footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ticker-row,
  .ticker-row:first-child,
  .ticker-track {
    min-height: 58px;
  }

  .slnn-slider-group {
    gap: 22px;
    padding: 0 14px;
  }

  .slnn-logo {
    height: 28px;
  }

  .slnn-logo.is-wide {
    height: 24px;
  }

  .ticker-item {
    padding: 10px 12px;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }

  .nav-cta,
  .btn {
    justify-content: center;
    text-align: center;
  }

  .hero-mini-grid,
  .tools-grid,
  .feature-stack-triple {
    grid-template-columns: 1fr;
  }

  .ecosystem-card {
    min-width: 188px;
    min-height: 80px;
  }

  .eco-name {
    font-size: 1rem;
  }

  .nft-video-large video {
    min-height: 320px;
    aspect-ratio: 16 / 10;
  }

  .network-video-large video {
    min-height: 0;
    aspect-ratio: 16 / 11;
    object-fit: contain;
    object-position: center;
    background: #020406;
  }

  .panel-topline {
    justify-content: center;
    gap: 10px;
    text-align: center;
    flex-wrap: wrap;
    padding-inline: 12px;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .panel-topline span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .browser-body {
    min-height: 0;
    padding: 0;
  }

  .tool-card {
    min-height: 320px;
  }

  .cta-card {
    padding: 26px 18px;
  }

  .faq-section {
    padding-top: 12px;
  }

  .faq-intro {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .faq-tabs {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 10px;
    border-radius: 28px;
  }

  .faq-tab {
    min-height: 48px;
    font-size: 0.9rem;
  }

  .faq-question {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 20px 18px;
  }

  .faq-icon-wrap {
    display: none;
  }

  .faq-question-text {
    font-size: 1rem;
    line-height: 1.3;
  }

  .faq-answer {
    padding: 0 18px 0 18px;
  }

  .faq-item.is-open .faq-answer {
    padding: 0 18px 20px 18px;
  }

  .faq-answer p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .performance-chart {
    padding: 8px 8px 12px;
  }

  .chart-title {
    font-size: 16px;
  }

  .chart-axis-labels text,
  .chart-values text,
  .chart-legend text {
    font-size: 10px;
  }

  .chart-line {
    stroke-width: 5;
  }

  .chart-tooltip {
    min-width: 142px;
    padding: 10px 12px;
  }

  .site-footer {
    padding: 28px 18px 0;
    margin-bottom: 20px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-copy {
    gap: 10px;
  }

  .site-footer-main {
    gap: 20px;
    padding: 24px 18px 22px;
  }

  .site-footer-main,
  .footer-brand,
  .footer-col,
  .footer-ecosystem,
  .footer-ecosystem h3 {
    text-align: center;
  }

  .footer-brand {
    padding-left: 0;
    justify-items: center;
  }

  .footer-brand img {
    margin-inline: auto;
  }

  .footer-col {
    padding: 0;
    align-items: center;
  }

  .footer-col a,
  .footer-brand p,
  .footer-brand small {
    text-align: center;
  }

  .back-to-top {
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 86px);
    width: 76px;
    height: 34px;
  }

  .footer-ecosystem .ecosystem-row {
    gap: 14px;
  }

  .card-edge-comet {
    display: none;
  }
}

@keyframes cardEdgeComet {
  0% {
    top: -30%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    top: 110%;
    opacity: 0;
  }
}

@keyframes cardEdgeSweepHorizontal {
  0% {
    left: -36%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes glowBarSlide {
  0% {
    background-position: 0% 0%;
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 18px rgba(164, 249, 87, 0.55), 0 0 40px rgba(164, 249, 87, 0.28);
  }
  100% {
    background-position: 200% 0%;
    box-shadow: none;
  }
}

@keyframes glowBarSlide2 {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes tickerMove1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slnnMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes slnnSliderSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  78% {
    opacity: 0.95;
  }
  100% {
    transform: translateX(360%);
    opacity: 0;
  }
}

@keyframes ecosystemMoveLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes ecosystemMoveRight {
  0% {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
