:root {
  --bg: #1b1e29;
  --bg-2: #12141d;
  --panel: rgba(53, 57, 76, 0.86);
  --text: #f5f7ff;
  --muted: #b8bfd3;
  --accent: #a953ff;
  --accent-2: #ff3eb5;
  --mint: #18e3bf;
  --blue: #46a9ff;
  --sun: #ffd02f;
  --orange: #ff8a45;
  --line: rgba(169, 83, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at 14% 10%, rgba(169, 83, 255, 0.38), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(24, 227, 191, 0.3), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 62, 181, 0.22), transparent 28%),
    linear-gradient(180deg, #1a1d29 0%, #121722 48%, #10131c 100%);
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 62, 181, 0.14), transparent 18%),
    radial-gradient(circle at 74% 22%, rgba(24, 227, 191, 0.12), transparent 18%),
    radial-gradient(circle at 34% 76%, rgba(169, 83, 255, 0.14), transparent 22%),
    radial-gradient(circle at 82% 78%, rgba(70, 169, 255, 0.12), transparent 16%);
  filter: blur(28px);
  animation: ambientField 22s ease-in-out infinite alternate;
}

body {
  position: relative;
}

body > * {
  position: relative;
}

.site-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-ambient::before,
.site-ambient::after {
  content: "";
  position: absolute;
  inset: -14%;
}

.site-ambient::before {
  background:
    linear-gradient(118deg, transparent 0 14%, rgba(255, 62, 181, 0.22) 18%, transparent 23%),
    linear-gradient(132deg, transparent 0 48%, rgba(169, 83, 255, 0.18) 52%, transparent 57%),
    linear-gradient(100deg, transparent 0 68%, rgba(24, 227, 191, 0.16) 72%, transparent 77%),
    linear-gradient(124deg, transparent 0 82%, rgba(70, 169, 255, 0.12) 86%, transparent 90%);
  filter: blur(22px);
  opacity: 0.82;
  animation: siteGlowSweep 12s linear infinite;
  mix-blend-mode: screen;
}

.site-ambient::after {
  background:
    radial-gradient(circle at 12% 18%, rgba(169, 83, 255, 0.34), transparent 20%),
    radial-gradient(circle at 86% 16%, rgba(24, 227, 191, 0.28), transparent 18%),
    radial-gradient(circle at 50% 74%, rgba(255, 62, 181, 0.24), transparent 20%),
    radial-gradient(circle at 72% 52%, rgba(70, 169, 255, 0.2), transparent 16%),
    radial-gradient(circle at 30% 58%, rgba(255, 208, 47, 0.12), transparent 14%);
  filter: blur(44px);
  opacity: 0.95;
  animation: siteGlowFloat 14s ease-in-out infinite alternate;
}

.site-lines {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  mix-blend-mode: screen;
}

.line-track {
  position: absolute;
  display: block;
  height: 10px;
  width: 180vw;
  left: -30vw;
  border-radius: 999px;
  filter: blur(3px);
  transform: rotate(-18deg);
}

.line-track::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 62, 181, 0.08) 12%,
    rgba(255, 62, 181, 0.62) 22%,
    rgba(169, 83, 255, 0.48) 34%,
    rgba(24, 227, 191, 0.44) 48%,
    rgba(70, 169, 255, 0.5) 62%,
    rgba(255, 208, 47, 0.28) 72%,
    rgba(255, 62, 181, 0.52) 84%,
    transparent 100%
  );
  box-shadow:
    0 0 28px rgba(255, 62, 181, 0.42),
    0 0 46px rgba(24, 227, 191, 0.24);
}

.line-track-1 {
  top: 12%;
  animation: laserDrift 13s linear infinite;
}

.line-track-2 {
  top: 28%;
  opacity: 0.82;
  animation: laserDriftAlt 17s linear infinite;
}

.line-track-3 {
  top: 48%;
  opacity: 0.88;
  animation: laserDrift 15s linear infinite reverse;
}

.line-track-4 {
  top: 68%;
  opacity: 0.74;
  animation: laserDriftAlt 19s linear infinite reverse;
}

.line-track-5 {
  top: 84%;
  opacity: 0.66;
  animation: laserDrift 21s linear infinite;
}

.page-noise::before,
.page-noise::after {
  content: "";
  position: fixed;
  inset: -10%;
  pointer-events: none;
}

.page-noise::before {
  opacity: 0.68;
  background:
    linear-gradient(116deg, transparent 0 14%, rgba(255, 62, 181, 0.2) 18%, transparent 23%),
    linear-gradient(128deg, transparent 0 48%, rgba(169, 83, 255, 0.18) 52%, transparent 57%),
    linear-gradient(100deg, transparent 0 68%, rgba(24, 227, 191, 0.14) 72%, transparent 77%);
  filter: blur(14px);
  animation: streakSweep 9s linear infinite;
}

