/* sups4nyd 9i6dzp */
/* ════════════════════════════════════════════════════════
   betting-directory — Copa do Mundo 2026 site template
   Consolidated stylesheet (union of the 3 mockups).
   Theme colours come from CSS variables; per-site overrides
   are injected inline in <head> (see partials/head.ywn7w).
   Anti-footprint post-processor renames classes/vars/ids.
════════════════════════════════════════════════════════ */

:root {
  --m4owtq: #F7F8FA;
  --exjkodmb: #FFFFFF;
  --yy8z3f: #E4E7ED;
  --pm3eax8: #1A1E2C;
  --pd062n: #6B7280;
  --xyuefry: #1A56DB;
  --yg8mug: #E8222A;
  --t6pjo: #F59E0B;
  --b1lv5b93: #0F1629;
  --rv4d84: #FFFFFF;
  --afn3v: #1E2A45;
  --op394pf: #22C55E;
  --ql7uzb7: #22C55E;
  --zo31kw: #F59E0B;
  --a5s81ib: #E8222A;
  --u7co0bph: #D1D5DB;
  --elc15: 6px;
  --sejoslo: 10px;
  --p5no2rjb: 16px;
  --qvp082my: 0 1px 3px rgba(0, 0, 0, .08);
  --dxpr8g31: 0 4px 16px rgba(0, 0, 0, .10);
  --fby6htuf: 'Barlow Condensed', sans-serif;
  --nqlgor: 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--nqlgor);
  background: var(--m4owtq);
  color: var(--pm3eax8);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.jh7zjyz { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ─── HEADER / NAV ─────────────────────────────────────── */
.site-header { background: var(--afn3v); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0, 0, 0, .25); }
.kk4cg1 { display: flex; align-items: center; height: 62px; gap: 0; }
.zq96jx { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--fby6htuf); font-size: 1.5rem; font-weight: 800; letter-spacing: .5px; white-space: nowrap; margin-right: 32px; flex-shrink: 0; }
.zq96jx .xcc29 { background: var(--yg8mug); color: #fff; font-size: .65rem; font-weight: 700; letter-spacing: 1px; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; }
.wf1kev { display: flex; align-items: center; gap: 4px; flex: 1; }
.wf1kev a { color: rgba(255, 255, 255, .85); font-size: .9rem; font-weight: 600; padding: 8px 14px; border-radius: var(--elc15); transition: background .15s, color .15s; white-space: nowrap; }
.wf1kev a:hover, .wf1kev a.active { background: rgba(255, 255, 255, .12); color: #fff; }
.wf1kev a.p1jzwfw { background: var(--xyuefry); color: #fff; }
.wf1kev a.p1jzwfw:hover { filter: brightness(.92); }
.a2ghj { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; }
.a2ghj a { color: rgba(255, 255, 255, .75); font-size: .82rem; font-weight: 500; padding: 6px 12px; border-radius: var(--elc15); transition: background .15s, color .15s; white-space: nowrap; }
.a2ghj a:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.lmn2cnj { background: var(--yg8mug) !important; color: #fff !important; font-weight: 700 !important; padding: 7px 20px !important; }
.lmn2cnj:hover { filter: brightness(1.1); }
.burger { display: none; flex-direction: column; justify-content: center; align-items: center; width: 40px; height: 40px; cursor: pointer; gap: 5px; border: none; background: transparent; padding: 0; margin-left: auto; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s, opacity .25s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer { display: none; flex-direction: column; background: var(--b1lv5b93); padding: 12px 20px 20px; gap: 2px; }
/* full-screen overlay (like escort): fills the whole viewport below the sticky header.
   JS sets `top` to the exact header height so it works across all header variants. */
.nav-drawer.open { display: flex; position: fixed; left: 0; right: 0; bottom: 0; top: 62px; z-index: 99; overflow-y: auto; -webkit-overflow-scrolling: touch; }
body.nav-open { overflow: hidden; }
.nav-drawer a { color: rgba(255, 255, 255, .85); font-size: 1.05rem; font-weight: 500; padding: 14px 12px; border-radius: var(--elc15); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.nav-drawer a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
/* header section-variant modifiers */
.q0hq0 { background: var(--b1lv5b93); }
.kdwk005 { box-shadow: none; border-bottom: 3px solid var(--xyuefry); }
.md5khx .wf1kev a { background: rgba(255, 255, 255, .08); }
.jokqx .kk4cg1 { height: 54px; }
.jokqx .zq96jx { font-size: 1.3rem; }
.io305d8 { font-size: .7rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255, 255, 255, .35); padding: 12px 12px 4px; }

/* ─── ODDS STRIP ───────────────────────────────────────── */
.odds-strip { background: #fff; border-bottom: 1px solid var(--yy8z3f); position: relative; }
.mtzsc { display: flex; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; scroll-behavior: smooth; padding: 8px 32px; gap: 8px; }
.mtzsc::-webkit-scrollbar { display: none; }
.fltks6 { position: absolute; top: 0; bottom: 0; width: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; border: none; font-size: .9rem; color: #A3A3A3; background: #fff; transition: color .15s; }
.fltks6:hover { color: #404040; }
.fltks6.left { left: 0; border-right: 1px solid var(--yy8z3f); }
.fltks6.right { right: 0; border-left: 1px solid var(--yy8z3f); }
.odds-card { flex-shrink: 0; width: 280px; border: 1px solid var(--yy8z3f); border-radius: 8px; background: #fff; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.odds-meta { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 5px 8px; gap: 4px; }
.odds-meta-league { font-size: .6rem; color: #A3A3A3; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.odds-meta-time { display: flex; align-items: center; gap: 4px; font-size: .6rem; font-weight: 500; color: #404040; white-space: nowrap; flex-shrink: 0; }
.odds-divider { width: 100%; height: 1px; background: var(--yy8z3f); flex-shrink: 0; }
.odds-teams { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 6px 8px; width: 100%; min-height: 48px; }
.odds-team { display: flex; align-items: center; gap: 4px; font-size: .88rem; color: #404040; }
.odds-team.away { flex-direction: row-reverse; }
.sk3m5 { font-size: .85rem; line-height: 1; flex-shrink: 0; }
.odds-crest { width: 18px; height: 18px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.odds-row { display: flex; justify-content: center; gap: 6px; padding: 0 6px 6px; width: 100%; }
.odds-btn { display: flex; align-items: center; background: #F5F5F5; padding: 2px 6px; border-radius: 3px; gap: 4px; cursor: pointer; border: none; text-decoration: none; transition: background .12s; }
.odds-btn:hover { background: #E8EAFF; }
.odds-btn-val { font-size: .7rem; font-weight: 500; color: #404040; }
.odds-btn-label { font-size: .65rem; font-weight: 500; color: #A3A3A3; }
.odds-trend { font-size: .55rem; line-height: 1; }
.odds-trend.up { color: #16A34A; }
.odds-trend.y7aric { color: #DC2626; }
.lyag24 { width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; flex-shrink: 0; }
.lyag24.up { border-bottom: 5px solid #47A167; }
.lyag24.y7aric { border-top: 5px solid #E72535; }
.odds-status { font-size: .7rem; font-weight: 600; color: var(--xyuefry); text-align: center; padding: 4px 8px; width: 100%; display: block; text-decoration: none; transition: background .12s; }
.odds-status:hover { background: #F0F4FF; }
.vdpxk { font-size: .6rem; color: var(--pd062n); text-align: center; padding: 3px 20px; background: #FAFBFC; border-top: 1px solid var(--yy8z3f); }
/* odds-strip section-variant modifiers (id/JS hooks preserved) */
.ir9uirbg .odds-card { width: 240px; }
.jt09hfc3 .odds-card { width: 320px; }
.jt09hfc3 .odds-btn-val { font-size: .78rem; }
.w273xi .odds-card { border-top: 3px solid var(--xyuefry); }
.ymn4nv { background: var(--afn3v); }
.ymn4nv .fltks6 { background: var(--afn3v); color: rgba(255, 255, 255, .55); }
.ymn4nv .fltks6.left { border-right-color: rgba(255, 255, 255, .12); }
.ymn4nv .fltks6.right { border-left-color: rgba(255, 255, 255, .12); }

/* ─── HERO ─────────────────────────────────────────────── */
.k47d5n { background: linear-gradient(135deg, #0F1629 0%, #1A2545 60%, var(--xyuefry) 100%); color: #fff; padding: 56px 0 52px; position: relative; overflow: hidden; }
.k47d5n::before { content: '2026'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: var(--fby6htuf); font-size: clamp(120px, 18vw, 220px); font-weight: 800; color: rgba(255, 255, 255, .04); line-height: 1; pointer-events: none; user-select: none; }
.kp91hdx { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .85); font-size: .75rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 16px; }
.k47d5n h1 { font-family: var(--fby6htuf); font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 800; line-height: 1.05; letter-spacing: -.5px; margin-bottom: 16px; max-width: 680px; }
.k47d5n h1 em { font-style: normal; color: var(--t6pjo); }
.fytyj { font-size: 1.05rem; color: rgba(255, 255, 255, .75); max-width: 520px; margin-bottom: 28px; line-height: 1.55; }
.xowmbip { display: flex; flex-wrap: wrap; gap: 12px; }
/* hero section-variant modifiers */
.gb517w1 .jh7zjyz { text-align: center; }
.gb517w1 h1, .gb517w1 .fytyj { margin-left: auto; margin-right: auto; }
.gb517w1 .xowmbip { justify-content: center; }
.iy847::before { display: none; }
.javd0n3 .jh7zjyz { text-align: right; }
.javd0n3 h1, .javd0n3 .fytyj { margin-left: auto; }
.javd0n3 .xowmbip { justify-content: flex-end; }
.javd0n3::before { right: auto; left: -20px; }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 24px; border-radius: var(--elc15); font-size: .9rem; font-weight: 600; cursor: pointer; transition: filter .15s, transform .1s; border: none; }
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.ctoz5f { background: var(--xyuefry); color: #fff; }
.v6jl5 { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .4); }
.v6jl5:hover { background: rgba(255, 255, 255, .1); }

/* ─── SECTION ──────────────────────────────────────────── */
.section { padding: 56px 0; }
.joph7u6g { padding: 36px 0; }
.tc9ldsww { background: var(--exjkodmb); }
.zkeddtc4 { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; gap: 12px; flex-wrap: wrap; }
.section-title { font-family: var(--fby6htuf); font-size: 1.9rem; font-weight: 800; letter-spacing: -.2px; line-height: 1.1; position: relative; padding-left: 14px; }
.section-title::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px; background: var(--xyuefry); border-radius: 2px; }
.lqh210 { font-size: .85rem; font-weight: 600; color: var(--xyuefry); white-space: nowrap; }
.lqh210:hover { text-decoration: underline; }

/* ─── STATS STRIP ──────────────────────────────────────── */
.rbidfuq { background: var(--exjkodmb); border-top: 1px solid var(--yy8z3f); border-bottom: 1px solid var(--yy8z3f); }
.stats-grid { display: flex; align-items: stretch; }
.stats-cell { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 16px; border-right: 1px solid var(--yy8z3f); text-align: center; transition: background .15s; }
.stats-cell:last-child { border-right: none; }
.stats-cell:hover { background: #F7F9FF; }
.stats-cell-body { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.stats-num { font-family: var(--fby6htuf); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; color: var(--xyuefry); line-height: 1; letter-spacing: -1px; }
.stats-label { font-size: .65rem; font-weight: 700; color: var(--pd062n); text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
/* stats section-variant modifiers (anti-footprint layout uniqueness) */
.ljdg0oi .stats-cell { flex-direction: row; align-items: baseline; gap: 8px; }
.ljdg0oi .stats-num { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.jmjwv .stats-cell { border-top: 3px solid var(--xyuefry); }
.jmjwv .stats-num { color: var(--pm3eax8); }
.jmjwv .stats-label { color: var(--xyuefry); }
.hwwvmiyi .stats-grid { flex-wrap: wrap; }
.hwwvmiyi .stats-cell { flex: 0 0 50%; }
.hwwvmiyi .stats-cell:nth-child(odd) { border-right: 1px solid var(--yy8z3f); }
.hwwvmiyi .stats-cell:nth-child(-n+2) { border-bottom: 1px solid var(--yy8z3f); }

/* ─── PROSE / ARTICLE ──────────────────────────────────── */
.a8q53mcp { max-width: 100%; }
/* article section-variant modifiers (H2 .section-title + html preserved) */
.lbu7vf { background: var(--m4owtq); }
.nzrwhv9 .a8q53mcp { max-width: 760px; margin: 0 auto; }
.nzrwhv9 .zkeddtc4 { text-align: center; }
.pbripxq .section-title { border-left: 4px solid var(--xyuefry); padding-left: 14px; }
.dsilo9 { border-top: 1px solid var(--yy8z3f); }
.a8q53mcp h2 { font-family: var(--fby6htuf); font-size: 1.7rem; font-weight: 800; margin: 36px 0 12px; line-height: 1.15; }
.a8q53mcp h3 { font-family: var(--fby6htuf); font-size: 1.25rem; font-weight: 700; margin: 28px 0 10px; line-height: 1.2; }
.a8q53mcp h4 { font-size: 1rem; font-weight: 700; margin: 20px 0 8px; color: var(--pm3eax8); }
.a8q53mcp p { color: #374151; margin-bottom: 16px; line-height: 1.7; }
.a8q53mcp ul { list-style: none; margin: 0 0 18px 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.a8q53mcp ul li { padding-left: 22px; position: relative; color: #374151; line-height: 1.6; }
.a8q53mcp ul li::before { content: ''; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--xyuefry); }
.a8q53mcp ol { counter-reset: ol-counter; list-style: none; margin: 0 0 18px 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.a8q53mcp ol li { counter-increment: ol-counter; padding-left: 36px; position: relative; color: #374151; line-height: 1.6; }
.a8q53mcp ol li::before { content: counter(ol-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: var(--xyuefry); color: #fff; font-size: .75rem; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.a8q53mcp strong { font-weight: 700; color: var(--pm3eax8); }
.a8q53mcp a { color: var(--xyuefry); text-decoration: underline; }

.s0ix4 { margin: 24px 0 28px; }
.abzi8 { width: 100%; height: 280px; background: #F1F3F7; border: 2px dashed var(--yy8z3f); border-radius: var(--sejoslo); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.abzi8 .faj6n6 { font-size: 2rem; opacity: .4; }
.abzi8 .hoc2l { font-size: .8rem; font-weight: 600; color: var(--pd062n); }
.zpl5l2i { width: 100%; height: 280px; object-fit: cover; border-radius: var(--sejoslo); display: block; }
.mv80pc { font-size: .75rem; color: var(--pd062n); margin-top: 8px; font-style: italic; }

/* prose inline table */
.n87elx1 { overflow-x: auto; margin: 20px 0 24px; border-radius: var(--sejoslo); border: 1px solid var(--yy8z3f); box-shadow: var(--qvp082my); }
.hhzauni { width: 100%; border-collapse: collapse; background: var(--exjkodmb); font-size: .875rem; }
.hhzauni thead tr { background: #F1F3F7; }
.hhzauni thead th { padding: 10px 16px; text-align: left; font-size: .68rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--pd062n); border-bottom: 2px solid var(--yy8z3f); white-space: nowrap; }
.hhzauni tbody tr { border-bottom: 1px solid var(--yy8z3f); transition: background .12s; }
.hhzauni tbody tr:first-child { background: #EFF6FF; }
.hhzauni tbody tr:first-child td { font-weight: 600; }
.hhzauni tbody tr:last-child { border-bottom: none; }
.hhzauni tbody tr:hover { background: #F7F9FF; }
.hhzauni tbody td { padding: 11px 16px; vertical-align: middle; }
.zen5kruu { display: inline-block; padding: 2px 10px; border-radius: 20px; font-size: .78rem; font-weight: 700; }
.zen5kruu.habiw0 { background: var(--xyuefry); color: #fff; }

/* prose CTA blocks */
.z7pxf0a { margin: 28px 0; background: linear-gradient(135deg, #EFF6FF 0%, #E0EAFF 100%); border: 1px solid rgba(26, 86, 219, .18); border-left: 4px solid var(--xyuefry); border-radius: var(--sejoslo); padding: 20px 24px; }
.r6kb01h { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.tihbgx70 { display: flex; flex-direction: column; gap: 4px; }
.tihbgx70 strong { font-size: 1rem; font-weight: 700; color: var(--pm3eax8); }
.tihbgx70 span { font-size: .8rem; color: var(--pd062n); }
.lqe1c { background: var(--xyuefry); color: #fff !important; padding: 11px 24px; border-radius: var(--elc15); font-size: .9rem; font-weight: 700; font-family: var(--nqlgor); white-space: nowrap; text-decoration: none !important; display: inline-flex; align-items: center; gap: 6px; transition: filter .15s, transform .1s; flex-shrink: 0; line-height: 1.4; }
.lqe1c:hover { filter: brightness(1.08); transform: translateY(-1px); }
.thr9pq { margin: 20px 0 28px; background: var(--afn3v); border-radius: var(--sejoslo); padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden; }
.thr9pq::after { content: '2026'; position: absolute; right: 180px; top: 50%; transform: translateY(-50%); font-family: var(--fby6htuf); font-size: 5rem; font-weight: 800; color: rgba(255, 255, 255, .05); line-height: 1; pointer-events: none; letter-spacing: -2px; } /* subtle background year art (button fills the right) */
.ollzbwq4 { display: flex; flex-direction: column; gap: 5px; }
.afgv5 { font-size: .68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.e2fko { font-family: var(--fby6htuf); font-size: 1.3rem; font-weight: 800; color: #fff; line-height: 1.2; }
.x4xip07 { font-size: .75rem; color: rgba(255, 255, 255, .5); }
.l9ggx { background: var(--xyuefry); color: #fff !important; padding: 12px 26px; border-radius: var(--elc15); font-size: .9rem; font-weight: 700; font-family: var(--nqlgor); white-space: nowrap; text-decoration: none !important; display: inline-flex; align-items: center; flex-shrink: 0; transition: filter .15s, transform .1s; line-height: 1.4; position: relative; z-index: 1; }
.l9ggx:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* split block */
.vizy0 { margin: 32px 0 8px; padding-top: 32px; border-top: 1px solid var(--yy8z3f); }
.y3ug2 { margin-bottom: 20px !important; }
/* r9: float the image so the text flows AROUND it and fills the space under it (no empty column) */
.mx38pl9u { display: block; }
.mx38pl9u::after { content: ''; display: block; clear: both; }
.rw8idb1g { float: left; width: 42%; margin: 4px 32px 14px 0; }
.xf7bup { width: 100%; }
.vm1exy { height: 240px !important; }
.l3bxj3yq { display: block; }
.l3bxj3yq p { margin-bottom: 14px; }
.l3bxj3yq ul { margin-bottom: 0; }

/* ─── FAQ ──────────────────────────────────────────────── */
.xj0084 { display: flex; flex-direction: column; gap: 12px; max-width: none; } /* r10: full width */
.l46ydq { background: var(--exjkodmb); border: 1px solid var(--yy8z3f); border-radius: var(--sejoslo); padding: 16px 20px; box-shadow: var(--qvp082my); }
.kd6c5wr { font-family: var(--fby6htuf); font-size: 1.05rem; font-weight: 700; color: var(--pm3eax8); margin: 0 0 6px; } /* r10: question is an <h3>, reset default margins */
.bvy81 { font-size: .92rem; color: #374151; line-height: 1.6; }
/* faq section-variant modifiers */
.hdsp7ln9 .l46ydq { background: transparent; border: none; box-shadow: none; border-radius: 0; border-bottom: 1px solid var(--yy8z3f); padding: 16px 0; }
.bctypi2 .xj0084 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); max-width: none; }
.qutqe .l46ydq { border-left: 3px solid var(--xyuefry); }
.b2cuw .l46ydq { padding: 12px 16px; }
.b2cuw .kd6c5wr { font-size: .95rem; margin-bottom: 3px; }

/* ─── HERO-SUB LINK + CONTACT FORM ─────────────────────── */
.zwelkx8 { color: var(--pd062n); font-size: .82rem; margin-top: 6px; max-width: 760px; }
.db3nsxr { display: flex; flex-direction: column; gap: 14px; max-width: 520px; margin: 8px 0 4px; }
.db3nsxr label { display: flex; flex-direction: column; gap: 6px; font-size: .85rem; font-weight: 600; color: var(--pm3eax8); }
.db3nsxr input, .db3nsxr textarea { font-family: var(--nqlgor); font-size: .95rem; padding: 10px 12px; border: 1px solid var(--yy8z3f); border-radius: var(--elc15); background: var(--exjkodmb); color: var(--pm3eax8); }
.db3nsxr input:focus, .db3nsxr textarea:focus { outline: none; border-color: var(--xyuefry); }
.db3nsxr button { align-self: flex-start; }

/* ─── LEGAL / INFO PAGES (sobre, contato, privacidade, cookies) ─── */
.xfgvp63 { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.n33niy { max-width: none; }
.n33niy h3 { margin-top: 26px; }
.n33niy h3:first-child { margin-top: 0; }
.z5lbb { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 80px; }
.fb569v { background: var(--exjkodmb); border: 1px solid var(--yy8z3f); border-radius: var(--p5no2rjb); padding: 22px 24px; box-shadow: var(--qvp082my); }
.els12ou2 { font-family: var(--fby6htuf); font-size: 1.2rem; font-weight: 800; color: var(--pm3eax8); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.h61t0q { font-size: .82rem; color: var(--pd062n); line-height: 1.55; margin-bottom: 16px; }
.xpisbzx { font-size: .65rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--pd062n); margin: 14px 0 8px; }
.m9ljj { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.m9ljj a { font-size: .9rem; color: var(--xyuefry); font-weight: 600; }
.m9ljj a:hover { text-decoration: underline; }
.vvgm7to { font-size: .88rem; color: var(--pm3eax8); word-break: break-all; font-weight: 600; }
.mn6kj { background: var(--xyuefry); color: #fff; text-align: center; padding: 13px 18px; border-radius: var(--elc15); font-weight: 700; font-size: .9rem; transition: filter .15s, transform .1s; }
.mn6kj:hover { filter: brightness(1.08); transform: translateY(-1px); }
.qby44 { font-size: .8rem; color: var(--pd062n); margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--yy8z3f); }
@media (max-width: 860px) { .xfgvp63 { grid-template-columns: 1fr; } .z5lbb { position: static; } }

/* ─── GENERIC TABLE (home preview) ─────────────────────── */
.pn7dx4o { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--sejoslo); border: 1px solid var(--yy8z3f); box-shadow: var(--qvp082my); }
table { width: 100%; border-collapse: collapse; background: var(--exjkodmb); font-size: .88rem; }
/* tabela-preview section-variant modifiers */
.vs2i0t9 table tbody tr:nth-child(even) { background: #FAFBFC; }
.c1d0di table th, .c1d0di table td { padding: 6px 8px; font-size: .8rem; }
.mmqte table thead tr { background: var(--afn3v); }
.mmqte table thead th { color: rgba(255, 255, 255, .85); }
.yky9jz95 table tbody tr { border-bottom: 1px solid var(--yy8z3f); }
thead tr { background: #F1F3F7; }
thead th { padding: 11px 14px; text-align: left; font-size: .72rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--pd062n); white-space: nowrap; border-bottom: 2px solid var(--yy8z3f); }
thead th:not(:first-child) { text-align: center; }
tbody tr { border-bottom: 1px solid var(--yy8z3f); transition: background .12s; }
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: #F7F9FF; }
tbody td { padding: 11px 14px; vertical-align: middle; white-space: nowrap; }
tbody td:not(:first-child) { text-align: center; }
.team-cell { display: flex; align-items: center; gap: 10px; }
.ey7xjzx { width: 26px; height: 18px; border-radius: 3px; background: linear-gradient(90deg, #E4E7ED 25%, #f0f2f5 50%, #E4E7ED 75%); flex-shrink: 0; }
.rank-pos { font-weight: 700; color: var(--pd062n); font-size: .8rem; width: 24px; text-align: center; display: inline-block; }
.rank-pos.qualify { color: var(--xyuefry); }
.pts-badge { display: inline-block; background: var(--xyuefry); color: #fff; font-weight: 700; font-size: .8rem; min-width: 28px; padding: 3px 7px; border-radius: 4px; text-align: center; }
.pts-badge.gray { background: #9CA3AF; }
.form-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin: 0 1px; }
.form-dot.mid78 { background: var(--ql7uzb7); }
.form-dot.d { background: var(--t6pjo); }
.form-dot.ognrt { background: var(--yg8mug); }

/* ─── MATCH CARDS (home + jogos full) ──────────────────── */
.matches-grid { display: flex; flex-direction: column; gap: 10px; }
.match-day-group { display: flex; flex-direction: column; gap: 8px; }
.jogos-hidden { display: none !important; }
.load-more-btn { align-self: center; margin-top: 18px; background: var(--exjkodmb); border: 1.5px solid var(--xyuefry); color: var(--xyuefry); font-weight: 700; font-size: .9rem; padding: 12px 30px; border-radius: var(--elc15); cursor: pointer; transition: background .15s, transform .1s; font-family: var(--nqlgor); }
.load-more-btn:hover { background: #EFF6FF; transform: translateY(-1px); }
.match-day-label { font-size: .75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--pd062n); padding: 8px 0 4px; border-top: 1px solid var(--yy8z3f); margin-top: 4px; }
.match-day-label:first-child { border-top: none; margin-top: 0; }
/* jogos-preview section-variant modifiers */
.hiypx5tw .matches-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 12px; }
.hiypx5tw .match-day-label { grid-column: 1 / -1; }
.rhx6o .match-card { padding: 10px 16px; }
.rhx6o .score-nums { font-size: 1.4rem; }
.t4fl2 .match-card { border-left: 3px solid var(--xyuefry); }
.t690z .match-card { background: transparent; border: none; box-shadow: none; border-radius: 0; border-bottom: 1px solid var(--yy8z3f); }
.match-day-header { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 6px; border-top: 1px solid var(--yy8z3f); margin-top: 8px; }
.match-day-header:first-child { border-top: none; margin-top: 0; }
.match-day-date { font-size: .78rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--pm3eax8); }
.match-day-phase { font-size: .72rem; font-weight: 600; color: var(--pd062n); }
.match-card { background: var(--exjkodmb); border: 1px solid var(--yy8z3f); border-radius: var(--sejoslo); padding: 16px 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; transition: box-shadow .15s, border-color .15s; }
.match-card:hover { border-color: var(--xyuefry); box-shadow: 0 0 0 3px rgba(26, 86, 219, .08); }
.match-card.finished:hover { border-color: var(--yy8z3f); box-shadow: none; }
.match-team { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: .95rem; }
.match-team.away { justify-content: flex-end; flex-direction: row; }
.match-team.away .team-flag-circle { order: 2; }
.match-team.away .team-name { order: 1; }
.team-flag-circle { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--yy8z3f); background: linear-gradient(135deg, #E4E7ED 0%, #F7F8FA 100%); flex-shrink: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; line-height: 1; }
.team-flag-circle img { width: 100%; height: 100%; object-fit: cover; }
.match-center { text-align: center; min-width: 130px; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.match-score { text-align: center; min-width: 80px; }
.score-nums { font-family: var(--fby6htuf); font-size: 1.8rem; font-weight: 800; letter-spacing: 4px; line-height: 1; color: var(--pm3eax8); }
.score-nums.upcoming { color: var(--pd062n); letter-spacing: 2px; font-size: 1.3rem; }
.gcs9v { color: var(--yy8z3f); }
.score-time { font-size: .72rem; color: var(--pd062n); font-weight: 500; }
.score-status { display: inline-block; font-size: .65rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; padding: 2px 8px; border-radius: 3px; }
.score-status.live { background: #FEE2E2; color: var(--yg8mug); }
.score-status.finished { background: #F1F3F7; color: var(--pd062n); }
.score-status.upcoming { background: #EFF6FF; color: var(--xyuefry); }
.match-venue { font-size: .7rem; color: var(--xyuefry); font-weight: 500; margin-top: 3px; }
.ti1qf { font-size: .66rem; color: var(--pd062n); }

/* ─── BANNER STRIP ─────────────────────────────────────── */
.w33pr { background: #F1F3F7; border-top: 1px solid var(--yy8z3f); border-bottom: 1px solid var(--yy8z3f); }
.uhcg0 { display: block; }
.gwzx4flp { width: 100%; height: 90px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border: 2px dashed var(--yy8z3f); cursor: pointer; transition: background .15s, border-color .15s; position: relative; overflow: hidden; }
.gwzx4flp:hover { background: #E8EBF0; border-color: var(--xyuefry); }
.tw2hwfc { display: flex; align-items: center; gap: 10px; }
.faj6n6 { font-size: 1.4rem; opacity: .4; }
.hoc2l { font-size: .75rem; font-weight: 600; color: var(--pd062n); letter-spacing: .3px; }
.acv0kfq { width: 100%; height: 90px; object-fit: cover; display: block; }
.luh7rr { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.s7y3skri { display: inline-flex; align-items: center; gap: 6px; padding: 9px 20px; border-radius: var(--elc15); font-size: .85rem; font-weight: 700; white-space: nowrap; transition: filter .15s, transform .1s; text-decoration: none; }
.s7y3skri:hover { filter: brightness(1.08); transform: translateY(-1px); }
.no822o { background: var(--xyuefry); color: #fff; }
.cn69ri { background: transparent; color: var(--xyuefry); border: 1.5px solid var(--xyuefry); }
.cn69ri:hover { background: #EFF6FF; }
/* banner section-variant modifiers */
.nu8quxt .gwzx4flp { justify-content: center; }
.nu8quxt .tw2hwfc { gap: 16px; }
.aj1o0i .gwzx4flp { border-style: solid; }

/* ─── PAGE HEADER + PHASE TABS (tabela/jogos) ──────────── */
.vyvyqsqh { background: var(--exjkodmb); border-bottom: 1px solid var(--yy8z3f); padding: 20px 0 0; }
.b8tx5 { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; flex-wrap: wrap; gap: 8px; }
.mmig9 { font-family: var(--fby6htuf); font-size: 1.8rem; font-weight: 800; letter-spacing: -.2px; }
.ootcs8 { font-size: .8rem; color: var(--pd062n); margin-top: 2px; }
.y3fcrf { display: inline-block; font-size: .72rem; font-weight: 600; color: var(--xyuefry); background: #EFF6FF; border: 1px solid rgba(26,86,219,.18); padding: 3px 10px; border-radius: 20px; margin-top: 8px; }
.qsbbu { background: var(--exjkodmb); border-bottom: 1px solid var(--yy8z3f); }
.ooz1hne4 { display: flex; gap: 0; border-bottom: 2px solid var(--yy8z3f); }
.phase-tab { padding: 10px 18px; font-size: .82rem; font-weight: 600; color: var(--pd062n); border-bottom: 2px solid transparent; margin-bottom: -2px; cursor: pointer; white-space: nowrap; transition: color .15s, border-color .15s; }
.phase-tab:hover { color: var(--xyuefry); }
.phase-tab.active { color: var(--xyuefry); border-bottom-color: var(--xyuefry); }

/* ─── GROUP NAV PILLS (tabela) ─────────────────────────── */
.group-nav-wrap { background: var(--exjkodmb); border-bottom: 1px solid var(--yy8z3f); position: sticky; top: 62px; z-index: 90; }
.mxcu8 { display: flex; align-items: center; gap: 0; overflow-x: auto; scrollbar-width: none; padding: 10px 0; }
.mxcu8::-webkit-scrollbar { display: none; }
.group-pill { flex-shrink: 0; padding: 6px 16px; border-radius: 20px; font-size: .8rem; font-weight: 600; cursor: pointer; color: var(--pd062n); background: transparent; border: 1.5px solid transparent; transition: all .15s; white-space: nowrap; }
.group-pill:hover, .group-pill.active { color: var(--xyuefry); border-color: var(--xyuefry); background: #EFF6FF; }

/* ─── TABELA: groups + classification ──────────────────── */
.c9fiz { padding: 28px 0 56px; }
.group-block { margin-bottom: 48px; scroll-margin-top: 130px; }
.w3ug4nmn { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; max-width: 1000px; margin: 0 auto; }
.rxl0iu { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; gap: 12px; }
.rxl0iu h2 { font-family: var(--fby6htuf); font-size: 1.4rem; font-weight: 800; letter-spacing: -.1px; }
.btn-completa { font-size: .72rem; font-weight: 700; color: var(--xyuefry); border: 1.5px solid var(--xyuefry); padding: 4px 12px; border-radius: 4px; cursor: pointer; background: transparent; transition: background .12s; white-space: nowrap; }
.btn-completa:hover { background: #EFF6FF; }
.btn-completa.is-expanded { color: var(--yg8mug); border-color: var(--yg8mug); background: transparent; }
.btn-completa.is-expanded:hover { background: #FEF2F2; }
/* Completa toggle: compact ↔ full-width table (D/GP/GC/SG/%) */
.col-extra { display: none; }
.group-block.expanded .col-extra { display: table-cell; }
.group-block.expanded .w3ug4nmn { grid-template-columns: 1fr; max-width: 1140px; }
.group-block.expanded .w3ug4nmn > div:nth-child(2) { display: none; }
.dsgo6y { display: none; width: 100%; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--yy8z3f); }
.group-block.expanded .svtayety { align-items: flex-start; }
.group-block.expanded .dsgo6y { display: flex; }
.l9tde { display: flex; align-items: center; gap: 4px; font-size: .68rem; color: var(--pd062n); }
.irpni { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.dz0qd { font-size: .68rem; color: var(--pd062n); }
.dz0qd b { color: var(--pm3eax8); font-weight: 700; margin-right: 4px; }
table.cls-table { width: 100%; border-collapse: collapse; background: var(--exjkodmb); font-size: .82rem; }
table.cls-table thead tr { background: #F1F3F7; }
table.cls-table thead th { padding: 9px 10px; text-align: center; font-size: .65rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--pd062n); border-bottom: 2px solid var(--yy8z3f); white-space: nowrap; }
table.cls-table thead th.t6buhx1 { text-align: left; }
table.cls-table thead th.ytcw4f { background: #EFF6FF; color: var(--xyuefry); }
table.cls-table tbody tr { border-bottom: 1px solid var(--yy8z3f); transition: background .12s; }
table.cls-table tbody tr:last-child { border-bottom: none; }
table.cls-table tbody tr:hover { background: #F7F9FF; }
table.cls-table tbody td { padding: 9px 10px; text-align: center; vertical-align: middle; }
.qualify-bar { width: 3px; min-height: 38px; position: absolute; left: 0; top: 0; bottom: 0; background: var(--op394pf); }
td.pos-cell { position: relative; width: 36px; padding-left: 14px; text-align: center; }
.pos-num { font-size: .75rem; font-weight: 700; color: var(--pd062n); }
.cls-table .team-cell { display: flex; align-items: center; gap: 8px; text-align: left; }
.team-crest { width: 24px; height: 24px; object-fit: contain; border-radius: 50%; flex-shrink: 0; background: var(--yy8z3f); }
.team-name { font-weight: 600; font-size: .82rem; }
.form-bullets { display: flex; gap: 3px; justify-content: center; }
.bullet { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; display: inline-block; }
.bullet.mid78 { background: var(--ql7uzb7); }
.bullet.d { background: var(--zo31kw); }
.bullet.ognrt { background: var(--a5s81ib); }
.bullet.p { background: var(--u7co0bph); }
.svtayety { padding: 8px 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--yy8z3f); background: #FAFBFC; border-radius: 0 0 var(--sejoslo) var(--sejoslo); }
.op2myg { display: flex; align-items: center; gap: 6px; font-size: .68rem; color: var(--pd062n); }
.gkhuni7p { width: 10px; height: 10px; border-radius: 2px; background: var(--op394pf); }
.jhhubcq { display: flex; align-items: center; gap: 10px; }
.l9tde { display: flex; align-items: center; gap: 4px; font-size: .68rem; color: var(--pd062n); }

/* tabela match column */
.f11ydj63 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.f11ydj63 h2 { font-family: var(--fby6htuf); font-size: 1.4rem; font-weight: 800; }
.round-nav { display: flex; align-items: center; gap: 8px; }
.dtua5 { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--yy8z3f); background: var(--exjkodmb); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: .85rem; color: var(--pd062n); transition: border-color .15s, color .15s; }
.dtua5:hover { border-color: var(--xyuefry); color: var(--xyuefry); }
.round-label { font-size: .8rem; font-weight: 600; color: var(--pm3eax8); white-space: nowrap; }
.match-list { display: flex; flex-direction: column; gap: 8px; }
.round-matches { display: flex; flex-direction: column; gap: 8px; }
.match-list .match-card { display: block; padding: 0; overflow: hidden; cursor: pointer; }
.ugumk { padding: 5px 12px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--yy8z3f); background: #FAFBFC; }
.pot63a { font-size: .65rem; font-weight: 700; display: flex; align-items: center; gap: 4px; }
.pot63a.finished { color: var(--pd062n); }
.pot63a.live { color: var(--yg8mug); }
.pot63a.upcoming { color: var(--xyuefry); }
.txs3y1yy { font-size: .65rem; color: var(--pd062n); margin-left: auto; }
.egat6 { font-size: .62rem; color: var(--pd062n); }
.ivh2u { padding: 10px 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.ivh2u .match-team { font-size: .82rem; gap: 8px; }
.ivh2u .match-team.away { justify-content: flex-end; flex-direction: row-reverse; }
.i0jnok { text-align: center; min-width: 60px; }
.lbmf1 { font-family: var(--fby6htuf); font-size: 1.5rem; font-weight: 800; line-height: 1; letter-spacing: 2px; }
.wrdfs { color: #CBD5E1; }

/* knockout */
.phase-content { display: none; }
.phase-content.active { display: block; }
.pxh87vy { padding: 14px 0 18px; }
.bracket-link { font-size: .82rem; font-weight: 600; color: var(--xyuefry); cursor: pointer; display: inline-flex; align-items: center; gap: 4px; }
.bracket-link:hover { text-decoration: underline; }
.ko-match-list { display: flex; flex-direction: column; gap: 10px; max-width: 820px; margin: 0 auto; }
.ko-match { display: grid; grid-template-columns: 200px 1fr; align-items: center; background: var(--exjkodmb); border: 1px solid var(--yy8z3f); border-radius: var(--sejoslo); overflow: hidden; transition: border-color .15s; }
.ko-match:hover { border-color: var(--xyuefry); }
.ko-match.is-final { border-color: var(--t6pjo); box-shadow: 0 0 0 2px rgba(245, 158, 11, .15); }
.ko-datetime { padding: 16px 20px; border-right: 1px solid var(--yy8z3f); background: #FAFBFC; }
.ko-datetime.is-final { background: #FFFBEB; }
.ko-date { font-size: .78rem; font-weight: 600; color: var(--pm3eax8); line-height: 1.3; }
.ko-date.fahls { color: var(--t6pjo); font-size: .85rem; font-weight: 800; }
.ko-time { font-size: .72rem; color: var(--pd062n); margin-top: 2px; }
.ko-broadcast { font-size: .65rem; color: var(--xyuefry); margin-top: 4px; font-weight: 500; }
.ko-teams { padding: 16px 24px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: .9rem; color: var(--pm3eax8); }
.ko-team { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.ko-team-crest { width: 28px; height: 28px; border-radius: 50%; object-fit: contain; flex-shrink: 0; }
.ko-team-ph { width: 28px; height: 28px; border-radius: 50%; background: #2D3748; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ko-team-ph svg { width: 16px; height: 16px; fill: #718096; }
.ko-sep { font-size: .85rem; color: var(--pd062n); font-weight: 400; flex-shrink: 0; }
.ko-sep.ko-score { font-family: var(--fby6htuf); font-size: 1.15rem; font-weight: 800; color: var(--pm3eax8); letter-spacing: 1px; min-width: 56px; text-align: center; }

/* ─── Chaveamento (knockout bracket) drawer + tree ─── */
.bk-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 200; display: none; }
.bk-overlay.open { display: block; }
body.bk-lock { overflow: hidden; }
.bk-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(1000px, 100%); background: var(--exjkodmb); display: flex; flex-direction: column; box-shadow: -8px 0 30px rgba(0,0,0,.3); }
.bk-head { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--yy8z3f); flex-shrink: 0; }
.bk-close { font-size: 1.7rem; line-height: 1; background: none; border: none; cursor: pointer; color: var(--pd062n); padding: 0 4px; }
.bk-close:hover { color: var(--pm3eax8); }
.bk-title { font-family: var(--fby6htuf); font-size: 1.4rem; font-weight: 800; }
.bk-scroll { flex: 1; overflow: auto; padding: 24px; -webkit-overflow-scrolling: touch; }
/* DESKTOP: equal-height columns; each game in an equal flex slot so pair midpoints line up,
   then proper bracket connectors (vertical join per pair + horizontal stub into the next round). */
.bk-tree { --h8uch7: 38px; --ls335ju: #9aa6b8; display: flex; align-items: stretch; min-width: max-content; gap: var(--h8uch7); }
.bk-col { display: flex; flex-direction: column; min-width: 168px; }
.bk-roundhead { display: none; }
.bk-games { flex: 1; display: flex; flex-direction: column; }
.bk-game { flex: 1 1 0; min-height: 72px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.bk-card { background: var(--exjkodmb); border: 1px solid var(--yy8z3f); border-radius: 6px; box-shadow: var(--qvp082my); }
.bk-game.is-final .bk-card { border-color: var(--t6pjo); }
/* vertical pair-join sits in the right half of the gap; top game draws center→bottom-edge, bottom game top-edge→center */
.bk-col:not(:last-child) .bk-games .bk-game::after { content: ''; position: absolute; right: calc(var(--h8uch7) / -2); width: calc(var(--h8uch7) / 2); border-right: 2.5px solid var(--ls335ju); }
.bk-col:not(:last-child) .bk-games .bk-game:nth-of-type(odd)::after { top: 50%; bottom: 0; border-top: 2.5px solid var(--ls335ju); }
.bk-col:not(:last-child) .bk-games .bk-game:nth-of-type(even)::after { top: 0; bottom: 50%; border-bottom: 2.5px solid var(--ls335ju); }
/* horizontal line from the pair-join into the next round's game (left half of the gap) */
.bk-col:not(:first-child) .bk-games .bk-game::before { content: ''; position: absolute; left: calc(var(--h8uch7) / -2); width: calc(var(--h8uch7) / 2); top: 50%; height: 2.5px; background: var(--ls335ju); }
.bk-slot { display: flex; align-items: center; gap: 7px; padding: 4px 9px; font-size: .8rem; line-height: 1.2; }
.bk-slot.is-team { font-weight: 600; }
.bk-slot + .bk-slot { border-top: 1px solid var(--yy8z3f); }
.bk-slot img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }
.bk-ph { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bk-ph svg { width: 14px; height: 14px; fill: #94a3b8; }
.bk-name { flex: 1; min-width: 0; word-break: break-word; } /* wrap long slot labels instead of clipping */
.bk-sc { font-family: var(--fby6htuf); font-weight: 800; color: var(--pm3eax8); margin-left: 4px; }
.bk-empty { padding: 50px; text-align: center; color: var(--pd062n); width: 100%; }

/* MOBILE: no horizontal tree — stack rounds vertically (sticky round header + cards), no connectors */
@media (max-width: 768px) {
  .bk-panel { width: 100%; }
  .bk-scroll { padding: 12px 14px; }
  .bk-tree { flex-direction: column; min-width: 0; gap: 0; }
  .bk-col { min-width: 0; width: 100%; }
  .bk-roundhead { display: block; position: sticky; top: 0; background: var(--exjkodmb); font-family: var(--fby6htuf); font-weight: 800; font-size: 1.05rem; padding: 10px 2px 6px; border-bottom: 2px solid var(--xyuefry); margin: 16px 0 8px; z-index: 1; }
  .bk-col:first-child .bk-roundhead { margin-top: 0; }
  .bk-games { display: block; }
  .bk-game { display: block; }
  .bk-card { margin: 6px 0; }
  .bk-game::before, .bk-game::after { display: none !important; }
}
.ko-team-label { font-size: .85rem; }

/* ad strip + tabela CTA */
.j6tdeo9 { background: #F1F3F7; border-top: 1px solid var(--yy8z3f); border-bottom: 1px solid var(--yy8z3f); margin: 32px 0; }
.jebsw { height: 90px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.jebsw span { font-size: .72rem; color: var(--pd062n); font-weight: 500; }
.enljqo { background: var(--b1lv5b93); border-radius: var(--p5no2rjb); padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 28px 0; position: relative; overflow: hidden; flex-wrap: wrap; }
.enljqo::before { content: '2026'; position: absolute; right: 190px; top: 50%; transform: translateY(-50%); font-family: var(--fby6htuf); font-size: 5rem; font-weight: 800; color: rgba(255, 255, 255, .05); line-height: 1; pointer-events: none; letter-spacing: -2px; } /* subtle background year art (button fills the right) */
/* r13: text block grows, button stays RIGHT on the same line in every variant */
.slq178c { display: flex; flex-direction: column; gap: 4px; position: relative; z-index: 1; flex: 1 1 auto; min-width: 0; order: 0; }
.vk22wn { font-size: .65rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.juy5xq { font-family: var(--fby6htuf); font-size: 1.25rem; font-weight: 800; color: #fff; line-height: 1.2; }
.yst419d { font-size: .75rem; color: rgba(255, 255, 255, .45); }
.ha89g { background: var(--xyuefry); color: #fff; padding: 11px 24px; border-radius: var(--elc15); font-size: .88rem; font-weight: 700; white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: filter .15s, transform .1s; position: relative; z-index: 1; flex-shrink: 0; font-family: var(--nqlgor); order: 1; }
.ha89g:hover { filter: brightness(1.12); transform: translateY(-1px); }
/* tabela-cta section-variant modifiers — button stays RIGHT on one line in ALL of them (r13);
   variants differ by accent/decoration, NOT by stacking the button below the text. */
.jdzokk15 { border-left: 4px solid var(--xyuefry); }
.gm3jnr { border-top: 3px solid var(--xyuefry); }
.wjyebz::before { display: none; }

/* ─── FOOTER ───────────────────────────────────────────── */
.ja21f7 { background: var(--afn3v); color: rgba(255, 255, 255, .65); padding: 40px 0 28px; }
.dcom498 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.ggqdxf { font-family: var(--fby6htuf); font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.uwfjhwo { font-size: .85rem; line-height: 1.6; max-width: 280px; }
.t167f7 { font-size: .72rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255, 255, 255, .4); margin-bottom: 14px; }
.uxqqj3r { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.uxqqj3r a { font-size: .85rem; color: rgba(255, 255, 255, .6); transition: color .15s; }
.uxqqj3r a:hover { color: #fff; }
.hio34 { border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: .8rem; color: rgba(255, 255, 255, .35); }
/* footer section-variant modifiers */
.v2jine .dcom498 { grid-template-columns: 1fr 1fr 1fr; }
.gcp7in .dcom498 { grid-template-columns: 1fr 1fr 2fr; }
.o1l6cp1d .dcom498 { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.o1l6cp1d .uxqqj3r { align-items: center; }
.o1l6cp1d .uwfjhwo { max-width: 100%; }
.o1l6cp1d .hio34 { justify-content: center; }
.acj4g .uxqqj3r { flex-direction: row; flex-wrap: wrap; gap: 16px; }

/* ─── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 900px) {
  .w3ug4nmn { grid-template-columns: 1fr; }
  .f11ydj63, .rxl0iu { flex-wrap: wrap; }
}
@media (max-width: 768px) {
  .wf1kev { display: none; }
  .a2ghj { display: none; }
  .burger { display: flex; }
  .k47d5n { padding: 36px 0 32px; }
  .k47d5n::before { display: none; }
  .section { padding: 36px 0; }
  .joph7u6g { padding: 24px 0; }
  .stats-grid { flex-wrap: wrap; }
  .stats-cell { flex: 0 0 50%; border-right: none; border-bottom: 1px solid var(--yy8z3f); }
  .stats-cell:nth-child(odd) { border-right: 1px solid var(--yy8z3f); }
  .match-card { grid-template-columns: 1fr auto 1fr; gap: 8px; padding: 12px 14px; }
  .team-flag-circle { width: 32px; height: 32px; font-size: 1rem; }
  .match-team { font-size: .82rem; gap: 8px; }
  .score-nums { font-size: 1.4rem; letter-spacing: 2px; }
  .match-center { min-width: 90px; }
  .dcom498 { grid-template-columns: 1fr; gap: 24px; }
  .uwfjhwo { max-width: 100%; }
  .rw8idb1g { float: none; width: 100%; margin: 0 0 16px; }
  .vm1exy { height: 180px !important; }
  thead th:nth-child(n+4):not(:last-child) { display: none; }
  tbody td:nth-child(n+4):not(:last-child) { display: none; }
  .gwzx4flp, .acv0kfq { height: 60px; }
  .abzi8, .zpl5l2i { height: 180px; }
}
@media (max-width: 640px) {
  .ko-match { grid-template-columns: 1fr; }
  .ko-datetime { border-right: none; border-bottom: 1px solid var(--yy8z3f); }
  .ko-teams { justify-content: flex-start; }
  .enljqo { padding: 20px; }
  .enljqo::before { display: none; }
  .ha89g { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .luh7rr { display: none; }
  .gwzx4flp { justify-content: center; }
  .r6kb01h { flex-direction: column; align-items: flex-start; }
  .lqe1c { width: 100%; justify-content: center; }
  .thr9pq { padding: 18px 20px; }
  .thr9pq::after { display: none; }
  .l9ggx { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .xowmbip { flex-direction: column; }
  .btn { justify-content: center; }
  .phase-tab { padding: 8px 12px; font-size: .75rem; }
}
