.game-theme--yugioh {
  --yugioh-hero-art: url("/images/other-games/yugioh-ancient-relic-hero.webp");
  --yugioh-directory-card-background:
    linear-gradient(
      90deg,
      rgba(4, 3, 2, 0.995) 0%,
      rgba(4, 3, 2, 0.94) 42%,
      rgba(4, 3, 2, 0.64) 63%,
      rgba(4, 3, 2, 0.14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 3, 2, 0.08),
      transparent 50%,
      rgba(4, 3, 2, 0.72)
    ),
    var(--yugioh-hero-art) 68% center / cover no-repeat;
  --yugioh-ink: #050403;
  --yugioh-obsidian: #0b0907;
  --yugioh-surface: #15110c;
  --yugioh-gold: #c99a43;
  --yugioh-gold-bright: #f0cc79;
  --yugioh-gold-deep: #76501d;
  --yugioh-bone: #fff3d4;
  --yugioh-crimson: #a52f31;
  --other-bg: var(--yugioh-ink);
  --other-panel-solid: var(--yugioh-obsidian);
  --other-surface: rgba(14, 11, 8, 0.98);
  --other-surface-strong: var(--yugioh-surface);
  --other-text: var(--yugioh-bone);
  --other-muted: #d2c6ad;
  --other-accent: var(--yugioh-gold);
  --other-accent-strong: var(--yugioh-gold-bright);
  --other-accent-rgb: 201, 154, 67;
  --other-link: #f3d58d;
  --other-focus: #fff2ae;
  --other-border-width: 1px;
  --other-border-style: solid;
  --other-border: rgba(201, 154, 67, 0.66);
  --other-control-border: #b88938;
  --other-display-font: Georgia, "Times New Roman", ui-serif, serif;
  --other-body-font:
    Aptos, "Segoe UI", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --other-heading-letter-spacing: -0.018em;
  --other-heading-weight: 700;
  --other-radius-large: 2px;
  --other-radius-medium: 2px;
  --other-radius-control: 2px;
  --other-chip-radius: 1px;
  --other-button-radius: 1px;
  --other-panel-shadow:
    inset 0 0 0 3px rgba(5, 4, 3, 0.92),
    inset 0 0 0 4px rgba(201, 154, 67, 0.22), 0 24px 60px rgba(0, 0, 0, 0.56);
  --other-method-background:
    linear-gradient(135deg, rgba(201, 154, 67, 0.09), transparent 32%),
    repeating-linear-gradient(
      115deg,
      transparent 0 44px,
      rgba(201, 154, 67, 0.035) 45px 46px,
      transparent 47px 92px
    ),
    #100d0a;
  --other-product-background:
    linear-gradient(105deg, rgba(201, 154, 67, 0.09), transparent 38%),
    repeating-linear-gradient(
      145deg,
      transparent 0 38px,
      rgba(201, 154, 67, 0.035) 39px 40px,
      transparent 41px 80px
    ),
    #100d0a;
  --other-control-background: #17120d;
  --other-chip-background: #100c08;
  --other-chip-foreground: var(--yugioh-bone);
  --other-chip-border: #bd8e38;
  --other-button-background: #21170b;
  --other-button-foreground: #fff0c4;
  --other-button-border: #d0a04a;
  --other-action-note-background: #16110d;
  --other-page-background:
    radial-gradient(
      circle at 82% 2%,
      rgba(201, 154, 67, 0.13),
      transparent 32rem
    ),
    radial-gradient(
      circle at 8% 56%,
      rgba(107, 22, 26, 0.1),
      transparent 29rem
    ),
    repeating-linear-gradient(
      29deg,
      transparent 0 31px,
      rgba(201, 154, 67, 0.035) 32px 33px,
      transparent 34px 66px
    ),
    linear-gradient(145deg, #0b0806, #030302 74%);
  --other-hero-background:
    linear-gradient(
      90deg,
      rgba(4, 3, 2, 0.998) 0%,
      rgba(4, 3, 2, 0.98) 39%,
      rgba(4, 3, 2, 0.78) 53%,
      rgba(4, 3, 2, 0.14) 79%,
      rgba(4, 3, 2, 0.04) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 3, 2, 0.12),
      transparent 52%,
      rgba(4, 3, 2, 0.7)
    ),
    var(--yugioh-hero-art) center / cover no-repeat;
  --other-directory-card-background: var(--yugioh-directory-card-background);
  --other-directory-card-motif: linear-gradient(
    105deg,
    rgba(201, 154, 67, 0.06),
    transparent 42%
  );
  --other-hero-motif: none;
  --other-hero-decoration: radial-gradient(
    circle at 40% 35%,
    #ffd992 0 8%,
    #a93132 22%,
    #451014 50%,
    #080503 72%
  );
  --other-hero-decoration-radius: 50%;
  --other-hero-decoration-transform: none;
  --other-product-radius: 1px;
  --other-method-radius: 1px;
  --other-hover-lift: -2px;
  --other-hover-shadow:
    inset 0 0 0 3px rgba(5, 4, 3, 0.94),
    inset 0 0 0 4px rgba(240, 204, 121, 0.36), 0 18px 44px rgba(0, 0, 0, 0.62);
  --other-chart-background-start: #080503;
  --other-chart-background-end: #181008;
  --other-chart-grid: rgba(240, 204, 121, 0.1);
  --other-chart-axis: rgba(240, 204, 121, 0.4);
  --other-chart-band-fill: rgba(165, 47, 49, 0.16);
  --other-chart-bar-top: rgba(240, 204, 121, 0.96);
  --other-chart-bar-bottom: rgba(118, 80, 29, 0.84);
  --other-chart-boundary: rgba(213, 66, 66, 0.98);
  --other-chart-boundary-width: 1.5;
  --other-chart-boundary-dash: 6 5;
  --other-chart-mid: #fff3d4;
  --other-chart-mid-width: 2.5;
  --other-chart-label: rgba(255, 243, 212, 0.9);
  --other-chart-font-family: var(--other-body-font);
  --other-breakdown-color-1: #f0cc79;
  --other-breakdown-color-2: #d54242;
  --other-breakdown-color-3: #a97831;
  --other-breakdown-color-4: #fff3d4;
  --other-breakdown-color-5: #c9783b;
  --other-breakdown-color-6: #8f292c;
  --other-breakdown-color-7: #e5ad4e;
  --other-hero-content-width: min(64%, 47rem);
  --other-hero-heading-width: min(100%, 13ch);
  --other-hero-text: var(--yugioh-bone);
  --other-hero-muted: #e2d7bf;
  --other-hero-kicker: var(--yugioh-gold-bright);
  color-scheme: dark;
}

