:root {
  --ink: #f6ede3;
  --ink-muted: #c4b0a4;
  --ink-faint: #8f7a72;
  --paper: #14080b;
  --paper-raised: #221014;
  --paper-sunken: #2c161c;
  --rule: rgba(232, 196, 122, 0.12);
  --rule-strong: rgba(232, 196, 122, 0.28);
  --accent: #c9a15b;
  --accent-hover: #e0bc72;
  --accent-soft: rgba(201, 161, 91, 0.16);
  --crimson: #8f1d2c;
  --ember: #c44536;
  --trust: #d4b06a;
  --trust-soft: rgba(212, 176, 106, 0.16);
  --warn: #e07a6a;
  --gold: #e4c27a;
  --rank-1: #c9a15b;
  --rank-2: #c44536;
  --rank-3: #8f1d2c;
  --focus: #e4c27a;
  --on-accent: #1a0c10;
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --max: 1400px;
  --narrow: 760px;
  --measure: 54rem;
  --gutter: clamp(16px, 4.6vw, 72px);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-soft: 0 18px 50px rgba(20, 4, 8, 0.45);
  --shadow-lift: 0 24px 70px rgba(90, 18, 28, 0.4);
  --header-h: 64px;
  --section-y: clamp(40px, 4.2vw, 56px);
  --text-h1: clamp(2.08rem, 1.22rem + 2.9vw, 3.72rem);
  --text-h2: clamp(1.35rem, 1rem + 1.1vw, 2.25rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 12px);
  overflow-x: hidden;
  overflow-y: scroll;
  color-scheme: dark;
  scrollbar-width: thin;
  interpolate-size: allow-keywords;
  scrollbar-color: var(--accent) var(--paper-raised);
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: var(--paper);
  box-shadow: inset 1px 0 0 var(--rule);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold) 0%, var(--accent) 42%, var(--crimson) 100%);
  border-radius: var(--radius-pill);
  border: 2px solid var(--paper);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--accent-hover) 0%, var(--gold) 50%, var(--ember) 100%);
  border: 2px solid var(--paper);
  background-clip: padding-box;
}

::-webkit-scrollbar-corner {
  background: var(--paper);
}

section[id],
article[id],
aside[id],
figure[id],
h2[id],
h3[id] {
  scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 14px);
}

#nota-tabla,
#lobby-mapa,
#como-jugar {
  scroll-margin-top: calc(var(--header-h) + 14px);
}

body {
  margin: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.62;
  overflow-x: clip;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(10px);
}

body::before {
  width: 520px;
  height: 520px;
  top: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(143, 29, 44, 0.55), transparent 68%);
}

body::after {
  width: 460px;
  height: 460px;
  right: -140px;
  top: 38%;
  background: radial-gradient(circle, rgba(201, 161, 91, 0.22), transparent 70%);
}

.orb-gold {
  position: absolute;
  width: 380px;
  height: 380px;
  right: 8%;
  top: 120px;
  background: radial-gradient(circle, rgba(196, 69, 54, 0.28), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--accent-hover);
}

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

.wrap {
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.narrow {
  width: min(var(--narrow), calc(100% - var(--gutter) * 2));
}

h1,
h2,
h3,
.display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

h1 {
  font-size: var(--text-h1);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  word-spacing: -0.02em;
  max-width: none;
  margin: 0 0 16px;
  text-wrap: pretty;
  font-kerning: normal;
}

h2 {
  font-size: var(--text-h2);
  margin: 0 0 12px;
}

h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

p {
  margin: 0 0 1rem;
  color: var(--ink-muted);
}

.lede {
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  padding-top: env(safe-area-inset-top, 0px);
  background: rgba(20, 8, 11, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  overflow: visible;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-stuck {
  border-bottom-color: var(--rule);
}

.header-inner {
  position: relative;
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: visible;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-cta {
  white-space: nowrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--paper);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.brand-text .brand-byline {
  font-size: 0.62rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-byline--sm {
  display: none;
}

.nav-toggle {
  display: none;
  margin-left: 0;
  border: 1px solid var(--rule-strong);
  background: var(--paper-sunken);
  color: var(--ink);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-toggle[aria-expanded="true"] {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--gold);
  transform: scale(0.96);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-left: auto;
  overflow: visible;
}

.site-nav a,
.nav-more > summary {
  text-decoration: none;
  color: var(--ink-muted);
  font-size: 0.84rem;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: color 0.16s ease, background-color 0.16s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="true"],
.nav-more > summary:hover {
  color: var(--ink);
  background: var(--paper-sunken);
}

.nav-more {
  position: relative;
  flex-shrink: 0;
}

.nav-more > summary {
  list-style: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-more > summary::-webkit-details-marker {
  display: none;
}

.nav-more > summary::-webkit-details-marker,
.nav-more > summary::marker {
  display: none;
  content: "";
}

.nav-more > summary::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
  transition: transform 0.15s ease;
}

.nav-more[open] > summary {
  color: var(--ink);
  background: var(--paper-sunken);
}

.nav-more[open] > summary::after {
  transform: rotate(180deg);
}

.nav-more-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  background: #2c161c;
  border: 1px solid var(--rule-strong);
  border-radius: 14px;
  box-shadow: var(--shadow-lift);
  z-index: 90;
}

.nav-more-panel a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  white-space: nowrap;
  color: var(--ink);
  transition: color 0.16s ease, background-color 0.16s ease;
}

.nav-more-panel a:hover,
.nav-more-panel a[aria-current="true"] {
  background: var(--paper-sunken);
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.18s ease, color 0.16s ease, border-color 0.16s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--accent);
  color: var(--on-accent);
  box-shadow: 0 8px 24px rgba(201, 161, 91, 0.28);
}

.btn-primary:hover {
  background: var(--accent-hover);
  color: var(--on-accent);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule-strong);
}

.btn-ghost:hover {
  background: var(--paper-sunken);
  color: var(--ink);
}

.btn-sm {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.8125rem;
}

.hero {
  padding: 20px 0 12px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-pampa {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-pampa::before,
.hero-pampa::after {
  content: "";
  position: absolute;
  top: -12%;
  height: 124%;
  width: min(88px, 18vw);
  opacity: 0.22;
  background-image: url("../img/hero-pampa.svg");
  background-repeat: repeat-y;
  background-size: 32px 96px;
  animation: hero-pampa-drift 22s ease-in-out infinite;
  will-change: background-position;
}

.hero-pampa::before {
  left: 0;
  mask-image: linear-gradient(90deg, #000 0%, transparent 92%);
}

.hero-pampa::after {
  right: 0;
  transform: scaleX(-1);
  mask-image: linear-gradient(90deg, #000 0%, transparent 92%);
  animation-name: hero-pampa-drift-rev;
  animation-duration: 26s;
  animation-delay: -7s;
}

@keyframes hero-pampa-drift {
  0%,
  100% {
    background-position: 0 0;
  }
  50% {
    background-position: 3px -28px;
  }
}

@keyframes hero-pampa-drift-rev {
  0%,
  100% {
    background-position: 0 0;
  }
  50% {
    background-position: -2px 22px;
  }
}

.hero > .wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .hero-pampa::before,
  .hero-pampa::after {
    width: 36px;
    opacity: 0.16;
  }
}

@media (prefers-contrast: more) {
  .hero-pampa {
    display: none;
  }
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 22rem);
  gap: 20px 28px;
  align-items: start;
}

.hero-stage {
  min-width: 0;
}

.hero-mast {
  min-width: 0;
}

.hero-copy {
  min-width: 0;
}

.hero-stage h1 {
  max-width: none;
  padding-bottom: 0.38em;
  background-image: linear-gradient(
    90deg,
    var(--gold) 0,
    var(--gold) 0.42rem,
    var(--ember) 0.42rem,
    var(--ember) 0.7rem,
    var(--gold) 0.7rem,
    rgba(228, 194, 122, 0.35) 22rem,
    transparent 38rem
  );
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: min(42rem, 88%) 3px;
}

.hero .lede {
  max-width: 46rem;
  color: var(--ink-muted);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}

.hero-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #f3e6d8;
  font-size: 0.95rem;
}

.hero-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  box-shadow: 0 0 10px var(--accent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jump-chips {
  display: none;
  gap: 8px;
  margin: 14px 0 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.jump-chips::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.jump-chips a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--rule-strong);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.9), var(--paper-raised));
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.jump-chips a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.rating-panel {
  background: rgba(12, 5, 8, 0.42);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  padding: 18px 16px 14px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.rating-score {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.rating-score b {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--gold);
}

.rating-score span {
  color: var(--ink-faint);
  font-weight: 600;
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin: 6px 0 12px;
  font-size: 1.05rem;
}

.rating-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.rating-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 8px;
  font-size: 0.86rem;
  padding: 8px 10px;
  border: 1px solid var(--rule);
  border-radius: 12px 6px;
  color: var(--ink-muted);
  background: rgba(12, 5, 8, 0.32);
}

.rating-list strong {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.rating-list a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.rating-list a:hover {
  color: var(--gold);
}

.meter {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  grid-column: 1 / -1;
}

.meter > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--crimson), var(--gold));
  border-radius: inherit;
}

.dock {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin: 16px 0 8px;
  flex-wrap: wrap;
}

.dock-nav {
  display: flex;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.95) 0%, var(--paper-raised) 100%);
  padding: 6px;
  border-radius: 16px 8px;
  border: 1px solid var(--rule-strong);
  box-shadow:
    inset 0 1px 0 rgba(228, 194, 122, 0.12),
    inset 3px 0 0 rgba(201, 161, 91, 0.55);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}

.dock-nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.dock-nav a {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 76px;
  min-height: 64px;
  padding: 10px 8px 8px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--ink-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: center;
  scroll-snap-align: start;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.16s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.dock-nav a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.dock-nav a.is-active {
  background: linear-gradient(180deg, #c44536, #7a1824);
  color: #f6ede3;
  box-shadow:
    inset 0 0 0 1px rgba(228, 194, 122, 0.28),
    0 6px 16px rgba(143, 29, 44, 0.35);
}

@media (hover: hover) {
.dock-nav a:hover {
  background: linear-gradient(180deg, #c44536, #7a1824);
  color: #f6ede3;
    box-shadow:
      inset 0 0 0 1px rgba(228, 194, 122, 0.28),
      0 6px 16px rgba(143, 29, 44, 0.35);
  }
}

.jack {
  margin-left: auto;
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 10px 18px;
  min-width: 210px;
}

.jack small {
  display: block;
  color: var(--ink-faint);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jack b {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: #fff;
}

.mosaic {
  display: none;
}

.tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding: 16px 16px 14px;
  text-decoration: none;
  color: var(--ink);
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: 16px 8px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.16s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.tile::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(228, 194, 122, 0.14);
  border-radius: 16px 4px 16px 4px;
}

.tile-idx,
.tile-copy {
  position: relative;
  z-index: 1;
}

.tile-idx {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.tile-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tile-copy > span {
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.tile-copy strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink);
}

.tile-a {
  grid-column: 1;
  grid-row: 1 / 3;
  background:
    radial-gradient(circle at 78% 22%, rgba(196, 69, 54, 0.28), transparent 36%),
    repeating-linear-gradient(
      90deg,
      transparent 0 26px,
      rgba(228, 194, 122, 0.05) 26px 27px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 30px,
      rgba(228, 194, 122, 0.04) 30px 31px
    ),
    linear-gradient(165deg, #4e141c 0%, #1a0a0e 72%);
  box-shadow:
    inset 0 2px 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.tile-a::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -36px;
  top: 18%;
  z-index: 0;
  border: 1px solid rgba(228, 194, 122, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(228, 194, 122, 0.04);
}

.tile-b {
  grid-column: 2;
  grid-row: 1;
  background:
    radial-gradient(circle at 92% 12%, rgba(143, 29, 44, 0.55), transparent 46%),
    linear-gradient(160deg, #2c161c, #14080b);
}

.tile-b::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 54px;
  height: 54px;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid rgba(228, 194, 122, 0.28);
  background:
    radial-gradient(circle, var(--ember) 0 5px, transparent 6px),
    repeating-conic-gradient(
      from 12deg,
      rgba(228, 194, 122, 0.35) 0 8deg,
      transparent 8deg 22deg
    );
}

.tile-c {
  grid-column: 3;
  grid-row: 1;
  background: linear-gradient(155deg, #3a2a14, #140c08 70%);
}

.tile-c::before {
  content: "ARS";
  position: absolute;
  right: -4px;
  bottom: -6px;
  z-index: 0;
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(228, 194, 122, 0.12);
}

.tile-d {
  grid-column: 2 / 4;
  grid-row: 2;
  background: linear-gradient(120deg, #5a1c22, #1c0c10 62%);
}

.tile-d::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 58px;
  height: 58px;
  z-index: 0;
  transform: translateY(-50%) rotate(12deg);
  border: 1px dashed rgba(228, 194, 122, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(143, 29, 44, 0.28);
}

.tile-e {
  grid-column: 1 / -1;
  grid-row: 3;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding-block: 14px;
  background:
    linear-gradient(90deg, rgba(201, 161, 91, 0.08), transparent 28%),
    linear-gradient(90deg, #221014, #14080b);
}

.tile-e::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 48px;
  z-index: 0;
  transform: translateY(-50%);
  border: 1.5px solid rgba(228, 194, 122, 0.35);
  border-radius: 6px;
  box-shadow: inset 0 -6px 0 rgba(228, 194, 122, 0.12);
}

.tile-e .tile-idx {
  margin: 0;
}

@media (hover: hover) {
  .tile:hover {
    color: var(--ink);
    border-color: var(--rule-strong);
    transform: translateY(-2px);
    box-shadow:
      inset 0 1px 0 rgba(228, 194, 122, 0.14),
      0 14px 28px rgba(20, 4, 8, 0.35);
  }

  .btn:hover {
    transform: translateY(-1px);
  }

  .rank-card:hover,
  .slot-card:hover,
  .guide-grid a:hover,
  .related a:hover {
    transform: translateY(-2px);
  }

  .related a:hover {
    background: var(--paper-sunken);
  }
}

.section {
  padding: var(--section-y) 0;
  position: relative;
}

main > .section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(34, 16, 20, 0.55), rgba(20, 8, 11, 0.2));
  border-block: 1px solid var(--rule);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
}

.section-head p {
  margin: 0;
  max-width: 560px;
}

.section .wrap > h2 {
  margin-top: 28px;
}

.section .wrap > .grid-3 {
  margin-top: 8px;
}

.note {
  position: relative;
  overflow: hidden;
  margin: 16px 0 0;
  padding: 16px 18px 16px 20px;
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  background:
    linear-gradient(180deg, rgba(228, 194, 122, 0.08) 0%, transparent 48%),
    var(--paper-sunken);
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.22);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ink-muted);
}

.note::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at 100% 0, rgba(228, 194, 122, 0.24), transparent 64%);
  pointer-events: none;
}

.note strong {
  color: var(--ink);
}

.note a {
  color: var(--gold);
  text-underline-offset: 3px;
}

#comparativa .comparativa-intro {
  display: block;
  padding: 0;
  margin-bottom: 16px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#comparativa .comparativa-intro .kicker {
  margin-bottom: 8px;
}

