.other-games-page {
  --other-bg: #080d17;
  --other-panel-solid: #0f1827;
  --other-surface: rgba(15, 24, 39, 0.94);
  --other-surface-strong: #141f31;
  --other-text: #f4f7fb;
  --other-muted: #c1cad7;
  --other-accent: #7fd8ef;
  --other-accent-strong: #b7effc;
  --other-accent-rgb: 127, 216, 239;
  --other-link: #b7effc;
  --other-focus: #f8df78;
  --other-border-width: 1px;
  --other-border-style: solid;
  --other-border: rgba(154, 178, 211, 0.38);
  --other-control-border: #7187a3;
  --other-display-font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --other-body-font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --other-code-font:
    "SFMono-Regular", Consolas, "Liberation Mono", ui-monospace, monospace;
  --other-heading-transform: none;
  --other-heading-letter-spacing: -0.035em;
  --other-heading-weight: 800;
  --other-radius-large: 20px;
  --other-radius-medium: 16px;
  --other-radius-control: 11px;
  --other-chip-radius: 999px;
  --other-button-radius: 10px;
  --other-panel-shadow: 0 24px 60px rgba(1, 5, 12, 0.46);
  --other-method-background: rgba(3, 8, 16, 0.42);
  --other-product-background: rgba(2, 7, 14, 0.48);
  --other-control-background: #141f31;
  --other-chip-background: rgba(var(--other-accent-rgb), 0.1);
  --other-chip-foreground: var(--other-text);
  --other-chip-border: rgba(var(--other-accent-rgb), 0.52);
  --other-button-background: var(--other-accent-strong);
  --other-button-foreground: #041017;
  --other-button-border: var(--other-accent-strong);
  --other-action-note-background: rgba(255, 255, 255, 0.06);
  --other-page-background:
    radial-gradient(
      circle at 12% 0%,
      rgba(var(--other-accent-rgb), 0.14),
      transparent 31rem
    ),
    linear-gradient(145deg, var(--other-bg), #050810 72%);
  --other-hero-background: var(--other-surface);
  --other-hero-motif: radial-gradient(
    circle,
    rgba(var(--other-accent-rgb), 0.18),
    transparent 67%
  );
  --other-hero-decoration: repeating-linear-gradient(
    135deg,
    rgba(var(--other-accent-rgb), 0.18) 0 1px,
    transparent 1px 14px
  );
  --other-hero-decoration-radius: 48% 52% 54% 46%;
  --other-hero-decoration-transform: rotate(17deg);
  --other-product-border-width: var(--other-border-width);
  --other-product-border-style: var(--other-border-style);
  --other-product-radius: var(--other-radius-medium);
  --other-product-clip: none;
  --other-method-radius: var(--other-radius-medium);
  --other-method-clip: none;
  --other-control-radius: var(--other-radius-control);
  --other-link-decoration: underline;
  --other-link-decoration-thickness: 0.1em;
  --other-hover-lift: -3px;
  --other-hover-shadow: 0 18px 36px rgba(var(--other-accent-rgb), 0.18);
  min-width: 0;
  overflow-x: clip;
  color: var(--other-text);
  background: var(--other-page-background);
  font-family: var(--other-body-font);
}

.other-games-page main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 54px) 0 64px;
}

.other-games-page .other-card {
  position: relative;
  overflow: hidden;
  border: var(--other-border-width) var(--other-border-style)
    var(--other-border);
  border-radius: var(--other-radius-large);
  color: var(--other-text);
  background: var(--other-surface);
  box-shadow: var(--other-panel-shadow);
}

.other-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--other-muted);
  font-size: 0.9rem;
}

.other-breadcrumbs a,
.other-games-page
  .other-section
  a:not(.other-action-link):not(.other-game-card) {
  color: var(--other-link);
  text-decoration: var(--other-link-decoration);
  text-decoration-thickness: var(--other-link-decoration-thickness);
  text-underline-offset: 0.18em;
}

.other-breadcrumbs [aria-hidden="true"] {
  color: var(--other-accent);
}

.other-games-page .other-hero {
  isolation: isolate;
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 64px);
  background: var(--other-hero-background);
}