.page-noise::after {
  opacity: 0.54;
  background:
    linear-gradient(92deg, transparent 0 16%, rgba(70, 169, 255, 0.14) 20%, transparent 25%),
    linear-gradient(104deg, transparent 0 56%, rgba(255, 208, 47, 0.1) 60%, transparent 64%),
    linear-gradient(122deg, transparent 0 80%, rgba(255, 62, 181, 0.12) 84%, transparent 88%);
  filter: blur(18px);
  animation: streakSweepAlt 10s linear infinite;
}

body::before {
  content: "";
  position: fixed;
  inset: 8% 12% auto auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 83, 255, 0.14), transparent 65%);
  filter: blur(30px);
  pointer-events: none;
}

.live-gradient {
  position: fixed;
  inset: -15%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(169, 83, 255, 0.22), transparent 28%),
    radial-gradient(circle at 75% 18%, rgba(24, 227, 191, 0.16), transparent 24%),
    radial-gradient(circle at 62% 70%, rgba(255, 62, 181, 0.16), transparent 26%),
    radial-gradient(circle at 32% 58%, rgba(70, 169, 255, 0.16), transparent 24%),
    conic-gradient(from 210deg at 50% 50%, transparent 0deg 120deg, rgba(255, 62, 181, 0.06) 150deg, transparent 190deg 360deg);
  animation: driftGradient 16s ease-in-out infinite alternate;
  filter: saturate(1.15);
}

.motion-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.55;
}

.orb-1 {
  top: 12%;
  left: 6%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(169, 83, 255, 0.42), transparent 70%);
  animation: floatOrb 12s ease-in-out infinite;
}

.orb-2 {
  top: 20%;
  right: 9%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(24, 227, 191, 0.34), transparent 70%);
  animation: floatOrb 15s ease-in-out infinite reverse;
}

.orb-3 {
  bottom: 20%;
  left: 18%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 62, 181, 0.28), transparent 70%);
  animation: floatOrb 18s ease-in-out infinite;
}

.orb-4 {
  bottom: 8%;
  right: 14%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(70, 169, 255, 0.24), transparent 70%);
  animation: floatOrb 14s ease-in-out infinite reverse;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  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: 34px 34px;
}

.signal-strip {
  display: flex;
  gap: 2rem;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, rgba(169, 83, 255, 0.14), rgba(24, 227, 191, 0.08));
  color: rgba(245, 247, 255, 0.9);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-strip span {
  position: relative;
  padding-left: 1.6rem;
}

.signal-strip span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--mint), var(--accent-2));
  transform: translateY(-50%);
}

.topbar,
main {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.topbar {
  width: 100%;
  padding-left: max(32px, calc((100vw - 1320px) / 2));
  padding-right: max(32px, calc((100vw - 1320px) / 2));
}

main {
  width: min(1240px, 92vw);
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(27, 30, 41, 0.84), rgba(27, 30, 41, 0.68));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.logo,
.nav a,
.cta,
.ghost-btn,
.menu-btn,
.offer-band,
.eyebrow,
.lang-label,
.lang-select,
.promo-pill,
.lane-tag {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: var(--text);
  text-decoration: none;
  font-size: 1.88rem;
  font-weight: 900;
  letter-spacing: 0;
}

.logo-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.88rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.logo-oin {
  color: var(--text);
}

.logo-playword {
  color: var(--accent);
  text-shadow: 0 0 24px rgba(169, 83, 255, 0.36);
}

.logo-c {
  width: 1.72rem;
  height: 1.72rem;
  flex: 0 0 auto;
  margin-right: -0.18rem;
  display: block;
  transform: translateY(0.12rem);
}

@media (max-width: 720px) {
  .logo {
    gap: 0;
  }

  .logo-wordmark {
    font-size: 1.6rem;
  }

  .logo-c {
    width: 1.46rem;
    height: 1.46rem;
    margin-right: -0.14rem;
    transform: translateY(0.1rem);
  }
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  justify-self: center;
  min-width: max-content;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav a {
  display: inline-flex;
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.nav a.active,
.nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(169, 83, 255, 0.28);
}

.lang-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-self: end;
}

.lang-label {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.lang-select {
  min-width: 124px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(169, 83, 255, 0.18), rgba(255, 62, 181, 0.12));
  color: var(--text);
  padding: 0.55rem 0.85rem;
  font-size: 0.92rem;
}

.menu-btn {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(169, 83, 255, 0.18), rgba(255, 62, 181, 0.12));
  color: var(--text);
  border-radius: 999px;
  padding: 0.65rem 0.95rem;
}