#comparativa .comparativa-intro h2 {
  margin: 0 0 10px;
  max-width: 28ch;
}

#comparativa .comparativa-intro p:last-child {
  margin: 0;
  max-width: 46rem;
  color: var(--ink-muted);
}

#comparativa .comparativa-axes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0 0 22px;
  background:
    linear-gradient(165deg, rgba(78, 20, 28, 0.42) 0%, var(--paper-raised) 48%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
  overflow: hidden;
}

.comparativa-axis {
  padding: 16px 16px 16px 18px;
  border-bottom: 1px solid var(--rule);
}

.comparativa-axis:last-child {
  border-bottom: 0;
}

.comparativa-axis .kicker {
  margin-bottom: 8px;
}

.comparativa-axis h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.comparativa-axis p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.comparativa-axis a {
  color: var(--gold);
  font-weight: 650;
}

@media (min-width: 800px) {
  #comparativa .comparativa-axes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .comparativa-axis {
    padding: 18px 18px 18px 16px;
    border-bottom: 0;
    border-right: 1px solid var(--rule);
  }

  .comparativa-axis:last-child {
    border-right: 0;
  }
}

#rank-marco .legal-map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  background:
    linear-gradient(165deg, rgba(78, 20, 28, 0.42) 0%, var(--paper-raised) 42%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow: inset 3px 0 0 var(--gold);
  overflow: hidden;
}

#rank-marco .marco-col {
  margin: 0;
  padding: 16px 16px 18px;
}

#rank-marco .marco-col > .kicker {
  margin: 0 0 14px;
}

#rank-marco .marco-col--local {
  background: rgba(12, 4, 8, 0.28);
  box-shadow: inset 3px 0 0 var(--ink-faint);
}

#rank-marco .marco-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

#rank-marco .marco-rows li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}

#rank-marco .marco-rows .kicker {
  margin: 0 0 6px;
}

#rank-marco .marco-rows h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}

#rank-marco .marco-rows p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

#rank-marco .marco-rows a {
  color: var(--gold);
  font-weight: 650;
}

#rank-marco .marco-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 16px 14px;
}

#rank-marco .marco-vs span {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 5px 12px;
  background: var(--paper-sunken);
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-pill);
}

@media (min-width: 800px) {
  #rank-marco .legal-map-grid {
    grid-template-columns: 1fr 0 1fr;
    align-items: stretch;
  }

  #rank-marco .marco-col {
    padding: 18px 20px 20px;
  }

  #rank-marco .marco-col--local {
    box-shadow: none;
    border-left: 1px solid var(--rule);
  }

  #rank-marco .marco-vs {
    position: relative;
    z-index: 1;
    grid-column: 2;
    width: 0;
    padding: 20px 0 0;
    align-items: start;
    pointer-events: none;
  }

  #rank-marco .marco-vs span {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

#comparativa .legal-leyenda {
  margin: 0 0 18px;
}

#comparativa .note {
  margin-top: 16px;
}

.rank-exits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

.rank-exits .btn {
  min-height: 44px;
}

.rank-board {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.rank-card--center {
  grid-column: 1 / -1;
  width: calc((100% - 10px) / 2);
  justify-self: center;
}

.rank-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 14px 12px;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.55), var(--paper-raised) 38%);
  border: 1px solid var(--rule);
  border-radius: 16px 8px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.07);
  overflow: clip;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rank-card--featured {
  grid-column: 1 / -1;
  padding: 20px 20px 16px;
  background:
    linear-gradient(145deg, rgba(92, 24, 32, 0.92) 0%, rgba(28, 12, 16, 0.96) 42%, var(--paper-raised) 100%);
  border-color: var(--rule-strong);
  box-shadow:
    inset 3px 0 0 var(--rank-1),
    inset 0 2px 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.2),
    var(--shadow-soft);
}

.rank-card--featured::after {
  content: "01";
  position: absolute;
  right: 12px;
  bottom: -18px;
  font-family: var(--font-display);
  font-size: clamp(5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgba(228, 194, 122, 0.06);
  pointer-events: none;
}

.rank-card--top {
  box-shadow:
    inset 3px 0 0 var(--rank-2),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.rank-card--third {
  box-shadow:
    inset 3px 0 0 var(--rank-3),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.rank-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.rank-num {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--gold);
  background: rgba(12, 5, 8, 0.45);
  border: 1px solid var(--rule-strong);
  border-radius: 10px 4px;
}

.rank-card--featured .rank-num {
  width: 3rem;
  height: 3rem;
  font-size: 1.05rem;
  color: var(--paper);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 6px 16px rgba(20, 4, 8, 0.35);
}

.rank-id {
  min-width: 0;
}

.rank-name {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.15;
}

.rank-card--featured .rank-name {
  font-size: clamp(1.5rem, 1.15rem + 1.1vw, 2.05rem);
  margin-top: 8px;
}

.rank-licence {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: var(--ink-faint);
}

.rank-score {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 5.2rem;
}

.rank-score .score-chip {
  padding: 5px 10px 6px;
  background: rgba(12, 5, 8, 0.4);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.rank-card--featured .rank-score .score-chip {
  border-color: rgba(228, 194, 122, 0.45);
  background: rgba(201, 161, 91, 0.12);
}

.rank-score .meter {
  width: 5.2rem;
  height: 5px;
  grid-column: auto;
}

.rank-more {
  position: relative;
  z-index: 1;
  margin: 4px 0 0;
}

.rank-more > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 36px;
  padding: 4px 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.rank-more > summary::-webkit-details-marker {
  display: none;
}

.rank-more > summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  background: var(--accent-soft);
  color: var(--gold);
  font-size: 0.95rem;
  line-height: 1;
}

.rank-more[open] > summary::after {
  transform: rotate(45deg);
}

.rank-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.rank-card--featured .rank-specs {
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.rank-specs > div {
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
}

.rank-card--featured .rank-specs > div {
  border-bottom-color: rgba(228, 194, 122, 0.16);
}

.rank-specs dt {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.rank-specs dd {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--ink);
}

.rank-specs .dot {
  vertical-align: middle;
  margin-right: 4px;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 2px 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: fit-content;
}

#comparativa .badge {
  padding: 0;
  background: none;
  border-radius: 0;
  color: var(--gold);
}

#comparativa .badge-ink,
#comparativa .badge-trust {
  background: none;
  color: var(--gold);
}

.badge-ink {
  background: var(--accent);
  color: var(--on-accent);
}

.badge-trust {
  background: var(--trust-soft);
  color: var(--trust);
}

.badge-warn {
  background: rgba(232, 195, 90, 0.15);
  color: var(--gold);
}

.score-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}

.score-chip small {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--ink-faint);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.dot-yes {
  background: var(--trust);
}

.dot-mid {
  background: var(--gold);
}

.dot-no {
  background: var(--rule-strong);
}

.ficha {
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.92), var(--paper-raised) 48%);
  border: 1px solid var(--rule-strong);
  border-radius: 18px 10px 18px 10px;
  box-shadow:
    inset 3px 0 0 var(--rank-1),
    inset 0 1px 0 rgba(228, 194, 122, 0.14),
    var(--shadow-soft);
}

.ficha::after {
  content: "ARS";
  position: absolute;
  right: 16px;
  bottom: -18px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(228, 194, 122, 0.07);
  pointer-events: none;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.fact {
  display: grid;
  grid-template-columns: minmax(7.2rem, 36%) minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  padding: 16px 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--rule);
}

.fact:nth-child(even) {
  border-right: 1px solid var(--rule);
}

.fact--lead {
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 22px 22px 18px;
  border-right: 0;
  border-bottom-color: var(--rule-strong);
}

.fact:last-child {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.fact dt {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 3px;
}

.fact dd {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.4;
}

.fact--lead dd {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 1.1rem + 1.6vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.review {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(16rem, 0.72fr);
  gap: 22px 28px;
  align-items: start;
}

.review-lede {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 46rem;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 0.98rem + 0.55vw, 1.42rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.32;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  padding: 2px 0 2px 16px;
}

.review-main {
  min-width: 0;
}

.review-main > p:last-of-type {
  margin-bottom: 0;
}

.review-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.review-map a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 12px 11px;
  text-decoration: none;
  color: var(--ink);
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: 12px 6px 12px 6px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.review-map a:hover {
  color: var(--ink);
  border-color: var(--rule-strong);
}

.review-map span {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.review-map small {
  color: var(--ink-faint);
  font-size: 0.78rem;
}

.review-stand {
  margin: 0;
  padding: 14px 16px;
  background: var(--paper-sunken);
  border: 1px solid var(--rule);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--gold);
}

.review-method {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 8px;
  background:
    linear-gradient(165deg, rgba(78, 20, 28, 0.88), var(--paper-raised) 55%);
  border: 1px solid var(--rule-strong);
  border-radius: 18px 10px 18px 10px;
  box-shadow:
    inset 3px 0 0 var(--rank-1),
    inset 0 1px 0 rgba(228, 194, 122, 0.12);
}

.review-method .kicker {
  margin-bottom: 6px;
}

.review-method h3 {
  margin: 0 0 12px;
}

.review-method dl {
  margin: 0;
}

.review-method dl > div {
  padding: 12px 0;
  border-top: 1px solid var(--rule);
}

.review-method dt {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 4px;
}

.review-method dd {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

#resena .catalog-head h2 {
  max-width: 22ch;
}

#resena .review {
  align-items: stretch;
}

#resena .review-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#resena .review-lede {
  grid-column: auto;
  max-width: none;
  padding: 16px 18px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.55) 0%, rgba(18, 8, 10, 0.62) 100%);
  border-radius: 0 16px 12px 0;
  border-left: 3px solid var(--gold);
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

#resena .review-map a {
  gap: 4px;
  padding: 14px 14px 12px;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

#resena .review-map a:hover {
  border-color: var(--gold);
}

#resena .review-map .kicker {
  margin: 0 0 2px;
}

#resena .review-stand {
  width: 100%;
  box-sizing: border-box;
  border-color: var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow: inset 3px 0 0 var(--gold);
}

#resena .review-method {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background:
    linear-gradient(165deg, rgba(78, 20, 28, 0.5) 0%, var(--paper-raised) 46%);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.12);
  overflow: hidden;
}

#resena .review-method::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("../img/hero-pampa.svg");
  background-repeat: repeat-y;
  background-position: right 8px top;
  background-size: 24px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 70%);
}

#resena .review-method::after {
  content: none;
}

#resena .review-method-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 16px 16px 14px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--rule);
}

#resena .review-method-head .kicker {
  margin-bottom: 6px;
}

#resena .review-method-head h3 {
  margin: 0;
  max-width: 16ch;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

#resena .review-method-head .score-chip {
  flex-shrink: 0;
  padding: 6px 10px 5px;
  background: var(--paper-sunken);
  border: 1px solid var(--rule-strong);
  border-radius: 8px 4px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.1);
  color: var(--gold);
}

.review-method-list {
  list-style: none;
  margin: 0;
  padding: 6px 16px 14px 14px;
  position: relative;
  z-index: 1;
}

.review-method-list::before {
  content: "";
  position: absolute;
  left: 1.55rem;
  top: 22px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 161, 91, 0.08));
  pointer-events: none;
}

.review-method-list li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px 0;
  border-top: 0;
}

.review-method-list li:first-child {
  padding-top: 8px;
}

.review-method-list li:last-child {
  padding-bottom: 2px;
}

.review-method-list li > span {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold);
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.review-method-list strong {
  display: block;
  margin: 0 0 4px;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.review-method-list p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.review-method-list a {
  color: var(--gold);
  font-weight: 650;
}

@media (min-width: 961px) {
  #resena .review-method {
    align-self: start;
    position: sticky;
    top: calc(var(--header-h) + 12px);
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  #resena .review-method-list {
    display: block;
    justify-content: unset;
  }

  #resena .review-method-list li {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

#pros-contras .catalog-head h2 {
  max-width: 18ch;
}

#pros-contras .ledger {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border-radius: 16px 8px;
  overflow: hidden;
}

#pros-contras .ledger::before {
  content: none;
}

#pros-contras .ledger--pro {
  background:
    linear-gradient(180deg, rgba(78, 20, 28, 0.42), var(--paper-raised) 28%);
}

#pros-contras .ledger--con {
  background:
    linear-gradient(180deg, rgba(92, 28, 24, 0.55), var(--paper-raised) 48%);
  border-color: rgba(224, 122, 106, 0.28);
  box-shadow:
    inset 3px 0 0 var(--ember),
    inset 0 1px 0 rgba(224, 122, 106, 0.1);
}

