:root {
  --bg: #020306;
  --bg-alt: #0b1017;
  --panel: rgba(8, 11, 18, 0.78);
  --panel-strong: rgba(6, 8, 13, 0.96);
  --line: rgba(45, 255, 210, 0.18);
  --text: #fff9ee;
  --muted: #acb5c5;
  --accent: #2dffd2;
  --accent-2: #ffa629;
  --accent-3: #56a6ff;
  --hot: #ff365f;
  --success: #80f7bc;
  --danger: #ff8e7d;
  --shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
  --radius: 28px;
  --radius-sm: 18px;
  --wrap: min(1180px, calc(100vw - 32px));
  --scroll-progress: 0;
  --active-scene: 0;
  --pointer-x: 0;
  --pointer-y: 0;
  --kinetic-pointer-x-10: 0%;
  --kinetic-pointer-x-12: 0%;
  --kinetic-pointer-x-neg14: 0%;
  --kinetic-pointer-y-10: 0%;
  --kinetic-pointer-y-neg10: 0%;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 255, 210, 0.16), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(255, 54, 95, 0.12), transparent 24%),
    radial-gradient(circle at 48% 108%, rgba(255, 166, 41, 0.14), transparent 30%),
    linear-gradient(155deg, #020306 0%, #0b1017 48%, #030407 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*, *::before, *::after {
  min-width: 0;
}

body.page-shell {
  display: flex;
  flex-direction: column;
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

body.page-shell main {
  flex: 1;
}

body.page-shell:not(.is-ready) {
  opacity: 0;
  transform: translateY(10px);
}

body.is-navigating::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(4, 6, 10, 0.42);
  backdrop-filter: blur(8px);
}

body.is-navigating::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--accent);
  animation: page-spin 0.7s linear infinite;
}

@keyframes page-spin {
  to {
    transform: rotate(360deg);
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(45, 255, 210, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 166, 41, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95), transparent 86%);
  opacity: 0.48;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 26%, rgba(45, 255, 210, 0.1), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(255, 54, 95, 0.1), transparent 20%),
    radial-gradient(circle at 50% 92%, rgba(255, 166, 41, 0.11), transparent 28%);
  filter: blur(34px);
  opacity: 0.8;
}

body.world-enabled {
  background:
    radial-gradient(circle at 22% 18%, rgba(45, 255, 210, 0.12), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(255, 54, 95, 0.12), transparent 24%),
    radial-gradient(circle at 52% 86%, rgba(255, 166, 41, 0.14), transparent 28%),
    linear-gradient(160deg, #010203 0%, #090c12 44%, #030405 100%);
}

.world-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(50% + (var(--scroll-progress) * 20%)) 20%, rgba(255, 166, 41, 0.15), transparent 24%),
    radial-gradient(circle at 12% 64%, rgba(255, 54, 95, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(1, 2, 4, 0.08), rgba(2, 4, 9, 0.62) 72%, rgba(2, 3, 6, 0.95));
}

.world-stage::before,
.world-stage::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
}

.world-stage::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 232, 176, 0.18), transparent 18%),
    conic-gradient(from calc(var(--scroll-progress) * 140deg), rgba(45, 255, 210, 0.16), transparent 19%, rgba(255, 54, 95, 0.12), transparent 42%, rgba(255, 166, 41, 0.15), transparent 68%, rgba(86, 166, 255, 0.09), transparent 82%);
  filter: blur(24px);
  opacity: 0.9;
  transform: rotate(calc(var(--scroll-progress) * 22deg));
}

.world-stage::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 166, 41, 0.026) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 50%, transparent 50%);
  background-size: 120px 120px, 120px 120px, 100% 4px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 76%, transparent);
  opacity: 0.42;
  transform: perspective(800px) rotateX(64deg) translateY(calc(var(--scroll-progress) * -180px));
  transform-origin: center bottom;
}

.world-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(1.22) contrast(1.08);
  opacity: 0.72;
}

.trend-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.trend-vortex,
.trend-chrome-core,
.trend-typo,
.trend-scorestrip,
.trend-bracket,
.trend-prism {
  position: absolute;
  will-change: transform, opacity;
}

.trend-vortex {
  top: 50%;
  left: 50%;
  width: min(72vw, 780px);
  aspect-ratio: 1;
  transform:
    translate3d(calc(-50% + (var(--pointer-x) * 20px)), calc(-50% + (var(--pointer-y) * -12px)), -80px)
    rotateX(62deg)
    rotateZ(calc(var(--scroll-progress) * 210deg));
  opacity: 0.72;
  filter: drop-shadow(0 0 28px rgba(45, 255, 210, 0.18));
}

.trend-ring {
  position: absolute;
  inset: var(--ring-inset, 0);
  border-radius: 50%;
  border: 2px solid rgba(45, 255, 210, 0.22);
  box-shadow:
    inset 0 0 28px rgba(45, 255, 210, 0.08),
    0 0 34px rgba(45, 255, 210, 0.1);
}

.trend-ring--one {
  --ring-inset: 3%;
  border-color: rgba(255, 166, 41, 0.32);
}

.trend-ring--two {
  --ring-inset: 16%;
  border-color: rgba(255, 54, 95, 0.26);
  transform: rotate(18deg);
}

.trend-ring--three {
  --ring-inset: 29%;
  border-style: dashed;
  border-color: rgba(86, 166, 255, 0.28);
  animation: orbit-dash 10s linear infinite;
}

.trend-ring--four {
  --ring-inset: 42%;
  border-width: 5px;
  border-color: rgba(255, 249, 238, 0.16);
}

.trend-chrome-core {
  top: 42vh;
  left: 50%;
  width: clamp(180px, 26vw, 360px);
  aspect-ratio: 1.15;
  border-radius: 48% 52% 44% 56% / 38% 46% 54% 62%;
  transform:
    translate3d(calc(-50% + (var(--pointer-x) * 36px)), calc(-50% + (var(--pointer-y) * -26px) + (var(--scroll-progress) * -90px)), 90px)
    rotateX(calc(10deg + (var(--pointer-y) * 4deg)))
    rotateY(calc(-12deg + (var(--pointer-x) * 8deg)))
    rotateZ(calc(-8deg + (var(--scroll-progress) * 32deg)));
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.98), transparent 8%),
    radial-gradient(circle at 68% 32%, rgba(45, 255, 210, 0.9), transparent 18%),
    radial-gradient(circle at 32% 76%, rgba(255, 166, 41, 0.9), transparent 22%),
    linear-gradient(132deg, #f8fbff 0%, #7fffe7 18%, #151922 42%, #ff365f 62%, #ffa629 78%, #fff9ee 100%);
  box-shadow:
    0 0 60px rgba(45, 255, 210, 0.22),
    0 0 110px rgba(255, 54, 95, 0.16),
    inset 18px 18px 52px rgba(255, 255, 255, 0.34),
    inset -26px -20px 64px rgba(2, 3, 6, 0.48);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.trend-core__shine {
  position: absolute;
  inset: 11%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(110deg, transparent 0 24%, rgba(255, 255, 255, 0.52) 30%, transparent 38% 100%),
    radial-gradient(circle at 55% 20%, rgba(255, 255, 255, 0.36), transparent 20%);
  transform: translateX(calc(var(--scroll-progress) * 50px - 25px));
}

.trend-core__mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(2, 3, 6, 0.78);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.14em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.44);
}

.trend-typo {
  z-index: 1;
  color: rgba(255, 249, 238, 0.08);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow:
    0 0 32px rgba(45, 255, 210, 0.18),
    0 0 70px rgba(255, 54, 95, 0.12);
  -webkit-text-stroke: 1px rgba(255, 249, 238, 0.24);
  mix-blend-mode: screen;
}

.trend-typo--one {
  top: 12vh;
  left: -4vw;
  font-size: clamp(4rem, 15vw, 15rem);
  transform:
    translate3d(calc(var(--scroll-progress) * -180px + (var(--pointer-x) * -18px)), calc(var(--pointer-y) * 12px), -160px)
    rotateZ(-7deg);
}

.trend-typo--two {
  right: -8vw;
  bottom: 12vh;
  font-size: clamp(4rem, 14vw, 14rem);
  color: rgba(255, 166, 41, 0.08);
  -webkit-text-stroke-color: rgba(255, 166, 41, 0.28);
  transform:
    translate3d(calc(var(--scroll-progress) * 220px + (var(--pointer-x) * 18px)), calc(var(--pointer-y) * -14px), -150px)
    rotateZ(6deg);
}

.trend-typo--three {
  top: 54vh;
  left: 7vw;
  font-size: clamp(2.4rem, 7vw, 7rem);
  color: rgba(45, 255, 210, 0.1);
  -webkit-text-stroke-color: rgba(45, 255, 210, 0.36);
  transform:
    translate3d(calc(var(--scroll-progress) * 120px), calc(var(--scroll-progress) * -80px), -70px)
    rotateZ(-11deg);
}

.trend-scorestrip {
  left: 50%;
  bottom: clamp(28px, 7vh, 90px);
  display: flex;
  gap: 18px;
  min-width: max-content;
  padding: 10px 16px;
  border-top: 1px solid rgba(255, 249, 238, 0.2);
  border-bottom: 1px solid rgba(255, 249, 238, 0.2);
  color: rgba(255, 249, 238, 0.76);
  font-family: var(--font-display);
  font-size: clamp(0.68rem, 1.2vw, 0.96rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(2, 3, 6, 0.28);
  backdrop-filter: blur(10px);
  transform:
    translate3d(calc(-50% - (var(--scroll-progress) * 180px)), 0, 80px)
    rotateX(10deg);
}

.trend-scorestrip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.trend-scorestrip span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 16px var(--accent-2);
}

.trend-bracket {
  top: 20vh;
  right: 5vw;
  display: grid;
  gap: 8px;
  transform:
    translate3d(calc(var(--pointer-x) * -18px), calc(var(--scroll-progress) * -130px), 120px)
    rotateX(10deg)
    rotateY(-18deg);
  opacity: 0.68;
}

