.game-theme--weiss-schwarz {
  --weiss-hub-hero-background:
    linear-gradient(
        90deg,
        rgba(7, 9, 26, 0.99) 0%,
        rgba(7, 9, 26, 0.97) 36%,
        rgba(7, 9, 26, 0.82) 53%,
        rgba(7, 9, 26, 0.22) 74%,
        rgba(7, 9, 26, 0.12) 100%
      )
      center / cover no-repeat,
    url("/images/other-games/weiss-schwarz-neon-hero.webp") 68% center / cover
      no-repeat;
  --other-bg: #07091a;
  --other-panel-solid: #0b0f24;
  --other-surface: rgba(11, 15, 36, 0.96);
  --other-surface-strong: #111735;
  --other-text: #f9f7ff;
  --other-muted: #c9cce4;
  --other-accent: #ff4fd8;
  --other-accent-strong: #ff91e8;
  --other-accent-rgb: 255, 79, 216;
  --other-link: #89efff;
  --other-focus: #fff176;
  --other-border-width: 1px;
  --other-border-style: solid;
  --other-border: rgba(137, 239, 255, 0.48);
  --other-control-border: #59dfff;
  --other-display-font:
    "Arial Black", "Aptos Display", "Segoe UI", ui-sans-serif, sans-serif;
  --other-heading-letter-spacing: -0.045em;
  --other-heading-weight: 900;
  --other-radius-large: 18px;
  --other-radius-medium: 14px;
  --other-radius-control: 10px;
  --other-chip-radius: 999px;
  --other-button-radius: 9px;
  --other-panel-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48), 0 0 36px rgba(255, 79, 216, 0.1);
  --other-method-background: #111735;
  --other-product-background:
    linear-gradient(105deg, rgba(255, 79, 216, 0.1), transparent 44%), #0e132c;
  --other-control-background: #111735;
  --other-chip-background: #161b3d;
  --other-chip-foreground: #f9f7ff;
  --other-chip-border: #ff81df;
  --other-button-background: #76eeff;
  --other-button-foreground: #06121c;
  --other-button-border: #76eeff;
  --other-action-note-background: #151a35;
  --other-page-background:
    radial-gradient(
      circle at 14% -8%,
      rgba(255, 79, 216, 0.2),
      transparent 30rem
    ),
    radial-gradient(
      circle at 88% 22%,
      rgba(89, 223, 255, 0.14),
      transparent 34rem
    ),
    linear-gradient(145deg, #07091a, #090b20 58%, #050611);
  --other-hero-background:
    radial-gradient(
      circle at 82% 18%,
      rgba(89, 223, 255, 0.2),
      transparent 22rem
    ),
    linear-gradient(125deg, #0b0f2a, #17113c 58%, #09182b);
  --other-directory-card-background: var(--weiss-hub-hero-background);
  --other-hero-motif: repeating-linear-gradient(
    116deg,
    rgba(137, 239, 255, 0.14) 0 1px,
    transparent 1px 15px
  );
  --other-hero-decoration: linear-gradient(
    90deg,
    #ff4fd8,
    #76eeff 72%,
    transparent
  );
  --other-hero-decoration-radius: 0;
  --other-hero-decoration-transform: none;
  --other-product-radius: 12px;
  --other-product-clip: none;
  --other-method-radius: 12px;
  --other-alt-surface: #0b0f24;
  --other-alt-text: #f9f7ff;
  --other-alt-muted: #c9cce4;
  --other-alt-link: #89efff;
  --other-alt-focus: #fff176;
  --other-hero-text: var(--other-text);
  --other-hero-muted: var(--other-muted);
  --other-hero-kicker: #89efff;
  --other-hero-content-width: min(60%, 42rem);
  --other-hero-heading-width: min(60%, 16ch);
  --other-chart-background-start: #07091a;
  --other-chart-background-end: #13183a;
  --other-chart-grid: rgba(137, 239, 255, 0.1);
  --other-chart-axis: rgba(137, 239, 255, 0.4);
  --other-chart-band-fill: rgba(255, 79, 216, 0.065);
  --other-chart-bar-top: rgba(255, 145, 232, 0.96);
  --other-chart-bar-bottom: rgba(89, 223, 255, 0.8);
  --other-chart-boundary: rgba(137, 239, 255, 0.96);
  --other-chart-boundary-width: 1.5;
  --other-chart-boundary-dash: 6 5;
  --other-chart-mid: rgba(255, 79, 216, 0.98);
  --other-chart-mid-width: 2.5;
  --other-chart-label: rgba(249, 247, 255, 0.9);
  --other-chart-font-family: "Segoe UI", ui-sans-serif, sans-serif;
  --other-breakdown-color-1: #ff4fd8;
  --other-breakdown-color-2: #76eeff;
  --other-breakdown-color-3: #9e8cff;
  --other-breakdown-color-4: #ff91e8;
  --other-breakdown-color-5: #4fb8ff;
  --other-breakdown-color-6: #d4a7ff;
  --other-breakdown-color-7: #6fffc9;
  color-scheme: dark;
}

.other-game-calculator.game-theme--weiss-schwarz {
  --other-chip-radius: 12px;
}

.game-theme--weiss-schwarz.game-hub-page .game-hero {
  isolation: isolate;
  min-height: clamp(25rem, 47vw, 34rem);
  align-content: center;
  padding: clamp(34px, 5.5vw, 68px);
  border-color: rgba(89, 223, 255, 0.72);
  background: var(--weiss-hub-hero-background);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 79, 216, 0.28),
    0 0 46px rgba(89, 223, 255, 0.13);
}