#pros-contras .ledger--con .kicker {
  color: var(--warn);
}

#pros-contras .ledger-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 16px 16px 14px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--rule);
}

#pros-contras .ledger--pro .ledger-head {
  background: linear-gradient(180deg, rgba(201, 161, 91, 0.08), transparent);
}

#pros-contras .ledger--con .ledger-head {
  background: linear-gradient(180deg, rgba(196, 69, 54, 0.12), transparent);
  border-bottom-color: rgba(224, 122, 106, 0.18);
}

#pros-contras .ledger-head h3 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

#pros-contras .score-chip {
  flex-shrink: 0;
  min-width: 2.6rem;
  min-height: 2.6rem;
  display: grid;
  place-items: center;
  padding: 0 8px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: rgba(12, 5, 8, 0.45);
  border: 1px solid rgba(228, 194, 122, 0.45);
  border-radius: 10px 4px;
}

#pros-contras .score-chip--warn {
  color: var(--warn);
  border-color: rgba(224, 122, 106, 0.5);
  background: rgba(12, 5, 8, 0.45);
}

#pros-contras .ledger ol {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  padding: 2px 14px 12px 16px;
}

#pros-contras .ledger ol::before {
  content: "";
  position: absolute;
  left: 1.55rem;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 161, 91, 0.06));
  pointer-events: none;
}

#pros-contras .ledger--con ol::before {
  background: linear-gradient(180deg, var(--ember), rgba(196, 69, 54, 0.06));
}

#pros-contras .ledger li {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 8px;
  padding: 13px 0 12px;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.42;
}

#pros-contras .ledger li:last-child {
  padding-bottom: 6px;
  border-top-color: var(--rule);
}

#pros-contras .ledger li::before {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 1px;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold);
  background: var(--paper);
  border: 1px solid rgba(228, 194, 122, 0.45);
  border-radius: 4px;
}

#pros-contras .ledger--con li::before {
  color: var(--warn);
  border-color: rgba(224, 122, 106, 0.5);
}

#pros-contras .ledger li p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-muted);
}

#pros-contras .ledger li > a,
#pros-contras .ledger-exits a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-pill);
  background: rgba(12, 5, 8, 0.35);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

#pros-contras .ledger li > a {
  grid-column: 2;
  justify-self: start;
}

#pros-contras .ledger-exits {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#pros-contras .ledger--con li > a,
#pros-contras .ledger--con .ledger-exits a {
  border-color: rgba(224, 122, 106, 0.32);
  color: #f0b4a8;
}

#pros-contras .ledger li > a:hover,
#pros-contras .ledger-exits a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 161, 91, 0.12);
}

.ledger {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 8px;
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: 18px 10px 18px 10px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.ledger--pro {
  background:
    linear-gradient(165deg, rgba(78, 20, 28, 0.55), var(--paper-raised) 48%);
  border-color: var(--rule-strong);
  box-shadow:
    inset 3px 0 0 var(--rank-1),
    inset 0 1px 0 rgba(228, 194, 122, 0.12);
}

.ledger--con {
  box-shadow:
    inset 3px 0 0 var(--ember),
    inset 0 1px 0 rgba(228, 194, 122, 0.06);
}

.ledger-head {
  margin-bottom: 6px;
}

.ledger-head .kicker {
  margin-bottom: 4px;
}

.ledger-head h3,
.ledger-head h2 {
  margin: 0 0 4px;
}

.ledger ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: ledger;
}

.ledger li {
  counter-increment: ledger;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--rule);
  color: var(--ink-muted);
  line-height: 1.45;
}

.ledger li::before {
  content: counter(ledger, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold);
  padding-top: 3px;
}

.ledger--con li::before {
  color: var(--warn);
}

.panel {
  background: var(--paper-raised);
  border-radius: var(--radius-lg);
  padding: 22px;
  border: 1px solid var(--rule);
}

.panel h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-muted);
}

.panel li + li {
  margin-top: 8px;
}

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

.card-lite {
  padding: 18px;
  background: var(--paper-raised);
  border-radius: 16px;
  border: 1px solid var(--rule);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.slot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 8px;
}

.slot-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px 18px;
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: 22px 8px 22px 8px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.slot-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.slot-card > * {
  position: relative;
  z-index: 1;
}

.slot-studio {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.slot-thumb {
  display: block;
  width: calc(100% + 36px);
  max-width: none;
  height: auto;
  margin: -20px -18px 4px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 78%;
  border-bottom: 1px solid var(--rule);
}

.slot-card p,
.slot-card ul {
  margin: 0;
  color: var(--ink-muted);
}

.slot-card ul {
  padding-left: 1.1rem;
}

.slot-card li + li {
  margin-top: 6px;
}

.slot-meta {
  font-size: 0.82rem;
  color: var(--ink);
}

.slot-meta span {
  display: block;
  margin-bottom: 2px;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.slot-card .btn {
  align-self: flex-start;
  margin-top: 4px;
}

.slot-olympus {
  background:
    radial-gradient(circle at 92% 10%, rgba(196, 69, 54, 0.28), transparent 42%),
    linear-gradient(165deg, #3a1418, var(--paper-raised));
}

.slot-olympus::before {
  width: 140px;
  height: 140px;
  right: -36px;
  top: 12px;
  border: 1px solid rgba(228, 194, 122, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(228, 194, 122, 0.04);
}

.slot-sweet {
  background:
    radial-gradient(circle at 12% 88%, rgba(201, 161, 91, 0.16), transparent 40%),
    linear-gradient(155deg, #2c1610, var(--paper-raised));
}

.slot-sweet::before {
  right: 18px;
  top: 18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(228, 194, 122, 0.45), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(196, 69, 54, 0.35), transparent 50%);
}

.slot-bass {
  background:
    linear-gradient(180deg, rgba(36, 64, 72, 0.18), transparent 42%),
    linear-gradient(165deg, #1c1214, var(--paper-raised));
}

.slot-bass::before {
  right: 0;
  bottom: 18px;
  width: 55%;
  height: 28px;
  border-bottom: 1px dashed rgba(228, 194, 122, 0.28);
  border-radius: 50%;
}

.slot-book {
  background:
    linear-gradient(120deg, rgba(143, 29, 44, 0.22), transparent 46%),
    linear-gradient(165deg, #241014, var(--paper-raised));
}

.slot-book::before {
  right: 20px;
  top: 22px;
  width: 36px;
  height: 50px;
  border: 1.5px solid rgba(228, 194, 122, 0.32);
  border-radius: 3px 8px 8px 3px;
}

.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.steps li::before {
  content: counter(step);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--on-accent);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
}

.pay-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pay-list li {
  background: var(--paper-sunken);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 650;
  border: 1px solid var(--rule);
}

.pay-list small {
  display: block;
  font-weight: 500;
  color: var(--ink-faint);
  margin-top: 2px;
}

.score-rows {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.score-table {
  margin-top: 18px;
}

.score-table td {
  display: flex;
  align-items: center;
  gap: 10px;
}

.score-table td > span:last-child {
  flex: 0 0 2.2rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--gold);
}

.score-meter {
  display: block;
  flex: 1 1 auto;
  width: auto;
  min-width: 4.5rem;
  height: 8px;
  overflow: hidden;
  background: rgba(44, 22, 28, 0.9);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.score-meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ember), var(--gold));
  border-radius: inherit;
}

.score-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  padding: 8px 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}

.score-row .bar {
  flex: 1 0 100%;
  order: 3;
}

.score-row span {
  font-family: var(--font-mono);
  font-size: 0.92rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--gold);
}

.bar {
  height: 6px;
  background: rgba(12, 5, 8, 0.45);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.bar > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ember), var(--gold));
  border-radius: inherit;
  box-shadow: 0 0 10px rgba(228, 194, 122, 0.28);
}

.faq details {
  border-top: 1px solid var(--rule);
  padding: 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 0;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  background: var(--accent-soft);
  color: var(--gold);
  font-size: 1.05rem;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq details[open] summary::after {
  content: "+";
  transform: rotate(45deg);
}

.faq details p {
  margin: 0 0 14px;
  padding-right: 40px;
  color: var(--ink-muted);
}

.faq-panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition:
    height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease;
}

.faq details[open] .faq-panel {
  opacity: 1;
}

.faq-panel-inner {
  min-height: 0;
}

.faq-panel-inner > p {
  margin: 0 0 14px;
  padding-right: 40px;
}

#faq .wrap {
  padding: 22px 24px 10px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.55), var(--paper-raised) 50%);
  border: 1px solid var(--rule-strong);
  border-radius: 18px 10px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.12),
    var(--shadow-soft);
}

#faq h2 {
  margin: 0 0 8px;
}

#faq .faq details:first-of-type {
  margin-top: 8px;
  border-top-color: var(--rule-strong);
}

.cta-band {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.92) 0%, rgba(20, 8, 11, 0.96) 48%, rgba(40, 24, 10, 0.9) 100%);
  border: 1px solid var(--rule-strong);
  border-radius: 18px 10px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.12),
    var(--shadow-soft);
}

.cta-art {
  position: absolute;
  right: 180px;
  bottom: -70px;
  width: 220px;
  opacity: 0.92;
  pointer-events: none;
  filter: sepia(0.5) hue-rotate(-12deg) saturate(1.2);
}

.cta-title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
}

.cta-band .cta-title {
  margin: 0 0 8px;
  font-size: clamp(1.28rem, 1.05rem + 0.7vw, 1.65rem);
  letter-spacing: -0.03em;
  color: var(--ink);
}

.cta-band p:not(.cta-title) {
  margin: 0;
  max-width: 38rem;
  color: var(--ink-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.cta-band .btn {
  min-height: 52px;
  padding: 0 26px;
  flex-shrink: 0;
}

.cta-band .cta-split {
  flex-shrink: 0;
}

.rating-exits {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 0.82rem;
  font-weight: 650;
}

.rating-exits a {
  color: var(--gold);
}

.guide-exits {
  margin-top: 16px;
}

.site-footer {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: auto;
  padding: 40px 0 max(32px, env(safe-area-inset-bottom));
  font-size: 0.88rem;
  color: var(--ink-faint);
  background:
    linear-gradient(180deg, rgba(52, 18, 24, 0.55) 0%, var(--paper) 48%, var(--paper) 100%);
  border-top: 1px solid var(--rule-strong);
  box-shadow: inset 0 2px 0 var(--gold);
}

#contenido {
  flex: 1 0 auto;
}

.site-footer a {
  color: var(--ink-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.25fr) minmax(12rem, 0.85fr);
  gap: 28px 36px;
  margin-bottom: 22px;
  align-items: start;
}

.footer-brand {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.footer-role {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-grid > div:first-child > p:not(.footer-brand):not(.footer-role) {
  margin: 0;
  max-width: 36rem;
  color: var(--ink-muted);
  line-height: 1.55;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
  background: rgba(34, 16, 20, 0.72);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 650;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  border-color: var(--rule-strong);
  color: var(--gold);
  background: rgba(44, 22, 28, 0.9);
}

.footer-rg {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  align-items: center;
}

.footer-rg p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.5;
}

.footer-rg a {
  color: var(--gold);
}

.pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 0 18px;
}

.pay-chip {
  border: 1px solid var(--rule-strong);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink);
  background: linear-gradient(180deg, #2a1419 0%, var(--paper-raised) 100%);
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.legal {
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  font-size: 0.78rem;
  color: var(--ink-faint);
}

.legal p {
  margin: 0;
  max-width: 58rem;
}

.age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--gold);
  background: rgba(201, 161, 91, 0.08);
  box-shadow: 0 0 0 4px rgba(228, 194, 122, 0.08);
}

.ink-faint {
  color: var(--ink-faint);
}