.trend-bracket span {
  min-width: 132px;
  padding: 8px 12px;
  border: 1px solid rgba(45, 255, 210, 0.24);
  border-radius: 14px 4px 14px 4px;
  background:
    linear-gradient(90deg, rgba(45, 255, 210, 0.12), transparent),
    rgba(2, 3, 6, 0.42);
  color: rgba(255, 249, 238, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.trend-prism {
  width: clamp(110px, 16vw, 210px);
  aspect-ratio: 0.72;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 249, 238, 0.34), rgba(45, 255, 210, 0.16) 35%, rgba(255, 54, 95, 0.16) 68%, rgba(2, 3, 6, 0.12)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  filter: blur(0.2px) drop-shadow(0 0 34px rgba(45, 255, 210, 0.12));
  opacity: 0.42;
  transform-style: preserve-3d;
}

.trend-prism--left {
  left: 9vw;
  top: 20vh;
  transform:
    translate3d(calc(var(--pointer-x) * 24px), calc(var(--scroll-progress) * 100px), -30px)
    rotateX(18deg)
    rotateY(28deg)
    rotateZ(12deg);
}

.trend-prism--right {
  right: 12vw;
  top: 58vh;
  transform:
    translate3d(calc(var(--pointer-x) * -20px), calc(var(--scroll-progress) * -120px), 40px)
    rotateX(-16deg)
    rotateY(-32deg)
    rotateZ(-10deg);
}

@keyframes orbit-dash {
  to {
    transform: rotate(360deg);
  }
}

body.world-enabled .topbar,
body.world-enabled main,
body.world-enabled .footer {
  position: relative;
  z-index: 2;
}

body.world-enabled .age-gate {
  z-index: 50;
}

body.world-enabled main {
  perspective: none;
  transform-style: flat;
}

.world-rail {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 6;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
  padding: 10px;
  border: 1px solid rgba(69, 255, 209, 0.18);
  border-radius: 999px;
  background: rgba(2, 6, 12, 0.48);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.world-rail__dot {
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--text);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.025);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.world-rail__dot span {
  position: absolute;
  top: 50%;
  right: 22px;
  min-width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(69, 255, 209, 0.18);
  background: rgba(4, 8, 14, 0.84);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(8px, -50%);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.world-rail__dot:hover,
.world-rail__dot.is-active {
  transform: scale(1.35);
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(69, 255, 209, 0.08), 0 0 24px rgba(69, 255, 209, 0.36);
}

.world-rail__dot:hover span,
.world-rail__dot.is-active span {
  opacity: 1;
  transform: translate(0, -50%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--accent-2);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a,
button,
label,
small,
strong,
code,
input,
select,
textarea {
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.hidden,
.is-hidden {
  display: none !important;
}

.wrap {
  width: min(var(--wrap), calc(100vw - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(5, 8, 14, 0.82);
  border-bottom: 1px solid rgba(69, 255, 209, 0.14);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

body.world-enabled .topbar {
  background: rgba(2, 3, 6, 0.66);
  border-bottom-color: rgba(45, 255, 210, 0.2);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.34);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  font-family: var(--font-body);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 0.72rem;
}

.brand__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #03131a;
  background: linear-gradient(135deg, var(--accent) 0%, #7fb0ff 52%, var(--accent-2) 100%);
  box-shadow: 0 14px 32px rgba(69, 255, 209, 0.22);
  font-weight: 800;
}

body.world-enabled .brand__mark {
  background: conic-gradient(from 140deg, #2dffd2, #ffa629, #ff365f, #56a6ff, #2dffd2);
  box-shadow: 0 0 30px rgba(45, 255, 210, 0.24), 0 16px 38px rgba(0, 0, 0, 0.36);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  color: var(--muted);
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav a:hover {
  color: #ffffff;
  background: rgba(69, 255, 209, 0.08);
  border-color: rgba(69, 255, 209, 0.18);
  transform: translateY(-1px);
}

.nav a.is-active {
  color: #ffffff;
  background: rgba(127, 176, 255, 0.08);
  border-color: rgba(127, 176, 255, 0.22);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-toggle:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 900px) {
  .topbar__inner {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav[data-nav-panel] {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 12px;
  }

  .nav[data-nav-panel].is-open {
    display: flex;
  }

  .nav a {
    width: 100%;
  }
}

.hero,
.policy-hero {
  position: relative;
  isolation: isolate;
  padding: 86px 0 44px;
}

body.world-enabled .hero {
  min-height: calc(100vh - 80px);
  display: grid;
  align-items: center;
  padding: clamp(76px, 10vw, 128px) 0 clamp(54px, 8vw, 96px);
}

.hero::before,
.policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 6, 10, 0.16), rgba(4, 6, 10, 0.72)),
    radial-gradient(circle at 18% 20%, rgba(69, 255, 209, 0.1), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 138, 61, 0.1), transparent 24%);
}

body.world-enabled .hero::before {
  background:
    linear-gradient(90deg, rgba(1, 2, 5, 0.86), rgba(2, 4, 8, 0.26) 48%, rgba(2, 3, 6, 0.68)),
    radial-gradient(circle at 18% 24%, rgba(45, 255, 210, 0.16), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(255, 54, 95, 0.13), transparent 22%),
    radial-gradient(circle at 55% 82%, rgba(255, 166, 41, 0.13), transparent 26%);
  transform: none;
}

.hero__grid,
.split-layout,
.policy-layout,
.footer__inner,
.auth-grid {
  position: relative;
  z-index: 1;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

body.world-enabled .hero__grid {
  align-items: center;
  transform-style: flat;
}

body.world-enabled .hero__copy {
  transform: none;
}

body.world-enabled .hero__panel {
  transform: none;
}

.hero__copy h1,
.policy-hero h1,
.page-title {
  margin: 8px 0 16px;
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  line-height: 1.06;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
}

body.world-enabled .hero__copy h1 {
  max-width: 980px;
  text-shadow:
    0 0 28px rgba(45, 255, 210, 0.18),
    0 0 46px rgba(255, 54, 95, 0.08),
    0 26px 62px rgba(0, 0, 0, 0.5);
}

.hero__lead,
.policy-hero__lead,
.section-heading p,
.card p,
.policy-content p,
.form__fineprint,
.footer p,
.footer__note,
.mode-switch__summary,
.hero__facts span {
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(69, 255, 209, 0.18);
  background: linear-gradient(135deg, rgba(69, 255, 209, 0.08), rgba(127, 176, 255, 0.08));
  color: #eff7ff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.73rem;
}

.hero__actions,
.age-gate__actions,
.form-actions,
.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero__badges span,
.badge,
.status-pill,
.mode-switch__button {
  border-radius: 999px;
  border: 1px solid rgba(69, 255, 209, 0.14);
  background: rgba(255, 255, 255, 0.04);
  letter-spacing: 0.08em;
}

.hero__badges span {
  padding: 8px 14px;
  color: #eef3fb;
  text-transform: uppercase;
  font-size: 0.73rem;
}

.hero__panel,
.card,
.payment-banner,
.policy-content,
.policy-nav,
.slot-card,
.auth-card,
.debug-note {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(127, 176, 255, 0.06), transparent 22%),
    linear-gradient(135deg, rgba(69, 255, 209, 0.03), rgba(142, 122, 255, 0.03) 70%),
    var(--panel);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

body.world-enabled .hero__panel,
body.world-enabled .card,
body.world-enabled .payment-banner,
body.world-enabled .slot-card,
body.world-enabled .auth-card,
body.world-enabled .policy-content,
body.world-enabled .policy-nav {
  background:
    linear-gradient(145deg, rgba(255, 249, 238, 0.1), rgba(255, 255, 255, 0.026) 44%),
    linear-gradient(180deg, rgba(45, 255, 210, 0.052), rgba(255, 166, 41, 0.032)),
    rgba(5, 7, 12, 0.76);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero__panel {
  padding: 26px;
}

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

.metric {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(127, 176, 255, 0.06), rgba(69, 255, 209, 0.03));
  border: 1px solid rgba(69, 255, 209, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.metric strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.metric-grid--owner-analytics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.owner-analytics-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: stretch;
}

.analytics-chart {
  display: grid;
  gap: 12px;
}

.analytics-chart__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.analytics-chart__legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.analytics-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.analytics-dot--visits,
.analytics-bar--visits {
  background: var(--accent);
}

.analytics-dot--clicks,
.analytics-bar--clicks {
  background: var(--accent-3);
}

.analytics-dot--registrations,
.analytics-bar--registrations {
  background: var(--accent-2);
}

.analytics-dot--brand,
.analytics-bar--brand {
  background: var(--hot);
}

.analytics-chart__row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 40px;
  gap: 12px;
  align-items: center;
}

.analytics-chart__date {
  color: var(--muted);
  font-weight: 700;
}

.analytics-chart__bars {
  display: grid;
  gap: 5px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.analytics-bar {
  display: block;
  min-width: 8px;
  height: 7px;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(45, 255, 210, 0.08);
}

.analytics-list {
  display: grid;
  gap: 10px;
}

.analytics-list--spaced {
  margin-top: 18px;
}

.analytics-list__header {
  color: var(--text);
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.analytics-list__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(69, 255, 209, 0.12);
}

.analytics-list__item span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--muted);
}

.analytics-signal-grid {
  margin-top: 18px;
}

.analytics-signal-card {
  display: grid;
  gap: 6px;
}

.analytics-signal-card strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--accent);
}

.analytics-signal-card span {
  color: var(--muted);
  font-weight: 700;
}

.market-agent-report {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.market-agent-report__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.market-agent-report__head small {
  color: var(--muted);
}

.market-agent-block {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(69, 255, 209, 0.14);
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.08), rgba(127, 176, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.market-agent-block h3 {
  margin: 0 0 10px;
}

.market-agent-block .list {
  margin-bottom: 0;
}

.metric-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
}

.activity-list__group {
  display: grid;
  gap: 12px;
}

.activity-list__group + .activity-list__group {
  margin-top: 22px;
}

.activity-list__group h3 {
  margin: 0;
  font-size: 1rem;
}

.activity-card--security {
  gap: 10px;
}

.button--small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.78rem;
}

.status-normal,
.status-info {
  background: rgba(24, 214, 200, 0.12);
  color: #9ffff4;
}

.status-medium {
  background: rgba(255, 198, 74, 0.14);
  color: #ffe3a3;
}

.status-high,
.status-critical {
  background: rgba(255, 61, 129, 0.16);
  color: #ffc5d9;
}

.hero__facts {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hero__facts li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(127, 176, 255, 0.12);
}

.hero__facts strong {
  font-size: 1.06rem;
}

.section {
  padding: 24px 0 76px;
}

body.world-enabled .scroll-scene {
  position: relative;
  transform-style: flat;
  min-height: 58vh;
}

body.world-enabled .scroll-scene > .wrap {
  opacity: calc(0.62 + (var(--scene-visibility, 0) * 0.38));
  transition: opacity 500ms ease;
  will-change: opacity;
}

body.world-enabled .scroll-scene::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 50%;
  width: min(920px, 88vw);
  height: 52%;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(45, 255, 210, 0.082), transparent 60%),
    radial-gradient(circle at 75% 50%, rgba(255, 54, 95, 0.06), transparent 50%),
    radial-gradient(circle at 38% 72%, rgba(255, 166, 41, 0.08), transparent 54%);
  filter: blur(24px);
  opacity: calc(var(--scene-visibility, 0) * 0.82);
  transform: translate(-50%, 0) scale(calc(0.84 + (var(--scene-visibility, 0) * 0.18)));
}

body.world-enabled .section--alt {
  background: linear-gradient(180deg, rgba(45, 255, 210, 0.025), rgba(255, 54, 95, 0.012), rgba(255, 166, 41, 0.018), transparent);
}

.section--alt {
  background: linear-gradient(180deg, rgba(69, 255, 209, 0.03), rgba(127, 176, 255, 0.015) 55%, rgba(255, 255, 255, 0));
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading--left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

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

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  padding: 22px;
}

body.world-enabled .card,
body.world-enabled .slot-card,
body.world-enabled .metric,
body.world-enabled .broadcast-card,
body.world-enabled .auth-card,
body.world-enabled .payment-preview {
  transform-style: flat;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

body.world-enabled .card:hover,
body.world-enabled .slot-card:hover,
body.world-enabled .metric:hover,
body.world-enabled .broadcast-card:hover,
body.world-enabled .auth-card:hover,
body.world-enabled .payment-preview:hover {
  transform: none;
  border-color: rgba(45, 255, 210, 0.34);
  box-shadow:
    0 36px 92px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(45, 255, 210, 0.09),
    0 0 22px rgba(255, 166, 41, 0.05);
}

body.world-enabled .card-grid > *,
body.world-enabled .slot-board > *,
body.world-enabled .metric-grid > * {
  animation: depth-rise 560ms ease both;
  animation-delay: calc(min(var(--scene-index, 0), 8) * 28ms);
}

@keyframes depth-rise {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.card h3,
.card h2,
.auth-card h2 {
  margin-top: 0;
  font-family: var(--font-display);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.slot-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.slot-card {
  padding: 22px;
}

.slot-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.slot-card__label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.slot-card__meta {
  margin: 8px 0 0;
  color: var(--muted);
}

.slot-progress {
  margin-top: 18px;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(127, 176, 255, 0.12);
}

.slot-progress > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
}

.slot-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.slot-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  color: #eff3fb;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.badge--success,
.status-pill.status-verified,
.status-pill.status-completed,
.status-pill.status-active,
.status-pill.status-published,
.status-pill.status-featured,
.status-pill.status-approved {
  color: #dfffea;
  background: rgba(128, 247, 188, 0.12);
  border-color: rgba(128, 247, 188, 0.25);
}

.badge--warn,
.status-pill.status-submitted,
.status-pill.status-archived,
.status-pill.status-hidden,
.status-pill.status-revoked,
.status-pill.status-pending {
  color: #fff2d3;
  background: rgba(255, 138, 61, 0.12);
  border-color: rgba(255, 138, 61, 0.25);
}

.status-pill.status-admin,
.status-pill.status-owner,
.status-pill.status-public {
  color: #dff0ff;
  background: rgba(127, 176, 255, 0.12);
  border-color: rgba(127, 176, 255, 0.25);
}

.status-pill.status-disqualified {
  color: #ffd8d2;
  background: rgba(255, 142, 125, 0.12);
  border-color: rgba(255, 142, 125, 0.28);
}

.status-pill.status-rejected {
  color: #ffd8d2;
  background: rgba(255, 142, 125, 0.12);
  border-color: rgba(255, 142, 125, 0.28);
}

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

.mode-switch {
  padding: 20px;
  margin-bottom: 18px;
}

.mode-switch__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mode-switch__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 14px;
}

.mode-switch__button {
  min-height: 50px;
  border: 1px solid rgba(127, 176, 255, 0.18);
  color: var(--text);
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  background: rgba(255, 255, 255, 0.03);
}

.mode-switch__button:hover {
  transform: translateY(-2px);
}

.mode-switch__button.is-active {
  background: linear-gradient(135deg, rgba(69, 255, 209, 0.22), rgba(127, 176, 255, 0.18));
  border-color: rgba(69, 255, 209, 0.38);
  color: #eff7ff;
}

.mode-switch__summary {
  margin: 0;
}

.stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.stepper__item {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(127, 176, 255, 0.18);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.stepper__item.is-active {
  color: #06131a;
  background: linear-gradient(135deg, rgba(69, 255, 209, 0.95), rgba(127, 176, 255, 0.88));
  border-color: rgba(69, 255, 209, 0.45);
}

.form {
  display: grid;
  gap: 16px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.98rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(24, 214, 200, 0.45);
  box-shadow: 0 0 0 4px rgba(24, 214, 200, 0.08);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8891a4;
}

.field select option {
  color: #0b0f18;
}

.field__hint {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.checkbox input {
  margin-top: 5px;
}

.payment-banner {
  margin: 0 0 18px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.16), rgba(255, 138, 61, 0.08)),
    var(--panel-strong);
}

.payment-banner strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
}

.payment-banner--compact {
  margin-top: 18px;
}

.payment-instructions {
  margin: 0 0 14px;
  color: var(--muted);
}

.payment-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(69, 255, 209, 0.14);
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.12), rgba(255, 138, 61, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.payment-preview--public {
  margin: 0 0 16px;
}

.payment-preview--compact {
  display: block;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.payment-preview__panel {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(69, 255, 209, 0.14);
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.08), rgba(127, 176, 255, 0.1)),
    rgba(255, 255, 255, 0.03);
}

.payment-preview__qr {
  flex: 0 0 170px;
  width: 170px;
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(69, 255, 209, 0.18);
}

.payment-preview__qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment-preview__meta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.payment-preview__meta strong {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

.payment-preview__meta span {
  color: var(--accent);
  word-break: break-word;
}

.payment-preview__meta small {
  color: var(--muted);
}

.lookup-shell {
  min-height: 100%;
}

.lookup-result {
  display: grid;
  gap: 12px;
}

.lookup-result__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.lookup-result h3 {
  margin: 0;
  font-family: var(--font-display);
}

.broadcast-card {
  display: grid;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(69, 255, 209, 0.14);
  background:
    linear-gradient(180deg, rgba(69, 255, 209, 0.05), transparent 18%),
    var(--panel);
  box-shadow: var(--shadow);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.broadcast-card:hover {
  transform: none;
  border-color: rgba(69, 255, 209, 0.28);
  color: inherit;
}

.broadcast-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.32);
}

.broadcast-card__media img,
.broadcast-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.broadcast-card__body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.broadcast-card__body h3 {
  margin: 0;
  font-family: var(--font-display);
}

.broadcast-card__cta {
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-card {
  display: grid;
  gap: 10px;
}

.fixture-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.match-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.match-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(243, 207, 126, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(243, 207, 126, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.match-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-120%);
  transition: transform 700ms ease;
}

.match-card:hover::before {
  transform: translateX(120%);
}

.match-card__top,
.match-card__versus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.match-card h3,
.skill-note h2 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
}

.match-card p,
.match-card small,
.skill-note p {
  margin: 0;
  color: var(--muted);
}

