:root {
  color-scheme: dark;
  --bg: #060512;
  --bg-soft: #121736;
  --text: #f8fbff;
  --muted: rgba(232, 238, 255, 0.78);
  --line: rgba(230, 236, 255, 0.14);
  --panel: rgba(10, 12, 31, 0.76);
  --panel-strong: rgba(18, 22, 48, 0.88);
  --ice: #eef5ff;
  --violet: #ba9cff;
  --sky: #8ad7ff;
  --lavender: #d6c6ff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  --radius-xl: 42px 22px 36px 24px;
  --radius-lg: 34px 18px 30px 20px;
  --radius-md: 24px 14px 20px 16px;
  --radius-sm: 16px 10px 14px 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at var(--pointer-x, 18%) var(--pointer-y, 12%), rgba(169, 140, 255, 0.22), transparent 18%),
    radial-gradient(circle at 82% 10%, rgba(138, 215, 255, 0.16), transparent 24%),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(180deg, #050410 0%, #0b1130 46%, #060710 100%);
  overflow-x: hidden;
}

body[data-stage-mode="boost"] {
  background:
    radial-gradient(circle at var(--pointer-x, 18%) var(--pointer-y, 12%), rgba(186, 156, 255, 0.3), transparent 18%),
    radial-gradient(circle at 82% 10%, rgba(138, 215, 255, 0.22), transparent 24%),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #03030c 0%, #11153a 38%, #05060f 100%);
}

body[data-stage-mode="eclipse"] {
  background:
    radial-gradient(circle at var(--pointer-x, 18%) var(--pointer-y, 12%), rgba(116, 87, 201, 0.2), transparent 18%),
    radial-gradient(circle at 76% 14%, rgba(138, 215, 255, 0.12), transparent 18%),
    radial-gradient(circle at 24% 68%, rgba(255, 255, 255, 0.06), transparent 14%),
    linear-gradient(180deg, #02020a 0%, #0a0e24 42%, #04040a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.18;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), transparent 88%);
}

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

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

.site-grid-glow {
  position: fixed;
  inset: -20%;
  background:
    radial-gradient(circle at 48% 26%, rgba(169, 140, 255, 0.12), transparent 24%),
    radial-gradient(circle at 64% 54%, rgba(138, 215, 255, 0.1), transparent 22%),
    radial-gradient(circle at 20% 66%, rgba(255, 255, 255, 0.08), transparent 16%);
  filter: blur(46px);
  pointer-events: none;
  z-index: -1;
}

.site-header,
.page-shell,
.site-footer {
  width: min(1480px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 7, 20, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

.site-header.is-scrolled {
  background: rgba(7, 11, 24, 0.9);
}

.brand-lockup {
  display: grid;
  gap: 3px;
}

.brand-tag,
.hero-eyebrow,
.section-kicker,
.episode-chip,
.platform-chip,
.district-pill,
.notify-badge-stack span,
.stage-status {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.brand-tag {
  font-size: 0.72rem;
  color: var(--accent);
}

.brand-name {
  font-family: "Audiowide", cursive;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.brand-credit {
  font-size: 0.78rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.site-nav a {
  position: relative;
  font-size: 0.92rem;
  color: var(--muted);
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft), var(--ice));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.page-shell {
  padding: 42px 0 90px;
}

.hero-grid,
.episode-grid,
.notify-grid {
  display: grid;
  gap: 24px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 30px;
  align-items: start;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: stretch;
}

.episode-grid,
.notify-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.section-block {
  margin-top: 38px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.section-heading h2,
.episode-copy h2,
.crew-copy h2,
.notify-copy h2,
.notify-form h3 {
  margin: 0;
  font-family: "Audiowide", cursive;
  line-height: 1.06;
}

.section-heading h2,
.episode-copy h2,
.crew-copy h2,
.notify-copy h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

.section-heading p,
.episode-copy p,
.crew-copy p,
.notify-copy p,
.icon-card p,
.crew-card p,
.garage-card-copy p,
.vibe-card p,
.launch-card p,
.stage-footer p,
.form-note,
.feedback,
.episode-visual figcaption,
.crew-visual figcaption {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  padding-top: 24px;
}

.hero-copy h1 {
  margin: 14px 0 12px;
  font-family: "Audiowide", cursive;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.hero-copy h1 span {
  display: inline-block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(135deg, var(--ice), var(--accent-soft), var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-eyebrow {
  margin: 0;
  font-size: 0.84rem;
  color: var(--accent);
}

.episode-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(169, 140, 255, 0.18), rgba(138, 215, 255, 0.1));
  color: var(--ice);
  font-size: 0.78rem;
}

.hero-lede {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.8;
}

.platform-ribbon,
.district-row,
.notify-badge-stack,
.mini-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.platform-ribbon {
  margin-top: 22px;
}

.platform-chip,
.district-pill,
.notify-badge-stack span,
.mini-pill-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(169, 140, 255, 0.14), rgba(138, 215, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
}

.platform-chip-soon,
.notify-badge-stack span:last-child {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(169, 140, 255, 0.18));
  color: var(--ice);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.panel,
.signal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%),
    var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.signal-card {
  padding: 16px;
  min-height: 112px;
}

.signal-card span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.signal-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.02rem;
}

.astro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.astro-button:hover,
.astro-button:focus-visible {
  transform: translateY(-2px);
}

.astro-button-primary {
  background: linear-gradient(135deg, var(--ice), var(--accent-soft), var(--accent));
  color: #090616;
  box-shadow: 0 14px 30px rgba(169, 140, 255, 0.22);
}

.astro-button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.astro-button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-stage-shell,
.episode-copy,
.episode-visual,
.garage-card,
.vibe-card,
.launch-card,
.notify-copy,
.notify-form {
  position: relative;
  overflow: hidden;
}

.hero-stage-shell,
.episode-copy,
.episode-visual,
.notify-copy,
.notify-form,
.launch-card,
.garage-card,
.vibe-card {
  padding: 22px;
}

.hero-stage-shell::before,
.episode-visual::before,
.garage-card::before,
.launch-card::before,
.notify-form::before,
.crew-visual::before,
.icon-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(169, 140, 255, 0.18), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-stage-shell {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  transform:
    translate3d(var(--drift-tx, 0px), var(--drift-ty, 0px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
  transform-style: preserve-3d;
}

.hero-stage-shell.is-glitching {
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(138, 215, 255, 0.12),
    0 0 56px rgba(169, 140, 255, 0.16);
}

.hero-stage-shell.is-glitching::before {
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, rgba(138, 215, 255, 0.14), transparent 24%, transparent 74%, rgba(186, 156, 255, 0.2)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 6px);
  opacity: 0.58;
  mix-blend-mode: screen;
  filter: none;
  animation: stageGlitchFlash 220ms steps(2) 3;
}

.hero-stage-shell.is-glitching::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(138, 215, 255, 0.16), transparent 26%, rgba(255, 255, 255, 0.06) 54%, transparent 76%, rgba(169, 140, 255, 0.2)),
    repeating-linear-gradient(180deg, transparent 0 8px, rgba(255, 255, 255, 0.08) 8px 10px);
  opacity: 0.38;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: stageGlitchSweep 280ms linear 2;
}

.stage-head,
.garage-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.stage-status {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ice);
  font-size: 0.76rem;
}

.stage-control-row,
.stage-toggle-row,
.stage-focus-row,
.hero-stage-hud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stage-control-row {
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.stage-toggle,
.stage-focus-chip,
.stage-pulse-button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.stage-toggle,
.stage-focus-chip {
  padding: 10px 14px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stage-pulse-button {
  min-height: 44px;
  padding: 0 18px;
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.18), rgba(169, 140, 255, 0.28));
  box-shadow: 0 12px 26px rgba(169, 140, 255, 0.18);
  font-weight: 700;
}

.stage-toggle:hover,
.stage-toggle:focus-visible,
.stage-focus-chip:hover,
.stage-focus-chip:focus-visible,
.stage-pulse-button:hover,
.stage-pulse-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.26);
}

.stage-toggle.is-active,
.stage-focus-chip.is-active {
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.16), rgba(138, 215, 255, 0.18), rgba(169, 140, 255, 0.22));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 28px rgba(138, 215, 255, 0.14);
}

.stage-focus-row {
  margin-top: 12px;
}

.hero-webgl-shell {
  position: relative;
  margin-top: 18px;
}

.hero-webgl {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-height: 440px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.14), transparent 16%),
    radial-gradient(circle at 44% 56%, rgba(169, 140, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(3, 5, 16, 0.56));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-webgl::before,
.hero-webgl::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-webgl::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 12%),
    linear-gradient(115deg, transparent 0%, rgba(138, 215, 255, 0.06) 30%, transparent 54%),
    linear-gradient(65deg, transparent 0%, rgba(169, 140, 255, 0.08) 40%, transparent 68%);
}

.hero-webgl::after {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 -90px 120px rgba(5, 6, 15, 0.22);
}

.hero-webgl canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  display: block;
}

.hero-stage-shell.is-glitching .hero-webgl {
  filter: saturate(1.35) contrast(1.16) hue-rotate(-10deg);
}

.hero-stage-shell.is-glitching .hero-webgl canvas {
  transform: translate3d(2px, 0, 0) scale(1.01);
}

.hero-stage-hud {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  justify-content: flex-end;
}

.hero-stage-hud-card {
  min-width: 112px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 28, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.hero-stage-shell.is-glitching .hero-stage-hud {
  animation: stageHudGlitch 260ms steps(2) 2;
}

.hero-stage-shell.is-glitching .hero-stage-hud-card-hot {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(169, 140, 255, 0.2),
    0 0 34px rgba(138, 215, 255, 0.18);
}

.hero-stage-shell.is-crew-popping::before {
  inset: 0;
  width: auto;
  height: auto;
  background:
    radial-gradient(circle at 22% 44%, rgba(138, 215, 255, 0.22), transparent 24%),
    radial-gradient(circle at 28% 58%, rgba(186, 156, 255, 0.18), transparent 18%);
  filter: blur(10px);
  opacity: 0.72;
  animation: crewPulseFlash 720ms ease;
}

.hero-stage-shell.is-crew-popping .hero-webgl::after {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 140px 0 160px rgba(138, 215, 255, 0.08),
    inset 0 -90px 120px rgba(5, 6, 15, 0.22);
}

.hero-stage-shell.is-crew-popping .hero-stage-hud-card:first-child {
  transform: translateX(-4px);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(138, 215, 255, 0.14);
}

.hero-stage-hud-card span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-stage-hud-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
}