@keyframes faq-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 961px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .nav-more {
    display: block;
    position: relative;
    flex-shrink: 0;
  }

  .nav-more > summary {
    display: inline-flex;
    align-items: center;
  }

  .nav-more-panel {
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    min-width: 228px;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background:
      linear-gradient(145deg, rgba(78, 20, 28, 0.98), #2c161c 52%);
    border: 1px solid var(--rule-strong);
    border-radius: 14px 10px;
    box-shadow:
      inset 3px 0 0 var(--gold),
      var(--shadow-lift);
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .nav-more[open] > .nav-more-panel {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .nav-more-panel a {
    display: flex;
    color: var(--ink);
  }
}

@media (max-width: 1100px) and (min-width: 961px) {
  .site-nav a,
  .nav-more > summary {
    padding: 8px 7px;
    font-size: 0.78rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header-h: 58px;
  }

  .site-header {
    overflow: visible;
  }

  .site-header .wrap {
    overflow: visible;
  }

  .header-inner {
    gap: 8px;
    min-width: 0;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 8px;
    overflow: hidden;
  }

  .brand img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .brand-text {
    min-width: 0;
    overflow: hidden;
  }

  .brand-text strong {
    font-size: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-byline--lg {
    display: none;
  }

  .brand-byline--sm {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .header-actions {
    margin-left: auto;
    gap: 4px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .site-nav {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 0 10px;
    background: var(--paper-raised);
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: none;
    z-index: 70;
    max-height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: visible;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      max-height 0.44s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.32s ease,
      box-shadow 0.32s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 10px;
    max-height: min(32rem, calc(100dvh - var(--header-h) - 20px));
    overflow: hidden;
    border-color: var(--rule-strong);
    box-shadow: var(--shadow-lift);
  }

  .site-nav a,
  .nav-more > summary {
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 14px;
    min-height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: var(--ink);
    background: transparent;
    opacity: 0;
    transform: translateY(8px);
    transition:
      opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.16s ease,
      color 0.16s ease;
  }

  .site-nav.is-open a,
  .site-nav.is-open .nav-more > summary {
    opacity: 1;
    transform: none;
  }

  .site-nav.is-open a:nth-of-type(1) { transition-delay: 0.05s; }
  .site-nav.is-open a:nth-of-type(2) { transition-delay: 0.08s; }
  .site-nav.is-open a:nth-of-type(3) { transition-delay: 0.11s; }
  .site-nav.is-open a:nth-of-type(4) { transition-delay: 0.14s; }
  .site-nav.is-open a:nth-of-type(5) { transition-delay: 0.17s; }
  .site-nav.is-open a:nth-of-type(6) { transition-delay: 0.2s; }
  .site-nav.is-open a:nth-of-type(7) { transition-delay: 0.23s; }
  .site-nav.is-open a:nth-of-type(8) { transition-delay: 0.26s; }
  .site-nav.is-open a:nth-of-type(9) { transition-delay: 0.29s; }
  .site-nav.is-open a:nth-of-type(10) { transition-delay: 0.32s; }

  .site-nav a + a,
  .nav-more-panel a {
    border-top: 0;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="true"] {
    background: var(--paper-sunken);
    color: var(--gold);
  }

  .nav-more {
    display: contents;
  }

  .nav-more > summary {
    display: none;
  }

  .nav-more-panel {
    display: contents;
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .header-cta {
    display: inline-flex;
  }
}

@media (max-width: 960px) {
  .site-header,
  .site-header .wrap {
    overflow: visible;
  }

  .header-inner {
    min-width: 0;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .brand img {
    flex-shrink: 0;
  }

  .brand-text {
    min-width: 0;
    overflow: hidden;
  }

  .brand-text strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-byline--lg {
    display: none;
  }

  .brand-byline--sm {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .header-actions {
    margin-left: auto;
    gap: 4px;
    flex-shrink: 0;
  }

  .header-cta {
    display: inline-flex;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .site-nav {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 0 10px;
    background: var(--paper-raised);
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: none;
    z-index: 70;
    max-height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: visible;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      max-height 0.44s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.32s ease,
      box-shadow 0.32s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 10px;
    max-height: min(32rem, calc(100dvh - var(--header-h) - 20px));
    overflow: hidden;
    border-color: var(--rule-strong);
    box-shadow: var(--shadow-lift);
  }

  .site-nav a,
  .nav-more > summary {
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 14px;
    min-height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: var(--ink);
    background: transparent;
    opacity: 0;
    transform: translateY(8px);
    transition:
      opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.16s ease,
      color 0.16s ease;
  }

  .site-nav.is-open a,
  .site-nav.is-open .nav-more > summary {
    opacity: 1;
    transform: none;
  }

  .site-nav.is-open a:nth-of-type(1) { transition-delay: 0.05s; }
  .site-nav.is-open a:nth-of-type(2) { transition-delay: 0.08s; }
  .site-nav.is-open a:nth-of-type(3) { transition-delay: 0.11s; }
  .site-nav.is-open a:nth-of-type(4) { transition-delay: 0.14s; }
  .site-nav.is-open a:nth-of-type(5) { transition-delay: 0.17s; }
  .site-nav.is-open a:nth-of-type(6) { transition-delay: 0.2s; }
  .site-nav.is-open a:nth-of-type(7) { transition-delay: 0.23s; }
  .site-nav.is-open a:nth-of-type(8) { transition-delay: 0.26s; }
  .site-nav.is-open a:nth-of-type(9) { transition-delay: 0.29s; }
  .site-nav.is-open a:nth-of-type(10) { transition-delay: 0.32s; }

  .site-nav a + a,
  .nav-more-panel a {
    border-top: 0;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="true"] {
    background: var(--paper-sunken);
    color: var(--gold);
  }

  .nav-more {
    display: contents;
  }

  .nav-more > summary {
    display: none;
  }

  .nav-more-panel {
    display: contents;
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .jump-chips {
    display: flex;
  }

  .hero-layout {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .pros-cons {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .facts,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .review {
    grid-template-columns: 1fr;
  }

  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .tile-a,
  .tile-b,
  .tile-c,
  .tile-d,
  .tile-e {
    grid-column: auto;
    grid-row: auto;
  }

  .tile-a {
    grid-column: 1 / -1;
    min-height: 104px;
  }

  .tile-b,
  .tile-c {
    min-height: 92px;
  }

  .tile-d,
  .tile-e {
    grid-column: 1 / -1;
    min-height: 70px;
  }

  .tile-d {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    min-height: 74px;
  }

  .tile-d .tile-idx {
    margin: 0;
  }

  .tile-d::before {
    top: 50%;
    right: 16px;
    width: 44px;
    height: 44px;
  }

  .rank-board {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rank-card--center {
    width: auto;
    justify-self: stretch;
  }

  .rank-specs,
  .rank-card--featured .rank-specs {
    grid-template-columns: 1fr;
  }

  .rank-card {
    padding: 12px 12px 10px;
    gap: 8px;
  }

  .rank-card--featured {
    padding: 16px 14px 12px;
  }

  .rank-exits {
    flex-direction: column;
  }

  .rank-exits .btn {
    width: 100%;
    justify-content: center;
  }

  .rank-card--featured::after {
    font-size: 4.6rem;
    right: 8px;
    bottom: -10px;
  }

  .rank-specs > div {
    grid-template-columns: 5.6rem minmax(0, 1fr);
    padding: 8px 0;
  }

  .score-chip {
    font-size: 1.05rem;
  }

  .badge {
    max-width: 100%;
    white-space: normal;
    text-align: left;
    line-height: 1.25;
  }

  .jack {
    margin-left: 0;
    width: 100%;
  }

  .dock {
    gap: 10px;
    margin: 14px 0 8px;
  }

  .dock-nav {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 720px) {
  :root {
    --text-h1: 2.18rem;
    --text-h2: 1.32rem;
    --section-y: 36px;
    --header-h: 58px;
  }

  h3 {
    font-size: 1.08rem;
  }

  body {
    font-size: 1rem;
  }

  .lede {
    font-size: 1rem;
  }

  .kicker {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }

  #faq .wrap {
    padding: 16px 16px 6px;
    border-radius: 16px 8px;
  }

  #comparativa .comparativa-intro {
    margin-bottom: 12px;
  }

  #comparativa .comparativa-intro h2 {
    max-width: none;
    font-size: 1.28rem;
  }

  #faq h2 {
    font-size: 1.2rem;
    line-height: 1.22;
    letter-spacing: -0.03em;
  }

  .faq summary {
    min-height: 48px;
    padding: 14px 0;
    font-size: 0.98rem;
    line-height: 1.3;
    align-items: flex-start;
    gap: 10px;
  }

  .faq summary::after {
    width: 32px;
    height: 32px;
    margin-top: 0;
  }

  .faq details p {
    margin: 0 0 16px;
    padding-right: 0;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .rank-card-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .rank-score {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .rank-score .meter {
    width: min(140px, 40%);
  }

  .rank-num {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.72rem;
  }

  .rank-card--featured .rank-num {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.88rem;
  }

  .rank-specs {
    gap: 6px;
  }

  .rank-specs dd {
    font-size: 0.8rem;
  }

  .rank-specs dt {
    font-size: 0.58rem;
  }

  .jump-chips {
    display: flex;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 4px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .rating-score b {
    font-size: 2.7rem;
  }

  .dock-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
    overflow: hidden;
    scroll-snap-type: none;
    border-radius: 16px;
  }

  .dock-nav a {
    flex: none;
    min-width: 0;
    width: 100%;
    min-height: 56px;
    padding: 8px 4px 7px;
    gap: 4px;
    font-size: 0.75rem;
    border-radius: 12px;
    scroll-snap-align: unset;
  }

  .dock-nav a svg {
    width: 18px;
    height: 18px;
  }

  .tile {
    padding: 14px 12px 12px;
    border-radius: 14px 6px;
  }

  .tile-copy strong {
    font-size: 0.98rem;
  }

  .tile-c::before {
    font-size: 2.5rem;
  }

  .hero {
    padding: 12px 0 8px;
  }

  .rating-panel {
    padding: 14px 12px 12px;
    border-radius: 14px 6px;
  }

  .rating-list li {
    padding: 7px 8px;
  }

  .split,
  .facts,
  .pros-cons,
  .grid-3,
  .footer-grid,
  .pay-list,
  .cta-band,
  .slot-grid,
  .bonus-layout,
  .bonus-scan {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .bonus-volume {
    position: static;
  }

  .bonus-archive dl div {
    grid-template-columns: 1fr;
  }

  .facts {
    grid-template-columns: 1fr;
  }

  .fact,
  .fact:nth-child(even) {
    grid-template-columns: 1fr;
    border-right: 0;
    padding: 14px 16px;
  }

  .fact--lead {
    padding: 18px 16px 14px;
  }

  .review-map {
    grid-template-columns: 1fr;
  }

  .cta-art {
    display: none;
  }

  .cta-band {
    padding: 20px 16px 16px;
    gap: 16px;
  }

  .cta-band .cta-title {
    font-size: 1.22rem;
    line-height: 1.2;
  }

  .cta-band p:not(.cta-title) {
    font-size: 0.9rem;
  }

  .cta-band .btn {
    width: 100%;
  }

  .cta-band .cta-split {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-band .cta-split .btn {
    width: 100%;
  }

  .site-footer {
    padding: 28px 0 max(22px, env(safe-area-inset-bottom));
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-nav a {
    min-height: 40px;
  }

  .pay-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
    margin-block: 0 14px;
  }

  .pay-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 3px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    text-align: center;
    border-radius: var(--radius-pill);
    flex: 0 0 auto;
    width: auto;
  }

  .page-head {
    padding: 16px 0 4px;
  }

  .page-head h1 {
    max-width: none;
    font-size: clamp(2.05rem, 6.4vw, 2.35rem);
    line-height: 0.94;
  }

  .page-head--sport h1 {
    font-size: clamp(2.02rem, 6.2vw, 2.32rem);
    line-height: 0.95;
  }

  .page-head--sport .lede {
    font-size: 0.92rem;
    line-height: 1.5;
  }
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
}

.crumbs a {
  color: var(--gold);
  text-decoration: none;
}

.crumbs a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

.crumbs [aria-current="page"] {
  color: var(--ink-muted);
}

.crumbs-sep {
  color: var(--gold);
  opacity: 0.55;
}

.page-head {
  padding: 24px 0 4px;
}

.page-head .kicker {
  margin-bottom: 8px;
}

.page-head h1 {
  margin-bottom: 14px;
  max-width: none;
  letter-spacing: -0.058em;
  padding-bottom: 0.38em;
  background-image: linear-gradient(
    90deg,
    var(--gold) 0,
    var(--gold) 0.42rem,
    var(--ember) 0.42rem,
    var(--ember) 0.7rem,
    var(--gold) 0.7rem,
    rgba(228, 194, 122, 0.35) 18rem,
    transparent 28rem
  );
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: min(34rem, 92%) 3px;
}

.page-head .lede {
  max-width: 54rem;
  margin-bottom: 0;
  color: var(--ink-muted);
}

body:has(.pagos-body) .page-head {
  padding: 22px 0 10px;
}

body:has(.pagos-body) .page-head .wrap {
  padding: 4px 0 18px;
}

body:has(.sports-body) .page-head {
  padding: 22px 0 10px;
}

body:has(.sports-body) .page-head .wrap {
  min-width: 0;
  padding: 4px 0 18px;
}

body:has(.sports-body) .page-head h1,
body:has(.sports-body) .page-head .lede {
  max-width: 46rem;
  overflow-wrap: break-word;
}

body:has(.sports-body) .page-head .lede {
  font-size: 1.02rem;
  line-height: 1.55;
}

body:has(.bonus-body) .page-head {
  padding: 22px 0 10px;
}

body:has(.bonus-body) .page-head .wrap {
  min-width: 0;
  padding: 4px 0 18px;
}

body:has(.bonus-body) .page-head h1,
body:has(.bonus-body) .page-head .lede {
  max-width: 46rem;
  overflow-wrap: break-word;
}

body:has(.bonus-body) .page-head .lede {
  font-size: 1.02rem;
  line-height: 1.55;
}

.bonus-body {
  padding-top: 12px;
}

.bonus-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 16px;
  align-items: start;
}

.bonus-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.bonus-body .review-lede {
  margin: 0 0 4px;
  max-width: none;
}

.bonus-body .review-lede a {
  color: var(--gold);
}

.bonus-body .catalog-head {
  margin: 0;
}

.bonus-body .catalog-head .kicker {
  margin-bottom: 8px;
}

.bonus-body .catalog-head h2 {
  margin: 0 0 8px;
  max-width: 36rem;
  overflow-wrap: break-word;
}

.bonus-body .catalog-head p {
  max-width: none;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink-muted);
}

.bonus-flow-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2px 0 4px;
}

.bonus-prose {
  display: grid;
  gap: 10px;
}

.bonus-prose p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bonus-prose strong {
  color: var(--ink);
  font-weight: 700;
}

.bonus-prose a {
  color: var(--gold);
  font-weight: 600;
}

.bonus-body .wager-chart {
  margin: 4px 0 2px;
}

.bonus-body .wager-chart .kicker {
  margin-bottom: 6px;
}

.bonus-body .wager-chart h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.bonus-body .wager-chart figcaption {
  margin: 0 0 14px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--ink-muted);
}

.bonus-body .wager-chart figcaption a {
  color: var(--gold);
  font-weight: 600;
}

.bonus-body .wager-chart dt {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}

.bonus-body .wager-chart dt span {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.bonus-body .wager-chart dl > div {
  grid-template-columns: minmax(7rem, 11rem) minmax(0, 1fr);
}

.bonus-body .wager-chart dd {
  grid-template-columns: minmax(0, 1fr);
}

.bonus-body .wager-row--low .wager-track i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

.bonus-body .card-lite {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 14px;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.65), var(--paper-raised) 42%);
  border: 1px solid var(--rule);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.bonus-body .card-lite h2 {
  margin: 0;
  font-size: 1.12rem;
}

.bonus-body .card-lite > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bonus-scan {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.bonus-scan li {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  padding: 12px 12px 11px;
  background: rgba(20, 8, 11, 0.42);
  border: 1px solid var(--rule);
  border-radius: 14px 6px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.bonus-scan span {
  grid-row: 1 / span 2;
  padding-top: 4px;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold);
}

.bonus-scan strong {
  font-family: var(--font-display);
  font-size: 0.98rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.bonus-scan p {
  grid-column: 2;
  margin: 4px 0 0;
  color: var(--ink-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.bonus-archive {
  position: relative;
  overflow: hidden;
  margin: 0 0 22px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.88), var(--paper-raised) 48%);
  border: 1px solid var(--rule-strong);
  border-radius: 18px 10px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.14),
    var(--shadow-soft);
}

.bonus-archive::after {
  content: "ARS";
  position: absolute;
  right: 12px;
  bottom: -14px;
  font-family: var(--font-display);
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(228, 194, 122, 0.07);
  pointer-events: none;
}

.bonus-archive header {
  padding: 18px 20px 12px;
  position: relative;
  z-index: 1;
}

.bonus-archive header .kicker {
  margin-bottom: 6px;
}

.bonus-archive h2 {
  margin: 0;
}

.bonus-archive dl {
  margin: 0;
  padding: 0 8px 4px;
  position: relative;
  z-index: 1;
}

.bonus-archive dl div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 32%) minmax(0, 1fr);
  gap: 8px 14px;
  padding: 12px 12px;
  border-top: 1px solid var(--rule);
}

.bonus-archive dt {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 3px;
}

.bonus-archive dd {
  margin: 0;
  font-weight: 650;
  line-height: 1.4;
}

.bonus-archive > p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px 20px 18px;
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.bonus-volume {
  position: sticky;
  top: calc(var(--header-h) + 14px);
  isolation: isolate;
  overflow: hidden;
  padding: 16px 16px 14px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.72), var(--paper-raised) 52%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.12),
    var(--shadow-soft);
}

.bonus-volume::after {
  content: "×";
  position: absolute;
  right: 8px;
  bottom: -28px;
  font-family: var(--font-display);
  font-size: 6.2rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(228, 194, 122, 0.07);
  pointer-events: none;
}

.bonus-volume > * {
  position: relative;
  z-index: 1;
}

.promo-ticket {
  margin: 0 0 20px;
  padding: 16px 16px 14px;
  background:
    linear-gradient(180deg, rgba(78, 20, 28, 0.42), var(--paper-raised) 40%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.promo-ticket .kicker {
  margin-bottom: 4px;
}

.promo-ticket-code {
  margin: 4px 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: var(--gold);
}

.promo-ticket p:last-child {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.bonus-volume .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 10px;
  background: var(--accent-soft);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.bonus-volume h2 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.bonus-volume p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.bonus-volume p + p {
  margin-top: 10px;
}

.bonus-volume-math {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.15fr);
  align-items: center;
  gap: 4px;
  margin: 12px 0;
  padding: 10px 8px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(20, 8, 11, 0.5);
  border: 1px solid var(--rule);
  border-radius: 12px 6px;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.bonus-volume-math strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--ink);
}

.bonus-faq {
  margin: 16px 0 0;
  padding: 16px 16px 12px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.55), var(--paper-raised) 50%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1),
    var(--shadow-soft);
}

.bonus-faq .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 10px;
  background: var(--accent-soft);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.bonus-faq h2 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.bonus-faq details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.bonus-faq details:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.bonus-faq summary {
  min-height: 48px;
  padding: 10px 0;
  font-size: 0.95rem;
}

.bonus-faq details p {
  margin: 0 0 12px;
  padding-right: 8px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.bonus-related {
  margin-top: 16px;
}

.bonus-related .guide-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.bonus-related .guide-grid a {
  min-height: 88px;
  align-items: center;
  padding: 14px 14px 12px;
  border-color: var(--rule-strong);
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.12);
}

.bonus-related .guide-grid a span {
  display: grid;
  place-items: center;
  align-self: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 1px solid var(--rule);
  border-radius: 50%;
  background: var(--accent-soft);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.bonus-related .guide-grid a::after {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid var(--rule);
  border-radius: 50%;
  background: var(--accent-soft);
  font-size: 0.75rem;
}

.bonus-related .guide-grid a strong {
  font-size: 1.05rem;
}

.bonus-related .guide-grid a p {
  margin: 4px 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
}

.bonus-body .cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 20px;
  margin-top: 16px;
  padding: 18px 18px 16px;
  border-radius: 16px 8px;
}

.bonus-body .cta-band::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(228, 194, 122, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(143, 29, 44, 0.16);
  pointer-events: none;
}

.bonus-body .cta-band > div,
.bonus-body .cta-band .btn {
  position: relative;
  z-index: 1;
}

.bonus-body .cta-band .cta-title {
  font-size: 1.22rem;
  line-height: 1.2;
}

.bonus-body .cta-band p:not(.cta-title) {
  font-size: 0.84rem;
}

.bonus-body .note {
  margin: 0;
  padding: 14px 14px 14px 16px;
  font-size: 0.86rem;
  line-height: 1.5;
  border-radius: 16px 8px;
}

.bonus-ledger {
  position: relative;
  margin: 2px 0 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bonus-ledger .ledger-head {
  position: relative;
  z-index: 1;
  margin: 0 0 4px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--rule);
}

.bonus-ledger .kicker {
  display: block;
  min-height: 0;
  margin-bottom: 6px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.bonus-ledger .ledger-head h2 {
  margin: 0;
  max-width: 36rem;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.bonus-ledger ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.bonus-ledger ol::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 161, 91, 0.08));
  pointer-events: none;
}

.bonus-ledger li {
  position: relative;
  grid-template-columns: 2.15rem 7.4rem minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.bonus-ledger li:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.bonus-ledger li::before {
  position: relative;
  z-index: 1;
  width: 1.35rem;
  height: 1.35rem;
  display: grid;
  place-items: center;
  margin-top: 1px;
  padding: 0;
  border: 1px solid var(--rule-strong);
  border-radius: 4px;
  background: var(--paper-raised);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--gold);
  white-space: nowrap;
}

.bonus-ledger strong {
  padding-top: 4px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.bonus-ledger li p {
  margin: 0;
}

.bonus-ledger li a {
  color: var(--gold);
  font-weight: 600;
}

@media (max-width: 720px) {
  .bonus-layout,
  .bonus-scan {
    grid-template-columns: 1fr;
  }

  .bonus-body .card-lite,
  .bonus-body .note,
  .bonus-volume,
  .bonus-faq {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bonus-flow-rail {
    grid-template-columns: 1fr 1fr;
  }

  .bonus-body .wager-chart dl > div {
    grid-template-columns: 1fr;
  }

  .bonus-ledger li {
    grid-template-columns: 2.15rem minmax(0, 1fr);
    padding: 14px 0;
  }

  .bonus-ledger li::before {
    grid-row: 1 / span 2;
  }

  .bonus-volume {
    position: static;
  }

  .bonus-related .guide-grid {
    grid-template-columns: 1fr;
  }

  .bonus-related .guide-grid a {
    min-height: 76px;
    padding: 12px 12px 11px;
  }

  .bonus-body .cta-band {
    grid-template-columns: 1fr;
    padding: 16px 14px 14px;
    gap: 14px;
  }

  .bonus-archive dl div {
    grid-template-columns: 1fr;
  }
}

.hero-mast > .kicker,
.lost-stage .kicker {
  margin-bottom: 8px;
}

.related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.related a {
  display: block;
  padding: 14px 16px;
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: var(--radius-md);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.related a:hover {
  border-color: var(--rule-strong);
}

.related small {
  display: block;
  margin-top: 4px;
  color: var(--ink-muted);
  font-size: 0.8rem;
}

.sports-body {
  padding-top: 12px;
}

.sports-lede {
  padding: 0;
  margin-bottom: 10px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sports-body .catalog-head {
  margin: 0 0 8px;
}

.sports-body .catalog-head .kicker {
  margin-bottom: 8px;
}

.sports-body .catalog-head h2 {
  margin: 0 0 8px;
  max-width: 36rem;
  overflow-wrap: break-word;
}

.sports-body .catalog-head > p {
  margin: 0;
  max-width: 42rem;
}

.sports-body .catalog-head a {
  color: var(--gold);
  font-weight: 600;
}

.sports-flow-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 4px 0 10px;
}

.sports-flow-rail a {
  color: inherit;
  text-decoration: none;
}

.sports-flow-rail a:hover {
  color: var(--gold);
}

.casino-flow-rail a {
  color: inherit;
  text-decoration: none;
}

.casino-flow-rail a:hover {
  color: var(--gold);
}

.sports-sheet {
  list-style: none;
  counter-reset: sheet;
  position: relative;
  margin: 0 0 18px;
  padding: 0;
}

.sports-sheet::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 161, 91, 0.08));
  pointer-events: none;
}

.sports-sheet li {
  counter-increment: sheet;
  position: relative;
  display: grid;
  grid-template-columns: 2.15rem 6.4rem minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 12px);
}

.sports-sheet li:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.sports-sheet li::before {
  content: counter(sheet, decimal-leading-zero);
  position: relative;
  z-index: 1;
  width: 1.35rem;
  height: 1.35rem;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border: 1px solid var(--rule-strong);
  border-radius: 4px;
  background: var(--paper-raised);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--gold);
  white-space: nowrap;
}

.sports-sheet > li > strong {
  padding-top: 6px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.sports-sheet h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.sports-sheet p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.sports-sheet a {
  color: var(--gold);
  font-weight: 600;
}

.sports-wager {
  margin: 4px 0 16px;
}

.sports-wager .kicker {
  margin-bottom: 6px;
}

.sports-wager h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.sports-wager figcaption {
  margin: 0 0 14px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--ink-muted);
}

.sports-wager dt {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}

.sports-wager dt span {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.sports-wager dd {
  grid-template-columns: minmax(0, 1fr);
}

.sports-wager .wager-row--low .wager-track i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

.sports-body > .wrap > .note {
  margin: 0 0 24px;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--rule);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.sports-body > .wrap > .note::before {
  display: none;
}

.sports-lede p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sports-lede p + p {
  margin-top: 10px;
}

.sports-body .sports-topics,
.casino-body .sports-topics {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px 16px 14px;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.65), var(--paper-raised) 42%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.sports-body .sports-topics::before,
.sports-body .sports-topics::after {
  content: none;
}

.sports-topics > section {
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}

.sports-topics > section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.sports-topics > header + section {
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

.sports-topics > header {
  padding-bottom: 14px;
}

.sports-topics > header h2 {
  margin: 0 0 6px;
}

.sports-topics > header p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.sports-topics h2 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.sports-topics > section p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.sports-topics > .note {
  margin: 12px 0 0;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid var(--rule);
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 0.86rem;
}

.sports-topics > .note::before {
  display: none;
}

.sports-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.sports-related a {
  display: flex;
  flex: 1 1 9.5rem;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  padding: 8px 12px;
  background: rgba(44, 22, 28, 0.55);
  border: 1px solid var(--rule);
  border-radius: 12px 6px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(228, 194, 122, 0.08);
  transition: border-color 0.16s ease, background 0.16s ease;
}

.sports-related a:hover {
  border-color: var(--rule-strong);
  background: var(--paper-sunken);
}

.sports-related strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.sports-related small {
  margin-top: 2px;
  color: var(--ink-muted);
  font-size: 0.75rem;
}

.sports-body .cta-band,
.casino-body .cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 20px;
  margin-top: 16px;
  padding: 18px 18px 16px;
  border-radius: 16px 8px;
}

.sports-body .cta-band::before,
.casino-body .cta-band::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(228, 194, 122, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(143, 29, 44, 0.16);
  pointer-events: none;
}

.sports-body .cta-band > div,
.sports-body .cta-band .btn,
.casino-body .cta-band > div,
.casino-body .cta-band .btn {
  position: relative;
  z-index: 1;
}

.sports-body .cta-band .cta-title,
.casino-body .cta-band .cta-title {
  font-size: 1.22rem;
  line-height: 1.2;
}

.sports-body .cta-band p:not(.cta-title),
.casino-body .cta-band p:not(.cta-title),
.pagos-body .cta-band p:not(.cta-title),
.legal-body .cta-band p:not(.cta-title),
.registro-body .cta-band p:not(.cta-title) {
  font-size: 0.84rem;
}

.casino-body,
.pagos-body,
.legal-body,
.registro-body,
.slots-body {
  padding-top: 8px;
}

.casino-body .wrap,
.pagos-body .wrap,
.legal-body .wrap,
.registro-body .wrap {
  display: block;
}

.casino-body .review-lede,
.pagos-body .review-lede,
.legal-body .review-lede {
  margin: 0 0 22px;
  max-width: 46rem;
}

.pagos-body .pagos-leyenda {
  margin: 0 0 18px;
}

.pagos-layout .pay-rail a {
  color: inherit;
  text-decoration: none;
}

.pagos-layout .pay-rail a:hover {
  color: var(--gold);
}

.pagos-col .pay-ledger {
  margin: 0 0 28px;
}

.pagos-col .pay-ledger .catalog-head {
  margin-bottom: 12px;
}

.pagos-col .pay-ledger-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pagos-col .pay-ledger-list > li {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  padding: 14px 16px 14px 12px;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.pagos-col .pay-step-num {
  grid-row: 1 / span 2;
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--gold);
}

.pagos-col .pay-ledger-list h3 {
  grid-column: 2;
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.pagos-col .pay-ledger-list p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  max-width: none;
}

.pagos-col .pay-ledger-list a {
  color: var(--gold);
  font-weight: 650;
}

.pagos-col > .note {
  max-width: none;
}

.pagos-close {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.pagos-body .sports-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.pagos-body .sports-related a {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  align-items: start;
  gap: 2px 10px;
  flex: none;
  min-height: 0;
  padding: 14px 14px 12px 12px;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.pagos-body .sports-related a:hover {
  border-color: var(--gold);
  background: var(--paper-raised);
}

.pagos-ficha-num {
  grid-row: 1 / span 2;
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--gold);
}

.pagos-ficha-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pagos-body .sports-related strong {
  font-size: 1rem;
}

.pagos-body .sports-related small {
  margin: 0;
}

.pagos-body .cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 24px;
  margin: 0;
  padding: 20px 20px 18px;
  background: var(--paper-raised);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.pagos-body .cta-band .kicker {
  margin: 0 0 6px;
}

.pagos-body .cta-band .cta-title {
  font-size: clamp(1.2rem, 1rem + 0.6vw, 1.45rem);
}

.pagos-body .cta-band .cta-split {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.casino-body .wrap > h2,
.pagos-body .wrap > h2,
.legal-body .wrap > h2,
.registro-body .wrap > h2 {
  margin: 28px 0 10px;
}

.legal-body .wrap > h3 {
  margin: 18px 0 8px;
}

.legal-toc,
.page-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  max-width: none;
}

.legal-toc a,
.page-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-pill);
  background: rgba(34, 16, 20, 0.72);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 650;
}

.legal-toc a:hover,
.page-toc a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.casino-body .wrap > p,
.pagos-body .wrap > p,
.legal-body .wrap > p,
.registro-body .wrap > p {
  max-width: 46rem;
}

@media (min-width: 961px) {
  body:has(.pagos-body) .page-head .lede {
    max-width: 54rem;
  }

  .pagos-body .review-lede {
    max-width: none;
  }

  .pagos-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
    gap: 12px 40px;
    align-items: start;
  }

  .pagos-col {
    order: 1;
    min-width: 0;
  }

  .pagos-layout .wager-chart {
    order: 2;
    position: sticky;
    top: calc(var(--header-h) + 16px);
    margin: 0;
  }

  .pagos-layout .pay-rail {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
  }

  .pagos-layout .pay-rail li {
    padding-top: 0;
    padding-left: 12px;
  }

  .pagos-layout .pay-rail li::after {
    left: 0;
    top: 6px;
    width: 2px;
    height: calc(100% + 8px);
    background: linear-gradient(180deg, var(--gold), rgba(201, 161, 91, 0.12));
  }

  .pagos-layout .pay-rail li:last-child::after {
    display: none;
  }

  .pagos-body .cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: unset;
  }

  .pagos-body .cta-band .btn {
    width: auto;
    flex-shrink: 0;
  }
}

