.game-theme--nostalgix {
  --other-bg: #10091a;
  --other-panel-solid: #201238;
  --other-surface: rgba(32, 18, 56, 0.97);
  --other-surface-strong: #2a1847;
  --other-text: #fffaf0;
  --other-muted: #ddd0e8;
  --other-accent: #ff5dbe;
  --other-accent-strong: #75edff;
  --other-accent-rgb: 255, 93, 190;
  --other-link: #75edff;
  --other-focus: #ffe45e;
  --other-border-width: 3px;
  --other-border-style: solid;
  --other-border: rgba(117, 237, 255, 0.66);
  --other-control-border: #75edff;
  --other-display-font:
    "Arial Black", "Aptos Display", "Trebuchet MS", ui-sans-serif, sans-serif;
  --other-heading-letter-spacing: -0.022em;
  --other-heading-weight: 900;
  --other-radius-large: 16px;
  --other-radius-medium: 12px;
  --other-radius-control: 10px;
  --other-chip-radius: 12px;
  --other-button-radius: 10px;
  --other-panel-shadow:
    9px 9px 0 rgba(117, 237, 255, 0.18), -7px -7px 0 rgba(255, 93, 190, 0.16);
  --other-method-background:
    radial-gradient(circle, rgba(255, 228, 94, 0.18) 0 2px, transparent 3px) 0
      0 / 18px 18px,
    #281743;
  --other-product-background:
    linear-gradient(
      90deg,
      #ffe45e 0 10px,
      #ff5dbe 10px 20px,
      #75edff 20px 30px,
      transparent 30px
    ),
    #261640;
  --other-control-background: #2a1847;
  --other-chip-background: #2c1949;
  --other-chip-foreground: #fffaf0;
  --other-chip-border: #75edff;
  --other-button-background: #ffe45e;
  --other-button-foreground: #24112f;
  --other-button-border: #ffe45e;
  --other-action-note-background: #2c1949;
  --other-page-background:
    radial-gradient(circle, rgba(255, 228, 94, 0.17) 0 2px, transparent 3px) 0
      0 / 24px 24px,
    linear-gradient(
        45deg,
        rgba(117, 237, 255, 0.07) 25%,
        transparent 25% 75%,
        rgba(255, 93, 190, 0.08) 75%
      )
      0 0 / 42px 42px,
    linear-gradient(145deg, #190b29, #080d20 72%);
  --other-hero-background: linear-gradient(
    128deg,
    rgba(44, 25, 73, 0.99),
    rgba(20, 13, 45, 0.98)
  );
  --other-hero-motif: repeating-conic-gradient(
    from 12deg,
    rgba(255, 228, 94, 0.2) 0 7deg,
    transparent 7deg 16deg
  );
  --other-hero-decoration: linear-gradient(
    90deg,
    #ff5dbe 0 29%,
    transparent 29% 35%,
    #75edff 35% 64%,
    transparent 64% 70%,
    #ffe45e 70% 100%
  );
  --other-hero-decoration-radius: 14px;
  --other-hero-decoration-transform: rotate(-8deg);
  --other-product-radius: 10px;
  --other-method-radius: 12px;
  --other-hover-lift: -4px;
  --other-hover-shadow: 8px 8px 0 rgba(255, 228, 94, 0.32);
  color-scheme: dark;
}

.game-theme--nostalgix .other-hero h1 {
  text-shadow:
    4px 4px 0 #6a235e,
    7px 7px 0 rgba(117, 237, 255, 0.35);
}

.game-theme--nostalgix .other-eyebrow {
  color: #ffe45e;
}

.game-theme--nostalgix .other-fact-list li {
  border-color: #ffe45e;
  color: #24112f;
  background: #ffe45e;
  box-shadow: 4px 4px 0 #ff5dbe;
}

.game-theme--nostalgix .other-fact-list li:nth-child(2) {
  border-color: #75edff;
  background: #75edff;
  box-shadow: 4px 4px 0 #6fdf5d;
}

.game-theme--nostalgix .other-fact-list li:nth-child(3) {
  border-color: #ff9cd4;
  background: #ff9cd4;
  box-shadow: 4px 4px 0 #75edff;
}

.game-theme--nostalgix .other-product-row {
  padding-left: 52px;
  border-color: #75edff;
  box-shadow: inset 0 0 0 2px #201238;
}

.game-theme--nostalgix .other-product-row:nth-child(even) {
  border-color: #ff8dce;
}

.game-theme--nostalgix .other-method-card {
  border-color: #ffe45e;
}

.game-theme--nostalgix .other-method-card:nth-child(2) {
  border-color: #75edff;
}

.game-theme--nostalgix .other-method-card:nth-child(3) {
  border-color: #ff8dce;
}

.game-theme--nostalgix .other-method-card h3 {
  width: fit-content;
  padding: 3px 8px;
  color: #24112f;
  background: #ffe45e;
}