.game-theme--yugioh .other-card.other-section {
  border-color: rgba(201, 154, 67, 0.72);
  background:
    linear-gradient(135deg, rgba(201, 154, 67, 0.04), transparent 30%),
    rgba(10, 8, 6, 0.985);
  box-shadow: var(--other-panel-shadow);
}

.game-theme--yugioh .other-hero,
.other-game-calculator.game-theme--yugioh .other-calc-hero {
  border: 1px solid var(--yugioh-gold-bright);
  border-radius: 2px;
  box-shadow:
    0 0 0 3px #070503,
    0 0 0 4px rgba(201, 154, 67, 0.7),
    inset 0 0 0 3px #070503,
    inset 0 0 0 4px rgba(201, 154, 67, 0.52),
    inset 0 0 72px rgba(0, 0, 0, 0.34),
    0 30px 76px rgba(0, 0, 0, 0.7);
}

.game-theme--yugioh .other-hero {
  min-height: clamp(28rem, 46vw, 35rem);
  align-content: center;
  gap: clamp(16px, 2.2vw, 24px);
  padding: clamp(38px, 5.6vw, 72px);
}

.game-theme--yugioh .other-hero::before,
.other-game-calculator.game-theme--yugioh .other-calc-hero::before {
  z-index: 0;
  inset: 10px;
  display: block;
  width: auto;
  height: auto;
  border: 1px solid rgba(201, 154, 67, 0.62);
  border-radius: 0;
  background:
    linear-gradient(var(--yugioh-gold-bright) 0 0) left top / 42px 1px no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) left top / 1px 42px no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) right top / 42px 1px
      no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) right top / 1px 42px
      no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) left bottom / 42px 1px
      no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) left bottom / 1px 42px
      no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) right bottom / 42px 1px
      no-repeat,
    linear-gradient(var(--yugioh-gold-bright) 0 0) right bottom / 1px 42px
      no-repeat;
  box-shadow: inset 0 0 0 2px rgba(4, 3, 2, 0.82);
  opacity: 0.9;
  transform: none;
}