.casino-col > h2 {
  margin: 28px 0 10px;
}

.casino-col > h2:first-child {
  margin-top: 0;
}

.casino-col > p {
  max-width: none;
}

.casino-col .catalog-head a {
  color: var(--gold);
}

.lobby-map,
.lobby-ops {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
}

.lobby-map-card {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 4px 12px;
  padding: 14px 14px 12px;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.lobby-map-card .kicker {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--gold);
  background: rgba(12, 5, 8, 0.4);
  border: 1px solid var(--rule-strong);
  border-radius: 8px 4px;
}

.lobby-map-card h3 {
  grid-column: 2;
  margin: 0;
  font-size: 1.08rem;
}

.lobby-map-card .wager-chip {
  grid-column: 2;
  justify-self: start;
  margin: 0;
  padding: 3px 9px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-pill);
  background: rgba(12, 5, 8, 0.38);
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wager-chip--low {
  color: var(--warn);
  border-color: rgba(224, 122, 106, 0.4);
}

.lobby-map-card p:not(.kicker):not(.wager-chip) {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.lobby-ops .lobby-map-card .kicker {
  grid-row: 1;
}

.lobby-ops .lobby-map-card h3 {
  align-self: center;
}

.lobby-map-card a {
  color: var(--gold);
}

.lobby-map-note {
  margin: -10px 0 28px;
  font-size: 0.75rem;
  color: var(--ink-faint);
}

.casino-meter {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  margin: 6px 0 16px;
  width: 100%;
  max-width: none;
}

.casino-body .wager-chart {
  position: static;
  z-index: auto;
  transform: none;
  margin: 0;
  max-width: none;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.casino-body .wager-track i {
  width: var(--wager, 50%);
}

.casino-body .wager-chart .kicker {
  margin-bottom: 8px;
  text-align: center;
}

.casino-body .wager-chart h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  text-align: center;
}

.casino-body .wager-chart figcaption {
  margin: 0 auto 18px;
  max-width: 36rem;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
  color: var(--ink-muted);
}

.casino-body .wager-chart dl > div {
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}

.casino-body .wager-chart dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.casino-body .wager-chart dt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.casino-body .wager-chart dt span {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.casino-body .wager-chart dd {
  display: block;
}

.casino-body .wager-track {
  width: 100%;
  height: 10px;
}

.casino-body .wager-row--low dt span {
  color: var(--warn);
}

.casino-body .wager-row--low .wager-track i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

@media (min-width: 721px) {
  .casino-body .wager-chart dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: end;
    width: 100%;
  }

  .casino-body .wager-chart dl > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-right: 1px solid var(--rule);
  }

  .casino-body .wager-chart dl > div:first-child {
    padding-left: 0;
  }

  .casino-body .wager-chart dl > div:last-child {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
  }

  .casino-body .wager-chart dt {
    display: block;
    order: 2;
    text-align: center;
  }

  .casino-body .wager-chart dt span {
    display: block;
    margin-top: 4px;
  }

  .casino-body .wager-chart dd {
    order: 1;
    display: block;
    width: 100%;
  }

  .casino-body .wager-track {
    width: 3.4rem;
    height: 9.5rem;
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    border-radius: 999px;
  }

  .casino-body .wager-track i {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: var(--wager, 50%);
    min-height: 0.45rem;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--gold), var(--ember));
  }

  .casino-body .wager-row--low .wager-track i {
    background: linear-gradient(180deg, var(--warn), var(--ember));
  }
}

