/*
Theme Name: BetChaser
Theme URI: https://betchaser.com/
Description: Argentine casino and betting guide (es-AR). Editorial layout with offer cards, comparison tools and a sticky table of contents.
Version: 2.0.0
Text Domain: betchaser
*/

/* ---------- Tokens ---------- */
:root {
  --ink: #0f1f1a;
  --ink-2: #173129;
  --ink-3: #21423a;
  --brand: #0f6b4b;
  --brand-soft: #e7f3ec;
  --cta: #12a150;
  --cta-hover: #0e8a44;
  --gold: #f5b301;
  --gold-soft: #fff6d6;
  --danger: #c2410c;
  --danger-soft: #fff1e8;
  --bg: #f5f7f4;
  --surface: #fff;
  --line: #e3e8e2;
  --line-strong: #cfd8d0;
  --muted: #5b6660;
  --text: #16231e;
  --on-dark: #e9f1ec;
  --on-dark-muted: #a9bdb3;
  --radius: 12px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgb(15 31 26 / 6%), 0 8px 24px -12px rgb(15 31 26 / 22%);
  --shadow-lg: 0 2px 4px rgb(15 31 26 / 6%), 0 18px 40px -18px rgb(15 31 26 / 35%);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --header-h: 64px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.65 var(--font); }