.top-page-links {
  width: min(1240px, 92vw);
  margin: 0.75rem auto 0;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.top-page-links a {
  color: rgba(232, 238, 255, 0.82);
  text-decoration: none;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.top-page-links a:hover {
  color: #ffffff;
}

.hero,
.sub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2.5rem;
  align-items: center;
  padding: 2.2rem 0 2.6rem;
}

.subpage-wrap {
  padding-bottom: 4rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  max-width: 100%;
}

.hero-promo {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.promo-pill {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(169, 83, 255, 0.24), rgba(255, 62, 181, 0.18));
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 900;
}

.hero h1,
.sub-hero h1,
.section-head h2 {
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.hero h1,
.sub-hero h1 {
  max-width: min(8.8ch, 100%);
  font-size: clamp(2.7rem, 6.4vw, 5.35rem);
  line-height: 0.9;
  text-wrap: balance;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.hero h1 span {
  color: var(--accent-2);
}

.hero-text,
.card p,
.contact-copy,
.duel-card p,
.story-band p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-scoreboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-scoreboard article {
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(169, 83, 255, 0.08));
}

.hero-scoreboard strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.hero-scoreboard span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.contact-shortcuts {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.contact-shortcuts-inline {
  margin-top: 1.4rem;
}

.cta,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.45rem;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
}

.cta {
  color: #ffffff;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 58%, var(--orange) 100%);
  box-shadow: 0 16px 40px rgba(169, 83, 255, 0.34);
}

.ghost-btn {
  color: var(--text);
  border: 1px solid rgba(24, 227, 191, 0.24);
  background: linear-gradient(180deg, rgba(24, 227, 191, 0.12), rgba(70, 169, 255, 0.08));
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.66rem;
  min-height: 48px;
  padding: 0.78rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(138, 144, 168, 0.03)),
    rgba(18, 21, 31, 0.54);
  color: #edf3ff;
  text-decoration: none;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(169, 83, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.telegram-chip {
  background:
    linear-gradient(135deg, rgba(70, 169, 255, 0.12), rgba(169, 83, 255, 0.08)),
    rgba(18, 21, 31, 0.56);
}

.whatsapp-chip {
  background:
    linear-gradient(135deg, rgba(24, 227, 191, 0.1), rgba(70, 169, 255, 0.08)),
    rgba(18, 21, 31, 0.56);
}

.email-chip {
  background:
    linear-gradient(135deg, rgba(255, 62, 181, 0.1), rgba(255, 138, 69, 0.08)),
    rgba(18, 21, 31, 0.56);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #f5f7ff;
  opacity: 0.92;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-visual {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-stage {
  position: relative;
  width: min(620px, 100%);
  min-height: 640px;
  filter: saturate(1.14);
  margin-left: 1.5rem;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0% -4% -2%;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 62, 181, 0.22), transparent 34%),
    radial-gradient(circle at 72% 24%, rgba(24, 227, 191, 0.16), transparent 22%),
    radial-gradient(circle at 22% 72%, rgba(169, 83, 255, 0.2), transparent 26%);
  filter: blur(26px);
  z-index: 0;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: -4% -12% -10%;
  background:
    radial-gradient(circle at center, rgba(255, 62, 181, 0.16), transparent 30%),
    radial-gradient(circle at 30% 72%, rgba(24, 227, 191, 0.12), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(169, 83, 255, 0.18), transparent 26%);
  filter: blur(34px);
  z-index: 0;
  pointer-events: none;
}

.hero-frame-asset,
.hero-athlete-asset,
.hero-bits-asset,
.hero-background-asset,
.hero-player-asset,
.hero-objects-asset,
.agent-bg-asset,
.agent-dashboard-asset,
.agent-elements-asset {
  position: absolute;
  max-width: none;
  transition: transform 220ms ease;
}

.agent-hero-stage {
  width: min(720px, 100%);
  min-height: 620px;
  margin-left: 2rem;
  isolation: isolate;
}

.affiliate-hero-stage {
  width: min(720px, 100%);
  min-height: 620px;
  margin-left: 1.2rem;
  isolation: isolate;
  overflow: hidden;
  border-radius: 54px;
  background:
    linear-gradient(180deg, rgba(16, 18, 28, 0.82), rgba(19, 23, 35, 0.74)),
    rgba(8, 11, 18, 0.8);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.28),
    0 0 42px rgba(169, 83, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  mask-image: radial-gradient(circle at center, black 72%, rgba(0, 0, 0, 0.96) 82%, rgba(0, 0, 0, 0.78) 90%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at center, black 72%, rgba(0, 0, 0, 0.96) 82%, rgba(0, 0, 0, 0.78) 90%, transparent 100%);
}

.affiliate-hero-stage::before {
  content: "";
  position: absolute;
  inset: 1% -5% 7%;
  border-radius: 48px;
  background:
    radial-gradient(circle at 38% 46%, rgba(255, 62, 181, 0.2), transparent 26%),
    radial-gradient(circle at 62% 34%, rgba(24, 227, 191, 0.16), transparent 22%),
    radial-gradient(circle at 76% 76%, rgba(255, 208, 47, 0.14), transparent 18%);
  filter: blur(40px);
  z-index: 0;
}

.affiliate-hero-stage::after {
  content: "";
  position: absolute;
  inset: 8% -12% -4%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 62, 181, 0.16), transparent 32%),
    radial-gradient(circle at 22% 70%, rgba(24, 227, 191, 0.12), transparent 26%),
    radial-gradient(circle at 84% 22%, rgba(255, 208, 47, 0.12), transparent 18%);
  filter: blur(36px);
  z-index: 0;
  pointer-events: none;
}

.affiliate-render-asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
  z-index: 2;
}

