/* ============================================================
   casinosenlinea.com.pa — "obsidian-mola" design system
   Dark premium vault + Panamanian-mola accents. Vanilla CSS.
   No framework. Bespoke component treatments (anti-AI-slop).
   ============================================================ */

/* ---- Fonts (self-hosted Fontshare; novel delivery for the fleet) ---- */
@font-face {
  font-family: "Clash Display";
  src: url("/assets/fonts/ClashDisplay-Variable.woff2") format("woff2-variations");
  font-weight: 200 700; font-display: swap; font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi-Variable.woff2") format("woff2-variations");
  font-weight: 300 900; font-display: swap; font-style: normal;
}

:root {
  /* obsidian base */
  --obsidian:   #0c0c11;
  --vault:      #121219;
  --surface:    #181822;
  --elevated:   #20202c;
  --line:       #2b2b39;
  --line-soft:  #22222e;

  /* ink */
  --ink:        #f3f0ea;   /* warm off-white */
  --ink-dim:    #b6b3c2;
  --ink-mute:   #817e90;

  /* mola accents (NOT casino-gold — deliberate footprint divergence) */
  --coral:      #ff4e6a;   /* mola coral-magenta — primary accent */
  --coral-deep: #e0344f;
  --jade:       #29d3b3;   /* mola jade-turquoise — secondary accent */
  --jade-deep:  #14a78c;
  --amber:      #ffb24c;   /* tertiary mola pop, used sparingly */

  --grad-mola:  linear-gradient(115deg, var(--coral) 0%, #ff6a52 48%, var(--amber) 100%);
  --grad-jade:  linear-gradient(135deg, var(--jade) 0%, #4be3d0 100%);

  --radius:     14px;
  --radius-sm:  9px;
  --shadow:     0 18px 50px -22px rgba(0,0,0,.8);
  --shadow-coral: 0 14px 44px -18px rgba(255,78,106,.45);

  --maxw: 1180px;
  --gap: clamp(1rem, 2.4vw, 1.6rem);

  --font-display: "Clash Display", "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Satoshi", "Inter", system-ui, -apple-system, sans-serif;
}

/* ---- reset-ish ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--obsidian);
  color: var(--ink);
  line-height: 1.65;
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  -webkit-font-smoothing: antialiased;
  /* subtle vault grain + a faint mola glow top-left */
  background-image:
    radial-gradient(900px 480px at 12% -8%, rgba(255,78,106,.10), transparent 60%),
    radial-gradient(760px 420px at 100% 0%, rgba(41,211,179,.07), transparent 55%);
  background-attachment: fixed;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--jade); text-decoration: none; }
a:hover { color: #56e9d6; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.05; letter-spacing: -.01em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.4rem, 1.6rem + 4.2vw, 4.6rem); font-weight: 620; }
h2 { font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 1rem + .9vw, 1.55rem); }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.08rem, 1rem + .5vw, 1.3rem); color: var(--ink-dim); }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); }
section { padding-block: clamp(3rem, 7vw, 6rem); }
.eyebrow {
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase;
  letter-spacing: .18em; font-size: .76rem; color: var(--coral);
  display: inline-flex; align-items: center; gap: .55rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad-mola); }

/* ---- buttons (magnetic; bespoke, not a reused fleet treatment) ---- */
.btn {
  --b: var(--coral);
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 700; font-size: .98rem;
  padding: .85rem 1.5rem; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--grad-mola); color: #1a0b0e; box-shadow: var(--shadow-coral);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s;
  will-change: transform;
}
.btn:hover { color: #1a0b0e; box-shadow: 0 20px 54px -16px rgba(255,78,106,.6); }
.btn--ghost {
  background: transparent; color: var(--ink); border: 1.5px solid var(--line);
  box-shadow: none;
}
.btn--ghost:hover { border-color: var(--jade); color: var(--jade); }

/* ============================================================
   HEADER / NAV  (identical on every page — Gate 18)
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: color-mix(in oklab, var(--obsidian) 82%, transparent);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; gap: 1.4rem; padding-block: .85rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand svg { width: 30px; height: 30px; flex: none; }
@media (max-width: 420px) { .brand { font-size: 1rem; gap: .45rem; } .brand svg { width: 26px; height: 26px; } }
.nav { display: flex; gap: .35rem; margin-left: auto; align-items: center; flex-wrap: wrap; }
.nav a { color: var(--ink-dim); font-weight: 600; font-size: .95rem; padding: .5rem .7rem; border-radius: 8px; transition: color .2s, background .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); background: var(--surface); }
.lang-switch { display: inline-flex; gap: .2rem; border: 1px solid var(--line); border-radius: 999px; padding: .15rem; }
.lang-switch a { padding: .3rem .6rem; font-size: .82rem; border-radius: 999px; }
.lang-switch a[aria-current] { background: var(--grad-jade); color: #06231e; }
.nav-toggle { display: none; }
/* Games dropdown (native <details>, no JS) */
.nav-drop summary { list-style: none; cursor: pointer; color: var(--ink-dim); font-weight: 600; font-size: .95rem; padding: .5rem .7rem; border-radius: 8px; display: inline-flex; align-items: center; gap: .3rem; transition: color .2s, background .2s; }
.nav-drop summary::-webkit-details-marker { display: none; }
.nav-drop summary::after { content: "▾"; font-size: .65rem; opacity: .7; transition: transform .2s; }
.nav-drop[open] summary::after { transform: rotate(180deg); }
.nav-drop summary:hover { color: var(--ink); background: var(--surface); }
.nav-menu { display: flex; flex-direction: column; }
.nav-menu a { white-space: nowrap; }
@media (min-width: 861px) {
  .nav-drop { position: relative; }
  .nav-menu { position: absolute; top: calc(100% + .45rem); left: 0; min-width: 210px; background: var(--vault); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .4rem; box-shadow: var(--shadow); z-index: 60; }
}
@media (max-width: 860px) { .nav-drop, .nav-drop summary { width: 100%; } .nav-menu { padding-left: 1rem; } }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; margin-left: auto; background: var(--surface); border: 1px solid var(--line); color: var(--ink); border-radius: 9px; padding: .5rem .65rem; cursor: pointer; }
  .nav { position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--vault); border-bottom: 1px solid var(--line); padding: .6rem; margin: 0; transform: translateY(-130%); transition: transform .3s ease; }
  .nav[data-open="true"] { transform: translateY(0); }
  .nav a { padding: .8rem 1rem; }
  .lang-switch { margin: .4rem 1rem; align-self: flex-start; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; padding-block: clamp(3rem, 7vw, 6rem) clamp(2rem, 4vw, 3rem); }
.hero canvas#vaultfx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .9; pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-visual { position: relative; }
@media (min-width: 901px) { .hero-visual { animation: floaty 7s ease-in-out infinite; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .hero-visual { animation: none; } }

/* ============================================================
   "La Bóveda" — interactive SVG roulette inside a steel vault
   ============================================================ */
.vault-stage {
  position: relative; width: min(100%, 560px); aspect-ratio: 1 / 1;
  margin-inline: auto; display: grid; place-items: center;
}
.vault-glow {
  position: absolute; inset: -6%; border-radius: 50%; z-index: 0;
  background: radial-gradient(closest-side, rgba(255,78,106,.34), rgba(41,211,179,.15) 52%, transparent 72%);
  filter: blur(38px);
}
.vault-stage .rw { position: relative; z-index: 1; width: 100%; height: auto; display: block; }
.rw text { font-family: var(--font-body); }

/* SVG transform setup */
.rw-spin, .rw-ball, .rw-door, .rw-seam { transform-box: view-box; transform-origin: 250px 250px; }

/* No-JS fallback: a gentle perpetual spin so a static visitor still sees life.
   When JS is active (.bv-js) the script owns all wheel/ball motion instead. */
.rw-spin { animation: rw-spin 30s linear infinite; }
.rw-ball { animation: rw-ball 7s linear infinite; }
@keyframes rw-spin { to { transform: rotate(360deg); } }
@keyframes rw-ball { to { transform: rotate(-360deg); } }
.rw-live .rw-spin, .rw-live .rw-ball { animation: none !important; }

/* Vault doors: default = parted open (what a no-JS visitor sees).
   JS adds .is-locked to close them for the game; unlocking transitions them open. */
.rw-door { transition: transform 1.35s cubic-bezier(.62,0,.2,1), opacity 1.1s ease; }
.rw-door--l { transform: translateX(-300px) rotate(-6deg); opacity: 0; }
.rw-door--r { transform: translateX(300px) rotate(6deg); opacity: 0; }
.vault-stage.is-locked .rw-door--l,
.vault-stage.is-locked .rw-door--r { transform: none; opacity: 1; }
.rw-seam { opacity: 0; transition: opacity .7s ease; }
.vault-stage.is-locked .rw-seam { opacity: .45; }

/* the vault hand-wheel (spoked handle) — only while locked. Turning it opens
   the doors progressively (the JS scrubs door-open to the turn amount). */
.bv-dial {
  position: absolute; z-index: 3; display: none; place-items: center;
  width: 32%; aspect-ratio: 1 / 1; border-radius: 50%; cursor: grab;
  /* jade ring fills as you turn; faint coral rim = brand + grabbable affordance */
  background: conic-gradient(var(--jade) calc(var(--p, 0) * 360deg), rgba(43,43,57,.6) 0);
  border: 0; padding: 5px; touch-action: none;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.6));
  animation: bv-breathe 2.6s ease-in-out infinite;
}
.vault-stage.is-locked .bv-dial { display: grid; }
.bv-dial:active { cursor: grabbing; animation: none; }
@keyframes bv-breathe {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,78,106,0); }
  50%     { box-shadow: 0 0 26px 2px rgba(255,78,106,.45); }
}
.bv-handle { width: 100%; height: 100%; display: block; will-change: transform; }
.bv-cue {
  text-align: center; margin: .9rem 0 0; font-family: var(--font-body); font-weight: 700;
  font-size: .82rem; letter-spacing: .04em; color: var(--jade);
}
.bv-cue[hidden] { display: none; }
@media (prefers-reduced-motion: reduce) { .bv-dial { animation: none; } }