.hero-stage-hud-card-hot {
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.14), rgba(169, 140, 255, 0.18), rgba(138, 215, 255, 0.12));
}

.stage-footer {
  margin-top: 18px;
}

.mini-pill-row {
  margin-top: 14px;
}

.hero-stage-shell[data-stage-mode="boost"] .hero-webgl {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 60px rgba(138, 215, 255, 0.16),
    0 0 110px rgba(169, 140, 255, 0.16);
}

.hero-stage-shell[data-stage-mode="eclipse"] .hero-webgl {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 50px rgba(109, 84, 198, 0.18);
}

.hero-stage-shell.is-pulsing .hero-webgl::after {
  animation: stagePulse 680ms ease;
}

.hero-stage-shell.is-pulsing .hero-stage-hud-card-hot {
  animation: hudPulse 680ms ease;
}

.episode-visual {
  min-height: 100%;
  transform:
    translate3d(var(--drift-tx, 0px), var(--drift-ty, 0px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
}

.icon-grid,
.crew-card-stack {
  display: grid;
  gap: 18px;
}

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

.icon-card,
.crew-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.icon-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px 12px 16px 10px;
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.16), rgba(169, 140, 255, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 1.6rem;
  color: var(--ice);
}

.icon-card h3,
.crew-card h3 {
  margin: 16px 0 10px;
  font-size: 1.18rem;
}

.crew-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 24px;
  margin-top: 38px;
}

.showcase-copy {
  position: sticky;
  top: 112px;
}

.showcase-visual-stack {
  display: grid;
  gap: 18px;
}

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