.affiliate-render-asset {
  filter:
    saturate(1.04)
    contrast(1.04)
    brightness(0.94)
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.28));
  transform: scale(1.03);
  animation: affiliateHeroDrift 18s ease-in-out infinite alternate;
}

.affiliate-hero-stage .hero-beam {
  inset: 6% -2% 4%;
  background:
    radial-gradient(circle at 46% 44%, rgba(255, 62, 181, 0.24) 0%, rgba(24, 227, 191, 0.14) 34%, rgba(255, 208, 47, 0.1) 54%, transparent 74%);
  filter: blur(24px);
  opacity: 0.96;
}

.affiliate-sweep,
.affiliate-orbit,
.affiliate-pulse {
  position: absolute;
  pointer-events: none;
}

.affiliate-sweep {
  inset: -24% auto -18% -36%;
  width: 48%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.02) 18%, rgba(255, 255, 255, 0.12) 50%, rgba(24, 227, 191, 0.12) 68%, transparent 100%);
  transform: rotate(12deg);
  filter: blur(8px);
  mix-blend-mode: screen;
  opacity: 0.68;
  z-index: 4;
  animation: affiliateSweep 9.5s ease-in-out infinite;
}

.affiliate-orbit {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 28px rgba(70, 169, 255, 0.1);
  mix-blend-mode: screen;
  z-index: 3;
}

.affiliate-orbit-a {
  width: 220px;
  height: 220px;
  left: 7%;
  top: 24%;
  border-color: rgba(70, 169, 255, 0.18);
  animation: affiliateOrbitA 15s ease-in-out infinite;
}

.affiliate-orbit-b {
  width: 180px;
  height: 180px;
  right: 6%;
  bottom: 12%;
  border-color: rgba(255, 62, 181, 0.18);
  animation: affiliateOrbitB 17s ease-in-out infinite;
}

.affiliate-pulse {
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.46;
  z-index: 3;
}

.affiliate-pulse-a {
  width: 160px;
  height: 160px;
  left: 50%;
  top: 16%;
  background: radial-gradient(circle, rgba(255, 62, 181, 0.28), transparent 70%);
  animation: affiliatePulse 6.8s ease-in-out infinite;
}

.affiliate-pulse-b {
  width: 190px;
  height: 190px;
  right: 14%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(24, 227, 191, 0.22), transparent 72%);
  animation: affiliatePulse 8s ease-in-out 1.2s infinite;
}

.affiliate-scoreboard article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 62, 181, 0.08)),
    rgba(24, 26, 36, 0.42);
}

.agent-hero-stage::before {
  content: "";
  position: absolute;
  inset: 4% -2% 8%;
  border-radius: 38px;
  background:
    radial-gradient(circle at 48% 44%, rgba(63, 118, 255, 0.18), transparent 28%),
    radial-gradient(circle at 20% 70%, rgba(255, 62, 181, 0.16), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(24, 227, 191, 0.14), transparent 20%);
  filter: blur(32px);
  z-index: 0;
}

.agent-hero-stage::after {
  content: "";
  position: absolute;
  inset: 8% -10% -2%;
  background:
    radial-gradient(circle at center, rgba(70, 169, 255, 0.18), transparent 30%),
    radial-gradient(circle at 24% 68%, rgba(255, 62, 181, 0.14), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(24, 227, 191, 0.14), transparent 18%);
  filter: blur(36px);
  z-index: 0;
  pointer-events: none;
}

.agent-bg-asset {
  width: 122%;
  left: -10%;
  top: 7%;
  border-radius: 38px;
  opacity: 0.82;
  filter: saturate(1.1) contrast(1.04) brightness(0.88);
  animation: bgPulse 12s ease-in-out infinite;
  mask-image: radial-gradient(circle at center, black 52%, rgba(0, 0, 0, 0.82) 68%, transparent 90%);
  -webkit-mask-image: radial-gradient(circle at center, black 52%, rgba(0, 0, 0, 0.82) 68%, transparent 90%);
  z-index: 1;
}

