/* Brand source: the public homepage and dashboard. Use the same purple,
   teal, neutral surfaces and wordmark across every consumer product page. */
:root {
    color-scheme: dark;
    --bg: #06060b; --bg2: #0c0c14; --surface: #111119; --surface2: #16161f;
    --line: #2a2a3d; --ink: #e8e8f0; --muted: #c4c4d4;
    --accent: #7c5cfc; --accent-light: #9b82fc; --accent-strong: #5a3fd4; --teal: #00ddb8;
    --accent-soft: rgba(124, 92, 252, .15); --teal-soft: rgba(0, 221, 184, .1);
    --warning: #f59e0b; --warning-soft: rgba(245, 158, 11, .1);
    --loss: #fca5a5; --loss-soft: rgba(239, 68, 68, .12);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body.product { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.5 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.product button, .product input, .product select, .bet-workspace button, .bet-workspace input { font: inherit; }
.product a { color: inherit; text-decoration: none; }
.product button { cursor: pointer; }
.product button, .product input, .product select { color: var(--ink); }
:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 4px; }
.skip { position: absolute; left: 16px; top: -70px; background: var(--accent-light); color: var(--bg) !important; padding: 12px; z-index: 1000; }
.skip:focus { top: 10px; }
.product-nav { border-bottom: 1px solid var(--line); }
.product-nav-inner { max-width: 1250px; margin: auto; padding: 19px 28px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; font-size: 20px; letter-spacing: -.5px; white-space: nowrap; color: var(--ink); text-decoration: none; }
.brand-icon { width: 28px; height: 28px; display: grid; place-items: center; flex-shrink: 0; border-radius: 7px; background: linear-gradient(135deg, var(--accent), var(--teal)); color: #fff; font-size: 14px; letter-spacing: 0; }
.brand-name > span { color: var(--accent-light); }
.live-label { color: var(--teal); background: var(--teal-soft); border: 1px solid rgba(0, 221, 184, .2); border-radius: 5px; padding: 3px 6px; font-size: 9px; letter-spacing: 1px; font-weight: 700; }
#previewBanner { background: var(--surface2); color: var(--muted); border-bottom: 1px solid var(--line); padding: 7px 16px; font: 12px/1.5 'Inter', -apple-system, sans-serif; text-align: center; position: relative; z-index: 9999; }
.nav-item { color: var(--muted) !important; font-size: 13px; }
.product-account { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: 13px; }
/* The homepage's deeper purple keeps small white button labels legible. */
.solid-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 17px; border-radius: 7px; background: var(--accent-strong); color: #fff !important; border: 1px solid var(--accent); font-weight: 700; }
.product-shell { max-width: 1250px; margin: auto; padding: 48px 28px 40px; }
.hero { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: center; margin-bottom: 36px; }
.eyebrow { color: var(--accent-light); font-size: 11px; letter-spacing: 1.8px; font-weight: 700; text-transform: uppercase; margin: 0 0 13px; }
.hero h1 { font-size: clamp(32px, 4vw, 49px); line-height: 1.12; font-weight: 650; letter-spacing: -1.8px; margin: 0 0 16px; }
.hero p:last-child { color: var(--muted); max-width: 620px; margin: 0; font-size: 15px; }
.how-it-works { border-left: 1px solid var(--line); padding-left: 30px; }
.how-step { display: flex; align-items: center; gap: 13px; margin: 13px 0; font-size: 13px; color: var(--muted); }
.how-step b { color: var(--accent-light); font-size: 11px; border: 1px solid var(--line); border-radius: 50%; width: 26px; height: 26px; display: grid; place-items: center; }
.search-box { position: relative; margin-bottom: 25px; }
.search-label { position: absolute; left: 17px; top: 14px; color: var(--muted); pointer-events: none; }
#gameSearch { background: var(--surface); border: 1px solid var(--line); border-radius: 9px; width: 100%; padding: 16px 80px 16px 47px; min-height: 56px; font-size: 15px; }
#gameSearch::placeholder { color: var(--muted); }
.clear-search { position: absolute; right: 10px; top: 8px; min-height: 40px; background: transparent; border: 0; color: var(--muted) !important; }
.search-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 20; padding: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 12px 40px #0006; max-height: 350px; overflow: auto; }
.search-hit { display: block; width: 100%; padding: 12px; min-height: 48px; text-align: left; background: transparent; border: 0; border-radius: 4px; }
.search-hit:hover { background: var(--surface2); }
.search-hit small { display: block; color: var(--muted); }
.search-hit .search-live { color: var(--teal); font-weight: 600; }
.search-note { margin: 0; padding: 12px; font-size: 12px; color: var(--muted); }
.league-row { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.leagues { display: flex; gap: 7px; overflow: auto; flex: 1; scrollbar-width: thin; padding: 4px; }
.league, .filter, .outline-button { border: 1px solid var(--line); border-radius: 6px; padding: 10px 14px; background: transparent; white-space: nowrap; min-height: 44px; font-size: 13px !important; }
.league[aria-pressed="true"] { color: #fff; background: var(--accent-strong); border-color: var(--accent); font-weight: 700; }
.league small { opacity: .65; margin-left: 5px; }
.more-leagues { max-width: 180px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 11px; min-height: 44px; }
.saved-section { margin-bottom: 26px; }
.saved-head { display: flex; justify-content: space-between; margin-bottom: 10px; align-items: baseline; }
.saved-head h2 { font-size: 13px; margin: 0; }
.saved-head small { color: var(--muted); font-size: 11px; }
.saved-list { display: flex; flex-wrap: wrap; gap: 8px; }
.saved-game { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; background: var(--surface); }
.saved-game a { padding: 11px; }
.saved-game button { border: 0; background: transparent; min-width: 40px; min-height: 42px; color: var(--muted); }
.board-head { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin: 25px 0 19px; }
.board-heading { flex: 1; }
.board-heading h2 { font-size: 21px; margin: 0; letter-spacing: -.5px; }
.board-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.filters { display: flex; gap: 3px; background: var(--surface); padding: 4px; border-radius: 7px; }
.filter { border-color: transparent; color: var(--muted) !important; min-height: 36px; padding: 7px 13px; }
.filter[aria-pressed="true"] { background: var(--accent-soft); color: var(--accent-light) !important; }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.game-card { border: 1px solid var(--line); border-radius: 10px; background: var(--surface); overflow: hidden; }
.game-card:hover { border-color: var(--accent); }
.card-top { display: flex; align-items: center; justify-content: space-between; padding: 11px 18px; font-size: 11px; color: var(--muted); border-bottom: 1px solid #ffffff09; min-height: 50px; }
.status-live { color: var(--teal); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.status-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.save-game { background: transparent; border: 0; color: var(--muted) !important; padding: 7px 0 7px 15px; min-height: 36px; font-size: 12px !important; }
.save-game[aria-pressed="true"] { color: var(--accent-light) !important; }
.card-teams { padding: 18px 18px 9px; }
.team-row { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.team-mono { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; border: 1px solid var(--line); background: var(--teal-soft); border-radius: 7px; color: var(--teal); font-size: 10px; font-weight: 750; }
.team-row:nth-child(2) .team-mono { color: var(--accent-light); background: var(--accent-soft); }
.team-name { font-weight: 600; font-size: 14px; flex: 1; overflow-wrap: anywhere; }
.team-score { font-size: 22px; font-weight: 600; font-variant-numeric: tabular-nums; }
.card-prices { margin: 0 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.price-caption { font-size: 10px; text-transform: uppercase; letter-spacing: .7px; color: var(--muted); margin-bottom: 8px; }
.price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.price-preview { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; padding: 9px 10px; background: var(--bg); border-radius: 5px; }
.price-preview small { color: var(--muted); font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.price-preview strong { color: var(--teal); font-size: 17px; font-variant-numeric: tabular-nums; }
.card-foot { padding: 10px 18px 16px; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.card-foot small { font-size: 10px; color: var(--muted); }
.compare-link { font-size: 12px; font-weight: 700; color: var(--accent-light) !important; padding: 10px 0 10px 10px; min-height: 40px; }
.message { padding: 28px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); margin: 15px 0; }
.message h3 { margin: 0 0 8px; font-size: 18px; }
.message p { margin: 0 0 14px; color: var(--muted); }
.message[role="status"] { color: var(--muted); }
.product-footer { margin-top: 30px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; display: flex; gap: 20px; justify-content: space-between; }
.product-footer a { text-decoration: underline; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.bet-workspace { color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 24px; margin: 18px 0 28px; font: 14px/1.5 'Inter', -apple-system, sans-serif; }
.bet-workspace h2 { font-size: 25px; font-weight: 650; letter-spacing: -.6px; margin: 0 0 7px; }
.bet-workspace p { margin: 0; }
.worksheet-intro { color: var(--muted); font-size: 13px; }
.worksheet-controls { display: grid; grid-template-columns: 1fr 180px; gap: 22px; margin: 22px 0; }
.worksheet-label { display: block; color: var(--muted); font-size: 12px; margin-bottom: 7px; }
.pick-sides { display: flex; gap: 8px; }
.pick-side { border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: var(--bg); flex: 1; min-height: 48px; padding: 10px; cursor: pointer; }
.pick-side[aria-pressed="true"] { color: #fff; background: var(--accent-strong); border-color: var(--accent); font-weight: 700; }
#betStake { width: 100%; min-height: 48px; border-radius: 7px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); padding: 11px; font-variant-numeric: tabular-nums; }
.worksheet-books { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; margin-bottom: 18px; }
.worksheet-books summary { cursor: pointer; min-height: 30px; font-size: 12px; color: var(--accent-light); }
.book-options { display: flex; gap: 8px 16px; flex-wrap: wrap; padding-top: 10px; }
.book-options label { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; font-size: 12px; }
.book-options input { accent-color: var(--accent-light); width: 17px; height: 17px; }
.worksheet-summary { display: flex; gap: 36px; flex-wrap: wrap; margin: 16px 0 20px; }
.worksheet-number { font-size: 28px; color: var(--teal); font-weight: 650; font-variant-numeric: tabular-nums; }
.worksheet-summary small { display: block; color: var(--muted); font-size: 11px; }
.worksheet-scroll { overflow-x: auto; }
.worksheet-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.worksheet-table th { color: var(--muted); font-weight: 400; font-size: 11px; text-align: right; padding: 10px 8px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.worksheet-table td { text-align: right; padding: 12px 8px; border-bottom: 1px solid #ffffff0b; font-variant-numeric: tabular-nums; white-space: nowrap; }
.worksheet-table th:first-child, .worksheet-table td:first-child { text-align: left; }
.worksheet-table small { color: var(--muted); margin-left: 7px; font-size: 10px; }
.worksheet-note { color: var(--muted); font-size: 11px; margin-top: 15px !important; max-width: 900px; }
.worksheet-notice { color: var(--warning); padding: 12px 0; }
.worksheet-copy { background: transparent; color: var(--accent-light); border: 1px solid var(--line); border-radius: 6px; padding: 10px 16px; min-height: 44px; margin-top: 16px; cursor: pointer; }
.worksheet-copy:disabled { opacity: .45; cursor: default; }
.worksheet-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 20px; }
.worksheet-actions .worksheet-copy { margin-top: 0; }
.worksheet-actions .solid-button { cursor: pointer; }
.worksheet-actions .solid-button:disabled { opacity: .45; cursor: default; }
.worksheet-journal { color: var(--accent-light); padding: 10px 4px; font-size: 13px; }
.journal-heading { display: flex; gap: 24px; justify-content: space-between; align-items: center; }
.journal-heading h1 { font-size: clamp(28px, 4vw, 40px); letter-spacing: -1.2px; line-height: 1.15; margin: 0; max-width: 620px; }
.journal-intro { color: var(--muted); margin: 14px 0 0; }
.journal-privacy { color: var(--muted); border-left: 3px solid var(--accent); padding: 3px 0 3px 15px; margin: 26px 0; font-size: 12px; max-width: 850px; }
.journal-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.journal-summary > div { padding: 20px 24px; }
.journal-summary > div + div { border-left: 1px solid var(--line); }
.journal-summary small, .journal-facts small { display: block; color: var(--muted); font-size: 11px; }
.journal-summary strong { display: block; font-size: 28px; font-weight: 650; margin-top: 7px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.journal-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.journal-toolbar .filters { overflow-x: auto; max-width: 100%; }
.journal-toolbar button:disabled { opacity: .5; cursor: default; }
#journalStatus:empty { padding: 0; margin: 10px 0; }
.journal-list { display: grid; gap: 18px; }
.journal-card { border: 1px solid var(--line); border-radius: 10px; padding: 24px; background: var(--surface); min-width: 0; }
.journal-card-head { display: flex; justify-content: space-between; gap: 10px; align-items: center; flex-wrap: wrap; }
.journal-badge { display: inline-block; font-size: 10px; border-radius: 5px; background: var(--accent-soft); color: var(--accent-light); padding: 5px 8px; }
.badge-placed, .badge-void { color: var(--warning); background: var(--warning-soft); }
.badge-lost { color: var(--loss); background: var(--loss-soft); }
.journal-time { font-size: 10px; color: var(--muted); }
.journal-card h2 { font-size: 21px; line-height: 1.25; margin: 20px 0 5px; letter-spacing: -.4px; overflow-wrap: anywhere; }
.journal-match { font-size: 12px; color: var(--muted); margin: 0; overflow-wrap: anywhere; }
.journal-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 700px; margin: 23px 0 14px; }
.journal-facts strong { font-size: 24px; display: block; margin: 3px 0; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.journal-actual { border-left: 2px solid var(--accent); padding-left: 12px; font-size: 13px; }
.journal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.journal-quiet { margin-left: auto; border: 0; background: transparent; color: var(--muted) !important; min-height: 44px; padding: 8px; font-size: 12px !important; }
.record-placed, .settlement-actions { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.record-placed summary { cursor: pointer; font-size: 12px; color: var(--accent-light); min-height: 28px; }
.placed-inputs { display: flex; gap: 12px; align-items: end; flex-wrap: wrap; margin-top: 16px; }
.placed-inputs label { font-size: 11px; color: var(--muted); flex: 1; min-width: 140px; max-width: 220px; }
.placed-inputs input { width: 100%; display: block; border: 1px solid var(--line); border-radius: 6px; padding: 10px; min-height: 44px; background: var(--bg); margin-top: 6px; font-size: 16px; }
.settlement-actions { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.settlement-actions span { color: var(--muted); font-size: 12px; margin-right: 8px; }
.settlement-actions button[aria-pressed="true"] { color: var(--accent-light); background: var(--accent-soft); border-color: var(--accent-light); }
.quote-recheck { border: 1px solid var(--line); border-radius: 6px; padding: 12px; font-size: 12px; color: var(--muted); margin-top: 15px; }
.journal-record-status { color: var(--warning); font-size: 12px; }
.journal-record-status:empty { display: none; }
@media (max-width: 680px) {
    .product-nav-inner { flex-wrap: wrap; } .product-nav .my-bets-link { display: block; margin-left: auto; color: var(--accent-light) !important; }
    .product-nav #accountNav { width: 100%; justify-content: flex-end; }
    .nav { flex-wrap: wrap; }
    .journal-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .journal-summary > div { padding: 15px 10px; } .journal-summary strong { font-size: 23px; }
    .journal-toolbar .filters { order: 0; } .journal-toolbar .filter { flex: none; }
    .journal-card { padding: 17px; } .journal-facts { gap: 9px; } .journal-facts strong { font-size: 21px; }
    .placed-inputs label { max-width: none; } .placed-inputs .solid-button { width: 100%; }
}
@media (max-width: 1000px) { .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero { grid-template-columns: 1fr 260px; gap: 25px; } }
@media (max-width: 680px) {
    .product-nav-inner { padding: 15px 17px; gap: 12px; } .nav-item { display: none; } .product-account { gap: 13px; font-size: 12px; } .brand { font-size: 17px; }
    .product-account .solid-button { padding: 8px 11px; min-height: 40px; } .brand .live-label { font-size: 8px; padding: 3px 5px; }
    .product-shell { padding: 30px 17px; } .hero { display: block; margin-bottom: 24px; } .hero h1 { letter-spacing: -1px; } .how-it-works { display: none; }
    .hero p:last-child { font-size: 13px; } .game-grid { grid-template-columns: 1fr; } .more-leagues { max-width: 110px; font-size: 12px; } .league-row { gap: 6px; }
    .board-head { gap: 14px; } .board-heading { min-width: 60%; } .filters { order: 3; width: 100%; } .filter { flex: 1; } .product-footer { flex-direction: column; gap: 8px; }
    .bet-workspace { padding: 17px; } .worksheet-controls { grid-template-columns: 1fr; gap: 16px; } .worksheet-summary { gap: 24px; } .worksheet-number { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
/* Game market browser and single-selection slip. */
.bet-workspace { padding: 0; background: transparent; border: 0; }
.bet-workspace button, .bet-workspace select { cursor: pointer; font: inherit; color: var(--ink); }
.bet-workspace input, .bet-workspace select { width: 100%; min-width: 0; background: var(--bg2); border: 1px solid var(--line); border-radius: 7px; padding: 12px; color: var(--ink); min-height: 44px; }
.bet-workspace input[aria-invalid="true"] { border-color: var(--loss); }
.market-workspace-heading { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 23px; }
.bet-workspace .eyebrow { margin-bottom: 8px; }
.market-workspace-heading h2 { font-size: 30px; }
.market-layout { display: grid; grid-template-columns: minmax(0,1fr) 335px; gap: 22px; align-items: start; }
.market-browser { min-width: 0; }
.market-tabs { display: flex; overflow: auto; gap: 3px; border-bottom: 1px solid var(--line); margin-bottom: 18px; scrollbar-width: thin; }
.market-tabs button { background: transparent; border: 0; border-bottom: 3px solid transparent; padding: 14px 17px; min-height: 48px; white-space: nowrap; color: var(--muted); font-weight: 600; }
.market-tabs button[aria-pressed="true"] { color: var(--accent-light); border-bottom-color: var(--accent); background: linear-gradient(transparent, var(--accent-soft)); }
.market-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.market-section-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.market-section-head h3, .slip-heading h3 { font-size: 16px; margin: 0; font-weight: 650; }
.market-source { border-radius: 5px; background: var(--teal-soft); color: var(--teal); padding: 4px 7px; font-size: 10px; white-space: nowrap; }
.source-manual { background: var(--accent-soft); color: var(--accent-light); }
.contract-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.contract-fields label, .manual-quote label { font-size: 12px; color: var(--muted); display: flex; flex-direction: column; gap: 6px; }
.market-picks { margin-top: 20px; }
.market-picks .pick-side { min-width: 0; min-height: 112px; padding: 15px; display: flex; flex-direction: column; gap: 5px; text-align: left; align-items: flex-start; border-radius: 8px; background: var(--bg2); }
.market-picks .pick-side[aria-pressed="true"] { background: var(--accent-soft); border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.market-picks .pick-side span { font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }
.market-picks .pick-side strong { color: var(--teal); font-size: 22px; font-variant-numeric: tabular-nums; }
.market-picks .pick-side small { color: var(--muted); font-size: 10px; }
.bet-workspace .market-rule { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 14px 0 20px; }
.compare-heading { margin-top: 20px; }
.market-table { min-width: 0; width: 100%; margin: 10px 0 14px; }
.market-table th { white-space: normal; font-size: 10px; }
.market-table td { font-size: 13px; padding: 14px 8px; white-space: normal; }
.market-table td:first-child { padding-left: 0; overflow-wrap: anywhere; }
.market-table td:last-child { padding-right: 0; }
.market-table td strong { font-weight: 600; }
.market-table small { display: block; font-size: 10px; margin-top: 4px; color: var(--muted); }
.market-table td:nth-child(2) { color: var(--teal); font-weight: 650; }
.quote-select { border: 1px solid var(--line); border-radius: 5px; background: var(--bg2); padding: 9px 11px; min-height: 44px; font-size: 11px !important; }
.quote-select[aria-pressed="true"] { border-color: var(--accent); color: var(--accent-light); background: var(--accent-soft); }
.selection-slip { border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 11px; padding: 20px; position: sticky; top: 98px; background: var(--surface); scroll-margin-top: 120px; }
.slip-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 17px; }
.slip-heading span { color: var(--accent-light); background: var(--accent-soft); padding: 3px 8px; border-radius: 4px; font-size: 11px; }
.slip-market { color: var(--accent-light); font-size: 11px; font-weight: 600; }
.slip-pick h3 { font-size: 18px; margin: 9px 0 7px; line-height: 1.4; overflow-wrap: anywhere; }
.slip-price-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 17px; font-size: 13px; }
.slip-price-row strong { color: var(--teal); font-size: 25px; }
.bet-workspace #slipSource { margin: 3px 0 22px; }
.stake-shortcuts { display: flex; gap: 7px; margin: 9px 0 18px; }
.stake-shortcuts button { flex: 1; border: 1px solid var(--line); background: var(--bg2); border-radius: 5px; min-height: 38px; font-size: 12px; }
.slip-returns { margin: 22px 0 15px; }
.slip-returns > div { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 13px; }
.slip-returns dt { font-size: 12px; color: var(--muted); }
.slip-returns dd { margin: 0; font-size: 18px; font-variant-numeric: tabular-nums; }
.slip-returns small { display: block; font-size: 10px; margin-top: 3px; }
.slip-returns .slip-total { border-top: 1px solid var(--line); padding-top: 15px; }
.slip-total dd { font-size: 28px; color: var(--teal); font-weight: 650; }
.slip-savings { background: var(--teal-soft); border-radius: 6px; padding: 12px; color: var(--muted); font-size: 11px; }
.slip-savings strong { color: var(--teal); }
.selection-slip .worksheet-actions { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
.selection-slip .worksheet-copy { font-size: 12px; }
.bet-workspace .slip-footnote { color: var(--muted); font-size: 10px; line-height: 1.6; margin-top: 17px; }
.bet-workspace .price-change { padding: 12px; margin-bottom: 18px; border: 1px solid var(--warning); border-radius: 7px; background: var(--warning-soft); font-size: 12px; }
.price-change button { margin-top: 10px; white-space: normal; }
.manual-quote { display: grid; grid-template-columns: minmax(0,1fr) minmax(95px,.65fr) 35px; gap: 8px; align-items: end; margin-top: 14px; }
.remove-quote { background: transparent; border: 0; min-height: 44px; font-size: 22px !important; }
.mobile-slip-link { display: none; }
@media (max-width: 1000px) { .market-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 15px; } .market-panel { padding: 17px; } .market-tabs button { padding: 14px 10px; font-size: 12px; } }
@media (max-width: 800px) {
  .market-layout { grid-template-columns: 1fr; gap: 24px; }
  .selection-slip { position: static; }
  .market-workspace-heading { align-items: flex-start; }
  .market-workspace-heading h2 { font-size: 27px; }
  .market-workspace-heading .worksheet-journal { white-space: nowrap; font-size: 11px; }
  .market-workspace-heading .worksheet-intro { font-size: 12px; }
  .market-tabs button { flex: 1; padding: 13px 9px; }
  .market-picks .pick-side { padding: 13px; }
  .market-table td { font-size: 12px; padding: 12px 5px; }
  .market-table .quote-select { padding: 8px; font-size: 10px !important; }
  .mobile-slip-link { position: fixed; z-index: 300; bottom: 0; left: 0; right: 0; display: flex; align-items: center; gap: 18px; justify-content: space-between; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); background: var(--accent-strong); color: #fff; border-top: 1px solid var(--accent); font-size: 13px; font-weight: 600; text-decoration: none; min-height: 55px; }
  .mobile-slip-link span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 72%; font-size: 11px; font-weight: 400; }
  body:has(.mobile-slip-link) { padding-bottom: 75px; }
}
.region-control { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 24px; margin: 0 0 24px; padding: 15px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; font: 12px/1.5 'Inter', -apple-system, sans-serif; color: var(--muted); }
.region-control label { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 600; }
.region-control select { background: var(--bg2); color: var(--ink); border: 1px solid var(--line); min-height: 44px; border-radius: 6px; padding: 9px 11px; max-width: 240px; font: inherit; }
.region-control > span { flex: 1; min-width: 220px; font-size: 11px; }
.sharp-reference { margin-top: 20px; border: 1px solid var(--line); border-left: 3px solid var(--accent); padding: 15px; border-radius: 6px; background: var(--accent-soft); }
.sharp-reference strong { color: var(--accent-light); font-size: 12px; }
.bet-workspace .sharp-reference p { margin: 8px 0; font-size: 14px; }
.sharp-reference small { color: var(--muted); font-size: 10px; }
.market-table .unavailable-book td { color: var(--muted); font-weight: 400; font-size: 11px; }
.market-table .unavailable-book strong { color: var(--muted); }
@media (max-width: 600px) { .region-control { padding: 13px; gap: 8px; } .region-control label { flex-direction: column; align-items: flex-start; gap: 6px; width: 100%; } .region-control select { width: 100%; max-width: none; } }
.score-strip{margin:8px 0 24px;min-width:0}.score-strip-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}.score-strip-head h2{font-size:19px;letter-spacing:-.4px;margin:5px 0 0}.score-strip-head>span{font-size:11px;color:#a2a1b4}.score-strip-cards{display:flex;gap:12px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x proximity;scrollbar-color:#393047 #101018}.score-strip-game{display:block;flex:0 0 254px;background:linear-gradient(120deg,#191424,#111219);border:1px solid #30273d;border-radius:10px;padding:14px 16px;text-decoration:none;color:#eee8fa;scroll-snap-align:start}.score-strip-game:hover{border-color:#9b82fc;background:#1d172c}.score-strip-game:focus-visible{outline:2px solid #00ddb8;outline-offset:2px}.score-strip-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;color:#aaa0b8;margin-bottom:12px}.score-strip-meta>span:first-child{font-weight:750;color:#bba6ed;letter-spacing:1px}.score-strip-live{color:#00ddb8}.score-strip-team{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:12px;min-height:29px}.score-strip-team b{font-size:17px;font-variant-numeric:tabular-nums}.score-strip-open{display:flex;justify-content:space-between;border-top:1px solid #ffffff09;padding-top:10px;margin-top:10px;font-size:10px;color:#baace0}.score-strip-note{font-size:10px;color:#9d96ab;line-height:1.6;margin:2px 0 0}.score-strip-empty{font-size:12px;line-height:1.7;color:#aaa1b9;padding:15px;background:#131019;border:1px solid #282132;border-radius:9px;width:100%}@media(max-width:600px){.score-strip-game{flex-basis:240px}.score-strip-head>span{font-size:10px;text-align:right}.score-strip{margin-bottom:20px}}

.score-sport-filter{display:flex;gap:7px;margin-left:auto}.score-sport-filter button{font-size:11px;min-height:36px;padding:6px 12px;color:#b1a6c0;border:1px solid #47394f;background:#15101f;border-radius:7px}.score-sport-filter button[aria-pressed=true]{color:#d8c0ff;background:#7755aa33;border-color:#9975c5}.score-strip-sets{font-size:10px;color:#a99cbd;margin:10px 0 0!important;line-height:1.6}@media(max-width:600px){.score-strip-head{flex-wrap:wrap}.score-sport-filter{margin-left:auto}.score-sport-filter button{min-height:44px}.score-strip-head #scoreStripStatus{width:100%;text-align:left}}
