:root {
  --ink: #07100e;
  --ink-soft: #0d1815;
  --panel: #14201d;
  --panel-2: #1a2824;
  --paper: #eef4eb;
  --muted: #96a59f;
  --muted-light: #c0cbc6;
  --line: rgba(236, 246, 239, 0.14);
  --lime: #b9ff3f;
  --lime-dark: #85c919;
  --coral: #ff684f;
  --yellow: #ffcf4b;
  --cyan: #4bd5d7;
  --pink: #ff7eb6;
  --violet: #aa8cff;
  --blue: #69a9ff;
  --orange: #ff9f45;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: min(1440px, calc(100vw - 72px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 142px;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 6%, rgba(185, 255, 63, 0.075), transparent 26rem),
    linear-gradient(180deg, #08110f 0, #07100e 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 62%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 11px 15px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

[hidden] { display: none !important; }

.welcome-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: min(320px, calc(100vw - 48px), calc(100svh - 190px));
  max-height: calc(100svh - 48px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #101e3b, #070e20 70%);
  border: 1px solid rgba(102, 172, 255, 0.36);
  border-radius: 20px;
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.5), 0 0 28px rgba(0, 119, 255, 0.12);
  animation: welcome-slide-in 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.welcome-banner__header { display: flex; align-items: center; justify-content: space-between; padding-left: 16px; }
.welcome-banner__header > span { color: #a9bddb; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.welcome-banner__close { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 30px; line-height: 1; }
.welcome-banner__close:hover { background: #183260; }
.welcome-banner__close:focus-visible { outline: 2px solid #49c8ff; outline-offset: -5px; }
.welcome-banner__link { display: block; color: inherit; text-decoration: none; }
.welcome-banner__link:focus-visible { outline: 3px solid #49c8ff; outline-offset: -3px; }
.welcome-banner__link img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.welcome-banner__copy { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px 12px; padding: 16px; }
.welcome-banner__brand { grid-column: 1 / -1; color: #64c7ff; font-size: 10px; font-weight: 800; letter-spacing: 0.13em; }
.welcome-banner__brand > span { margin-inline: 5px; color: #7786a1; }
.welcome-banner__copy > strong { grid-column: 1 / -1; font-size: 20px; line-height: 1.15; letter-spacing: -0.035em; }
.welcome-banner__code { color: #94a7c7; font-size: 11px; }
.welcome-banner__code b { color: #fff; }
.welcome-banner__code small { font-size: inherit; }
.welcome-banner__cta { display: flex; align-items: center; gap: 8px; padding: 9px 12px; background: #087dff; border-radius: 9px; font-size: 11px; font-weight: 800; transition: background 180ms ease; }
.welcome-banner__cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.welcome-banner__link:hover .welcome-banner__cta { background: #159bff; }
@keyframes welcome-slide-in { from { opacity: 0; transform: translateX(28px) translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 640px) {
  .welcome-banner { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); width: calc(100% - 24px); max-height: none; border-radius: 16px; }
  .welcome-banner__header { position: absolute; top: 0; right: 0; z-index: 2; padding: 0; }
  .welcome-banner__header > span { display: none; }
  .welcome-banner__close { width: 40px; height: 40px; font-size: 25px; }
  .welcome-banner__link { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; }
  .welcome-banner__link img { width: 88px; height: 88px; border-radius: 10px; }
  .welcome-banner__copy { gap: 5px 6px; padding: 0; }
  .welcome-banner__brand { padding-right: 26px; font-size: 9px; }
  .welcome-banner__brand::after { content: " · Publicidade"; color: #94a7c7; font-size: 8px; letter-spacing: 0; }
  .welcome-banner__copy > strong { font-size: 17px; }
  .welcome-banner__code { font-size: 10px; }
  .welcome-banner__cta { gap: 5px; padding: 7px 8px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .welcome-banner { animation: none; } }

.responsible-strip {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 42px;
  padding: 7px 36px;
  color: var(--ink);
  background: var(--lime);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 12px;
  letter-spacing: 0.015em;
}

.responsible-strip p {
  margin: 0;
  text-align: center;
}

.age-chip {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 25px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--mono);
  font-weight: 800;
}

.strip-note {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 42px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 12px 36px;
  background: rgba(7, 16, 14, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  width: max-content;
}

.brand__mark {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50% 50% 50% 11px;
  box-shadow: 5px 5px 0 var(--coral);
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.04em;
}

.brand__text {
  font-family: var(--display);
  font-size: 17px;
  line-height: 0.85;
  letter-spacing: 0.05em;
}

.brand__text b {
  color: var(--lime);
  font-weight: inherit;
}

.desktop-nav {
  display: flex;
  gap: clamp(18px, 2.3vw, 38px);
  justify-content: center;
  font-size: 13px;
  font-weight: 650;
}

.desktop-nav a,
.header-search {
  color: var(--muted-light);
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-search:hover {
  color: var(--lime);
}

.header-search {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

.menu-button,
.mobile-menu {
  display: none;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--muted-light);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  background: var(--lime);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.92fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
  width: var(--container);
  min-height: min(760px, calc(100vh - 120px));
  margin: 0 auto;
  padding: 82px 0 96px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 88px;
  left: -4vw;
  width: 180px;
  height: 14px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--coral) 0 10px, transparent 10px 17px);
  transform: rotate(-7deg);
  opacity: 0.85;
}

.hero__copy {
  max-width: 750px;
}

.hero h1,
.section-heading h2,
.method-strip h2,
.detail-hero h1,
.fact-panel h2,
.game-article h2,
.risk-note h2,
.legal-hero h1,
.not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(68px, 8.4vw, 142px);
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
  -webkit-text-stroke: 1px var(--lime);
  text-shadow: 7px 7px 0 rgba(255, 104, 79, 0.9);
}

.hero__lead {
  max-width: 610px;
  margin: 32px 0 0;
  color: var(--muted-light);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition:
    transform 180ms var(--ease),
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button--solid {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 6px 6px 0 var(--coral);
}

.button--solid:hover {
  box-shadow: 9px 9px 0 var(--coral);
}

.button--ghost {
  color: var(--paper);
  background: transparent;
}

.button--wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid var(--muted);
  font-size: 13px;
  font-weight: 750;
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  color: var(--lime);
  border-color: var(--lime);
}

.hero__visual {
  position: relative;
  min-height: 500px;
  perspective: 1000px;
}

.hero-card {
  position: absolute;
  width: min(360px, 70%);
  height: 455px;
  padding: 28px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-card::before,
.hero-card::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.hero-card::before {
  right: -62px;
  bottom: -35px;
  width: 240px;
  height: 240px;
  border: 48px solid rgba(7, 16, 14, 0.14);
}

.hero-card::after {
  top: 49%;
  right: 18%;
  width: 110px;
  height: 110px;
  border: 2px dashed rgba(7, 16, 14, 0.4);
}

.hero-card > span:last-child {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 34px;
}

.hero-card--back {
  top: 8px;
  left: 2%;
  color: var(--paper);
  background: #273330;
  transform: rotate(-9deg) translateZ(-60px);
}

.hero-card--middle {
  top: 24px;
  left: 18%;
  background: var(--coral);
  transform: rotate(5deg) translateZ(-30px);
}

.hero-card--front {
  top: 24px;
  left: 8%;
  display: flex;
  flex-direction: column;
  background:
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(7, 16, 14, 0.035) 20px 22px),
    var(--lime);
  transform: rotate(-2deg);
  animation: card-float 6s ease-in-out infinite;
}

.hero-card--front strong {
  z-index: 1;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(54px, 3.2vw, 68px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}

.hero-card__kicker {
  font-size: 10px;
}

.hero-card__line {
  width: 42%;
  height: 7px;
  margin: 22px 0 14px;
  background: var(--coral);
}

.hero-card--front p {
  z-index: 1;
  margin: 0 0 34px;
  line-height: 1.25;
}

.hero__index {
  position: absolute;
  right: 0;
  bottom: 36px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
}

.hero__index i {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--lime) 33%, var(--line) 33%);
}

@keyframes card-float {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-10px); }
}

.signal-row {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  color: var(--muted-light);
  background: #0c1714;
  border-block: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.signal-row i {
  width: 4px;
  height: 4px;
  background: var(--coral);
  transform: rotate(45deg);
}

.catalog,
.related-section {
  width: var(--container);
  margin: 0 auto;
  padding: 122px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.method-strip h2 {
  font-size: clamp(52px, 6vw, 94px);
}

.section-heading > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.catalog-tools {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 62px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.filter-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 43px;
  padding: 9px 14px;
  color: var(--muted-light);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  transition: all 180ms ease;
}

.filter-button span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.filter-button.is-active span {
  color: var(--ink);
}

.search-box {
  display: flex;
  gap: 12px;
  align-items: center;
  width: min(360px, 100%);
  min-height: 43px;
  padding: 0 13px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.search-box:focus-within {
  color: var(--lime);
  border-color: var(--lime);
}

.search-box input {
  width: 100%;
  color: var(--paper);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.search-box input::placeholder {
  color: var(--muted);
}

.search-box kbd {
  min-width: max-content;
  padding: 3px 6px;
  color: var(--muted);
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 9px;
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  margin: 19px 0 26px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-meta p {
  margin: 0;
}

.catalog-meta strong {
  color: var(--lime);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 18px;
}

.game-card {
  min-width: 0;
}

.game-card[hidden] {
  display: none;
}

.game-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.game-card__corner {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 28px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 3px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
}

.game-card__open {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  transform: translateY(calc(100% + 18px));
  transition: transform 260ms var(--ease);
}

.game-card__open svg {
  width: 16px;
  height: 16px;
}

.game-card__visual:hover .game-card__open,
.game-card__visual:focus-visible .game-card__open {
  transform: translateY(0);
}

.game-card__visual:hover .game-art {
  transform: scale(1.025);
}

.game-art {
  --art-accent: var(--lime);
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 0.83;
  min-height: 0;
  padding: clamp(22px, 2.2vw, 34px) clamp(18px, 2vw, 28px);
  overflow: hidden;
  color: #f6fbf7;
  background:
    radial-gradient(circle at 78% 26%, color-mix(in srgb, var(--art-accent) 40%, transparent), transparent 23%),
    linear-gradient(145deg, #162620 0%, #09110f 67%);
  transition: transform 420ms var(--ease);
}

.game-art::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid color-mix(in srgb, var(--art-accent) 50%, transparent);
  border-radius: 50% 50% 20% 50%;
  transform: rotate(-12deg) scale(1.2);
}

.game-art::after {
  position: absolute;
  top: 12%;
  right: -14%;
  width: 70%;
  aspect-ratio: 1;
  content: "";
  background: repeating-radial-gradient(circle at center, transparent 0 12px, color-mix(in srgb, var(--art-accent) 28%, transparent) 13px 14px);
  border-radius: 50%;
  opacity: 0.78;
}

.game-art--gold { --art-accent: var(--yellow); }
.game-art--coral { --art-accent: var(--coral); }
.game-art--cyan { --art-accent: var(--cyan); }
.game-art--pink { --art-accent: var(--pink); }
.game-art--violet { --art-accent: var(--violet); }
.game-art--lime { --art-accent: var(--lime); }
.game-art--blue { --art-accent: var(--blue); }
.game-art--orange { --art-accent: var(--orange); }

.game-art__orbit {
  position: absolute;
  top: 27%;
  left: 50%;
  z-index: 1;
  width: 52%;
  aspect-ratio: 1;
  border: 13px solid color-mix(in srgb, var(--art-accent) 78%, white 8%);
  border-radius: 50%;
  box-shadow: 0 0 45px color-mix(in srgb, var(--art-accent) 28%, transparent);
  transform: translate(-50%, -50%);
}

.game-art__orbit::after {
  position: absolute;
  inset: 22%;
  display: grid;
  place-items: center;
  content: "◆";
  color: var(--art-accent);
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.game-art__code {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 2;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(52px, 5vw, 88px);
  letter-spacing: 0.02em;
  transform: translate(-50%, -50%);
}

.game-art__title {
  position: relative;
  z-index: 2;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(35px, 3.3vw, 58px);
  line-height: 0.82;
  letter-spacing: 0.025em;
}

.game-art__provider {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: var(--art-accent);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 15px 2px 0;
}

.game-card__body h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

.game-card__body h3 a:hover {
  color: var(--lime);
}

.game-card__body p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.game-card__stats {
  display: flex;
  gap: 14px;
  margin: 0;
  text-align: right;
}

.game-card__stats dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card__stats dd {
  margin: 2px 0 0;
  color: var(--muted-light);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
}

.empty-state {
  padding: 72px 24px;
  text-align: center;
  border: 1px dashed var(--line);
}

.empty-state span {
  color: var(--lime);
  font-family: var(--display);
  font-size: 72px;
}

.empty-state h3 {
  margin: 8px 0;
  font-size: 20px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.method-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: 80px;
  padding: 112px max(36px, calc((100vw - 1440px) / 2));
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(7, 16, 14, 0.1) 50%, transparent 50.2%),
    var(--lime);
}

.method-strip .eyebrow {
  color: var(--ink);
}

.method-strip .eyebrow span {
  background: var(--ink);
}

.method-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 16, 14, 0.35);
}

.method-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(7, 16, 14, 0.35);
}

.method-list > li > span {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
}

.method-list h3 {
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.method-list p {
  margin: 0;
  font-size: 13px;
}

.method-strip__link {
  grid-column: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  margin-top: -32px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.method-strip__link svg {
  width: 16px;
}

/* Game detail */
.game-detail {
  width: var(--container);
  margin: 0 auto;
  padding-bottom: 112px;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 26px 0 18px;
  overflow: hidden;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  white-space: nowrap;
}

.breadcrumbs a:hover {
  color: var(--lime);
}

.breadcrumbs strong {
  overflow: hidden;
  color: var(--muted-light);
  text-overflow: ellipsis;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(340px, 1.1fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  min-height: 650px;
  padding: 54px 0 72px;
}

.detail-hero__art {
  position: relative;
  max-width: 410px;
  padding: 0 0 16px 16px;
}

.detail-hero__art::before {
  position: absolute;
  inset: 16px 16px 0 0;
  z-index: -1;
  content: "";
  background: var(--coral);
  border-radius: var(--radius-sm);
}

.game-art--detail {
  aspect-ratio: 0.84;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.game-art--detail .game-art__code {
  font-size: clamp(72px, 7vw, 110px);
}

.game-art--detail .game-art__title {
  font-size: clamp(48px, 5vw, 78px);
}

.detail-rank {
  position: absolute;
  right: -7px;
  bottom: -9px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 900;
}

.detail-hero h1 {
  font-size: clamp(76px, 8vw, 132px);
}

.detail-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted-light);
  font-size: 18px;
  line-height: 1.65;
}

.detail-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.detail-tags span {
  padding: 7px 10px;
  color: var(--muted-light);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.partner-card {
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 11px 11px 0 rgba(185, 255, 63, 0.12);
}

.partner-card__status {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 16px;
  color: var(--yellow);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
}

.partner-card__status.is-ready {
  color: var(--lime);
}

.partner-card__status svg {
  width: 17px;
}

.partner-card__label {
  margin: 24px 0 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.partner-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.partner-card > p:not(.partner-card__label) {
  margin: 16px 0 24px;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.6;
}

.partner-card small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.fact-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(560px, 1.35fr);
  gap: 64px;
  padding: 52px;
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--radius-lg);
}

.fact-panel__heading p,
.article-index {
  margin: 0 0 13px;
  color: #5a6964;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.fact-panel h2 {
  font-size: clamp(48px, 4.5vw, 72px);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid #aeb8b3;
  border-left: 1px solid #aeb8b3;
}

.fact-grid > div {
  min-height: 105px;
  padding: 18px;
  border-right: 1px solid #aeb8b3;
  border-bottom: 1px solid #aeb8b3;
}

.fact-grid dt {
  color: #65716d;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-grid dd {
  margin: 20px 0 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1;
}

.fact-note {
  grid-column: 2;
  margin: -46px 0 0;
  color: #65716d;
  font-size: 10px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 18px;
  margin-top: 18px;
}

.game-article,
.risk-note {
  min-height: 460px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: var(--radius-lg);
}

.game-article {
  background: var(--panel);
  border: 1px solid var(--line);
}

.game-article h2,
.risk-note h2 {
  max-width: 700px;
  font-size: clamp(50px, 5vw, 82px);
}

.game-article > p:not(.article-index),
.risk-note > p:not(.eyebrow) {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--muted-light);
  font-size: 17px;
  line-height: 1.75;
}

.article-callout {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  max-width: 640px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.article-callout span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-callout p {
  margin: 0;
  font-size: 13px;
}

.risk-note {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--coral);
}

.risk-note::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  content: "";
  border: 30px solid rgba(7, 16, 14, 0.12);
  border-radius: 50%;
}

.risk-note .eyebrow,
.risk-note > p:not(.eyebrow) {
  color: var(--ink);
}

.risk-note .eyebrow span {
  background: var(--ink);
}

.risk-note__index {
  display: block;
  margin-bottom: 68px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
}

.risk-note a {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-top: 42px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.risk-note a svg {
  width: 16px;
}

.related-section {
  width: 100%;
  padding-bottom: 0;
}

.related-section .section-heading {
  grid-template-columns: 1fr auto;
}

.game-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.sticky-mobile-cta {
  display: none;
}

/* Editorial pages */
.legal-page {
  width: min(1100px, calc(100vw - 72px));
  margin: 0 auto;
  padding: 120px 0 140px;
}

.legal-hero {
  max-width: 920px;
  padding-bottom: 74px;
}

.legal-hero h1 {
  font-size: clamp(72px, 9vw, 138px);
}

.legal-hero > p:last-child {
  max-width: 700px;
  margin: 30px 0 0;
  color: var(--muted-light);
  font-size: 20px;
  line-height: 1.6;
}

.legal-sections {
  border-top: 1px solid var(--line);
}

.legal-section {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 40px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.legal-section > span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 850;
}

.legal-section h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.legal-section p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-light);
  line-height: 1.75;
}

.legal-back {
  margin-top: 52px;
}

/* Source-led articles reuse the catalog palette, with a quieter reading scale. */
.editorial-page { max-width: 1020px; padding-top: 64px; }
.editorial-page .legal-hero { padding-bottom: 28px; }
.editorial-page .legal-hero h1 { max-width: 18ch; font-size: clamp(36px, 5vw, 68px); line-height: 1.07; overflow-wrap: break-word; }
.editorial-page .legal-section h2 { font-size: clamp(23px, 3vw, 32px); line-height: 1.2; text-transform: none; }
.editorial-page .legal-section { grid-template-columns: 32px minmax(0, 1fr); gap: 24px; }
.editorial-page .legal-section p { font-size: 18px; }
.editorial-page a:not(.button), .editorial-intro a { color: #83d1ff; text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; color: var(--muted-light); font-size: 14px; }
.editorial-page .breadcrumbs { white-space: normal; overflow: visible; height: auto; width: auto; padding: 0; }
.editorial-page .breadcrumbs [aria-current] { min-width: 0; overflow-wrap: anywhere; }
.editorial-byline, .editorial-disclosure { color: var(--muted-light); font-size: 15px; line-height: 1.7; }
.editorial-notice { margin-block: 30px; padding: 22px 24px; border-left: 3px solid #61beff; background: rgba(43, 114, 255, .09); }
.editorial-notice p { margin-bottom: 0; color: var(--muted-light); }
.editorial-table { max-width: 100%; overflow-x: auto; margin-block: 32px; border: 1px solid var(--line); border-radius: 12px; }
.editorial-table table { width: 100%; border-collapse: collapse; font-size: 16px; }
.editorial-table caption { text-align: left; padding: 18px; font-weight: 750; }
.editorial-table th, .editorial-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); overflow-wrap: anywhere; }
.editorial-table th { width: 34%; font-weight: 650; }
.editorial-table td { color: var(--muted-light); }
.editorial-toc { margin-block: 36px; padding: 24px; background: var(--panel); border-radius: 16px; }
.editorial-toc h2, .editorial-sources h2, .editorial-related h2 { font-size: 23px; margin-top: 0; }
.editorial-toc ol, .editorial-sources ul, .editorial-related ul { padding-left: 22px; }
.editorial-toc li, .editorial-sources li, .editorial-related li { padding-block: 8px; line-height: 1.6; }
.editorial-sources, .editorial-related { margin-top: 42px; }
.editorial-contact { font-size: 20px; overflow-wrap: anywhere; }
.editorial-intro { width: var(--container); margin: 50px auto 100px; padding-block: 36px; border-top: 1px solid var(--line); }
.editorial-intro h2 { max-width: 22ch; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.035em; line-height: 1.13; }
.editorial-intro p { max-width: 75ch; color: var(--muted-light); line-height: 1.7; }
.editorial-intro > div { display: flex; flex-wrap: wrap; gap: 20px 36px; margin-block: 26px; }
.editorial-intro > div a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.editorial-intro svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
@media (max-width: 650px) {
  .editorial-page .legal-section { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .editorial-page .legal-section > span { display: none; }
  .editorial-page .legal-section p { font-size: 17px; }
  .editorial-page .legal-hero h1 { font-size: clamp(36px, 10vw, 50px); }
  .editorial-table th, .editorial-table td { padding: 12px; font-size: 14px; }
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(900px, calc(100vw - 72px));
  min-height: 700px;
  margin: 0 auto;
  padding: 80px 0;
}

.not-found > span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(130px, 24vw, 320px);
  line-height: 0.65;
  opacity: 0.3;
}

.not-found h1 {
  font-size: clamp(62px, 8vw, 108px);
}

.not-found > p:not(.eyebrow) {
  margin: 24px 0 34px;
  color: var(--muted);
}

/* Footer and overlays */
.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.8fr;
  gap: 64px;
  padding: 74px max(36px, calc((100vw - 1440px) / 2)) 38px;
  background: #050a09;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.footer-brand strong {
  display: block;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.footer-brand p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links span {
  margin-bottom: 5px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-links a {
  width: max-content;
  max-width: 100%;
  color: var(--muted-light);
  font-size: 11px;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-warning {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.footer-warning span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
}

.footer-warning p {
  margin: 0;
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.55;
}

.footer-fineprint {
  grid-column: 1 / -1;
  margin: 30px 0 0;
  padding-top: 22px;
  color: #67736f;
  border-top: 1px solid var(--line);
  font-size: 9px;
  line-height: 1.65;
}

.cookie-panel {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(680px, calc(100vw - 44px));
  padding: 20px;
  color: var(--paper);
  background: #17231f;
  border: 1px solid rgba(185, 255, 63, 0.42);
  border-radius: var(--radius-sm);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.5);
}

.cookie-panel[hidden],
.toast[hidden] {
  display: none;
}

.cookie-panel strong {
  color: var(--lime);
  font-size: 13px;
}

.cookie-panel p {
  margin: 4px 0 0;
  color: var(--muted-light);
  font-size: 10px;
  line-height: 1.55;
}

.cookie-panel__actions {
  display: flex;
  gap: 8px;
}

.cookie-panel .button {
  min-height: 42px;
  padding: 9px 13px;
  font-size: 10px;
}

.toast {
  position: fixed;
  top: 136px;
  right: 24px;
  z-index: 60;
  max-width: 420px;
  padding: 17px 20px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid var(--ink);
  border-radius: 4px;
  box-shadow: 7px 7px 0 var(--coral);
  font-size: 12px;
  font-weight: 750;
  animation: toast-in 360ms var(--ease) both;
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  animation: reveal-in 650ms var(--ease) both;
}

.game-card:nth-child(2),
.method-list li:nth-child(2) { animation-delay: 60ms; }
.game-card:nth-child(3),
.method-list li:nth-child(3) { animation-delay: 120ms; }
.game-card:nth-child(4) { animation-delay: 180ms; }

@keyframes reveal-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  :root { --container: min(100% - 48px, 1100px); }

  .site-header { gap: 24px; padding-inline: 24px; }
  .desktop-nav { gap: 16px; }
  .header-search span { display: none; }

  .hero { grid-template-columns: 1fr 0.78fr; gap: 36px; }
  .hero__visual { min-height: 430px; }
  .hero-card { height: 390px; padding: 22px; }
  .hero-card--front strong { font-size: 58px; }

  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-card__stats { display: none; }

  .detail-hero { grid-template-columns: minmax(260px, 0.7fr) minmax(340px, 1fr); }
  .partner-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; align-items: center; }
  .partner-card__status { grid-column: 1 / -1; }
  .partner-card__label { margin: 8px 0 0; }
  .partner-card h2 { grid-column: 1; }
  .partner-card > p:not(.partner-card__label) { grid-column: 1; margin: 6px 0 0; }
  .partner-card .button { grid-column: 2; grid-row: 2 / span 3; }
  .partner-card small { grid-column: 2; margin-top: -2px; }

  .fact-panel { grid-template-columns: 1fr; }
  .fact-note { grid-column: 1; margin: -46px 0 0; }

  .site-footer { grid-template-columns: 1fr 1.5fr; }
  .footer-warning { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 32px); }

  html { scroll-padding-top: 114px; }

  .responsible-strip {
    grid-template-columns: auto 1fr;
    min-height: 52px;
    padding: 7px 16px;
  }

  .responsible-strip p { text-align: left; line-height: 1.25; }
  .strip-note { display: none; }

  .site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .brand__mark { width: 40px; height: 40px; font-size: 18px; box-shadow: 4px 4px 0 var(--coral); }
  .brand__text { font-size: 15px; }
  .desktop-nav, .header-search { display: none; }

  .menu-button {
    grid-column: 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
  }

  .mobile-menu {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    background: #0c1614;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu.is-open { display: flex; }
  .mobile-menu a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 750; }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 70px 0 62px;
  }

  .hero::before { top: 30px; left: -50px; }
  .hero h1 { font-size: clamp(66px, 20vw, 104px); }
  .hero__lead { margin-top: 26px; font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__visual { min-height: 390px; margin-top: 18px; }
  .hero-card { width: 72%; height: 360px; }
  .hero-card--back { left: 1%; }
  .hero-card--middle { left: 24%; }
  .hero-card--front { left: 11%; }
  .hero__index { display: none; }

  .signal-row { justify-content: flex-start; padding-inline: 16px; overflow: hidden; white-space: nowrap; }
  .signal-row span:nth-of-type(n+3), .signal-row i:nth-of-type(n+2) { display: none; }

  .catalog, .related-section { padding-block: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .method-strip h2 { font-size: clamp(50px, 15vw, 78px); }
  .section-heading > p { font-size: 14px; }

  .catalog-tools { flex-direction: column; margin-top: 42px; }
  .filter-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-list::-webkit-scrollbar { display: none; }
  .filter-button { min-width: max-content; }
  .search-box { width: 100%; }

  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 12px; }
  .game-art { padding: 19px 16px; }
  .game-art__code { font-size: clamp(48px, 13vw, 72px); }
  .game-art__title { font-size: clamp(33px, 9vw, 49px); }
  .game-card__open { display: none; }
  .game-card__body { grid-template-columns: 1fr; }

  .method-strip { grid-template-columns: 1fr; gap: 44px; padding: 80px 16px; }
  .method-strip__link { grid-column: 1; margin-top: -14px; }

  .game-detail { padding-bottom: 80px; }
  .detail-hero { grid-template-columns: 1fr; min-height: auto; padding: 26px 0 52px; }
  .detail-hero__art { width: min(76vw, 390px); margin: 0 auto; }
  .detail-hero h1 { font-size: clamp(72px, 21vw, 112px); }
  .detail-lead { font-size: 16px; }

  .partner-card { display: block; }
  .partner-card__label { margin-top: 22px; }
  .partner-card > p:not(.partner-card__label) { margin: 14px 0 22px; }
  .partner-card .button { margin-top: 0; }
  .partner-card small { margin-top: 15px; }

  .fact-panel { gap: 34px; padding: 32px 20px 76px; border-radius: var(--radius); }
  .fact-panel h2 { font-size: 48px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid > div { min-height: 92px; padding: 14px; }
  .fact-grid dd { margin-top: 15px; font-size: 24px; }
  .fact-note { margin: 0; }

  .editorial-grid { grid-template-columns: 1fr; }
  .game-article, .risk-note { min-height: auto; padding: 38px 24px; border-radius: var(--radius); }
  .game-article h2, .risk-note h2 { font-size: 50px; }
  .game-article > p:not(.article-index), .risk-note > p:not(.eyebrow) { font-size: 15px; }
  .article-callout { grid-template-columns: 1fr; gap: 8px; }
  .risk-note__index { margin-bottom: 44px; }

  .related-section .section-heading { grid-template-columns: 1fr; }
  .game-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-grid--related .game-card:last-child { display: none; }

  .sticky-mobile-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 23;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: 10px 10px 10px 15px;
    background: rgba(18, 30, 26, 0.95);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
  }

  .sticky-mobile-cta div { display: flex; flex-direction: column; min-width: 0; }
  .sticky-mobile-cta span { overflow: hidden; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
  .sticky-mobile-cta strong { color: var(--muted); font-family: var(--mono); font-size: 8px; }
  .sticky-mobile-cta a { display: flex; gap: 9px; align-items: center; padding: 12px 14px; color: var(--ink); background: var(--lime); border-radius: 4px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
  .sticky-mobile-cta svg { width: 15px; }

  .legal-page { width: calc(100vw - 32px); padding: 80px 0 100px; }
  .legal-hero { padding-bottom: 54px; }
  .legal-hero h1 { font-size: clamp(65px, 19vw, 104px); }
  .legal-hero > p:last-child { font-size: 17px; }
  .legal-section { grid-template-columns: 38px 1fr; gap: 18px; padding: 30px 0; }
  .legal-section h2 { font-size: 30px; }

  .site-footer { grid-template-columns: 1fr; gap: 44px; padding: 56px 16px 100px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-warning, .footer-fineprint { grid-column: 1; }

  .cookie-panel { right: 10px; bottom: 10px; grid-template-columns: 1fr; width: calc(100vw - 20px); }
  .cookie-panel__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .toast { top: 126px; right: 12px; left: 12px; max-width: none; }
}

@media (max-width: 460px) {
  .hero__visual { min-height: 338px; }
  .hero-card { width: 78%; height: 320px; padding: 19px; }
  .hero-card--front strong { font-size: 50px; }
  .hero-card--front p { margin-bottom: 18px; }
  .catalog-meta > span { display: none; }
  .game-art__provider { font-size: 7px; }
  .game-card__body h3 { font-size: 13px; }
  .fact-grid { grid-template-columns: 1fr; }
  .game-grid--related { grid-template-columns: 1fr; }
  .game-grid--related .game-card:last-child { display: block; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Cinematic hero game stack */
.hero__visual {
  filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.32));
}

.hero-card {
  display: block;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background: #071026;
  border: 1px solid rgba(189, 215, 255, 0.28);
  isolation: isolate;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.hero-card::before {
  display: none;
}

.hero-card::after {
  z-index: 4;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18);
}

.hero-card__image,
.hero-card__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-card__image {
  z-index: 0;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

.hero-card__scrim {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 7, 22, 0.08) 12%, rgba(2, 7, 22, 0.05) 42%, rgba(1, 5, 18, 0.94) 100%),
    linear-gradient(90deg, rgba(2, 7, 22, 0.36), transparent 55%);
}

.hero-card__meta,
.hero-card__provider,
.hero-card__open,
.hero-card strong {
  position: absolute;
  z-index: 2;
}

.hero-card__meta {
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(3, 9, 29, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-card strong,
.hero-card--front strong {
  right: 20px;
  bottom: 55px;
  left: 20px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(34px, 2.8vw, 50px);
  font-weight: 950;
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.hero-card__provider {
  bottom: 22px;
  left: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-card > .hero-card__open {
  right: 16px;
  bottom: 15px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 7px 9px;
  color: #fff;
  background: rgba(0, 111, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 33, 142, 0.34);
  backdrop-filter: blur(12px);
}

.hero-card__open svg {
  width: 11px;
  height: 11px;
}

.hero-card--back {
  z-index: 0;
  background: #160c34;
}

.hero-card--middle {
  z-index: 1;
  background: #34080f;
}

.hero-card--front {
  z-index: 2;
  display: block;
  background: #171009;
  animation: card-float 7s ease-in-out infinite;
}

.hero-card--back .hero-card__image {
  object-position: 51% center;
}

.hero-card--middle .hero-card__image {
  object-position: 54% center;
}

.hero-card:hover,
.hero-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.48), 0 0 0 3px rgba(31, 174, 255, 0.13);
  outline: none;
}

.hero-card:hover .hero-card__image,
.hero-card:focus-visible .hero-card__image {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

@media (max-width: 1180px) {
  .hero-card strong,
  .hero-card--front strong {
    font-size: clamp(31px, 3.4vw, 43px);
  }
}

@media (max-width: 820px) {
  .hero__visual {
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.32));
  }

  .hero-card__meta {
    top: 16px;
    left: 16px;
  }

  .hero-card strong,
  .hero-card--front strong {
    right: 16px;
    bottom: 50px;
    left: 16px;
    font-size: clamp(32px, 10vw, 44px);
  }

  .hero-card__provider {
    bottom: 19px;
    left: 16px;
  }

  .hero-card > .hero-card__open {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 460px) {
  .hero-card strong,
  .hero-card--front strong {
    bottom: 48px;
    font-size: 34px;
  }

  .hero-card__meta {
    font-size: 7px;
  }

  .hero-card > .hero-card__open {
    width: 30px;
    height: 30px;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .hero-card__open svg {
    width: 13px;
    height: 13px;
    color: #fff;
  }
}

/* 1win palette refresh — based on Brand Blue and Deep Blue */
:root {
  --ink: #030716;
  --ink-soft: #080e24;
  --panel: #0d1533;
  --panel-2: #121d42;
  --paper: #f7f9ff;
  --muted: #8190b8;
  --muted-light: #c6d0eb;
  --line: rgba(134, 163, 236, 0.17);
  --lime: #00a3ff;
  --lime-dark: #007ed9;
  --coral: #0029d9;
  --yellow: #71cfff;
  --cyan: #00a3ff;
  --pink: #6f7cff;
  --violet: #765cff;
  --blue: #2b72ff;
  --orange: #00b8e6;
  --radius-sm: 16px;
  --radius: 22px;
  --radius-lg: 30px;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgba(0, 163, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 14% 24%, rgba(0, 41, 217, 0.13), transparent 32rem),
    linear-gradient(180deg, #04091b 0%, #070d22 54%, #030716 100%);
}

body::before {
  opacity: 0.15;
  background-image:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.4px),
    linear-gradient(110deg, transparent 0 46%, rgba(0, 163, 255, 0.08) 46% 46.2%, transparent 46.2%);
  background-size: 28px 28px, 100% 100%;
}

.responsible-strip {
  min-height: 38px;
  color: #061033;
  background: #f8fbff;
  border-bottom-color: rgba(0, 41, 217, 0.2);
}

.age-chip {
  color: #fff;
  background: #0029d9;
  border-color: #0029d9;
}

.site-header {
  min-height: 76px;
  background: rgba(4, 9, 27, 0.82);
  border-bottom-color: rgba(113, 156, 255, 0.13);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
}

.brand__mark {
  width: 46px;
  height: 46px;
  color: #fff;
  background: linear-gradient(145deg, #00a3ff, #0029d9);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  box-shadow: 0 9px 24px rgba(0, 75, 255, 0.28);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand__text {
  color: #fff;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.brand__text b {
  color: #50bdff;
}

.desktop-nav {
  font-weight: 600;
}

.desktop-nav a,
.header-search {
  color: #aebbdc;
}

.desktop-nav a:hover,
.header-search:hover {
  color: #38b4ff;
}

.eyebrow {
  gap: 11px;
  color: #8395c2;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  background: #00a3ff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 163, 255, 0.12);
}

.hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.86fr);
  gap: clamp(54px, 7vw, 116px);
  min-height: min(720px, calc(100vh - 114px));
  padding: 74px 0 86px;
}

.hero::before {
  top: 16%;
  left: 44%;
  width: 300px;
  height: 300px;
  background: #00a3ff;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.16;
  transform: none;
}

.hero h1,
.section-heading h2,
.method-strip h2,
.detail-hero h1,
.fact-panel h2,
.game-article h2,
.risk-note h2,
.legal-hero h1,
.not-found h1 {
  font-family: var(--sans);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-transform: none;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(64px, 6.4vw, 108px);
}

.hero h1 em {
  color: transparent;
  background: linear-gradient(92deg, #00a3ff 0%, #6c8bff 52%, #40c9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.hero__lead {
  max-width: 570px;
  margin-top: 27px;
  color: #aab7d9;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.7;
}

.hero__actions {
  margin-top: 34px;
}

.button {
  min-height: 52px;
  padding-inline: 21px;
  border-radius: 12px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.button--solid {
  color: #fff;
  background: linear-gradient(105deg, #00a3ff, #0066ef 58%, #0029d9);
  border-color: rgba(79, 184, 255, 0.7);
  box-shadow: 0 12px 30px rgba(0, 82, 232, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button--solid:hover {
  box-shadow: 0 16px 38px rgba(0, 103, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button--ghost {
  color: #dbe5ff;
  border-color: rgba(132, 161, 231, 0.25);
}

.text-link {
  color: #bdc8e4;
  border-bottom-color: rgba(149, 174, 235, 0.35);
  font-weight: 650;
}

.text-link:hover {
  color: #35b3ff;
  border-color: #35b3ff;
}

.hero__visual {
  min-height: 490px;
}

.hero-card {
  width: min(350px, 72%);
  height: 430px;
  padding: 27px;
  color: #fff;
  border: 1px solid rgba(145, 180, 255, 0.22);
  border-radius: 30px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.hero-card::before {
  right: -72px;
  bottom: -65px;
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-card::after {
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-card--back {
  color: #9badde;
  background: linear-gradient(150deg, rgba(27, 43, 89, 0.95), rgba(8, 16, 43, 0.96));
}

.hero-card--middle {
  background: linear-gradient(155deg, #2337c7, #001c82);
}

.hero-card--front {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(145deg, #02adff 0%, #0066ef 50%, #0029d9 100%);
  animation: card-float 7s ease-in-out infinite;
}

.hero-card--front strong {
  font-family: var(--sans);
  font-size: clamp(48px, 3vw, 62px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.hero-card__line {
  width: 28%;
  height: 4px;
  background: #fff;
  border-radius: 999px;
  opacity: 0.9;
}

.hero-card__number,
.hero-card > span:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.hero__index {
  color: #65749c;
}

.hero__index i {
  background: linear-gradient(90deg, #00a3ff 33%, rgba(128, 153, 216, 0.18) 33%);
}

.signal-row {
  padding-block: 16px;
  color: #7788b5;
  background: rgba(8, 16, 43, 0.72);
  border-block-color: rgba(118, 149, 226, 0.12);
  font-family: var(--sans);
  font-weight: 700;
}

.signal-row i {
  width: 5px;
  height: 5px;
  background: #00a3ff;
  border-radius: 50%;
}

.catalog,
.related-section {
  padding-block: 105px;
}

.section-heading h2,
.method-strip h2 {
  font-size: clamp(48px, 5vw, 76px);
}

.section-heading > p {
  color: #8493ba;
}

.catalog-tools {
  align-items: center;
  margin-top: 50px;
  padding: 12px;
  background: rgba(14, 24, 59, 0.72);
  border: 1px solid rgba(122, 155, 235, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(18px);
}

.filter-list {
  gap: 5px;
}

.filter-button {
  min-height: 42px;
  padding-inline: 15px;
  color: #94a2c7;
  border-color: transparent;
  border-radius: 11px;
  font-weight: 650;
}

.filter-button:hover,
.filter-button.is-active {
  color: #fff;
  background: linear-gradient(105deg, #00a3ff, #0061e9);
  border-color: rgba(94, 194, 255, 0.7);
  box-shadow: 0 8px 22px rgba(0, 92, 235, 0.28);
}

.filter-button.is-active span {
  color: rgba(255, 255, 255, 0.75);
}

.search-box {
  min-height: 43px;
  background: rgba(3, 9, 28, 0.66);
  border-color: rgba(128, 157, 230, 0.16);
  border-radius: 11px;
}

.search-box:focus-within {
  border-color: #00a3ff;
  box-shadow: 0 0 0 4px rgba(0, 163, 255, 0.1);
}

.search-box kbd {
  background: #17234a;
  border-color: rgba(138, 166, 234, 0.18);
}

.catalog-meta {
  margin: 22px 3px 25px;
  color: #6878a1;
}

.catalog-meta strong {
  color: #34b4ff;
}

.game-grid {
  gap: 34px 18px;
}

.game-card {
  padding: 7px;
  background: rgba(13, 22, 54, 0.58);
  border: 1px solid rgba(128, 158, 231, 0.11);
  border-radius: 22px;
  transition: transform 260ms var(--ease), border-color 260ms ease, background 260ms ease;
}

.game-card:hover {
  background: rgba(16, 29, 69, 0.82);
  border-color: rgba(0, 163, 255, 0.38);
  transform: translateY(-6px);
}

.game-card__visual {
  border-color: rgba(141, 170, 239, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.game-card__corner {
  color: #fff;
  background: rgba(0, 105, 239, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  backdrop-filter: blur(10px);
}

.game-card__open {
  color: #fff;
  background: linear-gradient(100deg, #00a3ff, #004fe0);
  border-radius: 10px;
}

.game-art {
  --art-accent: #00a3ff;
  color: #fff;
  background:
    radial-gradient(circle at 78% 26%, color-mix(in srgb, var(--art-accent) 38%, transparent), transparent 26%),
    linear-gradient(145deg, #132759 0%, #07122f 61%, #040a1d 100%);
}

.game-art--gold { --art-accent: #00a3ff; }
.game-art--coral { --art-accent: #2d6cff; }
.game-art--cyan { --art-accent: #32c4ff; }
.game-art--pink { --art-accent: #677cff; }
.game-art--violet { --art-accent: #725fff; }
.game-art--lime { --art-accent: #00b6ed; }
.game-art--blue { --art-accent: #347cff; }
.game-art--orange { --art-accent: #0098e8; }

.game-art::before {
  border-color: color-mix(in srgb, var(--art-accent) 36%, transparent);
}

.game-art__orbit {
  border-width: 10px;
  box-shadow: 0 0 55px color-mix(in srgb, var(--art-accent) 32%, transparent);
}

.game-art__code {
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.game-art__title {
  font-family: var(--sans);
  font-size: clamp(30px, 2.6vw, 45px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.game-art__provider {
  color: #8fd7ff;
  font-family: var(--sans);
  font-weight: 700;
}

.game-card__body {
  padding: 15px 8px 8px;
}

.game-card__body h3 {
  font-size: 14px;
  font-weight: 700;
}

.game-card__body h3 a:hover {
  color: #35b5ff;
}

.game-card__body p,
.game-card__stats dt {
  color: #7180aa;
}

.game-card__stats dd {
  color: #aebce1;
}

.method-strip {
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(93, 195, 255, 0.25), transparent 23rem),
    linear-gradient(120deg, #003fd6, #0029d9 46%, #001762 100%);
}

.method-strip .eyebrow {
  color: #9ddcff;
}

.method-strip .eyebrow span {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.method-list {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.method-list li {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.method-list > li > span {
  color: #75d0ff;
}

.method-strip__link {
  border-bottom-color: rgba(255, 255, 255, 0.58);
}

/* Generated game covers */
.game-art {
  isolation: isolate;
  background: #06112d;
}

.game-art__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  transition: transform 700ms var(--ease), filter 300ms ease;
}

.game-art::before {
  inset: 0;
  z-index: -1;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 28, 0.02) 38%, rgba(2, 8, 28, 0.72) 72%, rgba(2, 7, 24, 0.98) 100%),
    linear-gradient(90deg, rgba(0, 41, 217, 0.12), transparent 44%);
  transform: none;
}

.game-art::after {
  inset: 0;
  z-index: 3;
  width: auto;
  aspect-ratio: auto;
  pointer-events: none;
  background: none;
  border: 1px solid rgba(152, 208, 255, 0.16);
  border-radius: inherit;
  box-shadow: inset 0 0 45px rgba(0, 66, 202, 0.13);
  opacity: 1;
}

.game-card__visual:hover .game-art__image,
.game-card__visual:focus-visible .game-art__image {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.game-art__title {
  max-width: 92%;
  color: #fff;
  font-size: clamp(29px, 2.35vw, 42px);
  line-height: 0.92;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.72);
}

.game-art__provider {
  color: #a8ddff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.88);
}

.game-art--detail .game-art__title {
  font-size: clamp(42px, 4.2vw, 66px);
}

.game-art--detail .game-art__image {
  object-position: 50% 34%;
}

/* Detail page refresh */
.detail-hero {
  min-height: 610px;
}

.detail-hero__art::before {
  background: linear-gradient(145deg, #00a3ff, #0029d9);
  box-shadow: 0 22px 70px rgba(0, 73, 227, 0.25);
}

.game-art--detail {
  border-color: rgba(120, 159, 255, 0.24);
  border-radius: 20px;
}

.detail-rank {
  color: #fff;
  background: #006ae9;
  border-radius: 9px;
}

.detail-hero h1 {
  font-size: clamp(62px, 6.4vw, 104px);
}

.detail-lead {
  color: #aab7d7;
}

.detail-tags span {
  color: #aebce0;
  background: rgba(17, 29, 68, 0.7);
  border-color: rgba(131, 160, 229, 0.16);
}

.partner-card {
  background:
    radial-gradient(circle at 100% 0, rgba(70, 191, 255, 0.24), transparent 16rem),
    linear-gradient(150deg, #13285c, #0b1537);
  border-color: rgba(91, 169, 255, 0.26);
  box-shadow: 0 22px 70px rgba(0, 21, 91, 0.28);
}

.partner-card__status {
  color: #68c9ff;
}

.partner-card__status.is-ready {
  color: #68c9ff;
}

.partner-card h2 {
  font-family: var(--sans);
  font-weight: 850;
  letter-spacing: -0.05em;
  text-transform: none;
}

.fact-panel {
  color: #0a1535;
  background:
    radial-gradient(circle at 92% 0, rgba(0, 163, 255, 0.11), transparent 22rem),
    #f5f8ff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.fact-panel__heading p,
.article-index {
  color: #62729c;
}

.fact-grid {
  border-color: #c9d4ec;
}

.fact-grid > div {
  border-color: #c9d4ec;
}

.fact-grid dt,
.fact-note {
  color: #68779e;
}

.fact-grid dd {
  font-family: var(--sans);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.game-article {
  background: linear-gradient(145deg, rgba(16, 28, 65, 0.94), rgba(8, 15, 39, 0.98));
  border-color: rgba(125, 157, 232, 0.15);
}

.risk-note {
  color: #fff;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 163, 255, 0.35), transparent 18rem),
    linear-gradient(145deg, #0649d8, #002185);
}

.risk-note::after {
  border-color: rgba(255, 255, 255, 0.1);
}

.risk-note .eyebrow,
.risk-note > p:not(.eyebrow) {
  color: #fff;
}

.risk-note .eyebrow span {
  background: #70d0ff;
  box-shadow: 0 0 0 5px rgba(112, 208, 255, 0.12);
}

.risk-note a {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.sticky-mobile-cta {
  background: rgba(7, 16, 43, 0.96);
  border-color: rgba(83, 161, 255, 0.3);
}

.sticky-mobile-cta a {
  color: #fff;
  background: linear-gradient(105deg, #00a3ff, #004ad8);
}

.legal-section > span {
  color: #36b5ff;
}

.legal-section h2 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: none;
}

.not-found > span {
  color: #006eff;
}

.site-footer {
  background:
    radial-gradient(circle at 10% 0, rgba(0, 163, 255, 0.1), transparent 22rem),
    #020611;
  border-top-color: rgba(111, 148, 232, 0.14);
}

.footer-brand strong {
  font-family: var(--sans);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.footer-warning span {
  color: #fff;
  background: #005bea;
}

.cookie-panel {
  background: rgba(10, 20, 51, 0.96);
  border-color: rgba(0, 163, 255, 0.38);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.cookie-panel strong {
  color: #43baff;
}

.toast {
  color: #fff;
  background: linear-gradient(105deg, #007fe9, #0029d9);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 34px rgba(0, 44, 174, 0.42);
}

@media (max-width: 1180px) {
  .hero-card--front strong {
    font-size: 49px;
  }
}

@media (max-width: 820px) {
  .responsible-strip {
    min-height: 50px;
  }

  .site-header {
    min-height: 68px;
  }

  .brand__mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0 7px 18px rgba(0, 75, 255, 0.28);
  }

  .menu-button {
    background: rgba(17, 30, 67, 0.72);
    border-color: rgba(119, 156, 239, 0.2);
  }

  .mobile-menu {
    background: rgba(7, 14, 37, 0.98);
    border-bottom-color: rgba(113, 148, 230, 0.16);
  }

  .hero {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(57px, 17vw, 86px);
    line-height: 0.97;
  }

  .hero__visual {
    min-height: 365px;
  }

  .hero-card {
    height: 340px;
    border-radius: 24px;
  }

  .hero-card--front strong {
    font-size: clamp(41px, 11vw, 52px);
  }

  .catalog,
  .related-section {
    padding-block: 76px;
  }

  .section-heading h2,
  .method-strip h2 {
    font-size: clamp(43px, 12.5vw, 66px);
  }

  .catalog-tools {
    align-items: stretch;
    padding: 10px;
  }

  .filter-button {
    border-color: rgba(122, 152, 221, 0.1);
  }

  .game-card {
    padding: 5px;
    border-radius: 17px;
  }

  .game-card__visual {
    border-radius: 13px;
  }

  .game-art__title {
    font-size: clamp(27px, 7.7vw, 42px);
  }

  .method-strip {
    padding-block: 72px;
  }

  .detail-hero h1 {
    font-size: clamp(59px, 17vw, 90px);
  }

  .game-article h2,
  .risk-note h2,
  .fact-panel h2 {
    font-size: 43px;
  }
}

@media (max-width: 460px) {
  .hero-card {
    height: 312px;
  }

  .hero-card--front strong {
    font-size: 39px;
  }

  .game-art__title {
    max-width: 100%;
    font-size: clamp(17px, 5.6vw, 25px);
    line-height: 0.94;
    letter-spacing: -0.06em;
  }

  .game-art--card {
    padding: 14px 10px;
  }

  .game-art--card .game-art__provider {
    margin-top: 7px;
    font-size: 6px;
  }
}

/* Product icon system */
.hero-card__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: rgba(3, 13, 48, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 17px;
  box-shadow: 0 14px 28px rgba(0, 24, 112, 0.2), inset 0 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.hero-card__icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.7;
}

.hero-card__mini {
  position: relative;
  z-index: 1;
  max-width: 155px;
  line-height: 1.5;
}

.hero-card__mini b {
  color: #fff;
}

.hero-card--back .hero-card__icon {
  color: #86d7ff;
  background: rgba(10, 27, 67, 0.58);
  border-color: rgba(94, 187, 255, 0.24);
}

.hero-card--middle .hero-card__icon {
  background: rgba(0, 20, 102, 0.38);
}

.hero-card__kicker {
  max-width: calc(100% - 76px);
}

.signal-row > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.signal-row > span svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: #20b5ff;
  stroke-width: 2;
}

.filter-button > svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  opacity: 0.82;
  stroke-width: 1.9;
}

.filter-button:hover > svg,
.filter-button.is-active > svg {
  opacity: 1;
}

.empty-state__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: rgba(0, 136, 255, 0.12);
  border: 1px solid rgba(83, 183, 255, 0.3);
  border-radius: 20px;
}

.empty-state .empty-state__icon svg {
  width: 28px;
  height: 28px;
  color: #50c3ff;
}

.method-list li {
  grid-template-columns: 58px 1fr;
  align-items: center;
}

.method-list > li > .method-step__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(1, 28, 111, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16);
}

.method-step__icon svg {
  width: 21px;
  height: 21px;
}

.method-step__icon small {
  position: absolute;
  right: -7px;
  bottom: -6px;
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 19px;
  padding-inline: 4px;
  color: #0030ae;
  background: #fff;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(0, 24, 111, 0.25);
}

.detail-tags span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.detail-tags span svg {
  width: 12px;
  height: 12px;
  color: #53c5ff;
  stroke-width: 2.2;
}

.fact-grid dt {
  display: flex;
  gap: 8px;
  align-items: center;
}

.fact-grid dt svg {
  width: 16px;
  height: 16px;
  color: #007bea;
  stroke-width: 2;
}

.article-callout span {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.article-callout span svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: -2px;
}

.risk-note__icon {
  position: absolute;
  top: clamp(30px, 4vw, 58px);
  right: clamp(30px, 4vw, 58px);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 17px;
  backdrop-filter: blur(10px);
}

.risk-note__icon svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 820px) {
  .hero-card__icon {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .hero-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .signal-row > span {
    gap: 7px;
  }
}

@media (max-width: 460px) {
  .hero-card__icon {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .hero-card__mini {
    max-width: 120px;
    font-size: 9px;
  }

  .method-list li {
    grid-template-columns: 52px 1fr;
  }

  .method-list > li > .method-step__icon {
    width: 42px;
    height: 42px;
  }

  .risk-note__icon {
    top: 28px;
    right: 24px;
    width: 46px;
    height: 46px;
  }
}

/* Final hero specificity guard */
.hero-card strong,
.hero-card--front strong {
  right: 20px;
  bottom: 55px;
  left: 20px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(34px, 2.8vw, 50px);
  font-weight: 950;
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.hero-card > span.hero-card__open {
  right: 16px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
}

.hero-card > span.hero-card__open svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 1180px) {
  .hero-card strong,
  .hero-card--front strong {
    font-size: clamp(31px, 3.4vw, 43px);
  }
}

@media (max-width: 820px) {
  .hero-card strong,
  .hero-card--front strong {
    right: 16px;
    bottom: 50px;
    left: 16px;
    font-size: clamp(32px, 10vw, 44px);
  }
}

@media (max-width: 460px) {
  .hero-card strong,
  .hero-card--front strong {
    bottom: 48px;
    font-size: 34px;
  }

  .hero-card > span.hero-card__open {
    right: 12px;
    bottom: 12px;
    width: 30px;
    height: 30px;
  }
}

/* Expanded catalog and readable game data */
.game-card__body {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px 8px 9px;
}

.game-card__body h3 {
  font-size: 16px;
}

.game-card__body p {
  font-size: 12px;
}

.game-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  text-align: left;
}

.game-card__stats > div {
  min-width: 0;
  padding: 10px 11px 11px;
  background: rgba(20, 36, 80, 0.82);
  border: 1px solid rgba(126, 161, 242, 0.15);
  border-radius: 11px;
}

.game-card__stats > div:first-child {
  background: linear-gradient(145deg, rgba(0, 139, 239, 0.2), rgba(18, 35, 79, 0.86));
  border-color: rgba(65, 185, 255, 0.24);
}

.game-card__stats > div:last-child {
  background: linear-gradient(145deg, rgba(255, 171, 62, 0.09), rgba(18, 35, 79, 0.86));
}

.game-card__stats dt,
.game-card__body .game-card__stats dt {
  color: #7f93c8;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.game-card__stats dd,
.game-card__body .game-card__stats dd {
  overflow: hidden;
  margin-top: 5px;
  color: #f3f7ff;
  font-family: var(--sans);
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-card__stats > div:first-child dd {
  color: #55c5ff;
}

.catalog-more {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(230px, 0.38fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 56px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 175, 255, 0.26), transparent 17rem),
    radial-gradient(circle at 88% 0, rgba(56, 87, 255, 0.24), transparent 22rem),
    linear-gradient(118deg, #0e1d49, #07112e 70%);
  border: 1px solid rgba(98, 158, 255, 0.22);
  border-radius: 24px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.2);
}

.catalog-more::before {
  position: absolute;
  top: -90px;
  right: 24%;
  width: 230px;
  height: 230px;
  content: "";
  border: 1px solid rgba(92, 184, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(42, 102, 255, 0.045), 0 0 0 68px rgba(42, 102, 255, 0.025);
}

.catalog-more__signal {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  height: 118px;
  padding: 18px;
  background: linear-gradient(145deg, #00a3ff, #003cc7);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(0, 59, 210, 0.34), inset 0 1px rgba(255, 255, 255, 0.22);
  transform: rotate(-3deg);
}

.catalog-more__signal span {
  position: absolute;
  top: 17px;
  left: 17px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.catalog-more__signal i {
  width: 74%;
  height: 28px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 7px 7px 3px 3px;
}

.catalog-more__signal i:nth-of-type(2) {
  height: 46px;
  background: rgba(255, 255, 255, 0.56);
}

.catalog-more__signal i:nth-of-type(3) {
  height: 66px;
  background: #fff;
}

.catalog-more__copy {
  position: relative;
  z-index: 1;
}

.catalog-more__copy .eyebrow {
  color: #74ccff;
}

.catalog-more__copy h3 {
  max-width: 620px;
  margin: 13px 0 12px;
  font-family: var(--sans);
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.catalog-more__copy > p:last-child {
  max-width: 690px;
  margin: 0;
  color: #9eadd2;
  font-size: 13px;
  line-height: 1.65;
}

.catalog-more__cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 14px;
  align-items: center;
  min-height: 86px;
  padding: 18px 18px 18px 20px;
  color: #fff;
  background: linear-gradient(115deg, #00a3ff, #0046d9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 58, 220, 0.3);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.catalog-more__cta:hover,
.catalog-more__cta:focus-visible {
  box-shadow: 0 22px 52px rgba(0, 73, 236, 0.44);
  outline: none;
  transform: translateY(-3px);
}

.catalog-more__cta span {
  font-size: 15px;
  font-weight: 850;
}

.catalog-more__cta small {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.67);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.catalog-more__cta svg {
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 21px;
  height: 21px;
}

.fact-grid > div {
  min-height: 126px;
  padding: 21px;
}

.fact-grid dt {
  font-size: 10px;
}

.fact-grid dt svg {
  width: 19px;
  height: 19px;
}

.fact-grid dd,
.fact-panel .fact-grid dd {
  margin-top: 23px;
  font-size: clamp(28px, 2.45vw, 40px);
}

.risk-note > p:not(.eyebrow) {
  max-width: 58ch;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .catalog-more {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .catalog-more__signal {
    height: 108px;
  }

  .catalog-more__cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .catalog-more {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 19px;
  }

  .catalog-more__signal {
    width: 118px;
    height: 98px;
  }

  .catalog-more__cta {
    grid-column: auto;
    min-height: 76px;
  }

  .fact-grid > div {
    min-height: 112px;
    padding: 17px;
  }

  .fact-grid dd,
  .fact-panel .fact-grid dd {
    margin-top: 17px;
    font-size: 27px;
  }
}

@media (max-width: 460px) {
  .game-card__body {
    gap: 10px;
    padding: 12px 5px 6px;
  }

  .game-card__body h3 {
    font-size: 14px;
  }

  .game-card__body p {
    font-size: 10px;
  }

  .game-card__stats {
    gap: 5px;
  }

  .game-card__stats > div {
    padding: 8px 7px 9px;
    border-radius: 8px;
  }

  .game-card__stats dt,
  .game-card__body .game-card__stats dt {
    font-size: 7px;
  }

  .game-card__stats dd,
  .game-card__body .game-card__stats dd {
    font-size: 13px;
  }

  .catalog-more {
    margin-top: 24px;
    padding: 20px;
  }

  .catalog-more__copy h3 {
    font-size: 36px;
  }

  .catalog-more__copy > p:last-child {
    font-size: 12px;
  }
}

/* Cinematic hero carousel */
.hero[data-hero-section] {
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr);
  gap: clamp(44px, 6vw, 104px);
  width: min(1720px, calc(100vw - 32px));
  min-height: min(720px, calc(100vh - 118px));
  padding: clamp(58px, 6vw, 92px) clamp(38px, 7vw, 118px);
  background: #050b1d;
  border: 1px solid rgba(111, 172, 255, 0.2);
  border-radius: 32px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.06);
  isolation: isolate;
}

.hero[data-hero-section]::before {
  top: auto;
  right: 10%;
  bottom: -120px;
  left: auto;
  z-index: 0;
  width: 430px;
  height: 250px;
  background: rgba(0, 132, 255, 0.68);
  border-radius: 50%;
  filter: blur(145px);
  opacity: 0.42;
  transform: none;
}

.hero[data-hero-section]::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 6, 21, 0.97) 0%, rgba(2, 7, 23, 0.86) 37%, rgba(3, 9, 28, 0.3) 68%, rgba(2, 7, 23, 0.6) 100%),
    linear-gradient(180deg, rgba(3, 8, 24, 0.16), rgba(2, 6, 20, 0.72));
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: inherit;
}

.hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.08);
  transform: scale(1.015);
}

.hero[data-hero-section] > .hero__copy,
.hero[data-hero-section] > .hero__visual {
  position: relative;
  z-index: 1;
}

.hero[data-hero-section] .hero__copy {
  padding-block: 18px;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.62);
}

.hero[data-hero-section] .hero__lead {
  color: #c0cbea;
}

.hero[data-hero-section] .text-link {
  color: #e0e8ff;
}

.hero__visual[data-hero-slider] {
  min-height: 520px;
  filter: none;
}

.hero-slider__stage {
  position: absolute;
  inset: 0 0 64px;
}

.hero-card.hero-card--slide {
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(370px, 82%);
  height: min(465px, 94%);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 30px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(117, 193, 255, 0.08);
  transform: translate(-44%, -48%) scale(0.91) rotate(2deg);
  transition: opacity 520ms ease, transform 720ms var(--ease), border-color 220ms ease, box-shadow 220ms ease;
}

.hero-card.hero-card--slide::before {
  display: none;
}

.hero-card.hero-card--slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1) rotate(-1deg);
}

.hero-card.hero-card--slide.is-active::after {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24), 0 0 0 8px rgba(0, 116, 255, 0.06);
}

.hero-slider__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.hero-slider__arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(9, 24, 60, 0.78);
  border: 1px solid rgba(142, 190, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-slider__arrow:hover,
.hero-slider__arrow:focus-visible {
  background: #0675f5;
  border-color: #66c5ff;
  outline: none;
  transform: translateY(-2px);
}

.hero-slider__arrow--prev svg {
  transform: rotate(180deg);
}

.hero-slider__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 0 13px;
  background: rgba(6, 17, 46, 0.72);
  border: 1px solid rgba(135, 177, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.hero-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  cursor: pointer;
  background: #66769f;
  border: 0;
  border-radius: 999px;
  transition: width 220ms var(--ease), background 180ms ease, box-shadow 180ms ease;
}

.hero-slider__dots button.is-active {
  width: 28px;
  background: #28b8ff;
  box-shadow: 0 0 18px rgba(40, 184, 255, 0.72);
}

.hero-slider__dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

/* The nineteenth tile is a real catalog CTA; the final row of three is centered. */
.game-grid--catalog {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.game-grid--catalog > .game-card {
  grid-column: span 2;
}

.game-grid--catalog > .game-card:nth-last-child(3) {
  grid-column: 2 / span 2;
}

.game-grid--catalog.is-filtered > .game-card {
  grid-column: span 2;
}

.catalog-expand {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 36px;
}

.catalog-expand .button { min-width: 240px; }
.game-card[data-game-card] .game-card__open {
  position: relative;
  inset: auto;
  display: flex;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 0;
  transform: none;
}
.catalog-expand .button > span { font-size: 25px; line-height: 1; }
.catalog-expand p { margin: 0; color: var(--muted); font-size: 14px; }

@media (min-width: 1181px) {
  .game-grid--catalog.is-collapsed > .game-card:nth-child(9) { grid-column: 3 / span 2; }
}

.game-card--more {
  background: linear-gradient(155deg, rgba(11, 35, 87, 0.9), rgba(7, 15, 41, 0.82));
  border-color: rgba(53, 175, 255, 0.3);
}

.more-games-card__visual {
  aspect-ratio: 0.83;
  color: #fff;
  background: #071330;
}

.more-games-card__visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 9, 30, 0.06) 18%, rgba(3, 9, 29, 0.96) 94%),
    radial-gradient(circle at 75% 18%, rgba(0, 174, 255, 0.08), transparent 50%);
}

.more-games-card__backdrop {
  position: absolute;
  inset: 0;
  background: url("/assets/hero/hero-game-universe.webp") 68% center / auto 100%;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.02);
  transition: transform 650ms var(--ease), filter 250ms ease;
}

.more-games-card__visual:hover .more-games-card__backdrop,
.more-games-card__visual:focus-visible .more-games-card__backdrop {
  filter: saturate(1.18) contrast(1.08);
  transform: scale(1.08);
}

.more-games-card__kicker,
.more-games-card__visual strong {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 2vw, 28px);
}

.more-games-card__kicker {
  top: clamp(18px, 2vw, 28px);
  padding: 7px 10px;
  color: #d8edff;
  background: rgba(3, 13, 44, 0.66);
  border: 1px solid rgba(132, 203, 255, 0.26);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.more-games-card__visual strong {
  right: 18px;
  bottom: 72px;
  font-size: clamp(31px, 2.75vw, 48px);
  font-weight: 950;
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.74);
}

@media (max-width: 1180px) {
  .hero[data-hero-section] {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
    gap: 32px;
    padding-inline: clamp(28px, 5vw, 64px);
  }

  .hero-card.hero-card--slide {
    width: min(330px, 84%);
  }

  .game-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .game-grid--catalog > .game-card,
  .game-grid--catalog > .game-card:nth-last-child(3),
  .game-grid--catalog.is-filtered > .game-card {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .hero[data-hero-section] {
    width: calc(100vw - 20px);
    min-height: 0;
    padding: 46px 22px 28px;
    border-radius: 24px;
  }

  .hero[data-hero-section]::after {
    background:
      linear-gradient(180deg, rgba(2, 6, 21, 0.93) 0%, rgba(2, 7, 23, 0.74) 47%, rgba(2, 7, 23, 0.56) 100%),
      linear-gradient(90deg, rgba(2, 6, 21, 0.76), rgba(2, 7, 23, 0.3));
  }

  .hero__backdrop img {
    object-position: 62% center;
    opacity: 0.78;
  }

  .hero__visual[data-hero-slider] {
    width: 100%;
    min-height: 430px;
    margin-top: 16px;
  }

  .hero-slider__stage {
    bottom: 60px;
  }

  .hero-card.hero-card--slide {
    width: min(305px, 76vw);
    height: 352px;
    border-radius: 23px;
  }

  .game-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .hero[data-hero-section] {
    padding: 38px 17px 24px;
  }

  .hero__visual[data-hero-slider] {
    min-height: 390px;
  }

  .hero-card.hero-card--slide {
    width: min(276px, 82vw);
    height: 318px;
  }

  .hero-slider__arrow {
    width: 42px;
    height: 42px;
  }

  .hero-slider__dots {
    min-height: 42px;
  }

  .game-grid--catalog .game-card--more {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    min-width: 152px;
    justify-self: center;
  }
}

/* Full-bleed hero: keep the key art unobstructed and move the carousel into a compact rail. */
.hero[data-hero-section] {
  display: block;
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 76px);
  margin: 0;
  padding: clamp(72px, 9vh, 112px) max(36px, calc((100vw - 1440px) / 2));
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero[data-hero-section]::after {
  background:
    linear-gradient(90deg, rgba(2, 6, 21, 0.98) 0%, rgba(2, 7, 23, 0.88) 31%, rgba(3, 9, 28, 0.34) 58%, rgba(2, 7, 23, 0.2) 78%, rgba(2, 7, 23, 0.38) 100%),
    linear-gradient(180deg, rgba(3, 8, 24, 0.12), rgba(2, 6, 20, 0.58));
}

.hero[data-hero-section] .hero__copy {
  width: min(680px, 52vw);
  max-width: 680px;
  padding-block: 0;
}

.hero[data-hero-section] > .hero__visual[data-hero-slider] {
  position: absolute;
  right: max(36px, calc((100vw - 1440px) / 2));
  bottom: clamp(42px, 6vh, 70px);
  left: auto;
  width: clamp(370px, 28vw, 440px);
  height: 154px;
  min-height: 0;
  margin: 0;
}

.hero-slider__stage {
  inset: 0 0 48px;
}

.hero-card.hero-card--slide {
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  border-radius: 20px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(117, 193, 255, 0.07);
  transform: translateY(8px) scale(0.98);
  transition: opacity 360ms ease, transform 460ms var(--ease), border-color 180ms ease, box-shadow 180ms ease;
}

.hero-card.hero-card--slide.is-active {
  transform: translateY(0) scale(1);
}

.hero-card.hero-card--slide .hero-card__image {
  inset: 0 auto 0 0;
  width: 126px;
  height: 100%;
  object-position: center 38%;
  transform: scale(1.02);
}

.hero-card.hero-card--slide .hero-card__scrim {
  background:
    linear-gradient(90deg, rgba(2, 7, 22, 0.04) 0 19%, rgba(3, 9, 29, 0.94) 37%, rgba(3, 9, 29, 0.99) 100%),
    linear-gradient(180deg, transparent, rgba(1, 5, 18, 0.42));
}

.hero-card.hero-card--slide .hero-card__meta {
  top: 13px;
  left: 142px;
  padding: 5px 8px;
  font-size: 7px;
}

.hero-card.hero-card--slide strong,
.hero-card.hero-card--slide.is-active strong {
  top: 38px;
  right: 58px;
  bottom: auto;
  left: 142px;
  overflow: hidden;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 0.86;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-card.hero-card--slide strong br {
  display: none;
}

.hero-card.hero-card--slide .hero-card__provider {
  bottom: 13px;
  left: 142px;
  font-size: 7px;
}

.hero-card.hero-card--slide > .hero-card__open {
  top: 50%;
  right: 14px;
  bottom: auto;
  width: 34px;
  height: 34px;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  color: transparent;
  transform: translateY(-50%);
}

.hero-card.hero-card--slide > .hero-card__open svg {
  width: 14px;
  height: 14px;
  color: #fff;
}

.hero-card.hero-card--slide:hover .hero-card__image,
.hero-card.hero-card--slide:focus-visible .hero-card__image {
  transform: scale(1.08);
}

.hero-slider__controls {
  justify-content: flex-end;
}

.hero-slider__arrow {
  width: 40px;
  height: 40px;
}

.hero-slider__dots {
  min-height: 40px;
}

@media (max-width: 820px) {
  .hero[data-hero-section] {
    width: 100%;
    min-height: max(760px, calc(100svh - 68px));
    padding: 50px 22px 194px;
    border-radius: 0;
  }

  .hero[data-hero-section]::after {
    background:
      linear-gradient(180deg, rgba(2, 6, 21, 0.93) 0%, rgba(2, 7, 23, 0.72) 54%, rgba(2, 7, 23, 0.4) 100%),
      linear-gradient(90deg, rgba(2, 6, 21, 0.78), rgba(2, 7, 23, 0.18));
  }

  .hero[data-hero-section] .hero__copy {
    width: 100%;
    max-width: 610px;
  }

  .hero[data-hero-section] > .hero__visual[data-hero-slider] {
    right: 22px;
    bottom: 26px;
    left: 22px;
    width: auto;
    height: 148px;
    min-height: 0;
    margin: 0;
  }

  .hero-card.hero-card--slide {
    width: 100%;
    height: 102px;
  }
}

@media (max-width: 540px) {
  .hero[data-hero-section] {
    min-height: max(720px, calc(100svh - 68px));
    padding: 42px 17px 188px;
  }

  .hero[data-hero-section] h1 {
    font-size: clamp(47px, 12.5vw, 54px);
  }

  .hero[data-hero-section] h1 em {
    font-size: 1em;
    letter-spacing: inherit;
  }

  .hero[data-hero-section] .hero__lead {
    font-size: 15px;
  }

  .hero[data-hero-section] > .hero__visual[data-hero-slider] {
    right: 17px;
    bottom: 22px;
    left: 17px;
    height: 142px;
  }

  .hero-card.hero-card--slide {
    height: 98px;
    border-radius: 17px;
  }

  .hero-card.hero-card--slide .hero-card__image {
    width: 98px;
  }

  .hero-card.hero-card--slide .hero-card__meta,
  .hero-card.hero-card--slide strong,
  .hero-card.hero-card--slide.is-active strong,
  .hero-card.hero-card--slide .hero-card__provider {
    left: 112px;
  }

  .hero-card.hero-card--slide strong,
  .hero-card.hero-card--slide.is-active strong {
    right: 50px;
    font-size: 21px;
  }

  .hero-slider__controls {
    justify-content: center;
  }
}
/* Privacy controls remain reachable after the initial decision. */
.privacy-settings { margin-top: 12px; padding: 6px 0; border: 0; background: transparent; color: inherit; font: inherit; font-size: 12px; text-decoration: underline; cursor: pointer; }
.privacy-settings:focus-visible { outline: 2px solid var(--accent, #bbff64); outline-offset: 5px; }
