:root {
  --ink: #f2fbf8;
  --muted: #9db9b4;
  --blue: #20e57a;
  --blue-dark: #0f5148;
  --sky: #eaf8f0;
  --navy: #01181e;
  --navy-2: #08232a;
  --lime: #20e57a;
  --soft: #0d292a;
  --line: #1c4542;
  --white: #ffffff;
  --warning: #fff8e8;
  --warning-line: #f1cf77;
  --radius: 16px;
  --shadow: 0 20px 60px rgba(20, 48, 88, .11);
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { position: relative; width: 100%; min-width: 0; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: #0A1C1C; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
main, header, footer, section, nav, aside, article, div { min-width: 0; }
img, svg, video, canvas { max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffbf3f; outline-offset: 3px; border-radius: 6px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 840px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: #01181e; border-bottom: 1px solid #0f5148; box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: white; text-decoration: none; font-size: 31px; line-height: 1; font-weight: 900; letter-spacing: -.075em; text-transform: lowercase; }
.brand b { color: var(--lime); font-weight: 950; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #cad4e7; text-decoration: none; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: white; }
.main-nav .button { min-height: 42px; padding: 8px 18px; }
.header-actions { display: flex; gap: 10px; }
.mobile-auth-bar { display: none; }
.button-login { color: white; background: transparent; border: 1px solid #67748c; }
.button-login:hover { color: white; border-color: white; background: rgba(255,255,255,.08); }
.button-signup { color: #071a0e; background: var(--lime); box-shadow: 0 8px 22px rgba(53,214,111,.22); }
.button-signup:hover { color: #071a0e; background: #58e58a; box-shadow: 0 12px 26px rgba(53,214,111,.32); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; }

.sportsbook-shell { width: 100%; max-width: 100%; overflow: hidden; color: white; background: #01181e; border-bottom: 2px solid #0f5148; }
.sportsbook-layout { width: min(100% - 16px, 1710px); height: 540px; margin: 0 auto; display: grid; grid-template-columns: 276px minmax(560px,1fr) 360px; gap: 10px; padding: 8px 0 12px; }
.sports-rail, .sportsbook-center, .betslip { min-width: 0; background: #08232a; border: 1px solid #0f5148; overflow: hidden; }
.sports-rail { display: flex; flex-direction: column; }
.rail-heading, .sports-heading { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 13px; color: white; background: #0f5148; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.rail-heading span { color: #20e57a; font-size: 19px; }
.league-list { padding: 5px 12px 7px; background: #0a3438; }
.rail-league { display: flex; align-items: center; justify-content: space-between; min-height: 31px; padding: 4px 5px; color: #eefbf7; border-bottom: 1px solid rgba(32,229,122,.18); text-decoration: none; font-size: 10px; white-space: pre; transition: padding .18s ease, color .18s ease, background .18s ease; }
.rail-league:hover { padding-left: 10px; color: #20e57a; background: rgba(32,229,122,.08); }
.sports-heading { min-height: 32px; background: #01181e; color: #86a8a4; font-size: 10px; letter-spacing: .12em; }
.sport-list { flex: 1; }
.sport-row { min-height: 26px; display: flex; align-items: center; padding: 2px 11px; color: #eefbf7; border-bottom: 1px solid #01181e; text-decoration: none; font-size: 10px; white-space: pre; transition: color .18s ease, background .18s ease, transform .18s ease; }
.sport-row:hover { color: #20e57a; background: #0f5148; transform: translateX(4px); }
.sportsbook-center { display: grid; grid-template-rows: 235px minmax(0,1fr); gap: 9px; border: 0; background: transparent; }
.sports-hero { position: relative; display: block; overflow: hidden; color: white; background-color: #01181e; background-image: linear-gradient(90deg,rgba(0,13,15,.2) 0%,rgba(0,13,15,.04) 48%,rgba(0,13,15,0) 70%), url("/images/hero-sport-cashback.webp"); background-position: center; background-size: cover; border: 1px solid #0f5148; text-decoration: none; isolation: isolate; transition: filter .2s ease; }
.sports-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,12,14,.8) 0%,rgba(0,12,14,.48) 38%,rgba(0,12,14,.04) 68%); }
.sports-hero:hover { color: white; filter: brightness(1.12); }
.banner-copy { position: relative; z-index: 3; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px 36px; }
.banner-copy small { padding: 4px 9px; color: #01181e; background: #20e57a; font-size: 8px; font-weight: 950; letter-spacing: .16em; }
.banner-copy strong { margin-top: 8px; font-size: clamp(26px,2.7vw,43px); line-height: .78; letter-spacing: -.055em; font-style: italic; text-shadow: 0 3px 22px rgba(0,0,0,.45); }
.banner-copy strong em { color: #20e57a; font-style: inherit; }
.banner-copy i { margin-top: 7px; color: #b5d4ce; font-size: 9px; font-style: normal; }
.banner-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 8px 13px; color: #01181e; background: #20e57a; border-radius: 7px; box-shadow: 0 8px 24px rgba(32,229,122,.22); font-size: 10px; line-height: 1; font-weight: 950; letter-spacing: .04em; }
.banner-cta b { font-size: 14px; transition: transform .2s ease; }
.sports-hero:hover .banner-cta b { transform: translateX(3px); }
.matches { overflow: hidden; border: 1px solid #0f5148; background: #08232a; }
.match-tabs { height: 37px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; color: #72948f; background: #01181e; font-size: 9px; text-align: center; text-transform: uppercase; }
.match-tabs b { height: 100%; display: grid; place-items: center; color: #20e57a; background: #0f5148; border-bottom: 2px solid #20e57a; }
.match-row { min-height: 64px; display: grid; grid-template-columns: minmax(190px,1fr) 110px minmax(255px,.85fr); align-items: center; gap: 10px; padding: 6px 10px; color: white; border-bottom: 1px solid #0f5148; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.match-row:hover { color: white; background: #0c3034; transform: translateX(2px); }
.match-info { min-width: 0; display: flex; flex-direction: column; }
.match-info small { overflow: hidden; color: #779791; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.match-info strong { font-size: 11px; font-weight: 700; }
.match-time { color: #96b1ac; font-size: 9px; text-align: right; }
.odds-group { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.odds-group i { padding: 7px 5px; color: #20e57a; background: #01181e; border: 1px solid transparent; font-size: 9px; font-style: normal; text-align: center; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.match-row:hover .odds-group i { border-color: #0f5148; }
.odds-group i:hover { color: #01181e; background: #20e57a; transform: translateY(-2px); }
.betslip { display: grid; grid-template-rows: 43px minmax(0,1fr) 70px; }
.betslip-tabs { display: grid; grid-template-columns: repeat(3,1fr) 36px; align-items: stretch; color: #537873; background: #0a3438; font-size: 10px; text-transform: uppercase; }
.betslip-tabs > * { display: grid; place-items: center; }
.betslip-tabs b { color: #20e57a; background: #0f5148; }
.betslip-tabs i { color: #a2bbb7; font-size: 15px; font-style: normal; }
.betslip-body { display: grid; place-items: center; color: white; border-bottom: 1px solid #0f5148; text-decoration: none; font-size: 17px; transition: background .2s ease; }
.betslip-body:hover { color: white; background: #0a2c31; }
.betslip-body i { color: #0f5148; font-style: normal; }
.chat-start { display: grid; grid-template-columns: 13px 1fr 30px; align-items: center; gap: 10px; padding: 10px 14px; background: #01181e; }
.chat-status { width: 9px; height: 9px; background: #20e57a; border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,229,122,.12); }
.chat-start div { display: flex; flex-direction: column; }
.chat-start b { font-size: 11px; }
.chat-start small { color: #789791; font-size: 9px; }
.chat-arrow { color: #20e57a; text-decoration: none; font-size: 24px; text-align: right; transition: transform .18s ease; }
.chat-arrow:hover { color: #20e57a; transform: translateX(3px); }

.hero { padding: 76px 0 70px; background: radial-gradient(circle at 72% 28%, rgba(32,229,122,.16) 0, rgba(15,81,72,.18) 24%, transparent 46%), #0A1C1C; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: center; gap: 78px; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3 { color: var(--ink); line-height: 1.14; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(44px, 6vw, 76px); font-weight: 760; }
h2 { margin: 56px 0 18px; font-size: clamp(28px, 4vw, 42px); font-weight: 740; }
h3 { margin: 0 0 10px; font-size: 20px; }
.hero-copy { max-width: 710px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: 740; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(3,169,79,.22); }
.button-primary:hover { color: white; background: var(--blue-dark); }
.button-secondary { color: var(--ink); background: #123130; border: 1px solid var(--line); }
.microcopy { margin: 18px 0 0; color: #758397; font-size: 13px; }
.hero-panel { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: rgba(8,35,42,.8); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.signal-row { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--muted); font-size: 12px; font-weight: 650; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: #27b276; box-shadow: 0 0 0 5px rgba(39,178,118,.12); }
.phone-card { overflow: hidden; border: 7px solid #031617; border-radius: 26px; background: var(--soft); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.phone-top { display: flex; justify-content: space-between; padding: 14px 18px; color: white; background: var(--ink); font-size: 12px; }
.phone-body { padding: 28px 24px 30px; }
.phone-body strong { display: block; margin: 5px 0 18px; font-size: 25px; line-height: 1.2; }
.mini-label { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.mini-search { padding: 12px 14px; color: #9db9b4; background: #08232a; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.mini-grid span { padding: 13px; color: var(--blue-dark); background: var(--sky); border-radius: 9px; font-size: 12px; font-weight: 700; text-align: center; }

.quick-facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0A1C1C; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid > div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 18px 30px; border-right: 1px solid var(--line); }
.fact-grid > div:first-child { border-left: 1px solid var(--line); }
.fact-grid b { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.fact-grid span { margin-top: 4px; font-size: 15px; font-weight: 680; }

.section { padding: 86px 0; }
.content-grid { display: grid; grid-template-columns: 220px minmax(0,760px); gap: 80px; justify-content: center; align-items: start; }
.toc { position: sticky; top: 110px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.toc b { margin-bottom: 8px; font-size: 13px; }
.toc a { padding: 5px 0; color: var(--muted); text-decoration: none; font-size: 13px; }
.article > h2:first-of-type { margin-top: 0; }
.article p, .reading p { color: #b7cbc7; }
.notice { margin: 30px 0; padding: 20px 22px; color: #604710; background: var(--warning); border-left: 4px solid var(--warning-line); border-radius: 4px var(--radius) var(--radius) 4px; }
.notice-blue { color: #173d74; background: var(--sky); border-color: var(--blue); }
.step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 30px 0; }
.step-grid article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #0d292a; }
.step-grid article > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.step-grid h3 { margin-top: 24px; font-size: 18px; }
.step-grid p { margin: 0; font-size: 14px; line-height: 1.6; }
.link-card { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 28px 0; padding: 26px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.link-card h3 { font-size: 22px; }
.link-card p { margin: 0; font-size: 14px; }
.link-card > a { flex: 0 0 auto; font-weight: 760; }
.table-wrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
caption { padding: 18px 20px; font-weight: 740; text-align: left; background: var(--soft); }
th,td { padding: 16px 20px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); background: #102c2c; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
td { color: #bdd0cc; font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; list-style: none; color: var(--ink); font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 22px; padding-right: 48px; }
.cta-section { padding: 0 0 86px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 46px 50px; color: white; background: radial-gradient(circle at 80% 20%, rgba(53,214,111,.26), transparent 34%), linear-gradient(120deg,#0d172d,#173b2b); border: 1px solid rgba(53,214,111,.28); border-radius: 24px; box-shadow: 0 22px 60px rgba(11,34,24,.22); }
.cta-card h2 { margin: 0 0 10px; color: white; }
.cta-card p:not(.eyebrow) { margin: 0; color: #c7d4e6; }
.cta-card .eyebrow { color: #65e795; }

.inner-hero { padding: 72px 0 64px; background: radial-gradient(circle at 78% 18%, rgba(32,229,122,.13), transparent 34%), #0A1C1C; border-bottom: 1px solid var(--line); }
.inner-hero h1 { max-width: 850px; font-size: clamp(40px, 6vw, 66px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #7b899b; font-size: 12px; }
.breadcrumbs span { display: inline-flex; gap: 8px; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs i { font-style: normal; }
.text-link { font-weight: 700; text-decoration: none; }
.reading { max-width: 790px; }
.guide-section { position: relative; padding-left: 54px; }
.guide-section + .guide-section { margin-top: 70px; padding-top: 2px; border-top: 1px solid var(--line); }
.guide-section h2 { margin-top: 0; }
.section-number { position: absolute; left: 0; top: 10px; color: var(--blue); font-size: 12px; font-weight: 850; }
.check-list { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding: 13px 16px 13px 44px; color: #c3d6d2; background: var(--soft); border-radius: 10px; }
.section-stack + .section-stack .guide-section { margin-top: 70px; padding-top: 2px; border-top: 1px solid var(--line); }
.section-stack .guide-section + .guide-section { margin-top: 70px; }
.editorial-visual { overflow: hidden; margin: 0 0 64px; border: 1px solid var(--line); border-radius: 24px; background: #08232a; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.visual-art { position: relative; min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; background: radial-gradient(circle at 82% 24%, rgba(32,229,122,.5), transparent 18%), repeating-linear-gradient(125deg, transparent 0 54px, rgba(255,255,255,.025) 55px 57px), linear-gradient(125deg,#0f5148,#08232a 62%,#01181e); isolation: isolate; }
.visual-art::after { content: ""; position: absolute; width: 250px; height: 250px; right: -55px; top: -70px; border: 2px solid rgba(32,229,122,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(32,229,122,.04), 0 0 0 78px rgba(32,229,122,.025); }
.visual-art-image { min-height: 340px; overflow: hidden; }
.visual-art-image::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(1,18,22,.96) 0%,rgba(1,18,22,.84) 37%,rgba(1,18,22,.24) 68%,rgba(1,18,22,.04) 100%); }
.visual-art-image::after { display: none; }
.visual-art-image > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; max-width: 58%; }
.visual-art span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.visual-art strong { z-index: 1; max-width: 560px; margin-top: 10px; color: white; font-size: clamp(30px,5vw,48px); line-height: 1.02; letter-spacing: -.045em; }
.visual-art i { position: absolute; right: 34px; bottom: 30px; color: var(--lime); font-size: 48px; font-style: normal; }
.visual-table { display: grid; grid-template-columns: repeat(3,1fr); }
.visual-table div { min-height: 94px; padding: 20px 22px; border-right: 1px solid var(--line); }
.visual-table div:last-child { border-right: 0; }
.visual-table b, .visual-table span { display: block; }
.visual-table b { color: var(--lime); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.visual-table span { margin-top: 5px; color: #d4e2df; font-size: 13px; line-height: 1.45; }
.inline-cta-mid { margin: 60px 0 8px; background: radial-gradient(circle at 84% 20%, rgba(32,229,122,.34), transparent 33%), linear-gradient(120deg,#0f5148,#08232a 68%); }
.check-list li::before { content: "✓"; position: absolute; left: 16px; color: var(--blue); font-weight: 900; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 74px; padding: 36px 38px; color: white; background: radial-gradient(circle at 86% 22%, rgba(53,214,111,.27), transparent 38%), linear-gradient(120deg,#101a31,#17402d); border: 1px solid rgba(53,214,111,.3); border-radius: 22px; box-shadow: 0 18px 50px rgba(10,29,22,.2); }
.inline-cta b { display: block; color: white; font-size: 26px; line-height: 1.2; }
.inline-cta p { margin: 7px 0 0; color: #c9d8d0; font-size: 14px; }
.cta-kicker { display: block; margin-bottom: 7px; color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .14em; }

.site-footer { padding: 70px 0 24px; color: #aebed2; background: #01181e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 52px; }
.brand-footer { color: white; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid b { margin-bottom: 7px; color: white; }
.footer-grid a:not(.brand) { color: #aebed2; text-decoration: none; font-size: 14px; }
.footer-grid p { max-width: 330px; margin: 8px 0; font-size: 13px; line-height: 1.7; }
.age-mark { display: grid; place-items: center; width: 44px; height: 44px; margin-top: 12px; color: white; border: 2px solid #6f829c; border-radius: 50%; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 20px; border-top: 1px solid #263951; color: #7e92ad; font-size: 12px; }

@media (max-width: 900px) {
  .sportsbook-layout { height: auto; grid-template-columns: 220px minmax(0,1fr); grid-template-rows: 500px 210px; }
  .betslip { grid-column: 1/-1; grid-template-rows: 43px 105px 60px; }
  .match-row { grid-template-columns: minmax(150px,1fr) minmax(220px,.8fr); }
  .match-time { display: none; }
  .banner-ball { right: 5%; font-size: 100px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-panel { max-width: 520px; transform: none; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .fact-grid > div { border-bottom: 1px solid var(--line); }
  .content-grid { grid-template-columns: 1fr; gap: 42px; }
  .toc { position: static; display: grid; grid-template-columns: repeat(2,1fr); }
  .toc b { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/4; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); font-size: 15px; }
  .wrap { width: calc(100% - 28px); max-width: calc(100% - 28px); margin-right: auto; margin-left: auto; }
  main, main > section, .quick-facts, .section, .cta-section, .inner-hero, .site-footer { width: 100%; max-width: 100%; overflow-x: hidden; }
  .article, .faq-list, .cta-card, .inline-cta, .editorial-visual, .table-wrap { width: 100%; max-width: 100%; min-width: 0; }
  .reading { width: calc(100% - 28px); max-width: calc(100% - 28px); min-width: 0; margin-right: auto; margin-left: auto; }
  .header-inner { min-height: 62px; }
  .brand { font-size: 26px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 62px; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--navy); border: 1px solid #31405d; border-radius: 0 0 16px 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 10px; }
  .header-actions { display: none; }
  .mobile-auth-bar { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); background: rgba(1,24,30,.97); border-top: 2px solid var(--lime); box-shadow: 0 -10px 30px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
  .mobile-auth-bar .button { width: 100%; min-width: 0; min-height: 54px; padding: 12px 8px; font-size: 18px; }
  .mobile-auth-bar .button-login { color: var(--lime); border: 2px solid var(--lime); }
  .sportsbook-layout { width: auto; max-width: none; margin-right: 6px; margin-left: 6px; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; gap: 7px; padding: 7px 0; }
  .sports-rail { max-height: 338px; }
  .league-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rail-league { min-width: 0; max-width: 100%; overflow: hidden; font-size: 8px; text-overflow: ellipsis; }
  .sports-heading, .sport-list { display: none; }
  .sportsbook-center { grid-template-rows: 190px 286px; }
  .sports-hero { background-position: 58% center; }
  .sports-hero::before { background: linear-gradient(90deg,rgba(0,12,14,.88) 0%,rgba(0,12,14,.62) 45%,rgba(0,12,14,.08) 76%); }
  .banner-copy { max-width: 63%; padding: 15px 16px; }
  .banner-copy small { padding: 3px 7px; font-size: 7px; }
  .banner-copy strong { margin-top: 7px; font-size: clamp(25px,8.6vw,34px); line-height: .8; }
  .banner-cta { margin-top: 10px; padding: 7px 10px; font-size: 9px; }
  .banner-copy i { margin-top: 5px; font-size: 7px; }
  .match-row { min-width: 0; min-height: 62px; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); padding-inline: 8px; }
  .match-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .odds-group { gap: 3px; }
  .odds-group i { padding-inline: 2px; }
  .betslip { grid-column: auto; grid-template-rows: 43px 105px 60px; }
  .hero { padding: 54px 0 48px; }
  h1 { font-size: 42px; }
  h2 { margin-top: 44px; font-size: 30px; }
  .hero-panel { padding: 18px; }
  .visual-art-image { min-height: 300px; padding: 24px; }
  .visual-art-image::before { background: linear-gradient(90deg,rgba(1,18,22,.96) 0%,rgba(1,18,22,.82) 52%,rgba(1,18,22,.18) 100%); }
  .visual-art-image > img { object-position: 60% center; }
  .visual-copy { max-width: 68%; }
  .visual-art strong { font-size: clamp(27px,9vw,38px); }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid > div { min-height: 88px; padding: 14px; }
  .fact-grid span { font-size: 13px; }
  .section { padding: 60px 0; }
  .step-grid { grid-template-columns: 1fr; }
  .link-card, .cta-card, .inline-cta { align-items: flex-start; flex-direction: column; }
  .visual-table { grid-template-columns: 1fr; }
  .visual-table div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .visual-table div:last-child { border-bottom: 0; }
  .cta-card { padding: 32px 26px; }
  .inner-hero { padding: 46px 0 48px; }
  h1, h2, h3, p, li, td, th, a { overflow-wrap: anywhere; }
  .guide-section { padding-left: 0; }
  .section-number { position: static; display: block; margin-bottom: 8px; }
  .faq-list details p { padding-right: 0; }
  .table-wrap { overflow-x: auto; overscroll-behavior-inline: contain; }
  .notice, .link-card, .step-grid, .cta-card, .inline-cta { max-width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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