.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-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-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 h1,
.other-section-heading h2,
.other-method-card h2,
.other-method-card h3,
.other-game-card h2,
.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);
  background: none;
  font-size: clamp(2.25rem, 6vw, 5rem);
  font-weight: var(--other-heading-weight);
  line-height: 0.98;
  letter-spacing: var(--other-heading-letter-spacing);
  text-align: left;
  text-shadow: none;
  -webkit-text-fill-color: currentColor;
  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-games-page main > .other-section:first-child {
  margin-top: 0;
}

.other-section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.other-section-heading h1,
.other-section-heading h2,
.other-method-card h2,
.other-method-card h3 {
  margin: 0;
  color: var(--other-text);
}

.other-section-heading h1 {
  max-width: 22ch;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: var(--other-heading-weight);
  line-height: 1.05;
  letter-spacing: calc(var(--other-heading-letter-spacing) * 0.75);
  text-shadow: none;
  -webkit-text-fill-color: currentColor;
  overflow-wrap: anywhere;
}

.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: var(
    --other-directory-card-background,
    var(
      --other-hero-background,
      var(--other-product-background, var(--other-panel-solid))
    )
  );
  --game-card-text: var(--other-text);
  --game-card-muted: var(--other-muted);
  --game-card-status: var(--other-accent-strong);
  --game-card-focus: var(--other-focus);
  --game-card-radius: var(--other-product-radius, var(--other-radius-medium));
  --game-card-border-width: var(--other-border-width);
  --game-card-border-style: var(--other-border-style);
  --game-card-border-color: var(--other-border);
  --game-card-motif: var(--other-directory-card-motif, var(--other-hero-motif));
  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)
    var(--game-card-border-color);
  border-radius: var(--game-card-radius);
  color: var(--game-card-text);
  background: var(--game-card-surface);
  clip-path: var(--other-product-clip, none);
  text-decoration: none;
  transition:
    transform 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.other-game-card::before {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.other-game-card::before {
  inset: 0;
  background: var(--game-card-motif);
}

.other-game-card:hover,
.other-game-card:focus-visible {
  border-color: rgb(var(--game-card-accent));
  box-shadow: var(
    --other-hover-shadow,
    0 18px 36px rgba(var(--game-card-accent), 0.24)
  );
  transform: translateY(var(--other-hover-lift, -2px));
}

.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 h2 {
  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;
}

.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(2, 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-empty-reset {
  margin-left: 0.45rem;
  padding: 0;
  border: 0;
  color: var(--other-accent-strong);
  background: transparent;
  font: inherit;
  font-weight: 750;
  text-decoration: underline;
  cursor: pointer;
}

.other-empty-reset:focus-visible {
  outline: 2px solid var(--other-accent-strong);
  outline-offset: 3px;
}

.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% - 16px, 1180px);
    padding: 14px 0 48px;
  }

  .other-games-page .other-hero,
  .other-games-page .other-section {
    padding: 18px;
  }

  .other-section {
    margin-top: 16px;
  }

  .other-section-heading {
    gap: 6px;
    margin-bottom: 16px;
  }

  .other-section-heading h1 {
    max-width: 18ch;
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .other-section-heading p,
  .other-method-card p {
    line-height: 1.55;
  }

  .other-method-grid,
  .other-game-grid,
  .other-directory-controls {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .other-game-card {
    min-height: 0;
    gap: 8px;
    padding: 18px;
  }

  .other-game-card h2 {
    font-size: 1.22rem;
  }

  .other-game-card p {
    line-height: 1.5;
  }

  .other-product-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .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% - 12px);
  }

  .other-games-page .other-hero,
  .other-games-page .other-section {
    padding: 14px;
  }

  .other-games-page .other-game-card {
    padding: 16px;
  }

  .other-hero h1 {
    font-size: clamp(1.9rem, 11vw, 2.35rem);
  }

  .other-section-heading h1 {
    font-size: clamp(1.9rem, 10vw, 2.1rem);
  }

  .other-game-card__group {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .other-game-card h2 {
    font-size: 1.16rem;
  }
}

@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-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 {
    display: none;
  }
}