.match-card__versus {
  padding: 14px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.match-card__versus strong {
  min-width: 0;
  color: var(--text);
}

.match-card__versus span {
  flex: 0 0 auto;
  color: var(--accent-2);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.podium-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.podium-card,
.mode-board__group,
.review-card,
.mini-entry-card {
  border: 1px solid rgba(243, 207, 126, 0.2);
  background:
    linear-gradient(145deg, rgba(243, 207, 126, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(4, 6, 8, 0.64);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.podium-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 28px;
}

.podium-card::after {
  content: "";
  position: absolute;
  inset: auto -22% -45% 16%;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(243, 207, 126, 0.22), transparent 66%);
  pointer-events: none;
}

.podium-card--champion {
  border-color: rgba(243, 207, 126, 0.42);
  background:
    radial-gradient(circle at 18% 16%, rgba(243, 207, 126, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(243, 207, 126, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(4, 6, 8, 0.7);
}

.podium-card__rank {
  color: var(--accent-2);
  font-family: var(--font-display);
  font-size: 1.18rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.podium-card h3,
.podium-card p,
.podium-card strong {
  position: relative;
  z-index: 1;
  margin: 0;
}

.podium-card h3 {
  color: var(--text);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.podium-card strong {
  color: var(--accent);
  font-size: 1.05rem;
}

.podium-card p {
  color: var(--muted);
}

.mode-board {
  display: grid;
  gap: 18px;
}

.mode-board__group {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
}

.mode-board__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mode-board__header strong {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mode-board__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.mini-entry-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
}

.mini-entry-card strong {
  color: var(--text);
}

.mini-entry-card span,
.mini-entry-card small,
.winner-card--public small {
  color: var(--muted);
}

.winner-card--public {
  display: grid;
  gap: 8px;
}

.winner-card--public strong {
  color: var(--accent);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 230px;
  padding: 22px;
  border-radius: 26px;
}

.review-card p {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.7;
}

.review-card strong {
  color: var(--accent-2);
}

.review-card small {
  color: var(--muted);
}

.empty-state--compact {
  padding: 14px;
  border-radius: 16px;
}

.skill-note {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 30px;
  border: 1px solid rgba(243, 207, 126, 0.28);
  background:
    linear-gradient(135deg, rgba(243, 207, 126, 0.2), rgba(95, 210, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.skill-note::after {
  content: "SKILL";
  position: absolute;
  right: clamp(12px, 5vw, 42px);
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--font-display);
  font-size: clamp(5rem, 18vw, 13rem);
  line-height: 1;
  pointer-events: none;
}

.skill-note > * {
  position: relative;
  z-index: 1;
}

.team-card__banner {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(69, 255, 209, 0.16);
  background: rgba(0, 0, 0, 0.24);
}

.team-card__banner img,
.team-banner-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-banner-preview {
  display: block;
  max-height: 220px;
  border-radius: 16px;
}

.payment-screenshot-preview {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
}

.status-note {
  margin: 0;
  color: var(--danger);
  font-weight: 600;
}

.list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.statement-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(69, 255, 209, 0.14);
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.14), rgba(255, 138, 61, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.statement-card p {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
}

.statement-card p + p {
  margin-top: 8px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.policy-nav {
  padding: 18px;
  display: grid;
  gap: 10px;
  position: sticky;
  top: 90px;
}

.policy-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
}

.policy-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.policy-content {
  padding: 24px;
}

.policy-section + .policy-section {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(69, 255, 209, 0.12);
}

.footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(69, 255, 209, 0.14);
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.15), rgba(7, 10, 18, 0.88)),
    rgba(0, 0, 0, 0.14);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 18px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(69, 255, 209, 0.12), transparent 25%),
    radial-gradient(circle at 80% 18%, rgba(255, 138, 61, 0.12), transparent 24%),
    rgba(2, 4, 7, 0.84);
  backdrop-filter: blur(18px);
}

.age-gate.is-visible {
  display: grid;
}

.age-gate__panel {
  width: min(640px, 100%);
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(69, 255, 209, 0.16);
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.16), rgba(255, 138, 61, 0.1)),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.player-login-required {
  overflow: hidden;
}

.player-login-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 166, 41, 0.2), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(45, 255, 210, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(5, 7, 12, 0.88), rgba(2, 4, 7, 0.96));
  backdrop-filter: blur(22px);
}

.player-login-gate__panel {
  width: min(620px, 100%);
  padding: clamp(24px, 5vw, 38px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 166, 41, 0.14), rgba(45, 255, 210, 0.08)),
    rgba(5, 7, 12, 0.96);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(255, 166, 41, 0.1);
  animation: modal-pop 220ms ease both;
}

.player-login-gate__panel h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 0.95;
}

.player-login-gate__panel p {
  color: var(--muted);
}

.player-login-gate__actions {
  margin: 22px 0 12px;
}

.player-login-gate__panel small {
  display: block;
  color: var(--muted);
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 22% 18%, rgba(45, 255, 210, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 166, 41, 0.14), transparent 26%),
    rgba(2, 4, 7, 0.82);
  backdrop-filter: blur(18px);
}

.success-modal.is-open {
  display: grid;
}

.success-modal__panel {
  position: relative;
  width: min(680px, 100%);
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(45, 255, 210, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 249, 238, 0.1), rgba(255, 255, 255, 0.026) 44%),
    linear-gradient(180deg, rgba(45, 255, 210, 0.08), rgba(255, 166, 41, 0.05)),
    rgba(5, 7, 12, 0.96);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.56),
    0 0 52px rgba(45, 255, 210, 0.12);
  animation: modal-pop 220ms ease both;
}

.success-modal__panel h2 {
  margin: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.success-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.success-modal__code {
  display: grid;
  gap: 8px;
  margin: 22px 0 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(45, 255, 210, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.success-modal__code span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.success-modal__code strong {
  font-family: var(--font-display);
  color: var(--accent);
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  overflow-wrap: anywhere;
}

.success-modal__note,
.success-modal__copy-status {
  color: var(--muted);
}

.success-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

@keyframes modal-pop {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.auth-grid {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 18px;
}

.auth-card {
  padding: 22px;
}

.debug-note {
  margin-top: 16px;
  padding: 14px 16px;
}

.debug-note summary {
  cursor: pointer;
  font-weight: 700;
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.dashboard-grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.filter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.table th,
.table td {
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(127, 176, 255, 0.14);
}

.table th {
  color: #d9f9f4;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.row-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.row-actions button {
  border: 1px solid rgba(69, 255, 209, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 999px;
  padding: 7px 11px;
  cursor: pointer;
}

.row-actions button:hover {
  border-color: rgba(69, 255, 209, 0.35);
}

.form__status {
  min-height: 22px;
}

.form__status.is-success,
.form__status.is-error,
.form__status.is-info {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid;
}

.form__status.is-success {
  color: #dfffea;
  background: rgba(128, 247, 188, 0.12);
  border-color: rgba(128, 247, 188, 0.28);
}

.form__status.is-error {
  color: #ffe1de;
  background: rgba(255, 142, 125, 0.12);
  border-color: rgba(255, 142, 125, 0.28);
}

.form__status.is-info {
  color: #e3f7ff;
  background: rgba(127, 176, 255, 0.12);
  border-color: rgba(127, 176, 255, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(69, 255, 209, 0.18);
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(10px);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.button--static {
  cursor: default;
  pointer-events: none;
}

.button--primary {
  color: #03131a;
  background: linear-gradient(135deg, var(--accent) 0%, #7fb0ff 52%, var(--accent-2) 100%);
  border-color: rgba(255, 255, 255, 0.02);
  box-shadow: 0 16px 34px rgba(69, 255, 209, 0.22);
}

.button--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(69, 255, 209, 0.16);
}

.button--ghost:hover {
  background: rgba(69, 255, 209, 0.08);
  border-color: rgba(69, 255, 209, 0.28);
}

.button--block {
  width: 100%;
}

.form-step {
  display: grid;
  gap: 16px;
}

.stack {
  display: grid;
  gap: 18px;
}

.stack__list {
  display: grid;
  gap: 12px;
}

.stack__list .info-card {
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(69, 255, 209, 0.12);
}

.info-card strong {
  display: block;
  margin-bottom: 6px;
}

.form-actions {
  margin-top: 4px;
}

.split-layout .card {
  height: 100%;
}

.owner-shell .section {
  padding-top: 36px;
}

.maintenance-banner {
  padding: 0 0 30px;
}

body.maintenance-mode {
  overflow: hidden;
}

body.maintenance-mode .topbar,
body.maintenance-mode .footer {
  display: none;
}

body.maintenance-mode main > :not(#maintenanceBanner) {
  display: none !important;
}

body.maintenance-mode #maintenanceBanner {
  display: block !important;
  min-height: 100vh;
  padding: 0;
}

.maintenance-screen {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.maintenance-screen__content {
  width: min(760px, 100%);
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(69, 255, 209, 0.16);
  background:
    linear-gradient(180deg, rgba(69, 255, 209, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(11, 14, 22, 0.92);
  box-shadow: var(--shadow);
}

.maintenance-screen__content h2 {
  margin: 14px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.maintenance-screen__lead {
  color: var(--muted);
  margin: 0 0 16px;
}

.maintenance-screen__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.maintenance-screen__reason {
  color: var(--muted);
}

.maintenance-corner-login {
  position: fixed;
  top: 18px;
  right: 18px;
  width: min(280px, calc(100vw - 36px));
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(69, 255, 209, 0.16);
  background:
    linear-gradient(180deg, rgba(127, 176, 255, 0.09), transparent 22%),
    rgba(7, 10, 18, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.maintenance-corner-login strong {
  display: block;
  margin: 8px 0 8px;
  font-family: var(--font-display);
}

.maintenance-corner-login p {
  margin: 0;
  color: var(--muted);
}

.maintenance-corner-login__actions {
  display: grid;
  gap: 10px;
  margin: 14px 0 10px;
}

.maintenance-corner-login small {
  color: var(--muted);
}

.maintenance-banner__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(69, 255, 209, 0.16);
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.14), rgba(127, 176, 255, 0.08)),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.maintenance-banner__badge {
  min-width: 160px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(69, 255, 209, 0.14);
}

.maintenance-banner__badge strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: 4px;
}

.leaderboard-card,
.winner-card,
.team-card {
  display: grid;
  gap: 10px;
}

.leaderboard-card__top,
.team-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.table-wrap--spaced {
  margin-top: 18px;
}

.admin-list,
.activity-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.admin-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(127, 176, 255, 0.12);
}

.admin-row p,
.admin-row small,
.activity-card p,
.activity-card small {
  margin: 4px 0 0;
  color: var(--muted);
}

.admin-row__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.activity-card {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(127, 176, 255, 0.12);
}

.activity-card strong {
  display: block;
  margin-bottom: 4px;
}

.empty-state {
  padding: 18px;
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(69, 255, 209, 0.2);
}

.detail-panel {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.detail-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.detail-panel__field {
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(69, 255, 209, 0.12);
}

.detail-panel__field--full {
  grid-column: 1 / -1;
}

.detail-panel__field strong {
  display: block;
  margin-bottom: 6px;
}

.detail-panel__field span,
.chat-status,
.chat-message p,
.chat-message small {
  color: var(--muted);
}

.detail-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chat-status {
  margin: 8px 0 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(127, 176, 255, 0.18);
  background: rgba(127, 176, 255, 0.05);
}

.chat-feed {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.chat-message {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(69, 255, 209, 0.08);
}

.chat-message__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 6px;
}

.chat-message--owner {
  border-color: rgba(24, 214, 200, 0.24);
}

.chat-message--admin {
  border-color: rgba(127, 176, 255, 0.24);
}

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

.settings-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(69, 255, 209, 0.12);
  border-radius: 22px;
  background: rgba(5, 12, 18, 0.44);
}

.mode-settings-grid,
.brand-package-settings {
  display: grid;
  gap: 14px;
}

.mode-setting-card,
.brand-package-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(69, 255, 209, 0.07), rgba(255, 183, 77, 0.04)),
    rgba(255, 255, 255, 0.025);
}

.mode-setting-card__head,
.brand-package-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.mode-setting-card__head strong,
.brand-package-card__head strong {
  color: var(--text);
  font-size: 1rem;
}

.mode-setting-card__fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mode-setting-card__description,
.brand-package-card .field {
  grid-column: 1 / -1;
}

.field__hint {
  color: var(--muted);
  font-size: 0.82rem;
}

.owner-extra-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reset-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.reset-actions .button {
  width: 100%;
}

.broadcast-control-strip {
  display: grid;
  gap: 12px;
  padding: 14px;
  margin: 16px 0;
  border-radius: 18px;
  border: 1px solid rgba(69, 255, 209, 0.16);
  background: linear-gradient(135deg, rgba(69, 255, 209, 0.06), rgba(127, 176, 255, 0.04));
}

.broadcast-control-strip__status {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

@media (max-width: 1080px) {
  .hero__grid,
  .split-layout,
  .policy-layout,
  .footer__inner,
  .auth-grid,
  .filter-row,
  .admin-grid,
  .owner-control-grid,
  .owner-analytics-grid,
  .metric-grid--owner-analytics {
    grid-template-columns: 1fr;
  }

  .card-grid--two,
  .card-grid--four,
  .card-grid--three,
  .card-grid--five,
  .mode-setting-card__fields,
  .slot-board {
    grid-template-columns: 1fr 1fr;
  }

  .policy-nav {
    position: static;
  }

  body.world-enabled .hero__panel {
    transform: none;
  }

  body.world-enabled .scroll-scene > .wrap {
    transform: none;
  }

  .world-rail {
    right: 10px;
  }
}

@media (max-width: 760px) {
  .topbar__inner,
  .hero__actions,
  .age-gate__actions,
  .form__row,
  .mode-switch__options,
  .dashboard-top {
    display: grid;
  }

  .hero__actions,
  .age-gate__actions {
    justify-content: stretch;
  }

  .button,
  .nav a {
    width: 100%;
  }

  .hero,
  .policy-hero {
    padding-top: 64px;
  }

  body.world-enabled .hero {
    min-height: auto;
    padding-top: 56px;
  }

  body.world-enabled .hero__copy,
  body.world-enabled .hero__panel {
    transform: none;
  }

  body.world-enabled .scroll-scene {
    min-height: auto;
  }

  body.world-enabled .scroll-scene > .wrap {
    transform: translateY(calc((1 - var(--scene-visibility, 0)) * 14px));
  }

  body.world-enabled .card:hover,
  body.world-enabled .slot-card:hover,
  body.world-enabled .metric:hover,
  body.world-enabled .broadcast-card:hover,
  body.world-enabled .auth-card:hover,
  body.world-enabled .payment-preview:hover {
    transform: none;
  }

  .world-stage {
    opacity: 0.68;
  }

  .trend-vortex {
    width: 112vw;
    opacity: 0.48;
  }

  .trend-chrome-core {
    top: 35vh;
    width: clamp(150px, 52vw, 240px);
    opacity: 0.52;
  }

  .trend-typo--one {
    top: 10vh;
    left: -12vw;
    font-size: clamp(4rem, 23vw, 8rem);
  }

  .trend-typo--two {
    right: -18vw;
    bottom: 22vh;
    font-size: clamp(4rem, 22vw, 8rem);
  }

  .trend-typo--three,
  .trend-bracket,
  .trend-prism {
    display: none;
  }

  .trend-scorestrip {
    bottom: 66px;
    max-width: 92vw;
    overflow: hidden;
    font-size: 0.62rem;
    opacity: 0.78;
  }

  .world-rail {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 10px;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    max-width: calc(100vw - 24px);
    overflow-x: auto;
    transform: translateX(-50%);
    border-radius: 999px;
    scrollbar-width: none;
  }

  .world-rail::-webkit-scrollbar {
    display: none;
  }

  .world-rail__dot span {
    display: none;
  }

  .podium-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .podium-card {
    min-height: auto;
  }

  .hero__panel,
  .card,
  .policy-content,
  .slot-card,
  .auth-card {
    padding: 18px;
  }

  .card-grid--four,
  .card-grid--two,
  .card-grid--three,
  .card-grid--five,
  .mode-setting-card__fields,
  .slot-board {
    grid-template-columns: 1fr;
  }

  .maintenance-banner__inner,
  .admin-row,
  .dashboard-top {
    display: grid;
  }

  .payment-preview,
  .payment-preview__panel {
    display: grid;
  }

  .payment-preview__qr {
    width: 100%;
    flex-basis: auto;
  }

  .maintenance-screen {
    align-items: end;
  }

  .maintenance-screen__content {
    padding: 24px;
  }

  .maintenance-corner-login {
    top: auto;
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
  }

  .detail-panel__grid,
  .owner-extra-grid {
    grid-template-columns: 1fr;
  }

  .analytics-chart__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .success-modal__panel {
    padding: 24px;
  }

  .success-modal__close {
    position: static;
    margin-left: auto;
    display: flex;
  }

  .success-modal__actions {
    display: grid;
  }
}

/* Premium clarity theme: final layer to keep text readable on every page. */
:root {
  --bg: #090a0d;
  --bg-alt: #111318;
  --panel: rgba(22, 23, 28, 0.92);
  --panel-strong: rgba(16, 17, 21, 0.98);
  --line: rgba(222, 190, 123, 0.34);
  --text: #fff8e8;
  --muted: #d8ccb4;
  --accent: #e8c26b;
  --accent-2: #f5d88a;
  --accent-3: #9cc7ff;
  --hot: #d85f54;
  --success: #9ee6b3;
  --danger: #ff9a8d;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --radius: 26px;
  --radius-sm: 16px;
}

body,
body.world-enabled,
body.world-theme-kinetic {
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(232, 194, 107, 0.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(156, 199, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #08090c 0%, #12141a 48%, #0a0b0f 100%);
}

body::before,
body::after,
body.world-theme-kinetic::before,
body.world-theme-kinetic::after,
.world-stage {
  opacity: 0.18;
}

.topbar,
body.world-enabled .topbar,
body.world-theme-kinetic .topbar {
  background: rgba(10, 11, 15, 0.92);
  border-bottom: 1px solid rgba(232, 194, 107, 0.24);
  backdrop-filter: blur(22px);
}

.brand__mark,
body.world-enabled .brand__mark,
body.world-theme-kinetic .brand__mark {
  color: #141006;
  border-radius: 16px;
  clip-path: none;
  background: linear-gradient(135deg, #fff0b8, #e7bc5c);
}

.nav a,
body.world-theme-kinetic .nav a {
  color: #f7ead1;
  border-radius: 999px;
  clip-path: none;
}

.nav a:hover,
.nav a.is-active,
body.world-theme-kinetic .nav a:hover,
body.world-theme-kinetic .nav a.is-active {
  color: #12100a;
  background: linear-gradient(135deg, #fff0b8, #e8c26b);
  border-color: rgba(245, 216, 138, 0.45);
}

.hero,
.policy-hero {
  background:
    linear-gradient(135deg, rgba(232, 194, 107, 0.1), rgba(156, 199, 255, 0.045)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
}

.hero__copy h1,
.policy-hero h1,
.page-title,
body.world-theme-kinetic .hero__copy h1,
body.world-theme-kinetic .policy-hero h1,
body.world-theme-kinetic .page-title {
  color: #fff8e8;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.62);
}

.hero__lead,
.section-heading p,
.card p,
.muted,
.list,
.field small,
.form__fineprint,
.hero__facts span,
.match-card p,
.match-card small,
.skill-note p {
  color: #d8ccb4;
}

.section-heading h2,
.card h2,
.card h3,
.auth-card h2,
.match-card h3,
.skill-note h2 {
  color: #fff8e8;
}

.eyebrow {
  color: #151008;
  border-radius: 999px;
  clip-path: none;
  background: linear-gradient(135deg, #fff0b8, #e8c26b);
  border-color: rgba(245, 216, 138, 0.45);
}

.hero__panel,
.card,
.payment-banner,
.policy-content,
.policy-nav,
.slot-card,
.auth-card,
.debug-note,
.metric,
.payment-preview,
.broadcast-card,
.admin-row,
.statement-card,
.info-card,
.mode-setting-card,
.brand-package-card,
.leaderboard-card,
.winner-card,
.team-card,
.activity-card,
.match-card,
.skill-note,
body.world-theme-kinetic .hero__panel,
body.world-theme-kinetic .card,
body.world-theme-kinetic .payment-banner,
body.world-theme-kinetic .policy-content,
body.world-theme-kinetic .policy-nav,
body.world-theme-kinetic .slot-card,
body.world-theme-kinetic .auth-card,
body.world-theme-kinetic .debug-note,
body.world-theme-kinetic .metric,
body.world-theme-kinetic .payment-preview,
body.world-theme-kinetic .broadcast-card,
body.world-theme-kinetic .admin-row {
  border-radius: var(--radius);
  clip-path: none;
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(18, 19, 24, 0.92);
  border: 1px solid rgba(232, 194, 107, 0.26);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero__panel::after,
.card::after,
.slot-card::after,
.auth-card::after,
.metric::after,
.payment-preview::after,
.broadcast-card::after,
.match-card::after {
  display: none;
}

.button,
.mode-switch__button,
.nav-toggle {
  border-radius: 999px;
  clip-path: none;
  letter-spacing: 0.04em;
}

.button--primary,
body.world-theme-kinetic .button--primary,
body.world-theme-kinetic .mode-switch__button.is-active {
  color: #151008;
  background: linear-gradient(135deg, #fff0b8, #e8c26b);
  border-color: rgba(245, 216, 138, 0.54);
}

.button--ghost,
.mode-switch__button,
.nav-toggle {
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.055);
  border-color: rgba(232, 194, 107, 0.28);
}

.field input,
.field select,
.field textarea,
.search-input,
table {
  color: #fff8e8;
  background: rgba(8, 9, 12, 0.92);
  border-color: rgba(232, 194, 107, 0.3);
  border-radius: 16px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(216, 204, 180, 0.72);
}

.section {
  padding: clamp(48px, 7vw, 92px) 0;
}

.section--compact {
  padding-top: clamp(28px, 5vw, 56px);
}

.section--alt,
body.world-enabled .section--alt {
  background: linear-gradient(180deg, rgba(232, 194, 107, 0.045), rgba(156, 199, 255, 0.025), transparent);
}

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

.home-path-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
}

.home-path-card__number {
  width: fit-content;
  color: #151008;
  background: linear-gradient(135deg, #fff0b8, #e8c26b);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero__actions {
  align-items: center;
}

#collab .card,
#register .card {
  border-color: rgba(245, 216, 138, 0.34);
}

@media (max-width: 980px) {
  .home-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-path-grid {
    grid-template-columns: 1fr;
  }

  .hero__copy h1,
  .policy-hero h1,
  .page-title,
  body.world-theme-kinetic .hero__copy h1,
  body.world-theme-kinetic .policy-hero h1,
  body.world-theme-kinetic .page-title {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .section {
    padding: 42px 0;
  }
}

body.page-shell--home main {
  display: flex;
  flex-direction: column;
}

body.page-shell--home .hero {
  order: 1;
}

#maintenanceBanner {
  order: 2;
}

#overview {
  order: 3;
}

#register {
  order: 4;
}

#verification {
  order: 5;
}

#fixtureSection {
  order: 6;
}

#slots {
  order: 7;
}

#teams {
  order: 8;
}

#boards {
  order: 9;
}

#broadcastSection {
  order: 10;
}

#collab {
  order: 11;
}

body.page-shell--home main > .section:not(#register):not(#verification):not(#overview) {
  scroll-margin-top: 92px;
}

#roadmap {
  order: 12;
}

#faq {
  order: 13;
}

body.page-shell--home #roadmap,
body.page-shell--home #faq,
body.page-shell--home #boards {
  padding-block: clamp(36px, 5vw, 64px);
}

/* Test Theme: Neon Bazaar Arena */
:root {
  --bg: #040408;
  --bg-alt: #101106;
  --panel: rgba(12, 14, 10, 0.76);
  --panel-strong: rgba(7, 9, 8, 0.94);
  --line: rgba(198, 255, 0, 0.2);
  --text: #fffbed;
  --muted: #b9c3a8;
  --accent: #c6ff00;
  --accent-2: #ffb000;
  --accent-3: #00e5ff;
  --hot: #ff2d75;
  --success: #63ff9f;
  --danger: #ff6b4a;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.52);
}

body {
  background:
    radial-gradient(circle at 18% 18%, rgba(198, 255, 0, 0.18), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 176, 0, 0.15), transparent 24%),
    radial-gradient(circle at 78% 78%, rgba(0, 229, 255, 0.13), transparent 24%),
    radial-gradient(circle at 16% 86%, rgba(255, 45, 117, 0.1), transparent 22%),
    linear-gradient(135deg, #040408 0%, #111005 38%, #061015 70%, #050507 100%);
}

body::before {
  background-image:
    linear-gradient(115deg, rgba(198, 255, 0, 0.12) 1px, transparent 1px),
    linear-gradient(25deg, rgba(0, 229, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 176, 0, 0.12) 1px, transparent 1.6px);
  background-size: 92px 92px, 92px 92px, 34px 34px;
  mask-image: radial-gradient(circle at 50% 32%, #000 0%, rgba(0, 0, 0, 0.92) 48%, transparent 92%);
  opacity: 0.48;
  animation: bazaar-grid-drift 24s linear infinite;
}

body::after {
  background:
    conic-gradient(from calc(var(--scroll-progress) * 220deg) at 50% 34%, rgba(198, 255, 0, 0.18), transparent 18%, rgba(255, 176, 0, 0.16), transparent 38%, rgba(0, 229, 255, 0.14), transparent 62%, rgba(255, 45, 117, 0.12), transparent 82%),
    radial-gradient(circle at calc(20% + var(--pointer-x) * 18%) calc(28% + var(--pointer-y) * 12%), rgba(198, 255, 0, 0.16), transparent 20%),
    radial-gradient(circle at calc(86% + var(--pointer-x) * -12%) calc(70% + var(--pointer-y) * -10%), rgba(0, 229, 255, 0.14), transparent 24%);
  filter: blur(28px) saturate(1.22);
  opacity: 0.72;
  animation: bazaar-aura-pulse 8s ease-in-out infinite alternate;
}

body.world-enabled {
  background:
    radial-gradient(circle at 20% 16%, rgba(198, 255, 0, 0.2), transparent 26%),
    radial-gradient(circle at 76% 10%, rgba(255, 176, 0, 0.18), transparent 24%),
    radial-gradient(circle at 55% 92%, rgba(0, 229, 255, 0.14), transparent 30%),
    linear-gradient(145deg, #030405 0%, #121004 48%, #031016 100%);
}

.world-stage {
  background:
    radial-gradient(circle at calc(48% + (var(--scroll-progress) * 24%)) 18%, rgba(255, 176, 0, 0.2), transparent 24%),
    radial-gradient(circle at 10% 70%, rgba(198, 255, 0, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(4, 5, 6, 0.02), rgba(3, 6, 8, 0.64) 72%, rgba(3, 4, 5, 0.96));
}

.world-stage::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 242, 184, 0.2), transparent 18%),
    conic-gradient(from calc(var(--scroll-progress) * 190deg), rgba(198, 255, 0, 0.2), transparent 18%, rgba(255, 176, 0, 0.17), transparent 42%, rgba(0, 229, 255, 0.16), transparent 67%, rgba(255, 45, 117, 0.11), transparent 86%);
}

.world-stage::after {
  background-image:
    linear-gradient(rgba(198, 255, 0, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 176, 0, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 229, 255, 0.038) 50%, transparent 50%);
  background-size: 112px 112px, 112px 112px, 100% 5px;
}

.topbar,
body.world-enabled .topbar {
  background: rgba(7, 9, 8, 0.74);
  border-bottom-color: rgba(198, 255, 0, 0.22);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.44), 0 0 28px rgba(198, 255, 0, 0.08);
}

.brand__mark,
body.world-enabled .brand__mark {
  color: #111400;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.78), transparent 16%),
    conic-gradient(from 210deg, var(--accent), var(--accent-2), var(--hot), var(--accent-3), var(--accent));
  box-shadow: 0 0 28px rgba(198, 255, 0, 0.28), 0 18px 42px rgba(0, 0, 0, 0.42);
  transform: rotate(-4deg);
}

.nav a {
  border-color: rgba(198, 255, 0, 0.08);
  background: rgba(255, 255, 255, 0.026);
}

.nav a:hover,
.nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(198, 255, 0, 0.13), rgba(255, 176, 0, 0.08));
  border-color: rgba(198, 255, 0, 0.32);
  box-shadow: 0 0 22px rgba(198, 255, 0, 0.1);
}