.agent-dashboard-asset {
  width: 97%;
  right: -4%;
  top: 6%;
  filter:
    saturate(0.9)
    brightness(0.94)
    contrast(0.96)
    drop-shadow(0 16px 24px rgba(0, 0, 0, 0.18))
    drop-shadow(0 0 20px rgba(255, 62, 181, 0.1))
    drop-shadow(0 0 24px rgba(24, 227, 191, 0.08));
  opacity: 0.92;
  mask-image: radial-gradient(circle at 52% 48%, black 50%, rgba(0, 0, 0, 0.92) 68%, rgba(0, 0, 0, 0.7) 80%, transparent 96%);
  -webkit-mask-image: radial-gradient(circle at 52% 48%, black 50%, rgba(0, 0, 0, 0.92) 68%, rgba(0, 0, 0, 0.7) 80%, transparent 96%);
  animation: playerFloat 7s ease-in-out infinite;
  z-index: 3;
}

.agent-hero-stage .hero-beam {
  inset: 10% -2% 6%;
  background:
    radial-gradient(circle at 52% 54%, rgba(255, 62, 181, 0.22) 0%, rgba(24, 227, 191, 0.14) 34%, rgba(70, 169, 255, 0.1) 52%, transparent 72%);
  filter: blur(26px);
  opacity: 0.9;
}

.hero-background-asset {
  width: 120%;
  left: -10%;
  top: 3%;
  border-radius: 38px;
  opacity: 0.76;
  filter: saturate(1.14) contrast(1.06);
  animation: bgPulse 12s ease-in-out infinite;
  mask-image: radial-gradient(circle at center, black 50%, rgba(0, 0, 0, 0.82) 66%, transparent 90%);
  -webkit-mask-image: radial-gradient(circle at center, black 50%, rgba(0, 0, 0, 0.82) 66%, transparent 90%);
}

.hero-player-asset {
  width: 75%;
  right: 10%;
  top: 12%;
  filter: drop-shadow(0 38px 48px rgba(0, 0, 0, 0.4));
  animation: playerFloat 6.5s ease-in-out infinite;
  z-index: 3;
}

.hero-objects-asset {
  width: 48%;
  right: -2%;
  top: 8%;
  mix-blend-mode: screen;
  opacity: 0.28;
  animation: objectsDrift 9s ease-in-out infinite;
  mask-image: radial-gradient(circle at center, black 46%, rgba(0, 0, 0, 0.72) 60%, transparent 84%);
  -webkit-mask-image: radial-gradient(circle at center, black 46%, rgba(0, 0, 0, 0.72) 60%, transparent 84%);
  z-index: 2;
}

.hero-beam {
  position: absolute;
  inset: 0% -4% -2%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(169, 83, 255, 0.34) 0%, rgba(24, 227, 191, 0.18) 36%, rgba(255, 62, 181, 0.14) 56%, transparent 72%);
  filter: blur(20px);
  mix-blend-mode: screen;
  z-index: 1;
}

.hero-panel {
  position: relative;
  width: min(180px, 100%);
  aspect-ratio: 4 / 3.2;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(169, 83, 255, 0.12), rgba(255, 62, 181, 0.08) 44%, rgba(24, 227, 191, 0.05)),
    rgba(53, 57, 76, 0.62);
  overflow: hidden;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(169, 83, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease;
  z-index: 4;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -18% -18% auto;
  width: 120px;
  height: 120px;
  border-radius: 38px;
  background: radial-gradient(circle, rgba(24, 227, 191, 0.12), transparent 66%);
  transform: rotate(18deg);
}

.hero-panel-left,
.hero-panel-right,
.tilt-left,
.tilt-right {
  position: absolute;
}

.hero-panel-left {
  left: 7%;
  top: 18%;
  transform: rotate(-10deg);
  animation: cardFloatLeft 7s ease-in-out infinite;
}

.hero-panel-right {
  right: 5%;
  bottom: 18%;
  transform: rotate(10deg);
  animation: cardFloatRight 8s ease-in-out infinite;
}

.tilt-left {
  left: 8%;
  top: 8%;
  transform: rotate(-12deg);
}

.tilt-right {
  right: 8%;
  top: 8%;
  transform: rotate(12deg);
}

.small-panel {
  aspect-ratio: 4 / 4.3;
}

.chip {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.46rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(24, 227, 191, 0.24), rgba(70, 169, 255, 0.18));
  color: #defdf8;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hero-display {
  position: absolute;
  inset: 24% 10% 12%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(70, 169, 255, 0.08)),
    rgba(14, 18, 28, 0.28);
  padding: 0.85rem;
}