/* win-pocket highlight pulse + pointer flash */
.rw-win.is-on { animation: rw-winpulse 1.6s ease-out 3; }
@keyframes rw-winpulse { 0%,100% { opacity: 0; } 35% { opacity: 1; } }
.rw-mark.is-flash { animation: rw-markflash .5s ease-out 3; }
@keyframes rw-markflash { 0%,100% { fill: #ff4e6a; } 50% { fill: #ffe08a; } }
/* dimmed pockets when a bet narrows the field */
.rw-pk { transition: opacity .25s ease; }
.rw-spin.is-dim .rw-pk { opacity: .26; }
.rw-spin.is-dim .rw-pk.is-hit { opacity: 1; }

/* particle-burst canvas overlay */
.bv-fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 4; pointer-events: none; }

/* center GIRAR hub (after unlock) */
.bv-hub {
  position: absolute; z-index: 5; display: grid; place-items: center;
  width: 21%; aspect-ratio: 1 / 1; border-radius: 50%; cursor: pointer; border: 0;
  background: var(--grad-mola); color: #1a0b0e; box-shadow: var(--shadow-coral);
  font-family: var(--font-display); font-weight: 700; transition: transform .2s, box-shadow .2s, filter .2s;
}
.bv-hub[hidden] { display: none; }
.bv-hub .bv-hub-l { font-size: clamp(.62rem, 1.4vw, .82rem); letter-spacing: .08em; }
.bv-hub:hover { transform: scale(1.06); }
.bv-hub:disabled { filter: grayscale(.7) brightness(.7); cursor: not-allowed; box-shadow: none; }
.bv-hub.is-ready { animation: bv-hubpulse 1.8s ease-in-out infinite; }
@keyframes bv-hubpulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,78,106,.5); } 50% { box-shadow: 0 0 30px 4px rgba(255,78,106,.65); } }

/* result reveal, inside the vault */
.bv-readout {
  position: absolute; z-index: 5; top: 13%; left: 50%; transform: translateX(-50%);
  text-align: center; font-family: var(--font-body); font-weight: 700; font-size: .94rem;
  color: var(--ink); background: color-mix(in oklab, var(--obsidian) 72%, transparent);
  border: 1px solid var(--line); border-radius: 999px; padding: .4rem .9rem; white-space: nowrap;
  backdrop-filter: blur(6px); box-shadow: var(--shadow);
}
.bv-readout[hidden] { display: none; }
.bv-readout .win { color: var(--jade); }
.bv-readout .res-num { display: inline-grid; place-items: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; font-family: var(--font-display); margin-right: .35rem; vertical-align: -.4rem; }
.bv-readout .res-num.rojo { background: var(--coral-deep); color: #fff; }
.bv-readout .res-num.negro { background: #16161e; color: #fff; outline: 1px solid var(--line); }
.bv-readout .res-num.verde { background: var(--jade-deep); color: #06231e; }

/* sound toggle */
.bv-mute {
  position: absolute; z-index: 5; top: 6%; right: 6%; width: 2.3rem; height: 2.3rem;
  display: grid; place-items: center; border-radius: 50%; cursor: pointer;
  background: color-mix(in oklab, var(--obsidian) 70%, transparent); border: 1px solid var(--line);
  color: var(--ink-dim); backdrop-filter: blur(6px);
}
.bv-mute[hidden] { display: none; }
.bv-mute:hover { color: var(--ink); border-color: var(--ink-mute); }
.bv-mute svg { width: 1.2rem; height: 1.2rem; }
.bv-mute .wave { display: none; }
.bv-mute[aria-pressed="true"] { color: var(--jade); }
.bv-mute[aria-pressed="true"] .wave { display: inline; }
.bv-mute[aria-pressed="true"] .slash { display: none; }

/* bet HUD pinned inside the vault */
.bv-hud {
  position: absolute; z-index: 5; left: 50%; bottom: 7%; transform: translateX(-50%);
  width: 88%; max-width: 460px; padding: .55rem .6rem; border-radius: 14px;
  background: color-mix(in oklab, var(--obsidian) 64%, transparent);
  border: 1px solid var(--line); backdrop-filter: blur(8px); box-shadow: var(--shadow);
}
.bv-hud[hidden] { display: none; }
.bv-bets { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; justify-content: center; }
.bv-chip {
  font-family: var(--font-body); font-weight: 700; font-size: .82rem; cursor: pointer;
  padding: .38rem .7rem; border-radius: 999px; color: var(--ink-dim);
  background: var(--surface); border: 1.5px solid var(--line); transition: all .18s;
}
.bv-chip:hover { color: var(--ink); border-color: var(--ink-mute); }
.bv-chip[aria-pressed="true"] { border-color: var(--coral); color: var(--ink); box-shadow: var(--shadow-coral); }
.bv-chip[data-bet="rojo"]::before, .bv-chip[data-bet="negro"]::before { content: ""; display: inline-block; width: .55rem; height: .55rem; border-radius: 50%; margin-right: .35rem; vertical-align: -1px; }
.bv-chip[data-bet="rojo"]::before { background: var(--coral-deep); }
.bv-chip[data-bet="negro"]::before { background: #16161e; outline: 1px solid var(--line); }
.bv-num { display: inline-flex; align-items: stretch; gap: .3rem; }
.bv-step { width: 1.9rem; border-radius: 8px; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink); font-size: 1.1rem; cursor: pointer; line-height: 1; }
.bv-step:hover { border-color: var(--jade); color: var(--jade); }
.bv-chip--num { display: inline-flex; flex-direction: column; align-items: center; gap: 0; padding: .22rem .6rem; }
.bv-chip--num b { font-family: var(--font-display); font-size: 1.05rem; line-height: 1; }
.bv-chip--num small { font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); }

/* últimos números board */
.bv-history { margin-top: 1rem; display: flex; align-items: center; gap: .7rem; justify-content: center; flex-wrap: wrap; }
.bv-history[hidden] { display: none; }
.bv-history-lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-mute); font-weight: 700; }
.bv-history-row { display: flex; gap: .35rem; }
.bv-hist-n { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 7px; font-family: var(--font-display); font-weight: 600; font-size: .82rem; animation: bv-histin .35s ease-out; }
.bv-hist-n.rojo { background: var(--coral-deep); color: #fff; }
.bv-hist-n.negro { background: #16161e; color: #fff; border: 1px solid var(--line); }
.bv-hist-n.verde { background: var(--jade-deep); color: #06231e; }
@keyframes bv-histin { from { transform: translateY(-6px) scale(.7); opacity: 0; } to { transform: none; opacity: 1; } }

.bv-full { display: inline-block; margin-top: 1rem; font-weight: 700; font-size: .92rem; }

@media (prefers-reduced-motion: reduce) {
  .rw-spin, .rw-ball { animation: none !important; }
  .rw-door { transition: none; }
  .bv-hub.is-ready { animation: none; }
}
.hero h1 { max-width: 16ch; }
.hero h1 .accent { background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { max-width: 52ch; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-stats { display: flex; gap: 2.2rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-display); font-size: clamp(1.8rem,1.3rem+1.6vw,2.6rem); display: block; line-height: 1; color: var(--ink); }
.hero-stats .stat span { font-size: .85rem; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .1em; }

/* ============================================================
   THE RANKING ENGINE  (the signature interaction)
   ============================================================ */
.engine { background: linear-gradient(180deg, var(--vault), var(--obsidian)); border-top: 1px solid var(--line-soft); }
.engine-grid { display: grid; grid-template-columns: 320px 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: start; }
@media (max-width: 940px) { .engine-grid { grid-template-columns: 1fr; } }

/* weight console — the "vault control panel" */
.console {
  position: sticky; top: 86px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.3rem 1.3rem 1.5rem;
  box-shadow: var(--shadow);
}
@media (max-width: 940px) { .console { position: static; } }
.console { position: relative; }
.console::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; border-radius: var(--radius) var(--radius) 0 0; background: var(--grad-mola); }
.console h3 { font-size: 1.15rem; margin-bottom: .2rem; }
.console .hint { font-size: .85rem; color: var(--ink-mute); margin-bottom: 1.1rem; }
.console-pick { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin: 0 0 1.1rem; padding: .6rem .85rem; border-radius: var(--radius-sm); background: linear-gradient(135deg, rgba(255,78,106,.1), rgba(41,211,179,.06)); border: 1px solid var(--line); font-size: .82rem; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .08em; }
.console-pick b { font-family: var(--font-display); font-size: 1.05rem; text-transform: none; letter-spacing: 0; background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.weight { margin-bottom: 1.05rem; }
.weight-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .35rem; }
.weight-head label { font-weight: 700; font-size: .92rem; }
.weight-head .val { font-family: var(--font-display); color: var(--jade); font-size: .9rem; font-variant-numeric: tabular-nums; }
/* custom range track — coral fill to value (background-size set by hub.js) */
.weight input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 7px; border-radius: 999px;
  background-color: var(--elevated); outline: none; cursor: grab;
  background-image: var(--grad-mola); background-repeat: no-repeat; background-size: 50% 100%;
}
.weight input[type="range"]:active { cursor: grabbing; }
.weight input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--ink); border: 3px solid var(--coral); box-shadow: 0 3px 10px rgba(0,0,0,.5);
  transition: transform .15s;
}
.weight input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.18); }
.weight input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--ink); border: 3px solid var(--coral); }
.console-actions { display: flex; gap: .5rem; margin-top: 1.2rem; }
.console-actions button { flex: 1; font-size: .85rem; padding: .6rem; }
.preset-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .9rem; }
.preset {
  font-size: .78rem; font-weight: 600; padding: .35rem .7rem; border-radius: 999px;
  background: var(--elevated); border: 1px solid var(--line); color: var(--ink-dim); cursor: pointer;
  transition: all .2s;
}
.preset:hover, .preset[aria-pressed="true"] { border-color: var(--jade); color: var(--jade); }