.hero::before,
.policy-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.9), rgba(6, 8, 6, 0.22) 52%, rgba(3, 4, 5, 0.8)),
    radial-gradient(circle at 16% 24%, rgba(198, 255, 0, 0.18), transparent 23%),
    radial-gradient(circle at 80% 14%, rgba(255, 176, 0, 0.17), transparent 22%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 20px);
}

body.page-shell--home .hero::after {
  content: "";
  position: absolute;
  inset: 10% 5% auto auto;
  z-index: 0;
  width: min(36vw, 430px);
  aspect-ratio: 1;
  border-radius: 36% 64% 48% 52%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.3), transparent 9%),
    conic-gradient(from 110deg, rgba(198, 255, 0, 0.32), rgba(255, 176, 0, 0.24), rgba(0, 229, 255, 0.2), rgba(255, 45, 117, 0.16), rgba(198, 255, 0, 0.32));
  filter: blur(1px) drop-shadow(0 0 44px rgba(198, 255, 0, 0.18));
  opacity: 0.45;
  transform: translate3d(calc(var(--pointer-x) * 18px), calc(var(--pointer-y) * 16px), 0) rotate(calc(var(--scroll-progress) * 34deg));
  animation: bazaar-orb-morph 9s ease-in-out infinite alternate;
}

.hero__copy h1,
.policy-hero h1,
.page-title {
  color: transparent;
  background: linear-gradient(92deg, #fffbed 0%, #f7ff9c 18%, var(--accent) 38%, var(--accent-2) 64%, #ffffff 86%);
  background-size: 180% auto;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  animation: bazaar-title-sweep 7s ease-in-out infinite alternate;
}

body.world-enabled .hero__copy h1 {
  text-shadow: 0 24px 68px rgba(0, 0, 0, 0.52);
}

.eyebrow {
  border-color: rgba(198, 255, 0, 0.26);
  background: linear-gradient(135deg, rgba(198, 255, 0, 0.12), rgba(255, 176, 0, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 22px rgba(198, 255, 0, 0.08);
}

.hero__badges span,
.badge,
.status-pill,
.mode-switch__button {
  border-color: rgba(198, 255, 0, 0.18);
  background: rgba(255, 255, 255, 0.038);
}

.hero__panel,
.card,
.payment-banner,
.policy-content,
.policy-nav,
.slot-card,
.auth-card,
.debug-note {
  position: relative;
  overflow: hidden;
  border-color: rgba(198, 255, 0, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 251, 237, 0.08), rgba(255, 255, 255, 0.02) 44%),
    radial-gradient(circle at 14% 8%, rgba(198, 255, 0, 0.08), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(255, 176, 0, 0.075), transparent 28%),
    rgba(10, 12, 8, 0.76);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.018);
}

.hero__panel::before,
.card::before,
.slot-card::before,
.auth-card::before,
.payment-preview::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(198, 255, 0, 0.12) 32%, rgba(255, 176, 0, 0.1) 48%, transparent 66%);
  transform: translateX(-70%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.hero__panel:hover::before,
.card:hover::before,
.slot-card:hover::before,
.auth-card:hover::before,
.payment-preview:hover::before {
  opacity: 1;
  animation: bazaar-card-scan 1.15s ease;
}

.hero__panel > *,
.card > *,
.slot-card > *,
.auth-card > *,
.payment-preview > * {
  position: relative;
  z-index: 1;
}

body.world-enabled .card:hover,
body.world-enabled .slot-card:hover,
body.world-enabled .metric:hover,
body.world-enabled .broadcast-card:hover,
body.world-enabled .auth-card:hover,
body.world-enabled .payment-preview:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(198, 255, 0, 0.42);
  box-shadow:
    0 42px 108px rgba(0, 0, 0, 0.56),
    0 0 38px rgba(198, 255, 0, 0.13),
    0 0 28px rgba(255, 176, 0, 0.08);
}

body.world-enabled .card-grid > *,
body.world-enabled .slot-board > *,
body.world-enabled .metric-grid > * {
  animation: bazaar-pop-in 620ms cubic-bezier(0.2, 0.85, 0.22, 1.18) both;
  animation-delay: calc(min(var(--scene-index, 0), 8) * 42ms);
}

.metric,
.slot-list li,
.stepper__item {
  background:
    linear-gradient(180deg, rgba(198, 255, 0, 0.075), rgba(0, 229, 255, 0.028)),
    rgba(255, 255, 255, 0.024);
  border-color: rgba(198, 255, 0, 0.16);
}

