/* =====================================================================
   Templebet.co — pixel-faithful stylesheet (desktop 1440 / mobile 390)
   Values are taken directly from the Figma source. Fonts self-hosted.
   ===================================================================== */

/* ---------- Fonts ---------- */
@font-face { font-family: 'Inter'; src: url('../fonts/Inter.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Archivo Narrow'; src: url('../fonts/ArchivoNarrow.woff2') format('woff2'); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Archivo Narrow'; src: url('../fonts/ArchivoNarrow-Italic.woff2') format('woff2'); font-weight: 400 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Archivo'; src: url('../fonts/Archivo.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Geist Mono'; src: url('../fonts/GeistMono.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --navy: #111c35; --ink: #101d38; --black: #0b0f14; --black2: #0b0e17; --deep: #0b1120; --foot: #111318; --foot2: #101216;
  --cream: #f5f3ef; --sand: #f4f1ea; --white: #fff;
  --red: #e31b2d; --red2: #ef233c; --green: #26590d;
  --grey: #8790a3; --slate: #94a3b8; --slate2: #64748b; --slate3: #475569; --slate4: #4a5568; --slate5: #4b5563; --light: #cbd5e1;
  --line: #e5e7eb; --line2: #1b2330; --line3: #1f2a3a; --line4: #1b2a3a; --rule: #d9d4cc; --panel: #1a2744; --thead: #0c1528; --dark2: #0d1c34; --pill: #0e1b2e; --ink2: #111c38;
  --f-inter: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --f-narrow: 'Archivo Narrow', 'Arial Narrow', 'Inter', sans-serif;
  --f-archivo: 'Archivo', 'Inter', sans-serif;
  --f-mono: 'Geist Mono', 'SFMono-Regular', Menlo, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--f-inter); font-size: 14px; line-height: 1.2109375; color: var(--navy); background: var(--navy); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.theme-ink { background: var(--ink); } body.theme-black { background: var(--black); } body.theme-cream { background: var(--cream); }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
hr { border: 0; margin: 0; }
i { font-style: normal; display: block; }
.ic { display: block; fill: currentColor; flex: none; }
.mono { font-family: var(--f-mono); line-height: 1.3;}
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
[hidden] { display: none !important; }
main { display: block; }

/* Eyebrows (Archivo Narrow Bold 14, ls 1) */
.eyebrow { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; line-height: 1.34375;}
.eyebrow--red { color: var(--red); }
.eyebrow--grey { color: var(--slate2); font-size: 12px; letter-spacing: 1.5px; }
.eyebrow--narrow { font-weight: 600; font-size: 12px; letter-spacing: 1.2px; color: var(--red2); }
.eyebrow--15 { letter-spacing: 1.5px; }
.eyebrow--12 { font-size: 12px; letter-spacing: 1.2px; color: var(--red2); }

/* ---------- Generic buttons ---------- */
.btn-red { display: inline-flex; align-items: center; justify-content: center; background: var(--red2); color: var(--white); font-family: var(--f-narrow); font-weight: 700; font-size: 15px; text-transform: uppercase; padding: 14px 28px; white-space: nowrap; transition: background .15s; line-height: 1.34375;}
.btn-red:hover { background: #d81a30; }
.btn-red--showdown { padding: 14px 28px; height: 48px; }
.btn-red--r10 { border-radius: 10px; font-size: 14px; letter-spacing: .5px; padding: 12px 24px; height: 43px; background: var(--red); }
.btn-red--48 { height: 48px; }
.btn-red--sm { font-size: 13px; padding: 10px 16px; }
.btn-red--full { width: 100%; height: 47px; font-size: 14px; letter-spacing: .5px; padding: 14px 24px; }
.btn-red--send { width: 200px; height: 52px; letter-spacing: 1px; }
.btn-red-outline { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 10px; color: var(--white); font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: .5px; padding: 12px 24px; height: 48px; white-space: nowrap; line-height: 1.34375;}
.btn-red.is-done { background: var(--green); cursor: default; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { background: var(--navy); box-shadow: inset 0 -1px 0 var(--red); position: relative; z-index: 50; }
.utility { height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line2); }
.utility__row { display: flex; align-items: center; }
.utility__left { gap: 12px; }
.badge-18 { display: inline-flex; align-items: center; box-shadow: inset 0 0 0 1px var(--line2); padding: 4px 10px; font-family: var(--f-mono); font-weight: 700; font-size: 11px; color: var(--white); white-space: nowrap; line-height: 1.3;}
.utility__msgs { display: flex; gap: 12px; }
.utility__msg { font-size: 12px; color: var(--grey); white-space: nowrap; }
.utility__right { width: 520px; gap: 16px; }
.utility__pill { flex: 1 1 0; display: flex; align-items: center; gap: 8px; box-shadow: inset 0 0 0 1px var(--line2); padding: 6px 10px; font-size: 12px; color: var(--white); white-space: nowrap; }
.utility__pill b { font-weight: 700; }
.utility__pill .mono { font-weight: 700; }
.utility__pill .muted { color: var(--grey); }
.nav { height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__name { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; letter-spacing: -.5px; color: var(--white); line-height: 1.34375;}
.brand__mark { width: 6px; height: 24px; background: var(--red); }
.nav__links { width: 520px; display: flex; align-items: center; gap: 24px; }
.nav__link { font-weight: 600; font-size: 14px; letter-spacing: .5px; color: var(--cream); }
.nav__link.is-active { font-weight: 800; color: var(--white); }
.nav__actions { width: 520px; display: flex; align-items: center; gap: 12px; }
.slip-btn { width: 160px; height: 44px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.2); padding: 10px 12px; color: var(--white); }
.slip-btn__icon { color: var(--red); }
.slip-btn__icon--m, .slip-btn__short { display: none; }
.slip-btn__label { font-weight: 800; font-size: 13px; }
.slip-count { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; height: 20px; padding: 2px 8px; background: var(--red); font-family: var(--f-mono); font-weight: 800; font-size: 12px; color: var(--navy); line-height: 1.3;}
.nav__login { width: 96px; text-align: center; font-weight: 700; font-size: 14px; letter-spacing: .5px; color: var(--cream); white-space: nowrap; }
.nav__user { width: auto; padding: 0 8px; font-family: var(--f-mono); line-height: 1.3;}
.btn-join { width: 160px; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--white); font-weight: 800; font-size: 14px; letter-spacing: .5px; color: var(--navy); }
.hamburger { display: none; }
.mobile-menu { display: none; }

/* ============================================================
   HOME HERO
   ============================================================ */
.hero { position: relative; height: 680px; background: var(--navy); overflow: hidden; display: flex; align-items: center; padding: 24px; }
.hero::before { content: ''; position: absolute; inset: 0; background: var(--hero-img) center / cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; background: rgba(17,28,53,.6); }
.hero__content { position: relative; z-index: 1; width: 806px; display: flex; flex-direction: column; }
.hero__title { font-family: var(--f-narrow); font-weight: 700; font-size: 120px; line-height: .95; letter-spacing: -2px; color: var(--white); white-space: nowrap; }
.hero__title2 { margin-top: 12px; font-family: var(--f-narrow); font-weight: 700; font-size: 90px; line-height: .95; letter-spacing: -2px; color: var(--red); white-space: nowrap; }
.hero__text { margin-top: 24px; font-size: 14px; line-height: 1.5; color: var(--cream); }
.hero__cta { margin-top: 12px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--red); font-weight: 900; font-size: 15px; color: var(--white); padding: 0 18px; }

/* ============================================================
   MARKETS (board)
   ============================================================ */
.markets { background: var(--cream); padding: 56px 24px; }
.section-head { display: flex; flex-direction: column; gap: 6px; }
.section-head--center { align-items: center; text-align: center; }
.section-title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1px; color: var(--navy); line-height: 1.34375;}
.section-sub { font-size: 14px; color: var(--grey); }
.filters { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.filter { height: 32px; border-radius: 16px; padding: 8px 14px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); font-weight: 700; font-size: 13px; color: var(--navy); line-height: normal; white-space: nowrap; }
.filter.is-active { background: var(--red); box-shadow: none; color: var(--white); font-weight: 800; }
.board { margin-top: 20px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; }
.board__head { display: flex; align-items: center; background: var(--navy); padding: 14px 16px; font-weight: 800; font-size: 12px; color: var(--grey); }
.board__col--0 { width: 160px; } .board__col--1 { width: 120px; } .board__col--2 { flex: 1; } .board__col--3 { width: 160px; } .board__col--4 { width: 260px; }
.league__head { height: 52px; display: flex; align-items: center; background: var(--cream); box-shadow: inset 0 -1px 0 var(--line); padding: 12px 16px; }
.league__name { width: 160px; display: flex; align-items: center; gap: 10px; }
.league__icon { width: 28px; height: 28px; background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: center; flex: none; }
.league__title { font-weight: 800; font-size: 14px; color: var(--navy); }
.league__count { font-size: 13px; color: var(--grey); }
.league__count--m { display: none; }
.league__right { flex: 1; display: flex; align-items: center; justify-content: space-between; }
.league__all { font-weight: 700; font-size: 13px; color: var(--navy); }
.event { height: 88px; display: flex; align-items: center; padding: 16px; box-shadow: inset 0 -1px 0 var(--line); }
.event.is-closed { opacity: .55; }
.event__meta { width: 160px; display: flex; align-items: center; gap: 8px; }
.event__league { font-weight: 700; font-size: 12px; color: var(--grey); white-space: nowrap; }
.event__time { font-size: 12px; color: var(--grey); }
.event__name { flex: 1; min-width: 0; font-weight: 800; font-size: 16px; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.event__market { width: 160px; display: flex; flex-direction: column; gap: 2px; }
.event__market-name { font-size: 12px; color: var(--grey); }
.event__market-count { font-weight: 700; font-size: 12px; color: var(--grey); }
.event__odds { width: 260px; display: flex; align-items: center; gap: 8px; }
.odds { flex: 1 1 0; min-width: 0; height: 56px; display: flex; flex-direction: column; align-items: flex-start; padding: 8px 12px; background: var(--cream); border: 1px solid var(--line2); text-align: left; transition: background .12s, color .12s; }
.odds__label { font-weight: 700; font-size: 12px; color: var(--grey); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.odds__price { font-weight: 800; font-size: 14px; color: var(--navy); }
.odds:hover:not(:disabled) { border-color: var(--navy); }
.odds.is-selected { background: var(--red); border-color: var(--red); }
.odds.is-selected .odds__label { font-weight: 800; color: var(--white); }
.odds.is-selected .odds__price { color: var(--white); }
.odds:disabled { cursor: not-allowed; opacity: .6; }
.board__empty { padding: 24px 16px; font-size: 13px; color: var(--grey); }
.ic--m { display: none; }

/* ============================================================
   RACING (home: next to jump)
   ============================================================ */
.racing-home { background: var(--navy); padding: 56px 24px; display: flex; }
.racing-home__left { width: 480px; flex: none; }
.racing-home__title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1px; color: var(--white); line-height: 1.34375;}
.racing-home__filters { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.racing-home__filter { height: 32px; display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13px; color: var(--grey); }
.racing-home__filter i { width: 2px; height: 16px; background: var(--line2); }
.racing-home__filter.is-active { font-weight: 800; color: var(--white); }
.racing-home__filter.is-active i { background: var(--red); }
.racing-home__right { flex: 1; margin-left: 24px; display: flex; flex-direction: column; gap: 16px; min-width: 0; min-height: 592px; }
.featured-race { position: relative; height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; color: var(--white); }
.featured-race::before { content: ''; position: absolute; inset: 0; background: var(--race-img) center / cover no-repeat; z-index: 0; }
.featured-race::after { content: ''; position: absolute; inset: 0; background: rgba(17,28,53,.4); z-index: 0; }
.featured-race > * { position: relative; z-index: 1; }
.featured-race__top { display: flex; align-items: center; justify-content: space-between; }
.countdown { display: inline-flex; align-items: center; gap: 10px; }
.countdown__num { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; background: var(--navy); border: 1px solid var(--line2); font-family: var(--f-mono); font-weight: 900; font-size: 14px; color: var(--white); line-height: 1.3;}
.countdown--red .countdown__num { background: var(--red); border-color: var(--red); }
.countdown__unit { font-weight: 800; font-size: 12px; color: var(--light); }
.countdown--red .countdown__unit { color: var(--white); }
.countdown--inline { gap: .25em; font-family: var(--f-narrow); font-weight: 700; line-height: 1.34375; }
.countdown--inline .countdown__num { width: auto; height: auto; background: none; border: 0; font: inherit; color: inherit; }
.countdown.is-closed .countdown__num { background: var(--grey); border-color: var(--grey); }
.featured-race__time { font-weight: 700; font-size: 14px; color: var(--red); }
.featured-race__bottom { display: flex; flex-direction: column; gap: 8px; }
.featured-race__venue { font-weight: 800; font-size: 16px; }
.featured-race__meta { font-size: 13px; color: var(--light); }
.featured-race__link, .race-row__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; color: var(--red); }
.race-list { display: flex; flex-direction: column; gap: 12px; }
.race-row { height: 72px; display: flex; align-items: center; gap: 24px; padding: 14px 16px; background: var(--foot); border: 1px solid var(--line2); color: var(--white); }
.race-row__time { font-weight: 700; font-size: 14px; color: var(--grey); }
.race-row__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.race-row__venue { font-weight: 800; font-size: 16px; }
.race-row__meta { font-size: 13px; color: var(--grey); }
.race-row__link-short { display: none; }
.race-row--result .countdown__num { font-size: 16px; }
.race-list__empty { font-size: 13px; color: var(--grey); padding: 12px 0; }

/* ============================================================
   COMPETITIONS (mosaic)
   ============================================================ */
.competitions { background: var(--cream); padding: 56px 24px; }
.mosaic { margin-top: 50px; display: flex; flex-direction: column; gap: 20px; }
.mosaic__row { display: flex; gap: 16px; }
.tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; overflow: hidden; color: var(--white); flex: 1 1 0; min-width: 0; height: 180px; }
.tile::before { content: ''; position: absolute; inset: 0; background: var(--tile-img) center / cover no-repeat; }
.tile::after { content: ''; position: absolute; inset: 0; background: rgba(17,28,53,.55); }
.tile > * { position: relative; z-index: 1; }
.mosaic__row--1 .tile { height: 220px; }
.tile--afl { flex-grow: 820; } .tile--nrl { flex-grow: 556; }
.tile__top { display: flex; align-items: center; justify-content: space-between; }
.tile__eyebrow { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; line-height: 1.34375;}
.tile__markets { background: var(--red); padding: 4px 10px; font-family: var(--f-mono); font-weight: 800; font-size: 12px; line-height: 1.3;}
.tile__eyebrow-short, .tile__markets-short, .tile__sub-short, .tile__link-short { display: none; }
.tile__bottom { display: flex; flex-direction: column; gap: 6px; }
.tile__title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; line-height: 1.34375;}
.mosaic__row--1 .tile__title { font-size: 28px; }
.tile__sub { font-size: 14px; color: var(--light); }
.tile__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; color: var(--red); }
.tile--afl .tile__link { color: var(--white); }

