: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;overflow-x:hidden}.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-ye55){--v2-viewport-bg:#142117}.v2-theme-ye55{--v2-bg-main:#142117;--v2-bg-deep:#0a4219;--v2-bg-mid:#365941;--v2-bg-neutral:#282828;--v2-surface-pale:#eaffe6;--v2-accent-bright:#35f445;--v2-accent-mid:#00b34b;--v2-accent-deep:#108431;--v2-gold:#f4d600;--v2-bronze:#c47739;--v2-missions-bg:#000;--v2-sportsbook-from:#108431;--v2-sportsbook-to:#0a4219;--v2-bg-card-overlay:#35f4450f;--v2-text-on-pale:#142117;--v2-text-primary:#fff;--v2-text-secondary:#ffffffa6;--v2-text-tertiary:#ffffff73}:root:has(.v2-theme-ace66){--v2-viewport-bg:#000}.v2-theme-ace66{--v2-bg-main:#000;--v2-bg-deep:#91161f;--v2-bg-mid:#c21b24;--v2-bg-neutral:#282828;--v2-surface-pale:#fff7d4;--v2-accent-bright:#ffd112;--v2-accent-mid:#e50000;--v2-accent-deep:#91161f;--v2-gold:#ffd112;--v2-bronze:#c47739;--v2-missions-bg:#000;--v2-sportsbook-from:#e50000;--v2-sportsbook-to:#91161f;--v2-bg-card-overlay:#e500001a;--v2-text-on-pale:#1a0f00;--v2-text-primary:#fff;--v2-text-secondary:#ffffffa6;--v2-text-tertiary:#ffffff73;--green:#ffd112;--green-bright:#ffd112;--green-soft:#ffd11224;--green-soft-2:#ffd11238}.v2-theme-ace66 .v2-bottomnav:before{background:#ffd112!important}.v2-theme-ace66 .v2-bottomnav-tab{color:#3a0a0e!important}.v2-theme-ace66 .v2-bottomnav-tab-active{color:#fff!important}.v2-theme-ace66,.v2-theme-ace66 .v2-shell-main,.v2-theme-ace66 .page,.v2-theme-ace66 .v2-home,.v2-theme-ace66 .v2rewards-page,.v2-theme-ace66 .profile-page,.v2-theme-ace66 .predict-page,.v2-theme-ace66 .live-page,.v2-theme-ace66 .v2missions-page{color:#fff!important;background:#000!important}.v2-theme-ace66 .wallet-card-mini,.v2-theme-ace66 .rw-wallet-card,.v2-theme-ace66 .profile-card.wallet-card-mini{background:linear-gradient(135deg,#5c0612 0%,#91161f 55% 100%)!important}.v2-theme-ace66 .rw-balance-card,.v2-theme-ace66 .v2-wallet-card,.v2-theme-ace66 .v2-wallet,.v2-theme-ace66 .v2missions-summary{color:#fff!important;background:#e50000!important}.v2-theme-ace66 .v2-wallet .v2-wallet-progress-text,.v2-theme-ace66 .v2-wallet-label,.v2-theme-ace66 .v2-wallet-num,.v2-theme-ace66 .v2-wallet-pts,.v2-theme-ace66 .v2-wallet-checkin-title,.v2-theme-ace66 .rw-balance-card :not(button):not(.tier-pill),.v2-theme-ace66 .v2missions-summary :not(button){color:#fff!important}.v2-theme-ace66 .v2live-league-card,.v2-theme-ace66 .comp-banner{color:#1a0f00!important;background:#ffd112!important}.v2-theme-ace66 .completion-card,.v2-theme-ace66 .market-card{color:#fff!important;background:linear-gradient(135deg,#c21b24 0%,#91161f 56%,#29060b 100%)!important}.v2-theme-ace66 .rw-tier-progress,.v2-theme-ace66 .v2-wallet-track,.v2-theme-ace66 .completion-bar,.v2-theme-ace66 .tier-progress-track,.v2-theme-ace66 .tier-bar-track,.v2-theme-ace66 .v2-wallet-bar,.v2-theme-ace66 .reward-stock-bar{background:#ffffff38!important}.v2-theme-ace66 .rw-tier-progress>div,.v2-theme-ace66 .rw-tier-progress>div:after,.v2-theme-ace66 .v2-wallet-fill,.v2-theme-ace66 .completion-bar-fill,.v2-theme-ace66 .tier-progress-fill,.v2-theme-ace66 .tier-bar-fill,.v2-theme-ace66 .reward-stock-fill,.v2-theme-ace66 .progress .fill{background:#ffd112!important}.v2-theme-ace66 .filter-pill,.v2-theme-ace66 .rw-tab,.v2-theme-ace66 .predict-tab,.v2-theme-ace66 .lang-pill,.v2-theme-ace66 .referral-btn.copy,.v2-theme-ace66 .market-league,.v2-theme-ace66 .v2live-match,.v2-theme-ace66 .v2live-match-live{color:var(--v2-text-primary)!important;background:#5c0612!important}.v2-theme-ace66 .filter-pill.active,.v2-theme-ace66 .rw-tab.active,.v2-theme-ace66 .predict-tab.active,.v2-theme-ace66 .lang-pill.active,.v2-theme-ace66 .reward-claim-pill,.v2-theme-ace66 .reward-claim-pill.locked,.v2-theme-ace66 .rw-sportsbook-btn,.v2-theme-ace66 .btn.btn-primary,.v2-theme-ace66 .mission-action,.v2-theme-ace66 .mission-claim-btn,.v2-theme-ace66 .referral-btn.share,.v2-theme-ace66 .notif-switch.on,.v2-theme-ace66 .v2-mission-btn,.v2-theme-ace66 .v2missions-action button,.v2-theme-ace66 .v2missions-toast,.v2-theme-ace66 .predict-toast.ok{color:#1a0f00!important;background:#ffd112!important}.v2-theme-ace66 .rw-lb-row{background:linear-gradient(90deg,#5c0612 0%,#2a0a0e 100%)!important}.v2-theme-ace66 .rw-lb-row.me{background:linear-gradient(90deg,#7a1822 0%,#4a0d14 100%)!important;outline-color:#ffd112!important}.v2-theme-ace66 .rw-lb-you,.v2-theme-ace66 .rw-lb-pts{color:#ffd112!important}.v2-theme-ace66 .v2-wallet-claim:not(:disabled),.v2-theme-ace66 .v2-checkin-continue{color:#1a0f00!important;background:#fff!important}.v2-theme-ace66 .edit-actions .btn.btn-secondary{color:#1a1a1a!important;box-shadow:none!important;background:#efeff2!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .edit-actions .btn.btn-primary{height:auto!important;box-shadow:none!important;margin:0!important;padding:13px 16px!important;font-size:14px!important;font-weight:800!important;line-height:1.1!important}.v2-theme-ace66 .v2-checkin-card{border:2px solid #ffd1124d!important;box-shadow:0 24px 60px #0000006b,0 0 0 1px #e500001f!important}.v2-theme-ace66 .v2-checkin-amount,.v2-theme-ace66 .v2-checkin-pts,.v2-theme-ace66 .v2-checkin-breakdown strong{color:#e50000!important}.v2-theme-ace66 .v2-checkin-amount-lucky{background:linear-gradient(135deg,#ffd112 0%,#f61d30 100%)!important;-webkit-text-fill-color:transparent!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important}.v2-theme-ace66 .v2-checkin-lucky-tag{color:#1a0f00!important;background:linear-gradient(135deg,#ffd112 0%,#f61d30 100%)!important}.v2-theme-ace66 .v2-checkin-streak{color:#1a0f00!important}.v2-theme-ace66 .v2-checkin-continue{color:#fff!important;background:linear-gradient(135deg,#e50000 0%,#91161f 100%)!important;box-shadow:0 12px 22px #e5000042!important}.v2-theme-ace66 .v2-wallet-claim:disabled,.v2-theme-ace66 .v2missions-action button.done,.v2-theme-ace66 .v2missions-action button:disabled{color:#ffffffb8!important;background:#5c0612!important}.v2-theme-ace66 .reward-card,.v2-theme-ace66 .mission-card,.v2-theme-ace66 .profile-card,.v2-theme-ace66 .referral-card,.v2-theme-ace66 .lang-card,.v2-theme-ace66 .notif-card,.v2-theme-ace66 .comp-card,.v2-theme-ace66 .match-row,.v2-theme-ace66 .v2player-tabs,.v2-theme-ace66 .md-pred-goals-row,.v2-theme-ace66 .md-h2h-row,.v2-theme-ace66 .md-pro-card{color:var(--v2-text-primary)!important;background:linear-gradient(135deg,#5c0612 0%,#91161f 56%,#121214 100%)!important}.v2-theme-ace66 .v2-mission,.v2-theme-ace66 .mission-card,.v2-theme-ace66 .v2missions-card,.v2-theme-ace66 .v2live-timetable{color:var(--v2-text-primary)!important;background:#121214!important;border-color:#f2be3c1f!important}.v2-theme-ace66 .v2-mission{background:linear-gradient(135deg,#c21b24 0%,#91161f 56%,#29060b 100%)!important;border:1px solid #e500006b!important}.v2-theme-ace66 .comp-list{grid-template-columns:1fr 1fr!important;gap:12px!important;display:grid!important}.v2-theme-ace66 .comp-card{border:none!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;min-height:148px!important;padding:16px!important}.v2-theme-ace66 .comp-card-icon{background:#fff!important;border-radius:14px!important;width:56px!important;height:56px!important}.v2-theme-ace66 .comp-card-icon-img{width:40px!important;height:40px!important}.v2-theme-ace66 .comp-card-body{text-align:center!important;width:100%!important}.v2-theme-ace66 .comp-card-name{color:#fff!important}.v2-theme-ace66 .comp-card-meta,.v2-theme-ace66 .comp-card-count{color:#ffffffb8!important}.v2-theme-ace66 .comp-card-arrow,.v2-theme-ace66 .comp-card-placeholder{display:none!important}.v2-theme-ace66 .v2missions-hero{background:linear-gradient(#071308 0%,#000 100%)!important}.v2-theme-ace66 .v2missions-hero img{opacity:.22!important}.v2-theme-ace66 .v2missions-hero-shade{background:linear-gradient(#00000029 0%,#000000b8 100%)!important}.v2-theme-ace66 .v2missions-panel{background:#000!important}.v2-theme-ace66 .v2missions-card{box-shadow:none!important;background:#0b0507!important;border:1px solid #e500009e!important}.v2-theme-ace66 .v2missions-card-done{opacity:.62!important}.v2-theme-ace66 .v2missions-copy h3{color:#fff!important}.v2-theme-ace66 .v2missions-copy p,.v2-theme-ace66 .v2missions-section-head span{color:#ffffffb8!important}.v2-theme-ace66 .v2missions-section-head h2{color:#fff!important}.v2-theme-ace66 .reward-card.popular,.v2-theme-ace66 .price-row.selected,.v2-theme-ace66 .score-option.selected,.v2-theme-ace66 .bet-box.odds,.v2-theme-ace66 .reward-card.popular,.v2-theme-ace66 .market-bar.selected,.v2-theme-ace66 .score-cell.selected{border-color:var(--v2-gold)!important}.v2-theme-ace66 .reward-icon,.v2-theme-ace66 .mission-icon,.v2-theme-ace66 .v2-mission-icon,.v2-theme-ace66 .v2missions-icon,.v2-theme-ace66 .referral-code,.v2-theme-ace66 .completion-points,.v2-theme-ace66 .completion-pct,.v2-theme-ace66 .reward-badge,.v2-theme-ace66 .v2-mission-reward,.v2-theme-ace66 .mission-reward,.v2-theme-ace66 .v2missions-action span,.v2-theme-ace66 .see-all,.v2-theme-ace66 .v2-home-seeall,.v2-theme-ace66 .match-row-score.winner,.v2-theme-ace66 .score-cell-profit,.v2-theme-ace66 .price-payout,.v2-theme-ace66 .market-payout,.v2-theme-ace66 .md-pred-winner-card strong,.v2-theme-ace66 .md-pro-head-progress,.v2-theme-ace66 .v2missions-coming,.v2-theme-ace66 .v2missions-coming h2,.v2-theme-ace66 .v2missions-coming p,.v2-theme-ace66 .v2missions-coming li{color:var(--v2-gold)!important}.v2-theme-ace66 .reward-icon,.v2-theme-ace66 .mission-icon{background:#fff!important}.v2-theme-ace66 .v2-mission-icon,.v2-theme-ace66 .v2missions-icon{color:var(--v2-accent-bright)!important;background:#e500001f!important;border:1px solid #e500006b!important}.v2-theme-ace66 .v2-mission-icon img,.v2-theme-ace66 .v2missions-icon img{filter:brightness(0)saturate()invert(18%)sepia(98%)saturate(5259%)hue-rotate(348deg)brightness(94%)contrast(101%)!important}.v2-theme-ace66 .v2-mission-icon{color:#fff!important;background:0 0!important;border:none!important;width:auto!important;min-width:38px!important}.v2-theme-ace66 .v2-mission-icon svg{stroke:#fff!important;width:34px!important;height:34px!important}.v2-theme-ace66 .v2-mission-icon img{filter:brightness(0)invert()!important;width:34px!important;height:34px!important}.v2-theme-ace66 .v2-mission-reward{color:#fff!important}.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(2) .v2missions-icon{background:#e500001f!important;border-color:#e500008c!important}.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(3) .v2missions-icon{background:#f2be3c1f!important;border-color:#f2be3c94!important}.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(3) .v2missions-icon img{filter:brightness(0)saturate()invert(82%)sepia(42%)saturate(827%)hue-rotate(350deg)brightness(99%)contrast(92%)!important}.v2-theme-ace66 .v2-nextmatch{background-blend-mode:normal!important;background-color:#0000!important}.v2-theme-ace66 .v2-nextmatch-time{color:#fff!important;background:#e50000!important;border:1px solid #e50000!important}.v2-theme-ace66 .v2-nextmatch-league{color:#fff!important;background:0 0!important}.v2-theme-ace66 .v2-nextmatch-badge{box-shadow:0 4px 16px #0000005c!important}.v2-theme-ace66 .v2-streak-claimed,.v2-theme-ace66 .v2-streak-current,.v2-theme-ace66 .v2-streak-future{color:#fff!important;background:#91161f!important}.v2-theme-ace66 .v2-streak-current{background:#e50000!important;box-shadow:0 0 0 2px #91161f!important}.v2-theme-ace66 .v2-streak-gold{background:var(--v2-gold)!important;color:#1a0f00!important}.v2-theme-ace66 .v2-home-profile-btn,.v2-theme-ace66 .profile-edit-inline,.v2-theme-ace66 .profile-signout-btn,.v2-theme-ace66 .v2missions-back,.v2-theme-ace66 .v2missions-balance{color:#fff!important;background:#5c0612!important}.v2-theme-ace66 .v2live-curve path{fill:#000!important}.v2-theme-ace66 .v2live-timetable{box-shadow:none!important}.v2-theme-ace66 .v2live-match-divider,.v2-theme-ace66 .match-row-divider{background:0 0!important}.v2-theme-ace66 .v2live-timetable{background:#000!important;border-color:#0000!important}.v2-theme-ace66 .v2live-day-label{color:#fff!important;font-weight:600!important}.v2-theme-ace66 .v2live-match{box-shadow:none!important;background:linear-gradient(90deg,#91161f 0%,#5c0612 40%,#160608 100%)!important;border:1px solid #e5000052!important;border-radius:18px!important}.v2-theme-ace66 .v2live-match-live{box-shadow:none!important;background:linear-gradient(90deg,#e50000 0%,#91161f 38%,#160608 100%)!important;border:1px solid #e500009e!important;border-radius:18px!important}.v2-theme-ace66 .v2live-match-day{color:#fff!important;font-weight:700!important}.v2-theme-ace66 .v2live-match-clock{color:#fff!important;letter-spacing:.02em!important}.v2-theme-ace66 .v2live-team-name{color:#fff!important;font-weight:600!important}.v2-theme-ace66 .v2live-team-score{color:#ffffffd1!important}.v2-theme-ace66 .v2live-match-bell,.v2-theme-ace66 .v2live-match-bell-on{color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero){background:#000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .live-breadcrumb{color:#fff!important;background:#000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .live-back{color:#fff!important;background:0 0!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .live-breadcrumb h2{color:#fff!important;font-size:24px!important}.v2-theme-ace66 .v2player-hero{background-blend-mode:multiply!important;background-color:#0b0507!important;border-radius:14px!important;min-height:214px!important;margin:0 18px!important}.v2-theme-ace66 .v2player-shade{background:radial-gradient(circle at 50% 20%,#f2be3c2e 0%,#5c06122e 36%,#00000094 100%),linear-gradient(#0000006b 0%,#00000029 46%,#00000080 100%)!important}.v2-theme-ace66 .v2player-content{min-height:214px!important;padding:24px 22px 18px!important}.v2-theme-ace66 .v2player-content h1{color:#fff!important;font-size:25px!important}.v2-theme-ace66 .v2player-live{color:#e50000!important;margin-top:8px!important;font-size:16px!important}.v2-theme-ace66 .v2player-kickoff{color:var(--v2-gold)!important;margin-top:8px!important;font-size:16px!important}.v2-theme-ace66 .v2player-time{color:#fff!important;background:#0000009e!important;border:1px solid #f2be3c73!important;border-radius:999px!important;margin-top:2px!important;padding:4px 18px!important;font-size:14px!important}.v2-theme-ace66 .v2player-team{background:#fff!important;width:70px!important;height:70px!important;box-shadow:0 8px 18px #00000059!important}.v2-theme-ace66 .v2player-teams{grid-template-columns:76px 1fr 76px!important}.v2-theme-ace66 .v2player-vs strong{font-size:30px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tabs{background:#121214!important;border:1px solid #e500009e!important;border-radius:12px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab{color:#ffffffb8!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab.active{color:#fff!important;background:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab:last-child{color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner{color:#1a0f00!important;background:#ffd112!important;border-radius:14px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner-label{color:#1a0f00!important;letter-spacing:.14em!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner strong{color:#000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-advice{color:#1a0f00!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-section-title{color:#fff!important;font-weight:700!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-bar{background:#4a4a4d!important;border-radius:7px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-home{color:#fff!important;background:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-draw{color:#fff!important;background:#4a4a4d!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-away{color:#fff!important;background:#5d6dff!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-row,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h-row){background:#0b0507!important;border:1px solid #e500009e!important;border-radius:12px!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-val,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h-score){color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-explain{color:#ffffff9e!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-badge.w,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-badge.W){color:#fff!important;background:#19c463!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-badge.l,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-badge.L){background:#e50000!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-badge.d,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-badge.D){background:#6b6b70!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .sportsbook-header h2{color:#fff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .open-fullscreen{border:1px solid var(--v2-gold)!important;color:var(--v2-gold)!important;background:0 0!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .sportsbook-actions button{border:1px solid var(--v2-gold)!important;color:var(--v2-gold)!important;background:0 0!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pitch{background:linear-gradient(#0000 49.6%,#ffffff47 49.6% 50.4%,#0000 50.4%),radial-gradient(circle,#0000 13%,#ffffff42 13% 14.5%,#0000 14.5%),repeating-linear-gradient(0deg,#2a0610 0 28px,#3d0711 28px 56px)!important;border-color:#e500009e!important;box-shadow:inset 0 0 0 2px #f2be3c14!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pitch-team-dot-home{background:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pitch-player-home .md-pitch-num{background:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-stat-bar-home{background:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pitch-team-dot-away{background:#5d6dff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pitch-player-away .md-pitch-num{background:#5d6dff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-stat-bar-away{background:#5d6dff!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-subs,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-coach,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-stats-head){border-color:#e500009e!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-subs-col-head-home{color:#e50000!important;border-color:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-subs-col-head-away{color:#5d6dff!important;border-color:#5d6dff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-player-pos{color:var(--v2-gold)!important;background:#f2be3c29!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-need{color:var(--v2-gold)!important;background:#f2be3c29!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-injury-list li{color:var(--v2-gold)!important;background:#f2be3c29!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-event{background:#0b0507!important;border:1px solid #e500006b!important;border-radius:12px!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-event-side-home,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-event-side-away){background:#0b0507!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-event-icon,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-event-min){color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-stat-row{background:#0b0507!important;border:1px solid #e500005c!important;border-radius:12px!important;padding:10px 12px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-stat-bar{background:#4a4a4d!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card{background:#0b0507!important;border:1px solid #e500009e!important;border-radius:14px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card.locked{background:#0b0507!important;border:1px solid #e500009e!important;border-radius:14px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card.unlocked{background:#0b0507!important;border:1px solid #e500009e!important;border-radius:14px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro{gap:14px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-head{align-items:baseline!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card{padding:16px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-head{align-items:center!important;gap:8px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-emoji{color:#fff!important;width:16px!important;font-size:13px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-need{background:var(--v2-surface-pale)!important;color:var(--v2-text-on-pale)!important;border-radius:999px!important;margin-left:auto!important;padding:5px 10px!important;font-size:11px!important;font-weight:800!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-teaser,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-insight-sub,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-reason-list,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-volume-label){color:#ffffffdb!important;font-style:italic!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-emoji,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-title,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-head-title,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-insight-big,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-injury-name,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-odds-team){color:#fff!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-smartbet-pill,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta){color:#fff!important;background:linear-gradient(#f61d30 0%,#e50000 62%,#91161f 100%)!important;border-radius:18px!important;padding:18px!important;box-shadow:0 10px 22px #e5000042!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-confidence-bar,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-volume-bar){background:#4a4a4d!important}:is(.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-confidence-bar-fill,.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-volume-fill){background:linear-gradient(90deg,#e50000 0%,#ffd112 100%)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-odds-new{color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-head-progress{color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-allunlocked{color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-reason-list li:before{color:var(--v2-gold)!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-btn.copy{color:#fff!important;background:#7a0712!important;border:0!important;border-radius:999px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-btn.share{color:#e50000!important;background:#fff!important;border:0!important;border-radius:999px!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-text{color:#fff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-text strong{color:#fff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-target{color:#fff!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-dot.md-form-w{background:#19c463!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-dot.md-form-l{background:#e50000!important}.v2-theme-ace66 .live-page:has(.v2player-hero) .md-form-dot.md-form-d{background:#6b6b70!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-head-progress{color:var(--v2-gold)!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card{background:#0b0507!important;border:1px solid #e50000ad!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card.locked{background:#0b0507!important;border:1px solid #e50000ad!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card.unlocked{background:#0b0507!important;border:1px solid #e50000ad!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card-need{background:var(--v2-surface-pale)!important;color:var(--v2-text-on-pale)!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta{color:#fff!important;background:linear-gradient(#f61d30 0%,#e50000 62%,#91161f 100%)!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-text{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-text strong{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-target{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-btn.copy{color:#fff!important;background:#7a0712!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-cta-btn.share{color:#e50000!important;background:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page{background:#000!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-card{color:#fff!important;background:#e50000!important;border-radius:20px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-label,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-num,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-suffix,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-target,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-name{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress{background:#ffffff47!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress>div,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress>div:after{background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-pill{color:#fff!important;background:#5c0612!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-pill.active{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card{box-shadow:none!important;background:linear-gradient(135deg,#c21b24 0%,#91161f 56%,#29060b 100%)!important;border:1px solid #e500006b!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card.popular{border-color:var(--v2-gold)!important;box-shadow:inset 0 0 0 1px #ffd1124d!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card h4,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-pts-num,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-pts-suffix{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-expires{color:#ffffff9e!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-icon{color:#1a0f00!important;background:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-icon svg{stroke:#1a0f00!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-badge{color:var(--v2-gold)!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-claim-pill,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-claim-pill.locked{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-early-access,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-waiting{background:var(--v2-surface-pale)!important;border:1px solid var(--v2-gold)!important;color:#91161f!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-sportsbook-btn{color:#1a0f00!important;background:#ffd112!important;box-shadow:0 10px 22px #ffd1123d!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page{color:#fff!important;background:#000!important}.v2-root.v2-shell.v2-theme-ace66 .profile-status>span,.v2-root.v2-shell.v2-theme-ace66 .profile-name-row h2,.v2-root.v2-shell.v2-theme-ace66 .notif-title,.v2-root.v2-shell.v2-theme-ace66 .referral-head-title{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .profile-signout-btn{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .profile-edit-inline{color:#fff!important;background:#5c0612!important}.v2-root.v2-shell.v2-theme-ace66 .profile-tier-badge{color:#fff!important;background:linear-gradient(#f61d30 0%,#e50000 58%,#91161f 100%)!important}.v2-root.v2-shell.v2-theme-ace66 .profile-avatar{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .profile-fav-badge,.v2-root.v2-shell.v2-theme-ace66 .profile-country-tag{color:var(--v2-gold)!important;background:#f2be3c29!important}.v2-root.v2-shell.v2-theme-ace66 .profile-card.wallet-card-mini{color:#fff!important;background:#e50000!important;border:0!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .stat-label,.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .stat-value,.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .stat-suffix,.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .tier-bar-label,.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .mini-label,.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .mini-value{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .tier-bar-track{background:#ffffff47!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .tier-bar-fill{background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .profile-mini-stats{border-top-color:#ffffff38!important}.v2-root.v2-shell.v2-theme-ace66 .completion-card{color:#fff!important;background:linear-gradient(135deg,#c21b24 0%,#91161f 56%,#29060b 100%)!important}.v2-root.v2-shell.v2-theme-ace66 .completion-title,.v2-root.v2-shell.v2-theme-ace66 .completion-item,.v2-root.v2-shell.v2-theme-ace66 .completion-label{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .completion-sub,.v2-root.v2-shell.v2-theme-ace66 .completion-more{color:#ffffffa8!important}.v2-root.v2-shell.v2-theme-ace66 .completion-pct,.v2-root.v2-shell.v2-theme-ace66 .completion-points{color:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .completion-bar{background:#ffffff3d!important}.v2-root.v2-shell.v2-theme-ace66 .completion-bar-fill{background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .completion-cta{color:#ffd112!important;background:0 0!important;border-color:#ffd11257!important}.v2-root.v2-shell.v2-theme-ace66 .referral-card,.v2-root.v2-shell.v2-theme-ace66 .lang-card,.v2-root.v2-shell.v2-theme-ace66 .notif-card{color:#fff!important;background:linear-gradient(135deg,#c21b24 0%,#91161f 56%,#29060b 100%)!important;border:1px solid #e500006b!important}.v2-root.v2-shell.v2-theme-ace66 .referral-code-row,.v2-root.v2-shell.v2-theme-ace66 .referral-stat{color:var(--v2-text-on-pale)!important;background:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .referral-code{color:#1a0f00!important;background:0 0!important;border-color:#0000!important}.v2-root.v2-shell.v2-theme-ace66 .referral-stat-num{color:#1a0f00!important}.v2-root.v2-shell.v2-theme-ace66 .referral-stat-label,.v2-root.v2-shell.v2-theme-ace66 .referral-code-label{color:#1a0f009e!important}.v2-root.v2-shell.v2-theme-ace66 .referral-tip,.v2-root.v2-shell.v2-theme-ace66 .notif-sub,.v2-root.v2-shell.v2-theme-ace66 .profile-hint{color:#ffffffad!important}.v2-root.v2-shell.v2-theme-ace66 .referral-tip strong{color:var(--v2-gold)!important}.v2-root.v2-shell.v2-theme-ace66 .referral-btn.copy{color:#1a0f00!important;background:#cecece!important}.v2-root.v2-shell.v2-theme-ace66 .lang-pill,.v2-root.v2-shell.v2-theme-ace66 .notif-switch.off{color:#fff!important;background:#5c0612!important}.v2-root.v2-shell.v2-theme-ace66 .referral-btn.share,.v2-root.v2-shell.v2-theme-ace66 .lang-pill.active,.v2-root.v2-shell.v2-theme-ace66 .notif-switch.on,.v2-root.v2-shell.v2-theme-ace66 .profile-page .btn.btn-primary{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .btn.btn-primary{box-shadow:0 10px 22px #ffd1123d!important}.v2-root.v2-shell.v2-theme-ace66 .edit-sheet{color:#1a0f00!important;background:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .edit-label{color:#1a0f009e!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .edit-input{color:#1a0f00!important;background:#f1f2f4!important;border-color:#d9dde2!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .edit-input::placeholder{color:#1a0f005c!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 select.edit-input,.v2-root.v2-shell.v2-theme-ace66 .edit-input option,.v2-root.v2-shell.v2-theme-ace66 .edit-reward,.v2-root.v2-shell.v2-theme-ace66 .edit-required,.v2-root.v2-shell.v2-theme-ace66 .edit-hint{font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .edit-reward{color:#e50000!important;background:#e500001a!important}.v2-theme-ace66 .market-tab.active,.v2-theme-ace66 .v2player-tab.active,.v2-theme-ace66 .md-tab.active{color:var(--v2-accent-bright)!important;border-bottom-color:var(--v2-accent-bright)!important}.v2-theme-ace66 .market-tab-dot{background:var(--v2-accent-bright)!important}.v2-theme-ace66 .market-bar-fill.home,.v2-theme-ace66 .market-bar-fill.away,.v2-theme-ace66 .score-cell-fill,.v2-theme-ace66 .md-pred-prob-home{background:#e5000047!important}.v2-theme-ace66 .md-pred-prob-away{color:#1a0f00!important;background:#f2be3cb8!important}.v2-theme-ace66 .market-bar.selected .market-bar-fill,.v2-theme-ace66 .score-cell.selected{background:#f2be3c3d!important}.v2-theme-ace66 .market-pick-hint,.v2-theme-ace66 .v2predict-pick-note{color:#91161f!important}.v2-theme-ace66 .v2predict-pick-note{background:#f2be3c42!important;border-radius:12px!important}.v2-theme-ace66 .rw-lock-banner,.v2-theme-ace66 .reward-early-access,.v2-theme-ace66 .reward-waiting,.v2-theme-ace66 .completion-points{color:#91161f!important;background:#f2be3c4d!important}.v2-theme-ace66 .rw-toast,.v2-theme-ace66 .v2-toast,.v2-theme-ace66 .predict-toast.err{color:#fff!important;background:#5c0612!important}.v2-theme-ace66 .v2-bottomnav:before,.v2-theme-ace66 .v2-bottomnav-inner{background:#ffd112!important}.v2-theme-ace66 .v2-bottomnav{background:linear-gradient(#0000 0%,#000 30%)!important}.v2-theme-ace66 .v2-bottomnav-iconwrap{height:28px!important}.v2-theme-ace66 .v2-bottomnav-tab:not(.v2-bottomnav-tab-active){color:#3a0a0e!important}.v2-theme-ace66 .v2-bottomnav-tab:not(.v2-bottomnav-tab-active) svg{stroke:#3a0a0e!important}.v2-theme-ace66 .v2-bottomnav-tab-active{color:#fff!important;overflow:visible!important}.v2-theme-ace66 .v2-bottomnav-tab-active:before{content:"";z-index:0;background:#000;border-radius:50%;width:64px;height:64px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v2-theme-ace66 .v2-bottomnav-tab-active .v2-bottomnav-iconwrap{background:0 0!important;transform:none!important}.v2-theme-ace66 .v2-bottomnav-tab-active .v2-bottomnav-iconwrap,.v2-theme-ace66 .v2-bottomnav-tab-active .v2-bottomnav-label{z-index:1;position:relative}.v2-theme-ace66 .v2-bottomnav-tab-active svg{stroke:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page{color:#fff!important;background:#000!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-title{color:#fff!important;text-shadow:none!important;font-size:30px!important;font-weight:780!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab{color:#fff!important;background:#5c0612!important;font-size:17px!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab.active{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab-count,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab:not(.active) .predict-tab-count{color:#fff!important;background:#282828!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-bar{color:#fff!important;background:#0e1110!important;border:1px solid #e5000061!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-label,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-label{color:#fff!important;font-size:16px!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-count,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-quota{color:var(--v2-surface-pale)!important;text-shadow:1px 1px #e50000a6!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-bar{background:#fbedb7db!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-bar-fill{background:linear-gradient(90deg,#f61d30 0%,#e50000 100%)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-btn{color:#fff!important;background:#5c0612!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-btn.active{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-card{color:#fff!important;filter:none!important;background-color:#91161f!important;background-image:linear-gradient(135deg,#c21b24 0%,#91161f 56%,#29060b 100%)!important;border-radius:28px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-league{color:#fff!important;background:#5c0612!important;max-width:calc(100% - 96px)!important;font-size:12px!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team-name{color:#fff!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-vs{color:#fff!important;font-weight:800!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tabs{border-bottom-color:#ffffff2e!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tab{color:#ffffffb8!important;font-weight:520!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tab-dot{background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-volume,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-pick-hint{color:#fff9!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row{color:#1a0f00!important;background:#fff!important;border:1px solid #1a0f000f!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row.home.selected,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row.away.selected{background:#fff7d4!important;border-color:#e5000070!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row.draw.selected{background:#f4f4f4!important;border-color:#78787880!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row.home .price-fill{opacity:.34!important;background:#e50000!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row.draw .price-fill{opacity:.48!important;background:#b9bcc2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row.away .price-fill{opacity:.28!important;background:#6a72ff!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-label,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-pct{color:#1a0f00!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-points-sub,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-profit-sub{color:#1a0f007a!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-profit,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .score-cell-profit{color:#00b34b!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .score-cell{color:#1a0f00!important;background:#fff!important;border-color:#1a0f0014!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .score-cell.selected{background:#fff7d4!important;border-color:#e5000070!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .my-pick,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .v2predict-pick-note{color:#91161f!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .v2predict-pick-note{background:#e5000014!important;border:1px solid #e5000033!important;border-radius:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .v2predict-pick-note:before{color:#e50000!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .v2predict-pick-note-stake{color:#fff!important;background:#91161f!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row{color:#fff!important;box-shadow:none!important;background:#0b0507!important;border:1px solid #e500009e!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty{border-radius:18px!important;padding:26px 18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty-icon{color:var(--v2-gold)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty p{color:#ffffffb8!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-section-head{color:#fff!important;margin-top:10px!important;font-size:16px!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status.won{color:#fff!important;background:#19c463!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status.refund{background:var(--v2-surface-pale)!important;color:#91161f!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-market{color:var(--v2-gold)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-match,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-teams{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-detail{background:var(--v2-surface-pale)!important;color:#1a0f00!important;border-radius:12px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:9px 12px!important;display:grid!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-pick,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-stake{color:#1a0f00!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-pick{font-size:15px!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-stake{font-size:13px!important;font-weight:650!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-foot,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-kickoff,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-league{color:#ffffffb8!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-league{color:var(--v2-gold)!important}@media (width<=480px){.v2-root.v2-shell.v2-theme-ace66 .v2predict-title{font-size:26px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab{font-size:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-when{font-size:15px!important}}.v2-root.v2-shell.v2-theme-ace66,.v2-root.v2-shell.v2-theme-ace66 *{letter-spacing:0!important;font-family:Poppins,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif!important}.v2-root.v2-shell.v2-theme-ace66{--ace-red:#e50000;--ace-red-hot:#f61d30;--ace-card:#c21b24;--ace-card-mid:#91161f;--ace-deep:#29060b;--ace-muted:#78232e;--ace-gold:#ffd112;--ace-cream:#fff7d4;--ace-gray:#282828;--ace-light:#cecece;--ace-card-gradient:linear-gradient(105deg, #c21b24 0%, #91161f 50%, #29060b 100%);--ace-card-gradient-soft:linear-gradient(130deg, #c21b24 0%, #91161f 54%, #29060b 100%)}:is(.v2-root.v2-shell.v2-theme-ace66 .v2-home-logo:not(:has(img)),.v2-root.v2-shell.v2-theme-ace66 .v2-brandmark-fallback){color:#0000!important;font-size:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-logo:not(:has(img)){width:154px!important;height:48px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;justify-content:flex-start!important}.v2-root.v2-shell.v2-theme-ace66 .v2-brandmark-fallback:before{content:"ACE66";color:var(--ace-gold);-webkit-text-stroke:1px #5c0612;text-shadow:1px 2px #91161f,0 3px 7px #00000061;font-size:30px;font-style:italic;font-weight:900;line-height:1;display:inline-block}.v2-root.v2-shell.v2-theme-ace66 .v2-home-logo:not(:has(img)):before{content:"ACE66";color:var(--ace-gold);-webkit-text-stroke:1px #5c0612;text-shadow:1px 2px #91161f,0 3px 7px #00000061;font-size:30px;font-style:italic;font-weight:900;line-height:1;display:inline-block}.v2-root.v2-shell.v2-theme-ace66 .v2-brandmark{height:34px!important;left:22px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-brandmark-fallback:before{font-size:18px}.v2-root.v2-shell.v2-theme-ace66 .v2-home,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page,.v2-root.v2-shell.v2-theme-ace66 .profile-page{padding-left:28px!important;padding-right:28px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-profile-btn,.v2-root.v2-shell.v2-theme-ace66 .profile-signout-btn,.v2-root.v2-shell.v2-theme-ace66 .v2missions-balance{background:var(--ace-gold)!important;color:#000!important;width:54px!important;height:54px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-profile-btn svg,.v2-root.v2-shell.v2-theme-ace66 .profile-signout-btn svg{stroke:#000!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet,.v2-root.v2-shell.v2-theme-ace66 .rw-balance-card,.v2-root.v2-shell.v2-theme-ace66 .profile-card.wallet-card-mini{background:var(--ace-red)!important;box-shadow:none!important;border:0!important;border-radius:32px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet{width:100%!important;margin:0 0 34px!important;padding:31px 30px 30px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-label,.v2-root.v2-shell.v2-theme-ace66 .rw-wallet-label,.v2-root.v2-shell.v2-theme-ace66 .stat-label{text-transform:none!important;font-size:28px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-num,.v2-root.v2-shell.v2-theme-ace66 .rw-wallet-num,.v2-root.v2-shell.v2-theme-ace66 .stat-value{font-size:72px!important;font-weight:800!important;line-height:.95!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-pts,.v2-root.v2-shell.v2-theme-ace66 .rw-wallet-pts,.v2-root.v2-shell.v2-theme-ace66 .stat-suffix{font-size:34px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-medal,.v2-root.v2-shell.v2-theme-ace66 .rw-medal,.v2-root.v2-shell.v2-theme-ace66 .wallet-medal{width:76px!important;height:76px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-bar,.v2-root.v2-shell.v2-theme-ace66 .rw-tier-progress,.v2-root.v2-shell.v2-theme-ace66 .tier-bar-track{background:#ffffff94!important;border-radius:999px!important;height:8px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-fill,.v2-root.v2-shell.v2-theme-ace66 .rw-tier-progress>div,.v2-root.v2-shell.v2-theme-ace66 .tier-bar-fill{background:var(--ace-gold)!important;border-radius:999px!important;min-width:10px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-progress-text,.v2-root.v2-shell.v2-theme-ace66 .tier-bar-label{color:#fff!important;font-size:22px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-checkin-title{margin-top:28px!important;font-size:28px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak{justify-content:space-between!important;align-items:center!important;gap:clamp(7px,2.2vw,13px)!important;width:100%!important;margin-top:21px!important;display:flex!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-box{width:auto!important;min-width:0!important;max-width:58px!important;height:clamp(52px,13.7vw,58px)!important;box-shadow:none!important;border-radius:9px!important;flex:1 1 0!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-claimed,.v2-root.v2-shell.v2-theme-ace66 .v2-streak-future{color:#0000006b!important;background:#78232ed6!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-current{color:#000!important;background:#fff!important;box-shadow:0 0 0 2px #78232e57!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-gold{background:var(--ace-gold)!important;color:#1a0f00!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-pts{font-size:clamp(10px,3vw,15px)!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-claim{border-radius:999px!important;height:60px!important;margin-top:28px!important;font-size:24px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home>.v2-sportsbook-cta{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-section{margin-top:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch{border-radius:31px!important;min-height:252px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-league{font-size:29px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-time{border-radius:999px!important;padding:12px 22px!important;font-size:20px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-badge{width:88px!important;height:88px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-vs{font-size:42px!important;font-weight:800!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-name{font-size:18px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2-mission,.v2-root.v2-shell.v2-theme-ace66 .v2missions-card{background:var(--ace-card-gradient)!important;box-shadow:none!important;border:0!important;border-radius:22px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-mission-title,.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy h3{color:#fff!important;font-size:21px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2-mission-sub,.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy p{color:#ffffffd1!important;font-size:17px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .v2-mission-btn,.v2-root.v2-shell.v2-theme-ace66 .v2missions-action button{background:var(--ace-gold)!important;color:#1a0f00!important;border-radius:999px!important;min-width:120px!important;height:48px!important;font-size:17px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .v2-mission-reward,.v2-root.v2-shell.v2-theme-ace66 .v2missions-action span{color:#fff!important;font-size:31px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav:before,.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-inner{inset:10px 28px calc(14px + env(safe-area-inset-bottom))!important;background:var(--ace-gold)!important;border-radius:999px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-tab{gap:5px!important;min-height:76px!important;padding:8px 2px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-tab-active:before{width:91px!important;height:91px!important;box-shadow:none!important;background:#000!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-iconwrap svg{stroke-width:2.1px!important;width:26px!important;height:26px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-label{font-size:13px!important;font-weight:500!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-title,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-title,.v2-root.v2-shell.v2-theme-ace66 .profile-title{font-size:34px!important;font-weight:700!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-wallet{background:var(--ace-red)!important;color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-wallet-num,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-wallet-label{color:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab{border-radius:999px!important;height:62px!important;font-size:19px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-bar{background:var(--ace-card-gradient-soft)!important;border:1px solid #e5000040!important;border-radius:18px!important;min-height:146px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-count,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-quota,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-btn{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-card{background-color:#0000!important;background-image:var(--market-card-frame)!important;box-shadow:none!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important;border:0!important;border-radius:0!important;padding:24px 24px 34px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-card:after{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-league{background:var(--ace-muted)!important;color:#fff!important;border-radius:999px!important;max-width:calc(100% - 118px)!important;padding:6px 13px!important;font-size:17px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-when{color:var(--ace-red)!important;font-size:22px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team-name{color:#000!important;font-size:19px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-teams{gap:16px!important;margin-top:16px!important;margin-bottom:20px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team{gap:8px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team .team-logo{width:50px!important;height:50px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-vs{color:#000!important;letter-spacing:0!important;font-size:32px!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tabs{border-bottom-color:#78232e3d!important;margin-bottom:10px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tab{color:#000!important;padding:7px 8px 8px!important;font-size:18px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tab.active{color:var(--ace-red)!important;border-bottom-color:var(--ace-red)!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-volume{color:#0000008a!important;margin-bottom:8px!important;font-size:14px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-bars{gap:5px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-label{font-size:15px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-foot{color:#00000061!important;min-height:27px!important;margin-top:10px!important;font-size:14px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .comp-title,.v2-root.v2-shell.v2-theme-ace66 .v2live-picker-title{font-size:40px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card{background:var(--ace-card-gradient-soft)!important;text-align:center!important;border:0!important;border-radius:25px!important;justify-content:center!important;align-items:center!important;min-height:226px!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-name{font-size:25px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-meta,.v2-root.v2-shell.v2-theme-ace66 .comp-card-count{font-size:18px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-league-card{background:var(--ace-gold)!important;border-radius:30px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-timetable{border-radius:58px 58px 0 0!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-day-label{font-size:24px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match,.v2-root.v2-shell.v2-theme-ace66 .v2live-match-live{background:linear-gradient(90deg,#c21b24 0%,#91161f 44%,#29060b 100%)!important;border:1px solid #e5000038!important;border-radius:20px!important;min-height:84px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match-clock{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif!important;font-size:42px!important;font-weight:900!important;line-height:.9!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-card{border-radius:31px!important;padding:32px 30px 29px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-pill{border-radius:999px!important;height:50px!important;padding:0 25px!important;font-size:18px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card{background:var(--ace-card-gradient)!important;border-radius:17px!important;min-height:178px!important;padding:18px 16px 16px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card h4{margin-top:14px!important;margin-bottom:4px!important;font-size:18px!important;font-weight:600!important;line-height:1.08!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-expires{text-transform:none!important;font-size:13px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-claim-pill{border-radius:999px!important;min-width:90px!important;height:31px!important;font-size:14px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-foot{gap:10px!important;margin-top:auto!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-pts-num{font-size:20px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-pts-suffix{font-size:12px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-sportsbook-btn,.v2-root.v2-shell.v2-theme-ace66 .profile-page .btn.btn-primary{border-radius:999px!important;height:66px!important;font-size:25px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .profile-header{padding-top:26px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-status{justify-content:center!important;min-height:76px!important;padding:20px 28px 8px!important;position:relative!important}.v2-root.v2-shell.v2-theme-ace66 .profile-status .v2-brandmark,.v2-root.v2-shell.v2-theme-ace66 .profile-status>span:first-of-type{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .profile-status>span:nth-of-type(2){font-size:34px!important;font-weight:700!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-status .profile-signout-btn{position:absolute!important;top:10px!important;right:28px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-avatar{width:98px!important;height:98px!important;font-size:58px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .profile-name-row h2{font-size:29px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .profile-card.wallet-card-mini{border-radius:28px!important;padding:27px 30px!important}.v2-root.v2-shell.v2-theme-ace66 .completion-card,.v2-root.v2-shell.v2-theme-ace66 .referral-card{background:var(--ace-card-gradient)!important;border:1px solid #ffd112db!important;border-radius:26px!important;padding:28px 30px!important}.v2-root.v2-shell.v2-theme-ace66 .completion-title,.v2-root.v2-shell.v2-theme-ace66 .referral-head-title{font-size:26px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .completion-sub,.v2-root.v2-shell.v2-theme-ace66 .completion-item,.v2-root.v2-shell.v2-theme-ace66 .referral-tip{font-size:18px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .completion-cta{border:0!important;justify-content:flex-end!important;height:52px!important;font-size:28px!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .referral-code-row{border-radius:9px!important;height:64px!important}.v2-root.v2-shell.v2-theme-ace66 .referral-btn{border-radius:999px!important;height:54px!important;font-size:19px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .referral-stat{border-radius:6px!important;min-height:78px!important}.v2-root.v2-shell.v2-theme-ace66{--ace-type-page:clamp(28px, 7.6vw, 32px);--ace-type-section:clamp(24px, 6.4vw, 28px);--ace-type-card-title:clamp(18px, 5vw, 22px);--ace-type-body:clamp(13px, 3.8vw, 15px);--ace-type-caption:clamp(11px, 3.1vw, 12px);--ace-type-button:clamp(13px, 3.7vw, 15px)}.v2-root.v2-shell.v2-theme-ace66 .v2predict-title,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-title,.v2-root.v2-shell.v2-theme-ace66 .profile-status>span:nth-of-type(2),.v2-root.v2-shell.v2-theme-ace66 .profile-status>span:last-of-type,.v2-root.v2-shell.v2-theme-ace66 .comp-title,.v2-root.v2-shell.v2-theme-ace66 .v2live-picker-title{font-size:var(--ace-type-page)!important;font-weight:700!important;line-height:1.12!important}.v2-root.v2-shell.v2-theme-ace66 .profile-status>span[style*=width]{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-section-title,.v2-root.v2-shell.v2-theme-ace66 .v2missions-section-head h2{font-size:var(--ace-type-section)!important;font-weight:500!important;line-height:1.18!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-label,.v2-root.v2-shell.v2-theme-ace66 .rw-wallet-label,.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-checkin-title,.v2-root.v2-shell.v2-theme-ace66 .completion-title,.v2-root.v2-shell.v2-theme-ace66 .referral-head-title,.v2-root.v2-shell.v2-theme-ace66 .v2-mission-title,.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy h3{font-size:var(--ace-type-card-title)!important;font-weight:600!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-num,.v2-root.v2-shell.v2-theme-ace66 .rw-wallet-num{font-size:clamp(52px,14.5vw,62px)!important;line-height:.95!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-pts,.v2-root.v2-shell.v2-theme-ace66 .rw-wallet-pts{font-size:clamp(22px,6.2vw,27px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-progress-text,.v2-root.v2-shell.v2-theme-ace66 .v2-mission-sub,.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy p,.v2-root.v2-shell.v2-theme-ace66 .completion-sub,.v2-root.v2-shell.v2-theme-ace66 .completion-item,.v2-root.v2-shell.v2-theme-ace66 .referral-tip{font-size:var(--ace-type-body)!important;font-weight:400!important;line-height:1.35!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-claim,.v2-root.v2-shell.v2-theme-ace66 .v2-mission-btn,.v2-root.v2-shell.v2-theme-ace66 .v2missions-action button,.v2-root.v2-shell.v2-theme-ace66 .filter-pill,.v2-root.v2-shell.v2-theme-ace66 .reward-claim-pill,.v2-root.v2-shell.v2-theme-ace66 .referral-btn,.v2-root.v2-shell.v2-theme-ace66 .rw-sportsbook-btn,.v2-root.v2-shell.v2-theme-ace66 .profile-page .btn.btn-primary{font-size:var(--ace-type-button)!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-avatar{width:clamp(78px,21vw,88px)!important;height:clamp(78px,21vw,88px)!important;font-size:clamp(42px,12vw,50px)!important}.v2-root.v2-shell.v2-theme-ace66 .profile-name-row h2{font-size:clamp(22px,6vw,25px)!important;font-weight:600!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-card.wallet-card-mini{padding:22px 24px!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .profile-stat-row{gap:16px!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .stat-label{white-space:nowrap!important;font-size:clamp(16px,4.5vw,18px)!important;line-height:1.12!important;display:block!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .stat-value{font-size:clamp(44px,12vw,52px)!important;line-height:.98!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .stat-suffix{font-size:clamp(16px,4.5vw,20px)!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .mini-label{font-size:var(--ace-type-caption)!important}.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini .mini-value{font-size:clamp(14px,4vw,16px)!important}.v2-root.v2-shell.v2-theme-ace66 .completion-card,.v2-root.v2-shell.v2-theme-ace66 .referral-card{padding:22px 24px!important}.v2-root.v2-shell.v2-theme-ace66 .completion-cta{height:44px!important;font-size:clamp(18px,5vw,21px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab{height:56px!important;font-size:clamp(15px,4.2vw,17px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-bar{min-height:126px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-label,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-label{font-size:var(--ace-type-body)!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-count{font-size:clamp(46px,12vw,54px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-league{font-size:clamp(13px,3.7vw,15px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-when{font-size:clamp(18px,5vw,21px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team-name,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tab{font-size:clamp(14px,4vw,16px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-label{font-size:clamp(12px,3.5vw,14px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-pct{font-size:clamp(13px,3.8vw,15px)!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card{min-height:204px!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-name{font-size:clamp(18px,5vw,21px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-day-label{font-size:clamp(18px,5vw,21px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card h4{font-size:clamp(15px,4.2vw,17px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-expires,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-badge{font-size:var(--ace-type-caption)!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page{padding-left:18px!important;padding-right:18px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page{padding-left:0!important;padding-right:0!important}.v2-root.v2-shell.v2-theme-ace66 .profile-body{padding-left:16px!important;padding-right:16px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-card,.v2-root.v2-shell.v2-theme-ace66 .wallet-card-mini,.v2-root.v2-shell.v2-theme-ace66 .completion-card,.v2-root.v2-shell.v2-theme-ace66 .referral-card{width:100%!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-section-head{color:#ffffffe6!important;margin:20px 0 12px!important;font-size:14px!important;font-weight:400!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-list{flex-direction:column!important;gap:14px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row{color:#fff!important;width:100%!important;min-height:0!important;box-shadow:none!important;opacity:1!important;background:linear-gradient(135deg,#91161f 0%,#7a0b14 52%,#5c0612 100%)!important;border:0!important;border-radius:18px!important;flex-direction:column!important;gap:12px!important;padding:16px 16px 14px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-market{color:#fff!important;text-transform:capitalize!important;letter-spacing:0!important;font-size:13px!important;font-weight:500!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status{text-transform:uppercase!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:72px!important;height:24px!important;padding:0 10px!important;font-size:12px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status.pending,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status.won{color:#1a0f00!important;background:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status.lost{color:#fff!important;background:#282828!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-status.refund{color:#1a0f00!important;background:#cecece!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-match{color:#fff!important;grid-template-columns:38px minmax(0,1fr) 38px!important;align-items:center!important;gap:12px!important;display:grid!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-match .team-logo{-o-object-fit:contain!important;object-fit:contain!important;justify-self:center!important;width:34px!important;height:34px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-teams{color:#fff!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-detail{color:#1a0f00!important;background:#eee!important;border-radius:8px!important;justify-content:flex-start!important;align-items:center!important;min-height:30px!important;padding:5px 11px!important;display:flex!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-pick{color:#1a0f00!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:18px!important;font-weight:500!important;line-height:1.12!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-stake{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-foot{color:#fff!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-kickoff,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-league{color:#fff!important;min-width:0!important;font-size:13px!important;font-weight:500!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-league{text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty{min-height:0!important;box-shadow:none!important;color:#ffffffb8!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:4px 0!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty-icon{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty p{color:#ffffffb8!important;text-align:left!important;max-width:260px!important;margin:0!important;font-size:14px!important;font-weight:400!important;line-height:1.45!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-empty strong{color:#fff!important;font-weight:600!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-card>.row:nth-of-type(2){align-items:flex-end!important;margin-top:18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-card>.row:nth-of-type(2)>.col{flex-direction:column!important;gap:8px!important;margin-right:0!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress{order:1!important;width:100%!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-target{color:#fff!important;text-align:left!important;white-space:normal!important;order:2!important;max-width:100%!important;margin:8px 0 0!important;font-size:12px!important;font-weight:600!important;line-height:1.1!important;display:block!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-sportsbook-btn{white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:999px!important;width:min(100%,336px)!important;height:66px!important;margin-left:auto!important;margin-right:auto!important;padding:0 22px!important;font-size:clamp(19px,5vw,24px)!important;font-weight:600!important;line-height:1.05!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-detail,.v2-root.v2-shell.v2-theme-ace66 .v2live-timetable{overflow-x:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-timetable{box-sizing:border-box!important;max-width:100%!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match,.v2-root.v2-shell.v2-theme-ace66 .v2live-match-live{box-sizing:border-box!important;border:0!important;outline:0!important;grid-template-columns:minmax(72px,86px) 1px minmax(0,1fr) 28px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero){padding:0 0 calc(116px + env(safe-area-inset-bottom))!important;background:#000!important;overflow-x:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .live-breadcrumb{color:#fff!important;background:#000!important;height:88px!important;padding:22px 28px 16px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .live-back{color:#fff!important;background:0 0!important;gap:8px!important;font-size:32px!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .live-back svg{stroke-width:2.6px!important;width:32px!important;height:32px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .live-breadcrumb h2{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-hero{background-blend-mode:normal!important;background-color:#000!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border-radius:0!important;width:100%!important;min-height:clamp(300px,64vw,386px)!important;margin:0!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-shade{background:linear-gradient(#0000005c 0%,#0000001f 43%,#0000007a 100%),radial-gradient(circle at 50% 68%,#ffd1121a 0%,#0000 46%)!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-content{flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;min-height:clamp(300px,64vw,386px)!important;padding:30px 28px 36px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-content h1{color:#fff!important;text-align:center!important;margin:0!important;font-size:clamp(34px,8vw,42px)!important;font-weight:700!important;line-height:1.08!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-live,.v2-root.v2-shell.v2-theme-ace66 .v2player-kickoff{color:#e50000!important;text-align:center!important;margin:16px 0 0!important;font-size:clamp(24px,6vw,32px)!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-kickoff{color:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-time{color:#000!important;background:#ffffffc7!important;border:0!important;border-radius:7px!important;justify-content:center!important;align-items:center!important;min-width:98px!important;height:33px!important;margin-top:8px!important;padding:0 18px!important;font-size:21px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-teams{grid-template-columns:minmax(82px,1fr) minmax(120px,1.1fr) minmax(82px,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;margin-top:auto!important;display:grid!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-team{background:#fff!important;border-radius:50%!important;width:clamp(78px,20vw,96px)!important;height:clamp(78px,20vw,96px)!important;box-shadow:0 10px 22px #00000057!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-team img{max-width:72%!important;max-height:72%!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-team:first-child,.v2-root.v2-shell.v2-theme-ace66 .v2player-team:last-child{justify-self:center!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-vs{color:#fff!important;text-align:center!important;gap:2px!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-vs span{color:#fff!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:clamp(14px,3.6vw,18px)!important;font-weight:500!important;line-height:1.15!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-vs strong{color:#fff!important;font-size:clamp(36px,9vw,48px)!important;font-weight:800!important;line-height:.98!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tabs{background:linear-gradient(90deg,#29060b 0%,#5c0612 54%,#29060b 100%)!important;border:1px solid #e50000cc!important;border-radius:12px!important;gap:4px!important;height:58px!important;padding:5px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab{color:#ffffffb3!important;border-radius:8px!important;height:46px!important;font-size:14px!important;font-weight:500!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab.active{color:#1a0f00!important;background:#fff!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab:last-child{color:#ffd112!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner{color:#1a0f00!important;background:#ffd112!important;border-radius:12px!important;padding:20px 18px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner-label{color:#1a0f00!important;letter-spacing:.16em!important;font-size:11px!important;font-weight:600!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner-name{color:#000!important;margin-top:8px!important;font-size:clamp(23px,6vw,31px)!important;font-weight:700!important;line-height:1.08!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-advice{color:#1a0f00!important;margin-top:8px!important;font-size:16px!important;font-weight:400!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-section{gap:10px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-section-title{color:#fff!important;font-size:20px!important;font-weight:500!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-bar{background:#555557!important;border-radius:6px!important;height:33px!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-bar>div{font-size:15px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-home{color:#000!important;background:#35f445!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-draw{color:#fff!important;background:#b6b6b6!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-away{color:#fff!important;background:#5d6dff!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-legend{color:#ffffffc7!important;gap:18px!important;font-size:14px!important}:is(.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-row,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h-row){color:#fff!important;background:linear-gradient(90deg,#c21b24 0%,#5c0612 52%,#29060b 100%)!important;border:1px solid #e50000b8!important;border-radius:10px!important;min-height:43px!important;padding:8px 14px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h{gap:8px!important}:is(.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h-score,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-val){color:#ffd112!important;font-size:18px!important;font-weight:700!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-explain{color:#ffffff9e!important;font-size:13px!important;line-height:1.35!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-row{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:7px!important;margin-top:20px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-meter{flex-direction:column!important;width:100%!important;min-width:0!important;margin:0!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-name{display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress{width:100%!important;height:7px!important;margin:0!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress>div{height:7px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-progress>div:after{content:none!important;display:none!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-target{color:#fff!important;text-align:left!important;white-space:normal!important;width:100%!important;margin:3px 0 0!important;padding:0!important;font-size:12px!important;font-weight:600!important;line-height:1.15!important;display:block!important;position:static!important;inset:auto!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-sportsbook-btn{white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:999px!important;width:min(100%,306px)!important;height:54px!important;min-height:54px!important;margin:26px auto 0!important;padding:0 20px!important;font-size:18px!important;font-weight:600!important;line-height:1!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page{font-size:13px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-status{min-height:60px!important;padding-top:12px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-status>span:nth-of-type(2){font-size:24px!important;font-weight:700!important;line-height:1.05!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-header{gap:14px!important;margin-top:2px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-avatar{width:76px!important;height:76px!important;font-size:42px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-name-row h2{font-size:21px!important;font-weight:700!important;line-height:1.08!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-tier{height:19px!important;padding:0 8px!important;font-size:9px!important;line-height:19px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-edit-inline{width:24px!important;height:24px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card.wallet-card-mini{border-radius:28px!important;padding:18px 22px 20px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .stat-label{font-size:16px!important;font-weight:700!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .stat-value{font-size:39px!important;font-weight:800!important;line-height:.95!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .stat-suffix{font-size:16px!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .tier-bar-label{font-size:16px!important;font-weight:600!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .mini-label{font-size:10px!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .mini-value{font-size:13px!important;font-weight:700!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-card,.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-card,.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card:not(.wallet-card-mini){border-radius:24px!important;padding:18px 22px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-title,.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-head-title,.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card h3{font-size:18px!important;font-weight:700!important;line-height:1.18!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-sub,.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card p{font-size:12px!important;font-weight:400!important;line-height:1.35!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-percent{font-size:17px!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-list{gap:6px!important;margin-top:10px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-item{font-size:13px!important;font-weight:500!important;line-height:1.22!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-points{min-width:44px!important;height:20px!important;padding:0 8px!important;font-size:10px!important;line-height:20px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-more{font-size:11px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-cta{margin-top:22px!important;font-size:16px!important;font-weight:700!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-code-row,.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-stat{min-height:52px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-code-label,.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-stat-label{font-size:9px!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-code{font-size:20px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-btn{height:40px!important;font-size:13px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-stat-num{font-size:17px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-tip{font-size:11px!important;line-height:1.35!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .lang-pill,.v2-root.v2-shell.v2-theme-ace66 .profile-page .btn,.v2-root.v2-shell.v2-theme-ace66 .profile-page .notif-toggle{font-size:13px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission{-moz-column-gap:12px!important;box-sizing:border-box!important;border-radius:24px!important;grid-template-columns:42px minmax(0,1fr) minmax(104px,116px)!important;align-items:center!important;gap:6px 12px!important;width:100%!important;padding:18px!important;display:grid!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-home-section{padding-left:0!important;padding-right:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon{place-self:center!important;width:42px!important;min-width:42px!important;height:42px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-text{width:100%!important;min-width:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-title{color:#fff!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;margin:0 0 4px!important;font-size:clamp(15px,4vw,17px)!important;font-weight:600!important;line-height:1.16!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-sub{color:#ffffffc7!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;margin:0!important;font-size:clamp(12px,3.2vw,13px)!important;font-weight:400!important;line-height:1.28!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-cta{flex-direction:column!important;justify-content:center!important;place-self:center end!important;align-items:flex-end!important;gap:10px!important;width:100%!important;min-width:0!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-btn{white-space:nowrap!important;border-radius:999px!important;width:100%!important;min-width:0!important;height:42px!important;padding:0 10px!important;font-size:clamp(12px,3.1vw,13px)!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-reward{color:#fff!important;font-size:clamp(24px,7vw,30px)!important;font-weight:500!important;line-height:1!important}@media (width<=374px){.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission{-moz-column-gap:10px!important;grid-template-columns:36px minmax(0,1fr) 96px!important;column-gap:10px!important;padding:16px 14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon{width:36px!important;min-width:36px!important;height:36px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon svg,.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon img{width:30px!important;height:30px!important}}.v2-root.v2-shell.v2-theme-ace66 .v2-home{padding:env(safe-area-inset-top) 0 calc(112px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-topbar{padding:14px 22px 10px!important}:is(.v2-root.v2-shell.v2-theme-ace66 .v2-home-logo,.v2-root.v2-shell.v2-theme-ace66 .v2-home-logo:not(:has(img))){width:112px!important;height:32px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-logo:not(:has(img)):before{font-size:24px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-profile-btn{width:40px!important;height:40px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet{border-radius:var(--v2-radius-xl)!important;width:auto!important;margin:0 22px!important;padding:22px 20px 18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-head{align-items:flex-start!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-amount{gap:4px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-label{margin-right:4px!important;font-size:18px!important;font-weight:700!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-num{font-size:44px!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-pts{font-size:16px!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-medal{width:44px!important;height:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-progress{margin-top:14px!important;padding-bottom:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-bar{height:4px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-progress-text{margin:8px 0 0!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-checkin-title{margin:12px 0 10px!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:6px!important;margin-top:0!important;display:grid!important;overflow:visible!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-box{aspect-ratio:1!important;border-radius:var(--v2-radius-sm)!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-day{font-family:Poppins,Manrope,system-ui,sans-serif!important;font-size:14px!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-streak-pts{margin-top:3px!important;font-size:10px!important;font-weight:600!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-wallet-claim{height:auto!important;margin-top:16px!important;padding:14px!important;font-size:16px!important;font-weight:800!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-home-section,.v2-root.v2-shell.v2-theme-ace66 .v2-home-section{margin-top:28px!important;padding:0 22px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-section:has(.v2-nextmatch){margin-bottom:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-section-head{margin-bottom:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-section-title{margin:0 0 12px!important;font-size:22px!important;font-weight:500!important;line-height:1.18!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-section-head .v2-home-section-title{margin-bottom:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home-seeall{font-size:14px!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch{aspect-ratio:2124/1361!important;border-radius:0!important;min-height:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-content{padding:6% 5% 0!important;inset:0 0 16%!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-league{font-size:clamp(16px,4.6vw,20px)!important;font-weight:800!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-time{border-radius:var(--v2-radius-pill)!important;padding:2.3% 4%!important;font-size:clamp(10px,2.8vw,12px)!important;font-weight:600!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-teams{gap:4%!important;padding:0 7%!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-team{gap:.35rem!important;max-width:31%!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-badge{aspect-ratio:1!important;width:70%!important;height:auto!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-vs{font-size:clamp(24px,7vw,30px)!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-nextmatch-name{font-size:clamp(11px,3.25vw,13px)!important;font-weight:500!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission{border-radius:var(--v2-radius-md)!important;align-items:center!important;gap:12px!important;width:100%!important;padding:14px!important;display:flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon{flex-shrink:0!important;width:44px!important;min-width:44px!important;height:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon svg,.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-icon img{width:34px!important;height:34px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-text{flex:auto!important;min-width:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-title{margin:0 0 2px!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-sub{margin:0!important;font-size:12px!important;font-weight:400!important;line-height:1.25!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-cta{flex:none!important;align-items:flex-end!important;gap:4px!important;width:auto!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-btn{width:auto!important;min-width:0!important;height:auto!important;padding:6px 14px!important;font-size:12px!important;font-weight:800!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-home .v2-mission-reward{font-size:13px!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page,.v2-root.v2-shell.v2-theme-ace66 .profile-page{padding-left:0!important;padding-right:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page{padding-bottom:96px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-status{min-height:68px!important;padding:18px 22px 0!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-title{font-size:26px!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-wallet{border-radius:999px!important;padding:8px 13px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-wallet-num{font-size:17px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-wallet-label{font-size:14px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab-bar,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-body{padding-left:18px!important;padding-right:18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab-bar{gap:14px!important;padding-top:24px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab{border-radius:22px!important;height:auto!important;min-height:50px!important;padding:12px 16px!important;font-size:14px!important;font-weight:600!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-tab-count{padding:1px 8px!important;font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .predict-body{gap:20px!important;padding-top:28px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-control-grid{gap:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-bar{border-radius:16px!important;min-height:96px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter{padding:16px 16px 18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-bar{gap:12px!important;padding:16px 14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-label,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-label{font-size:14px!important;font-weight:600!important;line-height:1.18!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-count,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .slot-meter-quota{font-size:34px!important;line-height:.9!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-buttons{gap:6px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .stake-btn{border-radius:6px!important;min-width:0!important;height:32px!important;padding:0!important;font-size:17px!important;font-weight:800!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-list{gap:0!important;padding-bottom:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-card{border-radius:24px!important;margin-bottom:-30px!important;padding:20px 18px 54px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-card+.market-card{padding-top:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-card:last-child{margin-bottom:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-league{max-width:calc(100% - 88px)!important;padding:4px 13px!important;font-size:12px!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-when{font-size:15px!important;font-weight:600!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-head{margin-bottom:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-teams{margin:20px 0 18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .team-logo,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team .team-logo{width:44px!important;height:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-team-name,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-tab{font-size:14px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-vs{font-size:24px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-volume,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .market-pick-hint{font-size:12px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-row{border-radius:5px!important;min-height:44px!important;padding:8px 10px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-label{font-size:12px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-pct{font-size:13px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .price-profit{font-size:12px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .my-pick,.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .v2predict-pick-note{font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-section-head{margin:20px 0 10px!important;font-size:15px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .picks-list{gap:10px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row{border-radius:18px!important;gap:9px!important;padding:13px 14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-match{gap:7px!important;font-size:11.5px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-match .team-logo{flex-basis:34px!important;width:34px!important;height:34px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-detail{border-radius:10px!important;padding:8px 10px!important;font-size:15px!important}.v2-root.v2-shell.v2-theme-ace66 .v2predict-page .pick-row-foot{font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-title{padding-top:18px!important;font-size:22px!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rewards-body{padding:22px 18px calc(96px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-card{border-radius:22px!important;min-height:148px!important;margin-bottom:22px!important;padding:18px 18px 42px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-label{font-size:13px!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-num{font-size:36px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-balance-suffix{font-size:16px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-medal{font-size:12px!important;top:20px!important;right:20px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-tier-medal img{width:44px!important;height:44px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-row{gap:10px!important;margin-bottom:22px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-pill{border-radius:24px!important;padding:9px 13px!important;font-size:12px!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-grid{gap:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card{border-radius:12px!important;min-height:150px!important;padding:13px 12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-icon{border-radius:6px!important;width:36px!important;height:36px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card h4{font-size:13px!important;line-height:1.18!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-expires,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-badge{font-size:10px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-badge{font-size:7px!important;top:18px!important;right:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-pts-num{font-size:15px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-pts-suffix{font-size:9px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-claim-pill{padding:5px 8px!important;font-size:10px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .rw-sportsbook-btn{width:calc(100% - 56px)!important;height:auto!important;min-height:54px!important;font-size:14px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-status{min-height:56px!important;padding:14px 22px 8px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-status>span:nth-of-type(2){font-size:22px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-signout-btn{width:40px!important;height:40px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-body{padding:6px 22px calc(96px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-header{gap:14px!important;padding:12px 4px 18px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-avatar{width:56px!important;height:56px!important;font-size:22px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-name-row h2{font-size:20px!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card.wallet-card-mini,.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card:not(.wallet-card-mini),.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-card,.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-card{border-radius:14px!important;margin-bottom:12px!important;padding:16px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .stat-label{font-size:10px!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .stat-value{font-size:26px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .stat-suffix{font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .tier-bar-label{font-size:11px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .mini-label{font-size:10px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .wallet-card-mini .mini-value{font-size:16px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-title,.v2-root.v2-shell.v2-theme-ace66 .profile-page .referral-head-title,.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card h3{font-size:16px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-sub,.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-item,.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-card p{font-size:12px!important;line-height:1.35!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .completion-cta{border-radius:12px!important;min-height:36px!important;margin:8px 0 0!important;padding:8px 14px!important;font-size:13px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-hero-copy h1{font-size:36px!important;line-height:1.08!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-hero-copy p{max-width:340px!important;font-size:18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary{border-radius:32px!important;margin-bottom:26px!important;padding:24px 26px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary span,.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary small{font-size:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary strong{font-size:38px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary img{width:50px!important;height:50px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-section-head h2{font-size:22px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-section-head span{font-size:16px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-card{border-radius:18px!important;grid-template-columns:48px minmax(0,1fr) minmax(82px,auto)!important;gap:12px!important;min-height:94px!important;padding:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-icon{border-radius:13px!important;width:46px!important;height:46px!important;padding:11px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy h3{font-size:16px!important;line-height:1.08!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy p{font-size:12px!important;line-height:1.3!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action span{font-size:24px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action button{min-width:84px!important;max-width:112px!important;padding:10px 12px!important;font-size:12px!important}@media (width<=370px){.v2-root.v2-shell.v2-theme-ace66 .v2missions-card{grid-template-columns:42px minmax(0,1fr) 76px!important;gap:10px!important;padding:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-icon{width:42px!important;height:42px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy h3{font-size:15px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy p{font-size:11px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action button{min-width:76px!important;padding:9px 10px!important;font-size:11px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action span{font-size:22px!important}}.v2-root.v2-shell.v2-theme-ace66 .comp-title,.v2-root.v2-shell.v2-theme-ace66 .v2live-picker-title{font-size:26px!important;line-height:1.15!important}.v2-root.v2-shell.v2-theme-ace66 .comp-list{gap:12px!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card{border-radius:18px!important;min-height:148px!important;padding:16px!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-icon{border-radius:14px!important;width:56px!important;height:56px!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-icon-img{width:40px!important;height:40px!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-name{font-size:16px!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .comp-card-meta,.v2-root.v2-shell.v2-theme-ace66 .comp-card-count{font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-hero{min-height:286px!important;padding-bottom:118px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-back{font-size:15px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-league-card{border-radius:28px!important;gap:14px!important;height:82px!important;padding:0 16px!important;top:118px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-league-logo{width:56px!important;height:56px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-league-name{font-size:16px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-league-meta{font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-timetable{padding:0 28px calc(var(--v2-nav-height) + 36px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-day-label{margin-bottom:18px!important;font-size:15px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match{border-radius:20px!important;grid-template-columns:70px 1px minmax(0,1fr) 28px!important;gap:10px!important;margin-bottom:20px!important;padding:14px 12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match-day{font-size:11px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match-clock{font-size:24px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match-teams{gap:8px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-team-name{font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2live-match-bell{width:30px!important;height:30px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .live-breadcrumb{height:68px!important;padding:18px 22px 10px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .live-back{font-size:24px!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-hero,.v2-root.v2-shell.v2-theme-ace66 .v2player-content{min-height:clamp(260px,62vw,330px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-content{padding:24px 22px 30px!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-content h1{font-size:clamp(28px,7vw,34px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-live,.v2-root.v2-shell.v2-theme-ace66 .v2player-kickoff{margin-top:12px!important;font-size:clamp(20px,5vw,26px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-time{min-width:86px!important;height:30px!important;font-size:18px!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-team{width:clamp(70px,18vw,86px)!important;height:clamp(70px,18vw,86px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-vs span{font-size:clamp(12px,3.2vw,16px)!important}.v2-root.v2-shell.v2-theme-ace66 .v2player-vs strong{font-size:clamp(30px,8vw,40px)!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .match-details{gap:18px!important;padding:20px 22px 0!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tabs{border-radius:10px!important;height:50px!important;padding:4px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tab{height:40px!important;font-size:12px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner{border-radius:12px!important;padding:16px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-section-title{font-size:16px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-bar{height:28px!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-prob-bar>div{font-size:12px!important}:is(.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-goals-row,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h-row){border-radius:10px!important;min-height:40px!important;padding:8px 12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card,.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card.popular{box-shadow:none!important;border:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav{padding:10px 18px calc(14px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav:before,.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-inner{inset:10px 18px calc(14px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-tab{gap:3px!important;min-width:0!important;min-height:68px!important;padding:7px 0!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-tab-active:before{width:70px!important;height:70px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-iconwrap,.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-iconwrap svg{width:23px!important;height:23px!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-label{font-size:11px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-tab-ace-live .v2-bottomnav-iconwrap,.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-tab-ace-live .v2-bottomnav-label{animation:5s ease-in-out infinite ace66-live-normal-swap}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-ace66-logo-swap{opacity:0;pointer-events:none;justify-content:center;align-items:center;animation:5s ease-in-out infinite ace66-live-logo-swap;display:flex;position:absolute;inset:8px 0 9px}.v2-root.v2-shell.v2-theme-ace66 .v2-bottomnav-ace66-logo-swap img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:54px;height:auto;max-height:44px;display:block}@keyframes ace66-live-normal-swap{0%,40%{opacity:1;transform:scale(1)}50%,82%{opacity:0;transform:scale(.84)}92%,to{opacity:1;transform:scale(1)}}@keyframes ace66-live-logo-swap{0%,40%{opacity:0;transform:scale(.78)}50%,82%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.78)}}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-row{align-items:center!important;gap:10px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .filter-pill{white-space:nowrap!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:72px!important;height:48px!important;padding:0 18px!important;display:inline-flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card{padding-bottom:56px!important;position:relative!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-foot{flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:6px!important;display:flex!important;position:absolute!important;bottom:14px!important;left:12px!important;right:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-foot>span:first-child{white-space:nowrap!important;min-width:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-claim-pill{white-space:nowrap!important;border-radius:999px!important;flex:0 0 86px!important;justify-content:center!important;align-items:center!important;width:86px!important;height:30px!important;padding:0 8px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important}.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .match-details{box-sizing:border-box!important;width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;margin:18px 16px 0!important;padding:20px 0 0!important}:is(.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-tabs,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-winner,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pred-section,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-h2h-row,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro,.v2-root.v2-shell.v2-theme-ace66 .live-page:has(.v2player-hero) .md-pro-card){box-sizing:border-box!important;width:100%!important;max-width:100%!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-body{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .btn.btn-primary{margin-top:10px!important;margin-bottom:10px!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page .profile-hint{margin:0 0 12px!important;line-height:1.25!important}.v2-root.v2-shell.v2-theme-ace66[data-active-page=profile] .v2-floatbet,.v2-root.v2-shell.v2-theme-ace66[data-active-page=rewards] .v2-floatbet,.v2-root.v2-shell.v2-theme-ace66[data-active-page=missions] .v2-floatbet,:is(html:has(.v2-root.v2-shell.v2-theme-ace66[data-active-page=profile]) .v2-floatbet,html:has(.v2-root.v2-shell.v2-theme-ace66[data-active-page=rewards]) .v2-floatbet,html:has(.v2-root.v2-shell.v2-theme-ace66[data-active-page=missions]) .v2-floatbet,body:has(.v2-root.v2-shell.v2-theme-ace66[data-active-page=profile]) .v2-floatbet,body:has(.v2-root.v2-shell.v2-theme-ace66[data-active-page=rewards]) .v2-floatbet,body:has(.v2-root.v2-shell.v2-theme-ace66[data-active-page=missions]) .v2-floatbet){display:none!important}:is(html:has(.v2-root.v2-shell.v2-theme-ace66) .v2-floatbet-main,body:has(.v2-root.v2-shell.v2-theme-ace66) .v2-floatbet-main){background:linear-gradient(100deg,#e50000 0%,#91161f 100%)!important}.v2-root.v2-shell.v2-theme-ace66:has(.profile-page) .v2-shell-main{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.v2-root.v2-shell.v2-theme-ace66 .profile-page{padding-bottom:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-card{padding-bottom:82px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-foot{flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;gap:8px!important;bottom:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-foot>span:first-child{align-items:baseline!important;gap:4px!important;max-width:100%!important;display:inline-flex!important}.v2-root.v2-shell.v2-theme-ace66 .v2rewards-page .reward-claim-pill{flex:none!important;width:auto!important;min-width:94px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-hero{min-height:266px!important;padding:calc(env(safe-area-inset-top) + 18px) 20px 30px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-hero-copy{margin-top:100px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-hero-copy h1{font-size:32px!important;font-weight:700!important;line-height:1.05!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-hero-copy p{max-width:330px!important;font-size:16px!important;font-weight:500!important;line-height:1.25!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel{border-radius:44px 44px 0 0!important;margin-top:-22px!important;padding:42px 16px 88px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary{border-radius:28px!important;margin:0 0 26px!important;padding:22px 24px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary span,.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary small{font-size:13px!important;font-weight:500!important;line-height:1.2!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary strong{margin:10px 0 8px!important;font-size:34px!important;font-weight:700!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-summary img{filter:brightness(0)invert()!important;width:48px!important;height:48px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-section{margin-top:26px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-section-head{margin-bottom:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-section-head h2{font-size:21px!important;font-weight:700!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-section-head span{font-size:14px!important;line-height:1.1!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-list{gap:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-card{border-radius:16px!important;grid-template-columns:42px minmax(0,1fr) max-content!important;align-items:center!important;gap:10px!important;min-height:96px!important;padding:13px 14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-icon{color:#fff!important;background:0 0!important;border:0!important;border-radius:12px!important;width:40px!important;height:40px!important;padding:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-icon img{filter:brightness(0)invert()!important;-o-object-fit:contain!important;object-fit:contain!important;width:28px!important;height:28px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy{min-width:0!important;overflow:hidden!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy h3{overflow-wrap:anywhere!important;font-size:14px!important;font-weight:700!important;line-height:1.12!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy p{margin-top:5px!important;font-size:11px!important;font-weight:500!important;line-height:1.25!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action{align-items:flex-end!important;gap:7px!important;width:max-content!important;min-width:86px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action button{white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:82px!important;max-width:none!important;height:32px!important;min-height:32px!important;padding:0 13px!important;font-size:10.5px!important;line-height:1!important;display:inline-flex!important;overflow:visible!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action span{font-size:24px!important;line-height:1!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-coming h2{font-size:26px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-coming p,.v2-root.v2-shell.v2-theme-ace66 .v2missions-coming ul{font-size:15px!important;line-height:1.35!important}@media (width<=370px){.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel{padding-left:14px!important;padding-right:14px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-card{grid-template-columns:38px minmax(0,1fr) max-content!important;gap:8px!important;padding:12px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-icon{width:38px!important;height:38px!important;padding:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy h3{font-size:13px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-copy p{font-size:10.5px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action{width:max-content!important;min-width:76px!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-action button{width:auto!important;min-width:76px!important;max-width:none!important;padding:0 11px!important;font-size:10px!important}}.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel>.v2missions-section .v2missions-icon,.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(2) .v2missions-icon,.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(3) .v2missions-icon{background:0 0!important;border:0!important;padding:0!important}.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel>.v2missions-section .v2missions-icon img,.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(2) .v2missions-icon img,.v2-root.v2-shell.v2-theme-ace66 .v2missions-panel>.v2missions-section:nth-of-type(3) .v2missions-icon img{filter:brightness(0)invert()!important}