.metric strong {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(198, 255, 0, 0.25);
}

.slot-progress {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
}

.slot-progress > span {
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  box-shadow: 0 0 20px rgba(198, 255, 0, 0.28);
}

.mode-switch__button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 9, 8, 0.66);
  border-color: rgba(198, 255, 0, 0.2);
}

.mode-switch__button:hover {
  transform: translateY(-3px) rotate(-0.6deg);
  border-color: rgba(255, 176, 0, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 24px rgba(255, 176, 0, 0.1);
}

.mode-switch__button.is-active {
  color: #111400;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.58), transparent 14%),
    linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 18px 42px rgba(198, 255, 0, 0.18);
}

.button--primary {
  color: #101300;
  background: linear-gradient(115deg, var(--accent) 0%, var(--accent-2) 42%, var(--accent-3) 72%, var(--accent) 100%);
  background-size: 220% auto;
  box-shadow: 0 16px 36px rgba(198, 255, 0, 0.18), 0 0 28px rgba(255, 176, 0, 0.12);
  animation: bazaar-button-flow 4.6s ease-in-out infinite alternate;
}

.button--primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 46px rgba(198, 255, 0, 0.24), 0 0 34px rgba(255, 176, 0, 0.2);
}

.button--ghost:hover {
  background: rgba(198, 255, 0, 0.08);
  border-color: rgba(198, 255, 0, 0.35);
}

.broadcast-card:hover {
  transform: translateY(-5px) rotate(0.4deg);
}

.world-rail {
  border-color: rgba(198, 255, 0, 0.24);
  background: rgba(7, 9, 8, 0.58);
}

.world-rail__dot:hover,
.world-rail__dot.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(198, 255, 0, 0.1), 0 0 24px rgba(198, 255, 0, 0.42);
}

@keyframes bazaar-grid-drift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 184px 92px, -184px 92px, 68px 68px;
  }
}

@keyframes bazaar-aura-pulse {
  from {
    opacity: 0.58;
    transform: scale(1);
  }
  to {
    opacity: 0.84;
    transform: scale(1.04);
  }
}

@keyframes bazaar-orb-morph {
  from {
    border-radius: 36% 64% 48% 52%;
    transform: translate3d(calc(var(--pointer-x) * 18px), calc(var(--pointer-y) * 16px), 0) rotate(0deg);
  }
  to {
    border-radius: 62% 38% 56% 44%;
    transform: translate3d(calc(var(--pointer-x) * 22px), calc(var(--pointer-y) * 20px), 0) rotate(16deg);
  }
}

@keyframes bazaar-title-sweep {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 100% center;
  }
}

@keyframes bazaar-card-scan {
  from {
    transform: translateX(-72%);
  }
  to {
    transform: translateX(72%);
  }
}

@keyframes bazaar-pop-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bazaar-button-flow {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 100% center;
  }
}

/* Test Theme: Hologram Stadium */
:root {
  --bg: #020713;
  --bg-alt: #06152a;
  --panel: rgba(7, 18, 34, 0.74);
  --panel-strong: rgba(4, 11, 24, 0.95);
  --line: rgba(112, 247, 255, 0.22);
  --text: #f3fbff;
  --muted: #adc3d8;
  --accent: #70f7ff;
  --accent-2: #f6c66b;
  --accent-3: #2c7dff;
  --hot: #b16cff;
  --success: #67f7b1;
  --danger: #ff6b8e;
  --shadow: 0 36px 96px rgba(0, 0, 0, 0.58);
}

body {
  background:
    radial-gradient(circle at 48% -8%, rgba(112, 247, 255, 0.22), transparent 31%),
    radial-gradient(circle at 8% 22%, rgba(44, 125, 255, 0.16), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(177, 108, 255, 0.14), transparent 28%),
    radial-gradient(circle at 72% 88%, rgba(246, 198, 107, 0.12), transparent 26%),
    linear-gradient(145deg, #020713 0%, #06162b 42%, #030917 100%);
}

body::before {
  background-image:
    linear-gradient(115deg, rgba(112, 247, 255, 0.12) 1px, transparent 1px),
    linear-gradient(25deg, rgba(44, 125, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(246, 198, 107, 0.12) 1px, transparent 1.6px);
  background-size: 118px 118px, 118px 118px, 38px 38px;
  mask-image: radial-gradient(circle at 50% 28%, #000 0%, rgba(0, 0, 0, 0.88) 46%, transparent 92%);
  opacity: 0.5;
  transform: perspective(900px) rotateX(58deg) translateY(calc(var(--scroll-progress) * -90px));
  animation: holo-grid-slide 28s linear infinite;
}

body::after {
  background:
    conic-gradient(from calc(var(--scroll-progress) * 260deg) at 50% 34%, rgba(112, 247, 255, 0.18), transparent 18%, rgba(44, 125, 255, 0.15), transparent 38%, rgba(246, 198, 107, 0.14), transparent 62%, rgba(177, 108, 255, 0.13), transparent 84%),
    radial-gradient(circle at calc(20% + var(--pointer-x) * 18%) calc(30% + var(--pointer-y) * 12%), rgba(112, 247, 255, 0.18), transparent 22%),
    radial-gradient(circle at calc(86% + var(--pointer-x) * -12%) calc(72% + var(--pointer-y) * -10%), rgba(177, 108, 255, 0.15), transparent 25%);
  filter: blur(30px) saturate(1.25);
  opacity: 0.76;
  animation: holo-aurora 9s ease-in-out infinite alternate;
}

body.world-enabled,
body.world-theme-hologram {
  background:
    radial-gradient(circle at 50% -8%, rgba(112, 247, 255, 0.2), transparent 31%),
    radial-gradient(circle at 13% 20%, rgba(44, 125, 255, 0.17), transparent 29%),
    radial-gradient(circle at 86% 20%, rgba(177, 108, 255, 0.15), transparent 28%),
    linear-gradient(145deg, #020713 0%, #071a30 52%, #020713 100%);
}

.world-stage {
  background:
    radial-gradient(circle at calc(48% + (var(--scroll-progress) * 18%)) 14%, rgba(112, 247, 255, 0.22), transparent 22%),
    radial-gradient(circle at 76% 68%, rgba(177, 108, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(3, 8, 18, 0.04), rgba(3, 10, 22, 0.7) 72%, rgba(2, 7, 19, 0.98));
}

.world-stage::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(223, 252, 255, 0.22), transparent 18%),
    conic-gradient(from calc(var(--scroll-progress) * 230deg), rgba(112, 247, 255, 0.22), transparent 18%, rgba(44, 125, 255, 0.16), transparent 42%, rgba(246, 198, 107, 0.15), transparent 67%, rgba(177, 108, 255, 0.12), transparent 86%);
  filter: blur(26px);
  opacity: 0.88;
}

.world-stage::after {
  background-image:
    linear-gradient(rgba(112, 247, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 125, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(246, 198, 107, 0.028) 50%, transparent 50%);
  background-size: 132px 132px, 132px 132px, 100% 5px;
  opacity: 0.45;
  transform: perspective(850px) rotateX(66deg) translateY(calc(var(--scroll-progress) * -220px));
}

.world-canvas {
  filter: saturate(1.34) contrast(1.12) hue-rotate(2deg);
  opacity: 0.78;
}

.topbar,
body.world-enabled .topbar {
  background: rgba(4, 12, 25, 0.72);
  border-bottom-color: rgba(112, 247, 255, 0.22);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.46), 0 0 32px rgba(112, 247, 255, 0.08);
}

.brand__mark,
body.world-enabled .brand__mark {
  color: #04101b;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.8), transparent 16%),
    conic-gradient(from 225deg, var(--accent), var(--accent-3), var(--hot), var(--accent-2), var(--accent));
  box-shadow: 0 0 30px rgba(112, 247, 255, 0.26), 0 18px 42px rgba(0, 0, 0, 0.45);
  transform: rotate(5deg);
}

.nav a {
  border-color: rgba(112, 247, 255, 0.09);
  background: rgba(255, 255, 255, 0.028);
}

.nav a:hover,
.nav a.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(112, 247, 255, 0.13), rgba(44, 125, 255, 0.09));
  border-color: rgba(112, 247, 255, 0.34);
  box-shadow: 0 0 24px rgba(112, 247, 255, 0.11);
}

.hero::before,
.policy-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 7, 19, 0.92), rgba(6, 18, 34, 0.2) 52%, rgba(2, 7, 19, 0.82)),
    radial-gradient(circle at 16% 24%, rgba(112, 247, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(177, 108, 255, 0.16), transparent 23%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.034) 0 1px, transparent 1px 22px);
}

body.page-shell--home .hero::after {
  content: "";
  position: absolute;
  inset: 8% 4% auto auto;
  z-index: 0;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(223, 252, 255, 0.32), transparent 10%),
    repeating-conic-gradient(from 0deg, rgba(112, 247, 255, 0.28) 0deg 8deg, transparent 8deg 18deg),
    conic-gradient(from 110deg, rgba(112, 247, 255, 0.34), rgba(44, 125, 255, 0.22), rgba(177, 108, 255, 0.2), rgba(246, 198, 107, 0.18), rgba(112, 247, 255, 0.34));
  filter: blur(0.4px) drop-shadow(0 0 46px rgba(112, 247, 255, 0.2));
  opacity: 0.44;
  transform: translate3d(calc(var(--pointer-x) * 18px), calc(var(--pointer-y) * 16px), 0) rotate(calc(var(--scroll-progress) * 60deg));
  animation: holo-portal-drift 10s ease-in-out infinite alternate;
}

.hero__copy h1,
.policy-hero h1,
.page-title {
  color: transparent;
  background: linear-gradient(92deg, #ffffff 0%, #dffcff 18%, var(--accent) 38%, var(--accent-3) 58%, var(--accent-2) 82%, #ffffff 100%);
  background-size: 210% auto;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  animation: holo-title-shift 7s ease-in-out infinite alternate;
}

body.world-enabled .hero__copy h1 {
  text-shadow: 0 28px 72px rgba(0, 0, 0, 0.56);
}

.eyebrow {
  border-color: rgba(112, 247, 255, 0.27);
  background: linear-gradient(135deg, rgba(112, 247, 255, 0.13), rgba(246, 198, 107, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 24px rgba(112, 247, 255, 0.09);
}

.hero__badges span,
.badge,
.status-pill,
.mode-switch__button {
  border-color: rgba(112, 247, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.hero__panel,
.card,
.payment-banner,
.policy-content,
.policy-nav,
.slot-card,
.auth-card,
.debug-note,
.metric,
.payment-preview,
.broadcast-card,
.admin-row {
  position: relative;
  overflow: hidden;
  border-color: rgba(112, 247, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(223, 252, 255, 0.085), rgba(255, 255, 255, 0.022) 46%),
    radial-gradient(circle at 14% 8%, rgba(112, 247, 255, 0.09), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(177, 108, 255, 0.08), transparent 30%),
    rgba(5, 14, 29, 0.76);
  box-shadow:
    0 36px 96px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.018);
}

.hero__panel::before,
.card::before,
.slot-card::before,
.auth-card::before,
.payment-preview::before,
.broadcast-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(112, 247, 255, 0.14) 32%, rgba(246, 198, 107, 0.1) 49%, transparent 68%);
  transform: translateX(-76%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.hero__panel:hover::before,
.card:hover::before,
.slot-card:hover::before,
.auth-card:hover::before,
.payment-preview:hover::before,
.broadcast-card:hover::before {
  opacity: 1;
  animation: holo-card-scan 1.18s ease;
}

.hero__panel > *,
.card > *,
.slot-card > *,
.auth-card > *,
.payment-preview > *,
.broadcast-card > * {
  position: relative;
  z-index: 1;
}

body.world-enabled .card:hover,
body.world-enabled .slot-card:hover,
body.world-enabled .metric:hover,
body.world-enabled .broadcast-card:hover,
body.world-enabled .auth-card:hover,
body.world-enabled .payment-preview:hover {
  transform: translateY(-5px) scale(1.012);
  border-color: rgba(112, 247, 255, 0.44);
  box-shadow:
    0 44px 112px rgba(0, 0, 0, 0.58),
    0 0 40px rgba(112, 247, 255, 0.14),
    0 0 30px rgba(177, 108, 255, 0.09);
}

body.world-enabled .card-grid > *,
body.world-enabled .slot-board > *,
body.world-enabled .metric-grid > * {
  animation: holo-rise 660ms cubic-bezier(0.2, 0.85, 0.22, 1.18) both;
  animation-delay: calc(min(var(--scene-index, 0), 8) * 42ms);
}

.metric,
.slot-list li,
.stepper__item {
  background:
    linear-gradient(180deg, rgba(112, 247, 255, 0.08), rgba(44, 125, 255, 0.03)),
    rgba(255, 255, 255, 0.024);
  border-color: rgba(112, 247, 255, 0.17);
}

.metric strong {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(112, 247, 255, 0.25);
}

.slot-progress {
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.32);
}

.slot-progress > span {
  background: linear-gradient(90deg, var(--accent), var(--accent-3), var(--accent-2));
  box-shadow: 0 0 22px rgba(112, 247, 255, 0.28);
}

.mode-switch__button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(5, 14, 29, 0.68);
  border-color: rgba(112, 247, 255, 0.2);
}

.mode-switch__button:hover {
  transform: translateY(-3px) rotate(0.5deg);
  border-color: rgba(246, 198, 107, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3), 0 0 24px rgba(246, 198, 107, 0.1);
}

.mode-switch__button.is-active {
  color: #04101b;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.62), transparent 14%),
    linear-gradient(135deg, var(--accent), var(--accent-3) 56%, var(--accent-2));
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 42px rgba(112, 247, 255, 0.18);
}

.field input,
.field select,
.field textarea {
  border-color: rgba(112, 247, 255, 0.2);
  background: rgba(3, 11, 23, 0.7);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(112, 247, 255, 0.52);
  box-shadow: 0 0 0 4px rgba(112, 247, 255, 0.1);
}

.button--primary {
  color: #04101b;
  background: linear-gradient(115deg, var(--accent) 0%, var(--accent-3) 42%, var(--accent-2) 76%, var(--accent) 100%);
  background-size: 230% auto;
  box-shadow: 0 16px 38px rgba(112, 247, 255, 0.19), 0 0 30px rgba(44, 125, 255, 0.12);
  animation: holo-button-glow 4.8s ease-in-out infinite alternate;
}

.button--primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 48px rgba(112, 247, 255, 0.24), 0 0 36px rgba(246, 198, 107, 0.17);
}

.button--ghost:hover {
  background: rgba(112, 247, 255, 0.08);
  border-color: rgba(112, 247, 255, 0.36);
}

.trend-vortex {
  width: min(78vw, 860px);
  transform:
    translate3d(calc(-50% + (var(--pointer-x) * 24px)), calc(-50% + (var(--pointer-y) * -16px)), -90px)
    rotateX(70deg)
    rotateZ(calc(var(--scroll-progress) * -260deg));
  opacity: 0.76;
  filter: drop-shadow(0 0 32px rgba(112, 247, 255, 0.2));
}

.trend-ring {
  border-color: rgba(112, 247, 255, 0.24);
  box-shadow:
    inset 0 0 30px rgba(112, 247, 255, 0.08),
    0 0 36px rgba(112, 247, 255, 0.11);
}

.trend-ring--one {
  border-color: rgba(246, 198, 107, 0.34);
}

.trend-ring--two {
  border-color: rgba(177, 108, 255, 0.28);
}

.trend-ring--three {
  border-color: rgba(44, 125, 255, 0.32);
}

.trend-ring--four {
  border-color: rgba(223, 252, 255, 0.18);
}

.trend-chrome-core {
  border-radius: 24% 76% 26% 74% / 64% 26% 74% 36%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98), transparent 8%),
    radial-gradient(circle at 64% 34%, rgba(112, 247, 255, 0.9), transparent 18%),
    radial-gradient(circle at 34% 76%, rgba(246, 198, 107, 0.86), transparent 22%),
    linear-gradient(132deg, #ffffff 0%, #70f7ff 18%, #0a1830 43%, #b16cff 62%, #f6c66b 80%, #ffffff 100%);
  box-shadow:
    0 0 66px rgba(112, 247, 255, 0.24),
    0 0 112px rgba(177, 108, 255, 0.15),
    inset 18px 18px 52px rgba(255, 255, 255, 0.34),
    inset -26px -20px 64px rgba(2, 7, 19, 0.5);
  animation: holo-core-morph 11s ease-in-out infinite alternate;
}