.catalog-head {
  margin: 0 0 16px;
}

.catalog-head h2 {
  margin: 0 0 8px;
}

.catalog-head p {
  margin: 0;
  max-width: 46rem;
  color: var(--ink-muted);
}

.catalog-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.catalog-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-pill);
  background: rgba(34, 16, 20, 0.72);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 650;
}

.catalog-toc a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 28px;
}

.catalog-card {
  padding: 16px 16px 14px;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow: inset 3px 0 0 var(--gold), inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.catalog-card .kicker {
  margin-bottom: 8px;
}

.catalog-card h2,
.catalog-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.catalog-card p {
  margin: 0 0 10px;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.catalog-card p:last-child {
  margin-bottom: 0;
}

.catalog-card a {
  color: var(--gold);
  font-weight: 650;
  font-size: 0.88rem;
}

.casino-intro {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
}

.casino-intro .review-lede {
  margin: 0;
  grid-column: auto;
  max-width: none;
}

.casino-intro .lobby-frame {
  margin: 0;
  min-width: 0;
}

.casino-intro .lobby-shot {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.casino-intro .lobby-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 30%;
}

.casino-intro .lobby-frame figcaption {
  font-size: 0.78rem;
}

@media (max-width: 960px) {
  .casino-intro .lobby-shot {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 720px) {
  .casino-intro .lobby-shot {
    aspect-ratio: 4 / 3;
  }

  .casino-intro .lobby-shot img {
    transform: scale(1.38);
    transform-origin: 80% 28%;
  }
}

.casino-body .catalog-card {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 2px 12px;
}

.casino-body .catalog-card .kicker {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--gold);
  background: rgba(12, 5, 8, 0.4);
  border: 1px solid var(--rule-strong);
  border-radius: 8px 4px;
}

.casino-body .catalog-card h3 {
  grid-column: 2;
  margin: 0;
  align-self: center;
}

.casino-body .catalog-card p {
  grid-column: 1 / -1;
}

.casino-body .catalog-head a,
.casino-intro .review-lede a {
  color: var(--gold);
}

.lobby-frame {
  margin: 0 0 28px;
  padding: 12px 10px 12px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.55) 0%, rgba(18, 8, 10, 0.94) 100%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1),
    var(--shadow-soft);
}

.lobby-frame .kicker {
  margin: 0 6px 10px;
}

.lobby-shot {
  display: block;
  overflow: hidden;
  border-radius: 10px 4px;
  border: 1px solid var(--rule-strong);
  background: #0d0809;
  box-shadow: inset 0 0 0 1px rgba(228, 194, 122, 0.08);
}

.lobby-shot a {
  display: block;
}

.lobby-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.lobby-frame figcaption {
  margin: 10px 6px 0;
  color: var(--ink-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.lobby-frame figcaption a {
  color: var(--gold);
  font-weight: 650;
}

.hero .lobby-frame {
  margin: 18px 0 0;
}

.lobby-frame--phone {
  max-width: 22.5rem;
}

@media (min-width: 721px) {
  .lobby-frame--phone {
    margin-inline: 0;
  }
}

.lobby-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0 0 28px;
}

.lobby-pair .lobby-frame {
  margin: 0;
}

@media (min-width: 721px) {
  .lobby-pair {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .lobby-pair .lobby-frame--phone {
    max-width: none;
    display: flex;
    flex-direction: column;
  }

  .lobby-pair .lobby-shot {
    aspect-ratio: 458 / 742;
  }

  .lobby-pair .lobby-shot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
  }

  .lobby-pair .lobby-frame figcaption {
    flex: 1;
  }
}

.spot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 28px;
}