.other-hero::before,
.game-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.other-hero::before {
  top: -9rem;
  right: -7rem;
  width: 25rem;
  height: 25rem;
  border: var(--other-border-width) var(--other-border-style)
    rgba(var(--other-accent-rgb), 0.36);
  border-radius: var(--other-hero-decoration-radius);
  background: var(--other-hero-motif);
  transform: var(--other-hero-decoration-transform);
}

.other-eyebrow {
  margin: 0;
  color: var(--other-accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.other-hero h1,
.other-section-heading h2,
.other-method-card h2,
.other-method-card h3,
.other-game-card h3,
.other-product-row__title {
  font-family: var(--other-display-font);
  text-transform: var(--other-heading-transform);
}

.other-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--other-text);
  font-size: clamp(2.25rem, 6vw, 5rem);
  font-weight: var(--other-heading-weight);
  line-height: 0.98;
  letter-spacing: var(--other-heading-letter-spacing);
  overflow-wrap: anywhere;
}

.other-hero__lede {
  max-width: 72ch;
  margin: 0;
  color: var(--other-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}

.other-fact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.other-fact-list li {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: var(--other-border-width) var(--other-border-style)
    var(--other-chip-border);
  border-radius: var(--other-chip-radius);
  color: var(--other-chip-foreground);
  background: var(--other-chip-background);
  font-size: 0.88rem;
  font-weight: 700;
}

.other-section {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 40px);
}

.other-section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.other-section-heading h2,
.other-method-card h2,
.other-method-card h3 {
  margin: 0;
  color: var(--other-text);
}

.other-section-heading h2 {
  letter-spacing: calc(var(--other-heading-letter-spacing) * 0.55);
}

.other-section-heading p,
.other-method-card p {
  max-width: 75ch;
  margin: 0;
  color: var(--other-muted);
  line-height: 1.65;
}

.other-method-grid,
.other-game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.other-method-card {
  min-width: 0;
  padding: 20px;
  border: var(--other-border-width) var(--other-border-style)
    var(--other-border);
  border-radius: var(--other-method-radius);
  background: var(--other-method-background);
  clip-path: var(--other-method-clip);
}