/* ============================================================
   RESPONSIBLE WAGERING
   ============================================================ */
.rw { background: var(--cream); padding: 56px 24px; }
.rw--sand { background: var(--sand); padding: 56px 60px 48px; }
.rw__header { display: flex; align-items: flex-end; gap: 24px; }
.rw__left { width: 520px; flex: none; display: flex; flex-direction: column; gap: 6px; }
.rw__title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1px; color: var(--navy); line-height: 1.34375;}
.rw--sand .rw__title { color: var(--ink); }
.rw__text { flex: 1; font-size: 16px; line-height: 1.5; color: var(--grey); }
.rw__steps { display: flex; margin-top: 0; }
.rw--sand .rw__steps { margin-top: 32px; }
.rw--mobile-only { display: none; }
.rw__rule { width: 1px; background: var(--line); flex: none; }
.rw__step { flex: 1 1 0; display: flex; flex-direction: column; gap: 12px; padding: 24px; }
.rw__num { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: 1px; color: var(--red); line-height: 1.34375;}
.rw--sand .rw__num { color: var(--red2); }
.rw__step-title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; color: var(--navy); line-height: 1.34375;}
.rw__step-text { font-size: 14px; line-height: 1.5; color: var(--grey); }
.rw__link { font-weight: 800; font-size: 13px; color: var(--navy); }

/* ============================================================
   BETSTOP POSTER
   ============================================================ */
.poster { display: flex; height: 420px; background: var(--red); overflow: hidden; }
.poster__navy { width: 860px; flex: none; background: var(--navy); padding: 56px; display: flex; flex-direction: column; justify-content: center; gap: 16px; color: var(--white); }
.poster__badge { font-weight: 900; font-size: 14px; }
.poster__title { font-family: var(--f-narrow); font-weight: 700; font-size: 64px; line-height: 1.05; }
.poster__text, .poster__warning { font-size: 14px; color: var(--light); }
.poster__red { flex: 1; padding: 56px; display: flex; flex-direction: column; justify-content: center; gap: 16px; color: var(--white); }
.poster__red-title { font-family: var(--f-narrow); font-weight: 700; font-size: 44px; letter-spacing: -1px; line-height: 1.34375;}
.poster__red-text { font-size: 14px; }
.poster__link { font-weight: 800; font-size: 13px; }

/* ============================================================
   PAYMENT STRIP
   ============================================================ */
.payment { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 24px; background: var(--navy); border-top: 1px solid var(--line2); border-bottom: 1px solid var(--line2); }
.payment__title { font-family: var(--f-mono); font-weight: 800; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--grey); white-space: nowrap; line-height: 1.3;}
.payment__logos { flex: 1; margin-left: 24px; }
.payment__logos img { width: 300px; height: 40px; object-fit: cover; }
.payment__right { width: 520px; display: flex; align-items: center; gap: 12px; }
.payment__badge { box-shadow: inset 0 0 0 1px var(--red); padding: 6px 10px; font-family: var(--f-mono); font-weight: 900; font-size: 11px; color: var(--red); white-space: nowrap; line-height: 1.3;}
.payment__note { width: 370px; font-size: 11px; color: var(--grey); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--foot); padding: 64px 24px; display: flex; flex-direction: column; gap: 30px; }
.footer__top { display: flex; gap: 48px; }
.footer__brand { width: 520px; flex: none; display: flex; flex-direction: column; gap: 12px; }
.footer__logo { font-family: var(--f-narrow); font-weight: 700; font-size: 96px; letter-spacing: -2px; color: var(--white); white-space: nowrap; line-height: 1.34375;}
.footer__tagline { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: var(--red); line-height: 1.34375;}
.footer__grid { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.footer__cols { display: flex; gap: 48px; }
.footer__col { flex: 1 1 0; display: flex; flex-direction: column; gap: 12px; }
.footer__col-title { font-family: var(--f-mono); font-weight: 900; font-size: 12px; text-transform: uppercase; color: var(--red); line-height: 1.3;}
.footer__link { font-size: 13px; color: var(--light); }
.footer__link:hover { color: var(--white); }
.footer__rules { display: flex; gap: 48px; }
.footer__rules i { flex: 1 1 0; height: 1px; background: var(--line4); }
.footer__legal { display: flex; gap: 48px; }
.footer__legal-col { flex: 1 1 0; display: flex; flex-direction: column; gap: 8px; }
.footer__legal-line { font-size: 13px; color: var(--light); min-height: 16px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; }
.footer__copy { font-size: 12px; color: var(--grey); }
.footer__cookies { font-size: 12px; color: var(--grey); text-decoration: underline; }

/* ============================================================
   SPORTS PAGE
   ============================================================ */
.masthead { background: var(--navy); border-bottom: 1px solid var(--line3); padding: 56px 48px; display: flex; gap: 48px; }
.masthead__left { width: 520px; flex: none; display: flex; flex-direction: column; gap: 24px; }
.masthead__title { font-family: var(--f-narrow); font-weight: 700; font-size: 120px; line-height: .95; letter-spacing: -2px; color: var(--white); }
.masthead__text { font-size: 14px; line-height: 1.5; color: var(--grey); }
.masthead__graphic { flex: 1; height: 340px; position: relative; overflow: hidden; border: 1px solid var(--line3); background-image: linear-gradient(to right, rgba(31,42,58,.35) 1px, transparent 1px), linear-gradient(to bottom, rgba(31,42,58,.35) 1px, transparent 1px); background-size: 80px 80px; }
.masthead__word { position: absolute; left: 24px; top: 24px; font-family: var(--f-archivo); font-weight: 900; font-size: 140px; letter-spacing: -4px; color: var(--navy); -webkit-text-stroke: 2px var(--red); paint-order: stroke fill; line-height: 1.0875; }
.masthead__num { position: absolute; right: 24px; bottom: 24px; font-family: var(--f-archivo); font-weight: 900; font-size: 160px; letter-spacing: -6px; color: var(--navy); opacity: .08; line-height: 1.0875; }
.masthead__diamond { position: absolute; right: -120px; top: 40px; width: 420px; height: 420px; background: var(--red); opacity: .12; transform: rotate(-18deg); }
.masthead__line { position: absolute; left: 24px; height: 1px; background: var(--red); }
.masthead__line--1 { top: 180px; width: 180px; } .masthead__line--2 { top: 240px; width: 220px; } .masthead__line--3 { top: 300px; width: 160px; }
.featured-comp { display: flex; height: 520px; background: var(--navy); border-bottom: 1px solid var(--line3); overflow: hidden; }
.featured-comp__panel { width: 520px; flex: none; background: var(--red); padding: 40px; display: flex; flex-direction: column; gap: 18px; color: var(--white); }
.featured-comp__league { font-family: var(--f-narrow); font-weight: 700; font-size: 64px; letter-spacing: -2px; line-height: 1.34375;}
.featured-comp__full { font-size: 14px; }
.featured-comp__match { display: flex; flex-direction: column; gap: 6px; }
.featured-comp__teams { font-weight: 600; font-size: 16px; }
.featured-comp__when { font-size: 13px; }
.featured-comp__market { display: flex; flex-direction: column; gap: 12px; }
.featured-comp__market-name { font-weight: 800; font-size: 13px; letter-spacing: .5px; }
.featured-comp__odds { display: flex; gap: 12px; }
.odds--navy { flex: 0 0 152px; height: 52px; align-items: center; justify-content: center; gap: 2px; padding: 6px 12px; background: var(--navy); border-color: var(--navy); }
.odds--navy .odds__label { font-weight: 600; font-size: 12px; letter-spacing: .5px; color: var(--white); text-transform: uppercase; }
.odds--navy .odds__price { font-weight: 700; font-size: 18px; color: var(--white); }
.odds--navy.is-selected { background: var(--white); border-color: var(--white); }
.odds--navy.is-selected .odds__label, .odds--navy.is-selected .odds__price { color: var(--navy); }
.featured-comp__count { font-weight: 600; font-size: 12px; }
.featured-comp__link { font-weight: 800; font-size: 13px; }
.featured-comp__photo { flex: 1; position: relative; background: var(--photo) center / cover no-repeat; border-left: 1px solid var(--line3); }
.featured-comp__photo::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.4); }

/* ============================================================
   RACING PAGE
   ============================================================ */
.zone { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.08); padding: 56px 60px; }
.zone__inner { display: flex; flex-direction: column; gap: 16px; }
.zone__title { display: flex; flex-direction: column; gap: 6px; font-family: var(--f-narrow); font-weight: 700; font-size: 120px; line-height: .95; letter-spacing: -2px; color: var(--white); }
.zone__text { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; color: var(--white); }
.selector { background: var(--sand); padding: 48px 60px 50px; display: flex; flex-direction: column; gap: 16px; }
.selector__head { display: flex; flex-direction: column; gap: 6px; }
.selector__title { font-family: var(--f-narrow); font-weight: 700; font-size: 32px; text-transform: uppercase; color: var(--ink); line-height: 1.34375;}
.selector__sub { font-family: var(--f-narrow); font-size: 14px; color: var(--slate2); line-height: 1.34375;}
.race-cards { display: flex; gap: 12px; }
.race-card { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 10px; padding: 16px 20px; background: var(--white); box-shadow: inset 0 0 0 1px var(--ink); color: var(--ink); font-family: var(--f-narrow); line-height: 1.34375;}
.race-card__state { font-weight: 600; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--slate2); display: none; }
.race-card.is-selected { background: var(--red2); box-shadow: none; color: var(--white); }
.race-card.is-selected .race-card__state { display: block; color: var(--white); }
.race-card__row { display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: 14px; }
.race-card__min { color: var(--red2); }
.race-card.is-selected .race-card__min { color: var(--white); }
.race-card__venue { font-weight: 700; font-size: 20px; text-transform: uppercase; }
.race-card__meta { font-size: 12px; }
.workspace { background: var(--ink); padding: 32px 60px 48px; display: flex; flex-direction: column; gap: 20px; }
.workspace__head { display: flex; justify-content: space-between; }
.workspace__left { display: flex; flex-direction: column; gap: 6px; }
.workspace__title { font-family: var(--f-narrow); font-weight: 700; font-size: 36px; text-transform: uppercase; color: var(--white); line-height: 1.34375;}
.workspace__meta { font-family: var(--f-narrow); font-size: 14px; color: var(--slate2); line-height: 1.34375;}
.workspace__right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.workspace__starts { font-family: var(--f-narrow); font-size: 12px; text-transform: uppercase; color: var(--slate2); line-height: 1.34375;}
.workspace__starts-colon { display: none; }
.workspace__min { font-family: var(--f-narrow); font-weight: 700; font-size: 36px; color: var(--red2); line-height: 1.34375;}
.workspace__rule { height: 1px; background: rgba(255,255,255,.08); }
.toolbar { display: flex; align-items: center; justify-content: space-between; }
.toolbar__tabs { display: flex; gap: 8px; }
.toolbar__tab { padding: 10px 20px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); font-family: var(--f-narrow); font-weight: 600; font-size: 14px; color: var(--white); line-height: 1.34375;}
.toolbar__tab.is-active { background: var(--red2); box-shadow: none; }
.toolbar__hint { font-family: var(--f-narrow); font-size: 11px; letter-spacing: .8px; text-transform: uppercase; color: var(--slate2); line-height: 1.34375;}
.runners { border: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.runners__head { display: flex; align-items: center; background: var(--thead); padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.08); font-family: var(--f-narrow); font-weight: 600; font-size: 11px; text-transform: uppercase; color: var(--slate2); line-height: 1.34375;}
.runners__col--0 { width: 40px; } .runners__col--1 { flex: 1; } .runners__col--2 { width: 100px; } .runners__col--3 { width: 160px; } .runners__col--4 { width: 80px; } .runners__col--5, .runners__col--6 { width: 100px; text-align: center; }
.runners__col--m0, .runners__col--m1 { display: none; }
.runner { display: flex; align-items: center; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.08); font-family: var(--f-narrow); line-height: 1.34375;}
.runner:last-child { border-bottom: 0; }
.runner__no { width: 40px; font-weight: 700; font-size: 16px; color: var(--red2); }
.runner__name { flex: 1; font-weight: 600; font-size: 16px; color: var(--white); text-transform: uppercase; }
.runner__detail { font-size: 13px; color: var(--slate2); }
.runner__barrier { width: 100px; } .runner__jockey { width: 160px; } .runner__form { width: 80px; }
.runner__detail--m { display: none; }
.runner__odds { display: flex; }
.runner-odds { width: 100px; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; background: var(--panel); border: 1px solid rgba(255,255,255,.08); color: var(--white); }
.runner-odds__label { font-weight: 600; font-size: 10px; letter-spacing: .5px; color: var(--slate2); }
.runner-odds__price { font-weight: 700; font-size: 16px; }
.runner-odds.is-selected { background: var(--red2); border-color: var(--red2); }
.runner-odds.is-selected .runner-odds__label { color: var(--white); }
.runner-odds:disabled { opacity: .5; cursor: not-allowed; }