.trend-core__mark {
  color: rgba(2, 8, 20, 0.82);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5), 0 0 18px rgba(112, 247, 255, 0.2);
}

.trend-typo {
  color: rgba(223, 252, 255, 0.07);
  text-shadow:
    0 0 34px rgba(112, 247, 255, 0.18),
    0 0 72px rgba(177, 108, 255, 0.12);
  -webkit-text-stroke: 1px rgba(223, 252, 255, 0.24);
}

.trend-typo--two {
  color: rgba(246, 198, 107, 0.08);
  -webkit-text-stroke-color: rgba(246, 198, 107, 0.28);
}

.trend-typo--three {
  color: rgba(112, 247, 255, 0.1);
  -webkit-text-stroke-color: rgba(112, 247, 255, 0.38);
}

.trend-scorestrip {
  border-top-color: rgba(112, 247, 255, 0.24);
  border-bottom-color: rgba(246, 198, 107, 0.22);
  color: rgba(243, 251, 255, 0.78);
  background: rgba(4, 12, 25, 0.38);
  transform:
    translate3d(calc(-50% - (var(--scroll-progress) * 190px)), 0, 86px)
    rotateX(12deg);
}

.trend-scorestrip span::before {
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

.trend-bracket span {
  border-color: rgba(112, 247, 255, 0.2);
  background: rgba(4, 12, 25, 0.44);
  color: rgba(243, 251, 255, 0.72);
}

.trend-prism {
  background:
    linear-gradient(135deg, rgba(112, 247, 255, 0.22), rgba(177, 108, 255, 0.08)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(112, 247, 255, 0.18);
}

.world-rail {
  border-color: rgba(112, 247, 255, 0.24);
  background: rgba(4, 12, 25, 0.6);
}

.world-rail__dot:hover,
.world-rail__dot.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(112, 247, 255, 0.1), 0 0 24px rgba(112, 247, 255, 0.44);
}

@keyframes holo-grid-slide {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 236px 118px, -236px 118px, 76px 76px;
  }
}

@keyframes holo-aurora {
  from {
    opacity: 0.58;
    transform: scale(1) rotate(0deg);
  }
  to {
    opacity: 0.82;
    transform: scale(1.05) rotate(4deg);
  }
}

@keyframes holo-portal-drift {
  from {
    transform: translate3d(calc(var(--pointer-x) * 16px), calc(var(--pointer-y) * 14px), 0) rotate(0deg) scale(0.96);
  }
  to {
    transform: translate3d(calc(var(--pointer-x) * 24px), calc(var(--pointer-y) * 20px), 0) rotate(34deg) scale(1.04);
  }
}

@keyframes holo-title-shift {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 100% center;
  }
}

@keyframes holo-card-scan {
  from {
    transform: translateX(-76%);
  }
  to {
    transform: translateX(76%);
  }
}

@keyframes holo-rise {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.965);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes holo-button-glow {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 100% center;
  }
}

@keyframes holo-core-morph {
  from {
    border-radius: 24% 76% 26% 74% / 64% 26% 74% 36%;
  }
  to {
    border-radius: 62% 38% 68% 32% / 34% 68% 32% 66%;
  }
}

/* Kinetic glass tunnel theme: original scroll-reactive web-display look. */
body.world-theme-kinetic {
  --bg: #03040b;
  --bg-alt: #080b18;
  --panel: rgba(8, 11, 28, 0.72);
  --panel-strong: rgba(5, 7, 18, 0.95);
  --line: rgba(70, 248, 255, 0.22);
  --text: #f8fbff;
  --muted: #aeb8cf;
  --accent: #46f8ff;
  --accent-2: #ffc64a;
  --accent-3: #7c5cff;
  --hot: #ff3d81;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.56);
  background:
    radial-gradient(circle at calc(18% + var(--kinetic-pointer-x-10)) 18%, rgba(70, 248, 255, 0.18), transparent 28%),
    radial-gradient(circle at calc(82% + var(--kinetic-pointer-x-neg8, 0%)) 20%, rgba(255, 61, 129, 0.13), transparent 26%),
    radial-gradient(circle at 50% 105%, rgba(255, 198, 74, 0.15), transparent 30%),
    linear-gradient(145deg, #03040b 0%, #090d22 48%, #03040b 100%);
}

body.world-theme-kinetic::before {
  background-image:
    linear-gradient(rgba(70, 248, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 92, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 198, 74, 0.12) 1px, transparent 1.5px);
  background-size: 96px 96px, 96px 96px, 34px 34px;
  mask-image: radial-gradient(circle at 50% 24%, #000 0%, rgba(0, 0, 0, 0.88) 48%, transparent 90%);
  opacity: 0.58;
  transform: perspective(980px) rotateX(58deg) translateY(var(--scroll-neg-150px, 0px));
  transform-origin: center bottom;
}

body.world-theme-kinetic::after {
  background:
    conic-gradient(from var(--scroll-deg-360, 0deg) at 52% 38%, rgba(70, 248, 255, 0.18), transparent 18%, rgba(124, 92, 255, 0.16), transparent 42%, rgba(255, 61, 129, 0.13), transparent 64%, rgba(255, 198, 74, 0.15), transparent 84%),
    radial-gradient(circle at calc(30% + var(--kinetic-pointer-x-12)) calc(26% + var(--kinetic-pointer-y-10)), rgba(70, 248, 255, 0.2), transparent 20%),
    radial-gradient(circle at calc(74% + var(--kinetic-pointer-x-neg14)) calc(74% + var(--kinetic-pointer-y-neg10)), rgba(255, 61, 129, 0.16), transparent 25%);
  filter: blur(28px) saturate(1.35);
  opacity: 0.78;
  animation: kinetic-aurora 8s ease-in-out infinite alternate;
}

body.world-theme-kinetic .world-stage {
  background:
    radial-gradient(circle at calc(50% + var(--kinetic-pointer-x-10)) 12%, rgba(233, 251, 255, 0.2), transparent 18%),
    radial-gradient(circle at 70% 56%, rgba(124, 92, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(3, 4, 11, 0.05), rgba(5, 8, 25, 0.68) 64%, rgba(3, 4, 11, 0.98));
}

body.world-theme-kinetic .world-stage::before {
  background:
    radial-gradient(circle at 50% 22%, rgba(233, 251, 255, 0.23), transparent 16%),
    conic-gradient(from var(--scroll-deg-310, 0deg), rgba(70, 248, 255, 0.22), transparent 17%, rgba(124, 92, 255, 0.17), transparent 38%, rgba(255, 61, 129, 0.13), transparent 62%, rgba(255, 198, 74, 0.15), transparent 84%);
  filter: blur(24px);
  opacity: 0.92;
}

body.world-theme-kinetic .world-stage::after {
  background-image:
    linear-gradient(rgba(70, 248, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 92, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 50%, transparent 50%);
  background-size: 118px 118px, 118px 118px, 100% 4px;
  opacity: 0.54;
  transform: perspective(900px) rotateX(68deg) translateY(var(--scroll-neg-250px, 0px));
}

body.world-theme-kinetic .world-canvas {
  filter: saturate(1.45) contrast(1.16);
  opacity: 0.82;
}

body.world-theme-kinetic .scroll-scene,
body.world-theme-kinetic .scroll-scene > .wrap {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.trend-web-stack {
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 10%;
  right: 4%;
  width: min(42vw, 560px);
  height: min(34vw, 420px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform:
    translate3d(var(--pointer-x-neg24px, 0px), calc(var(--pointer-y-22px, 0px) + var(--scroll-neg-80px, 0px)), 150px)
    rotateX(54deg)
    rotateY(calc(-22deg + var(--pointer-x-neg8deg, 0deg)))
    rotateZ(calc(-8deg + var(--scroll-deg-26, 0deg)));
  opacity: 0.72;
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.42));
}

.trend-web-card {
  position: absolute;
  pointer-events: none;
  user-select: none;
  inset: auto;
  display: block;
  width: 72%;
  height: 44%;
  border: 1px solid rgba(70, 248, 255, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03) 22%, rgba(5, 8, 25, 0.78)),
    radial-gradient(circle at 18% 20%, rgba(70, 248, 255, 0.2), transparent 28%),
    rgba(7, 11, 30, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 36px rgba(70, 248, 255, 0.1);
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.trend-web-card::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto;
  height: 22px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 16px 50%, #ff3d81 0 5px, transparent 6px),
    radial-gradient(circle at 38px 50%, #ffc64a 0 5px, transparent 6px),
    radial-gradient(circle at 60px 50%, #46f8ff 0 5px, transparent 6px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
}

.trend-web-card i,
.trend-web-card b,
.trend-web-card em {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(233, 251, 255, 0.2);
}

.trend-web-card i {
  left: 24px;
  right: 24px;
  top: 58px;
  height: 10px;
  background: linear-gradient(90deg, var(--accent), rgba(124, 92, 255, 0.4));
}

.trend-web-card b {
  left: 24px;
  width: 46%;
  top: 84px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(70, 248, 255, 0.28), rgba(255, 61, 129, 0.12));
}

.trend-web-card em {
  right: 24px;
  width: 26%;
  top: 88px;
  height: 10px;
  box-shadow: 0 22px 0 rgba(255, 198, 74, 0.3), 0 44px 0 rgba(70, 248, 255, 0.22);
}

.trend-web-card--one {
  top: 10%;
  left: 8%;
  transform: translateZ(70px);
}

.trend-web-card--two {
  top: 26%;
  left: 20%;
  transform: translate3d(24px, 22px, 26px) scale(0.92);
  border-color: rgba(255, 198, 74, 0.28);
}

.trend-web-card--three {
  top: 42%;
  left: 4%;
  transform: translate3d(-12px, 34px, -20px) scale(0.84);
  border-color: rgba(255, 61, 129, 0.24);
}

.trend-web-card--four {
  top: 57%;
  left: 28%;
  transform: translate3d(42px, 46px, -56px) scale(0.74);
  border-color: rgba(124, 92, 255, 0.26);
}

body.world-theme-kinetic .trend-vortex {
  width: min(82vw, 920px);
  transform:
    translate3d(calc(-50% + var(--pointer-x-28px, 0px)), calc(-50% + var(--pointer-y-neg18px, 0px)), -110px)
    rotateX(72deg)
    rotateZ(var(--scroll-neg-deg-330, 0deg));
  opacity: 0.68;
}

body.world-theme-kinetic .trend-chrome-core {
  width: min(16vw, 180px);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.98), transparent 9%),
    radial-gradient(circle at 62% 34%, rgba(70, 248, 255, 0.92), transparent 19%),
    radial-gradient(circle at 32% 76%, rgba(255, 198, 74, 0.85), transparent 23%),
    linear-gradient(132deg, #ffffff 0%, #46f8ff 20%, #121938 45%, #ff3d81 66%, #ffc64a 84%, #ffffff 100%);
  animation: kinetic-core-float 9s ease-in-out infinite alternate;
}

body.world-theme-kinetic .trend-scorestrip {
  color: rgba(248, 251, 255, 0.82);
  background: rgba(5, 8, 25, 0.46);
  border-top-color: rgba(70, 248, 255, 0.28);
  border-bottom-color: rgba(255, 198, 74, 0.26);
  transform:
    translate3d(calc(-50% + var(--scroll-neg-220px, 0px)), 0, 110px)
    rotateX(16deg);
}

body.world-theme-kinetic .trend-typo {
  letter-spacing: -0.08em;
  color: rgba(233, 251, 255, 0.08);
  -webkit-text-stroke: 1px rgba(70, 248, 255, 0.28);
}

body.world-theme-kinetic .trend-typo--two {
  color: rgba(255, 198, 74, 0.085);
  -webkit-text-stroke-color: rgba(255, 198, 74, 0.3);
}

body.world-theme-kinetic .topbar {
  background: rgba(5, 8, 25, 0.72);
  border-bottom-color: rgba(70, 248, 255, 0.24);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.48), 0 0 34px rgba(70, 248, 255, 0.08);
}

body.world-theme-kinetic .brand__mark {
  color: #03040b;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.82), transparent 17%),
    conic-gradient(from 220deg, #46f8ff, #7c5cff, #ff3d81, #ffc64a, #46f8ff);
  transform: rotate(-6deg);
  box-shadow: 0 0 34px rgba(70, 248, 255, 0.26), 0 18px 42px rgba(0, 0, 0, 0.46);
}

body.world-theme-kinetic .nav a {
  border-color: rgba(70, 248, 255, 0.11);
  background: rgba(255, 255, 255, 0.026);
}

body.world-theme-kinetic .nav a:hover,
body.world-theme-kinetic .nav a.is-active {
  color: #ffffff;
  border-color: rgba(70, 248, 255, 0.38);
  background: linear-gradient(135deg, rgba(70, 248, 255, 0.14), rgba(124, 92, 255, 0.1));
  box-shadow: 0 0 24px rgba(70, 248, 255, 0.14);
}

body.world-theme-kinetic .hero::before,
body.world-theme-kinetic .policy-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 4, 11, 0.94), rgba(7, 12, 30, 0.18) 54%, rgba(3, 4, 11, 0.86)),
    radial-gradient(circle at 18% 28%, rgba(70, 248, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 61, 129, 0.13), transparent 24%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 20px);
}

body.world-theme-kinetic.page-shell--home .hero::after {
  border-radius: 30% 70% 55% 45% / 46% 34% 66% 54%;
  background:
    radial-gradient(circle at 50% 50%, rgba(233, 251, 255, 0.36), transparent 10%),
    repeating-conic-gradient(from 0deg, rgba(70, 248, 255, 0.3) 0deg 8deg, transparent 8deg 18deg),
    conic-gradient(from 110deg, rgba(70, 248, 255, 0.34), rgba(124, 92, 255, 0.22), rgba(255, 61, 129, 0.18), rgba(255, 198, 74, 0.2), rgba(70, 248, 255, 0.34));
  transform: translate3d(var(--pointer-x-24px, 0px), var(--pointer-y-20px, 0px), 0) rotate(var(--scroll-deg-84, 0deg));
  animation: kinetic-portal 8s ease-in-out infinite alternate;
}

body.world-theme-kinetic .hero__copy h1,
body.world-theme-kinetic .policy-hero h1,
body.world-theme-kinetic .page-title {
  background: linear-gradient(92deg, #ffffff 0%, #e9fbff 14%, #46f8ff 33%, #7c5cff 54%, #ff3d81 72%, #ffc64a 88%, #ffffff 100%);
  background-size: 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: holo-title-shift 6.2s ease-in-out infinite alternate;
}

body.world-theme-kinetic .hero__panel,
body.world-theme-kinetic .card,
body.world-theme-kinetic .payment-banner,
body.world-theme-kinetic .policy-content,
body.world-theme-kinetic .policy-nav,
body.world-theme-kinetic .slot-card,
body.world-theme-kinetic .auth-card,
body.world-theme-kinetic .debug-note,
body.world-theme-kinetic .metric,
body.world-theme-kinetic .payment-preview,
body.world-theme-kinetic .broadcast-card,
body.world-theme-kinetic .admin-row {
  border-color: rgba(70, 248, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(233, 251, 255, 0.1), rgba(255, 255, 255, 0.025) 48%),
    radial-gradient(circle at 12% 8%, rgba(70, 248, 255, 0.12), transparent 32%),
    radial-gradient(circle at 92% 14%, rgba(255, 61, 129, 0.09), transparent 28%),
    rgba(5, 8, 25, 0.78);
  box-shadow:
    0 34px 94px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.018);
  backdrop-filter: blur(20px);
}

body.world-theme-kinetic .hero__panel::before,
body.world-theme-kinetic .card::before,
body.world-theme-kinetic .slot-card::before,
body.world-theme-kinetic .auth-card::before,
body.world-theme-kinetic .payment-preview::before,
body.world-theme-kinetic .broadcast-card::before {
  background: linear-gradient(112deg, transparent 0%, rgba(70, 248, 255, 0.16) 31%, rgba(255, 61, 129, 0.1) 48%, rgba(255, 198, 74, 0.12) 56%, transparent 72%);
}

body.world-theme-kinetic .hero__panel:hover,
body.world-theme-kinetic .card:hover,
body.world-theme-kinetic .slot-card:hover,
body.world-theme-kinetic .metric:hover,
body.world-theme-kinetic .broadcast-card:hover,
body.world-theme-kinetic .auth-card:hover,
body.world-theme-kinetic .payment-preview:hover {
  transform: translateY(-6px) scale(1.014);
  border-color: rgba(70, 248, 255, 0.46);
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.6),
    0 0 42px rgba(70, 248, 255, 0.15),
    0 0 30px rgba(255, 61, 129, 0.08);
}

