.game-theme--digimon {
  --digimon-hub-hero-background:
    linear-gradient(
      90deg,
      rgba(4, 11, 22, 0.99) 0%,
      rgba(4, 11, 22, 0.96) 42%,
      rgba(4, 11, 22, 0.72) 62%,
      rgba(4, 11, 22, 0.14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 11, 22, 0.2),
      transparent 58%,
      rgba(4, 11, 22, 0.56)
    ),
    url("/images/other-games/digimon-digital-world-hero.webp") center / cover
      no-repeat;
  --other-bg: #040b16;
  --other-panel-solid: #071426;
  --other-surface: rgba(7, 20, 38, 0.97);
  --other-surface-strong: #0b213a;
  --other-text: #f8fcff;
  --other-muted: #c0d3e3;
  --other-accent: #53d5ff;
  --other-accent-strong: #9eeaff;
  --other-accent-rgb: 83, 213, 255;
  --other-link: #9eeaff;
  --other-focus: #ffe76b;
  --other-border-width: 2px;
  --other-border-style: solid;
  --other-border: rgba(83, 213, 255, 0.62);
  --other-control-border: #53d5ff;
  --other-display-font:
    "Arial Black", "Aptos Display", "Segoe UI", ui-sans-serif, sans-serif;
  --other-heading-letter-spacing: -0.02em;
  --other-heading-weight: 850;
  --other-radius-large: 2px 22px 2px 22px;
  --other-radius-medium: 2px 15px 2px 15px;
  --other-radius-control: 2px 10px 2px 10px;
  --other-chip-radius: 2px 10px 2px 10px;
  --other-button-radius: 2px 12px 2px 12px;
  --other-panel-shadow:
    0 0 0 1px rgba(83, 213, 255, 0.12), 0 22px 52px rgba(0, 7, 18, 0.52);
  --other-method-background:
    linear-gradient(rgba(83, 213, 255, 0.08) 1px, transparent 1px) 0 0 / 18px
      18px,
    linear-gradient(90deg, rgba(83, 213, 255, 0.08) 1px, transparent 1px) 0 0 /
      18px 18px,
    #0a1d34;
  --other-product-background:
    linear-gradient(110deg, rgba(83, 213, 255, 0.12), transparent 46%), #091a2f;
  --other-control-background: #0b213a;
  --other-chip-background: #0c2944;
  --other-chip-foreground: #f8fcff;
  --other-chip-border: #53d5ff;
  --other-button-background: #9eeaff;
  --other-button-foreground: #04121f;
  --other-button-border: #9eeaff;
  --other-action-note-background: #0c2238;
  --other-page-background:
    linear-gradient(rgba(83, 213, 255, 0.08) 1px, transparent 1px) 0 0 / 24px
      24px,
    linear-gradient(90deg, rgba(83, 213, 255, 0.08) 1px, transparent 1px) 0 0 /
      24px 24px,
    repeating-linear-gradient(
      180deg,
      transparent 0 5px,
      rgba(255, 255, 255, 0.018) 6px 7px
    ),
    radial-gradient(
      circle at 82% 3%,
      rgba(123, 83, 255, 0.2),
      transparent 28rem
    ),
    #040b16;
  --other-hero-background: linear-gradient(
    122deg,
    rgba(8, 29, 53, 0.99),
    rgba(4, 14, 29, 0.98)
  );
  --other-directory-card-background: var(--digimon-hub-hero-background);
  --other-directory-card-motif:
    linear-gradient(rgba(83, 213, 255, 0.07) 1px, transparent 1px) 0 0 / 28px
      28px,
    linear-gradient(90deg, rgba(83, 213, 255, 0.07) 1px, transparent 1px) 0 0 /
      28px 28px;
  --other-hero-motif:
    linear-gradient(rgba(83, 213, 255, 0.14) 1px, transparent 1px) 0 0 / 16px
      16px,
    linear-gradient(90deg, rgba(83, 213, 255, 0.14) 1px, transparent 1px) 0 0 /
      16px 16px;
  --other-hero-decoration:
    radial-gradient(circle at 18% 22%, #ffe76b 0 4px, transparent 5px),
    radial-gradient(circle at 76% 30%, #53d5ff 0 5px, transparent 6px),
    radial-gradient(circle at 58% 78%, #ef646f 0 4px, transparent 5px),
    linear-gradient(
      32deg,
      transparent 47%,
      rgba(158, 234, 255, 0.52) 48% 50%,
      transparent 51%
    ),
    linear-gradient(
      148deg,
      transparent 47%,
      rgba(158, 234, 255, 0.35) 48% 50%,
      transparent 51%
    );
  --other-hero-decoration-radius: 2px 22px 2px 22px;
  --other-hero-decoration-transform: skew(-6deg);
  --other-product-radius: 0;
  --other-product-clip: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% 100%,
    18px 100%,
    0 calc(100% - 18px)
  );
  --other-method-radius: 2px 15px 2px 15px;
  --other-hover-lift: -2px;
  --other-hover-shadow:
    0 0 0 2px rgba(83, 213, 255, 0.42), 0 15px 34px rgba(83, 213, 255, 0.14);
  color-scheme: dark;
}

.game-theme--digimon .other-hero {
  border-left: 8px solid #ffe76b;
}

/*
 * The hub uses an original Digital World landscape rather than the shared
 * geometric placeholders. The layered scrim keeps the generated artwork on
 * the right and preserves a quiet, high-contrast field for the page copy.
 */
.game-theme--digimon.game-hub-page .game-hero {
  min-height: clamp(29rem, 46vw, 34rem);
  align-content: center;
  background: var(--digimon-hub-hero-background);
  box-shadow:
    var(--other-panel-shadow),
    inset 0 0 0 1px rgba(158, 234, 255, 0.12),
    inset 0 -4px 0 rgba(123, 83, 255, 0.2);
}

.game-theme--digimon.game-hub-page .game-hero > * {
  position: relative;
  z-index: 1;
}

.game-theme--digimon.game-hub-page .game-hero::before,
.game-theme--digimon.game-hub-page .game-hero::after {
  display: none;
}

.game-theme--digimon .other-eyebrow,
.game-theme--digimon .other-product-row__eyebrow,
.game-theme--digimon .other-product-row__meta,
.game-theme--digimon .other-status-badge {
  font-family: var(--other-code-font);
}

.game-theme--digimon .other-hero h1 {
  text-shadow: 4px 4px 0 rgba(123, 83, 255, 0.35);
}

.game-theme--digimon .other-fact-list li {
  border-left: 5px solid #ffe76b;
  text-transform: uppercase;
}

.game-theme--digimon .other-fact-list li:nth-child(2) {
  border-left-color: #53d5ff;
}

.game-theme--digimon .other-fact-list li:nth-child(3) {
  border-left-color: #ef646f;
}

.game-theme--digimon .other-product-row {
  border-left: 7px solid #53d5ff;
}

.game-theme--digimon .other-product-row:nth-child(even) {
  border-left-color: #7b53ff;
}

.game-theme--digimon .other-method-card {
  border-top: 5px solid #53d5ff;
}

.game-theme--digimon .other-method-card:nth-child(2) {
  border-top-color: #ffe76b;
}

.game-theme--digimon .other-method-card:nth-child(3) {
  border-top-color: #ef646f;
}

.game-theme--digimon .other-control input,
.game-theme--digimon .other-control select {
  font-family: var(--other-code-font);
}

/*
 * Calculator pages reuse the hub's Digital World artwork as a compact product
 * masthead. The command center keeps the full product draw ahead of Sift while
 * moving the live controls and recalculated Low/Mid/High range into one view.
 */
.other-game-calculator.game-theme--digimon .other-calc-shell {
  width: min(calc(100% - 32px), 96rem);
  max-width: 96rem;
}

.other-game-calculator.game-theme--digimon .other-calc-hero {
  display: grid;
  min-height: clamp(18rem, 22vw, 21rem);
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 17rem);
  gap: 12px clamp(24px, 4vw, 58px);
  align-content: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(83, 213, 255, 0.82);
  border-radius: 18px;
  background:
    linear-gradient(
        90deg,
        rgba(4, 11, 22, 0.995) 0%,
        rgba(4, 11, 22, 0.98) 40%,
        rgba(4, 11, 22, 0.84) 57%,
        rgba(4, 11, 22, 0.26) 82%,
        rgba(4, 11, 22, 0.18) 100%
      )
      center / cover no-repeat,
    linear-gradient(180deg, rgba(4, 11, 22, 0.08), rgba(4, 11, 22, 0.58)),
    url("/images/other-games/digimon-digital-world-hero.webp") 72% center /
      cover no-repeat;
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(83, 213, 255, 0.12),
    inset 0 -3px 0 rgba(123, 83, 255, 0.74);
}

.other-game-calculator.game-theme--digimon .other-calc-hero::before {
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 5px,
      rgba(83, 213, 255, 0.1) 5px 6px
    ),
    linear-gradient(rgba(83, 213, 255, 0.08) 1px, transparent 1px) 0 0 / 18px
      18px,
    linear-gradient(90deg, rgba(83, 213, 255, 0.08) 1px, transparent 1px) 0 0 /
      18px 18px;
  opacity: 0.36;
  transform: none;
}