.game-theme--yugioh .game-hero::after,
.other-game-calculator.game-theme--yugioh .other-calc-hero::after {
  z-index: 0;
  inset: 22px 22px auto auto;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--yugioh-gold);
  border-radius: 50%;
  background: var(--other-hero-decoration);
  box-shadow:
    0 0 0 3px #080503,
    0 0 0 4px rgba(201, 154, 67, 0.55),
    0 0 18px rgba(165, 47, 49, 0.42);
  opacity: 1;
  transform: none;
}

.game-theme--yugioh .other-hero > *,
.other-game-calculator.game-theme--yugioh .other-calc-hero > * {
  position: relative;
  z-index: 1;
}

.game-theme--yugioh .other-hero > * {
  max-width: var(--other-hero-content-width);
}

.game-theme--yugioh .other-hero h1,
.other-game-calculator.game-theme--yugioh .other-calc-hero h1 {
  color: var(--yugioh-bone);
  font-family: var(--other-display-font);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-shadow:
    0 2px 0 var(--yugioh-gold-deep),
    0 8px 30px rgba(0, 0, 0, 0.7);
}

.game-theme--yugioh .other-hero h1 {
  max-width: var(--other-hero-heading-width);
  font-size: clamp(3rem, 6.4vw, 5.6rem);
  line-height: 0.9;
}

.game-theme--yugioh .other-eyebrow,
.game-theme--yugioh .other-product-row__eyebrow,
.game-theme--yugioh .other-product-row__meta,
.game-theme--yugioh .other-control,
.other-game-calculator.game-theme--yugioh
  :is(.other-calc-kicker, .other-calc-panel-label) {
  font-family: var(--other-body-font);
}

