@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-dark:#0f172a;--bg-panel:#1e293b;--bg-panel-hover:#334155;--text-main:#f8fafc;--text-muted:#94a3b8;--accent-blue:#3b82f6;--accent-green:#10b981;--accent-red:#ef4444;--border-color:#334155}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{color:var(--text-main);background:#0f172a;justify-content:stretch;align-items:stretch;min-height:100dvh;display:flex;overflow:hidden}.glass-panel{background:#1e293b;border:1px solid #ffffff0f;border-radius:12px}.bet-btn{cursor:pointer;border:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:58px;height:42px;padding:6px 4px;transition:all .15s;display:flex}.bet-btn.back-1{color:#0f172a;background-color:#e0f2fe}.bet-btn.back-1:hover{background-color:#bae6fd}.bet-btn.back-2{color:#0f172a;background-color:#bae6fd}.bet-btn.back-2:hover{background-color:#7dd3fc}.bet-btn.back-3{color:#0f172a;background-color:#72bbef}.bet-btn.back-3:hover{background-color:#38bdf8}.bet-btn.lay-1{color:#0f172a;background-color:#faa9ba}.bet-btn.lay-1:hover{background-color:#f87171}.bet-btn.lay-2{color:#0f172a;background-color:#fecaca}.bet-btn.lay-2:hover{background-color:#fca5a5}.bet-btn.lay-3{color:#0f172a;background-color:#fee2e2}.bet-btn.lay-3:hover{background-color:#fecaca}.odds-val{font-size:.95rem;font-weight:700;line-height:1.1}.odds-size{opacity:.75;font-size:.7rem;line-height:1}.app-container{background-color:var(--bg-dark);flex-direction:column;width:100%;max-width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.sidebar{background-color:var(--bg-panel);flex-direction:column;width:100%;padding:20px;display:flex}.menu-item{cursor:pointer;color:var(--text-muted);border-radius:8px;align-items:center;gap:12px;padding:12px 15px;transition:all .2s;display:flex}.menu-item:hover{background-color:var(--bg-panel-hover);color:var(--text-main)}.menu-item.active{color:var(--accent-blue);background-color:#3b82f61a;font-weight:600}.top-header{background-color:var(--bg-panel);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.wallet-info{border:1px solid var(--border-color);background:#0003;border-radius:20px;gap:20px;padding:8px 16px;display:flex}.wallet-info span{font-weight:600}.wallet-info .balance{color:var(--text-main)}.wallet-info .exposure{color:var(--accent-red)}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pendingPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.login-page{z-index:9999;background:linear-gradient(-45deg,#2e1065,#4c1d95,#1e3a8a,#0f172a) 0 0/400% 400%;justify-content:center;align-items:center;width:100vw;min-height:100vh;animation:15s infinite gradientBG;display:flex;position:fixed;top:0;left:0}@keyframes gradientBG{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.login-card{-webkit-backdrop-filter:blur(16px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:400px;padding:40px 30px;display:flex;box-shadow:0 20px 50px #00000080,inset 0 0 0 1px #ffffff0d}.login-logo-container{text-align:center;margin-bottom:40px}.login-logo-text{letter-spacing:-1px;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #4facfe80);-webkit-background-clip:text;margin:0;font-family:Inter,sans-serif;font-size:2.8rem;font-weight:900}.login-logo-sub{color:#94a3b8;letter-spacing:2px;text-transform:uppercase;margin-top:5px;font-size:.9rem;font-weight:500}.login-form{flex-direction:column;gap:20px;width:100%;display:flex}.login-input-group{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;padding:14px 20px;transition:all .3s;display:flex;position:relative}.login-input-group:focus-within{background:#ffffff1a;border-color:#4facfe;box-shadow:0 0 15px #4facfe33}.login-icon{color:#4facfe;opacity:.8;margin-right:12px}.login-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:1.05rem;font-weight:500}.login-input::placeholder{color:#64748b}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 100%);border:none;border-radius:12px;width:100%;margin-top:15px;padding:16px;font-size:1.15rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px #8b5cf666}.login-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px #8b5cf699}.login-btn:active{transform:translateY(0)}@media (width<=480px){.login-card{width:92%;padding:30px 20px}.login-logo-text{font-size:2.4rem}.login-input{font-size:1rem}}.header-right-controls{align-items:center;gap:15px;display:flex}.user-menu-container{position:relative}.user-menu-btn{color:#e2e8f0;cursor:pointer;background-color:#0f172a;border:1px solid #334155;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.user-menu-btn:hover{background-color:#1e293b;border-color:#3b82f6}.user-dropdown-menu{z-index:1000;background-color:#0f172a;border:1px solid #334155;border-radius:12px;width:220px;padding:8px 0;animation:.2s fadeIn;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 15px 35px #00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-item{color:#cbd5e1;cursor:pointer;align-items:center;gap:12px;padding:12px 20px;font-size:.95rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}.user-dropdown-item:hover{color:#38bdf8;background-color:#1e293b}.user-dropdown-divider{background-color:#334155;height:1px;margin:8px 0}.account-table{border-collapse:collapse;width:100%}.account-table th{color:#94a3b8;text-align:left;text-transform:uppercase;background-color:#0f172a;border-bottom:1px solid #334155;padding:14px 20px;font-size:.85rem;font-weight:600}.account-table td{color:#e2e8f0;border-bottom:1px solid #ffffff0d;padding:16px 20px;font-size:.95rem}.account-table tr:hover td{background-color:#ffffff05}.badge{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.badge-credit{color:#10b981;background-color:#10b98133;border:1px solid #10b981}.badge-debit{color:#ef4444;background-color:#ef444433;border:1px solid #ef4444}.badge-won{color:#10b981;background-color:#10b98133;border:1px solid #10b981}.badge-lost{color:#ef4444;background-color:#ef444433;border:1px solid #ef4444}.badge-matched{color:#3b82f6;background-color:#3b82f633;border:1px solid #3b82f6}.profile-card{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:30px;display:grid}.profile-item{background-color:#0000004d;border:1px solid #334155;border-radius:10px;flex-direction:column;gap:8px;padding:20px;display:flex}.profile-label{color:#94a3b8;font-size:.85rem}.profile-value{color:#f8fafc;font-size:1.2rem;font-weight:700}.sub-header-nav{white-space:nowrap;background-color:#1e293b;border-bottom:2px solid #f59e0b;align-items:center;padding:0 20px;display:flex;overflow-x:auto;box-shadow:0 4px 15px #0000004d}.sub-header-nav::-webkit-scrollbar{height:4px}.sub-header-nav::-webkit-scrollbar-thumb{background-color:#f59e0b;border-radius:2px}.sub-nav-item{color:#cbd5e1;cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:14px 20px;font-size:.92rem;font-weight:700;transition:all .2s;display:flex}.sub-nav-item:hover{color:#f8fafc;background-color:#f59e0b1a}.sub-nav-item.active{color:#f59e0b;text-shadow:0 0 10px #f59e0b4d;background-color:#f59e0b26;border-bottom:2px solid #f59e0b}.marquee-container{background:#0f172a;border:1px solid #334155;border-radius:20px;align-items:center;width:100%;max-width:380px;padding:6px 16px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0000004d}.marquee-text{color:#10b981;white-space:nowrap;font-size:.85rem;font-weight:600;animation:15s linear infinite marquee}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.promo-banner{background:linear-gradient(135deg,#1e1b4b 0%,#0f172a 50%,#064e3b 100%);border:1px solid #f59e0b;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:30px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.promo-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.promo-content h2{color:#f59e0b;letter-spacing:.5px;text-shadow:0 2px 4px #00000080;margin:0 0 10px;font-size:1.8rem;font-weight:800}.promo-content p{color:#e2e8f0;max-width:600px;margin:0 0 20px;font-size:1.05rem}.promo-btn{color:#0f172a;cursor:pointer;background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:30px;padding:12px 28px;font-size:1rem;font-weight:800;transition:transform .15s,box-shadow .15s;box-shadow:0 6px 15px #f59e0b66}.promo-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f59e0b99}.tree-accordion{flex-direction:column;gap:8px;display:flex}.tree-group{color:#f8fafc;cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:700;transition:border-color .2s,background-color .2s;display:flex}.tree-group:hover{background-color:#334155;border-color:#f59e0b}.tree-group-left{align-items:center;gap:10px;display:flex}.tree-sub-list{border-left:2px solid #334155;flex-direction:column;gap:4px;margin-left:18px;padding-left:12px;display:flex}.tree-sub-item{color:#94a3b8;cursor:pointer;border-radius:6px;padding:8px 14px;font-size:.88rem;font-weight:500;transition:all .15s}.tree-sub-item:hover{color:#f59e0b;background-color:#f59e0b14}.tree-sub-item.active{color:#f59e0b;background-color:#f59e0b1f;font-weight:700}.drawer-overlay{z-index:2000;background:#000000a6;width:100vw;height:100dvh;animation:.2s ease-out drawerFadeIn;position:fixed;inset:0}.drawer-left{z-index:2001;will-change:transform;background-color:#0f172a;border-right:1px solid #1e293b;flex-direction:column;width:300px;max-width:80vw;height:100dvh;padding:20px 15px;animation:.22s ease-out drawerSlideLeft;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translateZ(0);box-shadow:6px 0 20px #000c}.drawer-right{z-index:2001;will-change:transform;background-color:#0b121f;border-left:1px solid #1e293b;flex-direction:column;width:300px;max-width:80vw;height:100dvh;padding:20px 15px;animation:.22s ease-out drawerSlideRight;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translateZ(0);box-shadow:-6px 0 20px #000c}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawerSlideLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes drawerSlideRight{0%{transform:translate(100%)}to{transform:translate(0)}}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden auto}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#f59e0b66;border-radius:2px}.mobile-tabs-container::-webkit-scrollbar{display:none!important}.mobile-tabs-container{-ms-overflow-style:none!important;scrollbar-width:none!important}.content-wrapper{gap:20px;width:100%;min-width:0;height:auto;padding:20px;display:flex;overflow-y:visible}.content-wrapper.casino{background:#131313;gap:0;height:calc(100dvh - 66px);padding:0;overflow:hidden}body{margin:0!important;padding:0!important}.app-container{width:100vw!important;max-width:100%!important;height:100dvh!important;box-shadow:none!important;border-radius:0!important}@media (width<=600px){.glass-panel{border-radius:8px!important}.content-wrapper{gap:12px!important;padding:10px!important}.table-responsive{margin-bottom:12px;-webkit-overflow-scrolling:touch!important;width:100%!important;overflow-x:auto!important}.account-table th{padding:10px 12px!important;font-size:.72rem!important}.account-table td{padding:10px 12px!important;font-size:.8rem!important}.settings-panel-body{padding:12px 10px!important}.top-header{gap:6px!important;padding:8px 10px!important}.top-header span{font-size:1.05rem!important}}@media (width<=380px){.profile-btn-text,.requests-btn-text{display:none!important}.profile-btn{padding:5px 8px!important}}.betslip-overlay{z-index:9000;background:#0009;justify-content:center;align-items:flex-end;animation:.18s fadeInOverlay;display:flex;position:fixed;inset:0}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.betslip-sheet{width:100%;max-width:500px;padding-bottom:env(safe-area-inset-bottom,0px);will-change:transform;background:#fff;border-radius:18px 18px 0 0;animation:.25s cubic-bezier(.25,.46,.45,.94) slideUpSheet;overflow:hidden;transform:translateZ(0);box-shadow:0 -4px 20px #0006}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.betslip-sheet .bs-header{text-align:center;color:#f8fafc;background:#1e293b;border-bottom:1px solid #334155;padding:12px 18px;font-size:.95rem;font-weight:700}.betslip-sheet .bs-team{text-align:center;color:#0f172a;background:#f0f4f8;padding:14px 18px 6px;font-size:1rem;font-weight:700}.betslip-sheet .bs-body{background:#f8fafc;flex-direction:column;gap:10px;padding:12px 18px;display:flex}.betslip-sheet .bs-row{align-items:center;gap:10px;display:flex}.betslip-sheet .bs-label{color:#374151;flex-shrink:0;width:60px;font-size:.9rem;font-weight:700}.betslip-sheet .bs-odds-control{background:#e5e7eb;border:1px solid #d1d5db;border-radius:6px;flex:1;align-items:center;display:flex;overflow:hidden}.betslip-sheet .bs-odds-control button{color:#fff;cursor:pointer;background:#475569;border:none;flex-shrink:0;width:38px;height:40px;font-size:1.2rem;font-weight:700;transition:background .15s}.betslip-sheet .bs-odds-control button:hover{background:#334155}.betslip-sheet .bs-odds-val{text-align:center;color:#1e293b;background:#e5e7eb;border:none;outline:none;flex:1;height:40px;padding:0;font-size:1rem;font-weight:700;line-height:40px}.betslip-sheet .bs-amount-input{color:#0f172a;background:#fff;border:2px solid #3b82f6;border-radius:6px;outline:none;flex:1;height:42px;padding:0 12px;font-size:1rem;font-weight:700}.betslip-sheet .bs-quick-stakes{background:#f8fafc;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 18px 6px;display:grid}.betslip-sheet .bs-quick-stakes button{color:#f8fafc;cursor:pointer;background:#475569;border:none;border-radius:5px;padding:9px 4px;font-size:.8rem;font-weight:700;transition:background .15s}.betslip-sheet .bs-quick-stakes button:hover{background:#334155}.betslip-sheet .bs-add-stakes{background:#f8fafc;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 18px 12px;display:grid}.betslip-sheet .bs-add-stakes button{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:5px;padding:9px 4px;font-size:.8rem;font-weight:700;transition:background .15s}.betslip-sheet .bs-add-stakes button:hover{background:#cbd5e1}.betslip-sheet .bs-actions{background:#f0f4f8;border-top:1px solid #e2e8f0;gap:10px;padding:12px 18px 16px;display:flex}.betslip-sheet .bs-close-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;flex:1;padding:12px;font-size:1rem;font-weight:800;transition:background .2s}.betslip-sheet .bs-close-btn:hover{background:#dc2626}.betslip-sheet .bs-submit-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;flex:2;padding:12px;font-size:1rem;font-weight:800;transition:background .2s}.betslip-sheet .bs-submit-btn:hover{background:#059669}.betslip-sheet .bs-pnl{text-align:center;color:#64748b;margin-top:-4px;padding-bottom:2px;font-size:.82rem}.table-responsive{margin-bottom:12px;-webkit-overflow-scrolling:touch!important;width:100%!important;overflow-x:auto!important}.table-responsive::-webkit-scrollbar{height:6px!important;display:block!important}.table-responsive::-webkit-scrollbar-thumb{background:#f59e0b73!important;border-radius:3px!important}.table-responsive::-webkit-scrollbar-track{background:#0003!important}.app-container .account-table{width:100%}.app-container .account-table th{text-align:center!important;padding:8px 4px!important;font-size:.7rem!important}.app-container .account-table td{word-wrap:break-word!important;word-break:break-word!important;text-align:center!important;padding:8px 4px!important;font-size:.72rem!important}.odds-header-labels,.odds-row-buttons{flex-shrink:0;gap:4px;width:360px;transition:width .2s;display:flex}.odds-header-labels-compact,.odds-row-buttons-compact{flex-shrink:0;gap:10px;width:150px;transition:width .2s;display:flex}@media (width<=768px){.odds-header-labels,.odds-row-buttons{width:120px}.odds-row-buttons .bet-btn.back-1,.odds-row-buttons .bet-btn.back-2,.odds-row-buttons .bet-btn.lay-2,.odds-row-buttons .bet-btn.lay-3{display:none!important}.odds-row-buttons .bet-btn{width:58px!important}.odds-header-labels-compact,.odds-row-buttons-compact{gap:4px;width:120px}.odds-row-buttons-compact .bet-btn{width:58px!important}}.balances-bar{background-color:#2b2f35;border:1px solid #ffffff0f;border-radius:6px;flex-wrap:wrap;align-items:center;gap:0;margin-bottom:8px;padding:8px 12px;display:flex}.balances-bar .bal-item{color:#fff;white-space:nowrap;border-right:1px solid #ffffff26;margin-right:14px;padding:2px 14px 2px 0;font-size:.82rem;font-weight:600}.balances-bar .bal-item:last-child{border-right:none;margin-right:0}.balances-bar .bal-val{color:#10b981;font-weight:700}.balances-bar .bal-val.negative{color:#ef4444}.games-slider-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;padding-bottom:4px;overflow:auto hidden}.games-slider-container::-webkit-scrollbar{display:none}.games-slider-track{gap:8px;padding:4px 2px;display:flex}.games-slider-card{cursor:pointer;scroll-snap-align:start;border:2px solid #0000;border-radius:8px;flex:none;width:110px;height:80px;transition:border-color .2s,transform .2s;overflow:hidden}.games-slider-card:hover{border-color:#f59e0b;transform:translateY(-2px)}.games-slider-card img{object-fit:cover;width:100%;height:100%;display:block}.race-card-section{background-color:#43444a;border-radius:8px;margin-bottom:10px;overflow:hidden}.race-card-header{color:#000;background-color:#ddd;align-items:center;gap:8px;height:34px;padding:0 10px;font-size:15px;font-weight:700;line-height:34px;display:flex}.race-slider-wrap{scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;overflow:auto hidden}.race-slider-wrap::-webkit-scrollbar{display:none}.race-slider-inner{gap:4px;padding:8px 6px;display:flex}.race-slide-item{text-align:center;cursor:pointer;background:#0000004d;border:1px solid #ffffff12;border-radius:6px;flex:none;width:104px;padding:6px 4px;transition:background .2s,transform .15s}.race-slide-item:hover{background:#3b82f640;border-color:#3b82f6;transform:scale(1.03)}.race-slide-item.active{background:#3b82f666;border-color:#3b82f6}.race-slide-time{color:#f59e0b;font-size:13px;font-weight:700;display:block}.race-slide-name{color:#e2e8f0;margin-top:2px;font-size:11px;font-weight:600;line-height:1.2;display:block}.sports-tab-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#1e293b;border-bottom:1px solid #334155;border-radius:8px 8px 0 0;flex-wrap:nowrap;margin-bottom:10px;display:flex;overflow:auto hidden}.sports-tab-bar::-webkit-scrollbar{display:none}.sport-tab-item{cursor:pointer;text-align:center;color:#94a3b8;border-right:1px solid #ffffff0d;flex:none;min-width:70px;max-width:90px;padding:8px 4px 6px;font-size:.72rem;font-weight:600;transition:background .2s;position:relative}.sport-tab-item:hover{color:#e2e8f0;background:#ffffff0a}.sport-tab-item.active{color:#38bdf8;background:#3b82f626;border-bottom:2px solid #3b82f6}.sport-tab-badge{color:#fff;text-align:center;background:#3b82f6;border-radius:10px;width:fit-content;min-width:18px;height:18px;margin:0 auto 4px;padding:0 4px;font-size:.65rem;font-weight:800;line-height:18px;display:block}.sport-tab-item.active .sport-tab-badge{color:#0f172a;background:#38bdf8}.sport-tab-icon{justify-content:center;align-items:center;height:28px;font-size:1.2rem;display:flex}.sport-tab-label{white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.68rem;display:block;overflow:hidden}.rules-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.rules-modal-card{background:#1e293b;border:1px solid #334155;border-radius:16px;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #000000b3}.rules-modal-header{z-index:1;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:16px 16px 0 0;padding:18px 20px;position:sticky;top:0}.rules-modal-body{padding:20px}.rules-modal-footer{background:#1e293b;border-top:1px solid #334155;border-radius:0 0 16px 16px;flex-direction:column;gap:10px;padding:16px 20px;display:flex}.rules-agree-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;width:100%;padding:12px;font-size:1rem;font-weight:700;transition:opacity .2s}.rules-agree-btn:disabled{opacity:.4;cursor:not-allowed}.rules-agree-btn:not(:disabled):hover{opacity:.9}.rules-checkbox-row{color:#94a3b8;cursor:pointer;align-items:center;gap:10px;font-size:.88rem;display:flex}.rules-checkbox-row input[type=checkbox]{cursor:pointer;accent-color:#10b981;width:18px;height:18px}@media (width<=480px){.balances-bar .bal-item{margin-right:8px;padding-right:8px;font-size:.75rem}.games-slider-card{width:90px;height:66px}.race-slide-item{width:90px}}.modal-premium-sports{z-index:10000;box-sizing:border-box;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:15px;display:flex;position:fixed;top:0;left:0}.modal-premium-sports-content{background:#0f172a;border:1px solid #334155;border-radius:12px;flex-direction:column;width:100%;max-width:600px;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000080}.modal-premium-sports-header{background:#1e293b;border-bottom:1px solid #334155;padding:15px 20px}.modal-premium-sports-header h5{color:#f1f5f9;margin:0;font-size:1.2rem;font-weight:700}.modal-premium-sports-body{color:#cbd5e1;text-align:center;max-height:60vh;padding:20px;font-size:.88rem;line-height:1.6;overflow-y:auto}.modal-premium-sports-footer{background:#1e293b;border-top:1px solid #334155;justify-content:flex-end;align-items:center;gap:12px;padding:15px 20px;display:flex}.blink-text{color:#ef4444;animation:1s linear infinite premium-blinker}.pulse-text{color:#f43f5e;font-weight:700;animation:1.5s ease-in-out infinite premium-pulseScale}@keyframes premium-blinker{50%{opacity:.3}}@keyframes premium-pulseScale{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.premium-sports-iframe-container{background:#000;border:none;width:100%;height:calc(100vh - 120px);overflow:hidden}@media (width<=768px){.premium-sports-iframe-container{height:calc(100vh - 150px)}}.bpexch-tab-bar{scrollbar-width:none;background:#111827;border-bottom:2px solid #334155;border-radius:8px 8px 0 0;gap:6px;padding:4px;display:flex;overflow-x:auto}.bpexch-tab-bar::-webkit-scrollbar{display:none}.bpexch-tab-item{text-align:center;cursor:pointer;color:#9ca3af;background:#1f2937;border-radius:6px;flex-direction:column;flex:auto;align-items:center;gap:2px;min-width:80px;padding:10px 8px;font-size:.8rem;font-weight:700;transition:all .2s ease-in-out;display:flex;position:relative}.bpexch-tab-item:hover{color:#f3f4f6;background:#374151}.bpexch-tab-item.active{color:#fff;background:#374151;border-bottom:3px solid #6366f1}.bpexch-tab-item.tab-home.active{color:#fff!important;background:#00a88f!important;border-bottom:none!important}.bpexch-tab-item.tab-cricket.active{color:#fff!important;background:#5b21b6!important;border-bottom:none!important}.bpexch-tab-item.tab-tennis.active{color:#fff!important;background:#1d4ed8!important;border-bottom:none!important}.bpexch-tab-item.tab-soccer.active{color:#fff!important;background:#0369a1!important;border-bottom:none!important}.bpexch-tab-item.tab-sportsbook.active{color:#fff!important;background:#b45309!important;border-bottom:none!important}.bpexch-tab-badge{color:#fff;background:#6366f1;border-radius:10px;padding:1px 6px;font-size:.65rem;font-weight:800;line-height:1;position:absolute;top:-4px;right:2px}.bpexch-tab-item.tab-home .bpexch-tab-badge{background:#ef4444}.bpexch-sport-group{background:#111827;border:1px solid #334155;border-radius:8px;margin-bottom:12px;overflow:hidden}.bpexch-group-header{color:#f3f4f6;background:#1f2937;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.85rem;font-weight:700;display:flex}.bpexch-group-header-right{color:#9ca3af;font-size:.75rem;font-weight:600}.bpexch-match-row{background:#0f172a;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:12px 14px;transition:background .15s;display:flex}.bpexch-match-row:hover{background:#1e293b}.bpexch-match-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.bpexch-inplay-badge{color:#fff;text-transform:uppercase;background:#10b981;border-radius:4px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:50px;padding:4px;font-size:.65rem;font-weight:800;line-height:1.1;display:flex}.bpexch-inplay-badge.upcoming{background:#475569}.bpexch-match-title-block{cursor:pointer;flex-direction:column;gap:2px;min-width:0;display:flex}.bpexch-match-title{color:#f3f4f6;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.bpexch-match-title:hover{color:#6366f1}.bpexch-match-score{color:#10b981;font-size:.72rem;font-weight:600}.bpexch-match-details-bar{flex-shrink:0;align-items:center;gap:8px;margin-right:15px;display:flex}.bpexch-tv-icon{color:#9ca3af;font-size:1rem}.bpexch-volume-text{color:#cbd5e1;font-size:.75rem;font-weight:600}.bpexch-info-icon{color:#64748b;font-size:.9rem}.bpexch-odds-grid{flex-shrink:0;gap:3px;display:flex}.bpexch-odds-box{cursor:pointer;border:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:54px;height:40px;font-family:inherit;line-height:1.1;transition:opacity .15s;display:flex}.bpexch-odds-box:hover{opacity:.85}.bpexch-odds-box.back-btn{color:#0f172a;background:#72bbef}.bpexch-odds-box.lay-btn{color:#0f172a;background:#faa9ba}.bpexch-odds-box.suspended{color:#64748b;cursor:not-allowed;opacity:.6;background:#334155}.bpexch-odds-box .odds-val{font-size:.85rem;font-weight:800}.bpexch-odds-box .odds-size{opacity:.8;font-size:.62rem}@media (width<=900px){.bpexch-odds-grid{display:none}}.bpexch-detail-accordion{background:#0f172a;border:1px solid #334155;border-radius:8px;margin-bottom:12px;overflow:hidden}.bpexch-detail-accordion-header{color:#f3f4f6;cursor:pointer;text-align:left;background:#1f2937;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:.9rem;font-weight:700;display:flex}.bpexch-detail-accordion-content{background:#0f172a;flex-direction:column;gap:8px;padding:10px;display:flex}.bpexch-detail-market-btn{color:#fff;cursor:pointer;background:#5c6bc0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:.88rem;font-weight:700;transition:background .15s ease-in-out;display:flex}.bpexch-detail-market-btn:hover{background:#4f5bbf}.bpexch-detail-market-lock{opacity:.6;color:#9fa8da;cursor:not-allowed;background:#3949ab;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:12px 16px;display:flex}.bpexch-match-row-desktop{background:#0f172a;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;transition:background .15s;display:flex}.bpexch-match-row-desktop:hover{background:#1e293b}.bpexch-match-row-mobile{background:#0d121f;border:1px solid #1e293b;border-radius:8px;flex-direction:column;gap:8px;width:100%;margin-bottom:10px;padding:12px;display:none}.bpexch-mob-header{justify-content:space-between;align-items:center;width:100%;display:flex}.bpexch-mob-header-left{align-items:center;gap:6px;display:flex}.bpexch-mob-date{color:#94a3b8;font-size:.72rem;font-weight:500}.bpexch-mob-live-dot{color:#ef4444;font-size:.75rem;font-weight:700;animation:1.5s infinite pulse}.bpexch-mob-star{color:#475569;cursor:pointer;font-size:.9rem}.bpexch-mob-league{color:#ca8a04;text-align:left;font-size:.75rem;font-weight:600}.bpexch-mob-teams{color:#f1f5f9;align-items:center;gap:10px;width:100%;font-size:.95rem;font-weight:700;display:flex}.bpexch-mob-vs{color:#94a3b8;background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:400;display:flex}.bpexch-mob-controls{gap:16px;width:100%;margin-top:4px;display:flex}.bpexch-mob-control-item{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.bpexch-mob-control-item:first-child{width:90px}.bpexch-mob-control-item:last-child{flex:1}.bpexch-mob-label{color:#64748b;text-transform:uppercase;font-size:.68rem;font-weight:700}.bpexch-mob-score-box{color:#f8fafc;background:#141b2d;border:1px solid #334155;border-radius:6px;justify-content:center;align-items:center;width:100%;height:38px;font-size:.85rem;font-weight:800;display:flex}.bpexch-mob-odds-row{gap:4px;width:100%;display:flex}.bpexch-mob-odds-box{color:#fff;cursor:pointer;background:#7986cb;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;height:38px;font-size:.85rem;font-weight:800;transition:background .15s;display:flex}.bpexch-mob-odds-box:hover{background:#5c6bc0}.bpexch-mob-odds-box.locked{opacity:.5;color:#9fa8da;cursor:not-allowed;background:#1a237e}@media (width<=768px){.bpexch-match-row-desktop{display:none!important}.bpexch-match-row-mobile{display:flex!important}}