.other-game-calculator.game-theme--digimon .other-calc-hero::after {
  z-index: 2;
  inset: auto auto 0 0;
  width: min(70%, 52rem);
  height: 3px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #7b53ff, #53d5ff 72%, transparent);
  box-shadow: 0 0 18px rgba(83, 213, 255, 0.54);
  opacity: 1;
  transform: none;
}

.other-game-calculator.game-theme--digimon .other-calc-hero > * {
  grid-column: 1;
  max-width: 66rem;
}

.other-game-calculator.game-theme--digimon .other-calc-hero h1 {
  max-width: 24ch;
  margin-block: 0.2rem 0.72rem;
  font-size: clamp(2.3rem, 3.4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-shadow:
    4px 4px 0 rgba(123, 83, 255, 0.34),
    0 5px 28px rgba(0, 5, 14, 0.94);
}

.other-game-calculator.game-theme--digimon
  .other-calc-hero
  > p:not(.other-calc-kicker) {
  max-width: 64ch;
  margin-block: 0;
  text-shadow: 0 2px 12px rgba(0, 5, 14, 0.92);
}

.other-game-calculator.game-theme--digimon
  .other-calc-hero
  > .other-calc-order-note {
  margin-top: 12px;
  border-left-color: #ef646f;
  background: rgba(4, 11, 22, 0.82);
  font-size: 0.82rem;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.other-game-calculator.game-theme--digimon .other-calc-kicker,
.other-game-calculator.game-theme--digimon .other-calc-panel-label,
.other-game-calculator.game-theme--digimon
  :is(.other-calc-hero-facts dt, .other-calc-quick-metric dt) {
  font-family: var(--other-code-font);
}

.other-game-calculator.game-theme--digimon .other-calc-hero-facts {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 5;
  grid-template-columns: 1fr;
  gap: 10px;
  align-self: center;
  width: 100%;
  max-width: none;
  margin: 0;
}

.other-game-calculator.game-theme--digimon .other-calc-hero-facts > div {
  position: relative;
  min-height: 0;
  padding: 12px 14px 13px;
  border-color: rgba(83, 213, 255, 0.64);
  border-radius: 9px;
  background: rgba(4, 16, 30, 0.86);
  box-shadow:
    inset 3px 0 0 #53d5ff,
    0 8px 24px rgba(0, 6, 17, 0.22);
  backdrop-filter: blur(8px);
}

.other-game-calculator.game-theme--digimon
  .other-calc-hero-facts
  > div:nth-child(2) {
  box-shadow:
    inset 3px 0 0 #ef646f,
    0 8px 24px rgba(0, 6, 17, 0.22);
}

.other-game-calculator.game-theme--digimon
  .other-calc-hero-facts
  > div:nth-child(3) {
  box-shadow:
    inset 3px 0 0 #ffe76b,
    0 8px 24px rgba(0, 6, 17, 0.22);
}

.other-game-calculator.game-theme--digimon
  .other-calc-hero-facts
  > div:nth-child(4) {
  box-shadow:
    inset 3px 0 0 #7b53ff,
    0 8px 24px rgba(0, 6, 17, 0.22);
}

.other-game-calculator.game-theme--digimon .other-calc-hero-facts dt {
  color: #9eeaff;
}

.other-game-calculator.game-theme--digimon .other-calc-hero-facts dd {
  margin-top: 4px;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.35;
}

.other-game-calculator.game-theme--digimon .digimon-calc-command-center {
  position: relative;
  display: grid;
  grid-template-columns: minmax(19rem, 0.7fr) minmax(0, 1.65fr);
  gap: 18px;
  min-width: 0;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  > .other-calc-settings {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  margin: 0;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(83, 213, 255, 0.68);
  border-radius: 15px;
  background:
    linear-gradient(150deg, rgba(83, 213, 255, 0.08), transparent 42%),
    rgba(5, 17, 32, 0.98);
  box-shadow: inset 0 -3px 0 rgba(123, 83, 255, 0.58);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  > .other-calc-settings
  > h2 {
  margin: 0 0 18px;
  color: #53d5ff;
  font-family: var(--other-code-font);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-settings
  > .settings {
  grid-template-columns: 1fr;
  gap: 12px;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-settings
  .section {
  gap: 10px;
  padding: 14px;
  border-color: rgba(83, 213, 255, 0.36);
  border-radius: 9px;
  background: rgba(7, 24, 44, 0.82);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-settings
  .section::before {
  display: none;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-settings
  .section
  h3,
.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-settings
  summary {
  color: #9eeaff;
  font-family: var(--other-code-font);
  letter-spacing: 0.08em;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  :is(#pricePerBox, #siftValue) {
  border-color: #ffe76b;
  box-shadow: inset 3px 0 0 rgba(255, 231, 107, 0.82);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  #calcEV {
  width: 100%;
  min-height: 52px;
  border-color: #ff777f;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ef646f, #ff777f);
  box-shadow: 0 12px 30px rgba(239, 100, 111, 0.24);
  font-family: var(--other-code-font);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  #calcEV:hover,
.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  #calcEV:focus-visible {
  background: linear-gradient(135deg, #ff777f, #ff9399);
  box-shadow: 0 14px 34px rgba(239, 100, 111, 0.34);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  > .other-calc-overview {
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  :is(.other-calc-quick-summary, .other-calc-structure) {
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(83, 213, 255, 0.68);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(83, 213, 255, 0.06), transparent 46%),
    rgba(5, 17, 32, 0.98);
  box-shadow: inset 0 -3px 0 rgba(123, 83, 255, 0.58);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-overview-heading
  h2 {
  color: #53d5ff;
  font-family: var(--other-code-font);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-basis {
  border-color: rgba(83, 213, 255, 0.42);
  border-radius: 8px;
  background: rgba(7, 24, 44, 0.82);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metric {
  display: grid;
  grid-column: auto;
  min-height: 92px;
  align-content: center;
  padding: 14px 10px;
  border-color: rgba(83, 213, 255, 0.38);
  border-radius: 8px;
  background: rgba(7, 24, 44, 0.82);
  text-align: center;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metric--mid {
  border-color: #53d5ff;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(83, 213, 255, 0.18),
      transparent 66%
    ),
    rgba(7, 24, 44, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(158, 234, 255, 0.14),
    0 0 24px rgba(83, 213, 255, 0.14);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metric:nth-child(5) {
  border-color: rgba(239, 100, 111, 0.78);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metric
  dd {
  margin-top: 9px;
  font-family: var(--other-code-font);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metric--mid
  dd {
  color: #9eeaff;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  text-shadow: 0 0 16px rgba(83, 213, 255, 0.38);
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-quick-metric:nth-child(5)
  dd {
  color: #ff777f;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-structure
  h2 {
  margin-block: 0.35rem 0;
  color: #53d5ff;
  font-family: var(--other-code-font);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-definition-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.other-game-calculator.game-theme--digimon
  .digimon-calc-command-center
  .other-calc-definition-grid
  > div {
  border-color: rgba(83, 213, 255, 0.36);
  border-radius: 8px;
  background: rgba(7, 24, 44, 0.82);
}

.other-game-calculator.game-theme--digimon .other-calc-model-evidence {
  border: 1px solid rgba(83, 213, 255, 0.68);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(123, 83, 255, 0.12), transparent 42%),
    rgba(5, 17, 32, 0.98);
  box-shadow: inset 0 -3px 0 rgba(123, 83, 255, 0.52);
}

.other-game-calculator.game-theme--digimon
  .other-calc-model-evidence
  > summary {
  padding: clamp(18px, 2.5vw, 26px);
}

@media (max-width: 1100px) {
  .other-game-calculator.game-theme--digimon .other-calc-hero {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--digimon .other-calc-hero-facts {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
  }

  .other-game-calculator.game-theme--digimon .digimon-calc-command-center {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    > :is(.other-calc-settings, .other-calc-overview) {
    grid-column: 1;
    grid-row: auto;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-settings
    > .settings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .other-game-calculator.game-theme--digimon .other-calc-hero {
    min-height: 0;
    padding: 24px 20px;
    background:
      linear-gradient(
          90deg,
          rgba(4, 11, 22, 0.99),
          rgba(4, 11, 22, 0.92) 68%,
          rgba(4, 11, 22, 0.7)
        )
        center / cover no-repeat,
      linear-gradient(180deg, rgba(4, 11, 22, 0.12), rgba(4, 11, 22, 0.72)),
      url("/images/other-games/digimon-digital-world-hero.webp") right center /
        auto 100% no-repeat;
  }

  .other-game-calculator.game-theme--digimon .other-calc-hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-settings
    > .settings {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-overview-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-quick-basis {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .other-game-calculator.game-theme--digimon .other-calc-shell {
    width: min(calc(100% - 16px), 96rem);
    padding-inline: 0;
  }

  .other-game-calculator.game-theme--digimon .other-calc-hero-facts {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    :is(
      .other-calc-settings,
      .other-calc-quick-summary,
      .other-calc-structure
    ) {
    padding: 18px 14px;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-quick-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-quick-metric {
    grid-column: auto;
    min-height: 78px;
    padding-inline: 5px;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-quick-metric
    dd,
  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-quick-metric--mid
    dd {
    overflow-wrap: normal;
    font-size: clamp(0.88rem, 4.2vw, 1.1rem);
    white-space: nowrap;
  }

  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    .other-calc-definition-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-contrast: more) {
  .other-game-calculator.game-theme--digimon .other-calc-hero,
  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    :is(.other-calc-settings, .other-calc-quick-summary, .other-calc-structure),
  .other-game-calculator.game-theme--digimon .other-calc-model-evidence {
    background: #071426;
    box-shadow: none;
  }
}

@media (forced-colors: active) {
  .other-game-calculator.game-theme--digimon .other-calc-hero,
  .other-game-calculator.game-theme--digimon
    .digimon-calc-command-center
    :is(.other-calc-settings, .other-calc-quick-summary, .other-calc-structure),
  .other-game-calculator.game-theme--digimon .other-calc-model-evidence {
    border-color: CanvasText;
    color: CanvasText;
    background: Canvas;
    box-shadow: none;
  }

  .other-game-calculator.game-theme--digimon .other-calc-hero::before,
  .other-game-calculator.game-theme--digimon .other-calc-hero::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .game-theme--digimon.game-hub-page .game-hero {
    min-height: 0;
    background:
      linear-gradient(
        90deg,
        rgba(4, 11, 22, 0.98),
        rgba(4, 11, 22, 0.9) 58%,
        rgba(4, 11, 22, 0.58)
      ),
      linear-gradient(180deg, rgba(4, 11, 22, 0.12), rgba(4, 11, 22, 0.72)),
      url("/images/other-games/digimon-digital-world-hero.webp") right center /
        auto 100% no-repeat;
  }
}