.spot-card {
  overflow: hidden;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.spot-cover {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #12080b;
}

.spot-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.spot-rtp {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: rgba(20, 8, 11, 0.82);
  border: 1px solid var(--rule-strong);
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spot-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 12px;
}

.spot-copy h3 {
  margin: 0;
  font-size: 0.98rem;
}

.spot-copy p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.spot-copy .btn {
  align-self: flex-start;
  margin-top: 4px;
  min-height: 32px;
  padding: 0 10px;
  font-size: 0.72rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 16px 14px;
  background: var(--paper-raised);
  border: 1px solid var(--rule);
  border-radius: 16px 8px;
  text-decoration: none;
  color: var(--ink);
}

.feature-card:hover {
  border-color: var(--gold);
}

.feature-card strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.feature-card span {
  color: var(--ink-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

@media (min-width: 721px) {
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .spot-grid > :nth-child(3n + 1):last-child {
    grid-column: 2;
  }
}

@media (min-width: 961px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .spot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .spot-grid > :nth-child(3n + 1):last-child {
    grid-column: auto;
  }

  .spot-grid > :nth-child(4n + 1):nth-last-child(2) {
    grid-column: 2;
  }
}

@media (min-width: 961px) {
  body:has(.casino-body) .page-head .lede {
    max-width: 54rem;
  }

  .casino-body .review-lede {
    max-width: none;
  }

  .casino-intro {
    grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
    gap: 18px 28px;
    align-items: start;
  }

  .casino-intro .lobby-frame {
    min-width: 0;
  }

  .casino-body .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .casino-body .cta-band {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .casino-body .cta-band .btn {
    width: auto;
    flex-shrink: 0;
  }
}

.legal-col > h3 {
  margin: 18px 0 8px;
}

.legal-col > p {
  max-width: none;
}

.legal-leyenda {
  margin: 0 0 22px;
}

.legal-body .sports-sheet p + p {
  margin-top: 8px;
}

.legal-map {
  margin: 8px 0 22px;
}

.legal-map-lead {
  margin: 0 0 14px;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.legal-map-grid {
  display: grid;
  gap: 18px 32px;
}

.legal-fichas {
  margin: 28px 0 8px;
}

.legal-fichas .kicker {
  margin-bottom: 8px;
}

.legal-fichas .sports-sheet {
  margin-bottom: 0;
}

.legal-fichas h3 {
  margin: 0;
}

.legal-fichas h3 a {
  color: var(--ink);
  text-decoration: none;
}

.legal-fichas h3 a:hover {
  color: var(--gold);
}

.legal-body .legal-wager {
  position: static;
  z-index: auto;
  transform: none;
  margin: 10px 0 22px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.legal-body .legal-wager .kicker,
.legal-body .legal-wager h3,
.legal-body .legal-wager figcaption {
  text-align: center;
}

.legal-body .legal-wager h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.legal-body .legal-wager figcaption {
  margin: 0 auto 16px;
  max-width: 36rem;
  color: var(--ink-muted);
}

.legal-body .legal-wager .wager-track {
  width: 100%;
  height: 10px;
}

.legal-body .legal-wager .wager-track i {
  width: var(--wager, 50%);
}

.legal-body .legal-wager .wager-row--low dt span {
  color: var(--warn);
}

.legal-body .legal-wager .wager-row--low .wager-track i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

.legal-body .faq {
  position: relative;
  z-index: 2;
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (min-width: 721px) {
  .legal-map:not(#rank-marco) .legal-map-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .legal-body .legal-wager dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: end;
  }

  .legal-body .legal-wager dl > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px 0 0;
    border: 0;
    border-right: 1px solid var(--rule);
  }

  .legal-body .legal-wager dl > div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .legal-body .legal-wager dt {
    order: 2;
    text-align: center;
  }

  .legal-body .legal-wager dt span {
    display: block;
    margin-top: 4px;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .legal-body .legal-wager dd {
    order: 1;
    display: block;
  }

  .legal-body .legal-wager .wager-track {
    width: 3.4rem;
    height: 9.5rem;
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    border-radius: 999px;
  }

  .legal-body .legal-wager .wager-track i {
    display: block;
    width: 100%;
    height: var(--wager, 50%);
    min-height: 0.45rem;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--gold), var(--ember));
  }

  .legal-body .legal-wager .wager-row--low .wager-track i {
    background: linear-gradient(180deg, var(--warn), var(--ember));
  }
}

@media (min-width: 961px) {
  .legal-body .review-lede,
  .legal-body .note {
    max-width: none;
  }

  .legal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 16.5rem);
    gap: 8px 40px;
    align-items: start;
    margin-top: 8px;
  }

  .legal-toc {
    order: 2;
    position: sticky;
    top: calc(var(--header-h) + 16px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 2px 0 8px 16px;
    max-width: none;
    border-left: 1px solid var(--rule-strong);
  }

  .legal-toc a {
    display: block;
    min-height: 0;
    padding: 4px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--gold);
  }

  .legal-toc a:hover {
    color: var(--ink);
  }

  .legal-col {
    order: 1;
    min-width: 0;
  }

  .legal-col > h2:first-child {
    margin-top: 0;
  }

  .legal-body .faq,
  .legal-body .data-table--links,
  .legal-body .cta-band {
    max-width: none;
  }

  .legal-body .cta-band {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .legal-body .cta-split {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }

  .legal-body .cta-split .btn {
    width: auto;
  }
}

@media (min-width: 961px) {
  .hero {
    padding: 28px 0 16px;
  }

  .bonus-layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(16.5rem, 0.72fr);
  }

  .bonus-scan {
    grid-template-columns: 1fr 1fr;
  }

  .slot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slots-body .wrap > p {
    max-width: 54rem;
  }

  .sports-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 15rem);
    gap: 12px 40px;
    align-items: start;
  }

  .sports-layout .sports-topics {
    order: 1;
    min-width: 0;
  }

  .sports-layout .page-toc {
    order: 2;
    position: sticky;
    top: calc(var(--header-h) + 16px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 2px 0 8px 16px;
    max-width: none;
    border-left: 1px solid var(--rule-strong);
  }

  .app-body .cta-band,
  .bonus-body .cta-band,
  .slots-body .cta-band,
  .registro-body .cta-band {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .app-body .cta-band .btn,
  .bonus-body .cta-band .btn,
  .slots-body .cta-band .btn,
  .registro-body .cta-band .btn {
    width: auto;
    flex-shrink: 0;
  }
}

.registro-col > h2 {
  margin: 28px 0 10px;
}

.registro-col > h2:first-child {
  margin-top: 0;
}

.casino-body .note,
.pagos-body .note,
.legal-body .note,
.registro-body .note {
  margin: 22px 0;
  padding: 4px 0 4px 14px;
  background: none;
  border: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0;
  box-shadow: none;
}

.casino-body .note::before,
.pagos-body .note::before,
.legal-body .note::before,
.registro-body .note::before {
  display: none;
}

.casino-body .faq,
.legal-body .faq {
  margin: 28px 0 0;
}

.casino-body .faq {
  position: relative;
  z-index: 2;
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.casino-body .faq .kicker {
  margin-bottom: 8px;
  text-align: left;
}

.casino-body .faq h2 {
  margin: 0 0 8px;
  font-size: 1.28rem;
  text-align: left;
}

.casino-body .casino-faq-sheet,
.faq-sheet {
  margin: 0;
}

.casino-body .casino-faq-sheet details,
.faq-sheet details {
  border: 0;
}

.casino-body .casino-faq-sheet summary,
.faq-sheet summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-height: 0;
  padding: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.03em;
  text-align: left;
}

.casino-body .casino-faq-sheet summary::before,
.faq-sheet summary::before {
  content: none;
  display: none;
}

.casino-body .casino-faq-sheet summary::after,
.faq-sheet summary::after {
  width: 1.35rem;
  height: 1.35rem;
  margin: 2px 0 0;
  border-radius: 4px;
  background: var(--paper-raised);
  border-color: var(--rule-strong);
  font-size: 0.95rem;
}

.casino-body .casino-faq-sheet details[open] summary,
.faq-sheet details[open] summary {
  color: var(--gold);
}

.casino-body .casino-faq-sheet details p,
.faq-sheet details p {
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
}

.casino-fichas {
  margin: 28px 0 8px;
}

.casino-fichas .kicker {
  margin-bottom: 8px;
}

.casino-fichas .sports-sheet {
  margin-bottom: 0;
}

.casino-fichas h3 {
  margin: 0;
}

.casino-fichas h3 a {
  color: var(--ink);
  text-decoration: none;
}

.casino-fichas h3 a:hover {
  color: var(--gold);
}

.cta-split {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.legal-body .cta-band,
.registro-body .cta-band {
  margin-top: 22px;
}

.table-scroll {
  position: relative;
  overflow-x: auto;
  margin: 16px 0 8px;
  -webkit-overflow-scrolling: touch;
}

.table-scroll::after {
  content: "deslizá →";
  position: sticky;
  left: 100%;
  bottom: 0;
  display: none;
  float: right;
  margin: -1.6rem 8px 0 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  pointer-events: none;
}

@media (max-width: 960px) {
  .table-scroll::after {
    display: inline-block;
  }
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table caption {
  caption-side: bottom;
  padding: 8px 0 0;
  font-size: 0.75rem;
  color: var(--ink-faint);
  text-align: left;
}

.data-table th,
.data-table td {
  padding: 12px 10px 12px 0;
  border-bottom: 1px solid var(--rule);
  text-align: left;
  vertical-align: top;
}

.data-table thead th {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.data-table tbody th {
  width: 28%;
  color: var(--ink);
}

.data-table h2 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.data-table td {
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.data-table--links tbody th {
  width: 22%;
}

.data-table--links a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.data-table--links a:hover {
  text-decoration: underline;
}

.wager-chart {
  margin: 8px 0 28px;
  padding: 0;
}

.wager-chart figcaption {
  margin: 0 0 12px;
  font-size: 0.75rem;
  color: var(--ink-faint);
}

.wager-chart dl {
  margin: 0;
}

.wager-chart dl > div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 10rem) minmax(0, 1fr);
  gap: 8px 12px;
  align-items: center;
  margin: 0 0 10px;
}

.wager-chart dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 650;
}

.wager-chart dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.wager-track {
  display: block;
  height: 8px;
  overflow: hidden;
  background: rgba(44, 22, 28, 0.9);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.wager-track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ember), var(--gold));
  border-radius: inherit;
}

.wager-chart dd > span:last-child {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.pay-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: rail;
}

.pay-rail li {
  position: relative;
  padding-top: 14px;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--ink);
  counter-increment: rail;
}

.pay-rail li::before {
  content: counter(rail, decimal-leading-zero);
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.pay-rail li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: calc(100% - 10px);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 161, 91, 0.12));
}

.pay-rail small {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--ink-faint);
}

@media (max-width: 720px) {
  .sports-lede {
    padding: 0;
    border-radius: 0;
  }

  .sports-body .catalog-head h2 {
    font-size: clamp(1.18rem, 5.4vw, 1.42rem);
    line-height: 1.18;
  }

  .sports-flow-rail {
    grid-template-columns: 1fr 1fr;
  }

  .casino-flow-rail {
    grid-template-columns: 1fr 1fr;
  }

  .sports-sheet li {
    grid-template-columns: 2.15rem minmax(0, 1fr);
  }

  .sports-sheet li::before {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .sports-sheet > li > strong {
    grid-column: 2;
    padding-top: 4px;
    overflow-wrap: anywhere;
  }

  .sports-sheet li > div {
    grid-column: 2;
    min-width: 0;
  }

  .sports-wager dl > div {
    grid-template-columns: 1fr;
  }

  body:has(.sports-body) .page-head .wrap {
    padding: 2px 0 14px;
  }

  body:has(.sports-body) .page-head .lede {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  body:has(.bonus-body) .page-head .wrap {
    padding: 2px 0 14px;
  }

  body:has(.bonus-body) .page-head .lede {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .bonus-body .catalog-head h2 {
    font-size: clamp(1.18rem, 5.4vw, 1.42rem);
    line-height: 1.18;
  }

  .bonus-body .pay-rail {
    grid-template-columns: 1fr 1fr;
  }

  .sports-body .sports-topics,
  .casino-body .sports-topics {
    padding: 14px 14px 12px;
  }

  .pay-rail {
    grid-template-columns: 1fr;
  }

  .pagos-body .pay-rail,
  .registro-body .pay-rail {
    grid-template-columns: 1fr 1fr;
  }

  .sports-related a {
    flex: 1 1 calc(50% - 8px);
  }

  .pagos-body .sports-related {
    grid-template-columns: 1fr;
  }

  .pagos-body .cta-split {
    flex-direction: column;
    width: 100%;
  }

  .wager-chart dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .data-table tbody th {
    width: auto;
  }

  .sports-body .cta-band,
  .casino-body .cta-band,
  .pagos-body .cta-band,
  .legal-body .cta-band,
  .registro-body .cta-band {
    grid-template-columns: 1fr;
    padding: 16px 14px 14px;
    gap: 14px;
  }

  .sports-body .cta-band .btn,
  .casino-body .cta-band .btn,
  .pagos-body .cta-band .btn,
  .legal-body .cta-band .btn,
  .registro-body .cta-band .btn {
    width: 100%;
  }

  .legal-body .cta-split {
    flex-direction: column;
    width: 100%;
  }
}

#guias .catalog-head h2 {
  max-width: 22ch;
}

#guias .catalog-toc {
  margin-bottom: 12px;
}

#guias .catalog-toc a {
  min-height: 32px;
  padding: 5px 11px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#guias .guide-index {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(78, 20, 28, 0.38), var(--paper-raised) 22%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

#guias .guide-grid {
  gap: 0;
}

#guias .guide-grid a {
  grid-template-columns: 1.7rem minmax(0, 1fr) auto;
  column-gap: 12px;
  padding: 15px 16px 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  box-shadow: none;
}

#guias .guide-grid a:nth-child(odd) {
  border-right: 1px solid var(--rule);
}

#guias .guide-grid a:last-child {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
  background: linear-gradient(90deg, rgba(201, 161, 91, 0.06), transparent 42%);
}

#guias .guide-grid span {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 2px;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold);
  background: var(--paper);
  border: 1px solid rgba(228, 194, 122, 0.45);
  border-radius: 4px;
}

#guias .guide-grid strong {
  font-size: 1.02rem;
}

#guias .guide-grid p {
  margin: 3px 0 0;
  font-size: 0.84rem;
}

#guias .guide-grid a::after {
  font-size: 0.78rem;
}

#guias .guide-grid a:hover {
  background: rgba(201, 161, 91, 0.08);
  border-color: transparent;
  transform: none;
}

#guias .guide-exits {
  margin-top: 16px;
}

@media (hover: hover) {
  #guias .guide-grid a:hover {
    transform: none;
  }
}

@media (max-width: 800px) {
  #guias .guide-grid a:nth-child(odd) {
    border-right: 0;
  }

  #guias .guide-grid a:last-child {
    background: linear-gradient(180deg, rgba(201, 161, 91, 0.06), transparent);
  }
}

#metodo,
#opiniones {
  padding-block: clamp(28px, 3.2vw, 40px);
}

#metodo .catalog-head h2 {
  max-width: 18ch;
}

.metodo-order {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.weight-chart {
  margin: 0 0 22px;
  padding: 16px 16px 14px;
  background:
    linear-gradient(155deg, rgba(78, 20, 28, 0.7) 0%, var(--paper-raised) 55%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.weight-chart figcaption {
  margin: 0 0 14px;
  color: var(--ink-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.weight-bars {
  display: grid;
  gap: 10px;
}

.weight-bar {
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr) 2.4rem;
  gap: 10px;
  align-items: center;
}

.weight-bar > span:first-child {
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--ink);
}

.weight-bar-track {
  display: block;
  height: 8px;
  overflow: hidden;
  background: rgba(12, 5, 8, 0.45);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.weight-bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--crimson), var(--gold));
}

.weight-bar b {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--gold);
  text-align: right;
}

.weight-bar--warn .weight-bar-track i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

.weight-bar--warn b {
  color: var(--warn);
}

.metodo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 28px;
}

.metodo-read,
.metodo-not {
  padding: 16px 16px 12px;
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  background: var(--paper-raised);
}

.metodo-read {
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.metodo-not {
  box-shadow:
    inset 3px 0 0 var(--ember),
    inset 0 1px 0 rgba(228, 194, 122, 0.06);
}

.metodo-read .kicker,
.metodo-not .kicker {
  margin-bottom: 10px;
}

.metodo-read ul,
.metodo-not ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.metodo-read li,
.metodo-not ul li {
  margin: 0 0 10px;
  padding-left: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.metodo-read li:last-child,
.metodo-not li:last-child {
  margin-bottom: 0;
}

.metodo-not a {
  color: var(--gold);
}

.metodo-pesaje {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.metodo-pesaje li {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: 4px 14px;
  align-items: start;
  padding: 14px 14px 12px;
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.metodo-pesaje b {
  grid-row: 1 / span 2;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--gold);
}

.metodo-pesaje li:last-child {
  box-shadow:
    inset 3px 0 0 var(--ember),
    inset 0 1px 0 rgba(228, 194, 122, 0.06);
}

.metodo-pesaje li:last-child b {
  color: var(--ember);
}

.metodo-pesaje strong {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
}

.metodo-pesaje p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.metodo-pesaje a {
  color: var(--gold);
}

.metodo-meter {
  display: block;
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  margin-top: 8px;
  background: rgba(12, 5, 8, 0.45);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.metodo-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--crimson), var(--gold));
}

.metodo-pesaje li:last-child .metodo-meter i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

@media (min-width: 721px) {
  .metodo-pesaje {
    grid-template-columns: 1fr 1fr;
  }

  .metodo-pesaje li:last-child {
    grid-column: 1 / -1;
  }
}

.metodo-regla {
  display: grid;
  grid-template-columns: minmax(7.5rem, 10rem) minmax(0, 1fr);
  gap: 8px 28px;
  align-items: center;
  padding: 16px 18px;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.55), var(--paper-raised) 60%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.metodo-regla-mark {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 4vw + 1.2rem, 4.6rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.07em;
  color: var(--gold);
}

.metodo-regla h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}