.crew-copy,
.crew-visual {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.crew-card-stack {
  margin-top: 18px;
}

.crew-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
    rgba(15, 18, 39, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px 12px 22px 14px;
}

.crew-card.is-active {
  border-color: rgba(120, 255, 105, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 28px rgba(120, 255, 105, 0.12),
    0 20px 36px rgba(0, 0, 0, 0.28);
}

.crew-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.crew-card-role {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 12, 18, 0.34);
  color: rgba(239, 245, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crew-card-headline {
  margin: 12px 0 0;
  color: rgba(239, 245, 255, 0.84);
  font-size: 0.92rem;
}

.crew-card-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.crew-card-button.is-active {
  background: linear-gradient(135deg, rgba(120, 255, 105, 0.22), rgba(39, 239, 255, 0.16));
  border-color: rgba(120, 255, 105, 0.24);
}

.crew-visual {
  transform:
    translate3d(var(--drift-tx, 0px), var(--drift-ty, 0px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
}

.crew-visual-main {
  width: 100%;
  border-radius: 26px 14px 22px 16px;
  object-fit: cover;
}

.crew-visual-inset {
  position: absolute;
  right: 18px;
  bottom: 58px;
  width: min(42%, 220px);
  border-radius: 18px 12px 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.crew-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.episode-visual img {
  width: 100%;
  min-height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.episode-visual figcaption {
  margin-top: 12px;
  font-size: 0.92rem;
}

.garage-grid,
.vibe-grid,
.launch-grid {
  display: grid;
  gap: 18px;
}

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

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

.garage-card,
.launch-card {
  transform:
    translate3d(var(--drift-tx, 0px), var(--drift-ty, 0px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
}

.garage-card-copy h3,
.launch-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.garage-card-top span {
  color: var(--ice);
  font-size: 0.82rem;
}

.garage-model-shell {
  margin-top: 18px;
  border-radius: 24px;
  padding: 14px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(18, 22, 48, 0.96), rgba(7, 8, 18, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.garage-model-stage {
  position: relative;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 44% 60%, rgba(169, 140, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(20, 26, 56, 0.94), rgba(7, 8, 18, 0.98));
  cursor: grab;
}

.garage-model-stage:active {
  cursor: grabbing;
}

.garage-model-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.garage-model-meta {
  margin-top: 10px;
  color: var(--ice);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.vibe-card {
  min-height: 212px;
}

.notify-badge-stack {
  margin-top: 18px;
}

.notify-form {
  transform:
    translate3d(var(--drift-tx, 0px), var(--drift-ty, 0px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
}

.queue-form {
  margin-top: 12px;
}

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

.field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.field label {
  font-size: 0.88rem;
  color: var(--muted);
}

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

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(169, 140, 255, 0.28);
  outline-offset: 2px;
  border-color: rgba(138, 215, 255, 0.36);
}

.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.feedback {
  margin: 0;
  min-height: 1.4em;
}

.feedback[data-state="success"] {
  color: #bfffc7;
}

.feedback[data-state="error"] {
  color: #ffb1b1;
}

.feedback[data-state="pending"] {
  color: #ffe29d;
}

.hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  margin: 14px 0 0;
  font-size: 0.9rem;
}

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

.site-footer p,
.footer-nav a {
  color: var(--muted);
}

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

.play-page,
.chat-page {
  min-height: 100vh;
}

.play-page .page-shell,
.chat-page .page-shell {
  padding-top: 28px;
}

.play-grid,
.chat-grid {
  display: grid;
  gap: 24px;
}

.play-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
}

.chat-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: start;
}

.play-stage-shell,
.play-sidebar,
.chat-sidebar,
.chat-console {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.play-stage-shell::before,
.play-sidebar::before,
.chat-sidebar::before,
.chat-console::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(169, 140, 255, 0.14), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.play-shell-top,
.chat-shell-top,
.play-toolbar,
.chat-quick-row,
.chat-support-actions,
.unity-pill-row,
.pit-status-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.play-shell-top,
.chat-shell-top {
  align-items: start;
  justify-content: space-between;
}

.play-shell-top h1,
.chat-shell-top h1 {
  margin: 8px 0 0;
  font-family: "Audiowide", cursive;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.play-shell-top p,
.chat-shell-top p,
.unity-status-copy,
.pit-copy,
.chat-message-meta,
.play-note-list li,
.pit-note-list li {
  color: var(--muted);
  line-height: 1.7;
}

.play-stage-head {
  margin-top: 18px;
}

.play-stage-head strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.play-toolbar {
  margin-top: 16px;
}

.unity-pill,
.chat-quick-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unity-pill.is-live {
  background: linear-gradient(135deg, rgba(138, 215, 255, 0.16), rgba(169, 140, 255, 0.22));
  box-shadow: 0 12px 28px rgba(138, 215, 255, 0.12);
}

.unity-button,
.chat-send-button,
.chat-support-link {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.14), rgba(169, 140, 255, 0.24));
  color: var(--text);
  font: inherit;
  font-weight: 700;
  min-height: 46px;
  padding: 0 18px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.unity-button:hover,
.unity-button:focus-visible,
.chat-send-button:hover,
.chat-send-button:focus-visible,
.chat-support-link:hover,
.chat-support-link:focus-visible,
.chat-quick-chip:hover,
.chat-quick-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
}

.unity-canvas-shell {
  position: relative;
  margin-top: 18px;
  min-height: 620px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 24% 20%, rgba(138, 215, 255, 0.1), transparent 20%),
    radial-gradient(circle at 78% 18%, rgba(169, 140, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(18, 21, 46, 0.92), rgba(6, 8, 18, 0.96));
}

.unity-canvas-shell::before,
.unity-canvas-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.unity-canvas-shell::before {
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 6px),
    linear-gradient(115deg, transparent 0%, rgba(138, 215, 255, 0.08) 28%, transparent 58%);
  mix-blend-mode: screen;
}

.unity-canvas-shell::after {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  box-shadow: inset 0 -120px 160px rgba(4, 6, 14, 0.28);
}

.unity-canvas,
.unity-fallback {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 620px;
}

.unity-canvas {
  display: block;
  background: transparent;
}

.unity-fallback {
  display: grid;
  place-items: center;
  padding: 38px;
  text-align: center;
}

.unity-fallback-card {
  max-width: 560px;
  padding: 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 11, 28, 0.76);
  backdrop-filter: blur(16px);
}

.unity-status-log,
.pit-status-card,
.chat-message {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(9, 11, 28, 0.72);
}

.unity-status-log {
  margin-top: 18px;
  padding: 18px;
}

.unity-status-log pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--ice);
  font: 500 0.92rem/1.7 "Space Grotesk", sans-serif;
}

.play-stage-page .play-stage-visual {
  margin-top: 18px;
}

.play-stage-page .play-stage-hero {
  min-height: clamp(520px, 72vh, 760px);
}

.play-stage-spotlight {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  width: min(280px, calc(100% - 36px));
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(121, 255, 105, 0.16);
  background:
    linear-gradient(180deg, rgba(6, 14, 12, 0.84), rgba(4, 8, 12, 0.76)),
    linear-gradient(135deg, rgba(121, 255, 105, 0.08), rgba(29, 242, 208, 0.08));
  backdrop-filter: blur(18px) saturate(1.14);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(121, 255, 105, 0.08);
}

.play-stage-spotlight img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.play-stage-spotlight figcaption {
  display: grid;
  gap: 4px;
}

.play-stage-spotlight strong {
  color: var(--ice);
}

.play-stage-spotlight span {
  color: var(--muted);
  line-height: 1.6;
}

.play-stage-page .stage-ride-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.play-control-stack {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.play-control-block {
  display: grid;
  gap: 10px;
}

.play-stage-tip {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.play-route-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.play-route-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(9, 12, 28, 0.92), rgba(4, 7, 16, 0.92));
  color: var(--text);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.play-route-card span {
  color: var(--muted);
}

.play-route-card:hover,
.play-route-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.play-note-list,
.pit-note-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.pit-status-grid {
  margin-top: 18px;
}

.pit-status-card {
  flex: 1 1 140px;
  padding: 16px;
}

.pit-status-card span,
.chat-message-meta,
.chat-kicker {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.pit-status-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.02rem;
}

.chat-console {
  min-height: 720px;
  display: flex;
  flex-direction: column;
}

.chat-thread {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.chat-message {
  padding: 16px 18px;
}

.chat-message strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
}

.chat-composer {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.chat-composer textarea {
  min-height: 140px;
  resize: vertical;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 25, 0.72);
  color: var(--text);
  font: inherit;
}

.chat-composer textarea::placeholder {
  color: rgba(232, 238, 255, 0.48);
}

.chat-support-actions {
  margin-top: 16px;
}

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

@media (max-width: 1120px) {
  .hero-grid,
  .episode-grid,
  .crew-grid,
  .showcase-grid,
  .notify-grid,
  .garage-grid,
  .icon-grid,
  .vibe-grid,
  .launch-grid,
  .play-grid,
  .chat-grid {
    grid-template-columns: 1fr;
  }

    .hero-stage-shell {
      min-height: 560px;
    }

    .showcase-copy {
      position: static;
      top: auto;
    }

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

@media (max-width: 820px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .header-button {
    width: 100%;
  }

  .field-row,
  .button-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .button-row .feedback {
    min-height: auto;
  }

  .stage-control-row {
    align-items: stretch;
  }

  .stage-pulse-button {
    width: 100%;
  }

  .hero-stage-hud {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: stretch;
  }

  .hero-stage-hud-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(100% - 18px, 1200px);
  }

  .page-shell {
    padding-top: 26px;
  }

  .hero-copy h1 {
    font-size: clamp(2.3rem, 15vw, 4rem);
  }

  .hero-stage-shell,
  .episode-copy,
  .episode-visual,
  .crew-copy,
  .crew-visual,
  .icon-card,
  .crew-card,
  .garage-card,
  .vibe-card,
  .launch-card,
  .notify-copy,
  .notify-form {
    padding: 18px;
  }

  .hero-webgl {
    min-height: 360px;
  }

  .hero-stage-hud {
    position: static;
    margin-top: 12px;
  }

  .crew-visual-inset {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .unity-canvas-shell,
  .unity-canvas,
  .unity-fallback {
    min-height: 520px;
  }
}

@keyframes stagePulse {
  0% {
    opacity: 0.4;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      inset 0 -90px 120px rgba(5, 6, 15, 0.22),
      0 0 0 rgba(169, 140, 255, 0);
  }

  40% {
    opacity: 1;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.16),
      inset 0 -90px 120px rgba(5, 6, 15, 0.18),
      0 0 46px rgba(169, 140, 255, 0.32);
  }

  100% {
    opacity: 1;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.03),
      inset 0 -90px 120px rgba(5, 6, 15, 0.22),
      0 0 0 rgba(169, 140, 255, 0);
  }
}

@keyframes hudPulse {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes stageGlitchFlash {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.24;
  }

  30% {
    transform: translate3d(6px, -2px, 0);
    opacity: 0.72;
  }

  65% {
    transform: translate3d(-4px, 1px, 0);
    opacity: 0.46;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.28;
  }
}

@keyframes stageGlitchSweep {
  0% {
    transform: translate3d(-16px, 0, 0);
    opacity: 0.18;
  }

  45% {
    transform: translate3d(10px, 0, 0);
    opacity: 0.42;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.12;
  }
}

@keyframes stageHudGlitch {
  0% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(4px, -2px, 0);
  }

  70% {
    transform: translate3d(-3px, 1px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes crewPulseFlash {
  0% {
    opacity: 0.12;
    transform: translate3d(-6px, 0, 0) scale(0.98);
  }

  35% {
    opacity: 0.8;
    transform: translate3d(2px, 0, 0) scale(1.02);
  }

  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

body.astraxverse-body {
  --bg: #020805;
  --bg-soft: #071712;
  --text: #f4fff6;
  --muted: rgba(225, 255, 237, 0.76);
  --line: rgba(121, 255, 105, 0.14);
  --panel: rgba(8, 18, 13, 0.44);
  --panel-strong: rgba(9, 22, 18, 0.72);
  --ice: #f4fff1;
  --violet: #79ff69;
  --sky: #1df2d0;
  --lavender: #e8ff73;
  --magenta: #ff4fd8;
  background:
    radial-gradient(circle at var(--pointer-x, 18%) var(--pointer-y, 14%), rgba(121, 255, 105, 0.2), transparent 16%),
    radial-gradient(circle at 76% 16%, rgba(29, 242, 208, 0.16), transparent 22%),
    radial-gradient(circle at 58% 42%, rgba(255, 79, 216, 0.1), transparent 18%),
    linear-gradient(180deg, #020705 0%, #05120f 44%, #05070b 100%);
}

body.astraxverse-body[data-stage-mode="boost"] {
  background:
    radial-gradient(circle at var(--pointer-x, 20%) var(--pointer-y, 18%), rgba(176, 255, 79, 0.28), transparent 18%),
    radial-gradient(circle at 74% 12%, rgba(29, 242, 208, 0.22), transparent 24%),
    radial-gradient(circle at 62% 48%, rgba(255, 79, 216, 0.12), transparent 18%),
    linear-gradient(180deg, #010604 0%, #082018 38%, #04070a 100%);
}

body.astraxverse-body[data-stage-mode="eclipse"] {
  background:
    radial-gradient(circle at var(--pointer-x, 18%) var(--pointer-y, 16%), rgba(80, 255, 167, 0.18), transparent 16%),
    radial-gradient(circle at 78% 10%, rgba(29, 242, 208, 0.14), transparent 18%),
    radial-gradient(circle at 50% 44%, rgba(255, 79, 216, 0.14), transparent 16%),
    linear-gradient(180deg, #010302 0%, #08110d 44%, #050409 100%);
}

body.astraxverse-body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 16%),
    repeating-linear-gradient(90deg, transparent 0 180px, rgba(121, 255, 105, 0.02) 180px 181px);
  mix-blend-mode: screen;
  opacity: 0.24;
  pointer-events: none;
}

body.astraxverse-body .site-grid-glow {
  background:
    radial-gradient(circle at 28% 22%, rgba(121, 255, 105, 0.12), transparent 22%),
    radial-gradient(circle at 72% 18%, rgba(29, 242, 208, 0.12), transparent 20%),
    radial-gradient(circle at 60% 56%, rgba(255, 79, 216, 0.08), transparent 18%);
  filter: blur(56px);
}

body.astraxverse-body .site-header,
body.astraxverse-body .site-footer {
  width: min(1400px, calc(100% - 24px));
}

body.astraxverse-body .panel,
body.astraxverse-body .signal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(8, 18, 13, 0.52), rgba(8, 11, 18, 0.22));
  border-color: rgba(121, 255, 105, 0.14);
  backdrop-filter: blur(26px) saturate(1.16);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(29, 242, 208, 0.03);
}

body.astraxverse-body .astro-button-primary {
  background: linear-gradient(135deg, #efffe8 0%, #b9ff59 24%, #1df2d0 68%, #ff4fd8 100%);
  color: #03110b;
  box-shadow: 0 18px 36px rgba(121, 255, 105, 0.2);
}

body.astraxverse-body .astro-button-secondary,
body.astraxverse-body .astro-button-ghost {
  border-color: rgba(121, 255, 105, 0.16);
  background: rgba(7, 16, 13, 0.34);
}

body.astraxverse-body .episode-chip,
body.astraxverse-body .platform-chip,
body.astraxverse-body .district-pill,
body.astraxverse-body .notify-badge-stack span,
body.astraxverse-body .mini-pill-row span {
  border-color: rgba(121, 255, 105, 0.16);
  background: linear-gradient(135deg, rgba(121, 255, 105, 0.12), rgba(29, 242, 208, 0.08));
}

body.astraxverse-body .platform-chip-soon,
body.astraxverse-body .notify-badge-stack span:last-child {
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.18), rgba(121, 255, 105, 0.12));
}

body.astraxverse-body .hero-grid {
  position: relative;
  left: 50%;
  width: min(1500px, calc(100vw - 24px));
  min-height: calc(100vh - 126px);
  margin-top: 8px;
  transform: translateX(-50%);
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
}

body.astraxverse-body .hero-grid > * {
  grid-area: 1 / 1;
}

body.astraxverse-body .hero-copy {
  position: relative;
  z-index: 5;
  width: min(620px, 46vw);
  margin: clamp(24px, 4vw, 48px) 0 clamp(160px, 18vh, 220px) clamp(24px, 4vw, 48px);
  align-self: end;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(121, 255, 105, 0.16);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(7, 18, 13, 0.78), rgba(5, 12, 16, 0.34));
  backdrop-filter: blur(30px) saturate(1.18);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.44),
    0 0 60px rgba(29, 242, 208, 0.08);
}

body.astraxverse-body .hero-copy h1 {
  text-shadow: 0 0 34px rgba(121, 255, 105, 0.14);
}

body.astraxverse-body .hero-copy h1 span {
  background: linear-gradient(135deg, #efffe8 0%, #b5ff59 26%, #1df2d0 64%, #ff4fd8 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

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

body.astraxverse-body .signal-card {
  min-height: 96px;
}

body.astraxverse-body .hero-stage-shell {
  min-height: calc(100vh - 126px);
  padding: 0;
  border-radius: 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 20%),
    linear-gradient(135deg, rgba(6, 18, 13, 0.46), rgba(3, 8, 10, 0.18));
  border-color: rgba(121, 255, 105, 0.16);
  box-shadow:
    0 52px 140px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 80px rgba(121, 255, 105, 0.06);
}

body.astraxverse-body .hero-stage-shell::before {
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(120deg, rgba(29, 242, 208, 0.08), transparent 32%, transparent 70%, rgba(255, 79, 216, 0.08)),
    radial-gradient(circle at 22% 20%, rgba(121, 255, 105, 0.18), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(29, 242, 208, 0.12), transparent 18%),
    radial-gradient(circle at 62% 78%, rgba(255, 79, 216, 0.1), transparent 18%);
  filter: none;
  opacity: 1;
}

body.astraxverse-body .hero-stage-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 46px;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 10px),
    linear-gradient(90deg, transparent 0%, rgba(29, 242, 208, 0.04) 24%, transparent 46%, rgba(255, 79, 216, 0.05) 74%, transparent 100%);
  opacity: 0.34;
  pointer-events: none;
}

body.astraxverse-body .hero-stage-atmosphere,
body.astraxverse-body .hero-stage-orb,
body.astraxverse-body .hero-stage-lane {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.astraxverse-body .hero-stage-atmosphere {
  z-index: 1;
}

body.astraxverse-body .hero-stage-orb {
  border-radius: 999px;
  filter: blur(28px);
}

body.astraxverse-body .hero-stage-orb-a {
  inset: 18% auto auto 8%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(121, 255, 105, 0.22), transparent 68%);
}

body.astraxverse-body .hero-stage-orb-b {
  inset: auto 12% 14% auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.18), transparent 70%);
}

body.astraxverse-body .hero-stage-lane {
  inset: auto;
  border-radius: 999px;
  transform-origin: center;
  filter: blur(16px);
}

body.astraxverse-body .hero-stage-lane-a {
  left: 12%;
  bottom: 16%;
  width: 34%;
  height: 18px;
  background: linear-gradient(90deg, rgba(121, 255, 105, 0), rgba(121, 255, 105, 0.46), rgba(29, 242, 208, 0));
  transform: rotate(-8deg);
}

body.astraxverse-body .hero-stage-lane-b {
  right: 14%;
  top: 22%;
  width: 24%;
  height: 14px;
  background: linear-gradient(90deg, rgba(255, 79, 216, 0), rgba(255, 79, 216, 0.34), rgba(29, 242, 208, 0));
  transform: rotate(16deg);
}

body.astraxverse-body .hero-webgl-shell {
  height: 100%;
  min-height: inherit;
  margin: 0;
}

body.astraxverse-body .hero-webgl {
  height: 100%;
  min-height: calc(100vh - 126px);
  border: none;
  border-radius: 46px;
  background:
    radial-gradient(circle at 48% 18%, rgba(233, 255, 132, 0.18), transparent 12%),
    radial-gradient(circle at 70% 42%, rgba(29, 242, 208, 0.14), transparent 24%),
    radial-gradient(circle at 22% 72%, rgba(255, 79, 216, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(1, 4, 7, 0.1));
}

body.astraxverse-body .hero-webgl::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(121, 255, 105, 0.14), transparent 12%),
    linear-gradient(115deg, transparent 0%, rgba(29, 242, 208, 0.08) 30%, transparent 54%),
    linear-gradient(65deg, transparent 0%, rgba(255, 79, 216, 0.08) 40%, transparent 68%);
}

body.astraxverse-body .hero-webgl::after {
  border-radius: 46px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 -160px 180px rgba(2, 5, 7, 0.18);
}

body.astraxverse-body .hero-webgl canvas {
  border-radius: 46px;
}

body.astraxverse-body .hero-stage-pocket {
  position: absolute;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(121, 255, 105, 0.16);
  background: rgba(6, 14, 12, 0.46);
  backdrop-filter: blur(20px) saturate(1.2);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(29, 242, 208, 0.06);
}

body.astraxverse-body .stage-head.hero-stage-pocket {
  top: 26px;
  right: 26px;
  max-width: min(360px, 28vw);
}

body.astraxverse-body .stage-footer.hero-stage-pocket {
  top: 26px;
  left: 26px;
  max-width: min(320px, 26vw);
}

body.astraxverse-body .hero-stage-controls.hero-stage-pocket {
  left: 26px;
  bottom: 26px;
  max-width: min(760px, 62vw);
}

body.astraxverse-body .stage-control-row {
  margin-top: 0;
}

body.astraxverse-body .stage-focus-row {
  margin-top: 12px;
}

body.astraxverse-body .stage-status {
  background: linear-gradient(135deg, rgba(121, 255, 105, 0.16), rgba(29, 242, 208, 0.18));
  border: 1px solid rgba(121, 255, 105, 0.18);
}

body.astraxverse-body .stage-toggle,
body.astraxverse-body .stage-focus-chip,
body.astraxverse-body .stage-pulse-button {
  border-color: rgba(121, 255, 105, 0.16);
  background: rgba(7, 18, 13, 0.4);
}

body.astraxverse-body .stage-toggle.is-active,
body.astraxverse-body .stage-focus-chip.is-active {
  background: linear-gradient(135deg, rgba(239, 255, 232, 0.16), rgba(121, 255, 105, 0.18), rgba(29, 242, 208, 0.18));
  box-shadow: 0 14px 28px rgba(121, 255, 105, 0.12);
}

body.astraxverse-body .stage-pulse-button {
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.18), rgba(121, 255, 105, 0.22), rgba(29, 242, 208, 0.18));
  box-shadow: 0 16px 28px rgba(121, 255, 105, 0.14);
}