/* operator list */
.oplist { display: flex; flex-direction: column; gap: .7rem; }
.op {
  display: grid; grid-template-columns: 42px 1fr auto; gap: 1rem; align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1rem 1.1rem; position: relative;
  /* bespoke corner notch instead of the stock rounded card */
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.op[data-top="1"] { border-color: var(--coral); box-shadow: var(--shadow-coral); }
.op .rank { font-family: var(--font-display); font-size: 1.5rem; color: var(--ink-mute); font-variant-numeric: tabular-nums; text-align: center; }
.op[data-top="1"] .rank { color: var(--coral); }
.op-main { min-width: 0; }
.op-name { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.op-name b { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.op-logo { width: 30px; height: 30px; border-radius: 7px; background: var(--elevated); object-fit: contain; }
.op-tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--jade); background: rgba(41,211,179,.1); padding: .15rem .5rem; border-radius: 999px; }
.op-meta { font-size: .84rem; color: var(--ink-mute); margin-top: .25rem; }
.op-meta strong { color: var(--ink-dim); font-weight: 600; }
.op-score { text-align: right; }
.op-score .num { font-family: var(--font-display); font-size: 1.9rem; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.op[data-top="1"] .op-score .num { background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.op-score .lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-mute); }
.op-score .cta { margin-top: .5rem; font-size: .8rem; padding: .45rem .9rem; }
.op-review { display: block; margin-top: .4rem; font-size: .78rem; font-weight: 700; color: var(--jade); }
.op-review:hover { color: #56e9d6; }

/* homepage: reviews band + topic grid */
.home-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .7rem; margin: 1.4rem 0; }
.hr-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .6rem; min-height: 104px; padding: 1.1rem 1.1rem 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: border-color .2s, transform .2s; }
.hr-card:hover { border-color: var(--coral); transform: translateY(-3px); }
.hr-tag { font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-mute); font-weight: 700; }
.hr-idx { position: absolute; top: .7rem; right: .9rem; font-family: var(--font-display); font-size: 1.25rem; line-height: 1; background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-topics { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .8rem; margin-top: 1.4rem; }
.home-topics a { display: block; padding: 1.1rem 1.2rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); position: relative; overflow: hidden; transition: border-color .2s, transform .2s; }
.home-topics a::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 3px; background: var(--grad-jade); transform: scaleY(0); transform-origin: top; transition: transform .25s; }
.home-topics a:hover { border-color: var(--line); transform: translateY(-3px); }
.home-topics a:hover::after { transform: scaleY(1); }
.ht-ico { width: 28px; height: 28px; color: var(--coral); display: block; margin-bottom: .7rem; }
.home-topics b { display: block; font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 1.1rem; margin-bottom: .15rem; }
.home-topics span { font-size: .85rem; color: var(--ink-mute); }
@media (max-width: 560px) {
  .op { grid-template-columns: 34px 1fr; }
  .op-score { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-soft); padding-top: .7rem; text-align: left; }
  .op-score .cta { margin-top: 0; }
}

/* ============================================================
   FEATURE / TOOL CARDS  (plain grid, bespoke treatment — not Family-B score cards)
   ============================================================ */
.tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--gap); }
.tool {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; position: relative; overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s;
}
.tool::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--grad-mola); transform: scaleX(0); transform-origin: left; transition: transform .4s; z-index: 3; }
.tool:hover { transform: translateY(-4px); border-color: var(--line); }
.tool:hover::after { transform: scaleX(1); }
.tool .ico { width: 44px; height: 44px; color: var(--coral); margin-bottom: .9rem; }
/* tool card: image fills the whole box, blended; text overlaid at the bottom */
.tool { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; }
.tool-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; margin: 0; border-radius: 0; box-shadow: none; z-index: 0; opacity: .9; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.tool:hover .tool-img { transform: scale(1.06); }
.tool::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, var(--surface) 14%, color-mix(in oklab, var(--surface) 78%, transparent) 42%, color-mix(in oklab, var(--obsidian) 30%, transparent) 100%); }
.tool > h3, .tool > p, .tool > a { position: relative; z-index: 2; }
.tool h3 { text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.tool h3 { margin-bottom: .35rem; }
.tool p { color: var(--ink-dim); font-size: .95rem; margin-bottom: 1rem; }

/* ---- bespoke "vault note" callout (NOT border-l-4 + stock label) ---- */
.vault-note {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start;
  background: linear-gradient(135deg, rgba(41,211,179,.07), rgba(255,78,106,.05));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem 1.4rem; margin: 1.8rem 0;
}
.vault-note .seal { width: 38px; height: 38px; color: var(--jade); }
.vault-note p { margin: 0; font-size: .95rem; color: var(--ink-dim); }

/* reveal-on-scroll */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { border-top: 1px solid var(--line-soft); background: var(--vault); padding-block: 3rem 2rem; margin-top: 2rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
.foot-grid h4 { font-family: var(--font-body); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-mute); margin-bottom: .8rem; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { margin-bottom: .45rem; }
.foot-grid a { color: var(--ink-dim); font-size: .92rem; }
.foot-grid a:hover { color: var(--ink); }
.foot-brand p { color: var(--ink-mute); font-size: .9rem; max-width: 34ch; }
.foot-trust { display: flex; flex-wrap: wrap; gap: 1.6rem 3rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line-soft); }
.ft-block { display: flex; flex-direction: column; gap: .6rem; }
.ft-lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-mute); font-weight: 700; }
.ft-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.ft-chip { display: inline-flex; align-items: center; justify-content: center; min-width: 64px; height: 34px; padding: .2rem .5rem; }
.ft-chip img { height: 26px; width: auto; max-width: 92px; object-fit: contain; display: block; }
.foot-bottom { border-top: 1px solid var(--line-soft); margin-top: 2rem; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--ink-mute); font-size: .82rem; }
.rg-badge { display: inline-flex; align-items: center; gap: .4rem; border: 1px solid var(--line); border-radius: 999px; padding: .3rem .7rem; font-weight: 700; color: var(--coral); }

/* prominent bonus highlight + mandatory T&C micro-note (shown for every operator) */
.bonus-amt, .op-bonus b, .oc-bonus b, .mr-bonus {
  font-family: var(--font-display); font-weight: 700;
  background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tc-note { font-size: .66rem; color: var(--ink-mute); letter-spacing: .02em; white-space: nowrap; }
/* engine row bonus */
.op-bonus { margin: .4rem 0 .15rem; display: flex; align-items: baseline; gap: .45rem; flex-wrap: wrap; }
.op-bonus > span { text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; color: var(--ink-mute); font-weight: 700; }
.op-bonus b { font-size: 1.3rem; line-height: 1; }
/* operator-card bonus banner */
.oc-bonus { display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; margin: 0 0 .8rem; padding: .6rem .85rem; border-radius: var(--radius-sm); background: linear-gradient(135deg, rgba(255,78,106,.12), rgba(41,211,179,.06)); border: 1px solid var(--line); }
.oc-bonus > span { text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; color: var(--ink-mute); font-weight: 700; }
.oc-bonus b { font-size: 1.45rem; line-height: 1; }
/* mini-rank bonus */
.mr-bonus { display: block; font-size: 1.4rem; line-height: 1.05; }
.mr-meta { display: block; font-size: .78rem; color: var(--ink-mute); margin-top: .2rem; }
.mr-pay { display: flex; align-items: center; gap: .45rem; margin-top: .45rem; }
.mr-pay img { height: 18px; width: auto; max-width: 44px; object-fit: contain; }
/* hover on operator rows/cards */
.op { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.op:hover { transform: translateY(-2px); border-color: var(--coral); box-shadow: var(--shadow-coral); }
.oc { transition: transform .25s cubic-bezier(.2,.8,.2,1), border-color .25s, box-shadow .25s; }
.oc:hover { transform: translateY(-3px); border-color: var(--coral); box-shadow: var(--shadow-coral); }
.mr-row { transition: transform .2s ease, border-color .2s ease; }
.mr-row:hover { transform: translateY(-2px); border-color: var(--coral); }
/* T&C as a clear bottom line spanning the whole row/card */
.op-tc, .oc-tc { grid-column: 1 / -1; margin: .6rem 0 0; padding-top: .55rem; border-top: 1px solid var(--line-soft); font-size: .68rem; color: var(--ink-mute); letter-spacing: .01em; }
/* whiten only the low-contrast logos (real colors kept for the rest) */
img[src$="/mga.webp"], img[src$="/nequi.webp"], img[src$="/crypto.webp"] { filter: brightness(0) invert(1); }
/* license logos inline (replace text) */
.lic-logos { display: inline-flex; gap: .3rem; vertical-align: middle; flex-wrap: wrap; }
.lic-logos img { height: 22px; width: auto; max-width: 64px; object-fit: contain; }
/* accepted payment logos on operator cards */
.oc-pay { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; margin-top: .8rem; }
.oc-pay-lbl { font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); font-weight: 700; margin-right: .15rem; }
.oc-pay img { height: 24px; width: auto; max-width: 58px; object-fit: contain; }

/* real operator logos are white wordmarks (~2.5:1, transparent) — show height-based */
.op-logo, .oc-logo, .mr-logo, .hr-card img, .bw-rcard img {
  background: transparent !important; border-radius: 0 !important; width: auto !important;
  object-fit: contain !important; object-position: left center;
}
.op-logo { height: 48px; max-width: 168px; }
.oc-logo { height: 66px; max-width: 210px; }
.mr-logo { height: 50px; max-width: 156px; }
.hr-card img { height: 34px; max-width: 112px; }
.bw-rcard img { height: 46px; max-width: 150px; }
.sg-ops img { height: 24px !important; width: auto !important; max-width: 62px; background: transparent !important; object-fit: contain; }
.rv-rel img { height: 28px !important; width: auto !important; max-width: 80px; background: transparent !important; border-radius: 0 !important; }

/* utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.center { text-align: center; }
.mt { margin-top: 1.5rem; }

/* ============================================================
   INTERIOR PAGES — hero, prose, FAQ
   ============================================================ */
.page-hero { padding-block: clamp(2.4rem, 5vw, 4rem) clamp(1.4rem, 3vw, 2.2rem); background: linear-gradient(180deg, var(--vault), var(--obsidian)); border-bottom: 1px solid var(--line-soft); }
.crumbs { display: flex; gap: .5rem; align-items: center; font-size: .82rem; color: var(--ink-mute); margin-bottom: 1rem; }
.crumbs a { color: var(--ink-dim); }
.page-hero h1 { max-width: 18ch; margin-top: .5rem; }
.page-hero .lead { max-width: 58ch; margin-top: .6rem; }
/* full-bleed cinematic hero: image spans the whole ATF, copy overlays on the left,
   the photo subject (cards) stays visible on the right */
.page-hero.has-img {
  position: relative; overflow: hidden; border-bottom: none;
  display: flex; align-items: center;
  min-height: clamp(240px, 27vw, 360px);
  padding-block: clamp(1.8rem, 3.5vw, 2.8rem);
}
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
/* art is anchored to the RIGHT and scaled by height (not stretched full-width),
   so the cards stay compact; its left edge dissolves into the obsidian ground */
.page-hero-bg img {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  height: 116%; width: auto; max-width: 62%; object-fit: contain; display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 44%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 44%);
}
.page-hero-bg::after { /* bottom fade into the page */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--obsidian) 0%, rgba(12,12,17,.18) 24%, transparent 44%);
}
.page-hero.has-img .wrap { position: relative; z-index: 1; width: 100%; }
.page-hero.has-img .page-hero-copy { max-width: 56%; }
@media (max-width: 820px) {
  .page-hero.has-img { min-height: 0; }
  .page-hero-bg img { max-width: 78%; opacity: .45; }
  .page-hero-bg::after { background: linear-gradient(90deg, var(--obsidian) 0%, rgba(12,12,17,.7) 55%, rgba(12,12,17,.4) 100%), linear-gradient(0deg, var(--obsidian), transparent 60%); }
  .page-hero.has-img .page-hero-copy { max-width: 100%; }
}