.display-tag {
  margin-bottom: 1rem;
  color: var(--mint);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-lines {
  display: grid;
  gap: 0.45rem;
}

.info-lines span {
  display: block;
  border-radius: 999px;
  padding: 0.36rem 0.54rem;
  background: rgba(255, 255, 255, 0.06);
  color: #e6fef9;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.coin {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff4ba 0%, #ffd02f 36%, #ff3eb5 72%, #6a54ff 100%);
  box-shadow: 0 0 36px rgba(255, 62, 181, 0.28);
  animation: bounceCoin 7s ease-in-out infinite;
}

.coin-a {
  width: 88px;
  height: 88px;
  right: 8%;
  bottom: 10%;
}

.coin-b {
  width: 52px;
  height: 52px;
  right: 24%;
  bottom: 28%;
  animation-delay: 0.8s;
}

.coin-c {
  width: 34px;
  height: 34px;
  right: 16%;
  top: 18%;
  animation-delay: 1.4s;
}

.floating-note {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  background: linear-gradient(135deg, rgba(169, 83, 255, 0.3), rgba(255, 62, 181, 0.22));
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: pulseTag 3s ease-in-out infinite;
  z-index: 5;
  opacity: 0.88;
  box-shadow:
    0 0 22px rgba(255, 62, 181, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.note-a {
  left: 1%;
  bottom: 13%;
  animation:
    pulseTag 3s ease-in-out infinite,
    orbitA 9s ease-in-out infinite;
}

.note-b {
  right: 2%;
  top: 12%;
  background: linear-gradient(135deg, rgba(70, 169, 255, 0.28), rgba(24, 227, 191, 0.22));
  box-shadow:
    0 0 22px rgba(24, 227, 191, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  animation:
    pulseTag 3s ease-in-out 1s infinite,
    orbitB 11s ease-in-out infinite;
}

.micro-tag {
  position: absolute;
  z-index: 5;
  padding: 0.44rem 0.76rem;
  border-radius: 999px;
  background: rgba(15, 19, 30, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  opacity: 0.96;
  box-shadow:
    0 14px 28px rgba(3, 7, 18, 0.28),
    0 0 18px rgba(169, 83, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.micro-tag-a {
  left: 14%;
  top: 8%;
  color: #fff3ff;
  background: linear-gradient(135deg, rgba(255, 62, 181, 0.34), rgba(169, 83, 255, 0.22));
  animation: orbitC 10s ease-in-out infinite;
}

.micro-tag-b {
  right: 13%;
  top: 28%;
  color: #e8fffb;
  background: linear-gradient(135deg, rgba(24, 227, 191, 0.32), rgba(70, 169, 255, 0.22));
  animation: orbitD 12s ease-in-out infinite;
}

.micro-tag-c {
  right: 20%;
  bottom: 10%;
  color: #fffbe8;
  background: linear-gradient(135deg, rgba(255, 208, 47, 0.28), rgba(255, 138, 69, 0.24));
  animation: orbitE 11s ease-in-out infinite;
}

.affiliate-hero-stage .note-a {
  left: 13%;
  bottom: 10%;
  z-index: 6;
}

.affiliate-hero-stage .note-b {
  right: 7%;
  top: 14%;
  z-index: 6;
}

.affiliate-hero-stage .micro-tag-a {
  left: 58%;
  top: 8%;
}

.affiliate-hero-stage .micro-tag-b {
  right: 23%;
  top: 52%;
}

.affiliate-hero-stage .micro-tag-c {
  right: 18%;
  bottom: 17%;
}

.game-lanes,
.metrics,
.card-grid,
.split-section {
  display: grid;
  gap: 1rem;
}

.game-lanes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -0.6rem;
  padding-bottom: 2rem;
}

.lane {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border-radius: 28px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lane::after {
  content: "";
  position: absolute;
  inset: auto -16% -30% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 72%);
}

.lane-sport {
  background: linear-gradient(135deg, #12d2b0, #16a2b5);
}

.lane-casino {
  background: linear-gradient(135deg, #ffd02f, #ff8a45);
}

.lane-esports {
  background: linear-gradient(135deg, #ff43b5, #9d48ff);
}

.lane-crypto {
  background: linear-gradient(135deg, #8a52ff, #46a9ff);
}

.lane-tag {
  display: inline-flex;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(18, 20, 29, 0.18);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lane h3 {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  margin: 0;
  max-width: 11.2ch;
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 0.96;
  text-wrap: balance;
  hyphens: auto;
}

.metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 0 2rem;
}

.metrics article,
.card,
.split-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(138, 144, 168, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.metrics article:nth-child(1) {
  background: linear-gradient(135deg, rgba(24, 227, 191, 0.24), rgba(24, 227, 191, 0.06));
}

.metrics article:nth-child(2) {
  background: linear-gradient(135deg, rgba(169, 83, 255, 0.28), rgba(255, 62, 181, 0.08));
}

.metrics article:nth-child(3) {
  background: linear-gradient(135deg, rgba(70, 169, 255, 0.24), rgba(70, 169, 255, 0.06));
}

.metrics article:nth-child(4) {
  background: linear-gradient(135deg, rgba(255, 208, 47, 0.22), rgba(255, 138, 69, 0.08));
}

.metrics article {
  padding: 1.2rem;
}

.metrics strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}

.metrics span {
  color: var(--muted);
}

.feature-section,
.contact-section,
.sub-question,
.duel-section,
.story-band,
.vault-section,
.how-section,
.site-footer {
  padding: 2.4rem 0 0;
}

.section-head h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.card,
.split-card {
  padding: 1.5rem;
}

.card:nth-child(1) {
  background: linear-gradient(135deg, rgba(24, 227, 191, 0.14), rgba(70, 169, 255, 0.04));
}

.card:nth-child(2) {
  background: linear-gradient(135deg, rgba(169, 83, 255, 0.18), rgba(255, 62, 181, 0.05));
}

.card:nth-child(3) {
  background: linear-gradient(135deg, rgba(70, 169, 255, 0.16), rgba(70, 169, 255, 0.04));
}

.card:nth-child(4) {
  background: linear-gradient(135deg, rgba(255, 208, 47, 0.16), rgba(255, 138, 69, 0.05));
}

.card h3,
.split-card h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.split-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 2.4rem 0 0;
}

.split-card:first-child {
  background: linear-gradient(135deg, rgba(24, 227, 191, 0.16), rgba(70, 169, 255, 0.06));
}

.split-card:last-child {
  background: linear-gradient(135deg, rgba(169, 83, 255, 0.2), rgba(255, 62, 181, 0.08));
}

.duel-intro h2,
.story-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.02;
}

.duel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.duel-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 1.6rem;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.duel-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -20% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
}

.duel-card-agent {
  background:
    linear-gradient(145deg, rgba(24, 227, 191, 0.2), rgba(70, 169, 255, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.duel-card-affiliate {
  background:
    linear-gradient(145deg, rgba(169, 83, 255, 0.24), rgba(255, 62, 181, 0.12)),
    rgba(255, 255, 255, 0.03);
}

.duel-label {
  margin: 0 0 0.8rem;
  color: #ffffff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.duel-card h3 {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  line-height: 1;
}

.duel-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--text);
}

.duel-list li + li {
  margin-top: 0.55rem;
}

.story-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: end;
}

.story-band-copy {
  max-width: 680px;
}

.vault-shell {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(169, 83, 255, 0.18), rgba(255, 62, 181, 0.1) 42%, rgba(24, 227, 191, 0.08)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.vault-points,
.bottom-grid {
  display: grid;
  gap: 1rem;
}

.vault-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.vault-points span {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
}

.vault-actions {
  margin-top: 1.5rem;
}

.vault-shell::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 28px;
  border: 1px solid rgba(169, 83, 255, 0.22);
  transform: rotate(24deg);
}

.offer-band {
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(169, 83, 255, 0.24), rgba(255, 62, 181, 0.18));
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  font-weight: 900;
}

.how-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.how-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.how-card,
.footer-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(138, 144, 168, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.how-card:nth-child(1) {
  background: linear-gradient(135deg, rgba(24, 227, 191, 0.14), rgba(70, 169, 255, 0.04));
}

.how-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(169, 83, 255, 0.18), rgba(255, 62, 181, 0.05));
}

.how-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(70, 169, 255, 0.16), rgba(70, 169, 255, 0.04));
}

.how-card:nth-child(4) {
  background: linear-gradient(135deg, rgba(255, 208, 47, 0.16), rgba(255, 138, 69, 0.05));
}

.how-step {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: rgba(18, 20, 29, 0.32);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.how-card h3,
.footer-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.3rem;
}

.how-card p,
.footer-card p,
.footer-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
}

.footer-base {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(232, 238, 255, 0.64);
  font-size: 0.88rem;
}

.footer-base a {
  color: rgba(232, 238, 255, 0.82);
  text-decoration: none;
}

.footer-base a:hover {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes driftGradient {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, 2%, 0) scale(1.08);
  }
}

@keyframes ambientField {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(1.5%, -1.5%, 0) scale(1.06);
  }
}

