.game-theme--altered {
  --other-bg: #edf2e9;
  --other-panel-solid: #fffaf0;
  --other-surface: rgba(255, 250, 240, 0.94);
  --other-surface-strong: #fffdf7;
  --other-text: #183b38;
  --other-muted: #465f5b;
  --other-accent: #1d7771;
  --other-accent-strong: #155e5a;
  --other-accent-rgb: 29, 119, 113;
  --other-link: #0d5e70;
  --other-focus: #7b245d;
  --other-border: rgba(43, 92, 86, 0.42);
  --other-control-border: #647c77;
  --other-display-font:
    Georgia, "Palatino Linotype", "Book Antiqua", ui-serif, serif;
  --other-heading-letter-spacing: -0.02em;
  --other-heading-weight: 700;
  --other-radius-large: 34px 10px 28px 14px;
  --other-radius-medium: 22px 7px 18px 10px;
  --other-radius-control: 12px 5px 12px 5px;
  --other-chip-radius: 18px 5px 18px 5px;
  --other-button-radius: 16px 5px 16px 5px;
  --other-panel-shadow: 0 20px 45px rgba(37, 79, 73, 0.14);
  --other-method-background:
    linear-gradient(145deg, rgba(29, 119, 113, 0.08), transparent 55%), #fffdf7;
  --other-product-background:
    linear-gradient(100deg, rgba(206, 84, 101, 0.08), transparent 32%), #fffdf7;
  --other-control-background: #ffffff;
  --other-chip-background: #e5f0e7;
  --other-chip-foreground: #183b38;
  --other-chip-border: #4d7770;
  --other-button-background: #155e5a;
  --other-button-foreground: #ffffff;
  --other-button-border: #155e5a;
  --other-action-note-background: #f2e8dd;
  --other-page-background:
    radial-gradient(
      ellipse at 10% 5%,
      rgba(38, 151, 143, 0.2),
      transparent 32rem
    ),
    radial-gradient(
      ellipse at 88% 15%,
      rgba(206, 84, 101, 0.17),
      transparent 28rem
    ),
    radial-gradient(
      ellipse at 54% 88%,
      rgba(112, 83, 170, 0.13),
      transparent 32rem
    ),
    linear-gradient(145deg, #f7f1e6, #e7f0e9 72%);
  --other-hero-background:
    radial-gradient(
      ellipse at 84% 18%,
      rgba(112, 83, 170, 0.18),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 14% 82%,
      rgba(206, 84, 101, 0.15),
      transparent 42%
    ),
    rgba(255, 250, 240, 0.95);
  --other-hero-motif: repeating-radial-gradient(
    ellipse at 48% 50%,
    transparent 0 18px,
    rgba(29, 119, 113, 0.15) 19px 20px
  );
  --other-hero-decoration: conic-gradient(
    from 28deg,
    rgba(29, 119, 113, 0.3),
    rgba(206, 84, 101, 0.22),
    rgba(112, 83, 170, 0.26),
    rgba(29, 119, 113, 0.3)
  );
  --other-hero-decoration-radius: 46% 54% 62% 38%;
  --other-hero-decoration-transform: rotate(13deg);
  --other-product-radius: 24px 7px 20px 9px;
  --other-method-radius: 18px 6px 18px 6px;
  --other-hover-lift: -2px;
  color-scheme: light;
}

.game-theme--altered .other-hero h1 {
  max-width: 15ch;
}

.game-theme--altered .other-eyebrow {
  color: #93404e;
  letter-spacing: 0.08em;
  text-transform: none;
}

.game-theme--altered .other-fact-list li {
  position: relative;
  padding-left: 26px;
}

.game-theme--altered .other-fact-list li::before {
  position: absolute;
  left: 10px;
  width: 7px;
  height: 7px;
  border: 2px solid #155e5a;
  border-radius: 50%;
  content: "";
}

.game-theme--altered .other-product-row {
  border-left: 5px solid #1d7771;
}

.game-theme--altered .other-product-row:nth-child(even) {
  border-left-color: #a44556;
}

.game-theme--altered .other-method-grid {
  counter-reset: altered-discovery;
}

.game-theme--altered .other-method-card {
  position: relative;
  padding-top: 54px;
  counter-increment: altered-discovery;
}

.game-theme--altered .other-method-card::before {
  position: absolute;
  top: 16px;
  left: 20px;
  min-width: 27px;
  padding: 3px 8px;
  border: 1px solid #4d7770;
  border-radius: 999px;
  color: #155e5a;
  background: #e5f0e7;
  content: "0" counter(altered-discovery);
  font-family: var(--other-code-font);
  font-size: 0.76rem;
  font-weight: 800;
}