body.world-theme-kinetic .mode-switch__button.is-active,
body.world-theme-kinetic .button--primary {
  color: #03040b;
  background: linear-gradient(115deg, #46f8ff 0%, #7c5cff 38%, #ff3d81 66%, #ffc64a 88%, #46f8ff 100%);
  background-size: 260% auto;
  box-shadow: 0 18px 42px rgba(70, 248, 255, 0.2), 0 0 32px rgba(255, 61, 129, 0.12);
}

body.world-theme-kinetic .slot-progress > span {
  background: linear-gradient(90deg, #46f8ff, #7c5cff, #ff3d81, #ffc64a);
}

@keyframes kinetic-aurora {
  from {
    opacity: 0.6;
    transform: scale(1) rotate(0deg);
  }
  to {
    opacity: 0.86;
    transform: scale(1.06) rotate(-5deg);
  }
}

@keyframes kinetic-portal {
  from {
    transform: translate3d(var(--pointer-x-24px, 0px), var(--pointer-y-20px, 0px), 0) rotate(0deg) scale(0.95);
    border-radius: 30% 70% 55% 45% / 46% 34% 66% 54%;
  }
  to {
    transform: translate3d(var(--pointer-x-28px, 0px), var(--pointer-y-22px, 0px), 0) rotate(42deg) scale(1.05);
    border-radius: 62% 38% 36% 64% / 34% 64% 36% 66%;
  }
}

@keyframes kinetic-core-float {
  from {
    transform: translate3d(calc(-50% + var(--pointer-x-28px, 0px)), calc(-50% + var(--pointer-y-neg18px, 0px)), 130px) rotateY(-12deg) rotateZ(0deg);
  }
  to {
    transform: translate3d(calc(-50% + var(--pointer-x-28px, 0px)), calc(-50% + var(--pointer-y-neg18px, 0px)), 150px) rotateY(14deg) rotateZ(12deg);
  }
}

@media (max-width: 760px) {
  .trend-web-stack {
    top: 8%;
    right: -18%;
    width: 82vw;
    height: 58vw;
    opacity: 0.44;
  }

  body.world-theme-kinetic .trend-chrome-core {
    width: 128px;
  }

  body.world-theme-kinetic .hero__panel,
  body.world-theme-kinetic .card,
  body.world-theme-kinetic .payment-banner,
  body.world-theme-kinetic .policy-content,
  body.world-theme-kinetic .policy-nav,
  body.world-theme-kinetic .slot-card,
  body.world-theme-kinetic .auth-card,
  body.world-theme-kinetic .debug-note,
  body.world-theme-kinetic .metric,
  body.world-theme-kinetic .payment-preview,
  body.world-theme-kinetic .broadcast-card,
  body.world-theme-kinetic .admin-row {
    backdrop-filter: blur(10px);
  }

  body.world-theme-kinetic .hero__panel:hover,
  body.world-theme-kinetic .card:hover,
  body.world-theme-kinetic .slot-card:hover,
  body.world-theme-kinetic .metric:hover,
  body.world-theme-kinetic .broadcast-card:hover,
  body.world-theme-kinetic .auth-card:hover,
  body.world-theme-kinetic .payment-preview:hover {
    transform: none;
  }

  .metric-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.world-lite .world-canvas {
  opacity: 0.32;
  filter: none;
}

body.world-lite .trend-layer {
  opacity: 0.34;
  filter: none;
}

body.world-lite .trend-vortex,
body.world-lite .trend-web-stack,
body.world-lite .trend-prism,
body.world-lite .trend-typo {
  display: none;
}

body.world-lite .trend-scorestrip,
body.world-lite .trend-bracket {
  animation: none !important;
}

body.world-lite.world-theme-kinetic::before,
body.world-lite.world-theme-kinetic::after {
  animation: none !important;
  filter: blur(12px);
  opacity: 0.34;
}

body.world-lite.world-theme-kinetic .hero__panel,
body.world-lite.world-theme-kinetic .card,
body.world-lite.world-theme-kinetic .payment-banner,
body.world-lite.world-theme-kinetic .policy-content,
body.world-lite.world-theme-kinetic .policy-nav,
body.world-lite.world-theme-kinetic .slot-card,
body.world-lite.world-theme-kinetic .auth-card,
body.world-lite.world-theme-kinetic .debug-note,
body.world-lite.world-theme-kinetic .metric,
body.world-lite.world-theme-kinetic .payment-preview,
body.world-lite.world-theme-kinetic .broadcast-card,
body.world-lite.world-theme-kinetic .admin-row {
  backdrop-filter: none;
}

body.world-lite .trend-chrome-core,
body.world-lite .button--primary {
  animation: none !important;
}

body.performance-mode::before,
body.performance-mode::after,
body.performance-mode.page-shell--home .hero::after,
body.performance-mode .hero__copy h1,
body.performance-mode .policy-hero h1,
body.performance-mode .page-title,
body.performance-mode .button--primary,
body.performance-mode .trend-scorestrip,
body.performance-mode .trend-bracket,
body.performance-mode .trend-chrome-core,
body.performance-mode .hero__panel::before,
body.performance-mode .card::before,
body.performance-mode .slot-card::before,
body.performance-mode .auth-card::before,
body.performance-mode .payment-preview::before,
body.performance-mode .broadcast-card::before {
  animation: none !important;
}

body.performance-mode::after {
  filter: blur(12px);
  opacity: 0.46;
}

body.performance-mode .hero__panel::before,
body.performance-mode .card::before,
body.performance-mode .slot-card::before,
body.performance-mode .auth-card::before,
body.performance-mode .payment-preview::before,
body.performance-mode .broadcast-card::before {
  display: none;
}

body.performance-mode .hero__panel,
body.performance-mode .card,
body.performance-mode .payment-banner,
body.performance-mode .policy-content,
body.performance-mode .policy-nav,
body.performance-mode .slot-card,
body.performance-mode .auth-card,
body.performance-mode .debug-note,
body.performance-mode .metric,
body.performance-mode .payment-preview,
body.performance-mode .broadcast-card,
body.performance-mode .admin-row,
body.performance-mode .topbar,
body.performance-mode .world-rail {
  backdrop-filter: none !important;
}

html.performance-mode {
  scroll-behavior: auto !important;
}

body.performance-mode {
  --scene-visibility: 1;
  --scroll-progress: 0.14;
}

body.performance-mode.is-navigating::before {
  backdrop-filter: none !important;
}

body.performance-mode .world-stage,
body.performance-mode .world-canvas,
body.performance-mode .trend-layer,
body.performance-mode .world-rail {
  display: none !important;
}

body.performance-mode .scroll-scene,
body.performance-mode .scroll-scene > .wrap,
body.performance-mode .hero__copy,
body.performance-mode .hero__panel,
body.performance-mode .card,
body.performance-mode .slot-card,
body.performance-mode .metric,
body.performance-mode .broadcast-card,
body.performance-mode .auth-card,
body.performance-mode .payment-preview {
  transform: none !important;
  transition: border-color 120ms ease, background 120ms ease, color 120ms ease !important;
  will-change: auto !important;
}

body.performance-mode .scroll-scene > .wrap {
  opacity: 1 !important;
}

body.performance-mode .scroll-scene::before {
  display: none !important;
}

body.performance-mode main > .section,
body.performance-mode main > .section--alt,
body.performance-mode .policy-section {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

body.performance-mode .card:hover,
body.performance-mode .slot-card:hover,
body.performance-mode .metric:hover,
body.performance-mode .broadcast-card:hover,
body.performance-mode .auth-card:hover,
body.performance-mode .payment-preview:hover,
body.performance-mode .button:hover,
body.performance-mode .mode-switch__button:hover {
  transform: none;
}

@supports (content-visibility: auto) {
  main > .section,
  main > .section--alt,
  .policy-section {
    content-visibility: auto;
    contain-intrinsic-size: 820px;
  }

  .owner-shell > .section,
  .owner-shell > .section--alt {
    contain-intrinsic-size: 940px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.page-shell,
  body.world-enabled .scroll-scene > .wrap,
  body.world-enabled .card,
  body.world-enabled .slot-card,
  body.world-enabled .metric,
  body.world-enabled .broadcast-card,
  body.world-enabled .auth-card,
  body.world-enabled .payment-preview,
  body::before,
  body::after,
  body.page-shell--home .hero::after,
  .hero__copy h1,
  .policy-hero h1,
  .page-title,
  .button--primary,
  .world-rail__dot,
  .world-rail__dot span,
  .trend-ring--three,
  .trend-web-stack,
  .trend-web-card,
  .hero__panel::before,
  .card::before,
  .slot-card::before,
  .auth-card::before,
  .payment-preview::before,
  .broadcast-card::before {
    transition: none !important;
    animation: none !important;
  }
}

/* Premium gamer arena override */
:root {
  --bg: #050507;
  --bg-alt: #0d0d12;
  --panel: rgba(15, 15, 20, 0.86);
  --panel-strong: rgba(7, 7, 10, 0.98);
  --line: rgba(255, 184, 64, 0.28);
  --text: #fff5df;
  --muted: #b8b5ad;
  --accent: #ffb840;
  --accent-2: #ffe08a;
  --accent-3: #ff405d;
  --hot: #ff405d;
  --success: #7df0a7;
  --danger: #ff796e;
  --shadow: 0 34px 96px rgba(0, 0, 0, 0.5);
  --font-display: "Teko", "Impact", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --cut-corner: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

body,
body.world-enabled,
body.world-theme-kinetic {
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 184, 64, 0.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 64, 93, 0.18), transparent 24%),
    radial-gradient(circle at 46% 96%, rgba(68, 90, 255, 0.12), transparent 32%),
    linear-gradient(135deg, #030304 0%, #111117 48%, #050507 100%);
}

body::before,
body.world-theme-kinetic::before {
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 184, 64, 0.055) 42% 44%, transparent 44% 100%),
    linear-gradient(65deg, transparent 0 52%, rgba(255, 64, 93, 0.045) 52% 53.5%, transparent 53.5% 100%),
    linear-gradient(rgba(255, 245, 223, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 184, 64, 0.028) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 82px 82px, 82px 82px;
  opacity: 0.44;
}

body::after,
body.world-theme-kinetic::after {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 184, 64, 0.24), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(255, 64, 93, 0.22), transparent 22%),
    linear-gradient(135deg, transparent 0 44%, rgba(255, 184, 64, 0.08) 44% 45%, transparent 45% 100%);
  filter: blur(20px);
  opacity: 0.62;
}

.topbar,
body.world-enabled .topbar,
body.world-theme-kinetic .topbar {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.96), rgba(10, 10, 14, 0.9)),
    linear-gradient(90deg, rgba(255, 184, 64, 0.18), transparent 32%, rgba(255, 64, 93, 0.12));
  border-bottom: 1px solid rgba(255, 184, 64, 0.28);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.48);
}