.metodo-regla p:not(.kicker) {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.metodo-regla a {
  color: var(--gold);
}

@media (max-width: 720px) {
  .weight-bar {
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
  }

  .weight-bar-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .metodo-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .metodo-pesaje li {
    grid-template-columns: 3.4rem minmax(0, 1fr);
  }

  .metodo-pesaje p {
    grid-column: 1 / -1;
  }

  .metodo-pesaje b {
    grid-row: 1;
  }

  .metodo-regla {
    grid-template-columns: 1fr;
    padding-left: 14px;
  }

  .metodo-regla-mark {
    font-size: 2.6rem;
  }
}

#opiniones .catalog-head h2 {
  max-width: 16ch;
}

#opiniones .catalog-head a {
  color: var(--gold);
}

.opiniones-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(16.5rem, 0.78fr);
  gap: 16px 22px;
  align-items: start;
}

.score-board {
  min-width: 0;
  padding: 16px 16px 12px;
  background:
    linear-gradient(155deg, rgba(78, 20, 28, 0.7) 0%, var(--paper-raised) 55%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
}

.score-spark {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  height: 52px;
  margin: 0 0 8px;
}

.score-spark span {
  display: block;
  height: 100%;
  position: relative;
}

.score-spark i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--h);
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--gold), var(--crimson));
}

.score-spark--warn i {
  background: linear-gradient(180deg, var(--warn), var(--ember));
}

.score-spark-legend {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

#opiniones .score-table {
  margin: 0;
}

#opiniones .score-table caption {
  caption-side: bottom;
  padding-top: 10px;
}

#opiniones .score-table thead th {
  padding-bottom: 8px;
}

#opiniones .score-table tbody th {
  width: auto;
  font-weight: 650;
}

#opiniones .score-table tbody th,
#opiniones .score-table td {
  padding: 10px 8px 10px 0;
  vertical-align: middle;
}

#opiniones .score-table tbody th span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  vertical-align: middle;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--gold);
  background: rgba(12, 5, 8, 0.4);
  border: 1px solid var(--rule-strong);
  border-radius: 8px 4px;
}

#opiniones .score-table-warn th span {
  color: var(--warn);
  border-color: rgba(224, 122, 106, 0.45);
}

#opiniones .score-table-warn td > span:last-child {
  color: var(--warn);
}

#opiniones .score-table-warn .score-meter i {
  background: linear-gradient(90deg, var(--ember), var(--warn));
}

.verdict-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 16px 16px 14px;
  background:
    linear-gradient(155deg, rgba(92, 24, 32, 0.95) 0%, rgba(28, 12, 16, 0.96) 42%, var(--paper-raised) 100%);
  border: 1px solid var(--rule-strong);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.16),
    var(--shadow-soft);
}

.verdict-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(201, 161, 91, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.verdict-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 14px;
}

.verdict-card-head .kicker {
  margin-bottom: 6px;
}

.verdict-card-head h3 {
  margin: 0;
  font-size: 1.18rem;
}

.verdict-card-head .score-chip {
  flex: 0 0 auto;
  padding: 4px 10px 6px;
  background: rgba(12, 5, 8, 0.45);
  border: 1px solid var(--rule-strong);
  border-radius: 8px 4px;
  color: var(--gold);
}

.verdict-hero {
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr);
  gap: 12px 14px;
  align-items: center;
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule-strong);
}

.verdict-dial {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
}

.verdict-dial svg {
  display: block;
  width: 100%;
  height: 100%;
}

.verdict-dial-track,
.verdict-dial-fill {
  fill: none;
  stroke-width: 8;
}

.verdict-dial-track {
  stroke: rgba(228, 194, 122, 0.14);
}

.verdict-dial-fill {
  stroke: url(#verdictGilt);
  stroke-linecap: round;
  stroke-dasharray: 196 251.3;
  transform: rotate(-90deg);
  transform-origin: 50px 50px;
}

.verdict-dial p {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--gold);
}

.verdict-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.verdict-tags li {
  padding: 4px 9px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-pill);
  background: rgba(12, 5, 8, 0.38);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 650;
}

.verdict-card > p {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.verdict-card .cta-split {
  position: relative;
  z-index: 1;
}

.verdict-card .cta-split .btn {
  flex: 1 1 auto;
  justify-content: center;
}

@media (min-width: 961px) {
  .verdict-card {
    position: sticky;
    top: calc(var(--header-h) + 12px);
  }
}

@media (max-width: 960px) {
  .opiniones-layout {
    grid-template-columns: 1fr;
  }

  .verdict-hero {
    grid-template-columns: 5.6rem minmax(0, 1fr);
  }

  .verdict-dial {
    width: 5.6rem;
    height: 5.6rem;
  }
}

@media (max-width: 720px) {
  #opiniones .score-table tbody th,
  #opiniones .score-table td {
    display: block;
    width: 100%;
    padding: 6px 0;
  }

  #opiniones .score-table tbody tr {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid var(--rule);
  }

  #opiniones .score-table td {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
  }
}

.guide-index {
  overflow: visible;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.guide-grid a {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: start;
  padding: 16px 16px 14px;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.65), var(--paper-raised) 42%);
  border: 1px solid var(--rule);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.1);
  color: inherit;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.guide-grid a::after {
  content: "→";
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--gold);
}

.guide-grid a:hover {
  background:
    linear-gradient(180deg, rgba(201, 161, 91, 0.12), var(--paper-raised) 48%);
  border-color: var(--rule-strong);
  color: inherit;
}

.guide-grid span {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 5px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.guide-grid strong {
  grid-column: 2;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.guide-grid p {
  grid-column: 2;
  margin: 4px 0 0;
  color: var(--ink-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bonus-related .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .related,
  .guide-grid,
  .bonus-related .guide-grid {
    grid-template-columns: 1fr;
  }

  #guias .catalog-head h2,
  #opiniones .catalog-head h2 {
    font-size: 1.28rem;
  }
}

.lost {
  padding: 28px 0 40px;
}

.lost .wrap {
  width: min(56rem, calc(100% - var(--gutter) * 2));
}

.lost-stage {
  display: grid;
  grid-template-columns: minmax(11.5rem, 15rem) minmax(0, 1fr);
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(78, 20, 28, 0.78) 0%, rgba(18, 8, 10, 0.96) 48%, rgba(36, 20, 12, 0.92) 100%);
  border: 1px solid var(--rule-strong);
  border-radius: 18px 10px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.12),
    var(--shadow-soft);
}

.lost-mark {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 36px 16px 32px;
  background:
    radial-gradient(circle at 50% 38%, rgba(201, 161, 91, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(44, 16, 22, 0.7) 0%, rgba(16, 8, 10, 0.55) 100%);
  border-right: 1px solid var(--rule-strong);
}

.lost-mark::before {
  content: "";
  position: absolute;
  inset: auto -42px -70px auto;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(201, 161, 91, 0.22);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 0 20px rgba(228, 194, 122, 0.045);
}

.lost-code {
  position: relative;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 2.4vw + 1.2rem, 3.7rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--gold);
  text-shadow: 0 10px 28px rgba(20, 4, 8, 0.45);
}

.lost-tag {
  position: relative;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.78;
}

.lost-copy {
  min-width: 0;
  padding: 28px 30px 26px;
}

.lost-copy .crumbs {
  margin-bottom: 8px;
}

.lost-copy h1 {
  margin-bottom: 12px;
  max-width: min(28rem, 100%);
  letter-spacing: -0.055em;
}

.lost-copy .lede {
  margin-bottom: 18px;
  max-width: 38rem;
}

.lost-copy .hero-actions {
  margin: 0;
}

.lost-copy .btn-primary {
  box-shadow: 0 8px 22px rgba(201, 161, 91, 0.22);
}

.lost-links {
  margin: 16px 0 0;
}

@media (max-width: 720px) {
  .lost {
    padding: 16px 0 22px;
  }

  .lost-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .lost-mark {
    gap: 8px;
    padding: 22px 16px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--rule-strong);
  }

  .lost-mark::before {
    width: 140px;
    height: 140px;
    inset: auto -36px -60px auto;
  }

  .lost-code {
    font-size: 3.1rem;
  }

  .lost-copy {
    min-width: 0;
    padding: 18px 16px 18px;
  }

  .lost-copy h1 {
    max-width: 100%;
    font-size: clamp(1.5rem, 6.6vw, 1.9rem);
    line-height: 1.14;
    letter-spacing: -0.03em;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }

  .lost-copy .lede {
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 14px;
    overflow-wrap: break-word;
  }

  .lost-copy .hero-actions {
    flex-direction: column;
  }

  .lost-copy .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Motion: compositor-friendly fade + lift on scroll. */
.js-motion .reveal {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-motion .reveal:not(.is-in) {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

@media (min-width: 721px) {
  .js-motion .reveal {
    transition-duration: 0.78s;
  }

  .js-motion .reveal:not(.is-in) {
    transform: translate3d(0, 32px, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pay-chip {
    transition: border-color 0.16s ease, transform 0.16s ease;
  }

  .pay-chip:hover {
    transform: translateY(-1px);
    border-color: var(--accent);
  }
}

.app-stage {
  margin: 0 0 28px;
}

.app-stage .lobby-frame--phone {
  margin-bottom: 18px;
}

.app-stage .catalog-head,
.app-stage .catalog-toc {
  margin-bottom: 14px;
}

.app-stage .catalog-grid {
  margin-bottom: 0;
}

.app-stage .app-leyenda {
  margin: 0 0 16px;
}

.app-stage .app-leyenda li {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  .app-stage {
    display: grid;
    grid-template-columns: minmax(17rem, 22.5rem) minmax(0, 1fr);
    gap: 20px 36px;
    align-items: stretch;
  }

  .app-stage .lobby-frame--phone {
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: none;
    width: 100%;
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
  }

  .app-stage .lobby-shot {
    flex: 1 1 0;
    min-height: 0;
    position: relative;
  }

  .app-stage .lobby-shot a {
    position: absolute;
    inset: 0;
  }

  .app-stage .lobby-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .app-stage .catalog-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1180px) {
  .app-stage .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-stage .catalog-grid > :last-child {
    grid-column: 1 / -1;
  }
}

.app-body {
  padding-top: 8px;
}

.app-body .card-lite {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px 16px;
  background:
    linear-gradient(180deg, rgba(44, 22, 28, 0.7), var(--paper-raised) 46%);
  border-radius: 16px 8px;
  box-shadow:
    inset 3px 0 0 var(--gold),
    inset 0 1px 0 rgba(228, 194, 122, 0.08);
}

.app-body .card-lite h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.08rem;
}

.app-body .card-lite p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.os-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--gold);
  background: rgba(20, 8, 11, 0.45);
  border: 1px solid var(--rule);
  border-radius: 50%;
}

.os-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.app-body .note {
  margin: 22px 0;
  padding: 4px 0 4px 14px;
  background: none;
  border: 0;
  border-left: 3px solid var(--gold);
  border-radius: 0;
  box-shadow: none;
}

.app-body .note::before {
  display: none;
}

.app-body .related {
  margin-top: 8px;
}

.app-body .cta-band {
  margin-top: 22px;
}

@media (max-width: 720px) {
  .app-body .card-lite {
    padding: 16px 14px 14px;
  }

  .app-body .cta-band {
    grid-template-columns: 1fr;
  }

  .app-body .cta-band .btn {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .cta-band,
  .sports-body .cta-band,
  .casino-body .cta-band,
  .pagos-body .cta-band,
  .legal-body .cta-band,
  .registro-body .cta-band,
  .app-body .cta-band,
  .bonus-body .cta-band,
  .slots-body .cta-band {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cta-art {
    display: none;
  }
}

@media (min-width: 721px) and (max-width: 960px) {
  .sports-sheet li {
    grid-template-columns: 2.15rem minmax(4.8rem, 7rem) minmax(0, 1fr);
  }

  .sports-sheet > li > strong {
    overflow-wrap: anywhere;
  }

  .cta-band .cta-split,
  .legal-body .cta-split {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
  }

  .cta-band .cta-split .btn,
  .legal-body .cta-split .btn {
    flex: 1 1 10rem;
    width: auto;
    min-width: 0;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .slot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lobby-map {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 961px) {
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lobby-map {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1180px) {
  .slot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .cta-band .cta-split,
  .legal-body .cta-split,
  .pagos-body .cta-split {
    flex-direction: column;
    width: 100%;
  }

  .cta-band .cta-split .btn,
  .legal-body .cta-split .btn {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (max-width: 420px) {
  :root {
    --gutter: 14px;
    --text-h1: 1.82rem;
  }

  .header-actions .header-cta.btn-ghost {
    display: none;
  }

  .pay-rail,
  .pagos-body .pay-rail,
  .registro-body .pay-rail,
  .bonus-flow-rail,
  .sports-flow-rail,
  .casino-flow-rail {
    grid-template-columns: 1fr;
  }

  .sports-related a {
    flex: 1 1 100%;
  }
}

@media (pointer: coarse) {
  .catalog-toc a,
  .legal-toc a,
  .page-toc a,
  #guias .catalog-toc a {
    min-height: 44px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-pampa::before,
  .hero-pampa::after {
    animation: none;
  }

  .js-motion .reveal {
    transition-duration: 0.28s;
  }

  .js-motion .reveal:not(.is-in) {
    transform: translate3d(0, 8px, 0);
  }

  .faq-panel,
  .site-nav,
  .site-nav a,
  .nav-more-panel {
    transition-duration: 0.22s;
  }

  .btn:hover,
  .btn:active,
  .tile:hover,
  .rank-card:hover,
  .slot-card:hover,
  .guide-grid a:hover,
  .related a:hover,
  .pay-chip:hover {
    transform: none;
  }
}