.prose { max-width: 74ch; margin-inline: auto; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.6rem; }
.prose p, .prose li { color: var(--ink-dim); }
.prose ul { padding-left: 1.2rem; margin: 0 0 1.1em; }
.prose li { margin-bottom: .5rem; }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; text-underline-offset: 2px; }

.rt-payouts { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: .92rem; }
.rt-payouts th, .rt-payouts td { text-align: left; padding: .6rem .7rem; border-bottom: 1px solid var(--line-soft); }
.rt-payouts thead th { color: var(--ink-mute); text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; }
.rt-payouts tbody td:first-child { color: var(--ink); font-weight: 600; }

.summary { max-width: 74ch; margin: 2.4rem auto 1.4rem; padding: 1.3rem 1.5rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.summary h2 { margin: 0 0 .5rem !important; font-size: 1.1rem; display: flex; align-items: center; gap: .55rem; }
.summary h2::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: var(--grad-mola); }
.summary p { margin: 0; color: var(--ink-dim); }
.faq { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: .6rem; background: var(--surface); overflow: hidden; }
.faq summary { cursor: pointer; padding: .9rem 1.1rem; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--ink); list-style: none; position: relative; }
.faq summary h3 { display: inline; margin: 0; font: inherit; color: inherit; letter-spacing: inherit; padding-right: 1.4rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.1rem; color: var(--coral); font-size: 1.3rem; line-height: 1; transition: transform .2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq > div { padding: 0 1.1rem 1rem; }
.faq > div p { margin: 0; color: var(--ink-dim); }

/* ============================================================
   FULL ROULETTE TOOL  (/ruleta-online/)
   ============================================================ */
.rt { background: linear-gradient(180deg, var(--obsidian), var(--vault)); border-bottom: 1px solid var(--line-soft); }
.rt-grid { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: start; }
@media (max-width: 880px) { .rt-grid { grid-template-columns: 1fr; } }
.rt-wheel { position: relative; }
.rt-wheel .rw { width: 100%; height: auto; display: block; }
.rt-readout {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  display: flex; align-items: center; gap: .5rem; white-space: nowrap;
  background: color-mix(in oklab, var(--obsidian) 80%, transparent); border: 1px solid var(--line);
  border-radius: 999px; padding: .45rem .9rem; font-weight: 700; font-size: .95rem; backdrop-filter: blur(6px); box-shadow: var(--shadow);
}
.rt-readout[hidden] { display: none; }
.rt-readout .win { color: var(--jade); }
.res-num { display: inline-grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; font-family: var(--font-display); }
.res-num.rojo { background: var(--coral-deep); color: #fff; }
.res-num.negro { background: #16161e; color: #fff; outline: 1px solid var(--line); }
.res-num.verde { background: var(--jade-deep); color: #06231e; }

.rt-panel { min-width: 0; overflow-x: auto; display: grid; gap: 1rem; }
.rt-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.rt-balance { font-size: .95rem; color: var(--ink-mute); }
.rt-balance b { font-family: var(--font-display); font-size: 1.5rem; color: var(--jade); margin: 0 .15rem; }
.rt-balance em { font-style: normal; color: var(--ink-dim); }
.rt-chips { display: flex; gap: .4rem; }
.rt-chip { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 2px dashed var(--line); background: var(--elevated); color: var(--ink); font-family: var(--font-display); font-weight: 600; cursor: pointer; transition: all .15s; }
.rt-chip:hover { border-color: var(--ink-mute); }
.rt-chip[aria-pressed="true"] { border-style: solid; border-color: var(--coral); background: var(--surface); box-shadow: var(--shadow-coral); }

.rt-board { display: grid; grid-template-columns: 38px repeat(12, minmax(26px, 1fr)) 44px; grid-auto-rows: minmax(32px, auto); gap: 3px; min-width: 440px; }
.rt-cell {
  position: relative; border: 1px solid rgba(243,240,234,.14); border-radius: 5px; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: #fff;
  display: grid; place-items: center; padding: .2rem; transition: filter .15s, outline-color .15s; outline: 2px solid transparent;
}
.rt-cell:hover { filter: brightness(1.25); }
.rt-cell.rojo { background: var(--coral-deep); }
.rt-cell.negro { background: #16161e; }
.rt-cell.verde { background: var(--jade-deep); color: #06231e; }
.rt-cell.rt-out { background: var(--surface); color: var(--ink-dim); font-size: .76rem; }
.rt-cell.rt-red { background: linear-gradient(var(--coral-deep), var(--coral-deep)); color: #fff; }
.rt-cell.rt-blk { background: #16161e; color: #fff; }
.rt-zero { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 1rem; }
.rt-stack {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
  min-width: 1.5rem; height: 1.5rem; padding: 0 .25rem; border-radius: 999px; display: grid; place-items: center;
  background: var(--grad-mola); color: #1a0b0e; font-size: .72rem; font-weight: 700; box-shadow: 0 2px 6px rgba(0,0,0,.6); border: 1.5px solid #1a0b0e;
}
.rt-actions { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.rt-actions .btn { padding: .6rem 1.1rem; font-size: .9rem; }
.rt-actions .btn[disabled] { opacity: .5; cursor: not-allowed; box-shadow: none; }
.rt-staked { margin-left: auto; font-size: .9rem; color: var(--ink-mute); }
.rt-staked b { color: var(--ink); }
.rt-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--line-soft); padding-top: .9rem; }
.rt-hist-lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); margin-right: .5rem; }
.rt-hist { display: inline-flex; gap: .3rem; flex-wrap: wrap; }
.rt-h { display: inline-grid; place-items: center; width: 1.5rem; height: 1.5rem; border-radius: 5px; font-family: var(--font-display); font-size: .76rem; font-weight: 600; }
.rt-h.rojo { background: var(--coral-deep); color: #fff; }
.rt-h.negro { background: #16161e; color: #fff; border: 1px solid var(--line); }
.rt-h.verde { background: var(--jade-deep); color: #06231e; }
.rt-stats { font-size: .82rem; color: var(--ink-mute); }
.rt-note { max-width: var(--maxw); margin: 1.4rem auto 0; padding-inline: clamp(1.1rem, 4vw, 2.2rem); font-size: .82rem; color: var(--ink-mute); }
.rt-note a { color: var(--jade); }

/* ============================================================
   BLACKJACK TABLE  (/blackjack/, /en/blackjack/)
   ============================================================ */
.bj { background: linear-gradient(180deg, var(--obsidian), var(--vault)); border-bottom: 1px solid var(--line-soft); }
.bjt { display: grid; grid-template-columns: 1fr 280px; gap: clamp(1.4rem, 3vw, 2.2rem); align-items: start; }
@media (max-width: 880px) { .bjt { grid-template-columns: 1fr; } }
/* the felt */
.bjt-felt {
  position: relative; padding: 2rem 1.6rem 3rem; min-height: 460px;
  background: radial-gradient(ellipse 78% 66% at 50% 30%, #145448 0%, #0d342d 56%, #07201d 100%);
  border: 15px solid #43291a;
  border-top-color: #5e3c22; border-bottom-color: #2f1c10;
  border-radius: 260px 260px 26px 26px;
  box-shadow: inset 0 0 90px rgba(0,0,0,.55), inset 0 0 0 2px rgba(0,0,0,.3), 0 22px 60px -22px #000;
  display: flex; flex-direction: column; align-items: center;
}
/* realistic card shoe (top-right): body + red card stack + clear front lip */
.bjt-shoe { position: absolute; top: .8rem; right: 1.4rem; width: 76px; height: 52px; }
.bjt-shoe span { position: absolute; border-radius: 5px; transform: skewX(-9deg); }
.bjt-shoe span:nth-child(1) { inset: 0; background: linear-gradient(155deg, #3a3a46, #15151d); border: 1px solid #4a4a57; box-shadow: 0 7px 16px -5px #000; }
.bjt-shoe span:nth-child(2) { top: -9px; left: 16px; width: 42px; height: 26px; background: repeating-linear-gradient(92deg, #7a1430 0 3px, #5a0e22 3px 6px); border-radius: 3px; box-shadow: 0 2px 5px -1px #000; }
.bjt-shoe span:nth-child(3) { bottom: 5px; left: 9px; width: 32px; height: 24px; background: rgba(200,230,255,.12); border: 1px solid rgba(255,255,255,.22); }
.bjt-zone { display: flex; flex-direction: column; align-items: center; gap: .55rem; width: 100%; }
.bjt-zone--player { margin-top: auto; }
.bj-hand { display: flex; gap: .5rem; min-height: 92px; justify-content: center; flex-wrap: wrap; }
.bj-hand--player { gap: 1.3rem; }
.bjt-croupier { width: 86px; height: auto; opacity: .92; margin-bottom: .1rem; filter: drop-shadow(0 6px 16px rgba(0,0,0,.5)); }
.bj-phand { display: inline-flex; gap: .5rem; padding: .5rem .45rem .35rem; border-radius: 12px; position: relative; transition: outline-color .25s, background .25s; }
.bj-phand.is-active { background: rgba(255,78,106,.12); outline: 2px solid var(--coral); }
.bj-phand.is-win { background: rgba(41,211,179,.16); outline: 2px solid var(--jade); }
.bj-phand.is-lose { background: rgba(255,78,106,.08); outline: 2px solid var(--coral-deep); opacity: .82; }
.bj-phand.is-push { outline: 2px solid var(--line); }
.bj-seat-lbl { position: absolute; top: -.65rem; left: .4rem; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-mute); background: var(--obsidian); padding: 0 .35rem; border-radius: 4px; }
.bj-phand-score { position: absolute; top: -.7rem; right: -.5rem; background: var(--obsidian); border: 1px solid var(--line); border-radius: 999px; padding: .05rem .45rem; font-size: .72rem; font-family: var(--font-display); color: var(--ink); }
.bj-score { display: inline-grid; place-items: center; min-width: 1.8rem; height: 1.8rem; padding: 0 .55rem; border-radius: 999px; background: rgba(0,0,0,.4); border: 1px solid rgba(243,240,234,.2); font-family: var(--font-display); font-size: .9rem; color: var(--ink); }
.bj-score:empty { display: none; }
.bjt-arc { position: absolute; top: 41%; left: 0; right: 0; text-align: center; font-family: var(--font-display); font-size: .72rem; letter-spacing: .16em; color: rgba(255,205,120,.45); pointer-events: none; }
/* status text (place / dealing / good luck) sits in the clear centre zone, below the arc */
.bj-result { position: absolute; left: 50%; top: 56%; transform: translate(-50%,-50%); z-index: 10; pointer-events: none; text-align: center; font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); text-shadow: 0 2px 12px rgba(0,0,0,.75); white-space: nowrap; }
.bj-result:empty { display: none; }
.bj-result.win { color: #4be3d0; } .bj-result.lose { color: #ff7088; } .bj-result.push { color: var(--ink); }
/* cards (dealt from the shoe, top-right) */
.bj-card { position: relative; width: 66px; height: 94px; border-radius: 7px; background: linear-gradient(160deg, #ffffff, #ece9e1); color: #16161e; box-shadow: 0 6px 16px -6px #000, inset 0 0 0 1px rgba(0,0,0,.08); animation: bj-deal .34s cubic-bezier(.2,.8,.2,1); }
.bj-card--red { color: #d8324d; }
.bj-c-i { position: absolute; font-family: var(--font-display); font-weight: 700; line-height: .85; font-size: .95rem; text-align: center; }
.bj-c-i i { display: block; font-style: normal; font-size: .82rem; margin-top: 1px; }
.bj-c-tl { top: 6px; left: 7px; }
.bj-c-br { bottom: 6px; right: 7px; transform: rotate(180deg); }
.bj-c-mid { position: absolute; inset: 0; display: grid; place-items: center; font-size: 2.3rem; opacity: .92; }
.bj-card--down { background: linear-gradient(135deg, #8a1736, #4e0c20); box-shadow: 0 6px 16px -6px #000; }
.bj-card--down span { position: absolute; inset: 6px; border: 2px solid rgba(255,255,255,.28); border-radius: 5px; background: repeating-linear-gradient(45deg, rgba(255,255,255,.1) 0 5px, transparent 5px 10px); }
.bj-bjbadge { position: absolute; bottom: -.5rem; left: 50%; transform: translateX(-50%); background: linear-gradient(#f2b840, #d8902a); color: #2a1a06; font-family: var(--font-display); font-weight: 700; font-size: .58rem; letter-spacing: .06em; padding: .14rem .55rem; border-radius: 999px; box-shadow: 0 2px 6px -1px #000; white-space: nowrap; z-index: 4; }
/* deck of cards (top-right) */
.bjt-deck { position: absolute; top: 1rem; right: 1.6rem; width: 56px; height: 80px; }
.bjt-deck span { position: absolute; inset: 0; border-radius: 6px; background: linear-gradient(135deg, #8a1736, #4e0c20); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 2px 6px -2px #000; }
.bjt-deck span:nth-child(2) { transform: translate(-2.5px, -2.5px); }
.bjt-deck span:nth-child(3) { transform: translate(-5px, -5px); }
.bjt-deck span:nth-child(4) { transform: translate(-7.5px, -7.5px); }
.bjt-deck span:last-child::after { content: ""; position: absolute; inset: 6px; border: 2px solid rgba(255,255,255,.28); border-radius: 4px; background: repeating-linear-gradient(45deg, rgba(255,255,255,.1) 0 5px, transparent 5px 10px); }
/* multi-seat row */
.bjt-seats { display: flex; justify-content: center; align-items: flex-end; gap: clamp(.3rem, 1.4vw, 1rem); width: 100%; margin-top: auto; }
.bj-seat { display: flex; flex-direction: column; align-items: center; gap: .7rem; flex: 1 1 0; min-width: 58px; max-width: 124px; }
.bj-seat-cards { position: relative; display: flex; justify-content: center; gap: .9rem; min-height: 78px; }
.bj-hg { position: relative; display: flex; justify-content: center; }
.bj-hg.is-hand-active { filter: drop-shadow(0 0 7px rgba(255,78,106,.65)); }
.bj-seat-cards .bj-card { width: 50px; height: 72px; }
.bj-hg .bj-card:not(:first-child) { margin-left: -30px; }
.bj-seat-cards .bj-c-i { font-size: .76rem; } .bj-seat-cards .bj-c-mid { font-size: 1.7rem; }
.bj-seat-cards .bj-bjbadge { font-size: .52rem; }
.bj-seat-score { position: absolute; top: -.6rem; right: -.5rem; z-index: 5; background: var(--obsidian); border: 1px solid rgba(243,240,234,.25); border-radius: 999px; padding: .05rem .4rem; font-size: .68rem; font-family: var(--font-display); color: var(--ink); }
.bj-seat-spot { position: relative; width: 56px; height: 56px; border-radius: 50%; border: 2px dashed rgba(243,240,234,.22); background: rgba(0,0,0,.22); display: grid; place-items: center; transition: border-color .2s, box-shadow .2s; }
.bj-seat-spot.is-live { cursor: pointer; border-color: rgba(255,78,106,.65); }
.bj-seat-spot.is-live:hover { border-color: var(--coral); box-shadow: 0 0 18px -3px rgba(255,78,106,.6); }
.bj-seat-chips { position: absolute; inset: 0; }
.bj-seat .bjt-chip { width: 34px; height: 34px; font-size: .62rem; border-width: 2px; }
.bj-seat-amt { display: block; min-height: 1.1em; margin-top: -.2rem; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: .92rem; letter-spacing: .02em; color: #f4d27a; text-shadow: 0 1px 2px rgba(0,0,0,.6); }
/* busted hand — dimmed + red score, you lose this hand immediately */
.bj-hg.is-bust { opacity: .5; }
.bj-hg.is-bust .bj-seat-score { background: #7a1f2b; border-color: #b33; color: #fff; }
/* insurance prompt overlay */
.bj-insurance { position: absolute; z-index: 12; top: 46%; left: 50%; transform: translate(-50%,-50%); text-align: center; background: rgba(12,12,17,.92); border: 1px solid rgba(244,210,122,.4); border-radius: 14px; padding: 1rem 1.3rem; box-shadow: 0 16px 40px -12px #000; }
.bj-insurance p { margin: 0 0 .7rem; font-family: var(--font-display); color: #f4d27a; }
.bj-ins-btns { display: flex; gap: .6rem; justify-content: center; }
.bj-ins-btns .btn { padding: .4rem 1rem; }
.bj-seat.is-active .bj-seat-spot { border-style: solid; border-color: var(--coral); box-shadow: 0 0 20px -2px rgba(255,78,106,.75); }
.bj-seat.is-active .bj-seat-cards { filter: drop-shadow(0 0 6px rgba(255,78,106,.5)); }
.bj-seat.is-win .bj-seat-spot { border-color: var(--jade); box-shadow: 0 0 16px -3px rgba(41,211,179,.6); }
.bj-seat.is-lose { opacity: .68; }
.bj-seat.is-push .bj-seat-spot { border-color: var(--line); }
.bj-hint { font-size: .8rem; color: var(--ink-mute); margin: 0; }
@keyframes bj-deal { from { transform: translate(120px, -120px) rotate(12deg); opacity: 0; } to { transform: none; opacity: 1; } }
.bj-flip { animation: bj-flip .42s ease; }
@keyframes bj-flip { 0% { transform: rotateY(90deg) scale(.96); } 60% { transform: rotateY(-8deg); } 100% { transform: none; } }
/* bet spot on the felt */
.bjt-spot { position: relative; width: 92px; height: 92px; margin-top: .6rem; border-radius: 50%; border: 2px dashed rgba(243,240,234,.3); background: rgba(0,0,0,.25); cursor: default; display: grid; place-items: center; transition: border-color .2s, box-shadow .2s; }
.bjt-spot.is-live { cursor: pointer; border-color: var(--coral); }
.bjt-spot.is-live:hover { box-shadow: 0 0 26px -4px rgba(255,78,106,.6); }
.bjt-spot-amt { position: relative; z-index: 3; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); }
.bjt-spot-hint { position: absolute; bottom: -1.5rem; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); white-space: nowrap; }
.bjt-spot.is-live:not(:hover) .bjt-spot-hint { opacity: .8; }
.bjt-spot:not(.is-live) .bjt-spot-hint, .bjt-spot.has-bet .bjt-spot-hint { display: none; }
.bjt-chips-stack { position: absolute; inset: 0; }
.bjt-chip { position: absolute; left: 50%; transform: translateX(-50%); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: .74rem; font-weight: 700; color: #1a0b0e; background: var(--grad-mola); border: 2px dashed rgba(255,255,255,.55); box-shadow: 0 2px 6px rgba(0,0,0,.5); }
/* side panel */
.bj-panel { display: grid; gap: 1rem; align-content: start; }
.bj-bar { display: flex; gap: .8rem; }
.bj-stat { flex: 1; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .7rem .9rem; }
.bj-stat span { display: block; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); }
.bj-stat b { font-family: var(--font-display); font-size: 1.4rem; color: var(--jade); } .bj-stat em { font-style: normal; color: var(--ink-dim); }
.bj-chips { display: flex; gap: .5rem; flex-wrap: wrap; }
/* realistic poker chips (white face + coloured dashed ring) */
.bj-chips .rt-chip { width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(circle at 50% 36%, #fdfcf9, #e4e1d8); color: #16161e; font-family: var(--font-display); font-weight: 700; font-size: .8rem; border: 4px dashed var(--chipc, #c0402a); box-shadow: 0 4px 9px -3px #000; transition: transform .15s, box-shadow .15s; }
.bj-chips .rt-chip[data-chip="5"] { --chipc: #d8324d; }
.bj-chips .rt-chip[data-chip="10"] { --chipc: #2f7fd6; }
.bj-chips .rt-chip[data-chip="25"] { --chipc: #2fa85f; }
.bj-chips .rt-chip[data-chip="50"] { --chipc: #e08a2a; }
.bj-chips .rt-chip[data-chip="100"] { --chipc: #2a2a36; }
.bj-chips .rt-chip[data-chip="500"] { --chipc: #7b3fb3; }
.bj-chips .rt-chip[data-chip="1000"] { --chipc: #c9a227; }
.bj-chips .rt-chip[aria-pressed="true"] { transform: translateY(-6px) scale(1.06); box-shadow: 0 9px 18px -5px #000, 0 0 0 2px var(--coral); }
/* placed chips look like real chips too */
.bjt-chip { background: radial-gradient(circle at 50% 36%, #fdfcf9, #e4e1d8) !important; color: #16161e !important; border: 3px dashed var(--coral-deep) !important; font-family: var(--font-display); box-shadow: 0 2px 6px rgba(0,0,0,.55); }
/* faint spade + brand watermark on the felt */
.bjt-felt::before { content: "♠"; position: absolute; top: 5%; left: 50%; transform: translateX(-50%); font-size: 130px; line-height: 1; color: rgba(255,255,255,.045); pointer-events: none; }
/* win/lose/push pill */
/* the win/lose/push pill — a prominent banner raised into the clear band above the circles */
.bj-result.win, .bj-result.lose, .bj-result.push { top: 62%; bottom: auto; transform: translate(-50%,-50%); display: inline-block; padding: .6rem 1.9rem; border-radius: 999px; font-size: 1.6rem; box-shadow: 0 10px 26px -8px rgba(0,0,0,.7); }
.bj-result.win { background: linear-gradient(#1c8a4c, #126b3a); color: #fff; }
.bj-result.lose { background: rgba(0,0,0,.35); color: #ff8a9c; }
.bj-result.push { background: rgba(0,0,0,.35); color: var(--ink); }
.bj-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.bj-actions .btn { flex: 1 1 100%; padding: .7rem 1rem; font-size: .95rem; }
.bj-actions .btn[hidden] { display: none; }
.bj-act { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 64px; padding: .6rem .4rem; border: 0; border-radius: 11px; cursor: pointer; color: #fff; font-family: var(--font-body); font-weight: 700; font-size: .7rem; text-transform: uppercase; letter-spacing: .04em; box-shadow: 0 7px 18px -9px #000; transition: transform .15s, filter .15s; }
.bj-act svg { width: 24px; height: 24px; }
.bj-act:hover { transform: translateY(-2px); filter: brightness(1.12); }
.bj-act[hidden] { display: none; }
.bj-act--double { background: linear-gradient(160deg, #3286da, #1f5fa6); }
.bj-act--hit { background: linear-gradient(160deg, #2fb86a, #1c8a4c); }
.bj-act--stand { background: linear-gradient(160deg, #e0644a, #bf3c27); }
.bj-act--split { background: linear-gradient(160deg, #1fb8a6, #138575); }
@media (prefers-reduced-motion: reduce) { .bj-card { animation: none; } }

/* ============================================================
   PAYMENT METHODS SHOWCASE  (/metodos-de-pago/, /en/payment-methods/)
   ============================================================ */
.pay-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: .8rem; margin-top: 1.4rem; }
.pay-card { display: flex; align-items: center; gap: .9rem; padding: .85rem 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, transform .2s; }
.pay-card:hover { border-color: var(--coral); transform: translateY(-2px); }
.pay-logo { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 44px; flex: none; }
.pay-logo img { height: 30px; width: auto; max-width: 60px; object-fit: contain; display: block; }
.pay-info { min-width: 0; flex: 1; }
.pay-info b { display: block; font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.pay-type { font-size: .78rem; color: var(--ink-mute); }
.pay-speed { font-size: .8rem; font-weight: 700; color: var(--jade); white-space: nowrap; }

/* ============================================================
   BUSCADOR WIZARD  (/mejores-casinos/)
   ============================================================ */
.bw-section { background: linear-gradient(180deg, var(--vault), var(--obsidian)); border-bottom: 1px solid var(--line-soft); }
.bw-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(1.2rem, 3vw, 2.4rem); margin-top: 1.4rem; align-items: stretch; }
@media (max-width: 860px) { .bw-layout { grid-template-columns: 1fr; } }
.bw { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2rem); box-shadow: var(--shadow); }
.bw-aside { align-self: center; padding: clamp(1rem, 2vw, 1.5rem) clamp(.5rem, 2vw, 1.5rem); }
.bw-aside h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.bw-steps-list { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .9rem; }
.bw-steps-list li { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; color: var(--ink-dim); font-size: .95rem; line-height: 1.5; }
.bw-steps-list b { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: var(--grad-mola); color: #1a0b0e; font-family: var(--font-display); font-size: .95rem; }
.bw-aside-note { font-size: .82rem; color: var(--ink-mute); margin: 0; }
.bw-fallback { color: var(--ink-mute); font-size: .92rem; margin: 0; }
.bw-q { font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); margin: 0 0 1.1rem; }
.bw-n { color: var(--coral); font-size: .9rem; font-family: var(--font-body); font-weight: 700; margin-right: .3rem; }
.bw-opts { display: grid; gap: .6rem; }
.bw-opt { text-align: left; padding: .85rem 1.1rem; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: var(--elevated); color: var(--ink); font-family: var(--font-body); font-weight: 600; font-size: .98rem; cursor: pointer; transition: all .16s; }
.bw-opt:hover { border-color: var(--coral); transform: translateX(4px); color: var(--ink); box-shadow: var(--shadow-coral); }
.bw-progress { display: flex; gap: .4rem; margin-top: 1.2rem; }
.bw-dot { width: 100%; height: 4px; border-radius: 999px; background: var(--line); transition: background .2s; }
.bw-dot.done { background: var(--jade); }
.bw-dot.now { background: var(--coral); }
.bw-result { margin-top: .4rem; }
.bw-rlabel { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--coral); font-weight: 700; margin-bottom: .7rem; }
.bw-rcard { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1.1rem; border: 1px solid var(--coral); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255,78,106,.08), rgba(41,211,179,.05)); }
.bw-rcard img { width: 48px; height: 48px; border-radius: 9px; background: var(--elevated); object-fit: contain; }
.bw-rinfo h3 { margin: 0 0 .2rem; font-size: 1.25rem; }
.bw-rinfo p { margin: 0; font-size: .9rem; color: var(--ink-dim); }
.bw-rscore { text-align: center; }
.bw-rscore b { font-family: var(--font-display); font-size: 1.8rem; background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; line-height: 1; }
.bw-rscore small { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); }
.bw-ractions { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-top: 1rem; }
.bw-restart { background: none; border: 0; color: var(--ink-mute); cursor: pointer; font-family: var(--font-body); font-weight: 600; font-size: .88rem; text-decoration: underline; text-underline-offset: 2px; }
.bw-restart:hover { color: var(--ink); }
@media (max-width: 560px) { .bw-rcard { grid-template-columns: auto 1fr; } .bw-rscore { grid-column: 1 / -1; text-align: left; } }

/* ============================================================
   OPERATOR CARDS  (ranked list + review pages)
   ============================================================ */
.oc-intro { max-width: 70ch; color: var(--ink-dim); font-size: .95rem; margin-bottom: 1.6rem; }
.oc-list { display: grid; gap: 1rem; }
.oc {
  display: grid; grid-template-columns: 54px 1fr 200px; gap: 1.2rem; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem;
  position: relative;
  /* bespoke corner notch (not a plain rounded card) */
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.oc[data-top="1"] { border-color: var(--coral); box-shadow: var(--shadow-coral); }
.oc-rank { font-family: var(--font-display); font-size: 2rem; color: var(--ink-mute); text-align: center; font-variant-numeric: tabular-nums; }
.oc[data-top="1"] .oc-rank { color: var(--coral); }
.oc-rank span { display: block; }
.oc-head { display: flex; align-items: center; gap: .8rem; margin-bottom: .7rem; }
.oc-logo { width: 40px; height: 40px; border-radius: 8px; background: var(--elevated); object-fit: contain; flex: none; }
.oc-head h3 { margin: 0; font-size: 1.3rem; }
.oc-tag { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--jade); background: rgba(41,211,179,.1); padding: .15rem .5rem; border-radius: 999px; }
.oc-score { margin-left: auto; text-align: center; }
.oc-score b { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; color: var(--ink); display: block; }
.oc[data-top="1"] .oc-score b { background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.oc-score small { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); }
.oc-verdict { color: var(--ink-dim); font-size: .95rem; margin: 0 0 .7rem; }
.oc-pros { list-style: none; padding: 0; margin: 0 0 .9rem; display: flex; flex-wrap: wrap; gap: .4rem .9rem; }
.oc-pros li { font-size: .85rem; color: var(--ink-dim); padding-left: 1.2rem; position: relative; }
.oc-pros li::before { content: ""; position: absolute; left: 0; top: .42em; width: .7rem; height: .7rem; border-radius: 50%; background: var(--grad-jade); }
.oc-facts { display: flex; flex-wrap: wrap; gap: .3rem 1.4rem; margin: 0; }
.oc-facts div { font-size: .84rem; }
.oc-facts dt { display: inline; color: var(--ink-mute); text-transform: uppercase; letter-spacing: .06em; font-size: .68rem; margin-right: .35rem; }
.oc-facts dd { display: inline; margin: 0; color: var(--ink-dim); font-weight: 600; }
.oc-cta { display: grid; gap: .5rem; justify-items: stretch; text-align: center; }
.oc-cta .btn { width: 100%; }
.oc-review { font-size: .85rem; font-weight: 700; color: var(--jade); }
@media (max-width: 720px) {
  .oc { grid-template-columns: 40px 1fr; }
  .oc-cta { grid-column: 1 / -1; grid-auto-flow: column; align-items: center; }
}

/* review page: pros/cons + veredicto CTA */
.rv-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.4rem; }
@media (max-width: 600px) { .rv-proscons { grid-template-columns: 1fr; } }
.rv-pros, .rv-cons { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; background: var(--surface); }
.rv-pros { border-top: 3px solid var(--jade); }
.rv-cons { border-top: 3px solid var(--coral); }
.rv-pros h3, .rv-cons h3 { font-size: 1rem; margin: 0 0 .6rem; }
.rv-pros ul, .rv-cons ul { list-style: none; padding: 0; margin: 0; }
.rv-pros li, .rv-cons li { font-size: .92rem; color: var(--ink-dim); padding-left: 1.4rem; position: relative; margin-bottom: .45rem; }
.rv-pros li::before { content: "✓"; position: absolute; left: 0; color: var(--jade); font-weight: 700; }
.rv-cons li::before { content: "–"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
/* ============================================================
   MINI RANKING  (top casinos for X — topic pages)
   ============================================================ */
.mr { display: grid; gap: .6rem; margin: 1.3rem 0; }
.mr-row { display: grid; grid-template-columns: 1.6rem 140px minmax(150px, 1fr) auto auto auto; gap: 1.1rem; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.mr-row[data-top="1"] { border-color: var(--coral); box-shadow: var(--shadow-coral); }
.mr-rank { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink-mute); text-align: center; }
.mr-row[data-top="1"] .mr-rank { color: var(--coral); }
.mr-main { min-width: 0; }
.mr-stats { display: flex; gap: 1.4rem; }
.mr-stats div { text-align: center; }
.mr-stats b { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); line-height: 1.1; white-space: nowrap; }
.mr-stats span { font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-mute); }
.mr-idx { font-family: var(--font-display); font-size: 1.6rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.mr-row[data-top="1"] .mr-idx { background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mr-cta { display: flex; flex-direction: column; align-items: center; gap: .3rem; }
.mr-cta .btn { padding: .55rem 1.2rem; font-size: .88rem; }
.mr-rev { font-size: .76rem; font-weight: 700; color: var(--jade); }
.mr-row .op-tc { grid-column: 1 / -1; margin: .2rem 0 0; }
@media (max-width: 940px) {
  .mr-row {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "rank logo idx"
      "main main main"
      "stats stats stats"
      "cta cta cta"
      "tc tc tc";
    column-gap: .9rem; row-gap: .9rem; align-items: center;
  }
  .mr-rank { grid-area: rank; }
  .mr-logo { grid-area: logo; justify-self: start; }
  .mr-idx  { grid-area: idx; justify-self: end; }
  .mr-main { grid-area: main; }
  .mr-bonus { font-size: 1.25rem; }
  .mr-stats { grid-area: stats; display: flex; flex-wrap: nowrap; justify-content: space-between; gap: .5rem; padding-top: .9rem; border-top: 1px solid var(--line); }
  .mr-cta { grid-area: cta; flex-direction: row; align-items: center; gap: .8rem; }
  .mr-cta .btn { flex: 1; text-align: center; }
  .mr-row .op-tc { grid-area: tc; margin: 0; }
}

/* ============================================================
   SLOT SHOWCASE GRID  (/tragamonedas/, /en/slots/)
   ============================================================ */
.sg-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.3rem 0 1.6rem; }
.sg-fbtn { font-family: var(--font-body); font-weight: 700; font-size: .85rem; cursor: pointer; padding: .45rem .95rem; border-radius: 999px; color: var(--ink-dim); background: var(--surface); border: 1.5px solid var(--line); transition: all .18s; }
.sg-fbtn:hover { color: var(--ink); border-color: var(--ink-mute); }
.sg-fbtn.is-on { border-color: var(--coral); color: var(--ink); box-shadow: var(--shadow-coral); }
.sg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 1rem; }
.sg-tile { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s cubic-bezier(.2,.8,.2,1), border-color .25s; }
.sg-tile:hover { transform: translateY(-5px); border-color: var(--coral); }
.sg-tile[hidden] { display: none; }
.sg-thumb { aspect-ratio: 3 / 2; overflow: hidden; }
.sg-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.sg-tile:hover .sg-thumb img { transform: scale(1.06); }
.sg-body { padding: .8rem .9rem 1rem; }
.sg-name { font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 1rem; display: block; }
.sg-where { display: block; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); margin: .6rem 0 .35rem; }
.sg-ops { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.sg-ops a { display: inline-flex; }
.sg-ops img { width: 26px; height: 26px; border-radius: 6px; background: var(--elevated); object-fit: contain; padding: 2px; transition: transform .15s; }
.sg-ops a:hover img { transform: scale(1.12); }
.sg-note { font-size: .8rem; color: var(--ink-mute); margin-top: 1.2rem; }
.sg-tile { position: relative; }
.sg-play { position: absolute; top: .5rem; right: .5rem; z-index: 2; opacity: 0; transform: translateY(-4px); transition: opacity .2s, transform .2s; font-family: var(--font-body); font-weight: 700; font-size: .78rem; cursor: pointer; padding: .4rem .8rem; border-radius: 999px; border: 0; background: var(--grad-mola); color: #1a0b0e; box-shadow: var(--shadow-coral); }
.sg-tile:hover .sg-play, .sg-play:focus-visible { opacity: 1; transform: none; }
.sg-prov { display: block; font-size: .72rem; color: var(--ink-mute); margin-top: .1rem; }
/* demo lightbox */
.sg-modal { width: min(960px, 94vw); max-width: 94vw; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--vault); color: var(--ink); box-shadow: 0 30px 80px -20px #000; }
.sg-modal::backdrop { background: rgba(6,6,10,.78); backdrop-filter: blur(4px); }
.sg-modal-bar { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1.1rem; border-bottom: 1px solid var(--line); }
.sg-modal-bar b { font-family: var(--font-display); font-size: 1.05rem; }
.sg-close { background: var(--surface); border: 1px solid var(--line); color: var(--ink); width: 2rem; height: 2rem; border-radius: 8px; cursor: pointer; font-size: .9rem; }
.sg-close:hover { border-color: var(--coral); color: var(--coral); }
.sg-modal-frame { aspect-ratio: 16 / 10; background: #000; }
.sg-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* review: pros/cons + ratings side by side */
.rv-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.4rem; align-items: start; }
@media (max-width: 760px) { .rv-grid2 { grid-template-columns: 1fr; } }
.rv-ratings { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; background: var(--surface); }
.rv-ratings h3 { font-size: 1rem; margin: 0 0 .9rem; }
.rv-rbar { display: grid; grid-template-columns: 5.2rem 1fr 1.8rem; align-items: center; gap: .6rem; margin-bottom: .6rem; }
.rv-rlbl { font-size: .82rem; color: var(--ink-dim); }
.rv-track { height: 8px; border-radius: 999px; background: var(--elevated); overflow: hidden; }
.rv-track i { display: block; height: 100%; border-radius: 999px; background: var(--grad-mola); }
.rv-rnum { font-family: var(--font-display); font-size: .9rem; color: var(--ink); text-align: right; font-variant-numeric: tabular-nums; }
.rv-facts { display: flex; flex-wrap: wrap; gap: 1px; margin: 1.2rem 0 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.rv-facts > div { flex: 1 1 120px; background: var(--surface); padding: .8rem 1rem; }
.rv-facts span { display: block; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); margin-bottom: .2rem; }
.rv-facts b { font-family: var(--font-display); font-size: .98rem; color: var(--ink); }
.rv-facts .rv-fidx { background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rv-related { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; }
.rv-rel { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font-weight: 600; font-size: .9rem; }
.rv-rel:hover { border-color: var(--coral); color: var(--ink); }
.rv-rel img { width: 24px; height: 24px; border-radius: 6px; background: var(--elevated); }
.rv-rel b { font-family: var(--font-display); color: var(--jade); }
.rv-lead { font-size: 1.1rem; color: var(--ink); }
.rv-cta-block { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin: 1.8rem 0; padding: 1.2rem 1.4rem; border-radius: var(--radius); background: linear-gradient(135deg, rgba(255,78,106,.08), rgba(41,211,179,.05)); border: 1px solid var(--line); }
.rv-cta-block span { font-size: .85rem; color: var(--ink-mute); }
.rv-cta-block a:not(.btn) { color: var(--jade); }

/* ============================================================
   ROLLOVER CALCULATOR  (/bonos-casino/)
   ============================================================ */
.wr { background: linear-gradient(180deg, var(--vault), var(--obsidian)); border-bottom: 1px solid var(--line-soft); }
.wr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); margin-top: 1.3rem; align-items: stretch; }
@media (max-width: 720px) { .wr-grid { grid-template-columns: 1fr; } }
.wr-inputs { display: grid; gap: .9rem; align-content: start; }
.wr-inputs label { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .5rem; font-weight: 600; font-size: .92rem; color: var(--ink-dim); }
.wr-inputs label span { color: var(--ink-mute); font-size: .8rem; }
.wr-inputs input, .wr-inputs select { grid-column: 1 / -1; width: 100%; padding: .65rem .8rem; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: var(--elevated); color: var(--ink); font-family: var(--font-body); font-size: 1rem; }
.wr-inputs input:focus, .wr-inputs select:focus { outline: none; border-color: var(--coral); }
.wr-out { display: grid; gap: .7rem; align-content: start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.wr-cell { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line-soft); }
.wr-cell:last-child { border-bottom: 0; padding-bottom: 0; }
.wr-cell span { font-size: .9rem; color: var(--ink-mute); }
.wr-cell b { font-family: var(--font-display); font-size: 1.4rem; color: var(--ink); }
.wr-cell--hl b { background: var(--grad-mola); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 1.7rem; }
.wr-note { max-width: 70ch; margin: 1.3rem 0 0; font-size: .85rem; color: var(--ink-mute); }
.prose ol { padding-left: 1.3rem; margin: 0 0 1.1em; color: var(--ink-dim); }
.prose ol li { margin-bottom: .5rem; }

/* ===== Live-casino game-type showcase (cards + comparison table) ===== */
.lv { padding-block: clamp(2rem, 4vw, 3rem); }
.lv-intro { max-width: 60ch; color: var(--ink-dim); margin: .5rem 0 1.6rem; }
.lv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: var(--gap); }
.lv-card {
  position: relative; display: flex; flex-direction: column; gap: .7rem;
  padding: 1.5rem 1.3rem 1.3rem; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lv-card::before { /* coral→jade hairline along the top — site-specific accent, not a tinted callout */
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--jade));
}
.lv-card:hover { transform: translateY(-4px); border-color: var(--coral); box-shadow: var(--shadow-coral); }
.lv-ic { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  background: radial-gradient(circle at 35% 30%, rgba(41,211,179,.22), rgba(255,78,106,.12)); color: var(--jade); }
.lv-ic svg { width: 24px; height: 24px; }
.lv-card h3 { font-size: 1.18rem; margin: 0; }
.lv-card p { color: var(--ink-dim); font-size: .92rem; margin: 0; flex: 1 1 auto; }
.lv-stats { list-style: none; margin: .3rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .35rem; }
.lv-stats li { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem;
  padding: .3rem 0; border-top: 1px solid var(--line-soft); font-size: .85rem; }
.lv-stats span { color: var(--ink-mute); text-transform: uppercase; letter-spacing: .06em; font-size: .72rem; }
.lv-stats b { font-family: var(--font-display); color: var(--ink); }
.lv-cta { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .6rem; }
.lv-btn { padding: .5rem .9rem; font-size: .85rem; flex: 1 1 auto; text-align: center; }
.lv-table-wrap { margin-top: clamp(1.6rem, 3vw, 2.4rem); overflow-x: auto; border-radius: var(--radius);
  border: 1px solid var(--line); }
.lv-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .92rem; }
.lv-table caption.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.lv-table th, .lv-table td { padding: .8rem 1rem; text-align: left; border-bottom: 1px solid var(--line-soft); }
.lv-table thead th { background: var(--vault); font-family: var(--font-display); font-size: .78rem;
  text-transform: uppercase; letter-spacing: .07em; color: var(--ink-dim); }
.lv-table tbody th { font-family: var(--font-display); color: var(--ink); font-weight: 600; }
.lv-table tbody tr:last-child th, .lv-table tbody tr:last-child td { border-bottom: none; }
.lv-table tbody tr:hover { background: rgba(255,78,106,.05); }
.lv-table td:nth-child(2) { color: var(--jade); font-family: var(--font-display); }

/* ---- Editor's pick (slots pages) ---- */
.epx-kicker { font-family: var(--font-display); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--coral); margin: 0 0 .35rem; }
.epx-title { font-family: var(--font-display); font-size: 1.5rem; margin: 0 0 1.3rem; }
.epx-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.epx-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s cubic-bezier(.2,.8,.2,1), border-color .25s; }
.epx-card:hover { transform: translateY(-5px); border-color: var(--coral); }
.epx-thumb { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.epx-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.epx-card:hover .epx-thumb img { transform: scale(1.05); }
.epx-play { position: absolute; bottom: .6rem; right: .6rem; z-index: 2; font-family: var(--font-body); font-weight: 700; font-size: .82rem; cursor: pointer; padding: .45rem .9rem; border-radius: 999px; border: 0; background: var(--grad-mola); color: #1a0b0e; box-shadow: var(--shadow-coral); }
.epx-body { padding: .9rem 1rem 1.1rem; display: flex; flex-direction: column; flex: 1; }
.epx-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.epx-name { font-family: var(--font-display); font-size: 1.15rem; }
.epx-studio { height: 34px; width: auto; max-width: 120px; object-fit: contain; }
.epx-prov { font-size: .78rem; color: var(--ink-mute); }
.epx-note { margin: .55rem 0 1rem; font-size: .92rem; color: var(--ink-dim); line-height: 1.5; flex: 1; }
.epx-cta { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .55rem .7rem .55rem .85rem; border-radius: var(--radius-sm); background: var(--elevated, rgba(255,255,255,.03)); border: 1px solid var(--line); text-decoration: none; transition: border-color .2s, background .2s, transform .15s; }
.epx-cta:hover { border-color: var(--coral); background: rgba(255,78,106,.07); transform: translateY(-2px); }
.epx-oplogo { height: 26px; width: auto; max-width: 96px; object-fit: contain; }
.epx-cta-txt { font-family: var(--font-body); font-weight: 700; font-size: .82rem; color: var(--coral); white-space: nowrap; }

/* ---- Volatility simulator ---- */
.vsim { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2rem); }
.vsim-title { font-family: var(--font-display); margin: 0 0 .35rem; font-size: 1.5rem; }
.vsim-sub { margin: 0 0 1.4rem; color: var(--ink-mute); max-width: 62ch; }
.vsim-controls { display: grid; gap: 1rem; margin-bottom: 1.3rem; }
.vsim-slabel { font-family: var(--font-display); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.vsim-slider { display: flex; align-items: center; gap: .9rem; }
.vsim-slider span { font-size: .82rem; color: var(--ink-mute); white-space: nowrap; }
.vsim-slider input[type=range] { flex: 1; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--jade), var(--coral)); outline: none; }
.vsim-slider input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 3px solid var(--coral); cursor: pointer; box-shadow: var(--shadow-coral); }
.vsim-slider input[type=range]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 3px solid var(--coral); cursor: pointer; }
.vsim-presets { display: flex; gap: .5rem; flex-wrap: wrap; }
.vsim-preset { font-family: var(--font-body); font-weight: 700; font-size: .85rem; cursor: pointer; padding: .45rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); background: var(--elevated, rgba(255,255,255,.03)); color: var(--ink-dim); transition: border-color .2s, color .2s, background .2s; }
.vsim-preset:hover { border-color: var(--coral); }
.vsim-preset.is-on { background: var(--grad-mola); border-color: transparent; color: #1a0b0e; }
.vsim-btns { display: flex; gap: .7rem; flex-wrap: wrap; }
.vsim-axis { display: flex; justify-content: space-between; margin: .4rem .1rem 1rem; font-size: .74rem; color: var(--ink-mute); letter-spacing: .04em; }
.vsim-chart { position: relative; background: var(--vault, #0c0c11); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .4rem; overflow: hidden; }
.vsim-chart svg { display: block; width: 100%; height: auto; }
.vsim-base { stroke: var(--ink-dim, #4a4a55); stroke-width: 1; stroke-dasharray: 4 5; }
.vsim-area { fill: rgba(255,78,106,.10); stroke: none; }
.vsim-line { fill: none; stroke: var(--coral); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.vsim-baselabel { position: absolute; top: .5rem; left: .7rem; font-size: .72rem; color: var(--ink-mute); }
.vsim-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.1rem 0 .9rem; }
.vsim-stat { background: var(--elevated, rgba(255,255,255,.03)); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .8rem; text-align: center; }
.vsim-stat b { display: block; font-family: var(--font-display); font-size: 1.3rem; }
.vsim-stat span { font-size: .76rem; color: var(--ink-mute); }
.vsim-read { margin: 0 0 .5rem; font-weight: 600; }
.vsim-fine { margin: 0; font-size: .8rem; color: var(--ink-mute); }

@media (max-width: 540px) { .vsim-stats { grid-template-columns: 1fr; } .vsim-stat { display: flex; justify-content: space-between; align-items: center; text-align: left; } }

/* ---- Generic content elements (secondary pages: guia / movil / RG) ---- */
/* icon cards */
.icards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .9rem; margin: 1.3rem 0; }
.icard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem; display: flex; gap: .85rem; align-items: flex-start; }
.icard svg { flex: 0 0 auto; width: 26px; height: 26px; color: var(--coral); margin-top: 2px; }
.icard b { display: block; font-family: var(--font-display); font-size: 1rem; margin-bottom: .2rem; }
.icard span { font-size: .9rem; color: var(--ink-dim); line-height: 1.45; }
.icards--jade .icard svg { color: var(--jade); }
/* checklist */
.chklist { list-style: none; padding: 0; margin: 1.3rem 0; display: grid; gap: .6rem; }
.chklist li { display: flex; gap: .7rem; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .8rem 1rem; }
.chklist li::before { content: ""; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--grad-jade, var(--jade)); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat; }
.chklist li b { font-family: var(--font-display); }
/* two-column compare */
.vscols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.3rem 0; }
.vscol { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.vscol h3 { font-family: var(--font-display); margin: 0 0 .7rem; font-size: 1.15rem; }
.vscol ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.vscol li { font-size: .92rem; color: var(--ink-dim); padding-left: 1.3rem; position: relative; }
.vscol li::before { content: "+"; position: absolute; left: 0; color: var(--jade); font-weight: 700; }
.vscol--b li::before { content: "+"; color: var(--coral); }
@media (max-width: 560px) { .vscols { grid-template-columns: 1fr; } }