.game-theme--weiss-schwarz.game-hub-page .game-hero > * {
  position: relative;
  z-index: 1;
  max-width: min(58%, 42rem);
}

.game-theme--weiss-schwarz.game-hub-page .game-hero h1 {
  max-width: 12ch;
  color: var(--other-text);
  background: none;
  background-clip: border-box;
  font-size: clamp(2.7rem, 5.8vw, 5.3rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-shadow: 0 4px 26px rgba(3, 4, 17, 0.84);
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.game-theme--weiss-schwarz .weiss-hero-title-mark {
  display: block;
  color: #ff9bea;
  text-shadow:
    0 0 18px rgba(255, 79, 216, 0.45),
    0 4px 26px rgba(3, 4, 17, 0.92);
}

.game-theme--weiss-schwarz.game-hub-page .game-hero .other-eyebrow {
  color: #89efff;
  text-shadow: 0 0 14px rgba(89, 239, 255, 0.36);
}

.game-theme--weiss-schwarz.game-hub-page .game-hero .other-eyebrow::before,
.game-theme--weiss-schwarz
  .other-section
  > .other-section-heading
  .other-eyebrow::before {
  display: inline-block;
  width: 0.8rem;
  height: 0.3rem;
  margin-right: 0.5rem;
  background: currentcolor;
  box-shadow: 0 0 12px currentcolor;
  content: "";
  vertical-align: 0.16em;
}

.game-theme--weiss-schwarz.game-hub-page .game-hero .other-hero__lede {
  color: #e0e1f2;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(3, 4, 17, 0.96);
}

.game-theme--weiss-schwarz.game-hub-page .game-hero::before {
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  opacity: 0.16;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 5px,
    rgba(137, 239, 255, 0.28) 5px 6px
  );
  transform: none;
}

.game-theme--weiss-schwarz.game-hub-page .game-hero::after {
  z-index: 2;
  inset: auto auto 0 0;
  width: min(54%, 36rem);
  height: 4px;
  opacity: 1;
  background: linear-gradient(90deg, #ff4fd8, #76eeff 72%, transparent);
  box-shadow:
    0 0 10px #ff4fd8,
    0 0 18px rgba(118, 238, 255, 0.8);
  transform: none;
}

.game-theme--weiss-schwarz.game-hub-page .game-hero .other-fact-list {
  gap: 8px;
}

.game-theme--weiss-schwarz.game-hub-page .game-hero .other-fact-list li {
  min-height: 40px;
  color: #f9f7ff;
  border-color: #ff81df;
  background: rgba(11, 15, 36, 0.9);
  box-shadow:
    inset 0 0 14px rgba(255, 79, 216, 0.1),
    0 0 12px rgba(255, 79, 216, 0.12);
  backdrop-filter: blur(8px);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts {
  grid-template-columns:
    minmax(8.5rem, 0.75fr) minmax(18rem, 1.65fr)
    minmax(10.5rem, 0.9fr) minmax(12rem, 1fr);
  gap: 14px;
  width: 100%;
  max-width: none;
  margin-top: clamp(22px, 3vw, 32px);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts > div {
  position: relative;
  display: grid;
  gap: 7px;
  align-content: start;
  min-height: 7rem;
  padding: 18px 18px 20px;
  overflow: hidden;
  border-color: rgba(137, 239, 255, 0.44);
  border-radius: var(--other-radius-medium);
  background:
    linear-gradient(135deg, rgba(255, 79, 216, 0.12), transparent 52%),
    rgba(11, 15, 36, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 12px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-hero-facts
  > div::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #ff4fd8, #76eeff 74%, transparent);
  box-shadow: 0 0 12px rgba(255, 79, 216, 0.5);
  content: "";
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-hero-facts
  > div:nth-child(even)::before {
  background: linear-gradient(90deg, #76eeff, #ff4fd8 74%, transparent);
  box-shadow: 0 0 12px rgba(118, 238, 255, 0.5);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts dt {
  color: #89efff;
  font-size: 0.7rem;
  letter-spacing: 0.11em;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts dd {
  margin-top: 0;
  font-size: clamp(0.92rem, 1.35vw, 1.02rem);
  font-weight: 700;
  line-height: 1.45;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-overview {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.other-game-calculator.game-theme--weiss-schwarz
  :is(.other-calc-quick-summary, .other-calc-structure) {
  padding: clamp(24px, 2.7vw, 32px);
  border-color: rgba(137, 239, 255, 0.42);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-summary {
  display: grid;
  grid-template-rows: auto 1fr;
  background:
    linear-gradient(150deg, rgba(255, 79, 216, 0.1), transparent 38%),
    rgba(11, 15, 36, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-structure {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
  background:
    linear-gradient(150deg, rgba(118, 238, 255, 0.08), transparent 42%),
    rgba(11, 15, 36, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-overview-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-overview-heading
  h2,
.other-game-calculator.game-theme--weiss-schwarz .other-calc-structure h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  line-height: 1.08;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-basis {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 11px;
  border-color: rgba(137, 239, 255, 0.34);
  border-radius: 9px;
  background: rgba(5, 7, 22, 0.58);
  color: #d9dbee;
  font-size: 0.78rem;
  line-height: 1.35;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-metrics {
  align-content: center;
  gap: 11px;
  margin: 0;
  padding-top: 18px;
}

.other-game-calculator.game-theme--weiss-schwarz
  :is(.other-calc-quick-metric, .other-calc-definition-grid > div) {
  position: relative;
  overflow: hidden;
  border-color: rgba(137, 239, 255, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(118, 238, 255, 0.07), transparent 58%),
    rgba(17, 23, 53, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.other-game-calculator.game-theme--weiss-schwarz
  :is(.other-calc-quick-metric, .other-calc-definition-grid > div)::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #76eeff, #ff4fd8 76%, transparent);
  content: "";
  opacity: 0.82;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-metric {
  min-height: 78px;
  padding: 14px 15px 15px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-quick-metric--primary {
  min-height: 92px;
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.1), transparent 60%),
    rgba(17, 23, 53, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-metric--mid {
  border-color: rgba(255, 129, 223, 0.62);
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.14), transparent 62%),
    rgba(17, 23, 53, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 20px rgba(255, 79, 216, 0.12);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-metric dt,
.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-definition-grid
  dt {
  color: #89efff;
  letter-spacing: 0.1em;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-quick-metric--mid
  dt {
  color: #ff91e8;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-quick-metric dd {
  margin-top: 9px;
  font-size: clamp(1.35rem, 2.35vw, 1.8rem);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-definition-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 12px;
  margin: 18px 0;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-definition-grid
  > div {
  min-height: 86px;
  padding: 15px 16px 17px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-definition-grid
  dd {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-structure
  > p:last-child {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(137, 239, 255, 0.2);
  font-size: 0.93rem;
  line-height: 1.5;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-model-evidence {
  border-color: rgba(137, 239, 255, 0.42);
  background:
    linear-gradient(150deg, rgba(255, 79, 216, 0.09), transparent 43%),
    rgba(11, 15, 36, 0.97);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-evidence
  > summary {
  grid-template-columns: minmax(16rem, 0.78fr) minmax(0, 1.72fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 32px);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-evidence-heading {
  align-content: center;
  gap: 8px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-evidence-heading
  > strong {
  max-width: 22ch;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.12;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-evidence-heading
  > span:last-child {
  max-width: 35ch;
  color: #d3d5e8;
  font-size: 0.86rem;
  line-height: 1.5;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-model-status {
  gap: 12px;
  padding-right: 34px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-status
  > span {
  position: relative;
  align-content: start;
  gap: 6px;
  min-height: 108px;
  padding: 16px 15px;
  overflow: hidden;
  border-color: rgba(137, 239, 255, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(118, 238, 255, 0.07), transparent 60%),
    rgba(17, 23, 53, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-status
  > span::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #76eeff, #ff4fd8 76%, transparent);
  content: "";
  opacity: 0.82;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-status
  > span:nth-child(even)::before {
  background: linear-gradient(90deg, #ff4fd8, #76eeff 76%, transparent);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-status
  small {
  color: #89efff;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-status
  strong {
  font-size: 0.9rem;
  line-height: 1.35;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-status
  strong
  + span {
  color: #c9cce4;
  font-size: 0.75rem;
  line-height: 1.35;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-evidence
  > summary::after {
  top: 24px;
  right: 24px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 129, 223, 0.58);
  border-radius: 9px;
  background: rgba(5, 7, 22, 0.62);
  box-shadow: 0 0 16px rgba(255, 79, 216, 0.13);
  font-size: 1.05rem;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-model-evidence
  > summary:hover::after {
  border-color: #89efff;
  background: rgba(17, 23, 53, 0.96);
}

/* Calculator pages extend the hub artwork into a focused neon console. */
.other-game-calculator.game-theme--weiss-schwarz .other-calc-shell {
  width: min(calc(100% - 32px), 92rem);
  max-width: 92rem;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero {
  isolation: isolate;
  min-height: clamp(24rem, 33vw, 30rem);
  align-content: center;
  padding: clamp(34px, 4.5vw, 64px);
  border-color: rgba(89, 223, 255, 0.72);
  background:
    linear-gradient(
        90deg,
        rgba(7, 9, 26, 0.995) 0%,
        rgba(7, 9, 26, 0.985) 38%,
        rgba(7, 9, 26, 0.9) 53%,
        rgba(7, 9, 26, 0.3) 73%,
        rgba(7, 9, 26, 0.12) 100%
      )
      center / cover no-repeat,
    url("/images/other-games/weiss-schwarz-neon-hero.webp") 72% center / cover
      no-repeat;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 79, 216, 0.3),
    0 0 48px rgba(89, 223, 255, 0.13);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero::before {
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  opacity: 0.16;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 5px,
    rgba(137, 239, 255, 0.28) 5px 6px
  );
  transform: none;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero::after {
  z-index: 2;
  inset: auto auto 0 0;
  width: min(64%, 48rem);
  height: 4px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background: linear-gradient(90deg, #ff4fd8, #76eeff 72%, transparent);
  box-shadow:
    0 0 10px #ff4fd8,
    0 0 18px rgba(118, 238, 255, 0.8);
  transform: none;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero > * {
  max-width: min(70%, 62rem);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero h1 {
  max-width: 100%;
  margin-block: 0.28rem 1rem;
  color: #f9f7ff;
  font-size: clamp(2.4rem, 4.15vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-shadow: 0 4px 28px rgba(3, 4, 17, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero h1 span {
  display: block;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-hero
  .weiss-calc-title-product {
  margin-top: 0.1em;
  color: #ff91e8;
  text-shadow:
    0 0 18px rgba(255, 79, 216, 0.28),
    0 4px 28px rgba(3, 4, 17, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-kicker {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: #89efff;
  text-shadow: 0 0 14px rgba(89, 239, 255, 0.42);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-kicker::before {
  width: 0.8rem;
  height: 0.3rem;
  flex: 0 0 auto;
  background: currentcolor;
  box-shadow: 0 0 12px currentcolor;
  content: "";
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-hero
  > p:not(.other-calc-kicker, .other-calc-order-note) {
  color: #e0e1f2;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(3, 4, 17, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-hero
  > .other-calc-order-note {
  margin-top: 18px;
  border-left-color: #ff4fd8;
  background: rgba(5, 7, 22, 0.8);
  color: #d7d9ec;
  font-size: 0.82rem;
  line-height: 1.5;
  box-shadow: inset 0 0 24px rgba(255, 79, 216, 0.05);
  backdrop-filter: blur(8px);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(70%, 62rem);
  max-width: min(70%, 62rem);
  margin-top: 22px;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts > div {
  min-height: 0;
  padding: 13px 14px 14px;
  background:
    linear-gradient(135deg, rgba(255, 79, 216, 0.11), transparent 55%),
    rgba(11, 15, 36, 0.88);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts dd {
  font-size: 0.88rem;
  line-height: 1.35;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-console {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto 1fr;
  gap: 0 16px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 129, 223, 0.74);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.07), transparent 34%),
    rgba(5, 7, 22, 0.94);
  box-shadow:
    inset 0 0 0 5px rgba(5, 7, 22, 0.96),
    inset 0 0 0 6px rgba(118, 238, 255, 0.22),
    0 0 0 1px rgba(118, 238, 255, 0.16),
    0 0 38px rgba(255, 79, 216, 0.13);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-console::before,
.other-game-calculator.game-theme--weiss-schwarz .other-calc-console::after {
  position: absolute;
  z-index: 2;
  width: 26%;
  height: 2px;
  background: linear-gradient(90deg, #ff4fd8, #76eeff, transparent);
  box-shadow: 0 0 12px rgba(255, 79, 216, 0.72);
  content: "";
  pointer-events: none;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-console::before {
  inset: 0 auto auto 0;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-console::after {
  inset: auto 0 0 auto;
  background: linear-gradient(90deg, transparent, #ff4fd8, #76eeff);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-settings {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  padding: clamp(22px, 2.5vw, 30px);
  border-color: rgba(137, 239, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(118, 238, 255, 0.065), transparent 46%),
    rgba(11, 15, 36, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-settings h2 {
  margin: 0 0 18px;
  color: #89efff;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-settings
  .settings {
  grid-template-columns: 1fr;
  gap: 10px;
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-settings .section {
  gap: 9px;
  margin: 0;
  padding: 13px 14px 14px;
  border-color: rgba(137, 239, 255, 0.24);
  border-radius: 10px;
  background: rgba(17, 23, 53, 0.82);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-settings
  .section::before {
  display: none;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-settings
  .section
  h3 {
  color: #f9f7ff;
  font-size: 0.82rem;
  letter-spacing: 0.035em;
  text-transform: none;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-settings
  :is(label, summary) {
  color: #d7d9ec;
  font-size: 0.74rem;
  letter-spacing: 0.045em;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-settings
  :is(input[type="number"], select) {
  min-height: 42px;
  border-color: rgba(255, 129, 223, 0.46);
  background: #111735;
  box-shadow: inset 0 0 14px rgba(89, 223, 255, 0.04);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-settings
  .input-stepper
  .stepper-btn {
  min-height: 42px;
  border-color: rgba(255, 129, 223, 0.46);
  background: #161b3d;
  color: #f9f7ff;
}

.other-game-calculator.game-theme--weiss-schwarz #calcEV {
  width: 100%;
  min-height: 48px;
  border-color: #89efff;
  color: #06121c;
  background: linear-gradient(90deg, #ff68dc, #76eeff 78%);
  box-shadow:
    0 0 0 2px rgba(255, 79, 216, 0.18),
    0 0 22px rgba(118, 238, 255, 0.24);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.other-game-calculator.game-theme--weiss-schwarz #calcEV:hover,
.other-game-calculator.game-theme--weiss-schwarz #calcEV:focus-visible {
  border-color: #f9f7ff;
  background: linear-gradient(90deg, #ff91e8, #89efff 78%);
  filter: brightness(1.06);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-console-tabs {
  z-index: 1;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border: 1px solid rgba(137, 239, 255, 0.3);
  border-radius: 12px 12px 0 0;
  background: rgba(11, 15, 36, 0.97);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-console-tabs a {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 10px 12px;
  border-right: 1px solid rgba(137, 239, 255, 0.22);
  color: #d7d9ec;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console-tabs
  a:last-child {
  border-right: 0;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console-tabs
  a[aria-current="location"] {
  color: #ff91e8;
  background: linear-gradient(180deg, rgba(255, 79, 216, 0.13), transparent);
  box-shadow: inset 0 -3px #ff4fd8;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console-tabs
  a:hover {
  color: #89efff;
  background: rgba(118, 238, 255, 0.07);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-overview {
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: 1fr;
  gap: 12px;
  min-width: 0;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-quick-summary {
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(150deg, rgba(255, 79, 216, 0.095), transparent 42%),
    rgba(11, 15, 36, 0.97);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-quick-metrics {
  gap: 8px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-quick-metric {
  display: grid;
  align-content: center;
  min-height: 96px;
  text-align: center;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-quick-metric--primary {
  min-height: 76px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-quick-metric--mid
  dd {
  color: #ff91e8;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  text-shadow: 0 0 18px rgba(255, 79, 216, 0.35);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-structure {
  padding: 20px 22px;
  background:
    linear-gradient(150deg, rgba(118, 238, 255, 0.065), transparent 42%),
    rgba(11, 15, 36, 0.96);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-structure
  .other-calc-definition-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-block: 14px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-console
  .other-calc-definition-grid
  > div {
  min-height: 74px;
  padding: 12px;
}

.other-game-calculator.game-theme--weiss-schwarz
  :is(
    .other-calc-model-evidence,
    .other-calc-pools,
    .other-calc-summary,
    .other-calc-sealed,
    .other-calc-simulation,
    .other-calc-value-breakdown,
    .other-calc-contributions
  ) {
  border-color: rgba(137, 239, 255, 0.42);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(89, 223, 255, 0.055);
}

.other-game-calculator.game-theme--weiss-schwarz
  :is(
    .other-calc-summary,
    .other-calc-sealed,
    .other-calc-simulation,
    .other-calc-value-breakdown,
    .other-calc-contributions
  ) {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.055), transparent 38%),
    rgba(11, 15, 36, 0.97);
}

.other-game-calculator.game-theme--weiss-schwarz
  :is(
    .other-calc-summary,
    .other-calc-sealed,
    .other-calc-simulation,
    .other-calc-value-breakdown,
    .other-calc-contributions
  )::after {
  position: absolute;
  inset: 0 auto auto 0;
  width: 32%;
  height: 2px;
  background: linear-gradient(90deg, #ff4fd8, #76eeff, transparent);
  content: "";
  pointer-events: none;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-simulation
  .sim-chart-wrap {
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(137, 239, 255, 0.58);
  border-radius: 14px;
  background: #07091a;
  box-shadow:
    inset 0 0 0 1px rgba(255, 79, 216, 0.18),
    inset 0 0 34px rgba(89, 223, 255, 0.055),
    0 0 20px rgba(89, 223, 255, 0.07);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-simulation
  .sim-chart-wrap::before {
  z-index: 2;
  inset: 3px;
  border-color: rgba(255, 129, 223, 0.28);
  border-radius: 11px;
  box-shadow: inset 0 0 20px rgba(255, 79, 216, 0.045);
}

.other-game-calculator.game-theme--weiss-schwarz .other-calc-simulation canvas {
  position: relative;
  z-index: 1;
  border-radius: 9px;
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-simulation
  .sim-chart-tooltip {
  border-color: rgba(255, 129, 223, 0.68);
  background: rgba(5, 7, 22, 0.97);
  color: #f9f7ff;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.48),
    0 0 18px rgba(89, 223, 255, 0.14);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-simulation
  #simChartBand {
  display: block;
  width: fit-content;
  margin: 14px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 129, 223, 0.38);
  border-left: 3px solid #ff4fd8;
  border-radius: 8px;
  background: rgba(17, 23, 53, 0.84);
  color: #dfe1f4;
  box-shadow: inset 0 0 18px rgba(255, 79, 216, 0.045);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__visual {
  padding: clamp(18px, 2.5vw, 24px);
  border: 1px solid rgba(137, 239, 255, 0.26);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(255, 79, 216, 0.11),
      transparent 56%
    ),
    rgba(5, 7, 22, 0.58);
  box-shadow:
    inset 0 0 32px rgba(89, 223, 255, 0.045),
    0 14px 30px rgba(0, 0, 0, 0.2);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__donut {
  border-color: rgba(137, 239, 255, 0.68);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(255, 79, 216, 0.16),
    0 0 0 1px rgba(255, 129, 223, 0.22);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__center {
  border-color: rgba(255, 129, 223, 0.58);
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(118, 238, 255, 0.08),
      transparent 62%
    ),
    #07091a;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.5),
    inset 0 0 24px rgba(255, 79, 216, 0.055);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__center
  strong {
  color: #ff91e8;
  text-shadow: 0 0 14px rgba(255, 79, 216, 0.32);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__lead {
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-left: 3px solid #76eeff;
  border-radius: 7px;
  background: rgba(17, 23, 53, 0.78);
  box-shadow: inset 0 0 16px rgba(89, 223, 255, 0.045);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__item {
  border-color: color-mix(
    in srgb,
    var(--other-breakdown-color) 48%,
    transparent
  );
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--other-breakdown-color) 8%, transparent),
      transparent 42%
    ),
    rgba(17, 23, 53, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__swatch {
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(5, 7, 22, 0.9),
    0 0 13px color-mix(in srgb, var(--other-breakdown-color) 72%, transparent);
}

.other-game-calculator.game-theme--weiss-schwarz
  .other-calc-value-breakdown__track {
  background: color-mix(
    in srgb,
    var(--other-breakdown-color) 13%,
    rgba(17, 23, 53, 0.92)
  );
}

.game-theme--weiss-schwarz .weiss-directory,
.game-theme--weiss-schwarz .weiss-method {
  border-color: rgba(137, 239, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 79, 216, 0.055), transparent 38%),
    rgba(11, 15, 36, 0.97);
}

.game-theme--weiss-schwarz .weiss-directory::after,
.game-theme--weiss-schwarz .weiss-method::after {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(4rem, 12vw, 8rem);
  height: 3px;
  background: linear-gradient(90deg, transparent, #76eeff);
  box-shadow: 0 0 16px rgba(118, 238, 255, 0.68);
  content: "";
  pointer-events: none;
}

.game-theme--weiss-schwarz .other-section-heading h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.game-theme--weiss-schwarz .other-directory-controls {
  padding: 16px;
  border: 1px solid rgba(137, 239, 255, 0.34);
  border-radius: 14px;
  background: rgba(5, 7, 22, 0.62);
  box-shadow: inset 0 0 28px rgba(89, 223, 255, 0.04);
}

.game-theme--weiss-schwarz .other-control {
  color: #d8daee;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-theme--weiss-schwarz .other-control input,
.game-theme--weiss-schwarz .other-control select {
  box-shadow: inset 0 0 16px rgba(89, 223, 255, 0.06);
}

.game-theme--weiss-schwarz .other-control input:hover,
.game-theme--weiss-schwarz .other-control select:hover {
  border-color: #ff91e8;
}

.game-theme--weiss-schwarz .other-result-count {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 18px;
  color: #89efff;
  letter-spacing: 0.035em;
}

.game-theme--weiss-schwarz .other-result-count::before {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border: 2px solid #06121c;
  border-radius: 50%;
  background: #76eeff;
  box-shadow:
    0 0 0 2px #76eeff,
    0 0 12px #76eeff;
  content: "";
}

.game-theme--weiss-schwarz .other-product-list {
  gap: 10px;
}

.game-theme--weiss-schwarz .other-product-row {
  position: relative;
  gap: 16px;
  padding: 16px 18px;
  border-color: rgba(255, 129, 223, 0.52);
  border-left: 5px solid #ff4fd8;
  background:
    linear-gradient(105deg, rgba(255, 79, 216, 0.1), transparent 42%), #0e132c;
  box-shadow: inset 0 0 24px rgba(255, 79, 216, 0.035);
}

.game-theme--weiss-schwarz .other-product-row:nth-child(even) {
  border-color: rgba(89, 223, 255, 0.5);
  border-left-color: #59dfff;
  background:
    linear-gradient(105deg, rgba(89, 223, 255, 0.09), transparent 42%), #0e132c;
}

.game-theme--weiss-schwarz .other-product-row:focus-within {
  border-color: #fff176;
  box-shadow:
    0 0 0 2px #07091a,
    0 0 0 4px #fff176;
}

.game-theme--weiss-schwarz .other-product-row__eyebrow {
  color: #ff91e8;
}

.game-theme--weiss-schwarz
  .other-product-row:nth-child(even)
  .other-product-row__eyebrow {
  color: #89efff;
}

.game-theme--weiss-schwarz .other-product-row__title {
  margin-top: 7px;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}

.game-theme--weiss-schwarz .other-action-link {
  min-width: 8.5rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(118, 238, 255, 0.18);
}

.game-theme--weiss-schwarz .other-action-link:hover {
  color: #06121c;
  border-color: #f9f7ff;
  background: #f9f7ff;
  box-shadow: 0 0 24px rgba(118, 238, 255, 0.38);
}

.game-theme--weiss-schwarz .other-method-card {
  position: relative;
  padding-top: 24px;
  border-color: rgba(255, 129, 223, 0.44);
  background:
    linear-gradient(145deg, rgba(255, 79, 216, 0.09), transparent 58%), #111735;
}

.game-theme--weiss-schwarz .other-method-card:nth-child(even) {
  border-color: rgba(89, 223, 255, 0.48);
  background:
    linear-gradient(145deg, rgba(89, 223, 255, 0.08), transparent 58%), #111735;
}

.game-theme--weiss-schwarz .other-method-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 46%;
  height: 3px;
  background: linear-gradient(90deg, #ff4fd8, transparent);
  box-shadow: 0 0 12px rgba(255, 79, 216, 0.7);
  content: "";
}

.game-theme--weiss-schwarz .other-method-card:nth-child(even)::before {
  background: linear-gradient(90deg, #76eeff, transparent);
  box-shadow: 0 0 12px rgba(118, 238, 255, 0.7);
}

.game-theme--weiss-schwarz .weiss-affiliation-note {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(137, 239, 255, 0.3);
  color: var(--other-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-settings,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console-tabs,
  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-overview {
    grid-column: 1;
    grid-row: auto;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-settings
    .settings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-settings
    .section:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .game-theme--weiss-schwarz {
    --other-hero-content-width: min(68%, 42rem);
    --other-hero-heading-width: min(68%, 16ch);
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-overview {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-model-evidence
    > summary {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-model-status {
    padding-right: 0;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-structure
    .other-calc-definition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero > * {
    max-width: min(66%, 42rem);
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero {
    background-position:
      center,
      74% center;
  }
}

@media (max-width: 760px) {
  .game-theme--weiss-schwarz {
    --other-hero-content-width: 100%;
    --other-hero-heading-width: 100%;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero {
    min-height: 0;
    align-content: end;
    padding: clamp(17rem, 74vw, 21rem) 26px 28px;
    background:
      linear-gradient(
          180deg,
          rgba(7, 9, 26, 0.04) 0%,
          rgba(7, 9, 26, 0.28) 31%,
          rgba(7, 9, 26, 0.9) 51%,
          #07091a 65%
        )
        center / cover no-repeat,
      url("/images/other-games/weiss-schwarz-neon-hero.webp") 68% top / auto 62%
        no-repeat;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero > * {
    max-width: 100%;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.4rem, 11vw, 3.85rem);
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero::after {
    width: 78%;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-shell {
    width: min(calc(100% - 20px), 92rem);
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero {
    min-height: 0;
    align-content: end;
    padding: clamp(9rem, 42vw, 12rem) 24px 28px;
    background:
      linear-gradient(
          180deg,
          rgba(7, 9, 26, 0.05) 0%,
          rgba(7, 9, 26, 0.3) 30%,
          rgba(7, 9, 26, 0.93) 50%,
          #07091a 64%
        )
        center / cover no-repeat,
      url("/images/other-games/weiss-schwarz-neon-hero.webp") 68% top / auto 58%
        no-repeat;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero > *,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts {
    width: 100%;
    max-width: 100%;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.25rem, 9.8vw, 3.7rem);
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-settings
    .settings {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-settings
    .section:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-definition-grid {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-structure
    .other-calc-definition-grid {
    grid-template-columns: 1fr;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console {
    padding: 10px;
    border-radius: 14px;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-settings {
    padding: 18px 16px;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console-tabs a {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 0.74rem;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-hero-facts
    > div {
    min-height: 0;
  }

  .game-theme--weiss-schwarz .other-directory-controls {
    padding: 14px;
  }

  .game-theme--weiss-schwarz .other-product-row {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .game-theme--weiss-schwarz.game-hub-page .game-hero {
    padding: 64px 18px 24px;
    background-position:
      center,
      69% top;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero h1 {
    font-size: clamp(2.15rem, 12.2vw, 3rem);
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero .other-fact-list li {
    width: 100%;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero {
    padding: 64px 18px 24px;
    background-position:
      center,
      69% top;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.3rem);
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console-tabs a {
    font-size: 0.69rem;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-quick-metrics {
    gap: 6px;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-quick-metric {
    padding-inline: 6px;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-quick-metric
    dd,
  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-console
    .other-calc-quick-metric--mid
    dd {
    overflow-wrap: normal;
    font-size: clamp(0.78rem, 3.5vw, 1rem);
    white-space: nowrap;
  }
}

@media (prefers-contrast: more) {
  .game-theme--weiss-schwarz {
    --other-border: #f9f7ff;
    --other-control-border: #89efff;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console,
  .game-theme--weiss-schwarz .weiss-directory,
  .game-theme--weiss-schwarz .weiss-method,
  .game-theme--weiss-schwarz .other-product-row,
  .game-theme--weiss-schwarz .other-method-card {
    border-color: #f9f7ff;
    background: #0b0f24;
    box-shadow: none;
  }

  .game-theme--weiss-schwarz .weiss-hero-title-mark,
  .game-theme--weiss-schwarz.game-hub-page .game-hero :where(h1, p),
  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-hero
    :where(h1, p) {
    text-shadow: none;
  }
}

@media (forced-colors: active) {
  .game-theme--weiss-schwarz.game-hub-page .game-hero,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-settings,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console-tabs,
  .game-theme--weiss-schwarz .weiss-directory,
  .game-theme--weiss-schwarz .weiss-method,
  .game-theme--weiss-schwarz .other-directory-controls,
  .game-theme--weiss-schwarz .other-product-row,
  .game-theme--weiss-schwarz .other-method-card {
    color: CanvasText;
    border-color: CanvasText;
    background: Canvas;
    box-shadow: none;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero :where(h1, p, li),
  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-hero
    :where(h1, p, dd),
  .game-theme--weiss-schwarz .weiss-hero-title-mark,
  .game-theme--weiss-schwarz .other-product-row__eyebrow,
  .game-theme--weiss-schwarz
    .other-product-row:nth-child(even)
    .other-product-row__eyebrow {
    color: CanvasText;
    text-shadow: none;
  }

  .game-theme--weiss-schwarz.game-hub-page .game-hero::before,
  .game-theme--weiss-schwarz.game-hub-page .game-hero::after,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero::before,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero::after,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console::before,
  .other-game-calculator.game-theme--weiss-schwarz .other-calc-console::after,
  .game-theme--weiss-schwarz .weiss-directory::after,
  .game-theme--weiss-schwarz .weiss-method::after,
  .game-theme--weiss-schwarz .other-method-card::before,
  .game-theme--weiss-schwarz .other-result-count::before,
  .game-theme--weiss-schwarz .other-eyebrow::before,
  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-hero-facts
    > div::before,
  .other-game-calculator.game-theme--weiss-schwarz
    :is(.other-calc-quick-metric, .other-calc-definition-grid > div)::before {
    display: none;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-model-status
    > span::before {
    display: none;
  }

  .other-game-calculator.game-theme--weiss-schwarz .other-calc-hero-facts > div,
  .other-game-calculator.game-theme--weiss-schwarz
    :is(.other-calc-quick-metric, .other-calc-definition-grid > div) {
    color: CanvasText;
    border-color: CanvasText;
    background: Canvas;
    box-shadow: none;
  }

  .other-game-calculator.game-theme--weiss-schwarz
    .other-calc-model-evidence
    > summary::after {
    color: ButtonText;
    border-color: ButtonText;
    background: ButtonFace;
    box-shadow: none;
  }
}
