:root{--green:#1faa59;--green-bright:#1fb875;--green-dark:#188a47;--green-soft:#1faa591f;--green-soft-2:#1faa592e;--bg-app:#f5f4f1;--bg-card:#fff;--bg-card-2:#faf8f4;--bg-dark:#0f141c;--bg-dark-2:#0a1421;--bg-dark-navy:#0a0e16;--ink:#0f141c;--ink-muted:#0f141c9e;--ink-faint:#0f141c66;--ink-light:#0f141c0f;--on-dark:#fff;--on-dark-muted:#ffffffa6;--on-dark-faint:#fff6;--live:#e5484d;--radius-sm:8px;--radius:14px;--radius-lg:20px;--radius-xl:28px;--shell-max:420px}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:0;height:0}html,body{background:var(--bg-app);width:100%;height:100%}body{color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.5}#root{background:#e8e5de;justify-content:center;min-height:100vh;display:flex}button{cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;background:0 0;border:none;font-family:inherit}button:active{transform:scale(.98)}h1,h2,h3,h4{letter-spacing:-.01em;font-weight:700}h1{letter-spacing:-.02em;font-size:2.25rem;line-height:1.05}h2{font-size:1.25rem;line-height:1.2}h3{font-size:1.0625rem;line-height:1.25}h4{font-size:.9375rem;line-height:1.3}.mono{font-family:JetBrains Mono,SF Mono,ui-monospace,monospace}.phone-shell{width:100%;max-width:var(--shell-max);background:var(--bg-card);flex-direction:column;min-height:100vh;display:flex;position:relative}.status-bar{flex-shrink:0;justify-content:space-between;align-items:center;height:44px;padding:0 22px;font-size:15px;font-weight:600;display:flex}.status-bar-time{font-variant-numeric:tabular-nums}.status-bar-icons{align-items:center;gap:6px;font-size:13px;display:flex}.bottom-nav{width:100%;max-width:var(--shell-max);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--ink-light);z-index:100;background:#fffffff5;justify-content:space-around;align-items:center;padding:8px 4px 12px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.phone-shell:has(.bottom-nav){padding-bottom:76px}.nav-item{color:var(--ink-faint);text-overflow:ellipsis;white-space:nowrap;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;padding:6px 8px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.nav-item.active{color:var(--green)}.nav-item svg{width:22px;height:22px}.nav-item span{text-overflow:ellipsis;max-width:100%;overflow:hidden}@media (width<=360px){.nav-item{padding:6px 4px;font-size:10px}.nav-item svg{width:20px;height:20px}}.page{background:var(--bg-card);flex-direction:column;flex:1;padding:0 20px 24px;display:flex}.btn{border-radius:14px;justify-content:center;align-items:center;gap:6px;width:100%;padding:16px 20px;font-size:16px;font-weight:700;transition:all .15s;display:inline-flex}.btn-primary{background:var(--green);color:#fff;box-shadow:0 8px 20px #1faa5952}.btn-primary:hover{background:var(--green-dark)}.btn-ghost-light{color:#fff;background:0 0;font-weight:600}.live-pill{background:var(--live);color:#fff;letter-spacing:.04em;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.live-pill:before{content:"";background:#fff;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.online-badge{letter-spacing:.04em;color:var(--green);align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.online-badge:before{content:"";background:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%}.section-header{justify-content:space-between;align-items:baseline;margin:28px 0 12px;display:flex}.section-header h2{color:var(--ink)}.section-link{color:var(--green);align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.card{background:var(--bg-card);border:1px solid var(--ink-light);border-radius:var(--radius);padding:16px}.bell-btn,.back-btn{background:var(--ink-light);width:36px;height:36px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.bell-dot{background:var(--green);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.avatar{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.logo-mark{background:var(--green);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:800;display:flex}.brand-logo-img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:180px;height:28px;max-height:100%;display:block}.row{align-items:center;display:flex}.col{flex-direction:column;display:flex}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.muted{color:var(--ink-muted)}.faint{color:var(--ink-faint)}.upper{text-transform:uppercase;letter-spacing:.06em}@media (width<=480px){#root{background:var(--bg-card)}}.v2-root{--v2-radius-sm:8px;--v2-radius-md:16px;--v2-radius-lg:20px;--v2-radius-xl:28px;--v2-radius-pill:999px;--v2-space-1:4px;--v2-space-2:8px;--v2-space-3:12px;--v2-space-4:16px;--v2-space-5:20px;--v2-space-6:24px;--v2-space-8:32px;--v2-nav-height:124px;--v2-font-stack:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-family:var(--v2-font-stack);color:var(--v2-text-primary);background:var(--v2-bg-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.v2-root,.v2-root *{box-sizing:border-box}.v2-root .page{background:var(--v2-bg-main);color:var(--v2-text-primary)}.v2-root .status-bar{padding:14px 22px 8px}.v2-root .status-bar h2,.v2-root .status-bar span,.v2-root .status-bar p{color:var(--v2-text-primary)}.v2-root .card,.v2-root .panel,.v2-root .surface{background:var(--v2-bg-deep);border-radius:var(--v2-radius-lg);color:var(--v2-text-primary);border:none}.v2-root .page h1,.v2-root .page h2,.v2-root .page h3,.v2-root .page h4{color:var(--v2-text-primary)}.v2-root .page p{color:var(--v2-text-secondary)}.v2-root .page .muted,.v2-root .page .hint,.v2-root .page .footnote{color:var(--v2-text-tertiary)}.v2-root .section-header h2{letter-spacing:-.01em;color:var(--v2-text-primary);font-size:18px;font-weight:800}.v2-root .btn{border-radius:var(--v2-radius-pill);cursor:pointer;border:none;font-family:inherit;font-weight:800}.v2-root .btn.btn-primary{background:var(--v2-accent-bright);color:var(--v2-text-on-pale);padding:14px;font-size:16px;box-shadow:0 4px 16px #35f44540}.v2-root .btn.btn-secondary{background:var(--v2-bg-mid);color:var(--v2-text-primary)}.v2-root .btn.btn-ghost{color:var(--v2-accent-bright);background:0 0}.v2-root input,.v2-root textarea,.v2-root select{background:var(--v2-bg-mid);color:var(--v2-text-primary);border:1px solid var(--v2-bg-mid);border-radius:var(--v2-radius-sm)}.v2-root input:focus,.v2-root textarea:focus,.v2-root select:focus{border-color:var(--v2-accent-bright);outline:none}.v2-root .edit-sheet .edit-input{color:var(--v2-text-on-pale);background:#f2f4f5;border:1px solid #dce3df;border-radius:10px}.v2-root .edit-sheet .edit-input::placeholder{color:#1421176b}.v2-root .edit-sheet .edit-input:focus{color:var(--v2-text-on-pale);border-color:var(--v2-accent-bright);background:#fff;box-shadow:0 0 0 3px #35f44529}.v2-root .edit-sheet select.edit-input,.v2-root .edit-sheet .edit-input option{color:var(--v2-text-on-pale);background:#fff}.v2-root .logo-mark{border-radius:var(--v2-radius-md)}.v2-root .brand-logo-img{filter:brightness(1.1)}.v2-root .avatar{background:var(--v2-bg-mid);color:var(--v2-text-primary);border:none;border-radius:50%;width:40px;height:40px;font-weight:800}.v2-root .home-body{padding:0 22px 24px}.v2-root .next-match-card{background:var(--v2-bg-deep);border:1px solid var(--v2-bg-mid)}.v2-root .next-match-card.live{border-color:var(--v2-accent-bright)}.v2-root .nm-meta-row,.v2-root .nm-team-row{color:var(--v2-text-primary)}.v2-root .market-card{background:var(--v2-surface-pale);color:var(--v2-text-on-pale);border-radius:var(--v2-radius-lg);border:none}.v2-root .market-card h1,.v2-root .market-card h2,.v2-root .market-card h3,.v2-root .market-card h4,.v2-root .market-card .market-head,.v2-root .market-card .market-time,.v2-root .market-card .market-league,.v2-root .market-card .team-name,.v2-root .market-card .market-tab{color:var(--v2-text-on-pale)}.v2-root .market-card .market-tab.active{color:var(--v2-accent-deep)}.v2-root .market-card .price-row{border-radius:var(--v2-radius-sm);background:#fff;border:1px solid #14211714}.v2-root .market-card .price-row.selected{background:color-mix(in srgb, var(--v2-accent-bright) 18%, white);border-color:var(--v2-accent-bright)}.v2-root .market-card .price-label{color:var(--v2-text-on-pale)}.v2-root .market-card .price-pct,.v2-root .market-card .price-points-sub{color:#14211799}.v2-root .market-card .price-payout{color:var(--v2-accent-deep)}.v2-root .slot-meter-row,.v2-root .stake-bar{color:var(--v2-text-on-pale);border-radius:var(--v2-radius-md);background:#fff;border:none;padding:12px 16px}.v2-root .slot-meter-row .slot-meter-label,.v2-root .stake-bar .stake-label{color:var(--v2-text-on-pale)}.v2-root .stake-buttons button{background:var(--v2-bg-deep);color:#fff;border-radius:var(--v2-radius-sm);border:none;font-weight:800}.v2-root .stake-buttons button.active{background:var(--v2-accent-bright);color:var(--v2-text-on-pale)}.v2-root .predict-status{padding:14px 22px 8px}.v2-root .predict-wallet{color:var(--v2-accent-bright);border-radius:var(--v2-radius-pill);background:#14211799;border:1px solid #35f4454d;padding:6px 14px;font-size:13px;font-weight:700}.v2-root .predict-tab-bar{grid-template-columns:1fr 1fr;gap:10px;padding:0 22px 14px;display:grid}.v2-root .predict-tab{color:var(--v2-text-primary);border-radius:var(--v2-radius-pill);cursor:pointer;background:#36594199;border:none;justify-content:center;align-items:center;gap:8px;padding:12px;font-family:inherit;font-weight:800;display:flex}.v2-root .predict-tab.active{background:var(--v2-accent-bright);color:var(--v2-text-on-pale)}.v2-root .predict-tab-count{color:#fff;border-radius:var(--v2-radius-pill);background:#14211799;padding:2px 8px;font-size:11px}.v2-root .predict-tab.active .predict-tab-count{background:var(--v2-text-on-pale);color:var(--v2-accent-bright)}.v2-root .live-page,.v2-root .live-streaming-page{padding:0 0 24px}.v2-root .live-status{background:0 0;height:auto;min-height:92px;padding:36px 22px 22px!important}.v2-root .live-status span{line-height:1.05;font-size:24px!important;font-weight:700!important}.v2-root .competition-card,.v2-root .match-card,.v2-root .fixture-card{background:var(--v2-bg-deep);border-radius:var(--v2-radius-md);color:var(--v2-text-primary);border:none}.v2-root .rewards-page{padding:0 0 24px}.v2-root .reward-card{background:linear-gradient(180deg, var(--v2-bg-deep) 0%, #0a421980 100%);border-radius:var(--v2-radius-md);color:var(--v2-text-primary)}.v2-root .reward-cta{background:var(--v2-accent-bright);color:var(--v2-text-on-pale)}.v2-root .toast,.v2-root .predict-toast{background:var(--v2-bg-deep);color:var(--v2-text-primary);border-radius:var(--v2-radius-pill)}.v2-root .predict-toast.err{color:#fff;background:#c42626}.v2-root .predict-toast.ok{background:var(--v2-accent-bright);color:var(--v2-text-on-pale)}.v2-root .divider{background:var(--v2-bg-mid);height:1px}.v2-root .badge,.v2-root .pill{background:var(--v2-bg-mid);color:var(--v2-text-primary)}.v2-root .badge.live{color:#fff;background:#c42626}.v2-root .badge.green{background:var(--v2-accent-bright);color:var(--v2-text-on-pale)}.v2-root .home-status .row.gap-2 span{display:none}.v2-root .home-status .logo-mark{border-radius:var(--v2-radius-md);width:36px;height:36px;font-size:18px;font-weight:800}.v2-root .mission-row{background:var(--v2-bg-deep);border-radius:var(--v2-radius-md);color:var(--v2-text-primary);border:none}.v2-root .mission-row .mission-title{color:var(--v2-text-primary)}.v2-root .mission-row .mission-desc{color:var(--v2-text-secondary)}.v2-root .mission-icon{background:var(--v2-bg-mid)}.v2-root .mission-claim-btn{background:var(--v2-accent-bright);color:var(--v2-text-on-pale);border-radius:var(--v2-radius-pill);border:none;font-weight:800}.v2-root .mission-claim-btn.done{background:var(--v2-bg-mid);color:var(--v2-text-tertiary)}.v2-root .mission-reward{color:var(--v2-accent-bright)}.v2-root .wallet-card{background:var(--v2-surface-pale);color:var(--v2-text-on-pale);border-radius:var(--v2-radius-xl);border:none}.v2-root .wallet-card .wallet-label,.v2-root .wallet-card .wallet-pts-suffix,.v2-root .wallet-card .tier-progress-label{color:#142117b3}.v2-root .wallet-card .wallet-balance{color:var(--v2-text-on-pale)}.v2-root .wallet-card .tier-badge{border-radius:var(--v2-radius-pill)}.v2-root .wallet-card .tier-progress-track{background:#1421171f}.v2-root .wallet-card .tier-progress-fill{background:var(--v2-accent-bright)}.v2-root .wallet-card .check-in-strip{background:0 0;border-top:1px solid #1421171f}.v2-root .wallet-card .check-in-header,.v2-root .wallet-card .check-in-day,.v2-root .wallet-card .check-in-pts{color:var(--v2-text-on-pale)}.v2-root .wallet-card .check-in-claim-btn{background:var(--v2-accent-bright);color:var(--v2-text-on-pale);font-weight:800}.v2-root .wallet-card-loading{background:var(--v2-surface-pale);border-radius:var(--v2-radius-xl);min-height:120px;margin:0 22px}.v2-root .wallet-skeleton{border-radius:var(--v2-radius-lg);background:#14211714;min-height:100px}.v2-root .predict-earn-hint{background:#35f4451f;border:1px solid #35f44566}.v2-root .predict-earn-hint strong,.v2-root .predict-earn-body strong{color:var(--v2-text-primary)}.v2-root .predict-earn-hint span,.v2-root .predict-earn-body span{color:var(--v2-text-secondary)}.v2-root .v2-comp-hero{background:url(/assets/photo-stadium-day-9O6sd_SF.png) 50%/cover no-repeat;margin-bottom:8px;padding-bottom:14px;position:relative}.v2-root .v2-comp-hero:before{content:"";background:linear-gradient(180deg, #14211726 0%, #1421178c 70%, var(--v2-bg-main) 100%);pointer-events:none;position:absolute;inset:0}.v2-root .v2-comp-hero>*{z-index:1;position:relative}.v2-root .live-breadcrumb{background:0 0!important;border:none!important;align-items:center!important;gap:8px!important;padding:18px 22px 8px!important;display:flex!important}.v2-root .live-breadcrumb h2{color:var(--v2-text-primary)!important}.v2-root .live-back{color:var(--v2-text-primary)!important;cursor:pointer!important;background:0 0!important;border:none!important;align-items:center!important;gap:8px!important;padding:0!important;font-family:inherit!important;font-size:22px!important;font-weight:800!important;display:flex!important}.v2-root .comp-banner{background:var(--v2-surface-pale)!important;color:var(--v2-text-on-pale)!important;border-radius:var(--v2-radius-lg)!important;align-items:center!important;gap:14px!important;margin:0 22px 8px!important;padding:14px 16px!important;display:flex!important}.v2-root .comp-banner-logo{border-radius:var(--v2-radius-sm)!important;background:#fff!important;width:48px!important;height:48px!important;padding:4px!important}.v2-root .comp-banner h2,.v2-root .comp-banner .comp-banner-name{color:var(--v2-text-on-pale)!important;margin:0!important;font-size:18px!important;font-weight:800!important}.v2-root .comp-banner-meta{color:#142117a6!important;margin-top:2px!important;font-size:13px!important}.v2-root .comp-banner-live{color:var(--v2-accent-deep)!important;font-weight:700!important}.v2-root .match-section-head{background:0 0!important;border:none!important;padding:14px 22px 6px!important}.v2-root .match-section-title{color:var(--v2-text-primary)!important;text-transform:none!important;letter-spacing:0!important;font-size:16px!important;font-weight:700!important}.v2-root .match-row{background:var(--v2-bg-deep)!important;border-radius:var(--v2-radius-lg)!important;color:var(--v2-text-primary)!important;cursor:pointer!important;box-shadow:none!important;border:none!important;grid-template-columns:80px 1fr auto!important;align-items:stretch!important;gap:14px!important;margin:8px 22px!important;padding:14px 16px!important;display:grid!important}.v2-root .match-row.live{background:linear-gradient(135deg,#0a4219 0%,#108431 100%)}.v2-root .match-row-status{flex-direction:column;justify-content:center;align-items:center;min-width:76px;display:flex}.v2-root .match-row-time-text{color:#fff!important;letter-spacing:.04em!important;font-family:ui-monospace,SF Mono,Menlo,monospace!important;font-size:22px!important;font-weight:800!important}.v2-root .match-row-live-dot{background:#c42626;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block;box-shadow:0 0 8px #c42626cc}.v2-root .match-row-teams{border-left:1px solid #ffffff1f!important;flex-direction:column!important;justify-content:center!important;gap:6px!important;min-width:0!important;padding-left:14px!important;display:flex!important}.v2-root .match-row-team{align-items:center;gap:8px;min-width:0;display:flex}.v2-root .match-row-team.lost{opacity:.5}.v2-root .match-row-logo{-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:1px}.v2-root .match-row-logo-fallback{background:var(--v2-bg-mid);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:inline-flex}.v2-root .match-row-name{color:#fff!important;text-overflow:ellipsis!important;white-space:nowrap!important;flex:1!important;font-size:14px!important;font-weight:600!important;overflow:hidden!important}.v2-root .match-row-score{color:#fff9;margin-left:auto;font-family:ui-monospace,SF Mono,Menlo,monospace;font-weight:800}.v2-root .match-row-score.winner{color:var(--v2-accent-bright)}.v2-root .match-row-bell{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.v2-root .match-row-bell.on{color:var(--v2-accent-bright)}.v2-root .match-row-bell:hover{color:#fff}.v2-root .match-row-arrow{display:none}.v2-root .match-row-watch{background:var(--v2-accent-bright);color:var(--v2-text-on-pale);border-radius:var(--v2-radius-pill);margin-top:4px;padding:2px 8px;font-size:11px;font-weight:800}.v2-root .comp-list,.v2-root .competitions-list,.v2-root [class*=comp-list]{box-sizing:border-box;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:16px;width:100%;padding:10px 22px 24px;display:grid}.v2-root .comp-card{background:var(--v2-bg-deep);border-radius:var(--v2-radius-md);text-align:center;color:var(--v2-text-primary);aspect-ratio:1/1.12;box-sizing:border-box;border:none;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-width:0;min-height:190px;padding:18px 12px 20px;position:relative;overflow:hidden}.v2-root .comp-card-icon{aspect-ratio:1;border-radius:var(--v2-radius-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:66%;height:auto;padding:8px;display:flex}.v2-root .comp-card-arrow{display:none}.v2-root .comp-card-icon-img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.v2-root .comp-card-icon-img.world-cup{width:78%;height:100%}.v2-root .comp-card-body{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.v2-root .comp-card-name{color:var(--v2-text-primary);text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.v2-root .comp-card-meta{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.v2-root .comp-card-count,.v2-root .comp-card-live{color:var(--v2-text-secondary);font-size:12px;font-weight:500}.v2-root .comp-card-live{color:var(--v2-accent-bright)}.v2-root .filter-pill{color:var(--v2-text-primary);border-radius:var(--v2-radius-pill);background:#36594199;border:none;font-weight:700}.v2-root .filter-pill.active{background:var(--v2-accent-bright);color:var(--v2-text-on-pale)}.v2-root .rewards-page{padding-bottom:8px}.v2-root .predict-earn-hint .predict-earn-dismiss,.v2-root .predict-earn-close{color:var(--v2-text-primary)}:root:has(.v2-theme-mb8){--v2-viewport-bg:#040810}.v2-theme-mb8{--v2-bg-main:#080e1c;--v2-bg-deep:#0c1525;--v2-bg-mid:#172035;--v2-bg-neutral:#1b2540;--v2-missions-bg:#080e1c;--v2-surface-pale:#e8f4ff;--v2-bg-card-overlay:#f5a6230f;--v2-accent-bright:#f5a623;--v2-accent-mid:#d4861a;--v2-accent-deep:#b57314;--v2-gold:#f5a623;--v2-bronze:#c47739;--v2-sportsbook-from:#d4861a;--v2-sportsbook-to:#8c530a;--v2-text-on-pale:#080e1c;--v2-text-primary:#fff;--v2-text-secondary:#ffffffa6;--v2-text-tertiary:#fff6;--green:#f5a623;--green-bright:#f7b840;--green-soft:#f5a6231f;--green-soft-2:#f5a6232e}.v2-theme-mb8 .v2-bottomnav:before{background:#172035!important}.v2-theme-mb8 .v2-bottomnav-tab{color:#ffffff73!important}.v2-theme-mb8 .v2-bottomnav-tab-active{color:#f5a623!important}.v2-theme-mb8 .v2-bottomnav-tab-active .v2-bottomnav-iconwrap{background:#f5a623!important}.v2-root.v2-theme-mb8 .v2-wallet{color:#fff!important;background:linear-gradient(135deg,#0c1525 0%,#132040 50%,#182b50 100%)!important}.v2-root.v2-theme-mb8 .v2-wallet-progress{border-bottom-color:#ffffff1a!important}.v2-root.v2-theme-mb8 .v2-wallet-bar{background:#ffffff1f!important}.v2-root.v2-theme-mb8 .v2-wallet-fill{background:#f5a623!important}.v2-root.v2-theme-mb8 .v2-wallet-progress-text{color:#ffffffb3!important}.v2-root.v2-theme-mb8 .v2-wallet-checkin-title{color:#fff!important}.v2-root.v2-theme-mb8 .v2-wallet-claim{box-shadow:0 4px 16px #f5a62340!important}.v2-theme-mb8 .v2-home-seeall{color:#f5a623!important}.v2-theme-mb8 .v2-mission-btn{color:#080e1c!important;background:#f5a623!important}.v2-theme-mb8 .v2-mission-reward{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2-nextmatch{border-radius:22px!important;overflow:hidden!important}.v2-root.v2-theme-mb8 .v2-nextmatch:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(160deg,#080e1c8c 0%,#080e1c70 100%);position:absolute;inset:0}.v2-theme-mb8 .v2-nextmatch-time{color:#fff!important;background:#080e1ce6!important;border:1px solid #ffffff38!important}.v2-theme-mb8 .v2-toast{box-shadow:0 8px 24px #f5a62359!important}.v2-root.v2-theme-mb8 .v2-checkin-amount{color:#f5a623!important}.v2-theme-mb8 .btn.btn-primary{box-shadow:0 4px 16px #f5a62340!important}.v2-theme-mb8 .predict-earn-hint{background:#f5a6231a!important;border:1px solid #f5a62359!important}.v2-theme-mb8 .predict-wallet{color:#f5a623!important;background:#f5a6231f!important;border-color:#f5a6234d!important}.v2-theme-mb8 .predict-tab{background:#172035cc!important}.v2-theme-mb8 .edit-sheet .edit-input:focus{border-color:#f5a623!important;box-shadow:0 0 0 3px #f5a62329!important}.v2-root.v2-theme-mb8 .slot-meter{background:#0c1525!important;border:1px solid #ffffff14!important;border-left:3px solid #f5a623!important}.v2-root.v2-theme-mb8 .slot-meter-label{color:#ffffff8c!important}.v2-root.v2-theme-mb8 .slot-meter-count{color:#fff!important}.v2-root.v2-theme-mb8 .slot-meter-quota{color:#ffffff73!important}.v2-root.v2-theme-mb8 .slot-meter-bar{background:#ffffff1a!important}.v2-root.v2-theme-mb8 .slot-meter-hint{color:#ffffff80!important}.v2-root.v2-theme-mb8 .stake-bar{background:#0c1525!important;border:1px solid #ffffff14!important}.v2-root.v2-theme-mb8 .stake-label{color:#ffffff8c!important}.v2-root.v2-theme-mb8 .stake-btn{color:#fff!important;background:#172035!important;border-color:#ffffff1f!important}.v2-root.v2-theme-mb8 .wallet-card-mini{color:#fff!important;background:linear-gradient(135deg,#0c1525 0%,#132040 50%,#182b50 100%)!important;border:1px solid #f5a6232e!important}.v2-root.v2-theme-mb8 .tier-bar-track{background:#ffffff1a!important}.v2-root.v2-theme-mb8 .tier-bar-label{color:#ffffffb3!important}.v2-root.v2-theme-mb8 .profile-mini-stats{border-top-color:#ffffff1a!important}.v2-root.v2-theme-mb8 .completion-card{color:#fff!important;background:#0c1525!important;border:1.5px solid #f5a62347!important}.v2-root.v2-theme-mb8 .completion-title{color:#fff!important}.v2-root.v2-theme-mb8 .completion-sub,.v2-root.v2-theme-mb8 .completion-pct{color:#f5a623!important}.v2-root.v2-theme-mb8 .completion-bar{background:#ffffff1a!important}.v2-root.v2-theme-mb8 .completion-bar-fill{background:#f5a623!important}.v2-root.v2-theme-mb8 .completion-item,.v2-root.v2-theme-mb8 .completion-label{color:#ffffffd9!important}.v2-root.v2-theme-mb8 .completion-more{color:#ffffff73!important}.v2-root.v2-theme-mb8 .completion-bullet{color:#ffffff59!important}.v2-root.v2-theme-mb8 .completion-cta{color:#f5a623!important;background:#f5a6231a!important;border:1px solid #f5a62340!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-balance-card{color:#fff!important;background:linear-gradient(135deg,#0c1525 0%,#132040 50%,#182b50 100%)!important;box-shadow:0 4px 14px #00000059!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-balance-label{color:#ffffffa6!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-balance-num{color:#fff!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-balance-suffix{color:#ffffffa6!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-tier-progress{background:#ffffff1f!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-tier-progress>div,.v2-root.v2-theme-mb8 .v2rewards-page .rw-tier-progress>div:after{background:#f5a623!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-tier-target{color:#ffffffb3!important}.v2-root.v2-theme-mb8 .rw-tab{color:#ffffffa6!important;background:#172035!important}.v2-root.v2-theme-mb8 .rw-tab.active{color:#080e1c!important;background:#f5a623!important}.v2-root.v2-theme-mb8 .v2rewards-page .filter-pill{color:#ffffffbf!important;background:#172035!important}.v2-root.v2-theme-mb8 .v2rewards-page .filter-pill.active{color:#080e1c!important;background:#f5a623!important}.v2-root.v2-theme-mb8 .v2rewards-page .reward-card{background:linear-gradient(135deg,#0c1525 0%,#172035 100%)!important;border:1px solid #ffffff14!important}.v2-root.v2-theme-mb8 .v2rewards-page .reward-card.popular{border:1.5px solid #f5a6238c!important}.v2-root.v2-theme-mb8 .v2rewards-page .reward-icon{color:#f5a623!important;background:#f5a62324!important}.v2-root.v2-theme-mb8 .v2rewards-page .reward-claim-pill,.v2-root.v2-theme-mb8 .v2rewards-page .reward-claim-pill.locked{color:#080e1c!important;background:#f5a623!important}.v2-root.v2-theme-mb8 .v2rewards-page .rw-sportsbook-btn{color:#080e1c!important;background:linear-gradient(90deg,#f5a623 0%,#d4861a 100%)!important}.v2-root.v2-theme-mb8 .rw-lb-row{background:linear-gradient(90deg,#0c1525 0%,#172035 100%)!important}.v2-root.v2-theme-mb8 .rw-lb-row.me{background:linear-gradient(90deg,#172035 0%,#1b2540 100%)!important;outline-color:#f5a623!important}.v2-root.v2-theme-mb8 .rw-lb-you,.v2-root.v2-theme-mb8 .rw-lb-pts{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page{color:#fff!important;background:#080e1c!important}.v2-root.v2-theme-mb8 .v2predict-page .market-list{gap:16px!important;padding:16px 16px 40px!important}.v2-root.v2-theme-mb8 .v2predict-page .market-card{color:#fff!important;filter:none!important;background-color:#0c1525!important;background-image:none!important;border:1.5px solid #ffffff14!important;border-radius:20px!important;margin-bottom:0!important;padding:18px 18px 20px!important;box-shadow:0 4px 24px #00000059!important}.v2-root.v2-theme-mb8 .v2predict-page .market-card+.market-card{margin-top:0!important;padding-top:18px!important}.v2-root.v2-theme-mb8 .v2predict-page .market-league{color:#f7b840!important;letter-spacing:.02em!important;text-transform:none!important;background:#f5a62329!important;padding:4px 10px!important;font-size:10px!important;font-weight:700!important}.v2-root.v2-theme-mb8 .v2predict-page .market-when{color:#ffffff8c!important;font-size:12px!important}.v2-root.v2-theme-mb8 .v2predict-page .market-team-name{color:#fff!important;font-size:13px!important;font-weight:600!important}.v2-root.v2-theme-mb8 .v2predict-page .market-vs{color:#ffffff47!important;font-size:12px!important}.v2-root.v2-theme-mb8 .v2predict-page .team-logo-fallback{color:#ffffffa6!important;background:#172035!important}.v2-root.v2-theme-mb8 .v2predict-page .market-tabs{border-bottom:1px solid #ffffff1a!important;margin-bottom:14px!important}.v2-root.v2-theme-mb8 .v2predict-page .market-tab{color:#fff6!important;font-size:13px!important;font-weight:600!important}.v2-root.v2-theme-mb8 .v2predict-page .market-tab.active{color:#fff!important;border-bottom-color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .market-tab-dot{background:#f5a623!important;box-shadow:0 0 0 2px #0c1525!important}.v2-root.v2-theme-mb8 .v2predict-page .market-volume,.v2-root.v2-theme-mb8 .v2predict-page .market-pick-hint{color:#fff6!important}.v2-root.v2-theme-mb8 .v2predict-page .price-row{color:#fff!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:12px!important}.v2-root.v2-theme-mb8 .v2predict-page .price-row.home.selected{background:#f5a6231f!important;border-color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .price-row.draw.selected{background:#ffffff12!important;border-color:#ffffff59!important}.v2-root.v2-theme-mb8 .v2predict-page .price-row.away.selected{background:#d4861a1a!important;border-color:#d4861a!important}.v2-root.v2-theme-mb8 .v2predict-page .price-row.home .price-fill{background:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .price-fill{opacity:.18!important}.v2-root.v2-theme-mb8 .v2predict-page .price-row.selected .price-fill{opacity:.28!important}.v2-root.v2-theme-mb8 .v2predict-page .price-label,.v2-root.v2-theme-mb8 .v2predict-page .price-pct{color:#fff!important}.v2-root.v2-theme-mb8 .v2predict-page .price-points-sub,.v2-root.v2-theme-mb8 .v2predict-page .price-profit-sub{color:#fff6!important}.v2-root.v2-theme-mb8 .v2predict-page .price-payout{border-left-color:#ffffff1a!important}.v2-root.v2-theme-mb8 .v2predict-page .price-profit{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .price-logo.blank{background:#ffffff1f!important}.v2-root.v2-theme-mb8 .v2predict-page .my-pick{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .score-cell{color:#fff!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:12px!important}.v2-root.v2-theme-mb8 .v2predict-page .score-cell.selected{background:#f5a6231f!important;border-color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .score-cell-logo.blank{background:#ffffff1f!important}.v2-root.v2-theme-mb8 .v2predict-page .score-cell-pct{color:#fff!important}.v2-root.v2-theme-mb8 .v2predict-page .score-cell-profit{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .v2predict-pick-note{color:#fff!important;background:#f5a6231a!important;border-color:#f5a62347!important}.v2-root.v2-theme-mb8 .v2predict-page .v2predict-pick-note:before{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2predict-page .v2predict-pick-note-stake{background:#f5a623!important}.v2-root.v2-theme-mb8 .v2live-league-card{color:#fff!important;background:linear-gradient(135deg,#0c1525 0%,#172035 100%)!important;border:1.5px solid #f5a6234d!important;box-shadow:0 10px 32px #00000080!important}.v2-root.v2-theme-mb8 .v2live-league-logo{background:#f5a6231f!important;border:1px solid #f5a62340!important;border-radius:14px!important}.v2-root.v2-theme-mb8 .v2live-league-logo span{color:#f5a623!important}.v2-root.v2-theme-mb8 .v2live-league-name{color:#fff!important}.v2-root.v2-theme-mb8 .v2live-league-meta{color:#ffffff8c!important}.v2-root.v2-theme-mb8 .v2live-curve path{fill:#080e1c!important}.v2-root.v2-theme-mb8 .v2live-timetable{padding:8px 16px calc(var(--v2-nav-height,72px) + 32px)!important;background:#080e1c!important}.v2-root.v2-theme-mb8 .v2live-day-section{margin-top:24px!important}.v2-root.v2-theme-mb8 .v2live-day-section:first-child{margin-top:8px!important}.v2-root.v2-theme-mb8 .v2live-day-label{letter-spacing:.07em!important;text-transform:uppercase!important;color:#f5a623!important;background:#f5a6231f!important;border:1px solid #f5a6234d!important;border-radius:999px!important;margin:0 0 14px!important;padding:5px 14px!important;font-size:11px!important;font-weight:800!important;display:inline-block!important}.v2-root.v2-theme-mb8 .v2live-match{background:linear-gradient(135deg,#0c1525 0%,#111e33 100%)!important;border:1.5px solid #ffffff12!important;border-radius:18px!important;gap:14px!important;margin-bottom:10px!important;padding:16px 16px 16px 14px!important;transition:border-color .15s!important;box-shadow:0 2px 12px #0000004d!important}.v2-root.v2-theme-mb8 .v2live-match:active{border-color:#f5a62359!important}.v2-root.v2-theme-mb8 .v2live-match-live{background:linear-gradient(135deg,#100e00 0%,#1a1500 40%,#0c1525 100%)!important;border-color:#f5a62366!important;box-shadow:0 2px 16px #f5a6231a!important}.v2-root.v2-theme-mb8 .v2live-match-day{letter-spacing:.08em!important;text-transform:uppercase!important;color:#fff6!important;margin-bottom:2px!important;font-size:10px!important;font-weight:700!important}.v2-root.v2-theme-mb8 .v2live-match-clock{letter-spacing:-.02em!important;color:#fff!important;font-family:inherit!important;font-size:18px!important;font-weight:800!important;line-height:1.1!important}.v2-root.v2-theme-mb8 .v2live-match-livepill{color:#fff!important;letter-spacing:.1em!important;background:#e5484d!important;border-radius:999px!important;margin-top:5px!important;padding:3px 8px!important;font-size:8px!important;font-weight:900!important}.v2-root.v2-theme-mb8 .v2live-match-divider{background:#f5a62333!important;width:1px!important}.v2-root.v2-theme-mb8 .v2live-team-logo{width:26px!important;height:26px!important;box-shadow:none!important;background:#ffffff1a!important;border-radius:50%!important;padding:2px!important}.v2-root.v2-theme-mb8 .v2live-team-logo-fallback{color:#fff9!important;background:#172035!important;width:26px!important;height:26px!important;font-size:11px!important}.v2-root.v2-theme-mb8 .v2live-team-name{color:#ffffffe6!important;font-size:13px!important;font-weight:600!important}.v2-root.v2-theme-mb8 .v2live-team-score{color:#f5a623!important;font-family:inherit!important;font-size:14px!important;font-weight:800!important}.v2-root.v2-theme-mb8 .v2live-match-bell{color:#ffffff59!important;background:#ffffff0f!important;border-radius:50%!important;flex-shrink:0!important;width:36px!important;height:36px!important}.v2-root.v2-theme-mb8 .v2live-match-bell-on{color:#f5a623!important;background:#f5a62329!important}.v2-root.v2-theme-mb8 .v2live-loading{color:#fff6!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-tabs{background:#0c1525!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-tab{color:#ffffff80!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-tab.active{color:#f5a623!important;background:#f5a6232e!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pred-winner{color:#fff!important;background:linear-gradient(90deg,#c47d0e 0%,#f5a623 100%)!important}:is(.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pred-winner-label,.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pred-advice){color:#fffc!important}:is(.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pred-goals-row,.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-h2h-row){background:linear-gradient(90deg,#0c1525 0%,#172035 100%)!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-card{background:linear-gradient(135deg,#0c1525e6,#172035db)!important;border-color:#f5a6233d!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-card.locked{background:#080e1cb8!important;border-color:#f5a6234d!important}:is(.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-head-progress,.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-odds-new,.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-allunlocked){color:#f5a623!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-cta{background:linear-gradient(135deg,#c47d0e,#8b5a0a)!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-pro-cta-btn.share{color:#f5a623!important;background:#f5a62329!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-player-pos{color:#080e1c!important}.v2-root.v2-theme-mb8 .live-page:has(.v2player-hero,.v2player-stream-main) .md-event-side-home{background:linear-gradient(90deg,#f5a6231f,#0000 76%)!important}.v2-root.v2-theme-mb8 .iptv-frame{background:repeating-linear-gradient(0deg,#080e1c 0 22px,#0c1525 22px 44px)!important}.welcome-brand-mb8 .welcome-preview{background:linear-gradient(#00000059,#00000085),repeating-linear-gradient(0deg,#0c1525 0 22px,#111e33 22px 44px),#080e1c!important}.welcome-brand-mb8 .welcome-tagline{color:#f5a623!important}.welcome-brand-mb8 .welcome-online{color:#ffffffb3!important}.welcome-brand-mb8 .welcome-online:before{background:#f5a623!important;box-shadow:0 0 6px #f5a62399!important}.welcome-brand-mb8 .welcome-feature-icon{color:#f5a623!important;background:#f5a6231f!important;border:1px solid #f5a62338!important}.welcome-brand-mb8 .welcome-cta-primary{color:#1a0f00!important;background:linear-gradient(90deg,#f7b840 0%,#f5a623 100%)!important;box-shadow:0 8px 22px #f5a62359!important}.welcome-brand-mb8 .welcome-cta-ghost{color:#ffffffd9!important;border-color:#f5a62340!important}.welcome-brand-mb8 .welcome-headline-accent{color:#f5a623!important}.welcome-brand-mb8 .welcome-play{background:#f5a623!important;box-shadow:0 0 40px #f5a62380!important}