@keyframes streakSweep {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, 1%, 0) scale(1.04);
  }
}

@keyframes streakSweepAlt {
  0% {
    transform: translate3d(1%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(-2%, 2%, 0) scale(1.05);
  }
}

@keyframes siteGlowSweep {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, 1%, 0) scale(1.05);
  }
}

@keyframes siteGlowFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(1.5%, -1.2%, 0) scale(1.06);
  }
}

@keyframes laserDrift {
  0% {
    transform: translate3d(-6%, 0, 0) rotate(-18deg) scaleX(0.96);
  }
  100% {
    transform: translate3d(6%, 0, 0) rotate(-18deg) scaleX(1.04);
  }
}

@keyframes laserDriftAlt {
  0% {
    transform: translate3d(4%, -1%, 0) rotate(-12deg) scaleX(0.94);
  }
  100% {
    transform: translate3d(-5%, 1%, 0) rotate(-12deg) scaleX(1.06);
  }
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-22px) translateX(14px);
  }
}

@keyframes bounceCoin {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulseTag {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes orbitA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }
  50% {
    transform: translate3d(18px, -14px, 0) rotate(2deg);
  }
}

@keyframes orbitB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(5deg);
  }
  50% {
    transform: translate3d(-16px, 14px, 0) rotate(-3deg);
  }
}

@keyframes orbitC {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(16px, -10px, 0);
  }
}