img, svg { max-width: 100%; }
img { height: auto; }
a { color: var(--brand); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { margin: 0; color: var(--ink); line-height: 1.2; letter-spacing: -0.01em; }
h1 { font-size: clamp(30px, 4.2vw, 44px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 700; line-height: 1.3; }
h4 { font-size: 17px; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
strong { font-weight: 700; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.container { width: min(1200px, 100% - 40px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.icon { width: 18px; height: 18px; flex: none; vertical-align: -3px; }
.num { font-variant-numeric: tabular-nums; }
.muted { color: var(--muted); }
.caption { color: var(--muted); font-size: 13px; line-height: 1.55; }
.caption a { color: inherit; }

/* ---------- Buttons & badges ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s, transform .15s; }
.btn:hover { transform: translateY(-1px); color: var(--ink); }
.btn-cta { background: var(--cta); color: #fff; box-shadow: 0 6px 16px -8px rgb(18 161 80 / 70%); }
.btn-cta:hover { background: var(--cta-hover); color: #fff; }
.btn-outline { border-color: var(--line-strong); background: transparent; }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); color: #fff; }
.btn-light { background: rgb(255 255 255 / 10%); border-color: rgb(255 255 255 / 25%); color: #fff; }
.btn-light:hover { background: rgb(255 255 255 / 18%); color: #fff; }
.btn-lg { min-height: 52px; padding: 13px 24px; font-size: 16px; }
.btn-sm { min-height: 36px; padding: 7px 12px; font-size: 14px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: none; }
.link-arrow:hover { text-decoration: underline; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); font-size: 12.5px; font-weight: 700; line-height: 1.5; white-space: nowrap; }
.badge .icon { width: 14px; height: 14px; }
.badge-gold { background: var(--gold-soft); color: #7a5600; }
.badge-warn { background: var(--danger-soft); color: var(--danger); }
.badge-muted { background: #eef1ee; color: var(--muted); }
.badge-dark { background: rgb(255 255 255 / 12%); color: var(--on-dark); }
.kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--brand); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- Top bar & header ---------- */
.topbar { background: var(--ink); color: var(--on-dark-muted); font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding-block: 7px; }
.topbar a { color: var(--on-dark); text-decoration: none; }
.topbar a:hover { text-decoration: underline; color: #fff; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgb(255 255 255 / 96%); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 800; font-size: 21px; letter-spacing: -0.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--brand); color: #fff; font-size: 20px; line-height: 1; }
.brand-mark span { font-size: 11px; margin: -10px 0 0 -2px; color: var(--gold); }
.brand small { display: block; font-size: 10px; letter-spacing: .22em; color: var(--muted); font-weight: 700; margin-top: 1px; }
.brand-light { color: var(--brand); }
.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a { padding: 8px 12px; border-radius: 8px; color: var(--text); font-size: 15px; font-weight: 600; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current] { background: var(--brand-soft); color: var(--brand); }
.header-cta { margin-left: 8px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 14px; border: 1px solid var(--line-strong); border-radius: 10px; font-weight: 700; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: calc(100% + 8px); width: min(300px, 88vw); padding: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.mobile-menu nav a { display: block; padding: 11px 12px; border-radius: 8px; color: var(--text); font-weight: 600; text-decoration: none; }
.mobile-menu nav a:hover { background: var(--brand-soft); }
.progress { position: fixed; top: 0; left: 0; z-index: 60; height: 3px; width: 0; background: linear-gradient(90deg, var(--cta), var(--gold)); }

/* ---------- Page hero (dark) ---------- */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(1200px 500px at 85% -10%, #235c4a 0%, transparent 60%), linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); color: var(--on-dark); padding: 26px 0 40px; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgb(255 255 255 / 8%); }
.page-hero h1 { color: #fff; max-width: 880px; }
.page-hero .lead { max-width: 760px; margin: 16px 0 20px; color: var(--on-dark); font-size: 18px; line-height: 1.6; }
.page-hero a { color: #fff; }
.page-hero.has-overlap { padding-bottom: 110px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; color: var(--on-dark-muted); font-size: 13.5px; }
.crumbs a { color: var(--on-dark-muted); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs span[aria-hidden] { opacity: .6; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.byline { display: flex; align-items: center; gap: 12px; }
.byline-avatar { width: 40px; height: 40px; border-radius: 50%; flex: none; object-fit: cover; }
.byline-initials { display: grid; place-items: center; background: var(--gold); color: var(--ink); font-weight: 800; font-size: 14px; }
.byline-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; font-size: 14px; }
.byline-meta > * { display: inline-flex; align-items: center; gap: 6px; }
.byline-meta .icon { width: 15px; height: 15px; opacity: .8; }
.page-hero .byline-meta { color: var(--on-dark-muted); }
.page-hero .byline-meta strong { color: #fff; }
.page-hero .byline-meta a { color: var(--on-dark); text-decoration: underline; text-decoration-color: rgb(255 255 255 / 35%); }
.hero-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 28px 0 0; padding: 0; list-style: none; background: rgb(255 255 255 / 10%); border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius); overflow: hidden; }
.hero-facts li { padding: 14px 16px; background: rgb(15 31 26 / 55%); }
.hero-facts strong { display: block; color: #fff; font-size: 24px; font-weight: 800; line-height: 1.1; font-variant-numeric: tabular-nums; }
.hero-facts span { color: var(--on-dark-muted); font-size: 13.5px; line-height: 1.35; }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section-alt { background: var(--surface); border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head .lead { margin: 10px 0 0; color: var(--muted); font-size: 17px; }
.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.overlap { margin-top: -84px; position: relative; z-index: 2; }

/* ---------- Offer cards (ranking) ---------- */
.rank-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.rank-toolbar .count { color: var(--muted); font-size: 14px; font-weight: 600; }
.overlap .rank-toolbar .count { color: var(--on-dark-muted); }
.search { display: inline-flex; align-items: center; gap: 8px; min-width: 240px; padding: 0 12px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 10px; }
.search input { flex: 1; min-height: 40px; border: 0; background: none; outline: none; font-size: 15px; }
.rank-list { display: grid; gap: 14px; }
.offer { position: relative; display: grid; grid-template-columns: 60px 150px minmax(0, 1fr) 260px; gap: 0 20px; align-items: center; padding: 20px 22px 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.offer.is-top { border: 2px solid var(--gold); box-shadow: 0 0 0 4px rgb(245 179 1 / 14%), var(--shadow-lg); }
.offer-ribbon { position: absolute; top: -12px; left: 20px; display: inline-flex; align-items: center; gap: 5px; padding: 3px 12px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 12.5px; font-weight: 800; }
.offer-ribbon .icon { width: 14px; height: 14px; }
.offer-rank { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--bg); color: var(--ink); font-size: 18px; font-weight: 800; font-variant-numeric: tabular-nums; }
.is-top .offer-rank { background: var(--gold); }
.logo-tile { display: grid; place-items: center; width: 100%; aspect-ratio: 16 / 10; padding: 8px; border-radius: 10px; background: var(--brand, #1f3d34); color: #fff; font-weight: 800; font-size: 19px; letter-spacing: -0.01em; text-align: center; line-height: 1.1; text-decoration: none; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 8%); }
.logo-tile:hover { color: #fff; filter: brightness(1.08); }
.logo-tile-lg { width: 120px; font-size: 22px; }
.logo-tile-sm { width: 92px; font-size: 15px; }
.offer-main { min-width: 0; padding-block: 2px; }
.offer-title { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-bottom: 4px; }
.offer-title h3 { font-size: 21px; }
.offer-title h3 a { color: var(--ink); text-decoration: none; }
.offer-title h3 a:hover { color: var(--brand); text-decoration: underline; }
.score { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: 15px; font-variant-numeric: tabular-nums; }
.stars { position: relative; display: inline-block; width: 86px; height: 16px; background: linear-gradient(90deg, #d7ddd8 0 100%); -webkit-mask: var(--star-mask) 0 0 / 17.2px 16px repeat-x; mask: var(--star-mask) 0 0 / 17.2px 16px repeat-x; }
.stars-fill { position: absolute; inset: 0 auto 0 0; background: var(--gold); }
:root { --star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath d='M10 0l2.9 6.1 6.6.8-4.9 4.6 1.3 6.5L10 14.8 4.1 18l1.3-6.5L.5 6.9l6.6-.8z'/%3E%3C/svg%3E"); }
.offer-tagline { margin: 0 0 8px; color: var(--text); font-size: 16px; font-weight: 600; }
.offer-points { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; font-size: 14.5px; line-height: 1.45; color: var(--muted); }
.offer-points li { display: flex; gap: 7px; }
.offer-points .icon { width: 16px; height: 16px; margin-top: 2px; color: var(--cta); }
.offer-points .is-con .icon { color: var(--danger); }
.offer-side { display: grid; gap: 10px; align-content: center; }
.offer-bonus { padding: 10px 12px; border-radius: 10px; background: var(--brand-soft); font-size: 14.5px; line-height: 1.4; }
.offer-bonus small { display: block; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.offer-bonus.is-empty { background: var(--bg); color: var(--muted); }
.offer-bonus.is-empty small { color: var(--muted); }
.promo { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 6px 6px 14px; border: 2px dashed var(--gold); border-radius: 10px; background: var(--gold-soft); }
.promo code { font: 800 16px/1 var(--mono); letter-spacing: .08em; color: var(--ink); }
.promo button { display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border: 0; border-radius: 8px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.offer-actions { display: grid; gap: 6px; }
.offer-actions .link-review { text-align: center; font-size: 14px; font-weight: 700; }
.offer-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 16px -22px 0; padding: 10px 22px; border-top: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); background: #fafbf9; color: var(--muted); font-size: 13px; }
.offer-foot .spacer { flex: 1; }
.offer-foot label { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; cursor: pointer; }
.offer-note { grid-column: 1 / -1; margin-top: 12px; }
.disclosure { display: flex; gap: 10px; margin-top: 16px; padding: 12px 14px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line); color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.disclosure .icon { color: var(--brand); margin-top: 2px; }
.empty-state { padding: 24px; text-align: center; color: var(--muted); }

/* ---------- Picks ---------- */
.picks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pick { display: flex; flex-direction: column; gap: 8px; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--text); transition: border-color .15s, box-shadow .15s, transform .15s; }
.pick:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); color: var(--text); }
.pick-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--brand-soft); color: var(--brand); }
.pick-label { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.pick strong { font-size: 19px; color: var(--ink); }
.pick span.why { color: var(--muted); font-size: 14.5px; line-height: 1.45; }
.pick .link-arrow { margin-top: auto; color: var(--brand); font-size: 14.5px; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); -webkit-overflow-scrolling: touch; }
.data-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.data-table caption { padding: 12px 16px; text-align: left; color: var(--muted); font-size: 13.5px; caption-side: bottom; border-top: 1px solid var(--line); }
.data-table th, .data-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.data-table thead th { background: #f1f5f1; color: var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.data-table tbody tr:hover { background: #fafcf9; }
.data-table tbody tr:last-child > * { border-bottom: 0; }
.data-table th[scope=row] { font-weight: 700; }
.sort-btn { display: inline-flex; align-items: center; gap: 4px; padding: 0; border: 0; background: none; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.sort-btn::after { content: "↕"; opacity: .45; font-size: 12px; }
th[aria-sort=ascending] .sort-btn::after { content: "↑"; opacity: 1; }
th[aria-sort=descending] .sort-btn::after { content: "↓"; opacity: 1; }
.op-cell { display: flex; align-items: center; gap: 10px; min-width: 180px; }
.op-cell a { font-weight: 700; color: var(--ink); text-decoration: none; }
.op-cell a:hover { color: var(--brand); text-decoration: underline; }
.op-dot { width: 12px; height: 12px; border-radius: 4px; flex: none; }

/* ---------- Two-column guide with TOC ---------- */
.with-toc { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 48px; align-items: start; }
.with-toc > .toc-rail { position: sticky; top: calc(var(--header-h) + 20px); }
.toc { padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.toc-title { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--ink); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; display: grid; gap: 2px; }
.toc li { counter-increment: toc; }
.toc a { display: flex; gap: 10px; padding: 7px 10px; border-radius: 8px; color: var(--text); font-size: 14.5px; line-height: 1.4; text-decoration: none; }
.toc a::before { content: counter(toc, decimal-leading-zero); color: var(--muted); font-weight: 700; font-size: 12.5px; padding-top: 1px; font-variant-numeric: tabular-nums; }
.toc a:hover { background: var(--bg); }
.toc a[aria-current] { background: var(--brand-soft); color: var(--brand); font-weight: 700; }
.toc a[aria-current]::before { color: var(--brand); }
.toc-mobile { display: none; margin-bottom: 24px; }
.toc-mobile summary { display: flex; align-items: center; gap: 8px; padding: 14px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 800; cursor: pointer; }
.toc-mobile[open] summary { border-radius: var(--radius) var(--radius) 0 0; }
.toc-mobile .toc { border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.toc-mobile .toc-title { display: none; }
.rail-card { margin-top: 16px; padding: 18px; border-radius: var(--radius); background: var(--ink); color: var(--on-dark); }
.rail-card h3 { color: #fff; font-size: 17px; margin-bottom: 6px; }
.rail-card p { font-size: 14px; color: var(--on-dark-muted); margin-bottom: 12px; }
.guide > section { padding-bottom: 44px; margin-bottom: 44px; border-bottom: 1px solid var(--line); }
.guide > section:last-child { border-bottom: 0; margin-bottom: 0; }
.guide h2 { margin-bottom: 14px; }
.guide h3 { margin: 22px 0 8px; }

/* ---------- Prose ---------- */
.prose { font-size: 17.5px; line-height: 1.72; }
.prose h2 { margin: 42px 0 14px; padding-top: 6px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 10px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .4em; }
.prose a { color: var(--brand); }
.prose table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 15px; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.prose code { padding: 2px 6px; border-radius: 6px; background: #eef1ee; font-size: .9em; }
.prose em { color: var(--muted); }
.prose > p:first-child { font-size: 19px; color: var(--ink); }

/* ---------- Callouts & lists ---------- */
.callout { display: flex; gap: 12px; margin: 20px 0; padding: 16px 18px; border-radius: var(--radius); background: var(--brand-soft); border: 1px solid #cfe6d8; font-size: 15.5px; line-height: 1.55; }
.callout > .icon { width: 22px; height: 22px; color: var(--brand); margin-top: 1px; }
.callout strong { color: var(--ink); }
.callout p:last-child { margin-bottom: 0; }
.callout-warn { background: var(--danger-soft); border-color: #f7d4bf; }
.callout-warn > .icon { color: var(--danger); }
.callout-gold { background: var(--gold-soft); border-color: #f2df9c; }
.callout-gold > .icon { color: #9a6c00; }
.check-list { list-style: none; padding: 0; display: grid; gap: 8px; }
.check-list li { display: flex; gap: 10px; }
.check-list .icon { color: var(--cta); margin-top: 3px; }
.criteria { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.criterion { padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.criterion .pick-icon { margin-bottom: 10px; }
.criterion h3 { margin: 0 0 6px; font-size: 18px; }
.criterion p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.alert-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.alert-item { display: flex; gap: 12px; padding: 14px 16px; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--danger); border-radius: 10px; font-size: 15px; line-height: 1.5; }
.alert-item .icon { color: var(--danger); margin-top: 2px; }
.alert-item strong { display: block; color: var(--ink); }

/* ---------- Regulators ---------- */
.reg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.reg { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; font-size: 14px; line-height: 1.4; text-decoration: none; color: var(--text); }
a.reg:hover { border-color: var(--brand); color: var(--text); }
.reg small { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.reg strong { color: var(--ink); }
.reg .link-arrow { margin-top: 4px; font-size: 13px; color: var(--brand); }

/* ---------- Bonus example & RTP calculator ---------- */
.bonus-demo { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 22px; align-items: center; margin-top: 16px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.bonus-figure { padding: 18px; border-radius: 10px; background: var(--ink); color: var(--on-dark); text-align: center; }
.bonus-figure .big { display: block; color: var(--gold); font-size: 52px; font-weight: 800; line-height: 1; }
.bonus-figure .eq { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgb(255 255 255 / 15%); font-size: 14px; }
.bonus-figure .eq strong { display: block; color: #fff; font-size: 20px; }
.calc { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; margin-top: 18px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.calc-inputs { display: grid; gap: 14px; padding: 22px; }
.calc label { display: flex; justify-content: space-between; gap: 10px; font-size: 14px; font-weight: 700; color: var(--ink); }
.calc input[type=number] { width: 100%; min-height: 46px; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 10px; font-size: 17px; font-variant-numeric: tabular-nums; }
.calc input[type=range] { width: 100%; accent-color: var(--cta); }
.calc-presets { display: flex; flex-wrap: wrap; gap: 6px; }
.calc-presets button { padding: 6px 10px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); font-size: 13px; font-weight: 700; cursor: pointer; }
.calc-presets button[aria-pressed=true] { border-color: var(--brand); background: var(--brand-soft); color: var(--brand); }
.calc-out { display: grid; gap: 12px; align-content: center; padding: 22px; background: var(--ink); color: var(--on-dark); }
.calc-out .label { color: var(--on-dark-muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.calc-out .value { color: #fff; font-size: 34px; font-weight: 800; line-height: 1.1; font-variant-numeric: tabular-nums; }
.calc-out .value.loss { color: #ffb38a; }
.calc-bar { height: 10px; border-radius: 999px; background: rgb(255 255 255 / 12%); overflow: hidden; }
.calc-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--cta), var(--gold)); }
.calc-out p { margin: 0; color: var(--on-dark-muted); font-size: 13.5px; }
.field-error { color: var(--danger); font-size: 13px; margin: 0; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; display: grid; place-items: center; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--bg); color: var(--brand); font-size: 20px; font-weight: 700; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 18px 16px; color: var(--text); font-size: 16px; }
.faq details > div p:last-child { margin: 0; }

/* ---------- Team / editorial box ---------- */
.team-box { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: start; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.team-box .byline-avatar { width: 56px; height: 56px; font-size: 18px; }
.team-box h3 { margin-bottom: 6px; }
.team-box p { color: var(--muted); font-size: 15.5px; }
.team-links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14.5px; }

/* ---------- Cards grid (articles) ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.post-card { display: flex; flex-direction: column; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .15s, transform .15s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.post-card-art { display: grid; place-items: center; aspect-ratio: 16 / 8; background: linear-gradient(135deg, var(--ink-2), var(--brand)); color: rgb(255 255 255 / 85%); }
.post-card-art .icon { width: 40px; height: 40px; }
.post-card-art img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { display: flex; flex-direction: column; gap: 8px; padding: 16px 18px 18px; flex: 1; }
.post-card-body .meta { color: var(--muted); font-size: 13px; font-weight: 600; }
.post-card-body h3 { font-size: 18px; }
.post-card-body h3 a { color: var(--ink); text-decoration: none; }
.post-card-body h3 a:hover { color: var(--brand); text-decoration: underline; }
.post-card-body p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }

/* ---------- Bands ---------- */
.news-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 28px; align-items: center; padding: 28px; border-radius: var(--radius); background: linear-gradient(135deg, var(--brand) 0%, #0b5139 100%); color: #fff; }
.news-band h2 { color: #fff; margin-bottom: 8px; }
.news-band p { margin: 0; color: #d6ecdf; }
.news-band .betchaser-form label { color: #d6ecdf; }
.news-band .form-consent a { color: #fff; }
.rg-band { background: var(--ink); color: var(--on-dark); padding: 44px 0; }
.rg-inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.age-mark { display: grid; place-items: center; width: 64px; height: 64px; border: 3px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 21px; font-weight: 800; }
.rg-band h2 { color: #fff; font-size: 26px; margin-bottom: 6px; }
.rg-band p { margin: 0; color: var(--on-dark-muted); }
.rg-lines { display: grid; gap: 10px; }
.rg-line { display: flex; flex-direction: column; padding: 10px 14px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 10px; text-decoration: none; }
.rg-line small { color: var(--on-dark-muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.rg-line strong { color: #fff; font-size: 21px; font-variant-numeric: tabular-nums; }
.rg-line:hover { border-color: var(--gold); }

/* ---------- Review page ---------- */
.review-hero-grid { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.review-hero-grid h1 { font-size: clamp(28px, 3.6vw, 40px); }
.review-hero-grid .byline { margin-top: 14px; }
.score-ring { --score: 80; display: grid; place-items: center; align-content: center; width: 96px; height: 96px; border-radius: 50%; background: radial-gradient(closest-side, var(--ink-2) 78%, transparent 80% 100%), conic-gradient(var(--gold) calc(var(--score) * 1%), rgb(255 255 255 / 14%) 0); color: #fff; }
.score-ring strong { font-size: 28px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.score-ring small { color: var(--on-dark-muted); font-size: 12px; font-weight: 700; }
.score-ring-sm { width: 64px; height: 64px; }
.score-ring-sm strong { font-size: 20px; }
.aside-card .score-ring { background: radial-gradient(closest-side, #fff 78%, transparent 80% 100%), conic-gradient(var(--gold) calc(var(--score) * 1%), #e8ece8 0); color: var(--ink); }
.aside-card .score-ring small { color: var(--muted); }
.hero-cta { display: grid; gap: 8px; justify-items: center; min-width: 220px; }
.hero-cta .caption { color: var(--on-dark-muted); font-size: 12.5px; text-align: center; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 44px; align-items: start; padding-top: 36px; }
.review-aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 14px; }
.aside-card { padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.aside-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.aside-facts { display: grid; gap: 8px; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 14px; }
.aside-facts li { display: flex; justify-content: space-between; gap: 12px; }
.aside-facts span { color: var(--muted); }
.aside-facts strong { text-align: right; }
.passport { margin: 0 0 28px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.passport-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; background: #f1f5f1; border-bottom: 1px solid var(--line); }
.passport-head h2 { font-size: 18px; margin: 0; padding: 0; }
.passport dl { display: grid; grid-template-columns: 220px minmax(0, 1fr); margin: 0; }
.passport dt, .passport dd { margin: 0; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.5; }
.passport dt { color: var(--muted); font-weight: 700; }
.passport dd.pending { color: var(--muted); font-style: italic; }
.passport dl > :nth-last-child(-n+2) { border-bottom: 0; }
.proscons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0 0 28px; }
.proscons > div { padding: 18px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
.proscons h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: 17px; }
.proscons .pros { border-top: 4px solid var(--cta); }
.proscons .cons { border-top: 4px solid var(--danger); }
.proscons ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 15px; line-height: 1.5; }
.proscons li { display: flex; gap: 8px; }
.proscons .pros .icon { color: var(--cta); margin-top: 3px; }
.proscons .cons .icon { color: var(--danger); margin-top: 3px; }
.alternatives { margin-top: 40px; }
.alt-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.alt-card { display: grid; gap: 10px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.alt-card .logo-tile { aspect-ratio: 16 / 7; font-size: 17px; }
.alt-card .row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.alt-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.sticky-cta { position: fixed; inset: auto 0 0; z-index: 50; display: none; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: var(--surface); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -12px rgb(15 31 26 / 30%); transform: translateY(110%); transition: transform .2s; }
.sticky-cta.is-visible { transform: none; }
.sticky-cta .logo-tile { width: 64px; font-size: 12px; aspect-ratio: 16 / 10; }
.sticky-cta .info { flex: 1; min-width: 0; font-size: 13px; line-height: 1.3; }
.sticky-cta .info strong { display: block; font-size: 15px; }
.sticky-cta .close { border: 0; background: none; font-size: 22px; line-height: 1; color: var(--muted); cursor: pointer; padding: 4px; }
.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s; }
.to-top.is-visible { opacity: 1; pointer-events: auto; }

/* ---------- Article & page ---------- */
.article-layout { padding: 36px 0 56px; }
.article-feature { margin: 0 0 24px; border-radius: var(--radius); overflow: hidden; }
.related-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.related-list a { display: block; padding: 10px 12px; border-radius: 8px; background: var(--bg); color: var(--ink); font-weight: 600; font-size: 14.5px; line-height: 1.4; text-decoration: none; }
.related-list a:hover { background: var(--brand-soft); color: var(--brand); }
.related-list small { display: block; color: var(--muted); font-weight: 500; font-size: 12.5px; margin-top: 2px; }
.archive-body { padding: 36px 0 56px; }
.pagination, .nav-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.nav-links a, .nav-links span { display: grid; place-items: center; min-width: 42px; min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); text-decoration: none; font-weight: 700; }
.nav-links .current { background: var(--ink); color: #fff; border-color: var(--ink); }
.not-found { padding: 80px 0; text-align: center; }
.not-found .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }

/* ---------- Comparison bar & dialog ---------- */
.compare-bar { position: fixed; inset: auto 0 0; z-index: 55; background: var(--ink); color: #fff; padding: 12px 0; box-shadow: 0 -10px 30px -12px rgb(0 0 0 / 50%); }
.compare-bar .container { display: flex; align-items: center; gap: 14px; }
.compare-bar [data-selected-label] { flex: 1; font-weight: 700; }
.text-button { border: 0; background: none; color: var(--on-dark-muted); font-weight: 700; cursor: pointer; text-decoration: underline; }
dialog { width: min(980px, 94vw); max-height: 88vh; padding: 0; border: 0; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
dialog::backdrop { background: rgb(15 31 26 / 60%); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.dialog-body { padding: 18px 20px 22px; }
.close-dialog { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--bg); font-size: 22px; cursor: pointer; }

/* ---------- Forms (contact, newsletter) ---------- */
.betchaser-form__hp { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.betchaser-form label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.betchaser-form input[type=text], .betchaser-form input[type=email], .betchaser-form select, .betchaser-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); color: var(--text); font-size: 16px; }
.betchaser-form textarea { min-height: 160px; resize: vertical; }
.contact-form { margin-top: 28px; display: grid; gap: 16px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form p { margin: 0; }
.betchaser-form .form-consent, .betchaser-form .form-consent label { font-weight: 400; font-size: 13.5px; line-height: 1.55; color: var(--muted); }
.betchaser-form .form-consent input { margin-right: 6px; }
.form-notice { padding: 12px 15px; border-radius: 10px; font-size: 14.5px; margin: 0 0 6px; }
.form-notice-ok { background: var(--brand-soft); color: var(--brand); }
.form-notice-error { background: var(--danger-soft); color: var(--danger); }
.newsletter-row { display: flex; gap: 10px; margin: 8px 0 10px; }
.newsletter-row input { flex: 1; min-width: 0; }
.newsletter-form > label:not(.form-consent) { font-weight: 600; font-size: 14px; }
.news-band .btn-cta, .newsletter-form .btn-cta { white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--on-dark-muted); padding: 48px 0 28px; font-size: 14.5px; }
.site-footer a { color: var(--on-dark); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-grid h2 { color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; }
.footer-grid nav { display: grid; gap: 8px; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: var(--on-dark-muted); }
.footer-about { margin-top: 12px; max-width: 320px; }
.footer-rg { padding: 16px; border: 1px solid rgb(255 255 255 / 12%); border-radius: var(--radius); }
.footer-rg .age-mark { width: 44px; height: 44px; font-size: 15px; border-width: 2px; margin-bottom: 10px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 10%); }
.footer-disclaimer { margin: 16px 0 0; max-width: 900px; font-size: 13px; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; font-size: 13px; }

/* ---------- Blocks from the editor ---------- */
.wp-block-image img { border-radius: var(--radius); }
.alignwide { max-width: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .with-toc, .review-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .with-toc > .toc-rail { display: none; }
  .toc-mobile { display: block; }
  .review-aside { position: static; margin-top: 28px; }
  .offer { grid-template-columns: 52px 120px minmax(0, 1fr); }
  .offer-side { grid-column: 2 / -1; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; margin-top: 14px; }
  .main-nav a { padding: 8px 9px; font-size: 14px; }
}
@media (max-width: 900px) {
  .main-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .picks, .cards-grid, .alt-grid { grid-template-columns: minmax(0, 1fr); }
  .criteria, .alert-grid { grid-template-columns: minmax(0, 1fr); }
  .reg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-band, .calc, .bonus-demo { grid-template-columns: minmax(0, 1fr); }
  .rg-inner { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-hero-grid { grid-template-columns: auto minmax(0, 1fr); }
  .hero-cta { grid-column: 1 / -1; justify-items: stretch; }
  .sticky-cta { display: flex; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(1200px, 100% - 32px); }
  .topbar .container { justify-content: center; }
  .topbar .container > span:first-child { display: none; }
  .page-hero { padding: 18px 0 28px; }
  .page-hero.has-overlap { padding-bottom: 90px; }
  .page-hero .lead { font-size: 16.5px; }
  .hero-facts strong { font-size: 20px; }
  .section { padding: 40px 0; }
  .offer { grid-template-columns: 40px minmax(0, 1fr); gap: 0 12px; padding: 18px 16px 0; }
  .offer-rank { width: 36px; height: 36px; font-size: 15px; grid-row: 1; }
  .offer > .logo-tile { grid-column: 2; grid-row: 1; width: 120px; }
  .offer-main { grid-column: 1 / -1; margin-top: 12px; }
  .offer-side { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr); }
  .offer-foot { margin-inline: -16px; padding-inline: 16px; }
  .offer-title h3 { font-size: 20px; }
  .reg-grid, .proscons, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .passport dl { grid-template-columns: minmax(0, 1fr); }
  .passport dt { padding-bottom: 0; border-bottom: 0; }
  .search { min-width: 0; width: 100%; }
  .review-hero-grid .logo-tile-lg { width: 84px; font-size: 16px; }
  .score-ring { width: 76px; height: 76px; }
  .score-ring strong { font-size: 22px; }
  .newsletter-row { flex-direction: column; }
  .rg-line strong { font-size: 19px; }
  .footer-bottom { flex-direction: column; }
  .compare-bar .container { flex-wrap: wrap; }
  .data-table.stack thead { display: none; }
  .data-table.stack tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
  .data-table.stack td, .data-table.stack th { padding: 0; border: 0; }
  .data-table.stack td[data-label]::before { content: attr(data-label) ": "; color: var(--muted); font-weight: 600; font-size: 13px; }
  .data-table.stack .col-wide { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .site-header, .topbar, .toc-rail, .sticky-cta, .to-top, .compare-bar, .news-band { display: none !important; }
}

/* ---------- Refinements after the first visual pass ---------- */
.offer-bonus.is-empty { display: flex; align-items: center; gap: 8px; padding: 9px 12px; font-size: 14px; }
.offer-bonus.is-empty .icon { width: 16px; height: 16px; }
.data-table td[data-label="Valoración"], .data-table td[data-label="Bono"], .data-table td[data-label="Revisión"] { white-space: nowrap; }
.rg-band a { color: var(--gold); }
@media (max-width: 640px) {
  .page-hero .hero-badges .badge-dark { display: none; }
  .page-hero h1 { font-size: 28px; }
  .page-hero .lead { margin: 10px 0 14px; font-size: 16px; line-height: 1.55; }
  .hero-facts { margin-top: 16px; }
  .hero-facts li { padding: 10px 12px; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { font-size: 12.5px; }
  .overlap .rank-toolbar .count { display: none; }
  .offer { grid-template-columns: 88px minmax(0, 1fr); gap: 0 14px; align-items: start; }
  .offer > .offer-rank { position: absolute; top: 10px; left: 10px; z-index: 1; width: 28px; height: 28px; font-size: 13px; box-shadow: 0 0 0 2px var(--surface); }
  .offer > .logo-tile { grid-column: 1; grid-row: 1; width: 88px; font-size: 14px; }
  .offer-main { grid-column: 2; grid-row: 1; margin-top: 0; }
  .offer-title { margin-bottom: 2px; }
  .offer-title h3 { font-size: 19px; }
  .offer-tagline { font-size: 15px; margin-bottom: 6px; }
  .offer-points li:not(.is-con):nth-child(n+2) { display: none; }
  .offer-side { margin-top: 12px; }
  .offer-foot { gap: 6px 10px; }
  .offer-ribbon { left: 50%; transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .hide-sm { display: none; }
  .hero-facts li:nth-child(n+3) { display: none; }
  .offer { padding-top: 22px; }
  .offer > .offer-rank { top: -12px; left: 14px; box-shadow: 0 0 0 3px var(--bg); }
  .offer.is-top > .offer-rank { left: 14px; }
  .offer > .logo-tile { font-size: 13px; }
}

.byline-meta > * { white-space: nowrap; }
.passport-head { flex-wrap: wrap; }
@media (max-width: 640px) {
  .review-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .review-hero-grid > .logo-tile { width: 96px; }
  .review-hero-grid h1 { font-size: 27px; }
  .hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }
  .hero-cta .btn { flex: 1; }
  .hero-cta .caption { flex-basis: 100%; text-align: left; }
  .score-ring { width: 64px; height: 64px; }
  .score-ring strong { font-size: 20px; }
  .byline { align-items: flex-start; }
}

/* ---------- News & forecasts ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; border: 1px solid rgb(255 255 255 / 22%); background: rgb(255 255 255 / 6%); color: var(--on-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.page-hero .chip { color: var(--on-dark); }
.chip .num { opacity: .65; font-weight: 600; }
.chip:hover { border-color: var(--gold); color: #fff; }
.chip.is-active { background: var(--gold); border-color: var(--gold); color: var(--ink) !important; }
.chips-light { margin: 28px 0 0; }
.chips-light .chip { border-color: var(--line-strong); background: var(--surface); color: var(--brand); }
.chips-light .chip:hover { border-color: var(--brand); color: var(--ink); }

.team-badge { --team-hue: 150; display: inline-grid; place-items: center; flex: none; width: 52px; height: 52px; border-radius: 50%; background: hsl(var(--team-hue) 55% 36%); color: #fff; border: 3px solid #fff; box-shadow: 0 4px 12px -4px rgb(15 31 26 / 45%); font-size: 15px; font-weight: 900; letter-spacing: .02em; }
.team-badge-lg { width: 88px; height: 88px; font-size: 24px; border-width: 4px; }
.match-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.match-card { display: flex; flex-direction: column; gap: 14px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; }
.match-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.match-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.match-card-top .badge { white-space: normal; }
.match-when { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.match-when .icon { width: 14px; height: 14px; }
.match-when.is-past { color: var(--danger); }
.match-teams { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: start; gap: 6px; text-decoration: none; color: var(--ink); }
.match-team { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.match-team strong { font-size: 15px; line-height: 1.25; }
.match-vs { align-self: center; margin-top: -24px; color: var(--muted); font-weight: 800; font-size: 13px; text-transform: uppercase; }
.match-pick { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; padding: 10px 12px; border-radius: 10px; background: var(--brand-soft); font-size: 14px; }
.match-pick span { width: 100%; color: var(--brand); font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.match-pick strong { color: var(--ink); }
.match-pick em { font-style: normal; font-weight: 800; color: var(--cta-hover); }
.match-link { margin-top: auto; font-size: 14px; }

.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.news-grid .post-card.is-feature { grid-column: span 2; grid-row: span 2; }
.news-grid .is-feature .post-card-art { aspect-ratio: 16 / 9; }
.news-grid .is-feature h3 { font-size: 26px; line-height: 1.2; }
.news-grid .is-feature p { font-size: 16px; }
.post-card-art { aspect-ratio: 16 / 9; }
.post-card-body .meta a.cat { color: var(--brand); font-weight: 800; text-decoration: none; }
.post-card-body .meta a.cat:hover { text-decoration: underline; }
.post-card-author { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.post-card-author img { border-radius: 50%; }

.match-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 20px; max-width: 760px; margin: 22px 0 24px; padding: 22px; border-radius: var(--radius); background: rgb(255 255 255 / 6%); border: 1px solid rgb(255 255 255 / 12%); }
.match-hero-team { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.match-hero-team strong { color: #fff; font-size: 20px; line-height: 1.2; }
.match-hero-mid { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; color: var(--on-dark); font-size: 14px; font-weight: 600; }
.match-hero-mid small { color: var(--on-dark-muted); font-size: 12.5px; }
.match-hero-vs { color: var(--gold); font-size: 30px; font-weight: 900; line-height: 1; }
.verdict { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 20px; align-items: center; margin: 0 0 28px; padding: 20px 22px; border-radius: var(--radius); background: var(--surface); border: 2px solid var(--gold); box-shadow: var(--shadow); }
.verdict .kicker { color: #8a6200; margin-bottom: 4px; }
.verdict-pick { margin: 0 0 6px; color: var(--ink); font-size: 24px; font-weight: 800; line-height: 1.2; }
.verdict-pick .num { color: var(--cta-hover); }
.verdict-why { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.verdict-cta { display: grid; gap: 8px; justify-items: stretch; text-align: center; }
.verdict-cta .logo-tile { aspect-ratio: 16 / 6; font-size: 15px; width: 100%; }
.author-box { margin-top: 32px; }
.author-box .byline-avatar { width: 64px; height: 64px; }
.author-box .kicker { margin-bottom: 2px; }
.related { margin-top: 40px; }
.related h2 { margin-bottom: 16px; }
.related .match-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.with-toc .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related .match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .verdict { grid-template-columns: minmax(0, 1fr); }
  .with-toc .cards-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .match-grid, .related .match-grid, .news-grid { grid-template-columns: minmax(0, 1fr); }
  .news-grid .post-card.is-feature { grid-column: auto; grid-row: auto; }
  .news-grid .is-feature h3 { font-size: 21px; }
  .match-hero { gap: 10px; padding: 16px 12px; }
  .team-badge-lg { width: 64px; height: 64px; font-size: 18px; }
  .match-hero-team strong { font-size: 16px; }
  .match-hero-vs { font-size: 24px; }
  .chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; margin-right: -16px; }
  .chip { white-space: nowrap; }
}

/* ---------- Second pass with content ---------- */
.team-badge { background: var(--team-bg, hsl(150 55% 36%)); color: var(--team-fg, #fff); }
.page-hero a.badge-gold, .page-hero .badge-gold { color: #6b4b00; }
.match-card-top { flex-wrap: wrap; }
.match-card-top .badge { white-space: nowrap; }
.news-grid .post-card.is-feature { grid-column: span 3; grid-row: auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
.news-grid .is-feature .post-card-art { aspect-ratio: auto; height: 100%; min-height: 320px; }
.news-grid .is-feature .post-card-body { justify-content: center; padding: 28px; gap: 12px; }
.news-grid .is-feature .post-card-author { margin-top: 8px; }
@media (max-width: 900px) {
  .news-grid .post-card.is-feature { grid-column: span 2; grid-template-columns: minmax(0, 1fr); }
  .news-grid .is-feature .post-card-art { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  .news-grid .post-card.is-feature { grid-column: auto; }
  .news-grid .is-feature .post-card-body { padding: 16px 18px 18px; }
}

@media (max-width: 640px) {
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .data-table.stack tr { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .data-table.stack td[data-label] { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 15px; }
  .data-table.stack td[data-label]::before { flex: none; }
  .data-table.stack td.col-wide .btn { width: 100%; }
  .match-grid.is-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-right: -16px; padding: 4px 16px 12px 0; }
  .match-grid.is-strip .match-card { flex: 0 0 84%; scroll-snap-align: start; }
}
@media (max-width: 640px) {
  .data-table.stack td[data-label] { justify-content: flex-start; gap: 6px; }
  .data-table.stack td[data-label]::before { margin-right: auto; }
}