body.astraxverse-body .hero-stage-hud {
  right: 26px;
  bottom: 26px;
}

body.astraxverse-body .hero-stage-hud-card {
  background: rgba(4, 11, 11, 0.58);
  border-color: rgba(121, 255, 105, 0.14);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.24),
    0 0 20px rgba(29, 242, 208, 0.04);
}

body.astraxverse-body .hero-stage-hud-card-hot {
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.16), rgba(121, 255, 105, 0.16), rgba(29, 242, 208, 0.14));
}

body.astraxverse-body .hero-stage-shell[data-stage-mode="boost"] .hero-webgl {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 72px rgba(121, 255, 105, 0.18),
    0 0 120px rgba(29, 242, 208, 0.14);
}

body.astraxverse-body .hero-stage-shell[data-stage-mode="eclipse"] .hero-webgl {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 60px rgba(255, 79, 216, 0.16),
    0 0 90px rgba(29, 242, 208, 0.12);
}

body.astraxverse-body .icon-glyph {
  background: linear-gradient(135deg, rgba(121, 255, 105, 0.16), rgba(29, 242, 208, 0.12), rgba(255, 79, 216, 0.12));
  border-color: rgba(121, 255, 105, 0.16);
}

body.astraxverse-body .crew-card,
body.astraxverse-body .garage-card,
body.astraxverse-body .launch-card,
body.astraxverse-body .notify-copy,
body.astraxverse-body .notify-form,
body.astraxverse-body .episode-copy,
body.astraxverse-body .episode-visual,
body.astraxverse-body .crew-visual,
body.astraxverse-body .vibe-card {
  border-color: rgba(121, 255, 105, 0.14);
}