.game-theme--yugioh .other-eyebrow,
.other-game-calculator.game-theme--yugioh
  :is(.other-calc-kicker, .other-calc-panel-label) {
  color: var(--yugioh-gold-bright);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.game-theme--yugioh .other-hero__lede {
  max-width: 58ch;
  color: var(--other-hero-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.68;
}

.game-theme--yugioh .other-fact-list {
  max-width: 48rem;
}

.game-theme--yugioh .other-fact-list li {
  position: relative;
  padding: 10px 16px 10px 22px;
  border: 1px solid var(--yugioh-gold);
  border-left: 1px solid var(--yugioh-gold);
  border-radius: 1px;
  background:
    linear-gradient(180deg, rgba(201, 154, 67, 0.1), transparent 55%),
    rgba(11, 8, 5, 0.92);
  box-shadow:
    inset 0 0 0 2px #080503,
    inset 0 0 0 3px rgba(201, 154, 67, 0.32);
  font-size: 0.8rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.game-theme--yugioh .other-fact-list li::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 5px;
  width: 4px;
  background: linear-gradient(#5e1215, #d54242 48%, #5e1215);
  clip-path: polygon(50% 0, 100% 18%, 100% 82%, 50% 100%, 0 82%, 0 18%);
  content: "";
}

.game-theme--yugioh .other-fact-list li:nth-child(2),
.game-theme--yugioh .other-fact-list li:nth-child(3) {
  border-left-color: var(--yugioh-gold);
}

.game-theme--yugioh
  :is(
    .other-section-heading h2,
    .other-product-row__title,
    .other-method-card h3
  ) {
  color: var(--yugioh-bone);
  font-family: var(--other-display-font);
}

.game-theme--yugioh .other-product-row {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 67, 0.74);
  border-radius: 1px;
  box-shadow:
    inset 0 0 0 3px #0a0705,
    inset 0 0 0 4px rgba(201, 154, 67, 0.2);
}

.game-theme--yugioh .other-product-row::after {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  border-top: 1px solid rgba(240, 204, 121, 0.46);
  border-right: 1px solid rgba(240, 204, 121, 0.46);
  content: "";
  pointer-events: none;
}

.game-theme--yugioh .other-product-row:nth-child(even) {
  border-color: rgba(201, 154, 67, 0.56);
}

.game-theme--yugioh .other-status-badge {
  box-shadow: inset 0 0 0 2px #090604;
}

.game-theme--yugioh .other-method-card {
  border: 1px solid rgba(201, 154, 67, 0.66);
  border-top: 1px solid rgba(240, 204, 121, 0.92);
  box-shadow: inset 0 0 0 3px #090604;
}

.game-theme--yugioh .other-method-card:nth-child(2),
.game-theme--yugioh .other-method-card:nth-child(3) {
  border-top-color: rgba(240, 204, 121, 0.92);
}

.game-theme--yugioh .other-action-link {
  background: linear-gradient(90deg, #7f2327 0 4px, #21170b 4px 100%);
  box-shadow:
    inset 0 0 0 2px #170d08,
    0 8px 18px rgba(0, 0, 0, 0.28);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.game-theme--yugioh .other-action-link:hover,
.game-theme--yugioh .other-action-link:focus-visible {
  color: #fff7dc;
  background: linear-gradient(90deg, #a62f32 0 4px, #38250d 4px 100%);
}

.game-theme--yugioh .other-control :is(input, select) {
  box-shadow: inset 0 0 0 2px #090604;
}

.other-game-calculator.game-theme--yugioh
  :where(.card, details.sets):not(.other-calc-hero) {
  border-color: rgba(201, 154, 67, 0.66);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(201, 154, 67, 0.045), transparent 30%),
    repeating-linear-gradient(
      125deg,
      transparent 0 54px,
      rgba(201, 154, 67, 0.022) 55px 56px,
      transparent 57px 110px
    ),
    rgba(12, 9, 6, 0.985);
  box-shadow: var(--other-panel-shadow);
}

.other-game-calculator.game-theme--yugioh .other-calc-hero {
  min-height: clamp(23rem, 38vw, 31rem);
  padding: clamp(30px, 4.8vw, 62px);
  background: var(--other-hero-background);
}

.other-game-calculator.game-theme--yugioh .other-calc-hero > * {
  max-width: min(66%, 58rem);
}

.other-game-calculator.game-theme--yugioh .other-calc-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.94;
}

.other-game-calculator.game-theme--yugioh
  .other-calc-hero
  > .other-calc-order-note {
  border: 1px solid rgba(201, 154, 67, 0.48);
  border-left: 4px solid var(--yugioh-crimson);
  background: rgba(8, 6, 4, 0.88);
  box-shadow: inset 0 0 0 2px rgba(201, 154, 67, 0.09);
}

.other-game-calculator.game-theme--yugioh .other-calc-hero-facts {
  max-width: min(66%, 58rem);
}

.other-game-calculator.game-theme--yugioh
  :is(
    .other-calc-hero-facts > div,
    .other-calc-definition-grid > div,
    .other-calc-quick-metric,
    .other-calc-quick-basis
  ) {
  border-color: var(--yugioh-gold);
  background:
    linear-gradient(180deg, rgba(201, 154, 67, 0.08), transparent 54%),
    rgba(14, 10, 7, 0.94);
  box-shadow: inset 0 0 0 2px #080503;
}

.other-game-calculator.game-theme--yugioh :is(button, .btn, .stepper-btn) {
  background: linear-gradient(90deg, #7f2327 0 4px, #21170b 4px 100%);
  box-shadow:
    inset 0 0 0 2px #170d08,
    0 8px 18px rgba(0, 0, 0, 0.28);
  font-weight: 800;
  letter-spacing: 0.035em;
}

.other-game-calculator.game-theme--yugioh
  :is(button, .btn, .stepper-btn):hover {
  color: #fff7dc;
  background: linear-gradient(90deg, #a62f32 0 4px, #38250d 4px 100%);
}

.other-game-calculator.game-theme--yugioh :is(input[type="number"], select) {
  border-color: var(--yugioh-gold);
  box-shadow: inset 0 0 0 2px #080503;
}

.other-game-calculator.game-theme--yugioh table thead {
  background: linear-gradient(180deg, #21170c, #120d08);
}

.other-game-calculator.game-theme--yugioh table tbody tr:nth-child(even) {
  background: rgba(201, 154, 67, 0.045);
}

.other-game-calculator.game-theme--yugioh
  .other-calc-simulation
  .sim-chart-wrap {
  isolation: isolate;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(240, 204, 121, 0.72);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(201, 154, 67, 0.08), transparent 34%),
    var(--yugioh-obsidian);
  box-shadow:
    inset 0 0 0 3px #080503,
    inset 0 0 0 4px rgba(201, 154, 67, 0.32),
    0 14px 32px rgba(0, 0, 0, 0.46);
}

.other-game-calculator.game-theme--yugioh
  .other-calc-simulation
  .sim-chart-wrap::before {
  z-index: 2;
  inset: 4px;
  border-color: rgba(201, 154, 67, 0.42);
  border-radius: 0;
  box-shadow: inset 0 0 24px rgba(201, 154, 67, 0.05);
}

.other-game-calculator.game-theme--yugioh .other-calc-simulation canvas {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(118, 80, 29, 0.38);
  border-radius: 0;
}

.other-game-calculator.game-theme--yugioh
  .other-calc-simulation
  .sim-chart-tooltip {
  z-index: 3;
  border-color: var(--yugioh-gold-bright);
  border-radius: 1px;
  background: rgba(8, 5, 3, 0.97);
  color: var(--yugioh-bone);
  box-shadow:
    inset 0 0 0 2px rgba(118, 80, 29, 0.34),
    0 12px 28px rgba(0, 0, 0, 0.54);
}

.other-game-calculator.game-theme--yugioh .other-calc-simulation #simChartBand {
  display: block;
  width: fit-content;
  margin: 14px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(201, 154, 67, 0.48);
  border-left: 4px solid var(--yugioh-crimson);
  border-radius: 1px;
  background: rgba(14, 10, 7, 0.9);
  color: var(--yugioh-bone);
  box-shadow: inset 0 0 0 2px rgba(118, 80, 29, 0.16);
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__visual {
  position: relative;
  isolation: isolate;
  min-height: 330px;
  padding: 26px 22px 22px;
  border: 1px solid rgba(201, 154, 67, 0.46);
  border-radius: 1px;
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(201, 154, 67, 0.1),
      transparent 48%
    ),
    linear-gradient(145deg, rgba(165, 47, 49, 0.045), transparent 42%),
    rgba(8, 6, 4, 0.82);
  box-shadow:
    inset 0 0 0 3px #080503,
    inset 0 0 0 4px rgba(201, 154, 67, 0.2);
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__donut {
  position: relative;
  z-index: 1;
  border: 2px solid var(--yugioh-gold-bright);
  box-shadow:
    inset 0 0 0 3px #080503,
    inset 0 0 22px rgba(118, 80, 29, 0.38),
    0 0 0 5px #080503,
    0 0 0 6px rgba(201, 154, 67, 0.52),
    0 16px 34px rgba(0, 0, 0, 0.56);
}

.other-game-calculator.game-theme--yugioh
  .other-calc-value-breakdown__donut::before {
  position: absolute;
  z-index: 0;
  inset: -12px;
  border: 1px solid rgba(118, 80, 29, 0.72);
  border-radius: 50%;
  box-shadow:
    0 0 0 3px rgba(8, 5, 3, 0.92),
    0 0 0 4px rgba(240, 204, 121, 0.24);
  content: "";
  pointer-events: none;
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__center {
  position: relative;
  z-index: 1;
  border-color: rgba(240, 204, 121, 0.72);
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(201, 154, 67, 0.12),
      transparent 58%
    ),
    #080503;
  box-shadow:
    inset 0 0 0 3px rgba(118, 80, 29, 0.3),
    inset 0 0 24px rgba(0, 0, 0, 0.62),
    0 8px 22px rgba(0, 0, 0, 0.5);
}

.other-game-calculator.game-theme--yugioh
  .other-calc-value-breakdown__center
  span {
  color: var(--yugioh-bone);
  font-family: var(--other-display-font);
}

.other-game-calculator.game-theme--yugioh
  .other-calc-value-breakdown__center
  strong {
  color: var(--yugioh-gold-bright);
  font-family: var(--other-display-font);
  text-shadow: 0 2px 0 var(--yugioh-gold-deep);
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__lead {
  width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(201, 154, 67, 0.42);
  border-left: 4px solid var(--yugioh-crimson);
  border-radius: 1px;
  background: rgba(14, 10, 7, 0.9);
  box-shadow: inset 0 0 0 2px rgba(118, 80, 29, 0.14);
  font-family: var(--other-display-font);
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__item {
  border-color: rgba(201, 154, 67, 0.58);
  border-radius: 1px;
  background:
    linear-gradient(90deg, rgba(201, 154, 67, 0.055), transparent 44%),
    rgba(14, 10, 7, 0.94);
  box-shadow: inset 0 0 0 2px rgba(8, 5, 3, 0.84);
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__swatch {
  border-radius: 1px;
  box-shadow:
    0 0 0 1px rgba(255, 243, 212, 0.2),
    0 0 12px color-mix(in srgb, var(--other-breakdown-color) 46%, transparent);
}

.other-game-calculator.game-theme--yugioh .other-calc-value-breakdown__track {
  border-radius: 1px;
  background: rgba(201, 154, 67, 0.13);
  box-shadow: inset 0 0 0 1px rgba(8, 5, 3, 0.72);
}

.other-game-calculator.game-theme--yugioh
  .other-calc-value-breakdown__track
  > span {
  border-radius: 1px;
}

@media (max-width: 760px) {
  .game-theme--yugioh {
    --other-hero-content-width: 100%;
    --other-hero-heading-width: 100%;
    --other-hero-background:
      linear-gradient(
        90deg,
        rgba(4, 3, 2, 0.98),
        rgba(4, 3, 2, 0.91) 62%,
        rgba(4, 3, 2, 0.72)
      ),
      linear-gradient(180deg, rgba(4, 3, 2, 0.16), rgba(4, 3, 2, 0.84)),
      var(--yugioh-hero-art) 70% center / auto 100% no-repeat;
  }

  .game-theme--yugioh .other-hero,
  .other-game-calculator.game-theme--yugioh .other-calc-hero {
    min-height: 0;
    padding: 30px;
  }

  .other-game-calculator.game-theme--yugioh .other-calc-hero > *,
  .other-game-calculator.game-theme--yugioh .other-calc-hero-facts {
    max-width: 100%;
  }

  .game-theme--yugioh .other-fact-list li {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .game-theme--yugioh .other-hero,
  .other-game-calculator.game-theme--yugioh .other-calc-hero {
    padding: 25px 22px;
  }

  .game-theme--yugioh .other-hero::before,
  .other-game-calculator.game-theme--yugioh .other-calc-hero::before {
    inset: 6px;
  }

  .game-theme--yugioh .game-hero::after,
  .other-game-calculator.game-theme--yugioh .other-calc-hero::after {
    display: none;
  }
}

@media (prefers-contrast: more) {
  .game-theme--yugioh {
    --other-border: #f0cc79;
    --other-control-border: #fff2ae;
    --other-muted: #fff3d4;
  }
}

@media (forced-colors: active) {
  .game-theme--yugioh .other-hero::before,
  .game-theme--yugioh .game-hero::after,
  .game-theme--yugioh .other-product-row::after,
  .other-game-calculator.game-theme--yugioh .other-calc-hero::before,
  .other-game-calculator.game-theme--yugioh .other-calc-hero::after {
    display: none;
  }
}