/* ============================================================
   SHOWDOWN
   ============================================================ */
.sd-hero { background: var(--ink); padding: 56px 60px 64px; }
.sd-hero__row { display: flex; gap: 48px; }
.sd-hero__left { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.sd-hero__title { display: flex; flex-direction: column; gap: 6px; font-family: var(--f-narrow); font-weight: 700; font-size: 80px; line-height: .95; letter-spacing: -2px; color: var(--white); }
.sd-hero__lead { font-family: var(--f-narrow); font-weight: 600; font-size: 14px; line-height: 1.5; color: var(--white); }
.sd-hero__text { font-family: var(--f-narrow); font-size: 15px; line-height: 1.6; color: var(--slate); }
.sd-hero__right { flex: 1; height: 520px; position: relative; overflow: hidden; background: var(--black) var(--img) center / cover no-repeat; }
.sd-hero__diag, .hiw-intro__diag { position: absolute; left: -120px; top: -120px; width: 900px; height: 2px; background: var(--red2); opacity: .9; transform: rotate(25deg); transform-origin: 0 0; }
.sd-hero__num { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: var(--f-narrow); font-weight: 700; font-size: 220px; letter-spacing: -8px; color: var(--ink); opacity: .08; line-height: 1.34375;}
.sd-explain { background: var(--sand); padding: 56px 60px 40px; display: flex; flex-direction: column; gap: 32px; }
.sd-explain__head { display: flex; flex-direction: column; gap: 12px; }
.sd-explain__title { display: flex; flex-direction: column; gap: 6px; font-family: var(--f-narrow); font-weight: 700; font-size: 36px; line-height: 1.1; letter-spacing: -1px; color: var(--ink); }
.sd-cols { display: flex; min-height: 220px; }
.sd-cols__rule { width: 1px; background: rgba(16,29,56,.15); flex: none; }
.sd-col { flex: 1 1 0; display: flex; flex-direction: column; gap: 12px; }
.sd-col + .sd-cols__rule + .sd-col { padding-left: 20px; }
.sd-col__num { font-family: var(--f-narrow); font-weight: 700; font-size: 48px; color: var(--red2); line-height: 1.34375;}
.sd-col__title { font-family: var(--f-narrow); font-weight: 700; font-size: 18px; text-transform: uppercase; color: var(--ink); line-height: 1.34375;}
.sd-col__text { font-family: var(--f-narrow); font-size: 14px; line-height: 1.5; color: var(--slate4); }
.notice { background: var(--ink); border-left: 4px solid var(--ink); padding: 20px 24px; display: flex; flex-direction: column; gap: 8px; }
.notice__title { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; text-transform: uppercase; color: var(--white); line-height: 1.34375;}
.notice__text { font-family: var(--f-narrow); font-size: 14px; line-height: 1.5; color: var(--slate); }
.sd-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.sd-cta__left { display: flex; flex-direction: column; gap: 8px; }
.sd-cta__title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; text-transform: uppercase; color: var(--ink); line-height: 1.34375;}
.sd-cta__text { font-family: var(--f-narrow); font-size: 14px; line-height: 1.5; color: var(--slate4); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.hiw-intro { background: var(--ink); padding: 48px 60px; }
.hiw-intro__row { display: flex; gap: 48px; }
.hiw-intro__left { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.hiw-intro__title { display: flex; flex-direction: column; gap: 6px; font-family: var(--f-narrow); font-weight: 700; font-size: 120px; line-height: .95; letter-spacing: -2px; color: var(--white); white-space: nowrap; }
.hiw-intro__text { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; color: var(--slate); }
.hiw-intro__right { flex: 1; height: 220px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hiw-intro__mark { font-family: var(--f-narrow); font-weight: 700; font-size: 120px; letter-spacing: -4px; color: var(--panel); opacity: .12; white-space: nowrap; line-height: 1.34375;}
.journey { background: var(--sand); padding: 56px 60px; display: flex; flex-direction: column; gap: 32px; }
.journey__head { display: flex; flex-direction: column; gap: 12px; }
.journey__title { font-family: var(--f-narrow); font-weight: 700; font-size: 32px; line-height: 1.1; letter-spacing: -1px; color: var(--ink); }
.journey__sub { font-family: var(--f-narrow); font-size: 14px; line-height: 1.5; color: var(--slate4); }
.journey__rule { height: 1px; background: rgba(16,29,56,.1); }
.journey__step { display: flex; flex-direction: column; gap: 16px; }
.journey__num { font-family: var(--f-narrow); font-weight: 700; font-size: 64px; color: var(--red2); line-height: 1.34375;}
.journey__step-title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; line-height: 30px; color: var(--ink); }
.journey__step-text { font-family: var(--f-narrow); font-size: 14px; line-height: 22px; color: var(--slate4); }

/* ============================================================
   HELP CENTRE
   ============================================================ */
.hc-hero { position: relative; overflow: hidden; background: var(--navy); padding: 64px 60px 0; display: flex; flex-direction: column; gap: 8px; height: 198px; }
.hc-hero__diag, .rg-hero__diag { position: absolute; left: -100px; top: 200px; width: 1600px; height: 3px; background: var(--red2); opacity: .3; transform: rotate(12deg); transform-origin: 0 0; }
.hc-hero__title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1.5px; color: var(--white); line-height: 1.34375;}
.hc-hero__text { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; color: var(--light); }
.hc-nav { background: var(--navy); padding: 40px 60px; }
.hc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hc-item { display: flex; flex-direction: column; padding: 6px 28px; background: var(--sand); box-shadow: inset 0 0 0 1px var(--line); color: var(--navy); min-height: 99px; }
.hc-item.is-active { background: var(--red2); box-shadow: none; color: var(--white); }
.hc-item.is-empty { pointer-events: none; }
.hc-item__num { font-family: var(--f-narrow); font-weight: 700; font-size: 48px; letter-spacing: 1px; line-height: 1.34375;}
.hc-item__title { font-family: var(--f-narrow); font-weight: 700; font-size: 16px; line-height: 1.34375;}
.hc-topic { background: var(--sand); padding: 40px 60px 64px; }
.hc-topic__row { display: flex; gap: 48px; }
.hc-topic__left { width: 360px; flex: none; display: flex; flex-direction: column; gap: 16px; }
.hc-topic__num { font-family: var(--f-narrow); font-weight: 700; font-size: 64px; color: var(--red2); line-height: 1.34375;}
.hc-topic__title { font-family: var(--f-narrow); font-weight: 700; font-size: 28px; line-height: 34px; color: var(--navy); }
.hc-topic__intro { font-size: 16px; line-height: 1.5; color: var(--navy); }
.hc-topic__right { flex: 1; display: flex; flex-direction: column; }
.faq { padding: 16px 0; box-shadow: inset 0 -1px 0 var(--line); display: flex; flex-direction: column; gap: 8px; }
.faq:last-child { box-shadow: none; }
.faq__head { display: flex; align-items: center; gap: 12px; }
.faq__num { font-weight: 800; font-size: 14px; color: var(--red2); }
.faq__title { font-family: var(--f-narrow); font-weight: 700; font-size: 18px; color: var(--navy); line-height: 1.34375;}
.faq__text { font-size: 14px; line-height: 1.5; color: var(--navy); }

/* ============================================================
   PROMOTIONS
   ============================================================ */
.promo-hero { position: relative; overflow: hidden; height: 540px; background: var(--dark2); padding: 80px 120px; display: flex; align-items: flex-start; }
.promo-hero::before { content: ''; position: absolute; inset: 0; background: var(--img) center / cover no-repeat; }
.promo-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,28,52,.9) 0%, rgba(13,28,52,0) 60%), rgba(0,0,0,.4); }
.promo-hero__left { position: relative; z-index: 1; width: 696px; display: flex; flex-direction: column; gap: 20px; }
.promo-hero__title { font-family: var(--f-narrow); font-weight: 700; font-size: 90px; line-height: .92; letter-spacing: -1.5px; color: var(--white); }
.promo-hero__text { width: 440px; font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; color: var(--white); }
.promo-hero__info { display: flex; align-items: center; gap: 12px; }
.promo-hero .btn-red { align-self: flex-start; }
.promo-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--pill); box-shadow: inset 0 0 0 1px var(--line3); border-radius: 999px; padding: 10px 14px; font-family: var(--f-narrow); font-weight: 700; font-size: 13px; color: var(--white); white-space: nowrap; line-height: 1.34375;}
.promo-pill i { width: 4px; height: 4px; border-radius: 2px; background: var(--red); }
.promo-offers { background: var(--cream); padding: 56px 120px 64px; display: flex; flex-direction: column; gap: 48px; }
.promo-offers__head, .promo-info__head { display: flex; flex-direction: column; gap: 8px; }
.promo-offers__title, .promo-info__title { font-family: var(--f-narrow); font-weight: 700; font-size: 40px; line-height: 1.05; color: var(--black); }
.promo-info__title { color: var(--dark2); }
.promo-offers__text { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; color: var(--slate3); }
.promo-offers__rule { height: 1px; background: var(--line); }
.promo-row { display: flex; align-items: center; gap: 32px; }
.promo-row--right { gap: 24px; }
.promo-row--right .promo-row__image { order: 2; }
.promo-row__image { width: 620px; height: 400px; flex: none; border-radius: 14px; background: var(--img) center / cover no-repeat; }
.promo-row__content { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.promo-row__num { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; color: var(--red); line-height: 1.34375;}
.promo-row__eyebrow { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--dark2); line-height: 1.34375;}
.promo-row__line { height: 1px; background: var(--red); opacity: .3; }
.promo-row__title { font-family: var(--f-narrow); font-weight: 700; font-size: 36px; color: var(--black); line-height: 1.34375;}
.promo-row__text { font-family: var(--f-narrow); font-size: 15px; line-height: 1.5; color: var(--slate3); }
.promo-row__meta { display: flex; align-items: center; gap: 8px; font-family: var(--f-narrow); font-weight: 700; font-size: 12px; line-height: 1.34375;}
.promo-row__meta span { color: var(--slate); } .promo-row__meta b { color: var(--green); }
.promo-row .btn-red { align-self: flex-start; }
.promo-info { background: var(--cream); border-top: 1px solid #e8e8e8; padding: 20px 120px 64px; display: flex; flex-direction: column; gap: 24px; }
.promo-info__text { font-family: var(--f-narrow); font-size: 15px; line-height: 1.5; color: #6b7280; }
.promo-info__cols { display: flex; border-bottom: 1px solid var(--line); }
.promo-info__col { flex: 1 1 0; display: flex; flex-direction: column; gap: 6px; padding: 24px 0; border-right: 1px solid var(--line); }
.promo-info__col:last-child { border-right: 0; }
.promo-info__num { font-family: var(--f-narrow); font-weight: 700; font-size: 40px; color: var(--red); line-height: 1.34375;}
.promo-info__col-title { font-family: var(--f-narrow); font-weight: 700; font-size: 16px; color: var(--black); line-height: 1.34375;}
.promo-info__col-text { font-family: var(--f-narrow); font-size: 14px; line-height: 1.5; color: var(--slate5); }
.promo-info__terms { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; color: var(--red); text-decoration: underline; line-height: 1.34375;}
.promo-cta { background: var(--dark2); border-top: 1px solid var(--line3); border-bottom: 1px solid var(--line3); padding: 32px 120px; display: flex; align-items: center; justify-content: space-between; }
.promo-cta__left { display: flex; flex-direction: column; gap: 6px; }
.promo-cta__title { font-family: var(--f-narrow); font-weight: 700; font-size: 20px; color: var(--white); line-height: 1.34375;}
.promo-cta__text { font-family: var(--f-narrow); font-size: 14px; line-height: 1.5; color: var(--slate); }
.promo-cta__right { display: flex; align-items: center; gap: 12px; }

/* ============================================================
   BET SLIP PAGE
   ============================================================ */
.bs-hero { background: var(--navy); padding: 32px 120px; display: flex; flex-direction: column; gap: 12px; }
.bs-hero__title { font-family: var(--f-narrow); font-weight: 700; font-size: 44px; letter-spacing: -1px; text-transform: uppercase; color: var(--white); line-height: 1.34375;}
.bs-hero__text { font-family: var(--f-narrow); font-size: 15px; line-height: 1.5; color: var(--slate); }
.bs-back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-narrow); font-weight: 700; font-size: 14px; color: var(--slate5); line-height: 1.34375;}
.bs-back--d span { text-decoration: underline; }
.bs-back--m { display: none; }
.bs { background: var(--cream); padding: 48px 120px 80px; display: flex; flex-direction: column; gap: 32px; }
.bs__workspace { display: flex; gap: 24px; align-items: flex-start; }
.bs-panel { flex: 1; background: var(--white); border: 1px solid #e8e8e8; border-radius: 4px; padding: 32px; }
.bs-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.bs-step { display: flex; align-items: center; gap: 12px; }
.bs-step__num { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; color: var(--red); line-height: 1.34375;}
.bs-step__label { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); line-height: 1.34375;}
.bs-step--light .bs-step__num { font-size: 20px; }
.bs-step--light .bs-step__label { font-size: 12px; letter-spacing: 0; color: var(--white); }
.bs-badge { display: inline-flex; align-items: center; background: var(--red); border-radius: 2px; padding: 4px 10px; font-family: var(--f-narrow); font-weight: 700; font-size: 12px; color: var(--white); white-space: nowrap; line-height: 1.34375;}
.bs-badge--pill { border-radius: 999px; font-size: 11px; align-self: flex-start; }
.bs-panel__rule, .bs-summary__rule { height: 1px; background: #e8e8e8; }
.bs-summary__rule { background: rgba(255,255,255,.08); }
.bs-selections { display: flex; flex-direction: column; }
.bs-sel { padding: 20px; display: flex; flex-direction: column; gap: 16px; border-bottom: 1px solid #e8e8e8; }
.bs-sel:last-of-type { border-bottom: 0; }
.bs-sel.is-closed { opacity: .7; }
.bs-sel__top { display: flex; align-items: center; justify-content: space-between; }
.bs-sel__meta { display: flex; flex-direction: column; gap: 4px; }
.bs-sel__league { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; text-transform: uppercase; color: var(--grey); line-height: 1.34375;}
.bs-sel__event { font-family: var(--f-narrow); font-weight: 700; font-size: 18px; color: var(--navy); line-height: 1.34375;}
.bs-sel__market { font-family: var(--f-narrow); font-size: 13px; color: var(--grey); line-height: 1.34375;}
.bs-sel__actions { display: flex; align-items: center; gap: 12px; }
.bs-sel__price { background: var(--red); border-radius: 2px; padding: 8px 16px; font-family: var(--f-narrow); font-weight: 700; font-size: 18px; color: var(--white); line-height: 1.34375;}
.bs-sel__remove { background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); border-radius: 999px; padding: 6px 10px; font-family: var(--f-narrow); font-weight: 700; font-size: 12px; color: var(--grey); line-height: 1.34375;}
.bs-sel__pick { display: flex; }
.bs-sel__pick > div { flex: 1 1 0; display: flex; flex-direction: column; gap: 2px; }
.bs-sel__k { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; text-transform: uppercase; color: var(--grey); line-height: 1.34375;}
.bs-sel__v { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; color: var(--navy); line-height: 1.34375;}
.bs-sel__closed { font-size: 12px; color: var(--red); }
.bs-empty { padding: 32px 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.bs-empty__title { font-family: var(--f-narrow); font-weight: 700; font-size: 18px; color: var(--navy); line-height: 1.34375;}
.bs-empty__text { font-size: 14px; color: var(--grey); }
.bs-stake { padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.bs-stake__label { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; text-transform: uppercase; color: var(--grey); line-height: 1.34375;}
.bs-stake__input { display: flex; align-items: center; gap: 10px; height: 52px; background: var(--white); border: 1px solid var(--light); border-radius: 4px; padding: 14px 16px; }
.bs-stake__cur, .bs-stake__field { font-family: var(--f-narrow); font-weight: 700; font-size: 20px; color: var(--navy); line-height: 1.34375;}
.bs-stake__field { width: 120px; border: 0; padding: 0; background: none; outline: none; -moz-appearance: textfield; }
.bs-stake__field::-webkit-outer-spin-button, .bs-stake__field::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bs-stake__hint { flex: 1; font-family: var(--f-narrow); font-size: 11px; color: var(--grey); line-height: 1.34375;}
.bs-quick { display: flex; align-items: center; gap: 8px; }
.bs-quick__btn { height: 32px; padding: 8px 16px; background: var(--white); border: 1px solid var(--light); border-radius: 2px; font-family: var(--f-narrow); font-weight: 700; font-size: 12px; color: var(--navy); line-height: 1.34375;}
.bs-quick__clear { font-family: var(--f-narrow); font-weight: 700; font-size: 12px; color: var(--grey); line-height: 1.34375;}
.bs-summary { width: 370px; flex: none; background: var(--navy); border-radius: 4px; padding: 28px; display: flex; flex-direction: column; gap: 16px; color: var(--white); }
.bs-summary__head { display: flex; align-items: center; justify-content: space-between; }
.bs-summary__title { font-family: var(--f-narrow); font-weight: 700; font-size: 16px; line-height: 1.34375;}
.bs-summary__details { display: flex; flex-direction: column; gap: 10px; }
.bs-summary__item { display: flex; flex-direction: column; gap: 10px; }
.bs-summary__event { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; line-height: 1.34375;}
.bs-summary__market { font-family: var(--f-narrow); font-size: 12px; color: var(--slate); line-height: 1.34375;}
.bs-summary__row { display: flex; align-items: flex-start; justify-content: space-between; font-family: var(--f-narrow); font-weight: 700; font-size: 14px; line-height: 1.34375;}
.bs-summary__row b { font-size: 16px; }
.bs-summary__none { font-family: var(--f-narrow); font-size: 13px; color: var(--slate); line-height: 1.34375;}
.bs-fin { display: flex; flex-direction: column; gap: 12px; }
.bs-fin__row { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--f-narrow); font-size: 13px; color: var(--slate); line-height: 1.34375;}
.bs-fin__row b { font-weight: 700; font-size: 14px; color: var(--white); }
.bs-fin__row--odds { font-size: 12px; }
.bs-fin__row--return { font-weight: 700; color: var(--white); }
.bs-fin__return { font-size: 18px; color: var(--red) !important; }
.bs-place { height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--red); border-radius: 3px; font-family: var(--f-narrow); font-weight: 700; font-size: 14px; text-transform: uppercase; color: var(--white); line-height: 1.34375;}
.bs-place:disabled { opacity: .5; cursor: not-allowed; }
.bs-summary__foot { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.bs-summary__resp { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; text-transform: uppercase; color: var(--slate); line-height: 1.34375;}
.bs-summary__limit { font-family: var(--f-narrow); font-weight: 700; font-size: 12px; color: var(--red); text-decoration: underline; line-height: 1.34375;}

/* ============================================================
   RESPONSIBLE GAMBLING
   ============================================================ */
.rg-hero { position: relative; overflow: hidden; background: var(--navy); padding: 64px 80px; height: 680px; display: flex; align-items: center; }
.rg-hero__cols { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; gap: 48px; }
.rg-hero__left { width: 740px; flex: none; display: flex; flex-direction: column; gap: 24px; }
.rg-hero__title { font-family: var(--f-narrow); font-weight: 700; font-size: 110px; line-height: .95; letter-spacing: -2px; color: var(--white); }
.rg-hero__text { font-size: 16px; line-height: 1.6; color: var(--slate); }
.rg-panel { flex: 1; background: var(--ink); border: 1px solid var(--red2); padding: 40px; display: flex; flex-direction: column; gap: 24px; }
.rg-panel__badge { font-family: var(--f-narrow); font-weight: 700; font-size: 48px; color: var(--white); line-height: 1.1; }
.rg-panel__title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; line-height: 32px; letter-spacing: -.5px; color: var(--white); }
.rg-panel__rule { height: 1px; background: var(--red2); opacity: .15; }
.rg-panel__support { display: flex; flex-direction: column; gap: 4px; }
.rg-panel__label { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--slate); }
.rg-panel__phone { font-family: var(--f-narrow); font-weight: 700; font-size: 22px; color: var(--red2); line-height: 1.34375;}
.rg-panel__note { font-size: 12px; color: var(--slate); }
.otp { background: var(--cream); border-bottom: 1px solid var(--line); padding: 32px 80px; display: flex; flex-direction: column; gap: 20px; }
.otp__title { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: 1px; color: var(--navy); line-height: 1.34375;}
.otp__grid { display: grid; }
.otp__grid--3 { grid-template-columns: repeat(3, 1fr); }
.otp__link { padding: 16px 0; border-bottom: 1px solid var(--rule); font-family: var(--f-narrow); font-weight: 700; font-size: 15px; color: var(--navy); text-decoration: underline; line-height: 1.34375;}
.otp__grid--3 .otp__link:nth-last-child(-n+3) { border-bottom: 0; }
.rg-sec { background: var(--cream); padding: 80px; display: flex; gap: 64px; }
.rg-sec__left { width: 340px; flex: none; display: flex; flex-direction: column; gap: 16px; }
.rg-sec__num { font-family: var(--f-narrow); font-weight: 700; font-size: 64px; color: var(--red2); line-height: 1.34375;}
.rg-sec__title { font-family: var(--f-narrow); font-weight: 700; font-size: 28px; line-height: 34px; color: var(--navy); }
.rg-sec__right { flex: 1; display: flex; flex-direction: column; gap: 24px; color: var(--navy); }
.rg-lead { font-weight: 600; font-size: 18px; }
.rg-p16 { font-size: 16px; }
.rg-p15 { font-size: 15px; line-height: 1.6; }
.rg-bullets { display: flex; flex-direction: column; gap: 12px; }
.rg-bullets li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.rg-bullets li i { width: 6px; height: 6px; background: var(--red2); flex: none; }
.rg-bullets--sm { gap: 10px; }
.rg-bullets--sm li { align-items: flex-start; gap: 8px; font-size: 14px; }
.rg-bullets--sm li i { width: 5px; height: 5px; margin-top: 0; }
.rg-stack { display: flex; flex-direction: column; gap: 24px; }
.rg-stack--20 { gap: 20px; }
.rg-divider { height: 1px; background: var(--line); opacity: .15; }
.rg-item { display: flex; flex-direction: column; gap: 8px; }
.rg-item--gap12 { gap: 12px; } .rg-item--gap6 { gap: 6px; }
.rg-item__title { font-family: var(--f-narrow); font-weight: 700; font-size: 18px; line-height: 1.34375;}
.rg-item__title--16 { font-size: 16px; }
.rg-item__text { font-size: 14px; line-height: 1.5; }
.rg-item__link { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; color: var(--red2); line-height: 1.34375;}
.rg-split { display: flex; gap: 32px; }
.rg-split__left { flex: 1; display: flex; flex-direction: column; gap: 16px; font-size: 15px; line-height: 1.5; }
.rg-split__panel { width: 420px; flex: none; background: var(--ink); padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.rg-split__panel .eyebrow--red { color: var(--red2); }
.rg-split__title { font-family: var(--f-narrow); font-weight: 700; font-size: 22px; line-height: 28px; color: var(--white); }
.rg-split__text { font-size: 13px; line-height: 1.5; color: var(--slate); }
.rg-split__phone { font-weight: 700; font-size: 14px; color: var(--white); }
.rg-split__panel .btn-red { align-self: flex-start; }
.rg-debit { display: flex; align-items: center; gap: 16px; padding-top: 8px; }
.rg-debit__badge { background: var(--red2); padding: 4px 10px; font-family: var(--f-narrow); font-weight: 700; font-size: 11px; color: var(--white); line-height: 1.34375;}
.rg-debit__text { font-size: 13px; }
.rg-check { display: flex; flex-direction: column; gap: 16px; }
.rg-check__title { font-family: var(--f-narrow); font-weight: 700; font-size: 20px; line-height: 1.34375;}
.rg-check__lead { font-size: 14px; }
.rg-questions { display: flex; flex-direction: column; gap: 12px; }
.rg-questions li { display: flex; gap: 12px; font-weight: 500; font-size: 14px; }
.rg-questions .mono { font-weight: 700; color: var(--red2); }
.rg-check__outro { font-weight: 600; font-size: 14px; }
.rg-dir { display: flex; flex-direction: column; gap: 20px; }
.rg-dir__big { display: flex; flex-direction: column; gap: 4px; }
.rg-dir__big .eyebrow { letter-spacing: .5px; color: var(--red2); }
.rg-dir__phone-big { font-family: var(--f-narrow); font-weight: 700; font-size: 36px; color: var(--navy); line-height: 1.34375;}
.rg-dir__text { font-size: 14px; }
.rg-dir__text--14 { line-height: 1.4; }
.rg-dir__row { display: flex; align-items: flex-start; justify-content: space-between; }
.rg-dir__title { font-family: var(--f-narrow); font-weight: 700; font-size: 16px; line-height: 1.34375;}
.rg-dir__phone { font-weight: 700; font-size: 16px; color: var(--navy); }
.rg-dir__item { display: flex; flex-direction: column; gap: 6px; }
.rg-reg { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.rg-reg__op { font-weight: 600; font-size: 15px; }

/* ============================================================
   CONTACT
   ============================================================ */
.ct-hero { position: relative; overflow: hidden; background: var(--ink); padding: 48px 60px; height: 300px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.ct-hero__diag { position: absolute; left: -50px; top: 140px; width: 1500px; height: 2px; background: var(--red2); opacity: .25; transform: rotate(6deg); transform-origin: 0 0; }
.ct-hero .eyebrow--red { color: var(--red2); }
.ct-hero__title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1.5px; color: var(--white); line-height: 1.34375;}
.ct-hero__text { max-width: 680px; font-size: 16px; line-height: 1.5; color: var(--light); }
.ct-main { background: var(--sand); padding: 64px 60px 20px; display: flex; gap: 48px; }
.ct-form { flex: 1; display: flex; flex-direction: column; gap: 32px; }
.ct-form__head { display: flex; flex-direction: column; gap: 8px; }
.ct-form__title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; letter-spacing: .5px; color: var(--navy); line-height: 1.34375;}
.ct-form__text { max-width: 710px; font-size: 14px; line-height: 1.5; color: var(--navy); opacity: .8; }
.ct-form__email { font-size: 14px; color: var(--navy); }
.ct-fields { position: relative; }
.ct-note { display: flex; align-items: center; gap: 6px; }
.ct-note__label { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; letter-spacing: .5px; color: var(--red2); line-height: 1.34375;}
.ct-note__text { font-size: 13px; color: var(--slate); }
.ct-success { background: var(--white); border: 1px solid var(--light); border-left: 4px solid var(--red2); padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.ct-success__title { font-family: var(--f-narrow); font-weight: 700; font-size: 20px; color: var(--navy); line-height: 1.34375;}
.ct-success__text { font-size: 14px; line-height: 1.5; color: var(--navy); }
.ct-success__ref { font-size: 13px; color: var(--slate2); }
.ct-side { width: 420px; flex: none; display: flex; flex-direction: column; gap: 24px; }
.ct-side__head { display: flex; flex-direction: column; gap: 8px; }
.ct-side__title { display: flex; align-items: center; gap: 8px; font-family: var(--f-narrow); font-weight: 700; font-size: 24px; letter-spacing: .5px; color: var(--navy); line-height: 1.34375;}
.ct-side__num { font-size: 16px; color: var(--red2); }
.ct-side__text { font-size: 14px; line-height: 1.5; color: var(--navy); opacity: .8; }
.ct-blocks { display: flex; flex-direction: column; }
.ct-blocks__rule { height: 1px; background: var(--light); }
.ct-block { padding: 16px 0; display: flex; flex-direction: column; gap: 8px; }
.ct-block__title { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: .5px; color: var(--navy); line-height: 1.34375;}
.ct-block__text { font-size: 13px; line-height: 1.4; color: var(--navy); opacity: .8; }
.ct-block__text--op { line-height: 1.5; }
.ct-block__link { font-family: var(--f-narrow); font-weight: 700; font-size: 13px; color: var(--red2); line-height: 1.34375;}
.ct-block__sec { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--slate); }
.ct-block__sec span { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; color: var(--red2); line-height: 1.34375;}
.ct-support { background: var(--navy); border: 1px solid var(--line2); padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.ct-support .eyebrow--red { font-size: 11px; color: var(--red2); }
.ct-support__title { font-family: var(--f-narrow); font-weight: 700; font-size: 16px; color: var(--white); line-height: 1.34375;}
.ct-support__phone { font-family: var(--f-narrow); font-weight: 700; font-size: 32px; color: var(--white); line-height: 1.34375;}
.ct-support__text { font-size: 13px; color: var(--light); }
.ct-support__link { font-family: var(--f-narrow); font-weight: 700; font-size: 13px; color: var(--red2); line-height: 1.34375;}

/* ============================================================
   BETSTOP
   ============================================================ */
.bst-intro { background: var(--black2); padding: 80px 48px; display: flex; gap: 48px; }
.bst-intro__left { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.bst-intro__title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1.5px; color: var(--white); line-height: 1.34375;}
.bst-intro__line { width: 120px; height: 4px; background: var(--red2); }
.bst-intro__sub { font-family: var(--f-archivo); font-weight: 700; font-size: 20px; color: var(--white); line-height: 1.0875;}
.bst-intro__paras { display: flex; flex-direction: column; gap: 16px; font-family: var(--f-archivo); font-size: 15px; line-height: 1.6; color: var(--grey); }
.bst-card { width: 420px; flex: none; align-self: flex-start; background: var(--ink2); border: 1px solid var(--line3); padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.bst-card__title { font-family: var(--f-narrow); font-weight: 700; font-size: 28px; line-height: 1.1; color: var(--white); }
.bst-card__text { font-family: var(--f-archivo); font-size: 14px; line-height: 1.5; color: var(--grey); }
.bst-how { background: var(--sand); padding: 80px 48px; display: flex; flex-direction: column; gap: 48px; }
.bst-how__head, .bst-impact__head { display: flex; flex-direction: column; gap: 8px; }
.bst-how .eyebrow--red, .bst-impact .eyebrow--red { color: var(--red2); }
.bst-how__title { font-family: var(--f-narrow); font-weight: 700; font-size: 48px; color: var(--ink2); line-height: 1.34375;}
.bst-how__text { font-family: var(--f-archivo); font-size: 16px; color: var(--slate3); line-height: 1.0875;}
.bst-steps { display: flex; gap: 32px; }
.bst-steps__rule { width: 1px; background: var(--line); flex: none; }
.bst-step { flex: 1 1 0; display: flex; flex-direction: column; gap: 16px; }
.bst-step__num { font-weight: 500; font-size: 48px; color: var(--red2); }
.bst-step__title { font-family: var(--f-narrow); font-weight: 700; font-size: 15px; letter-spacing: .5px; color: var(--ink2); line-height: 1.34375;}
.bst-step__text { font-family: var(--f-archivo); font-size: 14px; line-height: 1.5; color: var(--slate3); }
.bst-step__link { font-family: var(--f-archivo); font-weight: 700; font-size: 14px; color: var(--red2); line-height: 1.0875;}
.bst-impact { background: var(--ink2); padding: 80px 48px; display: flex; gap: 48px; }
.bst-impact__left { flex: 1; display: flex; flex-direction: column; gap: 32px; }
.bst-impact__title { font-family: var(--f-narrow); font-weight: 700; font-size: 40px; color: var(--white); line-height: 1.34375;}
.bst-impact__text { font-family: var(--f-archivo); font-size: 15px; color: var(--grey); line-height: 1.0875;}
.bst-rows { display: flex; flex-direction: column; }
.bst-row { display: flex; align-items: center; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line3); }
.bst-row__num { width: 32px; font-weight: 700; font-size: 16px; color: var(--red2); }
.bst-row__body { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.bst-row__title { font-family: var(--f-narrow); font-weight: 700; font-size: 14px; color: var(--white); line-height: 1.34375;}
.bst-row__text { font-family: var(--f-archivo); font-size: 14px; line-height: 1.5; color: var(--grey); }
.bst-aside { width: 420px; flex: none; align-self: flex-start; background: var(--black2); border-left: 4px solid var(--line3); padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.bst-aside__title { font-family: var(--f-archivo); font-weight: 700; font-size: 15px; color: var(--white); line-height: 1.0875;}
.bst-aside__text { font-family: var(--f-archivo); font-size: 14px; line-height: 1.5; color: var(--grey); }
.bst-aside__link { font-family: var(--f-archivo); font-weight: 800; font-size: 14px; color: var(--red2); line-height: 1.0875;}

/* ============================================================
   DOCUMENT PAGES
   ============================================================ */
.doc-intro { background: var(--navy); padding: 64px 80px; display: flex; flex-direction: column; gap: 16px; }
.doc-intro__title { font-family: var(--f-narrow); font-weight: 700; font-size: 56px; letter-spacing: -1.5px; text-transform: uppercase; color: var(--white); line-height: 1.34375;}
.doc-intro__text { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; color: var(--light); }
.doc { background: var(--cream); padding: 64px 80px 96px; display: flex; gap: 64px; }
.doc__nav { width: 260px; flex: none; display: flex; flex-direction: column; gap: 16px; position: sticky; top: 24px; align-self: flex-start; }
.doc__nav-list { display: flex; flex-direction: column; gap: 16px; }
.doc__nav-link { font-family: var(--f-narrow); font-weight: 700; font-size: 15px; color: var(--navy); text-decoration: underline; line-height: 1.34375;}
.doc__nav-arrow { display: none; }
.doc__content { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 48px; color: var(--navy); }
.doc-sec { display: flex; flex-direction: column; gap: 16px; }
.doc-sec__head { display: flex; align-items: center; gap: 12px; }
.doc-sec__num { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; color: var(--red2); line-height: 1.34375;}
.doc-sec__title { font-family: var(--f-narrow); font-weight: 700; font-size: 22px; line-height: 1.34375;}
.doc-p { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; }
.doc-paras { display: flex; flex-direction: column; gap: 12px; }
.doc-bullets, .doc-deflist { display: flex; flex-direction: column; gap: 8px; font-family: var(--f-narrow); font-size: 15px; line-height: 1.5; }
.doc-bullets li::before { content: '• '; }
.doc-deflist { padding-left: 16px; gap: 12px; }
.doc-sub { display: flex; flex-direction: column; gap: 8px; }
.doc-sub__title { font-family: var(--f-narrow); font-weight: 700; font-size: 18px; line-height: 1.34375;}
.doc-sub__ex { font-family: var(--f-narrow); font-style: italic; font-size: 15px; color: var(--slate3); line-height: 1.34375;}
.doc-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.doc-link { font-family: var(--f-narrow); font-weight: 700; font-size: 15px; color: var(--red2); text-decoration: underline; line-height: 1.34375;}
.doc-link--plain { text-decoration: none; font-weight: 400; font-size: 16px; color: var(--navy); }
.doc-links--tight { gap: 0; }
.doc-sec__rule { height: 1px; background: var(--rule); }
.limit-tool { display: flex; flex-direction: column; gap: 16px; }
.limit-tool__head { display: flex; align-items: center; gap: 12px; }
.limit-tool__text { font-family: var(--f-narrow); font-size: 16px; line-height: 1.5; }
.limit-tool__actions { display: flex; gap: 12px; }
.limit-form { display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.limit-form .field { width: 200px; }
.limit-form .btn-red { height: 48px; }

/* ============================================================
   ACCOUNT / 404
   ============================================================ */
.acct { background: var(--cream); padding: 48px 120px 80px; display: flex; flex-direction: column; gap: 32px; }
.acct__grid { display: flex; gap: 24px; }
.acct__card { flex: 1 1 0; background: var(--white); border: 1px solid #e8e8e8; border-radius: 4px; padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.acct__k { font-family: var(--f-narrow); font-weight: 700; font-size: 11px; letter-spacing: 1px; color: var(--grey); line-height: 1.34375;}
.acct__v { font-family: var(--f-narrow); font-weight: 700; font-size: 28px; color: var(--navy); line-height: 1.34375;}
.acct__note { font-size: 12px; color: var(--grey); }
.acct__title { font-family: var(--f-narrow); font-weight: 700; font-size: 24px; color: var(--navy); margin-bottom: 16px; line-height: 1.34375;}
.acct__empty { font-size: 14px; color: var(--grey); }
.acct__empty a { color: var(--red); font-weight: 700; }
.acct__table { background: var(--white); border: 1px solid #e8e8e8; border-radius: 4px; overflow-x: auto; }
.acct__row { display: grid; grid-template-columns: 150px 80px 1fr 110px 80px 120px 90px; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #e8e8e8; font-size: 13px; color: var(--navy); align-items: center; min-width: 900px; }
.acct__row--head { background: var(--navy); color: var(--grey); font-weight: 800; font-size: 12px; }
.acct__row em { display: block; font-style: normal; font-size: 12px; }
.acct__status { font-family: var(--f-narrow); font-weight: 700; color: var(--red); line-height: 1.34375;}
.notfound { background: var(--cream); padding: 64px 120px; display: flex; gap: 12px; }

/* ============================================================
   FORMS
   ============================================================ */
.form-stack { display: flex; flex-direction: column; }
.form-stack--16 { gap: 16px; } .form-stack--20 { gap: 20px; }
.form-row { display: flex; gap: 16px; }
.form-row > .field { flex: 1 1 0; min-width: 0; }
.form-row--location { gap: 12px; }
.form-row--location .field--suburb { flex: 1; } .form-row--location .field--state { flex: 0 0 100px; } .form-row--location .field--postcode { flex: 0 0 120px; }
.field { display: flex; flex-direction: column; gap: 6px; position: relative; }
.field__label { font-family: var(--f-narrow); font-weight: 700; font-size: 12px; letter-spacing: .5px; color: var(--deep); line-height: 1.34375;}
.field__label--grey { color: var(--slate); }
.field__input { display: flex; align-items: center; height: 48px; background: var(--white); border: 1px solid var(--light); border-radius: 2px; padding: 0 16px; }
.field__input--sq { border-radius: 0; }
.field__input--area { height: 150px; padding: 16px; align-items: flex-start; }
.field__input input, .field__input select, .field__input textarea { flex: 1; min-width: 0; border: 0; background: none; outline: none; padding: 0; font-family: var(--f-narrow); font-size: 14px; color: var(--deep); -webkit-appearance: none; appearance: none; line-height: 1.34375;}
.field__input--sq input, .field__input--sq select, .field__input--sq textarea { font-family: var(--f-inter); line-height: 1.2109375; color: var(--navy); }
.field__input textarea { height: 100%; resize: vertical; line-height: normal; }
.field__input input::placeholder, .field__input textarea::placeholder { color: var(--slate2); opacity: 1; }
.field__input--sq input::placeholder, .field__input--sq textarea::placeholder { color: var(--slate); }
.field__input--select select { cursor: pointer; padding-right: 8px; }
.field__chev { color: var(--deep); }
.field__input--sq .field__chev { color: var(--navy); }
.field__show { font-family: var(--f-narrow); font-weight: 700; font-size: 12px; letter-spacing: .5px; color: var(--red2); margin-left: 8px; line-height: 1.34375;}
.field__show--sm { font-size: 11px; }
.field__hint { font-family: var(--f-narrow); font-size: 11px; color: var(--slate2); line-height: 1.34375;}
.field__error { display: none; font-family: var(--f-narrow); font-size: 11px; color: var(--red2); line-height: 1.34375;}
.field.has-error .field__input { border-color: var(--red2); }
.field.has-error .field__error { display: block; }
.form-error { font-family: var(--f-narrow); font-weight: 700; font-size: 13px; color: var(--red2); line-height: 1.34375;}
.form-error--light { color: #ffb3ba; }
.checks { display: flex; flex-direction: column; gap: 12px; }
.check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.check input { position: absolute; opacity: 0; width: 0; height: 0; }
.check__box { width: 20px; height: 20px; flex: none; display: flex; align-items: center; justify-content: center; background: var(--white); border: 2px solid var(--deep); border-radius: 2px; color: var(--white); }
.check__box .ic { display: none; }
.check input:checked + .check__box { background: var(--red2); }
.check input:checked + .check__box .ic { display: block; }
.check__text { font-family: var(--f-narrow); font-size: 13px; line-height: 1.35; color: var(--deep); }
.link-red { font-weight: 700; color: var(--red2); text-decoration: underline; }
.toggle { position: relative; display: inline-flex; cursor: pointer; }
.toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.toggle__track { width: 44px; height: 24px; padding: 2px; border-radius: 2px; background: var(--slate2); display: flex; align-items: center; transition: background .15s; }
.toggle__knob { width: 20px; height: 20px; border-radius: 1px; background: var(--white); transition: transform .15s; }
.toggle input:checked + .toggle__track { background: var(--red2); }
.toggle input:checked + .toggle__track .toggle__knob { transform: translateX(20px); }
.toggle input:focus-visible + .toggle__track { outline: 2px solid var(--navy); outline-offset: 2px; }

/* ============================================================
   MODALS
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px 16px; background: rgba(11,17,32,.86); overflow-y: auto; }
.modal__box { position: relative; width: 480px; max-width: 100%; background: var(--sand); border-radius: 2px; box-shadow: 0 16px 32px rgba(0,0,0,.25); padding: 32px; display: flex; flex-direction: column; gap: 24px; margin: auto; }
.modal__box--520 { width: 520px; } .modal__box--560 { width: 560px; }
.modal__close { position: absolute; right: 24px; top: 24px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; color: var(--deep); z-index: 2; }
.modal__head { display: flex; flex-direction: column; gap: 6px; padding-right: 32px; }
.modal__head--8 { gap: 8px; }
.modal__title { font-family: var(--f-narrow); font-weight: 700; font-size: 28px; color: var(--deep); line-height: 1.34375;}
.modal__sub { font-family: var(--f-narrow); font-size: 14px; color: var(--slate2); line-height: 1.34375;}
.modal__sub--dark { color: var(--deep); opacity: .8; line-height: 1.4; }
.modal__actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.modal__actions > * { width: 100%; }
.btn-primary { height: 48px; display: flex; align-items: center; justify-content: center; background: var(--red2); border-radius: 2px; font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: var(--white); line-height: 1.34375;}
.btn-primary--47 { height: 47px; }
.btn-outline { height: 47px; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--deep); border-radius: 2px; font-family: var(--f-narrow); font-weight: 700; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: var(--deep); line-height: 1.34375;}
.btn-outline--sm { height: 40px; padding: 0 16px; font-size: 13px; width: auto; }
.link-underline { width: auto !important; font-family: var(--f-narrow); font-weight: 700; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; color: var(--slate2); text-decoration: underline; line-height: 1.34375;}
.link-underline--sm { font-size: 12px; text-transform: none; letter-spacing: 0; }
.modal__prompt { width: auto !important; display: flex; align-items: center; gap: 4px; font-family: var(--f-narrow); font-size: 13px; color: var(--slate2); line-height: 1.34375;}
.modal__prompt a { font-weight: 700; color: var(--red2); }
.modal__rule { height: 1px; background: var(--light); }
.age__intro { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.age__welcome { font-family: var(--f-narrow); font-weight: 700; font-size: 12px; letter-spacing: 1.5px; color: var(--slate2); line-height: 1.34375;}
.age__brand { font-family: var(--f-narrow); font-weight: 700; font-size: 32px; letter-spacing: -.5px; color: var(--deep); line-height: 1.34375;}
.age__badge { align-self: center; background: var(--deep); border-radius: 2px; padding: 12px 24px; font-family: var(--f-narrow); font-weight: 700; font-size: 24px; line-height: 1; color: var(--white); text-align: center; }
.age__content { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.age__title { font-family: var(--f-narrow); font-weight: 700; font-size: 20px; color: var(--deep); line-height: 1.34375;}
.age__text { font-family: var(--f-narrow); font-size: 14px; line-height: 1.4; color: var(--deep); opacity: .8; }
.age__footer { font-family: var(--f-narrow); font-weight: 600; font-size: 11px; letter-spacing: .5px; color: var(--slate2); text-align: center; line-height: 1.34375;}
.callout { display: flex; background: var(--white); border-radius: 2px; overflow: hidden; }
.callout__bar { width: 4px; flex: none; background: var(--red2); }
.callout__body { padding: 16px 16px 16px 20px; display: flex; flex-direction: column; gap: 4px; }
.callout__title { font-family: var(--f-narrow); font-weight: 700; font-size: 13px; color: var(--deep); line-height: 1.34375;}
.callout__text { font-family: var(--f-narrow); font-size: 12px; line-height: 1.4; color: var(--slate2); }
.cookie-rows { display: flex; flex-direction: column; }
.cookie-row { padding: 16px 0; box-shadow: inset 0 1px 0 var(--light); display: flex; flex-direction: column; gap: 6px; }
.cookie-row:last-child { box-shadow: inset 0 1px 0 var(--light), inset 0 -1px 0 var(--light); }
.cookie-row__head { display: flex; align-items: center; justify-content: space-between; min-height: 24px; }
.cookie-row__title { font-family: var(--f-narrow); font-weight: 700; font-size: 16px; color: var(--deep); line-height: 1.34375;}
.cookie-row__always { font-family: var(--f-narrow); font-weight: 700; font-size: 12px; letter-spacing: 1px; color: var(--slate2); line-height: 1.34375;}
.cookie-row__text { font-family: var(--f-narrow); font-size: 13px; color: var(--slate2); line-height: 1.34375;}
body.modal-open { overflow: hidden; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 1100; background: var(--navy); color: var(--white); border: 1px solid var(--red); padding: 12px 18px; font-family: var(--f-narrow); font-weight: 700; font-size: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.3); max-width: calc(100% - 32px); line-height: 1.34375;}
.toast--error { border-color: #ffb3ba; }

/* ============================================================
   MOBILE (design width 390)
   ============================================================ */
@media (max-width: 1023px) {
  /* Header */
  .site-header { box-shadow: none; }
  .utility { height: auto; flex-direction: column; align-items: stretch; padding: 8px 16px; gap: 8px; }
  .utility__left { gap: 12px; }
  .badge-18 { padding: 2px 6px; font-size: 10px; }
  .utility__msgs { flex: 1; flex-direction: column; gap: 2px; }
  .utility__msg { font-size: 11px; white-space: normal; }
  .utility__right { width: auto; flex-direction: column; align-items: stretch; gap: 6px; }
  .utility__pill { padding: 4px 8px; font-size: 11px; }
  .utility__pill .mono { font-size: 11px; }
  .nav { height: 64px; padding: 0 16px; border-bottom: 1px solid var(--red); }
  .brand { gap: 8px; }
  .brand__name { font-size: 22px; }
  .brand__mark { width: 5px; height: 18px; }
  .nav__links, .nav__login, .btn-join { display: none; }
  .nav__actions { width: auto; gap: 12px; }
  .slip-btn { width: auto; height: 28px; border-radius: 4px; gap: 6px; padding: 6px 10px; }
  .slip-btn__icon--d, .slip-btn__long { display: none; }
  .slip-btn__icon--m, .slip-btn__short { display: block; }
  .slip-btn__label { font-size: 12px; }
  .slip-count { min-width: 18px; height: 16px; padding: 1px 6px; border-radius: 2px; font-weight: 900; font-size: 10px; }
  .hamburger { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,.1); border-radius: 4px; color: var(--white); }
  .hamburger__close { display: none; }
  .hamburger[aria-expanded="true"] .hamburger__open { display: none; }
  .hamburger[aria-expanded="true"] .hamburger__close { display: block; }
  .mobile-menu { display: flex; flex-direction: column; gap: 20px; padding: 16px 16px 24px; background: var(--navy); }
  .mobile-menu__links { display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu__link { display: flex; align-items: center; justify-content: space-between; padding: 16px 8px; border-bottom: 1px solid var(--line2); font-weight: 800; font-size: 16px; letter-spacing: .5px; text-transform: uppercase; color: var(--white); }
  .mobile-menu__link .ic { color: var(--grey); }
  .mobile-menu__link.is-active { color: var(--red); }
  .mobile-menu__pill { width: 6px; height: 16px; border-radius: 3px; background: var(--red); }
  .mobile-menu__actions { display: flex; flex-direction: column; gap: 12px; padding-top: 12px; }
  .mobile-menu__join, .mobile-menu__login { height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-weight: 800; font-size: 15px; letter-spacing: .5px; text-transform: uppercase; }
  .mobile-menu__join { background: var(--white); color: var(--navy); }
  .mobile-menu__login { background: var(--navy); border: 1px solid rgba(255,255,255,.1); color: var(--cream); }
  .mobile-menu__notice { font-family: var(--f-mono); font-weight: 700; font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.3;}

  /* Hero */
  .hero { height: 440px; padding: 20px; align-items: flex-end; }
  .hero__content { width: 100%; }
  .hero__title { font-size: 40px; letter-spacing: -1px; white-space: normal; }
  .hero__title2 { margin-top: 4px; font-size: 32px; letter-spacing: -1px; white-space: normal; }
  .hero__text { margin-top: 16px; font-size: 13px; line-height: 1.4; }
  .hero__cta { margin-top: 16px; align-self: flex-start; height: 41px; padding: 12px 24px; border-radius: 4px; font-size: 14px; }

  /* Markets */
  .markets { padding: 40px 16px; }
  .section-head { gap: 4px; }
  .markets .section-head--center { align-items: flex-start; text-align: left; }
  .section-title { font-size: 36px; }
  .section-sub { font-size: 13px; }
  .filters { margin-top: 24px; flex-wrap: wrap; gap: 8px; }
  .filter { font-size: 12px; }
  .board { margin-top: 24px; background: none; border: 0; overflow: visible; display: flex; flex-direction: column; gap: 12px; }
  .board__head { display: none; }
  .league { background: var(--white); box-shadow: inset 0 0 0 1px var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; gap: 8px; }
  .league__head { height: 48px; justify-content: space-between; }
  .league__name { width: auto; gap: 8px; }
  .league__icon { width: 24px; height: 24px; }
  .ic--d { display: none; } .ic--m { display: block; }
  .league__count--m { display: inline; font-size: 12px; }
  .league__right { flex: none; }
  .league__count--d { display: none; }
  .league__all { font-size: 12px; }
  .event { height: auto; flex-direction: column; align-items: stretch; gap: 12px; padding: 12px; box-shadow: none; }
  .event + .event { box-shadow: inset 0 1px 0 var(--line); margin-top: 0; padding-top: 20px; }
  .league > .event:last-child { padding-bottom: 12px; }
  .event__meta { width: auto; justify-content: space-between; }
  .event__league, .event__time { font-size: 11px; }
  .event__time { font-weight: 700; }
  .event__name { font-size: 14px; white-space: normal; }
  .event__market { width: auto; flex-direction: row; justify-content: space-between; }
  .event__market-name, .event__market-count { font-size: 11px; }
  .event__odds { width: auto; }
  .odds { height: 47px; border-radius: 4px; align-items: center; padding: 8px; gap: 2px; }
  .odds__label { font-size: 11px; } .odds__price { font-size: 12px; }
  .event--3 .event__odds { gap: 4px; }
  .event--3 .odds { height: 40px; padding: 6px; }
  .event--3 .odds__label { font-size: 10px; } .event--3 .odds__price { font-size: 11px; }

  /* Next to jump */
  .racing-home { flex-direction: column; padding: 40px 16px; gap: 20px; }
  .racing-home__left { width: auto; }
  .racing-home__title { font-size: 36px; }
  .racing-home__filters { margin-top: 20px; flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .racing-home__filter { height: 20px; gap: 0; }
  .racing-home__filter i { display: none; }
  .racing-home__filter.is-active { border-bottom: 2px solid var(--red); padding-bottom: 4px; height: auto; }
  .racing-home__right { margin-left: 0; gap: 20px; min-height: 0; }
  .featured-race { height: 220px; border-radius: 8px; padding: 16px; }
  .countdown { gap: 8px; }
  .countdown__num { width: 28px; height: 28px; border-radius: 2px; font-size: 12px; }
  .featured-race__time { font-size: 13px; }
  .featured-race__bottom { gap: 4px; }
  .featured-race__meta { font-size: 12px; }
  .featured-race__link { gap: 4px; }
  .race-list { gap: 8px; }
  .race-row { height: 56px; gap: 12px; padding: 12px; border-radius: 6px; }
  .race-row .countdown { gap: 6px; }
  .race-row .countdown__unit { font-size: 11px; }
  .race-row__time { font-size: 12px; }
  .race-row__venue { font-size: 14px; }
  .race-row__meta { font-size: 11px; }
  .race-row__link { gap: 4px; font-size: 11px; }
  .race-row__link-long { display: none; } .race-row__link-short { display: inline; }

  /* Mosaic */
  .competitions { padding: 40px 16px; }
  .mosaic { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .mosaic__row { display: contents; }
  .tile, .mosaic__row--1 .tile { height: 160px; border-radius: 6px; padding: 12px; }
  .tile--racing { grid-column: 1 / -1; padding: 16px; }
  .tile__eyebrow { font-size: 10px; letter-spacing: .5px; }
  .tile__eyebrow-long, .tile__markets-long, .tile__sub-long, .tile__link-long { display: none; }
  .tile__eyebrow-short, .tile__markets-short, .tile__sub-short, .tile__link-short { display: inline; }
  .tile__markets { padding: 2px 6px; border-radius: 2px; font-weight: 700; font-size: 9px; }
  .tile__bottom { gap: 2px; }
  .tile__title, .mosaic__row--1 .tile__title { font-size: 18px; }
  .tile__sub { font-size: 11px; }
  .tile__link { font-size: 11px; }
  .tile--afl .tile__link { color: var(--red); }
  .tile--afl .tile__link .ic { display: none; }
  .tile--racing .tile__eyebrow { font-size: 11px; letter-spacing: 1px; }
  .tile--racing .tile__eyebrow-long { display: inline; } .tile--racing .tile__eyebrow-short { display: none; }
  .tile--racing .tile__markets { padding: 3px 8px; font-size: 10px; }
  .tile--racing .tile__markets-long { display: inline; } .tile--racing .tile__markets-short { display: none; }
  .tile--racing .tile__title { font-size: 22px; }
  .tile--racing .tile__sub { font-size: 12px; }
  .tile--racing .tile__link { font-size: 12px; }

  /* RW */
  .rw, .rw--sand { padding: 40px 16px; display: flex; flex-direction: column; gap: 28px; }
  .rw--sand .rw__steps { margin-top: 0; }
  .rw--mobile-only { display: flex; }
  .bst-impact { display: none; }
  .rw__header { flex-direction: column; align-items: stretch; gap: 8px; }
  .rw__left { width: auto; gap: 8px; }
  .rw__title { font-size: 32px; }
  .rw__text { font-size: 13px; line-height: 1.4; }
  .rw__steps { flex-direction: column; gap: 16px; }
  .rw__rule { width: auto; height: 1px; }
  .rw__step { padding: 16px; gap: 10px; }
  .rw__step-title { font-size: 20px; }
  .rw__step-text { font-size: 13px; line-height: 1.4; }

  /* Poster */
  .poster { flex-direction: column; height: auto; }
  .poster__navy { width: auto; padding: 24px; align-items: center; text-align: center; }
  .poster__badge { font-weight: 400; }
  .poster__title { font-size: 32px; line-height: 1.1; }
  .poster__text { font-size: 13px; line-height: 1.4; }
  .poster__warning { font-size: 13px; line-height: 1.4; }
  .poster__red { padding: 24px; align-items: center; text-align: center; }
  .poster__red-title { font-size: 32px; letter-spacing: 0; }
  .poster__red-text { font-size: 13px; line-height: 1.4; }
  .poster__link { align-self: flex-start; }

  /* Payment */
  .payment { height: auto; flex-direction: column; gap: 16px; padding: 20px; }
  .payment__title { font-weight: 700; text-align: center; }
  .payment__logos { margin: 0; }
  .payment__logos img { width: 220px; height: 30px; object-fit: contain; }
  .payment__right { width: auto; flex-direction: column; gap: 8px; }
  .payment__badge { border-radius: 2px; padding: 4px 8px; }
  .payment__note { width: auto; text-align: center; }

  /* Footer */
  .footer { padding: 40px 16px; gap: 32px; }
  .footer__top { flex-direction: column; gap: 32px; }
  .footer__brand { width: auto; gap: 4px; }
  .footer__logo { font-size: 40px; letter-spacing: -1px; }
  .footer__tagline { font-size: 12px; }
  .footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .footer__col { gap: 8px; }
  .footer__col-title { font-weight: 700; font-size: 11px; }
  .footer__link { font-size: 12px; }
  .footer__rules { gap: 0; }
  .footer__rules i + i { display: none; }
  .footer__grid { gap: 32px; }
  .footer__legal { flex-direction: column; gap: 20px; }
  .footer__legal-col { gap: 4px; }
  .footer__legal-line { font-size: 12px; min-height: 0; }
  .footer__bottom { flex-direction: column; gap: 8px; border-top: 1px solid var(--line4); padding-top: 32px; }
  .footer__copy, .footer__cookies { font-size: 11px; text-align: center; }

  /* Sports */
  .masthead { flex-direction: column; padding: 32px 16px; gap: 24px; }
  .masthead__left { width: auto; gap: 12px; }
  .masthead__title { font-size: 56px; letter-spacing: -1px; }
  .masthead__text { font-size: 13px; line-height: 1.4; }
  .masthead__graphic { flex: none; height: 200px; background-size: 40px 40px; }
  .masthead__word { left: 16px; top: 24px; font-size: 90px; letter-spacing: -3px; -webkit-text-stroke-width: 1.5px; }
  .masthead__num { right: 16px; bottom: 12px; font-size: 100px; letter-spacing: -4px; }
  .masthead__diamond { width: 200px; height: 200px; right: -60px; top: 60px; }
  .masthead__line { left: 16px; }
  .masthead__line--1 { top: 120px; width: 110px; } .masthead__line--2 { top: 145px; width: 140px; } .masthead__line--3 { top: 170px; width: 90px; }
  .featured-comp { flex-direction: column; height: auto; border-bottom: 0; }
  .featured-comp__panel { width: auto; padding: 24px; gap: 16px; }
  .featured-comp__league { font-size: 48px; letter-spacing: -1px; }
  .featured-comp__full { font-size: 13px; opacity: .9; }
  .featured-comp__match { gap: 4px; }
  .featured-comp__teams { font-weight: 700; }
  .featured-comp__when { opacity: .8; }
  .featured-comp__market-name { font-size: 11px; }
  .featured-comp__odds { gap: 8px; }
  .odds--navy { flex: 1 1 0; height: 52px; border-radius: 4px; padding: 6px 0; }
  .odds--navy .odds__label { font-weight: 700; font-size: 10px; }
  .odds--navy .odds__price { font-size: 16px; }
  .featured-comp__count { font-weight: 700; }
  .featured-comp__photo { flex: none; height: 220px; border-left: 0; }
  .featured-comp__photo::after { background: rgba(17,28,53,.35); }

  /* Racing */
  .zone { padding: 32px 16px; }
  .zone__inner { gap: 16px; }
  .zone__title { font-size: 56px; letter-spacing: -1px; gap: 2px; }
  .zone__text { font-size: 15px; line-height: 1.4; }
  .selector { padding: 32px 0 32px 16px; }
  .selector__head { padding-right: 16px; gap: 4px; }
  .selector__title { font-size: 24px; }
  .selector__sub { font-size: 13px; }
  .race-cards { overflow-x: auto; gap: 10px; padding-right: 16px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .race-cards::-webkit-scrollbar { display: none; }
  .race-card { flex: 0 0 150px; border-radius: 4px; padding: 12px; gap: 8px; }
  .race-card__state { display: block; font-size: 9px; }
  .race-card__row { font-size: 13px; }
  .race-card__venue { font-size: 18px; }
  .race-card__meta { font-size: 11px; }
  .workspace { padding: 24px 16px 32px; gap: 16px; }
  .workspace__head { flex-direction: column; gap: 12px; }
  .workspace__left { gap: 4px; }
  .workspace__left .eyebrow { font-size: 11px; letter-spacing: 1px; }
  .workspace__title { font-size: 28px; }
  .workspace__meta { font-size: 13px; }
  .workspace__right { flex-direction: row; align-items: center; gap: 8px; }
  .workspace__starts-colon { display: inline; }
  .workspace__min { font-size: 24px; }
  .toolbar { flex-direction: column; align-items: stretch; gap: 12px; }
  .toolbar__tab { padding: 8px 16px; border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); font-size: 12px; }
  .toolbar__hint { font-size: 10px; letter-spacing: .5px; }
  .runners { border-radius: 4px; }
  .runners__head { padding: 8px 12px; }
  .runners__col--0, .runners__col--1, .runners__col--2, .runners__col--3, .runners__col--4, .runners__col--5, .runners__col--6 { display: none; }
  .runners__col--m0 { display: block; width: 28px; } .runners__col--m1 { display: block; flex: 1; }
  .runner { flex-wrap: wrap; padding: 12px; gap: 10px 0; }
  .runner__no { width: 28px; align-self: center; }
  .runner__name { flex: 1; font-size: 15px; }
  .runner__barrier, .runner__jockey, .runner__form { display: none; }
  .runner__detail--m { display: block; width: 100%; padding-left: 28px; margin-top: -8px; font-size: 12px; }
  .runner__odds { width: 100%; gap: 8px; }
  .runner-odds { flex: 1 1 0; width: auto; height: 44px; flex-direction: row; gap: 6px; border-radius: 4px; padding: 8px 12px; }
  .runner-odds__price { font-size: 15px; }

  /* Showdown */
  .sd-hero { padding: 0; }
  .sd-hero__row { flex-direction: column; gap: 0; }
  .sd-hero__left { padding: 32px 16px 24px; gap: 16px; }
  .sd-hero__title { font-size: 56px; letter-spacing: -1px; gap: 2px; }
  .sd-hero__lead { font-size: 13px; line-height: 1.4; }
  .sd-hero__text { font-size: 14px; line-height: 1.5; }
  .sd-hero__right { flex: none; height: 220px; }
  .sd-hero__diag, .sd-hero__num { display: none; }
  .sd-explain { padding: 40px 16px; gap: 24px; }
  .sd-explain__head { gap: 8px; }
  .sd-explain__title { font-size: 28px; letter-spacing: -.5px; gap: 2px; }
  .sd-cols { flex-direction: column; gap: 16px; }
  .sd-cols__rule { width: auto; height: 1px; }
  .sd-col, .sd-col + .sd-cols__rule + .sd-col { padding-left: 0; gap: 8px; }
  .sd-col__num { font-size: 36px; }
  .sd-col__title { font-size: 16px; }
  .sd-col__text { line-height: 1.4; }
  .notice { border-left-color: var(--red2); padding: 16px; }
  .notice__text { line-height: 1.4; }
  .sd-cta { flex-direction: column; align-items: stretch; gap: 16px; }
  .sd-cta__left { gap: 4px; }
  .sd-cta__title { font-size: 20px; }
  .btn-red--showdown { width: 100%; border-radius: 4px; font-size: 14px; padding: 14px 16px; }

  /* How it works */
  .hiw-intro { padding: 40px 16px; }
  .hiw-intro__row { flex-direction: column; }
  .hiw-intro__title { font-size: 56px; gap: 4px; white-space: normal; }
  .hiw-intro__text { font-size: 15px; }
  .hiw-intro__right { display: none; }
  .journey { padding: 48px 16px 48px; gap: 0; }
  .journey__head { gap: 12px; padding-bottom: 24px; }
  .journey__title { font-size: 26px; }
  .journey__step { padding: 32px 0; gap: 12px; }
  .journey__num { font-size: 42px; }
  .journey__step-title { font-size: 20px; line-height: normal; }
  .journey__step-text { line-height: 1.5; }

  /* Help centre */
  .hc-hero { height: auto; padding: 32px 16px 24px; gap: 12px; }
  .hc-hero .eyebrow--red { font-size: 12px; letter-spacing: 1.5px; color: var(--slate); }
  .hc-hero__title { font-size: 36px; line-height: 40px; letter-spacing: 0; color: var(--sand); }
  .hc-hero__text { font-family: var(--f-inter); font-size: 14px; line-height: 20px; color: var(--slate); }
  .hc-hero__diag { left: 16px; top: auto; bottom: 8px; width: calc(100% - 32px); height: 2px; opacity: 1; transform: rotate(-1deg); }
  .hc-nav { padding: 24px 0 24px 16px; }
  .hc-grid { display: flex; gap: 8px; overflow-x: auto; padding-right: 16px; scrollbar-width: none; }
  .hc-grid::-webkit-scrollbar { display: none; }
  .hc-item { flex: 0 0 171px; min-height: 91px; padding: 12px 16px; border-radius: 4px; box-shadow: inset 0 0 0 1px var(--slate4); }
  .hc-item__num { font-size: 36px; }
  .hc-item__title { font-size: 14px; }
  .hc-topic { padding: 32px 16px 40px; }
  .hc-topic__row { flex-direction: column; gap: 24px; }
  .hc-topic__left { width: auto; gap: 8px; }
  .hc-topic__num { font-size: 48px; }
  .hc-topic__title { font-size: 24px; line-height: normal; }
  .hc-topic__intro { font-size: 14px; color: var(--slate2); }
  .faq { box-shadow: inset 0 1px 0 var(--light); }
  .faq__head { gap: 8px; }
  .faq__num { font-size: 12px; color: var(--slate2); }
  .faq__title { font-size: 16px; }
  .faq__text { font-size: 13px; line-height: 18px; color: var(--slate2); }

  /* Promotions */
  .promo-hero { height: 540px; padding: 20px; align-items: flex-end; }
  .promo-hero::after { background: rgba(13,28,52,.85); }
  .promo-hero__left { width: 100%; gap: 16px; }
  .promo-hero__title { font-size: 44px; line-height: .95; letter-spacing: -1px; }
  .promo-hero__text { width: auto; font-size: 14px; }
  .promo-hero__info { flex-direction: column; align-items: stretch; gap: 8px; }
  .promo-pill { padding: 8px 12px; font-size: 12px; white-space: normal; }
  .promo-hero .btn-red { width: 100%; border-radius: 6px; }
  .promo-offers { padding: 48px 16px 0; gap: 24px; }
  .promo-offers__title { font-size: 32px; }
  .promo-offers__text { font-size: 15px; }
  .promo-offers__rule { display: none; }
  .promo-row, .promo-row--right { flex-direction: column; align-items: stretch; gap: 16px; padding-bottom: 40px; }
  .promo-row--right .promo-row__image { order: 0; }
  .promo-row__image { width: 100%; height: 240px; border-radius: 8px; }
  .promo-row__content { gap: 12px; }
  .promo-row__num { font-size: 48px; }
  .promo-row__eyebrow { font-size: 12px; }
  .promo-row__title { font-size: 28px; }
  .promo-row__text { font-size: 14px; }
  .promo-row__meta { font-size: 11px; }
  .promo-row .btn-red { align-self: stretch; border-radius: 6px; }
  .promo-info { padding: 40px 16px; }
  .promo-info .eyebrow { font-size: 13px; }
  .promo-info__title { font-size: 28px; }
  .promo-info__text { font-size: 14px; }
  .promo-info__cols { flex-direction: column; border-bottom: 0; }
  .promo-info__col { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .promo-info__num { font-size: 32px; }
  .promo-info__col-title { font-size: 15px; }
  .promo-info__col-text { font-size: 13px; }
  .promo-cta { flex-direction: column; align-items: stretch; padding: 32px 16px; gap: 20px; }
  .promo-cta__right { flex-direction: column; align-items: stretch; }
  .promo-cta .btn-red, .promo-cta .btn-red-outline { height: 44px; border-radius: 6px; }

  /* Bet slip */
  .bs-hero { background: var(--ink); padding: 32px 16px; gap: 16px; }
  .bs-hero__title { font-size: 32px; letter-spacing: 0; line-height: 1; }
  .bs-hero__text { font-family: var(--f-inter); font-weight: 600; font-size: 12px; line-height: 1.4; }
  .bs-back--m { display: inline-flex; padding-top: 8px; font-size: 13px; color: var(--slate); }
  .bs-back--d { display: none; }
  .bs { background: var(--black); padding: 0; gap: 0; }
  .bs__workspace { flex-direction: column; align-items: stretch; gap: 0; }
  .bs-panel { border: 0; border-radius: 0; padding: 24px 16px; display: flex; flex-direction: column; gap: 24px; }
  .bs-panel__head { padding: 0; }
  .bs-step { gap: 8px; }
  .bs-step__num { font-size: 22px; }
  .bs-step__label { font-size: 13px; }
  .bs-badge { padding: 4px 8px; font-size: 11px; }
  .bs-selections { gap: 0; }
  .bs-sel { padding: 16px 0 0; gap: 12px; border-bottom: 0; }
  .bs-sel__top { flex-direction: column; align-items: stretch; gap: 12px; }
  .bs-sel__meta { gap: 12px; }
  .bs-sel__market { order: -1; display: none; }
  .bs-sel__actions { justify-content: space-between; padding-top: 8px; }
  .bs-sel__pick { flex-direction: column; gap: 8px; }
  .bs-sel__pick > div { flex-direction: row; justify-content: space-between; align-items: center; }
  .bs-sel__v { font-size: 13px; }
  .bs-sel__top { order: 0; } .bs-sel__pick { order: 1; }
  .bs-sel__remove { padding: 6px 12px; border-radius: 100px; box-shadow: inset 0 0 0 1px #e8e8e8; }
  .bs-stake { padding: 0; gap: 12px; }
  .bs-stake__input { border-color: var(--slate); padding: 12px 16px; justify-content: space-between; }
  .bs-stake__hint { flex: none; }
  .bs-quick { flex-wrap: wrap; justify-content: center; }
  .bs-quick__btn { flex: 1 1 0; height: 34px; padding: 8px 12px; border-color: var(--slate); font-size: 13px; text-align: center; }
  .bs-quick__clear { width: 100%; text-align: center; padding-top: 4px; font-size: 13px; }
  .bs-summary { width: auto; border-radius: 0; padding: 20px; }
  .bs-step--light .bs-step__label { font-size: 14px; }
  .bs-summary__title { font-size: 14px; }
  .bs-summary__details, .bs-summary__item { gap: 6px; }
  .bs-summary__market { font-size: 13px; }
  .bs-fin { gap: 10px; }
  .bs-place { border-radius: 4px; }
  .bs-place .ic { display: none; }
  .bs-summary__foot { gap: 6px; }
  .bs + .rw { margin-top: 48px; }

  /* Responsible gambling */
  .rg-hero { height: auto; padding: 40px 16px; }
  .rg-hero__diag { display: none; }
  .rg-hero__cols { flex-direction: column; align-items: stretch; gap: 24px; }
  .rg-hero__left { width: auto; }
  .rg-hero__title { font-size: 48px; letter-spacing: 0; }
  .rg-hero__text { font-size: 15px; line-height: 1.55; }
  .rg-panel { border-color: var(--ink); padding: 24px; gap: 20px; }
  .rg-panel__badge { font-size: 36px; white-space: normal; }
  .rg-panel__title { font-size: 20px; line-height: 1.2; letter-spacing: 0; }
  .rg-panel__label { font-weight: 600; font-size: 10px; }
  .otp { border-bottom: 1px solid var(--rule); background: var(--sand); padding: 32px 16px; gap: 16px; }
  .otp__grid--3 { grid-template-columns: 1fr; }
  .otp__link { padding: 12px 0; font-size: 14px; }
  .otp__grid--3 .otp__link:nth-last-child(-n+3) { border-bottom: 1px solid var(--rule); }
  .rg-sec { background: var(--sand); flex-direction: column; padding: 40px 16px; gap: 20px; border-bottom: 1px solid var(--rule); }
  .rg-sec__left { width: auto; gap: 20px; }
  .rg-sec__num { font-size: 42px; }
  .rg-sec__title { font-size: 22px; line-height: normal; }
  .rg-lead { font-size: 15px; }
  .rg-p16 { font-size: 15px; }
  .rg-bullets li { align-items: flex-start; font-size: 14px; line-height: 1.5; }
  .rg-bullets li i { margin-top: 8px; border-radius: 3px; }
  .rg-divider { opacity: 1; background: var(--rule); }
  .rg-item__title { font-size: 16px; }
  .rg-split { flex-direction: column; gap: 24px; }
  .rg-split__panel { width: auto; padding: 24px; }
  .rg-dir__phone-big { font-size: 28px; }
  .rg-dir__row { flex-direction: column; gap: 4px; }

  /* Contact */
  .ct-hero { height: auto; padding: 40px 16px 32px; }
  .ct-hero__diag { left: -10px; top: 110px; width: 410px; transform: rotate(-2deg); }
  .ct-hero .eyebrow--red { font-size: 12px; }
  .ct-hero__title { font-size: 44px; line-height: 1; letter-spacing: 0; }
  .ct-hero__text { font-size: 14px; line-height: 1.4; }
  .ct-main { flex-direction: column; padding: 40px 16px 40px; gap: 40px; }
  .ct-form { gap: 24px; }
  .ct-form__title { font-size: 22px; letter-spacing: 0; }
  .ct-form__text { line-height: 1.4; }
  .ct-fields { gap: 16px; }
  .form-row--16 { flex-direction: column; gap: 16px; }
  .field__input--sq { padding: 0 12px; }
  .field__input--area { height: 140px; padding: 12px; }
  .ct-note { flex-wrap: wrap; row-gap: 4px; }
  .btn-red--send { width: 180px; height: 48px; letter-spacing: 0; }
  .ct-side { width: auto; }
  .ct-side__title { flex-direction: column; align-items: flex-start; }
  .ct-side__num { font-size: 14px; }
  .ct-side__title span + * { font-size: 22px; }
  .ct-block { padding: 20px 0; border-top: 1px solid var(--light); }
  .ct-blocks__rule { display: none; }
  .ct-block__text { opacity: 1; }
  .ct-block__sec { flex-wrap: wrap; }
  .ct-support { margin: 0 -16px; border: 0; background: var(--ink); padding: 32px 16px; }
  .ct-support__phone { font-size: 28px; }

  /* BetStop */
  .bst-intro { flex-direction: column; padding: 0; gap: 0; }
  .bst-intro__left { padding: 40px 16px 32px; gap: 16px; }
  .bst-intro__title { font-size: 44px; }
  .bst-intro__line { width: 80px; height: 3px; }
  .bst-intro__sub { font-size: 18px; }
  .bst-intro__paras { font-size: 14px; }
  .bst-card { width: auto; background: var(--navy); border: 0; padding: 28px 16px; gap: 12px; }
  .bst-card__title { font-size: 24px; }
  .btn-red--full { height: 48px; padding: 0; }
  .bst-how { padding: 40px 16px; gap: 28px; }
  .bst-how__head { gap: 12px; }
  .bst-how .eyebrow { font-size: 12px; }
  .bst-how__title { font-size: 32px; }
  .bst-how__text { font-size: 14px; line-height: 1.5; }
  .bst-steps { flex-direction: column; gap: 0; }
  .bst-steps__rule { display: none; }
  .bst-step { padding: 24px 0; border-top: 1px solid var(--light); gap: 8px; }
  .bst-step__num { font-size: 36px; }
  .bst-impact { flex-direction: column; padding: 40px 16px; gap: 24px; }
  .bst-impact__title { font-size: 28px; }
  .bst-aside { width: auto; }

  /* Documents */
  .doc-intro { padding: 40px 16px; }
  .doc-intro__title { font-size: 38px; }
  .doc-intro__text { font-size: 15px; }
  .doc { flex-direction: column; padding: 0; gap: 0; }
  .doc__nav { width: auto; position: static; background: var(--sand); border-bottom: 1px solid var(--rule); padding: 32px 16px; gap: 12px; }
  .doc__nav-list { gap: 0; }
  .doc__nav-link { display: block; padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
  .doc__nav-link:last-child { border-bottom: 0; }
  .doc__nav-arrow { display: inline; }
  .doc__content { padding: 40px 16px; gap: 36px; }
  .doc-sec { gap: 12px; }
  .doc-sec__head { gap: 8px; }
  .doc-p { font-size: 15px; }
  .doc-bullets, .doc-deflist { font-size: 14px; }
  .doc-deflist { padding-left: 12px; }
  .doc-sub__ex { font-size: 14px; }
  .limit-form .field { width: 100%; }

  /* Account / misc */
  .acct { padding: 32px 16px 48px; }
  .acct__grid { flex-direction: column; }
  .notfound { padding: 40px 16px; flex-direction: column; }

  /* Modals */
  .modal { background: rgba(11,17,32,.94); padding: 32px 16px; }
  .modal__box, .modal__box--520, .modal__box--560 { width: 100%; padding: 24px; }
  .modal__close { right: 12px; top: 12px; width: 40px; height: 40px; }
  .modal__head { padding-right: 24px; }
  .age__intro { align-self: stretch; }
  .age__badge { padding: 12px 32px; max-width: 100%; }
  .form-row { flex-direction: column; }
  .form-row--location { flex-direction: column; }
  .form-row--location .field--state, .form-row--location .field--postcode { flex: none; }
  .field__label { font-size: 11px; }
  .field__hint--m { display: block; }
  .link-underline { text-align: center; }
}

@media (max-width: 420px) {
  .hero__title { font-size: 40px; }
  .utility__left { align-items: center; }
}

/* Larger desktops: keep the 1440 composition centred but fluid */
@media (min-width: 1024px) {
  .field__hint--m { display: none; }
}