@media (max-width: 1120px) {
  body.astraxverse-body .hero-grid {
    left: auto;
    width: 100%;
    min-height: auto;
    transform: none;
    gap: 20px;
  }

  body.astraxverse-body .hero-grid > * {
    grid-area: auto;
  }

  body.astraxverse-body .hero-copy {
    width: auto;
    margin: 0;
    align-self: auto;
  }

  body.astraxverse-body .hero-stage-shell {
    min-height: 760px;
    padding: 20px;
  }

  body.astraxverse-body .hero-webgl-shell,
  body.astraxverse-body .hero-webgl {
    min-height: 540px;
  }

  body.astraxverse-body .hero-stage-pocket {
    position: static;
    max-width: none;
    margin-bottom: 14px;
  }

  body.astraxverse-body .hero-stage-controls.hero-stage-pocket {
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 820px) {
  body.astraxverse-body .site-header,
  body.astraxverse-body .site-footer {
    width: min(100% - 18px, 1400px);
  }

  body.astraxverse-body .hero-stage-shell {
    min-height: 680px;
    padding: 18px;
  }

  body.astraxverse-body .hero-stage-pocket {
    padding: 14px 16px;
  }
}

@media (max-width: 620px) {
  body.astraxverse-body .hero-copy {
    padding: 20px;
    border-radius: 28px;
  }

  body.astraxverse-body .signal-grid {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .hero-stage-shell {
    min-height: auto;
  }

  body.astraxverse-body .hero-webgl {
    min-height: 440px;
    border-radius: 30px;
  }

  body.astraxverse-body .hero-webgl::after,
  body.astraxverse-body .hero-webgl canvas {
    border-radius: 30px;
  }

  body.astraxverse-body .hero-stage-hud {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }

  body.astraxverse-body .hero-stage-hud-card {
    min-width: 0;
  }
}

body.astraxverse-body .hero-stage-hud-card-ride {
  min-width: 132px;
}

body.astraxverse-body .stage-ride-head {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

body.astraxverse-body .stage-ride-head strong {
  font-size: 0.88rem;
  line-height: 1.34;
}

body.astraxverse-body .stage-ride-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

body.astraxverse-body .stage-ride-chip {
  appearance: none;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(121, 255, 105, 0.14);
  background: rgba(6, 18, 12, 0.42);
  color: var(--ice);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.astraxverse-body .stage-ride-row-hero {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.astraxverse-body .stage-ride-chip:hover,
body.astraxverse-body .stage-ride-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(29, 242, 208, 0.28);
}

body.astraxverse-body .stage-ride-chip.is-active {
  background: linear-gradient(135deg, rgba(121, 255, 105, 0.22), rgba(29, 242, 208, 0.18));
  border-color: rgba(121, 255, 105, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(121, 255, 105, 0.12);
}

body.astraxverse-body [data-stage-readout="tagline"] {
  display: block;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.45;
}

body.astraxverse-body .garage-showcase {
  margin-bottom: 18px;
  padding: 24px;
  border-color: rgba(121, 255, 105, 0.16);
}

body.astraxverse-body .store-drop-showcase {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-color: rgba(115, 244, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(13, 17, 40, 0.84), rgba(4, 8, 18, 0.92)),
    radial-gradient(circle at 14% 18%, rgba(115, 244, 255, 0.12), transparent 26%),
    radial-gradient(circle at 84% 24%, rgba(255, 121, 207, 0.16), transparent 28%),
    radial-gradient(circle at 60% 82%, rgba(255, 230, 103, 0.08), transparent 24%);
  transform:
    translate3d(var(--drift-tx, 0px), var(--drift-ty, 0px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
  transform-style: preserve-3d;
}

body.astraxverse-body .store-drop-showcase::before {
  content: "";
  position: absolute;
  inset: auto -4% -20% 46%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 244, 255, 0.14), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

body.astraxverse-body .store-drop-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.astraxverse-body .store-drop-top h3 {
  margin: 6px 0 0;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1;
}

body.astraxverse-body .store-drop-scene {
  display: grid;
  grid-template-columns: minmax(220px, 0.84fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  perspective: 1400px;
}

body.astraxverse-body .store-drop-orbit {
  position: relative;
  min-height: 280px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.12), transparent 16%),
    radial-gradient(circle at 50% 70%, rgba(115, 244, 255, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(10, 14, 28, 0.72), rgba(5, 8, 18, 0.92));
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 44px rgba(0, 0, 0, 0.24);
}

body.astraxverse-body .store-orbit-ring,
body.astraxverse-body .store-orbit-core,
body.astraxverse-body .store-orbit-chip {
  position: absolute;
  inset: 50% auto auto 50%;
  transform-style: preserve-3d;
}

body.astraxverse-body .store-orbit-ring {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform-origin: center;
}

body.astraxverse-body .store-orbit-ring-a {
  width: 188px;
  height: 188px;
  margin-left: -94px;
  margin-top: -94px;
  border-color: rgba(115, 244, 255, 0.34);
  box-shadow: 0 0 28px rgba(115, 244, 255, 0.18);
  animation: storeOrbitSpin 14s linear infinite;
}

body.astraxverse-body .store-orbit-ring-b {
  width: 130px;
  height: 130px;
  margin-left: -65px;
  margin-top: -65px;
  border-color: rgba(255, 121, 207, 0.28);
  transform: rotateX(64deg);
  animation: storeOrbitSpinReverse 10s linear infinite;
}

body.astraxverse-body .store-orbit-core {
  width: 76px;
  height: 76px;
  margin-left: -38px;
  margin-top: -38px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 247, 208, 0.94), rgba(255, 230, 103, 0.88), rgba(115, 244, 255, 0.7));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(115, 244, 255, 0.22);
  animation: storeCoreFloat 5.8s ease-in-out infinite;
}

body.astraxverse-body .store-orbit-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 14, 26, 0.72);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
  color: rgba(255, 249, 241, 0.84);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.astraxverse-body .store-orbit-chip-a {
  margin-left: -126px;
  margin-top: -102px;
  animation: storeChipFloatA 7.4s ease-in-out infinite;
}

body.astraxverse-body .store-orbit-chip-b {
  margin-left: 18px;
  margin-top: -132px;
  animation: storeChipFloatB 6.6s ease-in-out infinite;
}

body.astraxverse-body .store-orbit-chip-c {
  margin-left: -32px;
  margin-top: 94px;
  animation: storeChipFloatC 8.2s ease-in-out infinite;
}

body.astraxverse-body .store-drop-pack-stack {
  position: relative;
  min-height: 300px;
  perspective: 1500px;
}

body.astraxverse-body .store-pack-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 52px rgba(0, 0, 0, 0.28);
  backface-visibility: hidden;
}

body.astraxverse-body .store-pack-card span,
body.astraxverse-body .store-pack-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 249, 241, 0.66);
}

body.astraxverse-body .store-pack-card strong {
  font-size: clamp(1.38rem, 2vw, 2.08rem);
  line-height: 1.04;
}

body.astraxverse-body .store-pack-card p {
  margin: 0;
  color: rgba(255, 249, 241, 0.74);
  line-height: 1.6;
}

body.astraxverse-body .store-pack-card-back {
  inset: 24px 34px 18px 22px;
  background:
    linear-gradient(180deg, rgba(13, 22, 42, 0.74), rgba(8, 10, 22, 0.92));
  transform: translate3d(-10px, 18px, -40px) rotateX(12deg) rotateY(-18deg);
  opacity: 0.42;
}

body.astraxverse-body .store-pack-card-mid {
  inset: 12px 16px 10px 40px;
  background:
    linear-gradient(180deg, rgba(26, 26, 52, 0.82), rgba(10, 12, 24, 0.94)),
    radial-gradient(circle at top right, rgba(255, 121, 207, 0.12), transparent 34%);
  transform: translate3d(8px, 8px, -12px) rotateX(8deg) rotateY(14deg);
  opacity: 0.74;
}

body.astraxverse-body .store-pack-card-front {
  background:
    linear-gradient(180deg, rgba(18, 24, 52, 0.86), rgba(7, 11, 26, 0.96)),
    radial-gradient(circle at top right, rgba(255, 121, 207, 0.12), transparent 34%),
    radial-gradient(circle at 24% 18%, rgba(115, 244, 255, 0.1), transparent 24%);
  transform: translate3d(0, 0, 20px) rotateX(3deg) rotateY(-10deg);
  animation: storePackHover 7.8s ease-in-out infinite;
}

body.astraxverse-body .store-pack-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.astraxverse-body .store-pack-pills span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 249, 241, 0.84);
}

body.astraxverse-body .store-drop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body.astraxverse-body .store-drop-copy {
  margin: 14px 0 0;
  color: rgba(255, 249, 241, 0.72);
}

body.astraxverse-body .crew-visual-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

body.astraxverse-body .crew-showcase {
  padding: 24px;
  border-color: rgba(121, 255, 105, 0.16);
}

body.astraxverse-body .garage-showcase-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.astraxverse-body .crew-showcase-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.astraxverse-body .garage-showcase-top h3 {
  margin: 6px 0 0;
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  line-height: 1.02;
}

body.astraxverse-body .crew-showcase-top h3 {
  margin: 6px 0 0;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.04;
}

body.astraxverse-body .garage-showcase-stage-shell {
  position: relative;
  margin-top: 18px;
}

body.astraxverse-body .crew-showcase-stage-shell {
  position: relative;
  margin-top: 18px;
}

body.astraxverse-body .garage-showcase-stage {
  position: relative;
  min-height: clamp(360px, 40vw, 520px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(121, 255, 105, 0.14);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), transparent 18%),
    radial-gradient(circle at 30% 58%, rgba(121, 255, 105, 0.14), transparent 22%),
    radial-gradient(circle at 72% 46%, rgba(29, 242, 208, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(12, 22, 18, 0.96), rgba(3, 8, 9, 0.98));
  box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 32px 64px rgba(0, 0, 0, 0.26),
      0 0 40px rgba(29, 242, 208, 0.06);
  cursor: grab;
}

body.astraxverse-body .crew-showcase-stage {
  position: relative;
  min-height: clamp(360px, 34vw, 460px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(121, 255, 105, 0.14);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 32% 58%, rgba(121, 255, 105, 0.14), transparent 20%),
    radial-gradient(circle at 76% 32%, rgba(111, 124, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(13, 16, 27, 0.96), rgba(4, 8, 11, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 32px 64px rgba(0, 0, 0, 0.26),
    0 0 40px rgba(111, 124, 255, 0.08);
}

body.astraxverse-body .garage-showcase-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}

body.astraxverse-body .garage-showcase-stage.is-dragging {
  cursor: grabbing;
}

body.astraxverse-body .crew-showcase-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}

body.astraxverse-body .garage-showcase-hud {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

body.astraxverse-body .crew-showcase-hud {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

body.astraxverse-body .garage-showcase-copy {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
}

body.astraxverse-body .crew-showcase-copy {
  max-width: 52ch;
  margin: 16px 0 0;
  color: var(--muted);
}

body.astraxverse-body .design-fleet-shell {
  overflow: hidden;
  padding: 28px;
  border-color: rgba(121, 255, 105, 0.14);
  background:
    linear-gradient(180deg, rgba(6, 14, 18, 0.84), rgba(4, 9, 11, 0.92)),
    radial-gradient(circle at 20% 14%, rgba(121, 255, 105, 0.08), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(39, 239, 255, 0.08), transparent 24%);
}

body.astraxverse-body .design-fleet-field {
  position: relative;
  min-height: clamp(460px, 44vw, 760px);
}

body.astraxverse-body .design-fleet-car {
  position: absolute;
  width: min(260px, 18vw);
  pointer-events: none;
  opacity: 0.8;
}

body.astraxverse-body .design-fleet-car::before,
body.astraxverse-body .design-fleet-car::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.astraxverse-body .design-fleet-car::before {
  left: 16%;
  right: 16%;
  bottom: 10%;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(103, 207, 255, 0.96), rgba(103, 207, 255, 0.44) 42%, transparent 76%);
  filter: blur(18px);
  opacity: 0.98;
}

body.astraxverse-body .design-fleet-car::after {
  left: 24%;
  right: 24%;
  bottom: 14%;
  height: 8%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(103, 207, 255, 0), rgba(182, 244, 255, 1), rgba(103, 207, 255, 0));
  filter: blur(8px);
  opacity: 1;
}

body.astraxverse-body .design-fleet-aura {
  position: absolute;
  inset: 22% 14% 28% 14%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(39, 239, 255, 0.14), transparent 44%),
    radial-gradient(circle at 62% 46%, rgba(121, 255, 105, 0.12), transparent 34%);
  filter: blur(28px);
}

body.astraxverse-body .design-fleet-car img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 26px 34px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 24px rgba(103, 207, 255, 0.34));
}

body.astraxverse-body .design-fleet-car-1 {
  top: 6%;
  left: 4%;
  width: min(226px, 15vw);
  animation: designFleetDriftA 17s ease-in-out infinite;
}

body.astraxverse-body .design-fleet-car-2 {
  top: 11%;
  right: 7%;
  width: min(182px, 12.5vw);
  animation: designFleetDriftB 20s ease-in-out infinite;
}

body.astraxverse-body .design-fleet-car-3 {
  top: 33%;
  left: 38%;
  width: min(202px, 13.5vw);
  animation: designFleetDriftC 18s ease-in-out infinite;
}

