@layer components{:root{--nav-h:56px;--subnav-h:44px;--footer-h:48px;--shell-max:1600px;--shell-pad-x:20px;--shell-gap:20px;--left-w:240px;--right-w:300px;--cell-w:68px;--time-w:96px;--gap:6px;--col-top:16px;--act-w:48px}*,:after,:before{box-sizing:border-box}#root,body,html{height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}.main-wrapper{grid-gap:var(--shell-gap);display:grid;gap:var(--shell-gap);grid-template-columns:var(--left-w) minmax(0,1fr) var(--right-w);height:calc(100vh - var(--nav-h) - var(--subnav-h) - var(--footer-h));margin:0 auto;max-width:var(--shell-max);min-height:0;overflow:hidden;padding:0 var(--shell-pad-x);width:100%}.content{display:flex;flex-direction:column;gap:16px;min-height:0;min-width:0;overflow:auto}.content>:first-child{margin-top:var(--col-top)}.bet-slip,.sidebar{align-self:start;background:var(--panel);border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 10px #00000040;color:var(--text);max-height:calc(100% - var(--col-top));overflow:auto;padding:14px 12px;position:-webkit-sticky;position:sticky;top:var(--col-top)}.banner-card,.bet-slip{background:var(--panel-2)}.banner-card{border:1px solid var(--border);border-radius:10px;overflow:hidden}.tabs-strip{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.tabs-strip .tab{background:var(--panel-3);border:1px solid var(--border);border-radius:8px;color:var(--muted);font-weight:600;padding:10px 12px;text-align:center}.match-table{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 10px #00000040;color:var(--text);max-height:none;overflow:visible}.league-bar{background:var(--panel);border-bottom:1px solid var(--border);padding:10px 14px}.league-name{font-weight:600;letter-spacing:.2px}.match-header{grid-gap:var(--gap);align-items:center;background:var(--panel-3);border-bottom:1px solid var(--border);color:var(--muted);display:grid;font-size:12px;gap:var(--gap);grid-template-columns:var(--time-w) 1fr repeat(6,var(--cell-w)) var(--act-w);letter-spacing:.4px;padding:8px 10px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:2}.match-header .h-teams,.match-header .h-time{text-align:left}.h-more{text-align:center}.match-row{grid-gap:var(--gap);align-items:center;background:var(--panel-2);border-bottom:1px solid var(--border);display:grid;gap:var(--gap);grid-template-columns:var(--time-w) minmax(0,1fr) repeat(6,var(--cell-w)) var(--act-w);padding:8px 10px}.match-row>*{min-width:0}.c-time{color:var(--muted);font-size:12px}.c-teams,.c-time{align-items:center;display:flex}.c-teams{background:#0000;border:0;color:var(--text);font-weight:600;gap:6px;min-width:0;text-align:left}.c-teams .teams-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-teams .vs{color:var(--muted);font-weight:400}.c-odd{align-items:center;display:flex;justify-content:center}.match-row .odds{grid-gap:var(--gap);display:grid;gap:var(--gap);grid-column:3/span 6;grid-template-columns:repeat(6,var(--cell-w))}.betcell-btn{align-items:center;background:var(--panel);border:1px solid var(--border);border-radius:4px;color:var(--text);cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;height:26px;justify-content:center;letter-spacing:0;line-height:1;transition:transform .06s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%}.betcell-btn:hover{background:var(--panel-3);border-color:var(--border)}.betcell-btn:active{transform:translateY(1px)}.betcell-btn:focus-visible{box-shadow:0 0 0 2px var(--panel),0 0 0 4px #6ea8fe;outline:none}.betcell-btn.is-selected{background:var(--accent);border-color:color-mix(in srgb,var(--accent) 70%,#fff 30%);color:#111319}.betcell-btn:disabled{background:var(--panel);border-color:var(--border);color:#7c879b;cursor:not-allowed}.c-more{display:flex}.act-btn,.c-more{align-items:center;justify-content:center}.act-btn{background:var(--panel);border:1px solid var(--border);border-radius:6px;color:inherit;cursor:pointer;display:inline-flex;height:28px;position:relative;transition:background .12s ease,border-color .12s ease,transform .06s ease;width:32px}.act-btn:hover{background:var(--panel-3)}.act-btn:active{transform:translateY(1px)}.act-badge{background:#0b8bd9;border:1px solid #14365c;border-radius:999px;color:#06172c;font-size:11px;font-weight:800;height:18px;line-height:18px;min-width:18px;padding:0 4px;pointer-events:none;position:absolute;right:-6px;text-align:center;top:-6px}.match-table.compact{--cell-w:68px;--time-w:96px;--gap:4px}.match-table.micro{--cell-w:60px;--time-w:92px;--gap:3px}.match-table.micro .betcell-btn{border-radius:3px;font-size:11.5px;height:24px;padding:0 4px}.match-table.micro .act-btn{height:26px;width:30px}.match-table.micro .act-badge{font-size:10px;height:16px;line-height:16px;min-width:16px;right:-7px;top:-7px}@media(max-width:1200px){.main-wrapper{grid-template-columns:1fr;height:auto}.bet-slip,.sidebar{max-height:none;position:static;width:100%}}@media(max-width:900px){.match-header,.match-row{grid-template-columns:70px 1fr repeat(3,70px) var(--act-w)}.match-row>.c-odd:nth-of-type(n+6):nth-of-type(-n+8){display:none}.betcell-btn{font-size:11.5px;height:22px}}.content .simplebar-scrollbar:before{background:#2a3243}.content .simplebar-track.simplebar-vertical{width:10px}}@layer tokens, base, components, theme;@layer tokens{:root{--nav-h:56px;--accent:#80d000;--accent-contrast:#0b1120;--tile-radius:14px;--radius-lg:14px;--radius-md:10px;--tile-edge:#21314f;--line:#e7e9ee;--shadow-1:0 1px 2px #00000014;--shadow-2:0 6px 18px #0000001f;--brand-blue:#0e4bc5;--brand-blue-2:#0a3aa0;--brand-blue-3:#072b7a;--brand-blue-4:#0a51dc;--bg:#0b1320;--text:#e9eef7;--muted:#9fb0c9;--panel:#0f1116;--panel-2:#111319;--panel-3:#171a22;--card:var(--panel);--card-text:var(--text);--card-muted:var(--muted);--chip:#fbfcfe;--chip-b:#e9ecf2;--chip-text:var(--text);--bar-bg:var(--brand-blue);--bar-fg:#fff;--ok:#20c997;--warn:#ffb020;--bad:#ef4444;--tile-blue-1:#0d2c5a;--tile-blue-2:#111826;--tile-purple-1:#3b2f6a;--tile-purple-2:#111826;--tile-green-1:#0c3d36;--tile-green-2:#111826;--tile-red-1:#5a1d22;--tile-red-2:#111826;--tile-yellow-1:#6b570d;--tile-yellow-2:#111826;--tile-indigo-1:#1b2e87;--tile-indigo-2:#111826;--tile-teal-1:#0a4252;--tile-teal-2:#111826;--tile-pink-1:#6b2458;--tile-pink-2:#111826;--btn-primary-bg:#0f56ff;--btn-primary-bg-hover:#2a6aff;--focus-ring:0 0 0 3px #0e4bc540}:where(html,body)[data-theme=dark]{--bg:#0a0f1a;--text:#edf2ff;--muted:#9fb0c9;--panel:#0f1626;--panel-2:#101828;--panel-3:#0c1322;--card:#0f1626;--card-text:#edf2ff;--card-muted:#a9b6cf;--line:#ffffff14;--shadow-1:0 1px 2px #00000080;--shadow-2:0 10px 24px #0308148c;--bar-bg:#0b3fae;--bar-fg:#fff;--chip:#ffffff0f;--chip-b:#ffffff1a;--chip-text:#e5edff;--tile-blue-1:#0f1f45;--tile-blue-2:#0a1224;--tile-purple-1:#282454;--tile-purple-2:#0f132c;--tile-green-1:#113a32;--tile-green-2:#0b1d1a;--tile-red-1:#3b1820;--tile-red-2:#170d12;--tile-yellow-1:#3a300f;--tile-yellow-2:#17130a;--tile-indigo-1:#1b2f6e;--tile-indigo-2:#0b1533;--tile-teal-1:#0c2d36;--tile-teal-2:#0a1418;--tile-pink-1:#3a2340;--tile-pink-2:#150f1a;--btn-primary-bg:#0f56ff;--btn-primary-bg-hover:#2a6aff;--focus-ring:0 0 0 3px #0e4bc559}@media(max-width:1024px){:where(html,body)[data-theme=light]{--bg:#f6f7f9;--text:#0e1a2b;--muted:#6d7b8f;--panel:#fff;--panel-2:#fff;--panel-3:#f1f5fb;--card:#fff;--card-text:#0e1a2b;--card-muted:#6d7b8f;--line:#e7e9ee;--shadow-1:0 1px 2px #080f230f;--shadow-2:0 10px 24px #080f2314;--bar-bg:#0e4bc5;--bar-fg:#fff;--chip:#fbfcfe;--chip-b:#e9ecf2;--chip-text:#0e1a2b;--tile-blue-1:#d6e6ff;--tile-blue-2:#eef4ff;--tile-purple-1:#e7dbff;--tile-purple-2:#f5f0ff;--tile-green-1:#dff8ef;--tile-green-2:#f2fdf8;--tile-red-1:#ffe0e3;--tile-red-2:#fff2f3;--tile-yellow-1:#ffefc7;--tile-yellow-2:#fff8de;--tile-indigo-1:#e1e7ff;--tile-indigo-2:#f0f3ff;--tile-teal-1:#d8f7ff;--tile-teal-2:#effcff;--tile-pink-1:#ffe0f2;--tile-pink-2:#fff3fa;--btn-primary-bg:#0f56ff;--btn-primary-bg-hover:#2a6aff;--focus-ring:0 0 0 3px #0e4bc540;--surface:#f7f9fc;--tile:#fff;--tile-edge:#d9e1ef;--fg:#0f172a;--fg-muted:#5b6474;--fg-invert:#0b1120;--odd-bg:#f4f7fd;--odd-border:#c8d4ea;--odd-hover:#eef3fd;--odd-active:#e3ecff;--league-pill-bg:#eaf7d9;--league-pill-fg:#1a2b12;--league-grad:linear-gradient(90deg,#69b30029,#69b30000 60%);--more-bg:#f8fafc;--more-border:#cfd8e6;--more-badge-bg:#eef2ff;--more-badge-border:#c7d2fe;--imkt-bg:#fff;--imkt-head-bg:linear-gradient(90deg,#69b3001a,#69b30000 60%);--imkt-border:#dbe3f1;--imkt-muted:#5b6474}}}@layer base{.mbar,.mtabs{background:var(--bar-bg);color:var(--bar-fg)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);color:var(--card-text)}.chip{background:var(--chip);border:1px solid var(--chip-b);border-radius:12px;color:var(--chip-text)}.btn-primary{background:var(--btn-primary-bg);border:0;border-radius:var(--radius-md);color:#fff}.btn-primary:hover{background:var(--btn-primary-bg-hover)}.focus-ring:focus-visible{box-shadow:var(--focus-ring);outline:none}}@layer theme{@media(max-width:1024px){:where(html,body)[data-theme=light] .match-table{background:var(--tile);border:1px solid var(--tile-edge);box-shadow:var(--shadow-1);color:var(--fg)}:where(html,body)[data-theme=light] .match-table .league-bar{background:var(--league-grad);border-bottom:1px solid var(--tile-edge)}:where(html,body)[data-theme=light] .match-table .league-name{background:var(--league-pill-bg);border:1px solid #69b30059;color:var(--league-pill-fg)}:where(html,body)[data-theme=light] .match-table .match-header{background:#f2f6ff;border-bottom:1px solid var(--line);color:#475569}:where(html,body)[data-theme=light] .match-table .match-row{background:var(--tile);border-bottom:1px solid #eef2f9}:where(html,body)[data-theme=light] .match-table .match-row:nth-child(2n){background:#fbfdff}:where(html,body)[data-theme=light] .match-table .match-row:hover{background:#f6f9ff}:where(html,body)[data-theme=light] .match-table .c-time .time-text{color:#64748b}:where(html,body)[data-theme=light] .bet-cell,:where(html,body)[data-theme=light] .c-odd .bet-cell{background:var(--odd-bg);border:1px solid var(--odd-border);box-shadow:0 1px 0 #0f172a08}:where(html,body)[data-theme=light] .bet-cell:hover{background:var(--odd-hover)}:where(html,body)[data-theme=light] .bet-cell.is-active,:where(html,body)[data-theme=light] .bet-cell:active{background:var(--odd-active)}:where(html,body)[data-theme=light] .match-table .match-row .c-more .act-btn{background:var(--more-bg);border:1px solid var(--more-border);box-shadow:0 1px 0 #0f172a0a}:where(html,body)[data-theme=light] .match-table .match-row .c-more .act-btn .act-badge{background:var(--more-badge-bg);border:1px solid var(--more-badge-border);color:#334155}:where(html,body)[data-theme=light] .match-expand{background:#f8fbff;border-top:1px dashed #dbe3f1}:where(html,body)[data-theme=light] .inline-markets{background:var(--imkt-bg);border:1px dashed var(--imkt-border);box-shadow:0 1px 0 #0f172a08}:where(html,body)[data-theme=light] .imkt-head{background:var(--imkt-head-bg);border:1px solid var(--imkt-border);color:var(--fg)}:where(html,body)[data-theme=light] .imkt-line{border-bottom:1px dashed var(--imkt-border)}:where(html,body)[data-theme=light] .imkt-line-label{color:var(--imkt-muted)}}}
/*# sourceMappingURL=main.30f2c1ce.css.map*/