:root{
  --bg:#eef1f5;
  --surface:#ffffff;
  --surface-2:#f7f8fa;
  --surface-3:#eef0f3;
  --header:#11151c;
  --text:#151920;
  --muted:#6d7480;
  --line:#dfe3e8;
  --line-strong:#cfd5dd;
  --red:#e3172f;
  --red-dark:#ba1025;
  --red-soft:#fff0f3;
  --green:#148a4b;
  --green-soft:#eaf7ef;
  --amber:#9b6700;
  --amber-soft:#fff6df;
  --blue:#2469d8;
  --shadow:0 8px 28px rgba(19,27,38,.08);
  --radius:12px;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
body{min-width:1000px}
button,input,select{font:inherit}
button{touch-action:manipulation}
a{color:inherit}

/* ---------- APP CHROME ---------- */
.app-top{
  height:68px;background:var(--header);color:#fff;border-bottom:1px solid #242a33;
  display:flex;align-items:center;padding:0 22px;position:sticky;top:0;z-index:80;box-shadow:0 2px 12px rgba(0,0,0,.16)
}
.brand{width:205px;display:flex;align-items:center;text-decoration:none}
.brand img{width:170px;height:auto;display:block}
.top-nav{display:flex;height:100%;align-items:center;gap:2px}
.top-nav a{height:100%;display:flex;align-items:center;padding:0 15px;text-decoration:none;color:#bfc5ce;font-size:13px;font-weight:750;border-bottom:3px solid transparent}
.top-nav a:hover{color:#fff;background:#171c24}
.top-nav a.active{color:#fff;border-bottom-color:var(--red)}
.top-right{margin-left:auto;display:flex;align-items:center;gap:10px}
.live-link{display:flex;align-items:center;gap:7px;color:#fff;text-decoration:none;font-size:12px;font-weight:800;padding:9px 10px;border-radius:8px;background:#1b212b}
.live-dot{width:7px;height:7px;border-radius:50%;background:#ff3047;box-shadow:0 0 0 4px rgba(255,48,71,.12)}
.balance-pill{display:flex;align-items:center;gap:14px;text-decoration:none;background:#fff;color:#161a20;border-radius:9px;padding:7px 11px;min-width:150px}
.balance-pill small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#818792;font-weight:800}
.balance-pill strong{display:block;font-size:14px;margin-top:1px}
.balance-divider{width:1px;height:27px;background:#e3e6ea}

.main-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;min-height:calc(100vh - 68px)}
.content{width:100%;max-width:1220px;margin:0 auto;padding:24px 26px 70px}
.betslip{background:#f7f8fa;border-left:1px solid #d9dde3;padding:17px;position:sticky;top:68px;height:calc(100vh - 68px);overflow:auto}
.side-nav{display:none}

/* ---------- GENERIC ---------- */
.page-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px}
.page-head h1{font-size:26px;line-height:1.15;margin:0 0 5px;letter-spacing:-.02em}
.page-head p{margin:0;color:var(--muted);font-size:13px}
.section{margin:22px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.section-head h2{margin:0;font-size:17px}
.section-head a{font-size:12px;color:var(--red);font-weight:750;text-decoration:none}
.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 5px rgba(24,32,44,.03)}
.panel-pad{padding:18px}
.cards{display:grid;gap:12px}
.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.muted{color:var(--muted)!important}
.tiny{font-size:11px}
.center{text-align:center}
.green{color:var(--green)!important}
.red{color:var(--red)!important}
.spacer8{height:8px}
.match-link{text-decoration:none}
.pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#eef0f3;color:#606773;padding:4px 8px;font-size:9px;font-weight:850;letter-spacing:.02em}
.pill.red{background:var(--red-soft);color:var(--red)}
.pill.green{background:var(--green-soft);color:var(--green)}
.pill.amber{background:var(--amber-soft);color:var(--amber)}
.primary-btn,.secondary-btn,.danger-btn,.mini-btn{border-radius:8px;font-weight:800;cursor:pointer;transition:.15s ease}
.primary-btn{border:0;background:var(--red);color:#fff;padding:12px 15px}
.primary-btn:hover{background:var(--red-dark)}
.primary-btn:disabled{opacity:.42;cursor:not-allowed}
.secondary-btn{border:1px solid var(--line-strong);background:#fff;color:#20252c;padding:10px 13px}
.secondary-btn:hover{border-color:#aeb5bf;background:#f8f9fa}
.danger-btn{border:1px solid #efb3bb;background:#fff2f4;color:#bd1930;padding:10px 13px}
.mini-btn{border:1px solid var(--line);background:#fff;color:#252a31;padding:7px 9px}

/* ---------- BETSLIP ---------- */
.betslip-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;padding:2px 1px}
.betslip-head h3{font-size:16px;margin:0}
.clear-link{border:0;background:none;color:var(--red);cursor:pointer;font-size:11px;font-weight:750}
.bet-empty{text-align:center;color:#838a95;padding:38px 18px;border:1px dashed #ccd2da;border-radius:10px;background:#fff}
.bet-empty b{color:#444a53}
.selection-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px 11px;margin-bottom:8px}
.sel-top{display:flex;gap:9px;justify-content:space-between;align-items:flex-start}
.sel-name{font-size:12px;font-weight:800;line-height:1.35}
.sel-odds{font-size:12px;font-weight:850;color:var(--red);padding:2px 5px}
.sel-market{color:#858c96;font-size:10px;margin-top:4px;line-height:1.4}
.sel-remove{border:0;background:#f0f2f5;color:#6e7580;cursor:pointer;border-radius:50%;width:22px;height:22px;line-height:19px;font-size:17px}
.slip-summary{border-top:1px solid var(--line);margin-top:12px;padding-top:12px}
.slip-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin:8px 0;color:#6f7681}
.slip-row strong{color:#171b21;font-size:13px}
.stake-input{width:100%;background:#fff;border:1px solid var(--line-strong);border-radius:8px;padding:11px;color:#181c22;text-align:right;font-weight:800;outline:none}
.stake-input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,23,47,.08)}
.money-source{display:flex;gap:6px;margin:11px 0}
.money-source button{flex:1;background:#fff;border:1px solid var(--line);color:#555d68;padding:8px;border-radius:8px;cursor:pointer;font-size:11px;font-weight:750}
.money-source button.active{border-color:var(--red);color:var(--red);background:var(--red-soft)}
.toggle{display:flex;align-items:center;gap:7px;padding:8px 0;color:#4d545e}
.toggle input{accent-color:var(--red)}
.slip-help{background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px 10px;font-size:10px;color:#737b86;margin:8px 0}

/* ---------- HERO / HOME ---------- */
.hero{width:100%;max-height:200px;object-fit:cover;border-radius:14px;display:block;box-shadow:var(--shadow);margin-bottom:18px}
.live-card{padding:15px;border-left:3px solid var(--red)}
.game-meta{display:flex;justify-content:space-between;gap:10px;color:#7e858f;font-size:10px;margin-bottom:10px}
.status-live{color:var(--red);font-weight:850}
.status-soon{color:#646c77;font-weight:700}
.team-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;padding:7px 0}
.team-row img{width:36px;height:36px}
.team-row .name{font-weight:800;font-size:14px}
.team-row .sub{font-size:10px;color:#8a919c;margin-top:2px}
.score{font-size:22px;font-weight:900;min-width:74px;text-align:right}
.market-tray{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}
.schedule-row{display:grid;grid-template-columns:90px minmax(240px,1fr) 150px 285px;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}
.schedule-row:last-child{border-bottom:0}
.team-pair{display:flex;align-items:center;gap:7px;font-weight:800;font-size:13px}
.team-pair img{width:24px;height:24px}
.odds-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.compact-price{background:#f6f7f9;border:1px solid #e0e4e9;border-radius:7px;padding:6px;text-align:center;font-size:10px;cursor:pointer;color:#3e444d}
.compact-price:hover{border-color:#f19aa5;background:#fff5f6}
.compact-price b{display:block;margin-top:2px;color:#171b21;font-size:11px}
.promo-card{position:relative;overflow:hidden;min-height:140px;padding:16px}
.promo-card h3{margin:10px 0 6px;font-size:16px}
.promo-card p{color:#717984;font-size:12px;line-height:1.5;margin:0}
.news-card{padding:16px}
.news-card h3{font-size:15px;margin:8px 0 6px}
.news-card p{color:#6f7782;font-size:12px;line-height:1.5;margin:0}
.news-meta{display:flex;align-items:center;justify-content:space-between;color:#8a919c;font-size:10px}
.news-meta a{color:var(--red);font-weight:750;text-decoration:none}

/* ---------- ODDS BUTTONS ---------- */
.price-btn{background:#f5f6f8;border:1px solid #dfe3e8;border-radius:8px;padding:9px 10px;color:#22272e;cursor:pointer;text-align:left;min-height:50px;transition:.12s ease}
.price-btn:hover{border-color:#efa1ab;background:#fff7f8}
.price-btn.selected{border-color:var(--red);background:var(--red-soft);box-shadow:inset 0 0 0 1px var(--red)}
.price-btn small{display:block;color:#727985;font-size:10px;margin-bottom:3px;white-space:normal}
.price-btn strong{font-size:14px;color:#151920}
.market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.market-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.market-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}

/* ---------- MATCH PAGE ---------- */
.match-header{padding:16px;margin-bottom:12px}
.match-title{display:grid;grid-template-columns:1fr 170px 1fr;align-items:center;gap:14px;text-align:center}
.team-hero{display:flex;align-items:center;gap:11px;text-align:left}
.team-hero.right{justify-content:flex-end}
.team-hero.right .team-text{text-align:right}
.team-hero img{width:52px;height:52px}
.team-hero h2{margin:0;font-size:18px}
.team-hero p{margin:3px 0 0;color:#7d8590;font-size:10px}
.versus{font-size:9px;color:#858d97;text-transform:uppercase;letter-spacing:.05em}
.versus strong{display:block;color:#171b21;font-size:17px;margin:4px 0;letter-spacing:0}
.match-quick-info{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}
.quick-chip{background:#f5f6f8;border:1px solid #e3e6ea;border-radius:7px;padding:7px 9px;font-size:10px;color:#646c77}
.quick-chip b{color:#252a31;margin-left:3px}
.sgm-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #f0c5ca;border-radius:10px;padding:10px 12px;margin:10px 0}
.sgm-banner b{font-size:12px}

.market-menu{display:flex;flex-direction:column;gap:9px}
.market-accordion{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}
.market-accordion[open]{border-color:#cfd5dc;box-shadow:0 4px 14px rgba(18,27,39,.05)}
.market-accordion>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:12px;padding:14px 15px;font-weight:850;font-size:14px;user-select:none}
.market-accordion>summary::-webkit-details-marker{display:none}
.market-accordion>summary:after{content:'⌄';margin-left:auto;color:#828a95;font-size:16px;transition:.15s transform}
.market-accordion[open]>summary:after{transform:rotate(180deg)}
.market-accordion>summary:hover{background:#fafbfc}
.market-section-icon{width:32px;height:32px;border-radius:8px;background:#f2f3f5;color:#4f5661;display:grid;place-items:center;font-size:15px;flex:0 0 auto}
.market-section-copy{display:flex;flex-direction:column;gap:2px}
.market-section-copy small{font-size:10px;color:#8a919c;font-weight:600}
.market-count{margin-left:auto;margin-right:5px;background:#f0f2f4;color:#767e89;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:800}
.market-accordion-body{padding:13px 15px 16px;border-top:1px solid var(--line);background:#fff}
.market-subgroup{padding:0 0 15px;margin-bottom:15px;border-bottom:1px solid #edf0f3}
.market-subgroup:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.market-subhead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.market-subhead h3{font-size:12px;margin:0}
.market-subhead span{font-size:10px;color:#8a919c}
.slider-wrap{padding:4px 0 10px}
.slider-wrap input{width:100%;accent-color:var(--red)}
.slider-labels{display:flex;justify-content:space-between;gap:10px;color:#777f89;font-size:10px;margin-top:2px}

.player-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 190px;gap:8px;margin-bottom:12px}
.player-search,.player-filter,.search-box input{width:100%;background:#fff;border:1px solid var(--line-strong);border-radius:8px;padding:10px 11px;color:#1c2128;outline:none}
.player-search:focus,.player-filter:focus,.search-box input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,23,47,.07)}
.player-list{display:flex;flex-direction:column;gap:7px}
.player-accordion{border:1px solid #e1e5e9;border-radius:9px;background:#fafbfc;overflow:hidden}
.player-accordion[open]{background:#fff;border-color:#cfd5dc}
.player-accordion>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(210px,1fr) 290px 20px;gap:12px;align-items:center;padding:11px 12px}
.player-accordion>summary::-webkit-details-marker{display:none}
.player-accordion>summary:after{content:'+';font-weight:600;font-size:18px;color:#7c848f;text-align:center}
.player-accordion[open]>summary:after{content:'–'}
.player-accordion>summary:hover{background:#f5f7f9}
.player-name{font-weight:850;font-size:12px}
.player-meta{font-size:9px;color:#848b95;margin-top:3px}
.player-body{padding:12px;border-top:1px solid #e4e7eb;background:#fff}
.player-stat-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:12px}
.player-stat-box{border:1px solid #e4e7eb;border-radius:7px;padding:8px;background:#fafbfc}
.player-stat-box span{display:block;font-size:9px;color:#858d98}
.player-stat-box b{font-size:12px;margin-top:2px;display:block}
.player-prop-block{margin:12px 0 0}
.player-prop-title{font-size:10px;font-weight:850;color:#4b525c;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}
.player-prices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
.player-prices+.player-prices{margin-top:6px}
.last5{display:flex;gap:4px;align-items:center;justify-content:flex-end}
.last5 .l5-label{font-size:8px;color:#8d949e;margin-right:2px}
.last5 span:not(.l5-label){min-width:27px;text-align:center;border-radius:5px;padding:4px;background:#edf0f3;font-size:9px;font-weight:800;color:#4d545d}
.player-hidden{display:none!important}

/* legacy match classes retained */
.market-group{margin-bottom:10px;overflow:hidden}
.market-title{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--line);font-weight:850;font-size:13px}
.market-body{padding:12px 14px}
.player-row{border-bottom:1px solid #e7eaee;padding:11px 0}
.player-row:last-child{border-bottom:0}
.player-top{display:grid;grid-template-columns:minmax(180px,1fr) 260px;gap:12px;align-items:center}

/* ---------- LIVE ---------- */
.live-scoreboard{padding:15px}
.score-line{display:grid;grid-template-columns:1fr 135px 1fr;gap:10px;align-items:center}
.score-team{display:flex;align-items:center;gap:10px;font-size:14px}
.score-team img{width:46px;height:46px}
.score-team.right{justify-content:flex-end;text-align:right}
.clock-box{text-align:center;background:#f5f6f8;border:1px solid #e2e5e9;border-radius:9px;padding:8px}
.clock-box .qtr{font-size:9px;color:#7c838e;font-weight:800;text-transform:uppercase}
.clock-box .clock{font-size:18px;font-weight:900;margin-top:2px}
.live-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:12px}
.live-layout>div{display:flex;flex-direction:column;gap:12px}
.live-market{margin-top:0}
.event-list{max-height:470px;overflow:auto}
.event{display:grid;grid-template-columns:58px 22px minmax(0,1fr) 60px;gap:7px;align-items:center;padding:10px 13px;border-bottom:1px solid #edf0f3;font-size:11px}
.event:last-child{border-bottom:0}
.event-time{color:#828a95;font-weight:750}
.event-icon{color:var(--red);text-align:center}
.event-text{line-height:1.4}
.event-score{text-align:right;font-weight:850}
.live-stat-table{width:100%;border-collapse:collapse;font-size:11px}
.live-stat-table th{padding:8px 9px;text-align:left;color:#79818c;background:#f6f7f9;font-size:9px;text-transform:uppercase}
.live-stat-table td{padding:9px;border-top:1px solid #edf0f3}

/* ---------- MY BETS ---------- */
.tabs{display:flex;gap:6px;overflow:auto;margin:12px 0 16px}
.tab-btn{border:1px solid var(--line);background:#fff;color:#616975;border-radius:8px;padding:8px 11px;font-size:11px;font-weight:800;cursor:pointer}
.tab-btn:hover{border-color:#bdc3cb}
.tab-btn.active{background:#161a20;color:#fff;border-color:#161a20}
.bet-card{margin-bottom:10px;overflow:hidden}
.bet-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;border-bottom:1px solid var(--line)}
.bet-card-head b{font-size:13px}
.bet-status{padding:4px 7px;border-radius:999px;font-size:9px;font-weight:850;background:#eef0f3;color:#656d78}
.bet-status.won{background:var(--green-soft);color:var(--green)}
.bet-status.lost{background:#fff0f2;color:#c31e32}
.bet-status.open{background:#edf4ff;color:#2c67bd}
.bet-status.cashedout{background:#f1efff;color:#6953b7}
.bet-legs{padding:0 14px}
.bet-leg{display:grid;grid-template-columns:minmax(0,1fr) 95px;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f3;font-size:11px}
.bet-leg:last-child{border-bottom:0}
.bet-leg small{display:block;color:#858c96;margin-top:2px}
.bet-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-top:1px solid var(--line);background:#edf0f3}
.bet-footer>div{background:#fff;padding:10px 13px}
.bet-footer label{display:block;color:#858c96;font-size:9px;margin-bottom:3px}
.bet-footer b{font-size:11px}
.bet-actions{display:flex;align-items:center;gap:8px;padding:11px 13px;border-top:1px solid var(--line)}
.bet-actions .primary-btn{width:auto}

/* ---------- RESEARCH ---------- */
.search-box{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:8px;margin-bottom:14px}
.search-box .primary-btn{width:100%}
.search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.result-card{padding:14px}
.result-card h3{font-size:14px;margin:0 0 6px}
.result-card p{font-size:11px;color:#69717b;line-height:1.5;margin:7px 0}
.team-research-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.team-research{display:grid;grid-template-columns:40px minmax(0,1fr) 32px;gap:9px;align-items:center;padding:11px}
.team-research:hover{border-color:#c8ced6}
.team-research img{width:36px;height:36px}
.team-research h3{font-size:12px;margin:0 0 3px}
.team-research p{font-size:9px;color:#858c96;margin:0}
.ladder-pos{font-size:15px;font-weight:900;text-align:center;color:#555d67}
.research-group{margin-bottom:10px}
.research-group>summary{font-size:13px}

/* ---------- BALANCE / PROMOS ---------- */
.balance-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wallet-card{padding:18px}
.wallet-card .amount{font-size:36px;font-weight:900;letter-spacing:-.03em;margin:10px 0 8px}
.wallet-card p{font-size:11px;color:#747c86;line-height:1.5}
.rule-list{padding-left:18px;margin:8px 0;color:#68707b;font-size:11px;line-height:1.7}
.rule-list b{color:#252a31}

/* ---------- MODAL / TOAST ---------- */
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);background:#171b21;color:#fff;padding:10px 14px;border-radius:8px;font-size:12px;font-weight:750;opacity:0;pointer-events:none;transition:.18s ease;z-index:200;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.toast.show{opacity:1;transform:translate(-50%,0)}
.modal-backdrop{position:fixed;inset:0;background:rgba(9,12,17,.58);display:grid;place-items:center;z-index:150;padding:20px}
.modal{width:min(520px,95vw);max-height:80vh;overflow:auto;background:#fff;border-radius:13px;padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.modal h3{margin:0 0 10px;font-size:18px}
.modal p{font-size:12px;color:#6b737e;line-height:1.5}
.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}

@media(max-width:1180px){
  body{min-width:900px}
  .main-shell{grid-template-columns:minmax(0,1fr) 300px}
  .content{padding-left:18px;padding-right:18px}
  .schedule-row{grid-template-columns:80px minmax(210px,1fr) 110px 250px}
  .top-nav a{padding:0 10px}
  .brand{width:185px}
  .player-accordion>summary{grid-template-columns:minmax(180px,1fr) 245px 20px}
}

/* ---------- ODDS MODEL / DETAILED PROP REFINEMENT ---------- */
.model-note{margin:10px 0 12px;padding:10px 12px;border:1px solid #e4e7eb;border-left:3px solid var(--red);border-radius:8px;background:#fff;font-size:10px;color:#646c76;line-height:1.5}
.model-note b{color:#2a3038}
.prop-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:7px}
.prop-range{font-size:9px;color:#858d97;line-height:1.45}
.prop-range b{color:#3a414a}
.prop-control-grid{display:grid;grid-template-columns:170px minmax(0,1fr);gap:7px 9px;align-items:stretch}
.prop-picker{display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid #e2e6ea;background:#fafbfc;border-radius:8px;padding:7px 8px}
.prop-picker span{font-size:8px;text-transform:uppercase;letter-spacing:.04em;font-weight:850;color:#7a828d}
.prop-picker select{width:100%;border:0;background:transparent;outline:none;font-size:11px;font-weight:800;color:#222831;cursor:pointer}
.player-prices.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.player-prices.one{grid-template-columns:1fr}
.player-prices.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.team-total-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:9px;align-items:stretch}
.quarter-prop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.quarter-prop{border:1px solid #e4e7eb;border-radius:8px;padding:8px;background:#fafbfc}
.quarter-prop>span{display:block;font-size:9px;font-weight:850;color:#656d77;margin-bottom:6px}
.bet-status-stack{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.completion-chip{display:inline-flex;align-items:center;gap:4px;border:1px solid #b9dec9;background:#eef9f2;color:#23804b;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}
.bet-status.void{background:#f1f3f5;color:#69717b}

@media(max-width:1180px){
  .prop-control-grid,.team-total-row{grid-template-columns:150px minmax(0,1fr)}
}
.goal-prop-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:9px;align-items:stretch}
@media(max-width:1180px){.goal-prop-row{grid-template-columns:150px minmax(0,1fr)}}
.market-closed{border:1px dashed #d7dce2;background:#f7f8fa;color:#828a95;border-radius:8px;padding:10px 11px;font-size:10px;font-weight:750}

/* Odds-model v2 research refinements */
.research-stat-grid{grid-template-columns:repeat(7,minmax(82px,1fr));margin:12px 0}
.research-l5-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;margin:10px 0 12px}
.research-l5-row{display:grid;grid-template-columns:62px 1fr;align-items:center;gap:8px}.research-l5-row>span{font-size:10px;font-weight:800;color:var(--muted);letter-spacing:.04em}.research-l5{justify-content:flex-start;margin:0}.research-l5 span{min-width:30px;text-align:center}
.team-form-strip{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.team-form-strip>div{border:1px solid var(--line);border-radius:10px;padding:10px;background:var(--soft)}.team-form-strip span,.team-form-strip small{display:block;color:var(--muted);font-size:11px}.team-form-strip b{display:block;font-size:22px;margin:2px 0}
@media(max-width:1100px){.research-stat-grid{grid-template-columns:repeat(4,1fr)}.research-l5-grid{grid-template-columns:1fr}}

/* ===== Desktop sportsbook redesign v3 ===== */
:root{--rail:58px;--top:54px}
body{background:#f3f3f4;min-width:1050px}
.rb-top{height:var(--top);background:#fff;color:#151515;border-bottom:1px solid #d9d9dc;box-shadow:none;padding:0 15px 0 10px;z-index:100}
.menu-mark{width:38px;height:38px;border:0;background:transparent;font-size:21px;color:#333;cursor:pointer}.rb-brand{width:104px}.rb-brand img{width:104px;max-height:34px;object-fit:contain;object-position:left center}.sport-switch{position:absolute;left:50%;transform:translateX(-50%);display:flex;width:390px;height:34px;background:#e8e8e9;border:1px solid #cfcfd1;border-radius:20px;padding:3px}.sport-switch a{flex:1;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:11px;font-weight:900;font-style:italic;border-radius:17px;color:#444}.sport-switch a.active{background:#f3a5b5;border:1px solid #e3174c;color:#111}.top-icon-btn{width:36px;height:34px;border:1px solid #bbb;border-radius:4px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#e3174c;font-size:18px;background:#eee}.balance-pill.compact{min-width:130px;padding:5px 9px;border:1px solid #bbb;border-radius:4px;background:#eee}.balance-pill.compact small{font-size:8px}.balance-pill.compact strong{font-size:11px}.mybets-top{height:34px;padding:0 12px;display:flex;align-items:center;background:#e5e5e6;border:1px solid #bdbdc0;border-radius:4px;text-decoration:none;font-size:10px;font-weight:900}.mybets-top.active{border-color:var(--red);color:var(--red)}
.side-rail{position:fixed;left:0;top:var(--top);bottom:0;width:var(--rail);background:#fff;border-right:1px solid #ddd;z-index:90;padding:9px 7px;display:flex;flex-direction:column;gap:7px}.side-rail a{height:47px;border-radius:9px;color:#555;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-weight:800}.side-rail a span{font-size:16px;line-height:18px}.side-rail a small{font-size:7px;text-transform:uppercase}.side-rail a:hover{background:#f3f3f4}.side-rail a.active{background:#fde9ef;border:1px solid #f3265a;color:#ed1649}
.rb-shell{margin-left:var(--rail);grid-template-columns:minmax(0,1fr) 305px;min-height:calc(100vh - var(--top))}.content{max-width:1370px;padding:18px 24px 70px}.betslip{top:var(--top);height:calc(100vh - var(--top));background:#f7f7f8;border-left:1px solid #d8d8da;padding:14px}.betslip-head h3{font-size:14px}
/* home */
.rb-home{max-width:1280px;margin:0 auto}.home-promos{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:10px;margin-bottom:16px}.promo-banner{height:154px;border-radius:11px;overflow:hidden;padding:18px 20px;text-decoration:none;position:relative;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 1px 2px rgba(0,0,0,.08)}.promo-banner.dark{background:linear-gradient(120deg,#171717 0 58%,#ef174b 58%)}.promo-banner.red{background:linear-gradient(120deg,#f20d48,#c70037)}.promo-banner.light{background:linear-gradient(120deg,#fff 0 54%,#f3cb59 54%);border:1px solid #ddd}.promo-banner:not(.light){color:#fff}.promo-banner.light{color:#111}.promo-eyebrow{font-size:9px;font-weight:900;letter-spacing:.09em;margin-bottom:5px}.promo-banner strong{font-size:25px;line-height:.94;max-width:80%;font-style:italic}.promo-banner small{font-size:9px;margin-top:7px;max-width:70%;font-weight:650}.promo-banner i{position:absolute;right:15px;top:17px;font-size:28px;font-weight:950;opacity:.16;transform:rotate(-7deg)}
.quick-cats{display:flex;justify-content:center;gap:9px;margin:0 auto 22px}.quick-cats a{width:92px;height:68px;background:#fff;border:1px solid #eee;border-radius:9px;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:9px;font-weight:900}.quick-cats a b{font-size:15px;color:#e71548}.quick-cats a.active{box-shadow:inset 0 -3px #ec1749}.home-grid{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:18px;align-items:start}.home-section-title{display:flex;align-items:flex-end;justify-content:space-between;margin:5px 0 9px}.home-section-title b{font-size:14px}.home-section-title small{display:block;color:#8a8a8f;font-size:9px;margin-top:2px}.home-section-title a{font-size:9px;color:#111;font-weight:900;text-decoration:none}.upcoming-title{margin-top:18px}.upcoming-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.sports-card{background:#fff;border:1px solid #d9d9dc;border-radius:9px;overflow:hidden}.sports-card.featured{border-top:3px solid #e9164a}.sports-card-top{height:38px;background:#f7f7f8;border-bottom:1px solid #e2e2e4;padding:0 11px;display:flex;align-items:center;justify-content:space-between;font-size:9px}.sports-card-top>div{display:flex;align-items:center;gap:8px}.sports-card-top a{color:#e9164a;font-weight:900;text-decoration:none}.league-tag{background:#152d56;color:#fff;padding:4px 6px;border-radius:4px;font-weight:900}.fixture-mini{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:13px 12px 7px;gap:10px}.fixture-team{display:flex;gap:8px;align-items:center}.fixture-team.right{justify-content:flex-end;text-align:right}.fixture-team img{width:31px;height:31px}.fixture-team b{display:block;font-size:12px}.fixture-team small{display:block;color:#888;font-size:8px;margin-top:2px}.fixture-score{font-size:19px;font-weight:950;white-space:nowrap}.fixture-score small{font-size:11px;color:#aaa;margin:0 3px}.fixture-context{padding:0 12px 9px;color:#888;font-size:8px;text-align:center}.home-market{display:grid;grid-template-columns:100px 1fr 1fr;gap:6px;align-items:center;padding:6px 10px;border-top:1px solid #eee}.home-market>span{font-size:9px;font-weight:800;color:#56565b}.home-odd{height:36px;border:1px solid #c8c8cb;background:#ececee;border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;cursor:pointer}.home-odd:hover{border-color:#ee174a;background:#fff0f4}.home-odd span{font-size:9px}.home-odd b{font-size:11px}.next-panel{background:#fff;border:1px solid #e0e0e2;border-radius:9px;overflow:hidden;position:sticky;top:72px}.next-tabs{height:42px;border-bottom:2px solid #e9164a;padding:0 12px;display:flex;align-items:center;font-size:9px}.next-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eee;text-decoration:none}.next-row b{display:block;font-size:10px}.next-row small{display:block;color:#888;font-size:8px;margin-top:3px}.next-row em{font-size:9px;color:#e9164a;font-style:normal;font-weight:900}.research-shortcut{display:block;padding:13px;text-decoration:none;background:#fafafa}.research-shortcut b{display:block;font-size:10px}.research-shortcut small{display:block;color:#777;font-size:8px;margin-top:3px}
/* My Bets tracker */
.bets-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.bets-page-head h1{font-size:23px;margin:0}.bets-page-head p{font-size:10px;color:#777;margin:3px 0 0}.bet-filter-tabs{display:flex;background:#e7e7e9;border-radius:5px;padding:2px}.bet-filter-tabs button{border:0;background:transparent;padding:7px 11px;font-size:9px;font-weight:850;border-radius:4px;cursor:pointer}.bet-filter-tabs button.active{background:#fff;color:#e9164a;box-shadow:0 1px 2px rgba(0,0,0,.08)}.tickets-wrap{max-width:880px}.bet-ticket{background:#fff;border:1px solid #d7d7da;margin-bottom:13px;border-radius:8px;overflow:hidden}.ticket-head{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;background:#181818;color:#fff}.ticket-head>div{display:flex;align-items:center;gap:9px}.ticket-head b{font-size:12px}.ticket-head>strong{font-size:20px}.ticket-type{background:#e91448;padding:4px 6px;border-radius:4px;font-size:9px;font-weight:950;font-style:italic}.ticket-match{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;background:#202020;color:#fff;border-top:1px solid #303030}.ticket-match b{display:block;font-size:12px}.ticket-match small{display:block;color:#bbb;font-size:9px;margin-top:2px}.ticket-match a{color:#fff;text-decoration:none;font-size:9px;font-weight:900;background:#ad1536;border-radius:16px;padding:6px 10px}.ticket-money{display:grid;grid-template-columns:1fr 1fr;background:#202020;color:#fff;border-top:1px solid #303030;border-bottom:1px solid #303030}.ticket-money>div{padding:11px 16px}.ticket-money>div:last-child{text-align:right}.ticket-money small{display:block;color:#ff2a5d;font-size:9px;font-weight:900;letter-spacing:.08em}.ticket-money b{font-size:19px}.ticket-score{margin:12px 16px;background:#f0f0f1;border-radius:8px;padding:10px 12px}.ticket-score-head,.ticket-score>div{display:flex;justify-content:space-between;align-items:center;font-size:9px}.ticket-score-head{color:#777;margin-bottom:6px}.ticket-score>div:not(.ticket-score-head){padding:5px 0}.ticket-score b{font-size:11px}.ticket-score span{font-size:10px}.ticket-score strong{font-size:13px}.bet-tracker{border-top:1px solid #e6e6e7}.bet-tracker summary{list-style:none;cursor:pointer;padding:11px 16px;font-size:10px;font-weight:950;font-style:italic}.bet-tracker summary::-webkit-details-marker{display:none}.bet-tracker summary span{float:right;color:#e9164a}.tracker-body{padding:2px 16px 11px}.tracker-leg{padding:10px 0;border-top:1px solid #eee}.tracker-main{display:grid;grid-template-columns:25px 1fr auto;gap:8px;align-items:center}.tracker-state{width:22px;height:22px;border-radius:50%;border:2px solid #aaa;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.tracker-leg.won .tracker-state{background:#74d320;border-color:#74d320;color:#102500}.tracker-leg.lost .tracker-state{background:#ee214b;border-color:#ee214b;color:#fff}.tracker-main b{font-size:11px}.tracker-main small{display:block;color:#888;font-size:9px;margin-top:2px}.tracker-main em{font-size:10px;font-style:normal;font-weight:900}.tracker-progress{height:4px;background:#e2e2e4;border-radius:3px;margin:7px 0 4px 33px;overflow:hidden}.tracker-progress span{display:block;height:100%;background:#1488e9}.tracker-leg.won .tracker-progress span{background:#72cb22}.tracker-leg.lost .tracker-progress span{background:#e41d48}.tracker-meta{display:flex;justify-content:space-between;margin-left:33px;color:#777;font-size:8px}.tracker-meta span:last-child{font-weight:900}.ticket-actions{padding:10px 16px;display:flex;gap:8px;align-items:center;border-top:1px solid #eee}.ticket-actions .primary-btn,.ticket-actions .secondary-btn{padding:8px 11px;font-size:9px}.completed-stamp{margin-left:auto;padding:6px 9px;border-radius:15px;background:#edf8ef;color:#18753d;font-size:9px;font-weight:950}.completed-stamp.lost{background:#fff0f3;color:#bd1637}.ticket-note{margin:0 16px 9px;background:#eff8f2;border:1px solid #cae7d4;padding:7px 9px;border-radius:6px;font-size:9px;color:#237543}
@media(max-width:1250px){.home-promos{grid-template-columns:1fr 1fr}.home-promos .promo-banner:last-child{display:none}.upcoming-grid{grid-template-columns:1fr}.sport-switch{width:310px}.rb-shell{grid-template-columns:minmax(0,1fr) 285px}}

/* ===== Royalebets v5: browse-only main header + pre-match-only betting ===== */
.detail-top{height:var(--top);position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #d9d9dc;display:grid;grid-template-columns:90px 118px 1fr auto;align-items:center;gap:12px;padding:0 18px}.detail-back{font-size:11px;font-weight:900;text-decoration:none;color:#e3174c}.detail-brand img{display:block;width:92px;max-height:31px;object-fit:contain;object-position:left}.detail-top>b{font-size:13px;color:#313136}.detail-actions{display:flex;gap:7px}.detail-actions a{height:32px;display:flex;align-items:center;padding:0 11px;border:1px solid #c8c8cb;border-radius:5px;background:#eee;text-decoration:none;font-size:9px;font-weight:900}.detail-actions a:last-child{color:#e3174c}
.rb-shell.detail-shell{margin-left:0;min-height:calc(100vh - var(--top))}.rb-shell.no-slip{grid-template-columns:minmax(0,1fr)}.rb-shell.no-slip .content{max-width:1380px}.rb-shell.browse-shell.no-slip{margin-left:var(--rail)}

/* AFL fixture browsing list */
.afl-list-page{max-width:1450px}.compact-promos .promo-banner{height:112px;padding:13px 16px}.compact-promos .promo-banner strong{font-size:20px}.compact-promos .promo-banner i{font-size:23px}.fixture-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin:2px 0 13px}.fixture-page-head h1{margin:0;font-size:23px}.fixture-page-head p{margin:4px 0 0;color:#777;font-size:10px}.fixture-head-actions{display:flex;gap:7px}.fixture-head-actions a{background:#fff;border:1px solid #d3d3d6;border-radius:5px;padding:8px 11px;text-decoration:none;font-size:9px;font-weight:900}.fixture-list-head,.fixture-list-row{display:grid;grid-template-columns:90px minmax(275px,1.25fr) minmax(165px,.8fr) 220px 220px 90px;gap:10px;align-items:center}.fixture-list-head{padding:0 12px 7px;color:#888;font-size:8px;font-weight:900;letter-spacing:.04em}.fixture-list{display:flex;flex-direction:column;gap:7px}.fixture-list-row{background:#fff;border:1px solid #dadadd;border-radius:8px;padding:10px 12px;min-height:83px}.fixture-time-col b{display:block;font-size:12px}.fixture-time-col span{display:block;color:#e3174c;font-size:8px;font-weight:850;margin-top:3px}.fixture-time-col small{display:block;color:#999;font-size:8px;margin-top:4px}.fixture-list-teams{text-decoration:none;display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:7px}.fixture-list-teams>div{display:flex;align-items:center;gap:8px;min-width:0}.fixture-list-teams img{width:31px;height:31px;flex:0 0 auto}.fixture-list-teams b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fixture-list-teams small{display:block;color:#888;font-size:8px;margin-top:2px}.fixture-list-teams em{text-align:center;color:#aaa;font-style:normal;font-size:9px}.fixture-list-context b{display:block;font-size:9px}.fixture-list-context span,.fixture-list-context small{display:block;color:#888;font-size:8px;margin-top:3px}.fixture-list-market{display:grid;grid-template-columns:1fr 1fr;gap:5px}.fixture-list-market>span{grid-column:1/-1;color:#777;font-size:8px;font-weight:850}.fixture-odd{height:38px;border:1px solid #c9c9cd;background:#ececee;border-radius:5px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;cursor:pointer}.fixture-odd:hover{background:#fff0f4;border-color:#e3174c}.fixture-odd span{font-size:8px;font-weight:750}.fixture-odd b{font-size:10px}.fixture-more{height:38px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #d3d3d6;background:#fff;border-radius:5px;text-decoration:none;color:#e3174c;font-size:8px;font-weight:950}.fixture-more:hover{background:#fff0f4}

/* live page is tracking-only */
.rb-live-page{max-width:1180px;margin:0 auto}.tracking-badge{background:#202024;color:#fff;border-radius:18px;padding:7px 11px;font-size:9px;font-weight:950;letter-spacing:.05em}.live-view-card{background:#fff;border:1px solid #d8d8db;border-radius:9px;overflow:hidden}.live-view-top{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;background:#181818;color:#fff}.live-view-top>div:first-child{display:flex;align-items:center;gap:9px}.live-view-top b{font-size:12px}.live-view-top small{color:#aaa;font-size:8px}.live-no-bet{text-align:right}.live-no-bet b{display:block;color:#ff315f;font-size:9px}.live-no-bet span{display:block;color:#aaa;font-size:8px;margin-top:2px}.live-main-score{display:grid;grid-template-columns:1fr 130px 1fr;align-items:center;padding:17px 18px;border-bottom:1px solid #e5e5e7}.live-main-score .score-team{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.live-main-score .score-team.right{grid-template-columns:auto 1fr 38px;text-align:right}.live-main-score .score-team img{width:38px;height:38px}.live-main-score .score-team b{display:block;font-size:13px}.live-main-score .score-team span{display:block;color:#777;font-size:9px;margin-top:2px}.live-main-score .score-team strong{font-size:29px}.live-clock{text-align:center}.live-clock b{display:block;color:#e3174c;font-size:11px}.live-clock span{display:block;font-size:23px;font-weight:900;margin-top:2px}.live-quarter-strip{display:grid;grid-template-columns:60px repeat(4,1fr);align-items:center;background:#f6f6f7;border-bottom:1px solid #ddd;padding:7px 16px}.live-quarter-strip>span{font-size:8px;font-weight:900;color:#888}.live-quarter-strip div{text-align:center}.live-quarter-strip b{display:block;font-size:8px}.live-quarter-strip span{display:block;font-size:10px;margin-top:2px}.live-view-grid{padding:12px}.live-view-actions{display:flex;gap:8px;padding:0 12px 12px}.live-view-actions a{text-decoration:none;font-size:9px}

/* pre-match only state */
.prematch-lock-note{display:flex;align-items:center;gap:10px;background:#fff4f6;border:1px solid #f2c8d2;border-radius:8px;padding:9px 11px;margin:10px 0}.prematch-lock-note b{font-size:9px;color:#d71444}.prematch-lock-note span{font-size:9px;color:#666}.betting-closed-banner{background:#fff;border:1px solid #d7d7da;border-radius:9px;padding:22px;text-align:center;margin-top:13px}.betting-closed-banner>b{display:block;font-size:18px}.betting-closed-banner>span{display:block;color:#777;font-size:10px;margin:7px auto 14px;max-width:620px}.betting-closed-banner>div{display:flex;justify-content:center;gap:8px}.betting-closed-banner a{text-decoration:none;font-size:9px}

/* simplified player props */
.player-stat-summary.five{grid-template-columns:repeat(5,1fr)}.simple-milestone{padding-bottom:12px}.milestone-row{display:grid;grid-template-columns:minmax(170px,240px) minmax(160px,1fr);gap:10px;align-items:end;margin-top:9px}.milestone-row .player-prices{margin:0}.player-prop-note{background:#f7f7f8;border:1px solid #e1e1e3;border-radius:7px;padding:9px 10px;font-size:9px;color:#666;margin-bottom:10px}.player-prop-note b{color:#222}.player-scorer-heading{margin:18px 0 8px}.player-scorer-heading h3{margin:0;font-size:14px}.player-scorer-heading p{margin:3px 0 0;color:#777;font-size:9px}.scorer-market-stack{display:flex;flex-direction:column;gap:7px}.scorer-accordion{border:1px solid #dedee1;border-radius:8px;background:#fafafa;overflow:hidden}.scorer-accordion>summary{list-style:none;cursor:pointer;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.scorer-accordion>summary::-webkit-details-marker{display:none}.scorer-accordion>summary b{display:block;font-size:11px}.scorer-accordion>summary small{display:block;color:#888;font-size:8px;margin-top:2px}.scorer-accordion>summary>span{font-size:17px;color:#888}.scorer-accordion[open]>summary>span{transform:rotate(45deg)}.scorer-body{padding:0 10px 10px}.scorer-body>.scorer-accordion{margin-top:6px;background:#fff}

@media(max-width:1250px){.fixture-list-head,.fixture-list-row{grid-template-columns:78px minmax(245px,1.2fr) minmax(145px,.75fr) 185px 90px}.fixture-list-head>span:nth-child(5),.fixture-list-row>.compact-market{display:none}.fixture-list-head{grid-template-columns:78px minmax(245px,1.2fr) minmax(145px,.75fr) 185px 90px}.player-stat-summary.five{grid-template-columns:repeat(3,1fr)}}

/* ===== Royalebets v6: persistent navigation + stable live tracking ===== */
.detail-top{grid-template-columns:1fr auto 1fr;padding:0 18px 0 14px}
.detail-left{display:flex;align-items:center;gap:14px;min-width:0}.detail-title{justify-self:center;text-align:center;font-size:14px!important;white-space:nowrap}.detail-actions{justify-self:end}.detail-brand img{width:88px}.detail-back{white-space:nowrap}
.rb-shell.detail-shell{margin-left:var(--rail)}
.rb-shell.detail-shell.no-slip .content{max-width:1380px;width:100%;margin:0 auto}

/* My Bets — centred, symmetrical tracker */
.bets-page-head{max-width:940px;margin:3px auto 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.bets-page-head h1{font-size:26px;line-height:1;margin:0}.bets-page-head p{font-size:10px;color:#777;margin:0}.bet-filter-tabs{justify-content:center}.tickets-wrap{max-width:940px;margin:0 auto;width:100%}.bet-ticket{box-shadow:0 1px 2px rgba(0,0,0,.035)}
.tracker-leg.timer-only .tracker-meta{margin-left:33px;padding-top:5px}.tracker-meta.no-bar{margin-left:33px;margin-top:2px}.tracker-leg.timer-only{padding-top:11px;padding-bottom:11px}.tracker-leg.timer-only .tracker-state{color:#555;background:#fff}.tracker-leg.pending.timer-only .tracker-state{border-color:#9a9da3}.tracker-leg.won.timer-only .tracker-state,.tracker-leg.lost.timer-only .tracker-state{color:inherit}
.tracker-progress span{min-width:0}.tracker-leg.has-progress .tracker-progress span[style*="width:0%"]{width:0!important}
.ticket-score{border:1px solid #e0e0e2}.ticket-score-head{font-weight:800}

/* Once bounce occurs, controls visibly lock instead of pretending they are still clickable */
.price-btn.game-started,.fixture-odd.game-started,[data-bet].game-started{opacity:.42;filter:grayscale(.75);cursor:not-allowed!important;background:#ededee!important;border-color:#d0d0d3!important;color:#777!important;box-shadow:none!important}
.price-btn.game-started:hover,.fixture-odd.game-started:hover,[data-bet].game-started:hover{background:#ededee!important;border-color:#d0d0d3!important;transform:none!important}
.market-menu.betting-locked{position:relative}.market-menu.betting-locked .market-accordion>summary{opacity:.78}.market-menu.betting-locked select.game-started,.market-menu.betting-locked input.game-started{opacity:.5;cursor:not-allowed}
.prematch-lock-note.started{background:#f4f4f5;border-color:#d6d6d8}.prematch-lock-note.started b{color:#d41443}.match-started-inline{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:#1d1d20;color:#fff;border-radius:8px;padding:11px 13px;margin:10px 0}.match-started-inline b{font-size:10px;color:#ff315f}.match-started-inline span{font-size:9px;color:#c7c7cb}.match-started-inline a{background:#e7184c;color:#fff;text-decoration:none;border-radius:5px;padding:8px 10px;font-size:8px;font-weight:950;white-space:nowrap}.game-started-notice{border-style:solid;background:#fff1f4;border-color:#efb9c7;color:#9d1738}.game-started-notice b{color:#d31345}
#placeBet:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.35)}

@media(max-width:1180px){.match-started-inline{grid-template-columns:1fr}.detail-left{gap:8px}.detail-brand img{width:76px}.bets-page-head,.tickets-wrap{max-width:860px}}

/* ===== Royalebets v7 — cleaner PointsBet-inspired desktop structure ===== */
:root{--rb-pink:#ef1748;--rb-pink-soft:#ffdfe8;--rb-ink:#0f1115;--rb-panel:#f4f4f5;--rb-odds:#e5e5e6;--rb-odds-border:#bdbdc1}
body{background:#f6f6f7;color:#111}
/* text-only Royalebets wordmark */
.wordmark{display:inline-flex!important;align-items:baseline;gap:0!important;text-decoration:none!important;font-weight:950!important;font-style:italic;letter-spacing:-1.1px;white-space:nowrap}
.wordmark span{color:#151515;font-size:22px;line-height:1}.wordmark b{color:var(--rb-pink);font-size:22px;line-height:1}
.rb-brand.wordmark{width:148px!important;padding-left:4px}.detail-brand.wordmark{width:auto!important}.detail-brand.wordmark span,.detail-brand.wordmark b{font-size:19px}
.rb-brand img,.detail-brand img{display:none!important}
/* persistent rail + truly centred content */
.rb-shell,.rb-shell.with-slip,.rb-shell.no-slip{grid-template-columns:minmax(0,1fr)!important;margin-left:var(--rail)!important}
.content{width:100%;max-width:1240px!important;margin:0 auto!important;padding:22px 30px 80px!important}
.rb-shell.detail-shell.no-slip .content{max-width:1180px!important}
.betslip{position:fixed!important;right:14px!important;top:calc(var(--top) + 12px)!important;width:315px!important;height:calc(100vh - var(--top) - 24px)!important;z-index:92!important;border:1px solid #d7d7da!important;border-radius:10px!important;box-shadow:0 12px 34px rgba(0,0,0,.14)!important;background:#f7f7f8!important;transform:translateX(calc(100% + 34px));opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}
.betslip.slip-open{transform:translateX(0);opacity:1;pointer-events:auto}
.slip-toggle-tab{position:fixed!important;right:0!important;top:calc(var(--top) + 92px)!important;z-index:93!important;width:48px!important;min-height:82px!important;border:1px solid #d7d7da!important;border-right:0!important;border-radius:12px 0 0 12px!important;background:#ffffff!important;box-shadow:0 10px 24px rgba(0,0,0,.10)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:10px 6px!important;color:#171b21!important;cursor:pointer!important;transition:right .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.slip-toggle-tab:hover{background:#fff4f7!important;border-color:#ef1748!important}
.slip-toggle-tab.active{right:327px!important;background:#fff0f4!important;border-color:#ef1748!important;box-shadow:0 12px 28px rgba(239,23,72,.14)!important}
.slip-tab-label{font-size:9px!important;font-weight:950!important;letter-spacing:.08em!important;writing-mode:vertical-rl!important;transform:rotate(180deg)!important;line-height:1!important;color:#666!important}
.slip-toggle-tab.active .slip-tab-label{color:#d41445!important}
.slip-toggle-tab b{display:grid!important;place-items:center!important;min-width:26px!important;height:26px!important;border-radius:13px!important;background:#ef1748!important;color:#fff!important;font-size:11px!important;font-weight:950!important;line-height:1!important}
/* detail page header stays symmetrical */
.detail-top{height:var(--top);grid-template-columns:1fr auto 1fr!important;padding:0 18px 0 14px!important}
.detail-left{justify-self:start}.detail-title{justify-self:center;font-size:14px!important;letter-spacing:.01em}.detail-actions{justify-self:end}
.detail-back{font-size:10px}.detail-actions a{min-width:58px;justify-content:center}
/* generic centred page headings */
.detail-shell .page-head{max-width:980px;margin:3px auto 20px!important;display:flex;flex-direction:column;align-items:center!important;justify-content:center!important;text-align:center;gap:5px}
.detail-shell .page-head h1{font-size:27px;margin:0}.detail-shell .page-head p{max-width:720px}
.detail-centre-heading,.browse-centre-title{text-align:center;margin:4px auto 20px}.detail-centre-heading h1,.browse-centre-title h1{margin:0;font-size:28px;letter-spacing:-.025em}.detail-centre-heading p,.browse-centre-title p{margin:5px 0 0;color:#777;font-size:10px}
/* main AFL page */
.pb-browse-page{max-width:1120px!important;margin:0 auto}.pb-promos{max-width:1120px;margin:0 auto 18px}.pb-promos .promo-banner{height:118px;border-radius:9px}
.pb-list-toolbar{max-width:980px;margin:0 auto 9px;display:flex;align-items:flex-end;justify-content:space-between}.pb-list-toolbar>div:first-child b{display:block;font-size:15px}.pb-list-toolbar>div:first-child span{display:block;color:#888;font-size:9px;margin-top:3px}.pb-list-toolbar>div:last-child{display:flex;gap:7px}.pb-list-toolbar a{background:#fff;border:1px solid #d0d0d2;border-radius:18px;padding:7px 12px;text-decoration:none;font-size:8px;font-weight:950}
.pb-fixture-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.pb-fixture-card{background:#fff;border:1px solid #d7d7da;border-radius:11px;padding:13px 16px 10px;box-shadow:0 1px 2px rgba(0,0,0,.025)}
.pb-fixture-market-head,.pb-fixture-row{display:grid;grid-template-columns:minmax(290px,1fr) repeat(3,145px);gap:8px;align-items:center}.pb-fixture-market-head{padding:0 0 5px}.pb-fixture-market-head span{text-align:center;color:#555;font-size:8px;font-weight:850;letter-spacing:.12em}.pb-fixture-market-head span:first-child{text-align:left}
.pb-fixture-row+.pb-fixture-row{margin-top:5px}.pb-fixture-team{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.pb-fixture-team img{width:27px;height:27px}.pb-fixture-team b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-fixture-team small{display:block;font-size:8px;color:#777;margin-top:3px;word-spacing:5px}
.pb-odds-tile,.pb-main-price{height:49px;border:1px solid var(--rb-odds-border)!important;background:var(--rb-odds)!important;border-radius:5px!important;text-align:center!important;display:flex!important;flex-direction:column;justify-content:center;align-items:center;padding:4px 8px!important;cursor:pointer}.pb-odds-tile small,.pb-main-price small{font-size:9px!important;color:#555!important;line-height:1.1;margin:0 0 2px!important}.pb-odds-tile strong,.pb-main-price strong{font-size:13px!important;color:#050505!important}.pb-odds-tile:hover,.pb-main-price:hover{background:#fff1f5!important;border-color:var(--rb-pink)!important}.pb-odds-tile.selected,.pb-main-price.selected{background:#ffdce7!important;border-color:var(--rb-pink)!important;box-shadow:inset 0 0 0 1px var(--rb-pink)}
.pb-fixture-footer{margin-top:10px;padding-top:9px;border-top:1px solid #ededee;display:flex;justify-content:space-between;align-items:center}.pb-fixture-footer>div b{display:block;font-size:9px}.pb-fixture-footer>div span{display:block;font-size:8px;color:#888;margin-top:3px}.pb-fixture-footer>a{text-decoration:none;color:#111;font-size:9px;font-weight:950}.pb-fixture-footer>a b{color:var(--rb-pink);font-size:16px;vertical-align:-1px;margin-left:3px}
/* match page */
.pb-match-page{max-width:1030px;margin:0 auto}.pb-market-tabs{display:flex;gap:8px;overflow-x:auto;padding:0 0 13px;scrollbar-width:none}.pb-market-tabs::-webkit-scrollbar{display:none}.pb-market-tabs a{flex:0 0 auto;text-decoration:none;color:#111;border:1px solid #c9c9cc;background:#e9e9ea;border-radius:20px;padding:9px 17px;font-size:8px;font-weight:950;font-style:italic;letter-spacing:.01em}.pb-market-tabs a.active{background:#f8b6c7;border-color:#ef1748}
.pb-main-market-card{background:#fff;border:1px solid #dddde0;border-radius:9px;padding:13px 15px 11px;margin-bottom:10px}.pb-market-columns,.pb-match-row{display:grid;grid-template-columns:minmax(300px,1fr) repeat(3,160px);gap:7px;align-items:center}.pb-market-columns{padding:0 0 6px}.pb-market-columns span{text-align:center;font-size:8px;color:#666;letter-spacing:.12em}.pb-match-team{display:flex;align-items:center;gap:9px}.pb-match-team img{width:25px;height:25px}.pb-match-team b{display:block;font-size:11px}.pb-match-team small{display:block;color:#666;font-size:8px;margin-top:3px;word-spacing:4px}.pb-match-row+.pb-match-row{margin-top:6px}.pb-match-card-footer{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center;margin-top:10px;padding-top:9px;border-top:1px solid #eee;color:#777;font-size:8px}.pb-match-card-footer span:nth-child(2){text-align:center}.pb-match-card-footer a{text-decoration:none;color:#111;font-weight:950}.pb-match-card-footer a:hover{color:var(--rb-pink)}
.pb-condition-strip{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid #e1e1e3;border-radius:7px;padding:8px 10px;margin-bottom:13px;font-size:8px;color:#666}.pb-condition-strip>span{background:#ffe0e8;color:#c81440;border-radius:15px;padding:4px 8px;font-weight:950}.pb-condition-strip b{color:#222}.pb-condition-strip a{color:#d41445;font-weight:850;text-decoration:none}
.pb-market-menu{gap:0!important;background:#fff;border:1px solid #dedee0;border-radius:9px;overflow:hidden}.pb-market-accordion{border:0!important;border-bottom:1px solid #d7d7da!important;border-radius:0!important;box-shadow:none!important}.pb-market-accordion:last-child{border-bottom:0!important}.pb-market-accordion>summary{padding:15px 13px!important;font-size:10px!important;font-style:italic;letter-spacing:.01em}.pb-market-accordion>summary b{font-weight:950}.pb-market-accordion>summary:after{content:'⌄'!important;width:24px;height:24px;border-radius:50%;border:1px solid #aaa;background:#ececed;display:grid;place-items:center;margin-left:auto!important;font-size:13px;transform:none!important}.pb-market-accordion[open]>summary:after{content:'⌃'!important}.pb-market-accordion .market-accordion-body{padding:12px 13px 16px;border-top:1px solid #e4e4e6;background:#fff}
.pb-alt-market-list{display:flex;flex-direction:column;gap:7px}.pb-alt-row{display:grid;grid-template-columns:minmax(230px,1fr) 190px 190px;gap:7px;align-items:center;border-bottom:1px solid #ececee;padding:7px 0}.pb-alt-row:last-child{border-bottom:0}.pb-alt-row>div:first-child b{display:block;font-size:10px}.pb-alt-row>div:first-child small{display:block;font-size:8px;color:#888;margin-top:3px}.pb-alt-row .price-btn{min-height:48px}.pb-wide-group{padding:12px 0 4px;border-top:1px solid #ececee}.pb-wide-group h3{font-size:10px;margin:0 0 7px}.pb-two-column-groups{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pb-two-column-groups h3{font-size:10px;margin:0 0 7px}
/* player props like the reference: simple player rows, L5 left, prices right */
.pb-player-toolbar{margin-bottom:8px}.pb-player-list{gap:0!important;border-top:1px solid #d7d7d9}.pb-player-card{border:0!important;border-bottom:1px solid #cfcfd2!important;border-radius:0!important;background:#fff!important}.pb-player-card>summary{display:grid!important;grid-template-columns:minmax(280px,1fr) auto 26px!important;padding:11px 4px!important;gap:9px!important}.pb-player-card>summary:hover{background:#fafafa!important}.pb-player-card[open]>summary{background:#f7f7f8}.pb-player-card>summary:after{width:22px;height:22px;border-radius:50%;border:1px solid #aaa;background:#ececed;display:grid;place-items:center;content:'+'!important;font-size:15px!important;line-height:1;color:#555}.pb-player-card[open]>summary:after{content:'−'!important;background:#ffd5df;border-color:#ef1748;color:#c81440}.pb-player-heading{display:flex;align-items:center;gap:8px;min-width:0}.pb-player-heading img{width:24px;height:24px}.pb-player-heading b{display:block;font-size:10px;font-style:italic;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-player-heading small{display:block;font-size:8px;color:#777;margin-top:3px}.pb-player-badges{display:flex;gap:4px}.pb-player-badges i{width:23px;height:17px;border-radius:9px;display:grid;place-items:center;font-style:normal;font-size:6px;font-weight:950;background:#f4b3c4}.pb-player-badges i:nth-child(2){background:#d9efc8}.pb-player-badges i:nth-child(3){background:#ddd0fa}
.pb-player-body{padding:4px 0 8px!important;background:#fff!important}.pb-player-market-row{display:grid;grid-template-columns:240px minmax(0,1fr);gap:12px;align-items:center;padding:7px 0}.pb-player-market-label>b{display:block;font-size:10px}.pb-l5{display:block;color:#777;font-size:8px;margin-top:4px}.pb-l5 b{display:inline-block;color:#111;font-size:8px;margin-left:3px}.pb-l5 b.latest{background:#111;color:#fff;border-radius:3px;padding:1px 3px}
.pb-prop-strip{display:grid;grid-template-columns:24px minmax(0,1fr) 24px;gap:4px;align-items:center}.pb-strip-arrow{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;width:24px;height:52px;display:grid;place-items:center;font-size:29px;line-height:1;color:#ef1748;text-align:center;font-weight:300;cursor:pointer;border-radius:5px;transition:background .15s ease,color .15s ease,opacity .15s ease}.pb-strip-arrow:hover:not(:disabled){background:#fff0f4}.pb-strip-arrow:focus-visible{outline:2px solid #ef1748;outline-offset:1px}.pb-strip-arrow:disabled,.pb-strip-arrow.is-disabled{color:#c8c8cc;cursor:default;opacity:.45;background:transparent}.pb-prop-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 15px)/4);gap:5px;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.pb-prop-scroll::-webkit-scrollbar{display:none}.pb-prop-price{height:52px!important;min-height:52px!important;background:#e4e4e5!important;border:1px solid #b8b8bc!important;border-radius:5px!important;text-align:center!important;scroll-snap-align:start}.pb-prop-price small{font-size:9px!important;margin:0 0 2px!important;color:#555!important}.pb-prop-price strong{font-size:13px!important}.pb-single-prop .price-btn{width:100%;height:52px}.pb-quarter-props{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.pb-quarter-props .price-btn{height:52px}.pb-player-toolbar input,.pb-player-toolbar select{border-radius:5px;background:#f5f5f6;height:38px;font-size:9px}
/* better Pull 'Em explanation inside the betslip */
.pull-progress{background:#fff;border:1px solid #e1c0c9;border-radius:7px;padding:9px 10px;margin:8px 0}.pull-progress>b{display:block;font-size:10px}.pull-progress>span{display:block;font-size:8px;color:#777;margin-top:3px}.pull-checks{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.pull-checks i{font-style:normal;border-radius:12px;background:#ececee;color:#555;padding:4px 7px;font-size:7px;font-weight:900}.pull-checks i.ok{background:#e8f5eb;color:#187642}.pull-checks i.bad{background:#fff0f3;color:#b31638}
/* My Bets and other detail pages stay centered */
.bets-page-head,.tickets-wrap{max-width:900px!important}.bet-ticket{border-radius:9px}.research-group,.detail-shell .market-menu{max-width:1000px;margin-left:auto;margin-right:auto}.detail-shell .search-box,.detail-shell .balance-grid,.detail-shell .section.cards{max-width:1000px;margin-left:auto;margin-right:auto}
/* Responsive desktop fallback */
@media(max-width:1220px){.content{padding-left:22px!important;padding-right:22px!important}.pb-fixture-market-head,.pb-fixture-row{grid-template-columns:minmax(250px,1fr) repeat(3,125px)}.pb-market-columns,.pb-match-row{grid-template-columns:minmax(250px,1fr) repeat(3,135px)}.pb-player-market-row{grid-template-columns:210px minmax(0,1fr)}.pb-alt-row{grid-template-columns:minmax(200px,1fr) 160px 160px}.sport-switch{width:330px}}
.rb-live-page{max-width:980px!important}.rb-live-page .fixture-page-head{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;margin:3px auto 15px}.rb-live-page .fixture-page-head h1{font-size:27px;margin:0}.rb-live-page .fixture-page-head p{margin:4px 0 0}.tracking-badge{align-self:center}
.balance-grid{max-width:1000px}.tickets-wrap{padding-bottom:20px}
.pb-form i{font-style:normal;font-weight:950;margin-left:4px}.pb-form .form-w{color:#17854b}.pb-form .form-l{color:#27272b}.pb-form .form-d{color:#777}.pb-form i:last-child{background:#1c1c1e;color:#fff;border-radius:2px;padding:1px 3px}

/* v9 — promo legibility polish */
.promo-banner.red{
  background:linear-gradient(120deg,#ef174b 0%,#c9003a 62%,#a80031 100%);
  color:#fff!important;
}
.promo-banner.red .promo-eyebrow,
.promo-banner.red strong,
.promo-banner.red small{
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 1px 2px rgba(73,0,20,.28);
}
.promo-banner.red .promo-eyebrow{letter-spacing:.1em}
.promo-banner.red strong{font-weight:950}
.promo-banner.red small{font-weight:750;line-height:1.25}
.promo-banner.red i{color:#fff!important;opacity:.22!important}
.promo-banner.dark .promo-eyebrow,
.promo-banner.dark strong,
.promo-banner.dark small{color:#fff!important;opacity:1!important}
.promo-banner.light .promo-eyebrow,
.promo-banner.light strong,
.promo-banner.light small{color:#111!important;opacity:1!important}

/* v11 — real 2026 finals predictor */
.predictor-link{background:#171719!important;color:#fff!important;border-color:#171719!important;padding-left:10px!important;padding-right:10px!important}
.real-predict-page{max-width:1180px;margin:0 auto;padding-bottom:45px}.real-hero{background:#171719;color:#fff;border-radius:12px;min-height:168px;padding:25px 28px;margin-bottom:12px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:28px;align-items:center;position:relative;overflow:hidden}.real-hero:after{content:'50×';position:absolute;right:325px;top:-24px;font-size:135px;font-weight:1000;font-style:italic;color:#ef1748;opacity:.16;transform:rotate(-7deg)}.real-live-pill{display:inline-flex;background:#ef1748;border-radius:13px;padding:5px 8px;font-size:8px;font-weight:950;letter-spacing:.1em}.real-hero h1{font-size:34px;line-height:1;margin:10px 0 8px;letter-spacing:-.035em}.real-hero p{margin:0;max-width:650px;color:#c5c5c8;font-size:11px;line-height:1.55}.real-snapshot{border-left:1px solid #3a3a3d;padding-left:22px;position:relative;z-index:2}.real-snapshot small{display:block;color:#ef1748;font-size:8px;font-weight:950;letter-spacing:.12em}.real-snapshot b{display:block;font-size:20px;margin:4px 0 7px}.real-snapshot span{display:block;color:#b8b8bd;font-size:9px;line-height:1.55}
.predict-notice{background:#fff7e8;border:1px solid #ecd6a7;border-radius:8px;padding:10px 13px;margin-bottom:20px;font-size:9px;color:#725110;line-height:1.45}.predict-notice b{color:#3b2a08}.real-round-title,.real-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:18px 2px 10px}.real-round-title small,.real-section-title small{display:block;color:#e51648;font-size:8px;font-weight:950;letter-spacing:.11em}.real-round-title h2,.real-section-title h2{font-size:19px;margin:3px 0 0}.real-round-title p,.real-section-title>span{font-size:8px;color:#777;max-width:455px;text-align:right;margin:0;line-height:1.45}
.real-fixture-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;align-items:start}.real-game-card{background:#fff;border:1px solid #d9d9dc;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.025)}.real-game-card.locked{opacity:.74;background:#fafafa}.real-game-kicker{height:35px;padding:0 13px;background:#f6f6f7;border-bottom:1px solid #e1e1e3;display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.real-game-kicker span{color:#1a1a1c}.real-game-kicker em{font-style:normal;color:#e51648}.real-match-head{display:grid;grid-template-columns:1fr 52px 1fr;gap:8px;align-items:center;padding:16px 14px 10px}.real-team{display:flex;align-items:center;gap:9px;min-width:0}.real-team.away{justify-content:flex-end;text-align:right}.real-team img{width:39px;height:39px}.real-team small{display:block;font-size:7px;color:#8a8a8f;font-weight:900}.real-team b{display:block;font-size:12px;margin:1px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.real-team span{display:flex;gap:2px}.real-team.away span{justify-content:flex-end}.real-team span i{width:15px;height:15px;border-radius:3px;display:grid;place-items:center;font-size:7px;font-style:normal;background:#ececee;color:#555}.real-team span .real-form-w{background:#e4f5e8;color:#167742}.real-team span .real-form-l{background:#ffe9ee;color:#b31538}.real-team span .real-form-d{background:#eeeef0;color:#606065}.real-vs{text-align:center;font-size:9px;font-weight:950;color:#999}.real-vs small{display:block;color:#555;font-size:7px;margin-top:4px;font-weight:800}.real-game-meta{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:8px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fbfbfc}.real-game-meta b{font-size:8px}.real-game-meta span{font-size:7px;color:#76767a;text-align:right;max-width:58%}.real-book-title{display:flex;align-items:center;justify-content:space-between;padding:10px 13px 6px}.real-book-title b{display:block;font-size:9px}.real-book-title small{display:block;color:#888;font-size:7px;margin-top:2px}.real-book-title>span{background:#111;color:#fff;border-radius:11px;padding:4px 7px;font-size:7px;font-weight:950}.real-market-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:0 13px 12px}.real-market-grid>div{height:43px;border:1px solid #c9c9cd;background:#ececee;border-radius:5px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:5px;align-items:center;padding:0 8px}.real-market-grid small{font-size:6px;color:#777;font-weight:950}.real-market-grid span{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.real-market-grid b{font-size:11px}.real-market-empty{margin:0 13px 12px;padding:9px;border:1px dashed #ccc;border-radius:6px;color:#777;font-size:8px;text-align:center}.real-inputs{border-top:1px solid #e3e3e5}.real-inputs>summary,.player-projection>summary,.real-sources summary{list-style:none;cursor:pointer;padding:10px 13px;font-size:8px;font-weight:950;display:flex;justify-content:space-between;align-items:center}.real-inputs>summary::-webkit-details-marker,.player-projection>summary::-webkit-details-marker,.real-sources summary::-webkit-details-marker{display:none}.real-input-body{border-top:1px solid #eee;background:#fafafa;padding:10px 13px}.real-team-compare{display:grid;grid-template-columns:1fr 1fr;gap:8px}.real-team-compare section{background:#fff;border:1px solid #e2e2e4;border-radius:6px;padding:8px}.real-team-compare h4{font-size:9px;margin:0 0 7px}.real-team-statline{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.real-team-statline span{border-top:1px solid #eee;padding-top:5px}.real-team-statline b{display:block;font-size:9px}.real-team-statline small{display:block;font-size:6px;color:#888;margin-top:1px}.real-input-notes{margin-top:9px}.real-input-notes p{font-size:7.5px;line-height:1.5;color:#666;margin:4px 0}.real-input-notes b{color:#222}.predict-btn{width:calc(100% - 26px);height:38px;margin:11px 13px 13px;border:0;border-radius:5px;background:#ec1749;color:#fff;font-size:9px;font-weight:950;letter-spacing:.02em;cursor:pointer}.predict-btn span{font-size:13px;vertical-align:-1px;margin-right:4px}.predict-btn:hover:not(:disabled){background:#c80f3b}.predict-btn:disabled{background:#d5d5d7;color:#8d8d91;cursor:not-allowed}.real-locked-match{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;padding:23px 16px}.real-team-chip{display:flex;align-items:center;gap:8px}.real-team-chip img{width:38px;height:38px}.real-team-chip b{font-size:11px}.real-locked-match>span{text-align:center;color:#aaa;font-size:8px;font-weight:950}.real-tbd{height:38px;border:1px dashed #bbb;border-radius:5px;display:grid;place-items:center;color:#999;font-size:10px;font-weight:950}.real-game-card.locked>p{font-size:8px;color:#777;line-height:1.5;padding:0 13px;margin:11px 0}
.sim-progress-card{margin:0 13px 14px;background:#151517;color:#fff;border-radius:7px;padding:13px}.sim-progress-top{display:flex;justify-content:space-between;align-items:center}.sim-progress-top small{display:block;color:#ef1748;font-size:7px;font-weight:950}.sim-progress-top b{display:block;font-size:10px;margin-top:2px}.sim-progress-top strong{font-size:15px}.sim-progress-track{height:7px;background:#36363a;border-radius:4px;overflow:hidden;margin:10px 0 7px}.sim-progress-track span{display:block;width:0;height:100%;background:#ef1748;transition:width .08s linear}.sim-progress-card p{margin:0;font-size:7px;color:#aaa}
.prediction-result{border-top:1px solid #e2e2e4;background:#fff}.prediction-result-head{background:#171719;color:#fff;padding:14px 15px;display:flex;justify-content:space-between;align-items:center;gap:12px}.prediction-result-head>div:first-child>span{font-size:7px;color:#ef1748;font-weight:950}.prediction-result-head h3{font-size:18px;margin:2px 0}.prediction-result-head p{font-size:7px;color:#aaa;margin:0}.pred-win{display:flex;align-items:center;gap:10px}.pred-win div{text-align:center}.pred-win b{display:block;font-size:17px}.pred-win small{display:block;font-size:6px;color:#aaa}.pred-win i{width:1px;height:31px;background:#414145}.pred-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e4e4e6}.pred-metrics>div{padding:10px 8px;text-align:center;border-right:1px solid #eee}.pred-metrics>div:last-child{border-right:0}.pred-metrics small{display:block;color:#888;font-size:6px;font-weight:950}.pred-metrics b{display:block;font-size:12px;margin-top:2px}.risk-title{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding:13px 13px 7px}.risk-title small{display:block;color:#e51648;font-size:7px;font-weight:950}.risk-title h3{font-size:13px;margin:2px 0 0}.risk-title p{font-size:7px;color:#777;max-width:300px;text-align:right;margin:0;line-height:1.4}.risk-grid{padding:0 13px 12px;display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.risk-card{min-width:0;border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fafafa}.risk-card header{padding:6px 7px;background:#ededee;display:flex;justify-content:space-between;gap:3px;align-items:center}.risk-card header span{font-size:6px;font-weight:1000;color:#e51648}.risk-card header b{font-size:5px;color:#777}.risk-card h4{font-size:8px;line-height:1.35;margin:8px 7px;min-height:32px}.risk-numbers{display:grid;grid-template-columns:1fr;gap:4px;padding:0 7px}.risk-numbers>div{display:flex;justify-content:space-between;border-top:1px solid #e7e7e8;padding-top:4px}.risk-numbers small{font-size:5px;color:#888}.risk-numbers b{font-size:7px}.risk-card>p{font-size:6px;color:#777;line-height:1.4;margin:8px 7px;min-height:25px}.risk-card footer{padding:5px 7px;background:#f1f1f2;color:#666;font-size:5px;font-weight:950}.risk-card.level-1{border-top:3px solid #5baf50}.risk-card.level-2{border-top:3px solid #92b84b}.risk-card.level-3{border-top:3px solid #d7a933}.risk-card.level-4{border-top:3px solid #e87931}.risk-card.level-5{border-top:3px solid #e51648;background:#fff7f9}.risk-card.level-5 header{background:#ffe3ea}.risk-card.level-5 h4{font-weight:950}.player-projection{border-top:1px solid #e2e2e4}.player-proj-table{margin:0 13px 8px;border:1px solid #dedee1;border-radius:6px;overflow:hidden}.player-proj-head,.player-proj-row{display:grid;grid-template-columns:minmax(170px,1.7fr) repeat(5,.65fr);align-items:center}.player-proj-head{background:#f0f0f1;color:#777;font-size:6px;font-weight:950;padding:6px 8px}.player-proj-head span:not(:first-child){text-align:center}.player-proj-row{padding:6px 8px;border-top:1px solid #eee}.player-proj-row>span{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:6px;align-items:center}.player-proj-row img{width:22px;height:22px}.player-proj-row span b{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-proj-row span small{font-size:6px;color:#888}.player-proj-row>b{text-align:center;font-size:8px}.player-projection>p{padding:0 13px 10px;margin:0}.prediction-method{border-top:1px solid #eee;padding:10px 13px;display:flex;gap:5px;flex-wrap:wrap;align-items:center}.prediction-method>b{font-size:7px;margin-right:2px}.prediction-method span{background:#f0f0f1;border-radius:12px;padding:4px 7px;font-size:6px;color:#555}
.finals-path{margin-top:26px}.finals-path-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.finals-path-grid article{background:#fff;border:1px solid #dddde0;border-radius:8px;padding:12px;position:relative;min-height:170px}.path-step{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#18181a;color:#fff;font-size:7px;font-weight:950}.finals-path-grid h3{font-size:10px;margin:9px 0}.finals-path-grid p{font-size:7px;line-height:1.45;border-top:1px solid #eee;padding-top:6px;margin:6px 0}.finals-path-grid small{display:block;color:#888;font-size:6.5px;line-height:1.4;margin-top:8px}.real-sources{margin-top:15px;background:#fff;border:1px solid #dddde0;border-radius:8px}.real-sources details>div{border-top:1px solid #eee;padding:8px 13px}.real-sources p{margin:6px 0}.real-sources b{display:block;font-size:8px}.real-sources small{display:block;font-size:6.5px;color:#888;margin-top:2px;word-break:break-all}
@media(max-width:1280px){.real-fixture-grid{grid-template-columns:1fr}.risk-grid{grid-template-columns:repeat(5,minmax(115px,1fr));overflow-x:auto}.finals-path-grid{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto}.real-hero{grid-template-columns:1fr 300px}.real-hero:after{right:300px}}

/* ===== Royalebets v12: real finals player-prop recommendations ===== */
.featured-model-pick{margin:12px 13px 0;border:1px solid #e4b3c0;background:linear-gradient(135deg,#fff8fa 0%,#fff 72%);border-radius:8px;padding:13px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.featured-pick-copy>span{display:block;color:#e51648;font-size:7px;font-weight:1000;letter-spacing:.08em}.featured-pick-copy h3{font-size:16px;line-height:1.2;margin:4px 0}.featured-pick-copy p{font-size:7px;color:#6d6d72;line-height:1.5;margin:0;max-width:650px}.featured-pick-numbers{display:grid;grid-template-columns:repeat(3,82px);border:1px solid #dedee1;border-radius:7px;overflow:hidden;background:#fff}.featured-pick-numbers>div{padding:9px 7px;text-align:center;border-right:1px solid #ececee}.featured-pick-numbers>div:last-child{border-right:0}.featured-pick-numbers small{display:block;font-size:5.5px;color:#888;font-weight:950}.featured-pick-numbers b{display:block;font-size:12px;margin-top:2px}
.risk-grid.risk-grid-bets{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.risk-grid-bets .risk-card{display:flex;flex-direction:column}.model-pick-selection{padding:9px 8px 8px;min-height:55px}.model-pick-selection small{display:block;color:#888;font-size:5.5px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.model-pick-selection b{display:block;font-size:9px;line-height:1.35;margin-top:3px}.model-sgm-legs{padding:7px 7px 5px;display:flex;flex-direction:column;gap:4px;min-height:87px}.model-sgm-legs>div{display:grid;grid-template-columns:18px minmax(0,1fr);gap:5px;align-items:center;border:1px solid #e4e4e6;background:#fff;border-radius:5px;padding:5px}.model-sgm-legs i{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#1c1c1e;color:#fff;font-size:6px;font-style:normal;font-weight:950}.model-sgm-legs small{display:block;color:#888;font-size:5px}.model-sgm-legs b{display:block;font-size:6.5px;line-height:1.25;margin-top:1px}.risk-grid-bets .risk-card>p{min-height:39px}.risk-grid-bets .risk-card footer{margin-top:auto;display:flex;justify-content:space-between;gap:5px;align-items:center}.risk-grid-bets .risk-card footer span{font-size:5px}.risk-grid-bets .risk-card footer b{font-size:4.8px;color:#e51648;text-align:right}
.prop-board{border-top:1px solid #e2e2e4;padding:13px}.prop-board-title{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:7px}.prop-board-title small{display:block;color:#e51648;font-size:7px;font-weight:950}.prop-board-title h3{font-size:13px;margin:2px 0 0}.prop-board-title p{font-size:7px;color:#777;margin:0}.prop-board-table{border:1px solid #dedee1;border-radius:7px;overflow:hidden}.prop-board-head,.prop-board-row{display:grid;grid-template-columns:minmax(160px,1.15fr) minmax(205px,1.65fr) 86px 60px;gap:8px;align-items:center}.prop-board-head{padding:6px 9px;background:#f0f0f1;color:#777;font-size:6px;font-weight:950}.prop-board-row{padding:7px 9px;border-top:1px solid #ececee;background:#fff}.prop-board-row>span:first-child{display:grid;grid-template-columns:25px minmax(0,1fr) auto;gap:6px;align-items:center}.prop-board-row img{width:25px;height:25px}.prop-board-row span b{font-size:8px}.prop-board-row span small{font-size:6px;color:#888}.prop-board-row>span:nth-child(2) small{display:block;text-transform:uppercase;font-weight:900}.prop-board-row>span:nth-child(2) b{display:block;margin-top:2px;font-size:8.5px}.prop-board-row strong{text-align:center;font-size:8px}.prop-board-row strong small{display:block;font-size:5.5px;color:#888;font-weight:700;margin-top:2px}.prop-board-row em{font-style:normal;text-align:center;font-size:9px;font-weight:950;color:#e51648}.prop-board-note{font-size:6.5px;color:#777;line-height:1.45;margin:7px 1px 0}
@media(max-width:1280px){.risk-grid.risk-grid-bets{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto}.featured-model-pick{grid-template-columns:1fr}.featured-pick-numbers{width:max-content}.prop-board-head,.prop-board-row{grid-template-columns:minmax(150px,1fr) minmax(190px,1.5fr) 72px 55px}}

/* ===== Royalebets v13: post-simulation multi builder ===== */
.multi-builder{margin:13px;border:1px solid #d9d9dc;border-radius:9px;background:#f8f8f9;overflow:hidden}.multi-builder-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:15px 16px;background:#fff;border-bottom:1px solid #e3e3e5}.multi-builder-head>div:first-child small{display:block;color:#e51648;font-size:7px;font-weight:1000;letter-spacing:.05em}.multi-builder-head h3{font-size:15px;margin:3px 0}.multi-builder-head p{font-size:7px;color:#777;line-height:1.5;margin:0;max-width:470px}.builder-estimate{min-width:160px;background:#171719;color:#fff;border-radius:7px;padding:10px 12px;text-align:right}.builder-estimate small{display:block;color:#a9a9ae;font-size:6px;font-weight:950}.builder-estimate b{display:block;font-size:22px;color:#fff;margin:2px 0}.builder-estimate span{display:block;color:#ef1748;font-size:6px;font-weight:900}.builder-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:13px 15px 8px}.builder-slider-card{background:#fff;border:1px solid #dedee1;border-radius:7px;padding:11px 12px}.builder-slider-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.builder-slider-title span{font-size:7px;color:#777;font-weight:1000}.builder-slider-title b{font-size:10px}.builder-slider-title b em{font-style:normal;color:#e51648}.builder-slider-card input[type=range]{width:100%;accent-color:#e51648;cursor:pointer}.builder-scale{display:flex;justify-content:space-between;margin-top:4px;color:#999;font-size:5.5px;font-weight:900}.builder-market-note{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:3px 15px 10px}.builder-market-note b{font-size:6px;margin-right:2px}.builder-market-note span{background:#ededee;border-radius:10px;padding:4px 7px;font-size:5.5px;color:#666;font-weight:850}.build-multi-btn{display:block;width:calc(100% - 30px);height:38px;margin:0 15px 12px;border:0;border-radius:5px;background:#e51648;color:#fff;font-size:9px;font-weight:1000;cursor:pointer}.build-multi-btn:hover{background:#c90e3b}.generated-multi-host{padding:0 15px 15px}.builder-empty{border:1px dashed #c8c8cc;border-radius:7px;background:#fff;min-height:64px;display:grid;place-items:center;text-align:center;padding:12px}.builder-empty b{display:block;font-size:9px}.builder-empty span{display:block;font-size:7px;color:#888;margin-top:3px}.builder-empty.warning{border-color:#eab0bd;background:#fff7f9}.generated-multi{border:1px solid #ceced2;border-radius:8px;background:#fff;overflow:hidden}.generated-multi>header{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#171719;color:#fff;padding:11px 12px}.generated-multi>header small{display:block;color:#ef1748;font-size:6px;font-weight:950}.generated-multi>header h4{font-size:12px;margin:2px 0 0}.generated-multi>header>div:last-child{text-align:right}.generated-multi>header>div:last-child small{color:#aaa}.generated-multi>header>div:last-child b{font-size:19px}.generated-leg-list{padding:7px 10px}.generated-leg{display:grid;grid-template-columns:24px minmax(0,1fr) 58px;gap:8px;align-items:center;padding:8px 3px;border-bottom:1px solid #ededee}.generated-leg:last-child{border-bottom:0}.generated-leg>i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#ef1748;color:#fff;font-size:7px;font-style:normal;font-weight:1000}.generated-leg>div small{display:block;color:#8a8a8e;font-size:6px;font-weight:900}.generated-leg>div b{display:block;font-size:9px;margin-top:2px}.generated-leg>div span{display:block;color:#888;font-size:5.5px;line-height:1.4;margin-top:3px}.generated-leg>strong{text-align:right;font-size:10px}.generated-leg>strong small{display:block;color:#888;font-size:5.5px;margin-top:1px}.generated-multi>footer{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e2e2e4;background:#f3f3f4}.generated-multi>footer>div{padding:8px 10px;border-right:1px solid #dedee1}.generated-multi>footer>div:last-child{border-right:0}.generated-multi>footer small{display:block;color:#888;font-size:5.5px;font-weight:950}.generated-multi>footer b{display:block;font-size:9px;margin-top:2px}.generated-multi>p{font-size:6px;color:#888;line-height:1.5;margin:0;padding:8px 10px;border-top:1px solid #e7e7e9}.player-proj-table.player-proj-simple .player-proj-head,.player-proj-table.player-proj-simple .player-proj-row{grid-template-columns:minmax(210px,2fr) .7fr .7fr}.player-proj-table.player-proj-simple .player-proj-head span:not(:first-child){text-align:center}
@media(max-width:900px){.multi-builder-head{align-items:flex-start;flex-direction:column}.builder-estimate{width:100%;text-align:left}.builder-controls{grid-template-columns:1fr}.generated-multi>footer{grid-template-columns:1fr}.generated-multi>footer>div{border-right:0;border-bottom:1px solid #dedee1}.generated-multi>footer>div:last-child{border-bottom:0}}

/* v15 — 50,000-sim predictor + precision multi controls */
.real-hero:after{content:'1000×'}
.builder-estimate em{display:block;margin-top:3px;color:#c9c9ce;font-size:6px;font-style:normal;font-weight:850}
.builder-slider-title b{display:flex;align-items:baseline;gap:3px;white-space:nowrap}
.builder-slider-title b>span{font-size:9px;color:#222;font-weight:950}
.builder-slider-card input[type=range]{height:18px;margin:0;accent-color:#e51648}
.builder-scale.five{display:grid;grid-template-columns:repeat(5,1fr);align-items:start;text-align:center;line-height:1.25}
.builder-scale.five span:first-child{text-align:left}.builder-scale.five span:last-child{text-align:right}
.risk-presets,.legs-presets{display:flex;gap:4px;flex-wrap:wrap;margin-top:9px;padding-top:8px;border-top:1px solid #ededee}
.risk-presets button,.legs-presets button{height:24px;border:1px solid #d8d8dc;background:#f5f5f6;border-radius:5px;padding:0 8px;color:#555;font-size:6px;font-weight:950;cursor:pointer;transition:.12s ease}
.risk-presets button:hover,.legs-presets button:hover{border-color:#e51648;color:#e51648;background:#fff5f7}
.legs-presets button{min-width:31px}
@media(max-width:700px){.risk-presets button{flex:1 1 28%}.legs-presets button{flex:1}.builder-slider-title{gap:8px}.builder-slider-title b{font-size:9px}}

/* ===== Royalebets v16 — NRL simulation, research + 50,000x predictor ===== */
.nrl-kicker{color:#0878a8!important}.nrl-snapshot-note{max-width:980px;margin:0 auto 10px;padding:9px 12px;border:1px solid #cfe5ef;border-left:3px solid #0878a8;border-radius:7px;background:#f5fbfe;color:#56646d;font-size:8px;line-height:1.5}.nrl-snapshot-note b{color:#15202a}
.promo-banner.nrl-dark{background:linear-gradient(120deg,#101820,#243746)!important;color:#fff!important}.promo-banner.nrl-dark .promo-eyebrow,.promo-banner.nrl-dark small{color:#b7c8d3!important}.promo-banner.nrl-dark i{color:#6ed0f4!important}
.promo-banner.nrl-blue{background:linear-gradient(120deg,#057aa8,#0d9bc8)!important;color:#fff!important}.promo-banner.nrl-blue .promo-eyebrow,.promo-banner.nrl-blue small{color:#d9f5ff!important}.promo-banner.nrl-blue i{color:#fff!important;opacity:.28}
.nrl-fixture-card{border-left:3px solid #0878a8}.nrl-fixture-card .pb-fixture-team img,.nrl-live-card img,.nrl-research-page img,.nrl-predict-page img{object-fit:contain}

/* NRL live view */
.nrl-live-card{max-width:980px;margin:0 auto 12px}.nrl-live-card .live-view-top{border-bottom-color:#dce9ef}.nrl-live-card .status-live{color:#e51648}.live-no-bet{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.live-no-bet b{font-size:8px;color:#cf1645}.live-no-bet span{font-size:7px;color:#888}.nrl-live-card .live-main-score{background:linear-gradient(180deg,#fff,#f8fafb)}

/* NRL research */
.nrl-research-page{max-width:1080px;margin:0 auto}.snapshot-warning{display:flex;gap:10px;align-items:flex-start;margin:0 auto 14px;padding:10px 12px;border:1px solid #ead5a6;border-radius:8px;background:#fffaf0;font-size:8px;line-height:1.45;color:#725d2f}.snapshot-warning b{flex:0 0 auto;color:#3b321d}.snapshot-warning.compact{max-width:980px}.research-section{background:#fff;border:1px solid #dedee1;border-radius:10px;margin:0 0 12px;overflow:hidden}.research-section>.section-title{padding:12px 14px;border-bottom:1px solid #ececee;margin:0}.research-section>.section-title h2{margin:0;font-size:13px}.research-section>.section-title span,.research-section>.section-title a{font-size:7px}.research-fixture-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:12px}.research-fixture{border:1px solid #e1e1e4;border-radius:8px;padding:11px;background:#fafbfc}.research-fixture-top{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.research-fixture-top>div{display:flex;align-items:center;gap:7px}.research-fixture-top>div:last-child{justify-content:flex-end}.research-fixture-top img{width:28px;height:28px}.research-fixture-top b{font-size:10px}.research-fixture-top>span{font-size:8px;color:#aaa;font-weight:900}.research-fixture p{font-size:7px;color:#737b84;margin:8px 0}.research-fixture>small{display:block;color:#727b84;font-size:7px;line-height:1.45;margin-top:8px}.research-market-snapshot{display:grid;grid-template-columns:1fr 1fr;gap:5px}.research-market-snapshot span{border:1px solid #dedfe2;border-radius:5px;background:#fff;padding:6px 7px;color:#737980;font-size:7px}.research-market-snapshot b{color:#15191e;font-size:7px}.team-list-stack{padding:9px 12px 12px}.research-team-list{border:1px solid #dedee1;border-radius:7px;background:#fff;margin:6px 0;overflow:hidden}.research-team-list summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;cursor:pointer;list-style:none}.research-team-list summary::-webkit-details-marker{display:none}.research-team-list summary>span{display:flex;align-items:center;gap:8px}.research-team-list summary img{width:26px;height:26px}.research-team-list summary b{font-size:10px}.research-team-list summary small{font-size:7px;color:#888}.research-team-list summary:after{content:'+';width:22px;height:22px;border:1px solid #c9c9cd;border-radius:50%;display:grid;place-items:center;background:#f1f1f2;color:#555;font-size:14px}.research-team-list[open] summary:after{content:'−';border-color:#0878a8;background:#e5f6fc;color:#0878a8}.named17-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:8px 10px 11px;border-top:1px solid #ececee;background:#fafafa}.named17-grid>div{display:grid;grid-template-columns:23px minmax(0,1fr);gap:6px;align-items:center;border:1px solid #e5e5e7;border-radius:5px;background:#fff;padding:6px}.named17-grid i{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#12202a;color:#fff;font-style:normal;font-size:6px;font-weight:950}.named17-grid b{display:block;font-size:7.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.named17-grid small{display:block;font-size:6px;color:#888;margin-top:2px}.bye-card{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:7px;border:1px dashed #ced2d7;border-radius:7px;background:#f7f8f9;padding:9px 10px}.bye-card b{font-size:8px}.bye-card span{font-size:7px;color:#888}.ladder-table-wrap{padding:10px 12px 13px;overflow:auto}.nrl-ladder td:nth-child(n+3),.nrl-ladder th:nth-child(n+3){text-align:center}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:11px 12px}.news-card{border:1px solid #e1e1e4;border-radius:7px;padding:10px;background:#fafbfc}.news-card>span{display:block;font-size:6px;color:#0878a8;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.news-card h3{font-size:10px;margin:4px 0}.news-card p{font-size:7px;color:#6f7881;line-height:1.5;margin:0}.sources-box{padding:12px 14px}.sources-box h2{margin:0 0 4px;font-size:12px}.sources-box p{font-size:7px;color:#777;line-height:1.5}.sources-box>div{display:grid;grid-template-columns:180px minmax(0,1fr);gap:10px;padding:6px 0;border-top:1px solid #ececee}.sources-box b{font-size:7px}.sources-box small{font-size:6.5px;color:#777;overflow-wrap:anywhere}

/* NRL real-game predictor */
.nrl-predict-page{max-width:1060px;margin:0 auto}.predict-fixture-strip{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:1px 0 11px}.predict-fixture-strip::-webkit-scrollbar{display:none}.predict-fixture{flex:0 0 148px;border:1px solid #d6d7da;border-radius:7px;background:#fff;padding:8px;cursor:pointer;text-align:left}.predict-fixture:hover{border-color:#0878a8}.predict-fixture.active{border-color:#0878a8;box-shadow:inset 0 0 0 1px #0878a8;background:#f3fbfe}.predict-fixture>div{display:grid;grid-template-columns:24px 1fr auto 1fr 24px;gap:4px;align-items:center;text-align:center}.predict-fixture img{width:24px;height:24px}.predict-fixture b{font-size:7px}.predict-fixture span{font-size:6px;color:#999}.predict-fixture small{display:block;font-size:6px;color:#666;margin-top:6px}.predict-fixture em{display:block;font-style:normal;font-size:5.5px;color:#0878a8;font-weight:900;margin-top:3px}.predict-match-hero{display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;gap:16px;border:1px solid #dcdde0;border-radius:10px;background:#fff;padding:16px 20px;margin-bottom:9px}.predict-match-hero>div{display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 9px;align-items:center}.predict-match-hero>div:last-child{grid-template-columns:minmax(0,1fr) 48px;text-align:right}.predict-match-hero>div:last-child img{grid-column:2;grid-row:1/3}.predict-match-hero img{width:48px;height:48px;grid-row:1/3}.predict-match-hero b{font-size:13px}.predict-match-hero small{font-size:7px;color:#777}.predict-match-hero section{text-align:center}.predict-match-hero section span{display:block;font-size:6px;color:#0878a8;font-weight:950}.predict-match-hero section strong{display:block;font-size:16px;margin:4px 0}.predict-match-hero section small{display:block;font-size:6.5px;color:#777}.predict-inputs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dedee1;border-radius:7px;overflow:hidden;background:#fff;margin-bottom:9px}.predict-inputs>div{padding:9px 10px;border-right:1px solid #ececee}.predict-inputs>div:last-child{border-right:0}.predict-inputs small{display:block;font-size:5.5px;color:#888;font-weight:950}.predict-inputs b{display:block;font-size:8px;margin-top:3px}.run-predict-card{max-width:700px;margin:18px auto;border:1px solid #d9dade;border-radius:10px;background:#fff;padding:22px;text-align:center}.sim-big-number{font-size:42px;line-height:1;color:#0878a8;font-weight:1000;letter-spacing:-.04em}.run-predict-card h2{font-size:16px;margin:7px 0 4px}.run-predict-card p{font-size:8px;color:#777;line-height:1.5}.sim-progress-wrap{margin:16px 0 13px}.sim-progress{height:9px;border-radius:9px;background:#e8e9eb;overflow:hidden}.sim-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#0878a8,#22b8e6);transition:width .08s linear}.sim-progress-wrap>div:last-child{display:flex;justify-content:space-between;margin-top:5px}.sim-progress-wrap b{font-size:7px}.sim-progress-wrap span{font-size:6px;color:#777}.predict-summary{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dedee1;border-radius:8px;overflow:hidden;background:#fff;margin:10px 0}.predict-summary>div{text-align:center;padding:10px;border-right:1px solid #ededee}.predict-summary>div:last-child{border-right:0}.predict-summary small{display:block;font-size:5.5px;color:#888;font-weight:950}.predict-summary b{display:block;font-size:13px;margin-top:3px}.predict-builder{border:1px solid #d9dade;border-radius:10px;background:#fff;overflow:hidden;margin:10px 0}.predict-builder>.section-title{padding:11px 13px;border-bottom:1px solid #ececee;margin:0}.builder-controls.advanced{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}.builder-controls.advanced>label{border:1px solid #e0e1e4;border-radius:7px;background:#fafbfc;padding:10px}.builder-controls.advanced label>span{display:flex;justify-content:space-between;align-items:center;gap:8px}.builder-controls.advanced label b{font-size:8px}.builder-controls.advanced label em{font-style:normal;font-size:7px;color:#0878a8;font-weight:950}.builder-controls.advanced input[type=range]{width:100%;accent-color:#0878a8;margin:9px 0 3px}.builder-controls.advanced label>small{display:block;font-size:6px;color:#888;line-height:1.4}.toggle-builder input{accent-color:#0878a8}.target-odds-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 12px 12px;border:1px solid #cde4ed;border-radius:7px;background:#f4fbfe;padding:10px 12px}.target-odds-card>span{font-size:7px;color:#54636a;font-weight:950}.target-odds-card>div{text-align:right}.target-odds-card b{display:block;font-size:7px;color:#617179}.target-odds-card strong{display:block;font-size:14px;color:#0878a8;margin-top:2px}.generated-multi{margin:0 12px 12px}.generated-multi-head{display:flex;align-items:center;justify-content:space-between;background:#121b22;color:#fff;padding:11px 12px}.generated-multi-head span{display:block;color:#6ed0f4;font-size:6px;font-weight:950}.generated-multi-head h3{font-size:11px;margin:2px 0 0}.generated-multi-head>div:last-child{text-align:right}.generated-multi-head small{display:block;color:#9db0bb;font-size:5.5px}.generated-multi-head strong{font-size:18px;color:#fff}.generated-legs{padding:4px 10px}.generated-legs>div{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:center;padding:8px 2px;border-bottom:1px solid #ededee}.generated-legs>div:last-child{border-bottom:0}.generated-legs i{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#0878a8;color:#fff;font-size:7px;font-style:normal;font-weight:950}.generated-legs b{display:block;font-size:8px}.generated-legs small{display:block;font-size:6px;color:#888;margin-top:3px}.multi-model-footer{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e3e4e6;background:#f5f6f7}.multi-model-footer>div{padding:8px 10px;border-right:1px solid #e0e1e3}.multi-model-footer>div:last-child{border-right:0}.multi-model-footer small{display:block;font-size:5.5px;color:#888;font-weight:950}.multi-model-footer b{display:block;font-size:8px;margin-top:2px}.model-disclaimer{font-size:6px;color:#858b91;line-height:1.5;margin:0;padding:8px 10px;border-top:1px solid #e6e6e8;background:#fff}

@media(max-width:1220px){.research-fixture-grid,.news-grid{grid-template-columns:1fr}.named17-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.predict-match-hero{grid-template-columns:1fr 145px 1fr}.predict-inputs{grid-template-columns:repeat(2,1fr)}.predict-inputs>div:nth-child(2){border-right:0}.predict-inputs>div:nth-child(-n+2){border-bottom:1px solid #ececee}}
.nrl-research-search{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:7px;margin:0 auto 12px;max-width:760px}.nrl-research-search input{height:39px;border:1px solid #d5d7da;border-radius:7px;background:#fff;padding:0 12px;font-size:9px;outline:none}.nrl-research-search input:focus{border-color:#0878a8;box-shadow:0 0 0 2px rgba(8,120,168,.1)}.nrl-research-search button{border:1px solid #d2d4d7;border-radius:7px;background:#eceef0;color:#515b62;font-size:7px;font-weight:950;cursor:pointer}.nrl-research-search button:hover{border-color:#0878a8;color:#0878a8;background:#fff}

/* Unified AFL / NRL predictor tab */
.predict-sport-tabs{display:flex;justify-content:center;gap:4px;width:max-content;margin:0 auto 12px;padding:3px;background:#e7e7e9;border-radius:999px}.predict-sport-tabs a{min-width:78px;text-align:center;padding:7px 18px;border-radius:999px;color:#666;font-size:8px;font-weight:1000;text-decoration:none}.predict-sport-tabs a.active{background:#161618;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18)}.nrl-predict-page .predict-sport-tabs a.active{background:#0878a8}


/* v21 — exact custom multi checker + richer real-world simulation inputs */
.custom-multi-builder{margin:13px;border:1px solid #d9d9dc;border-radius:9px;background:#fff;overflow:hidden}.custom-multi-head{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-bottom:1px solid #e5e5e7;background:#fbfbfc}.custom-multi-head small{display:block;color:#e51648;font-size:6px;font-weight:1000;letter-spacing:.05em}.custom-multi-head h3{font-size:14px;margin:3px 0}.custom-multi-head p{font-size:7px;line-height:1.5;color:#777;margin:0;max-width:520px}.custom-multi-live{min-width:148px;border-radius:7px;background:#171719;color:#fff;padding:10px 12px;text-align:right}.custom-multi-live small{display:block;color:#aaa;font-size:5.5px;font-weight:950}.custom-multi-live b{display:block;font-size:20px;margin:2px 0}.custom-multi-live span{display:block;color:#ef1748;font-size:6px;font-weight:900}.custom-market-controls{display:grid;grid-template-columns:160px minmax(220px,1fr) 92px;gap:8px;padding:12px 15px 9px;background:#f8f8f9}.custom-market-controls label{min-width:0}.custom-market-controls label>span{display:block;font-size:5.5px;color:#777;font-weight:1000;margin:0 0 4px}.custom-market-controls select{width:100%;height:34px;border:1px solid #d6d6da;border-radius:5px;background:#fff;padding:0 8px;font-size:8px;color:#222}.custom-market-controls button{height:34px;align-self:end;border:0;border-radius:5px;background:#e51648;color:#fff;font-size:7px;font-weight:1000;cursor:pointer}.custom-selected{margin:0 15px;border:1px solid #e0e0e3;border-radius:7px;background:#fff;overflow:hidden}.custom-empty{min-height:50px;display:grid;place-items:center;color:#888;font-size:7px;background:#fbfbfc}.custom-leg{display:grid;grid-template-columns:24px minmax(0,1fr) 32px;gap:8px;align-items:center;padding:8px 9px;border-bottom:1px solid #ededee}.custom-leg:last-child{border-bottom:0}.custom-leg>i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e51648;color:#fff;font-style:normal;font-size:7px;font-weight:1000}.custom-leg small{display:block;color:#888;font-size:5.5px;font-weight:950}.custom-leg b{display:block;font-size:8px;margin-top:1px}.custom-leg span{display:block;color:#777;font-size:6px;margin-top:2px}.custom-leg>button{width:28px;height:28px;border:1px solid #ddd;border-radius:5px;background:#f5f5f6;color:#777;font-size:16px;line-height:1;cursor:pointer}.custom-multi-result{display:grid;grid-template-columns:repeat(3,1fr) 82px;margin:9px 15px 0;border:1px solid #e0e0e3;border-radius:7px;overflow:hidden;background:#f5f5f6}.custom-multi-result>div{padding:8px 10px;border-right:1px solid #dedee1}.custom-multi-result small{display:block;color:#888;font-size:5.5px;font-weight:950}.custom-multi-result b{display:block;font-size:9px;margin-top:2px}.custom-multi-result>button{border:0;background:#ececee;color:#555;font-size:6px;font-weight:1000;cursor:pointer}.custom-multi-result .grade-high,.custom-multi-result .grade-good{color:#267743}.custom-multi-result .grade-mid{color:#8b6a13}.custom-multi-result .grade-risk,.custom-multi-result .grade-long{color:#c31640}.custom-multi-note{font-size:6px;color:#85858a;line-height:1.5;padding:8px 15px 12px;margin:0}.nrl-custom-multi .custom-multi-head small,.nrl-custom-multi .custom-multi-live span{color:#0878a8}.nrl-custom-multi .custom-market-controls button,.nrl-custom-multi .custom-leg>i{background:#0878a8}.nrl-custom-multi .custom-multi-live{background:#121b22}
@media(max-width:760px){.custom-multi-head{align-items:flex-start;flex-direction:column}.custom-multi-live{width:100%;text-align:left}.custom-market-controls{grid-template-columns:1fr}.custom-market-controls button{width:100%}.custom-multi-result{grid-template-columns:1fr}.custom-multi-result>div{border-right:0;border-bottom:1px solid #dedee1}.custom-multi-result>button{min-height:34px}}

/* ===== Predictor-only v24 shell ===== */
.predictor-only-body{background:#f3f4f6;color:#191a1d;min-height:100vh}.predictor-only-top{height:58px;background:#111214;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #292b2f;position:sticky;top:0;z-index:30}.predictor-only-brand{display:flex;align-items:baseline;gap:0;text-decoration:none;color:#fff;font-size:20px;font-weight:900;letter-spacing:-.04em}.predictor-only-brand span{font-weight:500}.predictor-only-brand b{color:#ef1748}.predictor-only-brand em{font-style:normal;font-size:8px;letter-spacing:.12em;text-transform:uppercase;margin-left:10px;color:#aeb2b9}.predictor-only-status{display:flex;align-items:center;gap:7px;color:#c8ccd2;font-size:9px;font-weight:800}.predictor-only-status i{width:7px;height:7px;border-radius:50%;background:#34c759;box-shadow:0 0 0 3px rgba(52,199,89,.12)}.predictor-only-shell{width:min(1480px,calc(100% - 28px));margin:0 auto;padding:18px 0 50px;min-width:0}.predictor-only-body .predict-sport-tabs{margin:0 auto 16px;position:sticky;top:69px;z-index:20;box-shadow:0 4px 18px rgba(0,0,0,.06)}.predictor-only-body .predict-sport-tabs a{min-width:88px}.predictor-only-body[data-page="mlb-predict"] .predict-sport-tabs a.active{background:#1464d2}.predict-load-error{max-width:650px;margin:80px auto;background:#fff;border:1px solid #ddd;border-radius:12px;padding:28px;text-align:center}.predict-load-error b,.predict-load-error span{display:block}.predict-load-error span{margin-top:8px;color:#777}

/* ===== MLB Predictor ===== */
.mlb-predict-page{max-width:1360px;margin:0 auto}.mlb-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;background:#fff;border:1px solid #dddfe3;border-radius:14px;padding:22px 24px;margin-bottom:10px}.mlb-hero h1{font-size:30px;letter-spacing:-.04em;margin:5px 0 7px}.mlb-hero p{font-size:10px;line-height:1.55;color:#666;max-width:720px}.mlb-live-pill{display:inline-flex;background:#e8f1ff;color:#145fbf;border:1px solid #cadfff;border-radius:999px;padding:5px 9px;font-size:7px;font-weight:1000;letter-spacing:.06em}.mlb-data-health{min-width:250px;max-width:330px;border:1px solid #dce4ef;border-radius:10px;background:#f7fbff;padding:12px 14px}.mlb-data-health small,.mlb-data-health b,.mlb-data-health span{display:block}.mlb-data-health small{font-size:6px;color:#7c8794;font-weight:1000}.mlb-data-health b{font-size:12px;color:#145fbf;margin:3px 0}.mlb-data-health span{font-size:7px;line-height:1.45;color:#6f7881}.mlb-data-health.fallback{background:#fff8ed;border-color:#f2d7aa}.mlb-data-health.fallback b{color:#a46100}.mlb-market-note{display:flex;align-items:center;gap:7px;flex-wrap:wrap;background:#171a1f;color:#fff;border-radius:9px;padding:9px 12px;margin-bottom:10px}.mlb-market-note b{font-size:6px;color:#80b7ff;letter-spacing:.06em}.mlb-market-note span{font-size:7px;font-weight:900;background:#2b3038;padding:5px 8px;border-radius:999px}.mlb-market-note em{font-style:normal;font-size:6.5px;color:#aeb6c1;margin-left:auto}.mlb-date-strip{display:flex;gap:6px;overflow-x:auto;padding:2px 1px 8px;scrollbar-width:thin}.mlb-date-tab{flex:0 0 auto;min-width:104px;border:1px solid #d9dce1;background:#fff;border-radius:8px;padding:7px 9px;text-align:left;cursor:pointer}.mlb-date-tab small{display:block;min-height:8px;font-size:5px;color:#1464d2;font-weight:1000}.mlb-date-tab b{display:block;font-size:8px}.mlb-date-tab span{display:block;font-size:6px;color:#8a8e95;margin-top:2px}.mlb-date-tab.active{border-color:#1464d2;background:#eef5ff;box-shadow:inset 0 0 0 1px #1464d2}.mlb-game-strip{display:flex;gap:7px;overflow-x:auto;padding:0 1px 10px;scrollbar-width:thin}.mlb-game-tab{flex:0 0 138px;border:1px solid #d9dce1;background:#fff;border-radius:9px;padding:9px;cursor:pointer;text-align:left}.mlb-game-tab>div{display:flex;align-items:center;gap:5px}.mlb-game-tab>div span{font-size:6px;color:#8b8d92}.mlb-game-tab>b{display:block;font-size:8px;margin-top:5px}.mlb-game-tab small,.mlb-game-tab em{display:block;font-style:normal;font-size:6px;color:#83878e;margin-top:2px}.mlb-game-tab em{color:#1464d2;font-weight:900}.mlb-game-tab.active{border-color:#1464d2;background:#f5f9ff;box-shadow:inset 0 0 0 1px #1464d2}.mlb-team-badge{width:27px;height:27px;border-radius:7px;display:inline-grid;place-items:center;background:var(--team);color:#fff;font-size:7px;font-weight:1000;letter-spacing:-.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.mlb-match-card{background:#fff;border:1px solid #dcdfe4;border-radius:13px;overflow:hidden}.mlb-match-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px minmax(0,1fr);align-items:center;gap:18px;padding:17px 19px;border-bottom:1px solid #eceef1}.mlb-match-hero>div:not(.mlb-versus){display:flex;align-items:center;gap:10px;min-width:0}.mlb-match-hero>div:last-child{justify-content:flex-end;text-align:right}.mlb-match-hero .mlb-team-badge{width:52px;height:52px;border-radius:12px;font-size:13px}.mlb-match-hero section{min-width:0}.mlb-match-hero section small{display:block;font-size:5.5px;color:#888;font-weight:1000}.mlb-match-hero section b{display:block;font-size:12px;margin:2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mlb-match-hero section span{font-size:6.5px;color:#7c8086}.mlb-versus{text-align:center}.mlb-versus span{display:block;color:#1464d2;font-size:6px;font-weight:1000}.mlb-versus strong{display:block;font-size:17px;margin:3px 0}.mlb-versus small,.mlb-versus em{display:block;font-style:normal;font-size:6.5px;color:#73777e}.mlb-versus em{margin-top:2px}.mlb-input-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fbfbfc;border-bottom:1px solid #e8eaed}.mlb-input-grid>div{padding:10px 12px;border-right:1px solid #e3e5e8;border-bottom:1px solid #e7e9ec;min-width:0}.mlb-input-grid>div:nth-child(3n){border-right:0}.mlb-input-grid>div:nth-last-child(-n+3){border-bottom:0}.mlb-input-grid small{display:block;font-size:5.5px;color:#8a8e94;font-weight:1000}.mlb-input-grid b{display:block;font-size:7px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mlb-context-bar{display:flex;align-items:center;gap:9px;padding:8px 12px;background:#f0f6ff;border-bottom:1px solid #dbe7f7}.mlb-context-bar b{font-size:5.5px;color:#1464d2;white-space:nowrap}.mlb-context-bar span{font-size:6.5px;color:#64707f}.mlb-run-card{border:0!important;border-radius:0!important;margin:0 auto!important;max-width:760px!important}.mlb-primary,.mlb-build-btn{background:#1464d2!important}.mlb-builder .multi-builder-head small,.mlb-builder .builder-estimate b,.mlb-builder .builder-estimate em{color:#1464d2!important}.mlb-builder-note b{color:#1464d2!important}.mlb-custom-multi .custom-multi-head small,.mlb-custom-multi .custom-multi-live span{color:#1464d2}.mlb-custom-multi .custom-market-controls button,.mlb-custom-multi .custom-leg>i{background:#1464d2}.mlb-custom-multi .custom-multi-live{background:#111820}.mlb-result{border-top:1px solid #eceef1}.mlb-result .prediction-result-head>div>span{color:#1464d2}.mlb-player-proj{margin:13px}.mlb-result-note{margin:12px 13px 15px;padding:10px 12px;border:1px solid #f0dfb9;background:#fff9ed;border-radius:7px;font-size:7px;line-height:1.5;color:#77591d}.mlb-result-note b{color:#6a4a0b}.mlb-source-note{display:flex;gap:10px;align-items:flex-start;margin-top:10px;padding:10px 12px;border:1px solid #dfe2e7;background:#fff;border-radius:8px}.mlb-source-note b{font-size:6px;color:#1464d2}.mlb-source-note span{font-size:6.5px;color:#767b83;line-height:1.5}.mlb-loading,.mlb-model-loading{min-height:220px;display:grid;place-items:center;align-content:center;gap:8px;background:#fff;border:1px solid #dcdfe4;border-radius:12px;text-align:center;padding:30px}.mlb-loading b,.mlb-model-loading b{font-size:12px}.mlb-loading span,.mlb-model-loading span{font-size:7px;color:#777;max-width:560px;line-height:1.5}.mlb-loader{width:25px;height:25px;border:3px solid #d9e7fb;border-top-color:#1464d2;border-radius:50%;animation:mlbSpin .8s linear infinite}@keyframes mlbSpin{to{transform:rotate(360deg)}}

@media(max-width:900px){.predictor-only-top{padding:0 14px}.predictor-only-shell{width:min(100% - 16px,1360px);padding-top:12px}.mlb-hero{align-items:flex-start;flex-direction:column}.mlb-data-health{width:100%;max-width:none}.mlb-match-hero{grid-template-columns:1fr}.mlb-match-hero>div:last-child{justify-content:flex-start;text-align:left}.mlb-versus{order:-1}.mlb-input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mlb-input-grid>div:nth-child(3n){border-right:1px solid #e3e5e8}.mlb-input-grid>div:nth-child(2n){border-right:0}.mlb-input-grid>div:nth-last-child(-n+3){border-bottom:1px solid #e7e9ec}.mlb-input-grid>div:nth-last-child(-n+2){border-bottom:0}.mlb-market-note em{width:100%;margin-left:0}.custom-market-controls{grid-template-columns:1fr!important}.custom-market-controls button{width:100%}.predictor-only-body .predict-sport-tabs{top:64px}}
@media(max-width:560px){.predictor-only-brand em{display:none}.predictor-only-status span{display:none}.predictor-only-shell{width:min(100% - 10px,1360px)}.mlb-hero{padding:16px}.mlb-hero h1{font-size:24px}.mlb-match-card{border-radius:9px}.mlb-input-grid{grid-template-columns:1fr}.mlb-input-grid>div{border-right:0!important;border-bottom:1px solid #e7e9ec!important}.mlb-input-grid>div:last-child{border-bottom:0!important}.mlb-context-bar{align-items:flex-start;flex-direction:column;gap:3px}.predict-sport-tabs a{min-width:68px!important;padding:7px 12px!important}}