body.astraxverse-body .design-fleet-car-4 {
  right: 18%;
  top: 46%;
  width: min(166px, 11.5vw);
  animation: designFleetDriftA 22s ease-in-out infinite reverse;
}

body.astraxverse-body .design-fleet-car-5 {
  left: 16%;
  bottom: 13%;
  width: min(192px, 13vw);
  opacity: 0.58;
  animation: designFleetDriftB 21s ease-in-out infinite reverse;
}

body.astraxverse-body .design-fleet-car-6 {
  right: 8%;
  bottom: 7%;
  width: min(182px, 12.5vw);
  opacity: 0.54;
  animation: designFleetDriftC 23s ease-in-out infinite;
}

body.astraxverse-body .design-fleet-note {
  max-width: 56ch;
  margin: 10px 0 0;
  color: rgba(239, 245, 255, 0.7);
}

@keyframes designFleetDriftA {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-10deg);
  }
  50% {
    transform: translate3d(26px, -20px, 0) rotate(-4deg);
  }
}

@keyframes designFleetDriftB {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(11deg);
  }
  50% {
    transform: translate3d(-22px, 18px, 0) rotate(5deg);
  }
}

@keyframes designFleetDriftC {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
  50% {
    transform: translate3d(18px, 16px, 0) rotate(2deg);
  }
}

body.astraxverse-body .garage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.astraxverse-body .garage-card {
  display: grid;
  gap: 16px;
  align-content: start;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

body.astraxverse-body .garage-card.is-active {
  transform:
    translate3d(var(--drift-tx, 0px), calc(var(--drift-ty, 0px) - 4px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
  border-color: rgba(121, 255, 105, 0.24);
  box-shadow:
    0 28px 66px rgba(0, 0, 0, 0.32),
    0 0 42px rgba(121, 255, 105, 0.1);
}

body.astraxverse-body .garage-card-media {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(121, 255, 105, 0.12);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(17, 26, 28, 0.94), rgba(5, 9, 11, 0.98));
}

body.astraxverse-body .garage-card-media::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% 12%;
  height: 42%;
  background: radial-gradient(circle, rgba(121, 255, 105, 0.12), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

body.astraxverse-body .garage-card-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  transform: scale(1.03);
}

body.astraxverse-body .garage-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 12, 12, 0.64);
  backdrop-filter: blur(12px);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.astraxverse-body .garage-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

body.astraxverse-body .garage-card-button {
  min-width: 168px;
}

body.astraxverse-body .garage-card-button.is-active {
  background: linear-gradient(135deg, rgba(121, 255, 105, 0.2), rgba(29, 242, 208, 0.18));
  border-color: rgba(121, 255, 105, 0.24);
}

body.astraxverse-body .garage-model-meta {
  margin-top: 0;
}

@media (max-width: 1120px) {
  body.astraxverse-body .garage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.astraxverse-body .garage-showcase-top,
  body.astraxverse-body .crew-showcase-top {
    flex-direction: column;
  }
}

@media (max-width: 820px) {
  body.astraxverse-body .garage-grid {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .garage-showcase-hud,
  body.astraxverse-body .crew-showcase-hud {
    position: static;
    margin-top: 14px;
    justify-content: stretch;
  }

  body.astraxverse-body .garage-showcase-hud .hero-stage-hud-card,
  body.astraxverse-body .crew-showcase-hud .hero-stage-hud-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  body.astraxverse-body .garage-showcase,
  body.astraxverse-body .crew-showcase {
    padding: 18px;
  }

  body.astraxverse-body .garage-showcase-stage,
  body.astraxverse-body .crew-showcase-stage {
    min-height: 320px;
  }

  body.astraxverse-body .garage-card-media {
    min-height: 210px;
  }

  body.astraxverse-body .stage-ride-chip,
  body.astraxverse-body .garage-card-button {
    width: 100%;
    justify-content: center;
  }
}

body.astraxverse-body {
  --accent: #73f4ff;
  --accent-soft: #ff79cf;
  --toxic-green: #ffe667;
  --sky-cyan: #73f4ff;
  --chrome-ice: #fff9f1;
  --candy-peach: #ffb86f;
  --bubble-pink: #ff79cf;
  --game-glass: linear-gradient(180deg, rgba(5, 13, 21, 0.36), rgba(4, 12, 18, 0.16));
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 121, 207, 0.12), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(115, 244, 255, 0.12), transparent 30%),
    radial-gradient(circle at 52% 88%, rgba(255, 230, 103, 0.08), transparent 24%),
    linear-gradient(180deg, #050712 0%, #07111d 38%, #08131b 100%);
}

body.astraxverse-body .meta-home-grid {
  display: block;
  margin-top: 8px;
}

body.astraxverse-body .meta-home-shell {
  position: relative;
  padding: 0;
  min-height: calc(100svh - 104px);
  border-radius: 38px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.astraxverse-body .meta-home-shell::before {
  background:
    radial-gradient(circle at 74% 18%, rgba(115, 244, 255, 0.12), transparent 22%),
    radial-gradient(circle at 18% 78%, rgba(255, 230, 103, 0.08), transparent 28%);
  opacity: 0.34;
}

body.astraxverse-body .meta-home-shell::after {
  opacity: 0.14;
}

body.astraxverse-body .meta-home-webgl-shell,
body.astraxverse-body .meta-home-webgl {
  min-height: clamp(720px, 86svh, 980px);
}

body.astraxverse-body .meta-home-webgl {
  border-radius: 30px;
  background:
    radial-gradient(circle at 76% 22%, rgba(110, 229, 255, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(7, 12, 22, 0.96), rgba(4, 8, 16, 0.995));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 40px rgba(110, 229, 255, 0.035);
}

body.astraxverse-body .meta-home-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

body.astraxverse-body .meta-home-topbar,
body.astraxverse-body .meta-home-copy,
body.astraxverse-body .meta-home-corner,
body.astraxverse-body .meta-home-bottom,
body.astraxverse-body .meta-home-depth-fleet {
  pointer-events: auto;
}

body.astraxverse-body .meta-home-topbar {
  position: absolute;
  inset: 28px 34px auto 34px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

body.astraxverse-body .meta-home-brand {
  display: grid;
  gap: 10px;
}

body.astraxverse-body .meta-home-stage-readouts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

body.astraxverse-body .meta-home-copy {
  position: absolute;
  left: 46px;
  top: 148px;
  z-index: 4;
  width: min(46vw, 720px);
  margin: 0;
  align-self: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
}

body.astraxverse-body .meta-home-copy h1 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(3.2rem, 7.1vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-shadow:
    0 16px 40px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(115, 244, 255, 0.08);
}

body.astraxverse-body .meta-home-copy h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(135deg, #ffffff 0%, #d7e6ff 24%, #6ee5ff 58%, #a8b8ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow:
    0 0 24px rgba(110, 229, 255, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.3);
}

body.astraxverse-body .meta-home-copy .hero-lede {
  max-width: 52ch;
  margin: 18px 0 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.58;
  color: rgba(255, 249, 241, 0.84);
}

body.astraxverse-body .meta-home-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

body.astraxverse-body .meta-home-actions [data-control-mode].is-active {
  background: linear-gradient(135deg, rgba(255, 230, 103, 0.22), rgba(115, 244, 255, 0.14), rgba(255, 121, 207, 0.12));
  border-color: rgba(255, 230, 103, 0.22);
}

body.astraxverse-body .meta-home-subline {
  max-width: 48ch;
  margin: 14px 0 0;
  color: rgba(255, 249, 241, 0.64);
  font-size: 0.92rem;
}

body.astraxverse-body .hero-stage-atmosphere,
body.astraxverse-body .meta-home-depth-fleet {
  display: none;
}

body.astraxverse-body .hero-matrix-cast {
  position: absolute;
  inset: 128px 34px 26px 52%;
  z-index: 4;
  pointer-events: none;
}

body.astraxverse-body .hero-ride-stage-shell,
body.astraxverse-body .hero-crew-stage-shell {
  position: absolute;
  pointer-events: auto;
}

body.astraxverse-body .hero-ride-stage-shell {
  right: 0;
  bottom: 12px;
  width: min(36vw, 620px);
  height: min(54vh, 560px);
  z-index: 3;
}

body.astraxverse-body .hero-crew-stage-shell {
  display: none;
}

body.astraxverse-body .hero-ride-stage {
  width: 100%;
  min-height: 100%;
  border-radius: 0;
  background: transparent;
  cursor: grab;
}

body.astraxverse-body .hero-crew-stage {
  width: 100%;
  min-height: 100%;
  border-radius: 0;
  background:
    radial-gradient(circle at 48% 38%, rgba(110, 229, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(7, 12, 22, 0.2), rgba(7, 12, 22, 0));
}

body.astraxverse-body .hero-ride-stage.is-dragging {
  cursor: grabbing;
}

body.astraxverse-body .hero-crew-stage canvas,
body.astraxverse-body .hero-ride-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.42));
}

body.astraxverse-body .hero-crew-stage canvas {
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.44)) brightness(1.16) contrast(1.08);
}

body.astraxverse-body .hero-crew-stage-chip,
body.astraxverse-body .hero-ride-stage-chip {
  position: absolute;
  right: 16px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 26, 0.44);
  backdrop-filter: blur(14px);
  color: rgba(255, 249, 241, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.astraxverse-body .hero-crew-stage-chip {
  right: auto;
  left: 10px;
  bottom: 6px;
}

body.astraxverse-body .meta-home-corner {
  position: absolute;
  display: grid;
  gap: 12px;
}

body.astraxverse-body .meta-home-corner-left {
  left: 42px;
  bottom: 42px;
  width: min(232px, calc(100% - 84px));
}

body.astraxverse-body .meta-home-corner-right {
  right: 42px;
  top: 150px;
  width: min(278px, calc(100% - 84px));
}

body.astraxverse-body .meta-home-card {
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.54), rgba(8, 14, 20, 0.24)),
    radial-gradient(circle at top right, rgba(255, 121, 207, 0.08), transparent 32%);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(0, 0, 0, 0.24);
}