.other-method-card h2,
.other-method-card h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.other-game-card {
  --game-card-accent: var(--other-accent-rgb);
  --game-card-surface: #0d1726;
  --game-card-text: #f4f7fb;
  --game-card-muted: #c1cad7;
  --game-card-status: #b7effc;
  --game-card-focus: #f8df78;
  --game-card-radius: 17px;
  --game-card-border-width: 1px;
  --game-card-border-style: solid;
  --game-card-motif: linear-gradient(
    135deg,
    rgba(var(--game-card-accent), 0.2),
    transparent 58%
  );
  position: relative;
  isolation: isolate;
  display: grid;
  min-width: 0;
  min-height: 210px;
  gap: 11px;
  padding: 22px;
  overflow: hidden;
  border: var(--game-card-border-width) var(--game-card-border-style)
    rgba(var(--game-card-accent), 0.72);
  border-radius: var(--game-card-radius);
  color: var(--game-card-text);
  background: var(--game-card-surface);
  text-decoration: none;
  transition:
    transform 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.other-game-card::before,
.other-game-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.other-game-card::before {
  inset: 0;
  background: var(--game-card-motif);
}

.other-game-card::after {
  right: -34px;
  bottom: -46px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(var(--game-card-accent), 0.55);
  border-radius: 38% 62% 47% 53%;
  transform: rotate(23deg);
}

.other-game-card:hover,
.other-game-card:focus-visible {
  border-color: rgb(var(--game-card-accent));
  box-shadow: 0 18px 36px rgba(var(--game-card-accent), 0.24);
  transform: translateY(var(--other-hover-lift));
}

.other-game-card:focus-visible,
.other-games-page :where(a, button, input, select):focus-visible {
  outline: 3px solid var(--other-focus);
  outline-offset: 3px;
}

.other-games-page .site-nav-toggle {
  min-height: 44px;
}

.other-game-card:focus-visible {
  outline-color: var(--game-card-focus);
}

.other-game-card__group,
.other-product-row__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: var(--game-card-status);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.other-game-card h3 {
  margin: 0;
  color: var(--game-card-text);
  font-size: 1.32rem;
}

.other-game-card p {
  margin: 0;
  color: var(--game-card-muted);
  line-height: 1.55;
}

.other-game-card__status {
  align-self: end;
  color: var(--game-card-status);
  font-size: 0.84rem;
  font-weight: 750;
}

.other-game-card--star-wars-unlimited {
  --game-card-accent: 230, 73, 83;
  --game-card-surface: #111823;
  --game-card-text: #fffdf7;
  --game-card-muted: #c7cfda;
  --game-card-status: #f4d990;
  --game-card-focus: #82d6ff;
  --game-card-radius: 3px;
  --game-card-motif:
    radial-gradient(circle at 78% 24%, #fff 0 1px, transparent 2px),
    repeating-linear-gradient(
      110deg,
      transparent 0 22px,
      rgba(130, 214, 255, 0.11) 23px 24px
    );
}

.other-game-card--star-wars-unlimited::after {
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 0 32%,
    rgba(244, 217, 144, 0.5) 33% 35%,
    transparent 36%
  );
}

.other-game-card--altered {
  --game-card-accent: 31, 111, 105;
  --game-card-surface: #f7f3e7;
  --game-card-text: #173c3a;
  --game-card-muted: #465f5b;
  --game-card-status: #185f5b;
  --game-card-focus: #7d285e;
  --game-card-radius: 28px 8px 24px 12px;
  --game-card-motif:
    radial-gradient(
      circle at 82% 20%,
      rgba(206, 84, 101, 0.2),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(31, 111, 105, 0.16), transparent 58%);
}

.other-game-card--nostalgix {
  --game-card-accent: 255, 93, 190;
  --game-card-surface: #1c1030;
  --game-card-text: #fffaf0;
  --game-card-muted: #ddd0ec;
  --game-card-status: #75edff;
  --game-card-focus: #ffe45e;
  --game-card-radius: 14px;
  --game-card-border-width: 3px;
  --game-card-motif:
    radial-gradient(circle, rgba(255, 228, 94, 0.26) 0 2px, transparent 3px) 0
      0 / 18px 18px,
    linear-gradient(135deg, rgba(117, 237, 255, 0.18), transparent 58%);
}

.other-game-card--life-tcg {
  --game-card-accent: 38, 103, 70;
  --game-card-surface: #fbf4e5;
  --game-card-text: #183326;
  --game-card-muted: #465a4d;
  --game-card-status: #1f6042;
  --game-card-focus: #005fcc;
  --game-card-radius: 6px;
  --game-card-motif: repeating-radial-gradient(
    ellipse at 92% 95%,
    transparent 0 12px,
    rgba(38, 103, 70, 0.18) 13px 14px
  );
}

.other-game-card--one-piece {
  --game-card-accent: 87, 201, 233;
  --game-card-surface: #0b2636;
  --game-card-text: #fff8e9;
  --game-card-muted: #c9d8dc;
  --game-card-status: #ffd480;
  --game-card-focus: #ffffff;
  --game-card-radius: 3px;
  --game-card-border-width: 2px;
  --game-card-border-style: double;
  --game-card-motif:
    linear-gradient(rgba(87, 201, 233, 0.13) 1px, transparent 1px) 0 0 / 30px
      30px,
    linear-gradient(90deg, rgba(87, 201, 233, 0.13) 1px, transparent 1px) 0 0 /
      30px 30px;
}

.other-game-card--digimon {
  --game-card-accent: 83, 213, 255;
  --game-card-surface: #071426;
  --game-card-text: #f8fcff;
  --game-card-muted: #c0d3e3;
  --game-card-status: #73dcff;
  --game-card-focus: #ffe76b;
  --game-card-radius: 2px 18px 2px 18px;
  --game-card-border-width: 2px;
  --game-card-motif:
    linear-gradient(rgba(83, 213, 255, 0.12) 1px, transparent 1px) 0 0 / 22px
      22px,
    linear-gradient(90deg, rgba(83, 213, 255, 0.12) 1px, transparent 1px) 0 0 /
      22px 22px;
}

.other-game-card--lorcana {
  --game-card-accent: 91, 45, 132;
  --game-card-surface: #fff7e8;
  --game-card-text: #301b3b;
  --game-card-muted: #5c4863;
  --game-card-status: #5b2d84;
  --game-card-focus: #006b70;
  --game-card-radius: 20px 6px 20px 6px;
  --game-card-motif:
    radial-gradient(
      ellipse at 86% 82%,
      rgba(18, 112, 116, 0.19),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(91, 45, 132, 0.13), transparent 58%);
}

.other-game-card--flesh-and-blood {
  --game-card-accent: 207, 78, 70;
  --game-card-surface: #211313;
  --game-card-text: #fff8f4;
  --game-card-muted: #ddcbc6;
  --game-card-status: #ffb3a9;
  --game-card-focus: #ffffff;
  --game-card-radius: 8px;
}

.other-game-card--weiss-schwarz {
  --game-card-accent: 237, 78, 122;
  --game-card-surface: #0c0c0f;
  --game-card-text: #fffdf8;
  --game-card-muted: #d5d1d6;
  --game-card-status: #ff9db7;
  --game-card-focus: #6fcaff;
  --game-card-radius: 0;
  --game-card-border-width: 2px;
  --game-card-motif: linear-gradient(
    118deg,
    rgba(255, 253, 248, 0.16) 0 42%,
    transparent 42% 52%,
    rgba(93, 176, 255, 0.18) 52%
  );
}

.other-game-card--yugioh {
  --game-card-accent: 233, 190, 102;
  --game-card-surface: #141024;
  --game-card-text: #fff9eb;
  --game-card-muted: #d4ccdf;
  --game-card-status: #f2cf72;
  --game-card-focus: #68cfff;
  --game-card-radius: 6px;
  --game-card-border-width: 2px;
  --game-card-motif:
    linear-gradient(
      30deg,
      transparent 38%,
      rgba(233, 190, 102, 0.16) 39% 41%,
      transparent 42%
    ),
    linear-gradient(150deg, rgba(102, 83, 203, 0.18), transparent 58%);
}

.game-hero::after {
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(18px, 4vw, 48px);
  width: clamp(90px, 15vw, 190px);
  aspect-ratio: 1;
  border: var(--other-border-width) var(--other-border-style)
    rgba(var(--other-accent-rgb), 0.58);
  border-radius: var(--other-hero-decoration-radius);
  opacity: 0.82;
  background: var(--other-hero-decoration);
  transform: var(--other-hero-decoration-transform);
}

.other-directory-controls {
  display: grid;
  grid-template-columns: minmax(200px, 1.35fr) repeat(3, minmax(150px, 0.7fr));
  gap: 12px;
  margin-bottom: 18px;
}

.other-control {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--other-muted);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.other-control input,
.other-control select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 2px solid var(--other-control-border);
  border-radius: var(--other-control-radius);
  color: var(--other-text);
  background: var(--other-control-background);
  font: inherit;
  letter-spacing: normal;
}