@keyframes orbitD {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-14px, 12px, 0);
  }
}

@keyframes orbitE {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-10px, -12px, 0);
  }
}

@keyframes playerFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.2deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(1.2deg);
  }
}

@keyframes objectsDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(10px, -10px, 0) rotate(2deg) scale(1.02);
  }
}

@keyframes cardFloatLeft {
  0%,
  100% {
    transform: rotate(-10deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-7deg) translate3d(-8px, -16px, 0);
  }
}

@keyframes cardFloatRight {
  0%,
  100% {
    transform: rotate(10deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(7deg) translate3d(10px, 14px, 0);
  }
}

@keyframes bgPulse {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    filter: saturate(1.1) contrast(1.04);
  }
  50% {
    transform: scale(1.02) translate3d(0, -6px, 0);
    filter: saturate(1.16) contrast(1.08);
  }
}

@keyframes affiliateHeroDrift {
  0% {
    transform: scale(1.03) translate3d(-8px, 0, 0);
  }
  50% {
    transform: scale(1.055) translate3d(6px, -10px, 0);
  }
  100% {
    transform: scale(1.03) translate3d(10px, 8px, 0);
  }
}

@keyframes affiliateSweep {
  0% {
    transform: translate3d(-70%, 0, 0) rotate(12deg);
    opacity: 0;
  }
  20% {
    opacity: 0.52;
  }
  60% {
    opacity: 0.72;
  }
  100% {
    transform: translate3d(240%, 0, 0) rotate(12deg);
    opacity: 0;
  }
}

@keyframes affiliateOrbitA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(16px, -10px, 0) rotate(8deg) scale(1.04);
  }
}

@keyframes affiliateOrbitB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(-14px, 12px, 0) rotate(-7deg) scale(1.03);
  }
}

@keyframes affiliatePulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.14);
    opacity: 0.52;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-gradient,
  body::after,
  .site-ambient::before,
  .site-ambient::after,
  .line-track,
  .page-noise::before,
  .page-noise::after,
  .orb,
  .coin,
  .floating-note,
  .affiliate-render-asset,
  .affiliate-sweep,
  .affiliate-orbit,
  .affiliate-pulse,
  .hero-background-asset,
  .hero-player-asset,
  .hero-objects-asset,
  .hero-panel-left,
  .hero-panel-right {
    animation: none !important;
  }
}

@media (max-width: 920px) {
  .topbar {
    grid-template-columns: auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lang-wrap {
    justify-self: start;
    grid-column: 1 / -1;
  }

  .menu-btn {
    display: inline-flex;
    justify-self: end;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    min-width: 240px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(24, 27, 38, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero,
  .sub-hero,
  .game-lanes,
  .metrics,
  .card-grid,
  .split-section,
  .duel-grid,
  .story-band,
  .how-grid,
  .hero-scoreboard,
  .vault-points,
  .bottom-grid,
  .footer-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero,
  .sub-hero {
    padding-top: 1.8rem;
  }

  .hero-stage {
    min-height: 500px;
    width: min(560px, 100%);
    margin-left: 0;
  }

  .agent-hero-stage {
    min-height: 500px;
    width: min(560px, 100%);
    margin-left: 0;
  }

  .hero-panel-left,
  .hero-panel-right,
  .tilt-left,
  .tilt-right {
    width: min(186px, 52%);
  }

  .hero-panel-left,
  .tilt-left {
    left: 0;
    top: 7%;
  }

  .hero-panel-right,
  .tilt-right {
    right: 0;
    bottom: 10%;
    top: auto;
  }

  .hero-athlete-asset {
    width: 90%;
    top: 12%;
  }

  .hero-background-asset {
    width: 138%;
    left: -20%;
    top: 10%;
  }

  .hero-player-asset {
    width: 84%;
    right: 8%;
    top: 18%;
  }

  .agent-bg-asset {
    width: 136%;
    left: -18%;
    top: 10%;
  }

  .agent-dashboard-asset {
    width: 104%;
    right: -6%;
    top: 11%;
  }

  .affiliate-hero-stage {
    min-height: 520px;
    width: min(560px, 100%);
    margin-left: 0;
  }

  .affiliate-render-asset {
    transform: scale(1.02);
  }

  .affiliate-hero-stage .note-a {
    left: 10%;
    bottom: 11%;
  }

  .affiliate-hero-stage .note-b {
    right: 6%;
    top: 12%;
  }

  .affiliate-hero-stage .micro-tag-a {
    left: 58%;
    top: 8%;
  }

  .affiliate-hero-stage .micro-tag-b {
    right: 18%;
    top: 54%;
  }

  .affiliate-hero-stage .micro-tag-c {
    right: 16%;
    bottom: 18%;
  }

  .hero-objects-asset {
    width: 64%;
    right: -10%;
    top: 8%;
  }

  .game-lanes {
    margin-top: 0;
  }
}