.brand__mark,
body.world-enabled .brand__mark,
body.world-theme-kinetic .brand__mark {
  width: 52px;
  height: 42px;
  color: #050507;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  background:
    linear-gradient(135deg, #fff0a8 0%, #ffb840 44%, #ff405d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 0 32px rgba(255, 184, 64, 0.24);
}

.brand strong,
.hero__copy h1,
.policy-hero h1,
.page-title,
.section-heading h2,
.card h2,
.card h3,
.auth-card h2,
.metric strong,
.slot-card__label,
.statement-card p,
.price-card__value,
.leaderboard-card strong,
.winner-card strong,
.team-card strong,
.activity-card strong,
.mode-setting-card__head strong,
.brand-package-card__head strong {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.brand strong {
  font-size: 1.26rem;
}

.brand small {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__copy h1,
.policy-hero h1,
.page-title,
body.world-theme-kinetic .hero__copy h1,
body.world-theme-kinetic .policy-hero h1,
body.world-theme-kinetic .page-title {
  color: #fff5df;
  font-size: clamp(3.35rem, 7vw, 7.2rem);
  line-height: 0.86;
  text-shadow:
    0 24px 72px rgba(0, 0, 0, 0.58),
    0 0 36px rgba(255, 184, 64, 0.08);
}

.section-heading h2,
.card h2,
.card h3,
.auth-card h2 {
  line-height: 0.95;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px 4px;
  color: #050507;
  letter-spacing: 0.12em;
  background: linear-gradient(135deg, #ffe08a, #ffb840);
  border: 1px solid rgba(255, 224, 138, 0.3);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.nav a,
body.world-theme-kinetic .nav a {
  color: rgba(255, 245, 223, 0.74);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.nav a:hover,
.nav a.is-active,
body.world-theme-kinetic .nav a:hover,
body.world-theme-kinetic .nav a.is-active {
  color: #050507;
  background: linear-gradient(135deg, #ffe08a, #ffb840);
  border-color: rgba(255, 184, 64, 0.42);
}

.hero,
.policy-hero {
  position: relative;
  background:
    linear-gradient(120deg, rgba(255, 184, 64, 0.16), transparent 34%),
    radial-gradient(circle at 78% 28%, rgba(255, 64, 93, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
}

.hero::before,
.policy-hero::before,
body.world-theme-kinetic .hero::before,
body.world-theme-kinetic .policy-hero::before {
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(255, 184, 64, 0.18) 18% 19.2%, transparent 19.2% 100%),
    linear-gradient(112deg, transparent 0 70%, rgba(255, 64, 93, 0.12) 70% 71.4%, transparent 71.4% 100%),
    radial-gradient(circle at 74% 28%, rgba(255, 245, 223, 0.07), transparent 18%);
  opacity: 1;
}

body.page-shell--home .hero::after,
body.world-theme-kinetic.page-shell--home .hero::after {
  right: 7%;
  width: min(420px, 58vw);
  height: min(420px, 58vw);
  border: 1px solid rgba(255, 184, 64, 0.18);
  background:
    conic-gradient(from 220deg, rgba(255, 184, 64, 0.34), transparent 28%, rgba(255, 64, 93, 0.28), transparent 62%, rgba(255, 224, 138, 0.24)),
    radial-gradient(circle, rgba(255, 245, 223, 0.12), transparent 58%);
  filter: blur(0);
  opacity: 0.44;
  clip-path: polygon(50% 0, 100% 28%, 88% 100%, 12% 100%, 0 28%);
}

.hero__panel,
.card,
.payment-banner,
.policy-content,
.policy-nav,
.slot-card,
.auth-card,
.debug-note,
.metric,
.payment-preview,
.broadcast-card,
.admin-row,
.statement-card,
.info-card,
.mode-setting-card,
.brand-package-card,
.leaderboard-card,
.winner-card,
.team-card,
.activity-card,
body.world-theme-kinetic .hero__panel,
body.world-theme-kinetic .card,
body.world-theme-kinetic .payment-banner,
body.world-theme-kinetic .policy-content,
body.world-theme-kinetic .policy-nav,
body.world-theme-kinetic .slot-card,
body.world-theme-kinetic .auth-card,
body.world-theme-kinetic .debug-note,
body.world-theme-kinetic .metric,
body.world-theme-kinetic .payment-preview,
body.world-theme-kinetic .broadcast-card,
body.world-theme-kinetic .admin-row {
  position: relative;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 245, 223, 0.085), rgba(255, 255, 255, 0.02) 38%, rgba(255, 64, 93, 0.035)),
    linear-gradient(180deg, rgba(18, 18, 24, 0.94), rgba(8, 8, 12, 0.88));
  border: 1px solid rgba(255, 184, 64, 0.26);
  clip-path: var(--cut-corner);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 245, 223, 0.08);
}

.hero__panel::after,
.card::after,
.slot-card::after,
.auth-card::after,
.metric::after,
.payment-preview::after,
.broadcast-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 4px;
  background: linear-gradient(90deg, #ffb840, #ff405d);
  pointer-events: none;
}

body.world-enabled .card:hover,
body.world-enabled .slot-card:hover,
body.world-enabled .metric:hover,
body.world-enabled .broadcast-card:hover,
body.world-enabled .auth-card:hover,
body.world-enabled .payment-preview:hover,
body.world-theme-kinetic .hero__panel:hover,
body.world-theme-kinetic .card:hover,
body.world-theme-kinetic .slot-card:hover,
body.world-theme-kinetic .metric:hover,
body.world-theme-kinetic .broadcast-card:hover,
body.world-theme-kinetic .auth-card:hover,
body.world-theme-kinetic .payment-preview:hover {
  border-color: rgba(255, 224, 138, 0.48);
  box-shadow:
    0 38px 104px rgba(0, 0, 0, 0.56),
    0 0 42px rgba(255, 184, 64, 0.12),
    inset 0 1px 0 rgba(255, 245, 223, 0.12);
}

.hero__badges span,
.slot-card__label,
.statement-card,
.analytics-signal-card,
.broadcast-control-strip,
.team-card__banner--blank {
  color: #fff5df;
  background:
    linear-gradient(135deg, rgba(255, 184, 64, 0.16), rgba(255, 64, 93, 0.08));
  border-color: rgba(255, 184, 64, 0.28);
  border-radius: 0;
}

.metric strong,
.analytics-signal-card strong,
.broadcast-card__cta,
.price-card__value,
.slot-card__label {
  color: var(--accent-2);
}

.button,
.mode-switch__button,
.nav-toggle {
  border-radius: 0;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.button--primary,
body.world-theme-kinetic .button--primary,
body.world-theme-kinetic .mode-switch__button.is-active {
  color: #050507;
  background:
    linear-gradient(135deg, #fff1a8 0%, #ffb840 42%, #ff405d 100%);
  border-color: rgba(255, 224, 138, 0.44);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(255, 184, 64, 0.18);
}

.button--primary:hover,
body.world-theme-kinetic .button--primary:hover {
  background:
    linear-gradient(135deg, #fff7c9 0%, #ffc857 44%, #ff526d 100%);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.5),
    0 0 42px rgba(255, 184, 64, 0.24);
}

.button--ghost,
.mode-switch__button,
.nav-toggle {
  color: #fff5df;
  background: rgba(255, 245, 223, 0.045);
  border-color: rgba(255, 184, 64, 0.28);
}

.button--ghost:hover,
.mode-switch__button:hover {
  background: rgba(255, 184, 64, 0.12);
  border-color: rgba(255, 224, 138, 0.44);
}

.field input,
.field select,
.field textarea,
.search-input,
table {
  color: var(--text);
  background: rgba(5, 5, 8, 0.78);
  border-color: rgba(255, 184, 64, 0.24);
  border-radius: 0;
}

table th {
  color: var(--accent-2);
  font-family: var(--font-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

table tr:hover {
  background: rgba(255, 184, 64, 0.055);
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.search-input:focus {
  border-color: rgba(255, 224, 138, 0.64);
  box-shadow: 0 0 0 4px rgba(255, 184, 64, 0.12);
}

.slot-progress,
.progress-track {
  border-radius: 0;
  background: rgba(255, 245, 223, 0.08);
}

.slot-progress > span,
body.world-theme-kinetic .slot-progress > span {
  border-radius: 0;
  background: linear-gradient(90deg, #ff405d, #ffb840, #ffe08a);
}

.section--alt,
body.world-enabled .section--alt {
  background:
    linear-gradient(180deg, rgba(255, 184, 64, 0.06), rgba(255, 64, 93, 0.026), transparent);
}

.world-stage,
body.world-theme-kinetic .world-stage {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 184, 64, 0.24), transparent 25%),
    radial-gradient(circle at 82% 22%, rgba(255, 64, 93, 0.18), transparent 25%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.1), rgba(7, 7, 10, 0.76) 72%, rgba(5, 5, 7, 0.98));
}

.trend-scorestrip,
.trend-bracket,
body.world-theme-kinetic .trend-scorestrip {
  color: rgba(255, 245, 223, 0.76);
  background: rgba(5, 5, 7, 0.7);
  border-color: rgba(255, 184, 64, 0.26);
  border-radius: 0;
}

.trend-vortex,
.trend-web-stack,
.trend-typo,
.trend-prism {
  opacity: 0.22;
  filter: saturate(0.9) contrast(1.1);
}

.footer {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.88), rgba(5, 5, 7, 0.96));
  border-top-color: rgba(255, 184, 64, 0.22);
}

::selection {
  color: #050507;
  background: #ffb840;
}

.form__status,
.status-pill,
.mode-switch__button,
.admin-row,
.dashboard-actions .button {
  border-radius: 0;
}

.copy-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.copy-line code {
  color: var(--accent-2);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.button--sm {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.78rem;
}

.account-gate {
  margin: 0 0 18px;
}

.form.is-locked {
  opacity: 0.54;
  filter: grayscale(0.25);
}

.form.is-locked input,
.form.is-locked select,
.form.is-locked textarea,
.form.is-locked button {
  cursor: not-allowed;
}

@media (max-width: 760px) {
  :root {
    --wrap: calc(100vw - 20px);
  }

  .wrap {
    width: calc(100vw - 20px);
  }

  .hero__copy h1,
  .policy-hero h1,
  .page-title,
  body.world-theme-kinetic .hero__copy h1,
  body.world-theme-kinetic .policy-hero h1,
  body.world-theme-kinetic .page-title {
    font-size: clamp(2.35rem, 13vw, 4rem);
    line-height: 0.94;
  }

  .section-heading h2,
  .card h2,
  .card h3,
  .auth-card h2,
  .match-card h3,
  .skill-note h2 {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
    line-height: 0.98;
  }

  .hero__lead,
  .section-heading p,
  .card p,
  .policy-content p,
  .form__fineprint,
  .footer p,
  .footer__note {
    font-size: 0.98rem;
  }

  .hero__panel,
  .card,
  .slot-card,
  .auth-card,
  .metric,
  .broadcast-card {
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  }

  .hero__badges,
  .dashboard-actions,
  .filter-row {
    gap: 10px;
  }

  .topbar__inner {
    gap: 12px;
  }

  .brand__mark,
  body.world-enabled .brand__mark,
  body.world-theme-kinetic .brand__mark {
    width: 46px;
    height: 38px;
  }

  .topbar__inner {
    width: 100%;
  }

  .hero__grid,
  .split-layout,
  .policy-layout,
  .footer__inner,
  .auth-grid,
  .filter-row,
  .admin-grid,
  .owner-control-grid,
  .owner-analytics-grid,
  .metric-grid--owner-analytics {
    gap: 14px;
  }

  .hero__actions .button,
  .age-gate__actions .button,
  .form-actions .button,
  .dashboard-actions .button,
  .nav a {
    min-height: 44px;
  }
}

/* Final premium readability lock: keep this at EOF so older theme layers cannot override it. */
:root {
  --text: #fff8e8;
  --muted: #d8ccb4;
  --accent: #e8c26b;
  --accent-2: #f5d88a;
  --panel: rgba(22, 23, 28, 0.94);
  --panel-strong: rgba(16, 17, 21, 0.98);
  --line: rgba(232, 194, 107, 0.32);
}

body,
body.world-enabled,
body.world-theme-kinetic {
  color: var(--text);
  background:
    radial-gradient(circle at 16% 8%, rgba(232, 194, 107, 0.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(156, 199, 255, 0.1), transparent 26%),
    linear-gradient(135deg, #08090c 0%, #12141a 50%, #090a0e 100%);
}

body::before,
body::after,
.world-stage {
  opacity: 0.16;
}

.hero__lead,
.section-heading p,
.card p,
.muted,
.list,
.field small,
.form__fineprint,
.hero__facts span,
.match-card p,
.match-card small,
.skill-note p,
.footer p,
.footer a {
  color: #d8ccb4;
}

.section-heading h2,
.card h2,
.card h3,
.auth-card h2,
.match-card h3,
.skill-note h2,
.hero__copy h1,
.policy-hero h1,
.page-title,
body.world-theme-kinetic .hero__copy h1,
body.world-theme-kinetic .policy-hero h1,
body.world-theme-kinetic .page-title {
  color: #fff8e8;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.48);
}

.topbar,
body.world-enabled .topbar,
body.world-theme-kinetic .topbar {
  background: rgba(10, 11, 15, 0.94);
  border-bottom-color: rgba(232, 194, 107, 0.24);
  backdrop-filter: blur(22px);
}

.nav a,
body.world-theme-kinetic .nav a {
  color: #f7ead1;
  border-radius: 999px;
  clip-path: none;
}

.nav a:hover,
.nav a.is-active,
body.world-theme-kinetic .nav a:hover,
body.world-theme-kinetic .nav a.is-active {
  color: #151008;
  background: linear-gradient(135deg, #fff0b8, #e8c26b);
}

.eyebrow,
.card .eyebrow,
.hero__panel .eyebrow,
.payment-preview .eyebrow,
.mode-setting-card .eyebrow {
  color: #f5d88a;
  background: rgba(8, 9, 12, 0.88);
  border: 1px solid rgba(245, 216, 138, 0.46);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.badge,
.status-pill,
.hero__badges span,
.slot-card__label {
  color: #fff8e8;
  background: rgba(8, 9, 12, 0.72);
  border-color: rgba(245, 216, 138, 0.34);
}

.prize-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.prize-breakdown > div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 216, 138, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 240, 184, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(8, 9, 12, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.prize-breakdown span {
  color: rgba(255, 248, 232, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prize-breakdown strong {
  color: #fff3bd;
  font-size: 1rem;
}

@media (max-width: 560px) {
  .prize-breakdown {
    grid-template-columns: 1fr;
  }

  .hero__copy h1,
  .policy-hero h1,
  .page-title,
  body.world-theme-kinetic .hero__copy h1,
  body.world-theme-kinetic .policy-hero h1,
  body.world-theme-kinetic .page-title {
    font-size: clamp(2.15rem, 15vw, 3.4rem);
  }

  .wrap {
    width: calc(100vw - 18px);
  }

  .topbar__inner {
    padding: 12px 0;
  }

  .nav {
    gap: 8px;
  }
}

.hero__panel,
.card,
.slot-card,
.auth-card,
.metric,
.payment-preview,
.broadcast-card,
.match-card,
.skill-note,
.admin-row,
body.world-theme-kinetic .hero__panel,
body.world-theme-kinetic .card,
body.world-theme-kinetic .slot-card,
body.world-theme-kinetic .auth-card,
body.world-theme-kinetic .metric,
body.world-theme-kinetic .payment-preview,
body.world-theme-kinetic .broadcast-card {
  border-radius: 26px;
  clip-path: none;
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(18, 19, 24, 0.94);
  border-color: rgba(232, 194, 107, 0.28);
}

.hero__panel::after,
.card::after,
.slot-card::after,
.auth-card::after,
.metric::after,
.payment-preview::after,
.broadcast-card::after,
.match-card::after {
  display: none;
}

.button,
.mode-switch__button,
.nav-toggle {
  border-radius: 999px;
  clip-path: none;
}

.button--primary,
body.world-theme-kinetic .button--primary,
body.world-theme-kinetic .mode-switch__button.is-active {
  color: #151008;
  background: linear-gradient(135deg, #fff0b8, #e8c26b);
}

.button--ghost,
.mode-switch__button,
.nav-toggle {
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.055);
  border-color: rgba(232, 194, 107, 0.28);
}

.field input,
.field select,
.field textarea,
.search-input,
table {
  color: #fff8e8;
  background: rgba(8, 9, 12, 0.92);
  border-color: rgba(232, 194, 107, 0.3);
  border-radius: 16px;
}

body.page-shell--home main {
  display: flex;
  flex-direction: column;
}

body.page-shell--home .hero { order: 1; }
#maintenanceBanner { order: 2; }
#overview { order: 3; }
#register { order: 4; }
#verification { order: 5; }
#fixtureSection { order: 6; }
#slots { order: 7; }
#teams { order: 8; }
#boards { order: 9; }
#broadcastSection { order: 10; }
#collab { order: 11; }
#roadmap { order: 12; }
#faq { order: 13; }