.other-control input::placeholder {
  color: var(--other-muted);
  opacity: 1;
}

.other-result-count {
  margin: 0 0 14px;
  color: var(--other-accent-strong);
  font-weight: 750;
}

.other-product-list {
  display: grid;
  gap: 12px;
}

.other-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border: var(--other-product-border-width) var(--other-product-border-style)
    var(--other-border);
  border-radius: var(--other-product-radius);
  background: var(--other-product-background);
  clip-path: var(--other-product-clip);
}

.other-product-row__copy {
  min-width: 0;
}

.other-product-row__eyebrow {
  color: var(--other-accent-strong);
}

.other-product-row__type {
  color: var(--other-muted);
}

.other-status-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 8px;
  border: var(--other-border-width) var(--other-border-style)
    var(--other-chip-border);
  border-radius: var(--other-chip-radius);
  color: var(--other-chip-foreground);
  background: var(--other-chip-background);
}

.other-product-row__title {
  margin: 10px 0 4px;
  color: var(--other-text);
  font-size: 1.15rem;
  overflow-wrap: anywhere;
}

.other-product-row__meta,
.other-product-row__status {
  margin: 4px 0 0;
  color: var(--other-muted);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.other-product-row__status[data-availability="available"] {
  color: var(--other-accent-strong);
  font-weight: 700;
}

.other-action-link,
.other-action-note {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 2px solid var(--other-button-border);
  border-radius: var(--other-button-radius);
  font-size: 0.9rem;
  font-weight: 780;
  text-align: center;
}

.other-action-link {
  color: var(--other-button-foreground);
  background: var(--other-button-background);
  text-decoration: none;
}

.other-action-link:hover,
.other-action-link:focus-visible {
  box-shadow: var(--other-hover-shadow);
}

.other-action-note {
  color: var(--other-muted);
  background: var(--other-action-note-background);
}

.other-empty-state {
  margin: 0;
  padding: 24px;
  border: 2px dashed var(--other-control-border);
  border-radius: var(--other-radius-medium);
  color: var(--other-muted);
  text-align: center;
}

.other-pricing-note {
  margin: 18px 0 0;
  color: var(--other-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

body.homepage .cross-game-cta--other {
  color: #effbff;
  border-color: rgba(126, 214, 235, 0.5);
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(195, 142, 255, 0.19),
      transparent 46%
    ),
    linear-gradient(145deg, rgba(22, 66, 82, 0.92), rgba(10, 20, 38, 0.97));
}

body.homepage .cross-game-cta--other .cross-game-cta__eyebrow {
  color: #9ce9f8;
}

body.homepage .mobile-home-hubs__btn--other {
  color: #effbff;
  border-color: rgba(126, 214, 235, 0.56);
  background: linear-gradient(
    145deg,
    rgba(22, 66, 82, 0.94),
    rgba(10, 20, 38, 0.98)
  );
}

@media (max-width: 900px) {
  .other-method-grid,
  .other-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .other-directory-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .other-games-page main {
    width: min(100% - 22px, 1180px);
    padding-top: 18px;
  }

  .other-hero,
  .other-section {
    padding: 22px;
  }

  .other-method-grid,
  .other-game-grid,
  .other-directory-controls {
    grid-template-columns: 1fr;
  }

  .other-product-row {
    grid-template-columns: 1fr;
  }

  .other-product-row__action,
  .other-action-link,
  .other-action-note {
    width: 100%;
  }

  .other-hero::before {
    top: -12rem;
    right: -13rem;
  }

  .game-hero::after {
    right: 18px;
    bottom: 18px;
    opacity: 0.42;
  }
}

@media (max-width: 340px) {
  .other-games-page main {
    width: calc(100% - 18px);
  }

  .other-hero,
  .other-section,
  .other-game-card {
    padding: 18px;
  }

  .other-hero h1 {
    font-size: clamp(1.9rem, 11vw, 2.35rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .other-game-card,
  .other-action-link,
  body.homepage .cross-game-cta--other,
  body.homepage .mobile-home-hubs__btn--other {
    scroll-behavior: auto;
    transition: none;
  }

  .other-game-card:hover,
  .other-game-card:focus-visible {
    transform: none;
  }
}

@media (prefers-contrast: more) {
  .other-games-page {
    --other-border-width: 2px;
    --other-border: currentcolor;
    --other-control-border: currentcolor;
  }

  .other-games-page :where(a, button, input, select):focus-visible {
    outline-width: 4px;
  }
}

@media (forced-colors: active) {
  .other-games-page,
  .other-games-page .other-card,
  .other-method-card,
  .other-product-row,
  .other-game-card,
  .other-control input,
  .other-control select,
  .other-status-badge,
  .other-action-link,
  .other-action-note,
  .other-fact-list li,
  .other-empty-state {
    color: CanvasText;
    border-color: CanvasText;
    background: Canvas;
    box-shadow: none;
    forced-color-adjust: auto;
  }

  .other-breadcrumbs a,
  .other-games-page .other-section a,
  .other-game-card__status,
  .other-game-card__group,
  .other-result-count,
  .other-product-row__eyebrow,
  .other-product-row__status[data-availability="available"] {
    color: LinkText;
  }

  .other-games-page :where(a, button, input, select):focus-visible {
    outline: 3px solid Highlight;
  }

  .other-hero::before,
  .game-hero::after,
  .other-game-card::before,
  .other-game-card::after {
    display: none;
  }
}