body.astraxverse-body .meta-home-label {
  display: inline-flex;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(239, 245, 255, 0.62);
}

body.astraxverse-body .meta-home-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.12rem, 1.8vw, 1.48rem);
  line-height: 1.18;
}

body.astraxverse-body .meta-home-card p {
  margin: 8px 0 0;
  color: rgba(239, 245, 255, 0.72);
}

body.astraxverse-body .meta-home-status-section {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

body.astraxverse-body .meta-home-depth-fleet {
  position: absolute;
  inset: 28px -3vw 72px -3vw;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
}

body.astraxverse-body .meta-sky-car {
  position: absolute;
  width: min(312px, 22vw);
  opacity: 0.56;
  pointer-events: none;
  filter: saturate(0.92);
}

body.astraxverse-body .meta-sky-car-aura {
  position: absolute;
  inset: 24% 16% 28% 16%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(115, 244, 255, 0.18), transparent 44%),
    radial-gradient(circle at 62% 46%, rgba(255, 121, 207, 0.12), transparent 34%);
  filter: blur(26px);
  opacity: 0.72;
}

body.astraxverse-body .meta-sky-car-frame {
  position: relative;
  display: block;
  min-height: 92px;
}

body.astraxverse-body .meta-sky-car-frame::before {
  content: "";
  position: absolute;
  inset: 44% 8% 16% 18%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(115, 244, 255, 0), rgba(115, 244, 255, 0.16), rgba(255, 230, 103, 0.1), rgba(255, 121, 207, 0.08), rgba(115, 244, 255, 0));
  filter: blur(10px);
  opacity: 0.8;
}

body.astraxverse-body .meta-sky-car-frame::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 12%;
  height: 20%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(103, 207, 255, 0.98), rgba(103, 207, 255, 0.38) 42%, transparent 76%);
  filter: blur(16px);
  opacity: 1;
}

body.astraxverse-body .meta-sky-car img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 28px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 28px rgba(103, 207, 255, 0.34))
    saturate(0.98);
}

body.astraxverse-body .meta-sky-car-1 {
  top: 78px;
  left: -1%;
  width: min(258px, 18vw);
  animation: astradriftFloatA 16s ease-in-out infinite;
}

body.astraxverse-body .meta-sky-car-2 {
  top: 120px;
  right: 2%;
  width: min(204px, 14vw);
  animation: astradriftFloatB 18s ease-in-out infinite;
}

body.astraxverse-body .meta-sky-car-3 {
  left: 46%;
  bottom: 164px;
  width: min(226px, 15vw);
  animation: astradriftFloatC 20s ease-in-out infinite;
}

body.astraxverse-body .meta-sky-car-4 {
  right: 10%;
  bottom: 124px;
  width: min(188px, 13vw);
  animation: astradriftFloatB 19s ease-in-out infinite reverse;
}

body.astraxverse-body .meta-sky-car-5 {
  top: 230px;
  left: 27%;
  width: min(194px, 13vw);
  opacity: 0.42;
  animation: astradriftFloatC 22s ease-in-out infinite;
}

body.astraxverse-body .meta-sky-car-6 {
  left: 9%;
  bottom: 226px;
  width: min(126px, 9vw);
  opacity: 0.4;
  animation: astradriftFloatA 24s ease-in-out infinite reverse;
}

body.astraxverse-body[data-stage-mode="boost"] .meta-sky-car {
  opacity: 0.68;
}

body.astraxverse-body[data-stage-mode="eclipse"] .meta-sky-car-aura {
  background:
    radial-gradient(circle at 50% 50%, rgba(160, 124, 255, 0.18), transparent 44%),
    radial-gradient(circle at 62% 46%, rgba(255, 121, 207, 0.12), transparent 34%);
}

@keyframes astradriftFloatA {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(20px, -18px, 0) rotate(-4deg);
  }
}

@keyframes astradriftFloatB {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(9deg);
  }
  50% {
    transform: translate3d(-18px, 14px, 0) rotate(4deg);
  }
}

@keyframes astradriftFloatC {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
  50% {
    transform: translate3d(16px, 12px, 0) rotate(2deg);
  }
}

@keyframes storeOrbitSpin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes storeOrbitSpinReverse {
  from {
    transform: rotateX(64deg) rotateZ(360deg);
  }
  to {
    transform: rotateX(64deg) rotateZ(0deg);
  }
}

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

@keyframes storeChipFloatA {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }
  50% {
    transform: translate3d(-10px, 12px, 0) rotate(4deg);
  }
}

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

@keyframes storeChipFloatC {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translate3d(14px, 8px, 0) rotate(3deg);
  }
}

@keyframes storePackHover {
  0%, 100% {
    transform: translate3d(0, 0, 20px) rotateX(3deg) rotateY(-10deg);
  }
  50% {
    transform: translate3d(0, -10px, 26px) rotateX(7deg) rotateY(-15deg);
  }
}

body.astraxverse-body .meta-home-card-head {
  display: grid;
  gap: 4px;
}

body.astraxverse-body .meta-home-rail-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 12px;
  align-items: stretch;
}

body.astraxverse-body .meta-objective-list {
  margin: 14px 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 10px;
  color: rgba(239, 245, 255, 0.86);
}

body.astraxverse-body .meta-vehicle-tagline {
  margin: 10px 0 0;
  color: rgba(239, 245, 255, 0.8);
}

body.astraxverse-body .meta-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

body.astraxverse-body .meta-stat {
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 16, 24, 0.4);
}

body.astraxverse-body .meta-stat span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(239, 245, 255, 0.58);
}

body.astraxverse-body .meta-stat strong {
  margin-top: 8px;
  font-size: 0.92rem;
}

body.astraxverse-body .meta-stat-wide {
  grid-column: 1 / -1;
}

body.astraxverse-body .meta-home-bottom {
  position: absolute;
  inset: auto 42px 30px 42px;
}

body.astraxverse-body .meta-home-controls {
  width: 100%;
  max-width: none;
  min-height: 100%;
  padding: 14px 16px;
  border-radius: 22px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 15, 22, 0.42), rgba(6, 12, 18, 0.18)),
    radial-gradient(circle at top right, rgba(115, 244, 255, 0.08), transparent 28%),
    radial-gradient(circle at left center, rgba(255, 121, 207, 0.06), transparent 26%);
  backdrop-filter: blur(24px);
  display: grid;
  grid-template-columns: minmax(210px, 0.88fr) minmax(250px, 1fr) minmax(240px, 0.84fr);
  align-items: start;
  gap: 10px 18px;
}

body.astraxverse-body .meta-home-stage-readouts .hero-stage-hud-card,
body.astraxverse-body .garage-showcase-hud .hero-stage-hud-card {
  background:
    linear-gradient(180deg, rgba(10, 16, 28, 0.42), rgba(6, 11, 18, 0.22)),
    radial-gradient(circle at top right, rgba(110, 229, 255, 0.07), transparent 40%);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

body.astraxverse-body #showcase,
body.astraxverse-body #cars,
body.astraxverse-body #notify {
  display: none;
}

body.astraxverse-body .meta-home-controls-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-bottom: 0;
  flex-direction: column;
}

body.astraxverse-body .meta-home-controls-copy {
  max-width: 18rem;
}

body.astraxverse-body .meta-home-controls-copy strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.38;
}

body.astraxverse-body .meta-home-controls-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.astraxverse-body .stage-crew-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.astraxverse-body .stage-crew-row-inline {
  margin-top: 4px;
}

body.astraxverse-body .meta-control-chip {
  appearance: none;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 16, 18, 0.46);
  color: var(--ice);
  font: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

body.astraxverse-body .meta-control-chip:hover,
body.astraxverse-body .meta-control-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(115, 244, 255, 0.2);
}

body.astraxverse-body .meta-control-chip.is-active {
  background: linear-gradient(135deg, rgba(255, 230, 103, 0.2), rgba(115, 244, 255, 0.16), rgba(255, 121, 207, 0.16));
  border-color: rgba(255, 230, 103, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 28px rgba(0, 0, 0, 0.22);
}

body.astraxverse-body .meta-home-controls-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin-bottom: 0;
}

body.astraxverse-body .meta-home-controls-hints span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 13, 18, 0.22);
  color: rgba(239, 245, 255, 0.68);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.astraxverse-body .stage-control-row-tight {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
}

body.astraxverse-body .meta-home-controls .stage-toggle-row {
  flex: 1 1 auto;
}

body.astraxverse-body .meta-home-controls .stage-pulse-button {
  white-space: nowrap;
}

body.astraxverse-body .meta-home-controls .stage-focus-row {
  grid-column: 2 / span 2;
  grid-row: 3;
  align-self: center;
  justify-content: flex-start;
  padding-left: 0;
}

body.astraxverse-body .meta-home-controls .stage-air-traffic {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: start;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  gap: 10px;
}

body.astraxverse-body .meta-home-controls .stage-air-traffic strong {
  display: block;
  max-width: 30ch;
  font-size: 0.92rem;
  line-height: 1.42;
}

body.astraxverse-body .meta-home-controls .stage-toggle,
body.astraxverse-body .meta-home-controls .stage-focus-chip,
body.astraxverse-body .meta-home-controls .stage-ride-chip,
body.astraxverse-body .meta-home-controls .stage-crew-chip {
  background: rgba(5, 16, 18, 0.56);
}

body.astraxverse-body .meta-home-controls .stage-toggle.is-active,
body.astraxverse-body .meta-home-controls .stage-focus-chip.is-active,
body.astraxverse-body .meta-home-controls .stage-ride-chip.is-active,
body.astraxverse-body .meta-home-controls .stage-crew-chip.is-active {
  background: linear-gradient(135deg, rgba(255, 230, 103, 0.22), rgba(115, 244, 255, 0.16), rgba(255, 121, 207, 0.14));
}

body.astraxverse-body .meta-claim-inline {
  border-color: rgba(255, 230, 103, 0.18);
}

body.astraxverse-body .meta-claim-inline[disabled] {
  opacity: 0.58;
  cursor: default;
}

body.astraxverse-body[data-control-mode="pilot"] .meta-home-shell {
  box-shadow: none;
}

body.astraxverse-body[data-control-mode="pilot"] .meta-home-controls,
body.astraxverse-body[data-control-mode="pilot"] .meta-home-stage-readouts .hero-stage-hud-card {
  border-color: rgba(115, 244, 255, 0.2);
}

body.astraxverse-body .meta-home-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

body.astraxverse-body .promo-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.astraxverse-body .promo-band .meta-home-card {
  padding-block: 22px;
}

body.astraxverse-body .meta-home-band .meta-home-card {
  min-height: 100%;
}

body.astraxverse-body .meta-home-band .meta-home-card-vehicle,
body.astraxverse-body .meta-home-band .meta-home-card-crew {
  grid-column: span 2;
}

body.astraxverse-body[data-reward-state="ready"] .meta-home-card-reward,
body.astraxverse-body[data-reward-state="ready"] .meta-claim-inline {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 26px rgba(255, 230, 103, 0.12),
    0 18px 34px rgba(0, 0, 0, 0.24);
}

body.astraxverse-body .launch-poster-section {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

body.astraxverse-body .launch-poster-visual {
  overflow: hidden;
}

body.astraxverse-body .launch-poster-visual img {
  width: 100%;
  display: block;
  border-radius: 28px;
}

body.astraxverse-body .launch-poster-visual figcaption {
  margin-top: 12px;
  color: rgba(239, 245, 255, 0.72);
}

body.astraxverse-body .episode-visual img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

body.astraxverse-body .media-wall-section {
  margin-top: 22px;
}

body.astraxverse-body .media-wall-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 18px;
}

body.astraxverse-body .media-capture-card,
body.astraxverse-body .media-video-card {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.44), rgba(7, 13, 19, 0.18)),
    radial-gradient(circle at top right, rgba(255, 121, 207, 0.08), transparent 34%);
  backdrop-filter: blur(16px);
}

body.astraxverse-body .media-capture-card {
  display: grid;
  gap: 14px;
  overflow: hidden;
}

body.astraxverse-body .media-capture-card-feature {
  grid-row: span 2;
}

body.astraxverse-body .media-capture-visual img {
  width: 100%;
  min-height: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
}

body.astraxverse-body .media-capture-copy h3,
body.astraxverse-body .media-video-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

body.astraxverse-body .media-capture-copy p:last-child,
body.astraxverse-body .media-video-card p:last-child {
  color: rgba(239, 245, 255, 0.74);
}

body.astraxverse-body .media-video-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

body.astraxverse-body .media-video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

body.astraxverse-body .media-video-list span {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px dashed rgba(115, 244, 255, 0.22);
  background: rgba(5, 13, 18, 0.2);
  color: rgba(239, 245, 255, 0.74);
}

@media (max-width: 1280px) {
  body.astraxverse-body .meta-home-copy {
    width: min(760px, calc(100% - 160px));
  }

  body.astraxverse-body .meta-home-rail-band {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  }

  body.astraxverse-body .meta-home-corner-right {
    width: min(286px, calc(100% - 60px));
  }

  body.astraxverse-body .meta-sky-car-5,
  body.astraxverse-body .meta-sky-car-6 {
    display: none;
  }

  body.astraxverse-body .meta-home-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.astraxverse-body .meta-home-band .meta-home-card-vehicle,
  body.astraxverse-body .meta-home-band .meta-home-card-crew {
    grid-column: span 1;
  }

  body.astraxverse-body .showcase-stack-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  body.astraxverse-body .meta-home-shell {
    padding: 0;
    min-height: auto;
  }

  body.astraxverse-body .meta-home-webgl-shell,
  body.astraxverse-body .meta-home-webgl {
    min-height: 760px;
  }

  body.astraxverse-body .meta-home-topbar,
  body.astraxverse-body .meta-home-copy {
    position: static;
  }

  body.astraxverse-body .meta-home-overlay {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px 0 0;
  }

  body.astraxverse-body .meta-home-copy,
  body.astraxverse-body .meta-home-controls {
    width: auto;
    max-width: none;
  }

  body.astraxverse-body .meta-home-copy {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  body.astraxverse-body .meta-home-topbar {
    inset: auto;
    flex-direction: column;
  }

  body.astraxverse-body .meta-home-stage-readouts {
    justify-content: flex-start;
  }

  body.astraxverse-body .meta-home-depth-fleet {
    display: none;
  }

  body.astraxverse-body .hero-matrix-cast {
    position: static;
    inset: auto;
    display: grid;
    gap: 18px;
    margin-top: 18px;
    pointer-events: auto;
  }

  body.astraxverse-body .hero-ride-stage-shell {
    position: static;
    width: min(100%, 720px);
    height: auto;
  }

  body.astraxverse-body .hero-crew-stage-shell {
    position: static;
    width: min(100%, 340px);
    height: auto;
  }

  body.astraxverse-body .hero-ride-stage,
  body.astraxverse-body .hero-crew-stage {
    min-height: 360px;
  }

  body.astraxverse-body .store-drop-scene {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .store-drop-pack-stack {
    min-height: 280px;
  }

  body.astraxverse-body .meta-home-rail-band {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .design-fleet-field {
    min-height: 420px;
  }

  body.astraxverse-body .design-fleet-car-5,
  body.astraxverse-body .design-fleet-car-6 {
    display: none;
  }

  body.astraxverse-body .meta-home-controls-head {
    flex-direction: column;
  }

  body.astraxverse-body .meta-home-controls {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .meta-home-controls-head,
  body.astraxverse-body .meta-home-controls-hints,
  body.astraxverse-body .stage-control-row-tight,
  body.astraxverse-body .meta-home-controls .stage-focus-row,
  body.astraxverse-body .meta-home-controls .stage-air-traffic {
    grid-column: 1;
    grid-row: auto;
  }

  body.astraxverse-body .meta-home-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.astraxverse-body .promo-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.astraxverse-body .media-wall-grid {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .media-capture-card-feature {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  body.astraxverse-body .meta-home-webgl-shell,
  body.astraxverse-body .meta-home-webgl {
    min-height: 620px;
  }

  body.astraxverse-body .meta-home-copy {
    padding: 0;
    border-radius: 0;
  }

  body.astraxverse-body .meta-home-copy h1 {
    max-width: none;
    font-size: clamp(3rem, 14vw, 5.4rem);
  }

  body.astraxverse-body .meta-home-status-section {
    margin-top: 22px;
  }

  body.astraxverse-body .meta-home-rail-band {
    gap: 12px;
    margin-top: 14px;
  }

  body.astraxverse-body .meta-vehicle-grid {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .meta-home-band {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .promo-band {
    grid-template-columns: 1fr;
  }

  body.astraxverse-body .store-drop-showcase {
    padding: 20px;
  }

  body.astraxverse-body .store-drop-orbit {
    min-height: 240px;
  }

  body.astraxverse-body .store-drop-top {
    flex-direction: column;
  }

  body.astraxverse-body .design-fleet-shell {
    padding: 20px;
  }

  body.astraxverse-body .design-fleet-field {
    min-height: 340px;
  }

  body.astraxverse-body .design-fleet-car {
      width: min(152px, 32vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.astraxverse-body .meta-home-shell,
  body.astraxverse-body .launch-poster-visual,
  body.astraxverse-body .garage-card,
  body.astraxverse-body .fleet-card {
    transform: none !important;
  }
}

body.astraxverse-body .fleet-wall {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

body.astraxverse-body .fleet-wall-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

body.astraxverse-body .fleet-wall-copy h2 {
  margin-bottom: 0;
}

body.astraxverse-body .fleet-wall-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
  gap: 14px;
}

body.astraxverse-body .fleet-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(115, 244, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 18, 40, 0.78), rgba(7, 10, 22, 0.92)),
    radial-gradient(circle at 20% 18%, rgba(115, 244, 255, 0.08), transparent 34%),
    radial-gradient(circle at 84% 74%, rgba(255, 121, 207, 0.08), transparent 28%);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

body.astraxverse-body .fleet-card.is-active {
  border-color: rgba(115, 244, 255, 0.22);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.24),
    0 0 32px rgba(115, 244, 255, 0.12);
  transform:
    translate3d(var(--drift-tx, 0px), calc(var(--drift-ty, 0px) - 4px), 0)
    rotateX(var(--drift-rx, 0deg))
    rotateY(var(--drift-ry, 0deg));
}

body.astraxverse-body .fleet-card-hit {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 0;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

body.astraxverse-body .fleet-card-media {
  position: relative;
  min-height: 138px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(115, 244, 255, 0.1);
  background:
    radial-gradient(circle at 50% 85%, rgba(71, 154, 255, 0.18), transparent 24%),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(14, 19, 44, 0.86), rgba(6, 10, 22, 0.98));
}

body.astraxverse-body .fleet-card-media::after {
  content: "";
  position: absolute;
  inset: auto 18% 8% 18%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(75, 166, 255, 0.42), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

body.astraxverse-body .fleet-card-poster {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  filter:
    brightness(0.8)
    contrast(1.08)
    saturate(0.88)
    drop-shadow(0 12px 24px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 14px rgba(76, 160, 255, 0.16));
}

body.astraxverse-body .fleet-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 10, 22, 0.64);
  backdrop-filter: blur(12px);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.astraxverse-body .fleet-card-copy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

body.astraxverse-body .fleet-card-copy strong {
  display: block;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.2;
}

body.astraxverse-body .fleet-card-copy span {
  opacity: 0.82;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.astraxverse-body .fleet-wall-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  body.astraxverse-body .fleet-wall-grid {
    grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
  }
}

@media (max-width: 620px) {
  body.astraxverse-body .hero-ride-stage {
    min-height: 290px;
    border-radius: 24px;
  }

  body.astraxverse-body .hero-ride-stage canvas {
    border-radius: 24px;
  }

  body.astraxverse-body .fleet-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.astraxverse-body .fleet-card-media {
    min-height: 124px;
  }
}
