:root{--app-bg:#101219;--app-bg-grad:linear-gradient(180deg, #1b1e27 0%, #101219 100%);--surface:#1c1f28;--surface-2:#23262f;--bar-grad:linear-gradient(180deg, #262a35 0%, #14161d 100%);--border:#ffffff14;--border-gold:#f5b51a47;--text:#e8eaf0;--text-muted:#cfd3df;--text-faint:#8b90a0;--gold:#f5b528;--gold-grad:linear-gradient(180deg, #ffcf4a 0%, #f5b528 100%);--red:#e8404f;--red-grad:linear-gradient(180deg, #e8404f 0%, #b71c2b 100%);--green:#22c55e}*{box-sizing:border-box;margin:0%;padding:0%;font-family:Segoe UI,sans-serif}html,body,#root{background:var(--app-bg);min-height:100vh;font-family:Segoe UI,sans-serif}body{color:var(--text)}.header{background:linear-gradient(#262a35 0%,#14161d 55%,#0d0f15 100%);border-bottom:1px solid #f5b51a59;padding:0;position:relative;box-shadow:0 2px 12px #00000073}.header:after{content:"";pointer-events:none;background:radial-gradient(120% 100% at 50% 100%,#b71c2b59,#0000 70%);height:26px;position:absolute;bottom:0;left:0;right:0}.header .header-container{z-index:1;justify-content:space-between;align-items:center;height:58px;padding:0 40px;display:flex;position:relative}@media (width<=768px){.header .header-container{height:54px;padding:0 14px}}.header .header-container .logo{cursor:pointer;align-items:center;display:flex}.header .header-container .logo img{filter:drop-shadow(0 2px 4px #0006);width:auto;height:40px}@media (width<=768px){.header .header-container .logo img{height:32px}}.header .header-container .nav{flex:1;justify-content:center;gap:46px;display:flex}@media (width<=768px){.header .header-container .nav{display:none}}.header .header-container .nav .nav-link{color:#cfd3df;letter-spacing:.6px;text-transform:uppercase;font-size:14px;font-weight:600;text-decoration:none;transition:color .25s;position:relative}.header .header-container .nav .nav-link:hover{color:#f5b528}.header .header-container .nav .nav-link:after{content:"";background:#f5b528;height:2px;transition:transform .25s;position:absolute;bottom:-20px;left:0;right:0;transform:scaleX(0)}.header .header-container .nav .nav-link:hover:after{transform:scaleX(1)}.header .header-container .user-section{align-items:center;gap:18px;display:flex}@media (width<=768px){.header .header-container .user-section{gap:10px}}.header .header-container .user-section .login-btn{color:#2d2d2d;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(#ffcf4a 0%,#f5b528 100%);border:none;border-radius:25px;height:auto;padding:9px 30px;font-size:14px;font-weight:700;box-shadow:0 3px 10px #f5b51a66}@media (width<=768px){.header .header-container .user-section .login-btn{padding:8px 20px;font-size:13px}}.header .header-container .user-section .login-btn:hover{color:#2d2d2d!important;background:linear-gradient(#ffd968 0%,#ffca3a 100%)!important}.header .header-container .user-section .balance-info{align-self:stretch;align-items:flex-start;gap:14px;display:flex}@media (width<=768px){.header .header-container .user-section .balance-info{gap:8px}}.header .header-container .user-section .balance-info .balance-item{flex-direction:column;align-items:center;gap:3px;display:flex}.header .header-container .user-section .balance-info .balance-item .label{color:#fff;letter-spacing:1.5px;text-transform:uppercase;background:linear-gradient(#e8404f 0%,#b71c2b 100%);border-radius:0 0 16px 16px;padding:8px 20px 9px;font-size:11px;font-weight:800;line-height:1;display:block;box-shadow:0 4px 10px #b71c2b73}@media (width<=768px){.header .header-container .user-section .balance-info .balance-item .label{letter-spacing:1px;padding:6px 12px 7px;font-size:9px}}.header .header-container .user-section .balance-info .balance-item .value{color:#fff;font-size:14px;font-weight:700;line-height:1}@media (width<=768px){.header .header-container .user-section .balance-info .balance-item .value{font-size:12px}}.header .header-container .user-section .user-info{cursor:pointer;background:#ffffff14;border:1px solid #f5b51a59;border-radius:25px;align-items:center;gap:10px;padding:7px 14px;transition:all .25s;display:flex}@media (width<=768px){.header .header-container .user-section .user-info{gap:6px;padding:6px 10px}}.header .header-container .user-section .user-info:hover{background:#ffffff24;border-color:#f5b51a99}.header .header-container .user-section .user-info .user-details{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.header .header-container .user-section .user-info .user-details .user-id{color:#f5b528;font-size:13px;font-weight:700;line-height:1}@media (width<=768px){.header .header-container .user-section .user-info .user-details .user-id{font-size:11px}}.header .header-container .user-section .user-info .user-details .user-name{color:#cfd3df;opacity:.85;font-size:11px;line-height:1}@media (width<=768px){.header .header-container .user-section .user-info .user-details .user-name{font-size:10px}}.header .header-container .user-section .user-info .dropdown-btn{color:#f5b528;height:auto;padding:0;font-size:10px;line-height:1}.header .header-container .user-section .user-info .dropdown-btn:hover{color:#ffca3a}.user-dropdown .ant-dropdown-menu{background:#1c1f28;border:1px solid #f5b51a33;border-radius:10px;min-width:240px;padding:0;animation:.3s slideDown;overflow:hidden;box-shadow:0 8px 24px #00000080}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{border-bottom:1px solid #ffffff0f;padding:0;transition:background .2s}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:last-child{border-bottom:none}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#f5b51a1a}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item{color:#e8eaf0;align-items:center;gap:12px;padding:12px 20px;font-size:15px;transition:all .2s;display:flex}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item .menu-icon{justify-content:center;align-items:center;width:24px;font-size:18px;transition:transform .2s;display:flex}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item:hover .menu-icon{transform:scale(1.1)}.user-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item.logout{color:#ff6b6b}.marquee-container{background:linear-gradient(90deg,#fbbf24,#f59e0b);align-items:center;height:25px;display:flex;position:relative;overflow:hidden}.marquee-container .bell-icon{z-index:10;background:#000;border-radius:0;flex-shrink:0;padding:3px 12px;font-size:10px;display:inline-block;position:sticky;left:0}.marquee-container .bell-icon:before{content:"🔔";font-size:18px;animation:10s infinite ring;display:inline-block}.marquee-container .marquee-content{flex:1;min-width:0;overflow:hidden}.marquee-container .marquee-content .marquee-text{color:#000;padding-right:60px;font-size:12px;font-weight:600}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-15deg)}20%,40%{transform:rotate(15deg)}50%{transform:rotate(0)}}.bottom-tabs{display:none}@media (width<=768px){.bottom-tabs{z-index:1000;background:linear-gradient(#262a35,#14161d);border-top:1px solid #f5b51a4d;justify-content:space-around;align-items:center;height:64px;padding:8px 0 12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000080}.bottom-tabs .tab-item{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 4px;transition:all .3s;display:flex;position:relative}.bottom-tabs .tab-item .tab-icon-wrapper{background:0 0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:40px;height:20px;transition:all .3s;display:flex}.bottom-tabs .tab-item .tab-icon-wrapper .tab-icon{color:#8b90a0;justify-content:center;align-items:center;font-size:20px;transition:all .3s;display:inline-flex}.bottom-tabs .tab-item .tab-icon-wrapper .tab-icon .anticon{color:inherit;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;font-style:normal;line-height:0;display:inline-flex}.bottom-tabs .tab-item .tab-icon-wrapper .tab-icon .anticon svg{vertical-align:inherit;display:inline-block}.bottom-tabs .tab-item .tab-label{color:#8b90a0;text-align:center;font-size:11px;transition:all .2s}.bottom-tabs .tab-item.active .tab-icon-wrapper{background:linear-gradient(#ffcf4a,#f5b528);border-radius:50%;width:50px;height:50px;position:absolute;top:-26px;box-shadow:0 4px 12px #f5b51a80}.bottom-tabs .tab-item.active .tab-icon-wrapper .tab-icon{color:#1a1a1a;font-size:24px}.bottom-tabs .tab-item.active .tab-label{color:#f5b528;padding-top:23px;font-weight:600}.bottom-tabs .tab-item:hover:not(.active) .tab-label{color:#e8eaf0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sports-tabs{background:linear-gradient(#262a35 0%,#14161d 100%);border-bottom:1px solid #f5b51a40;gap:6px;padding:6px 8px;display:flex}.sports-tabs .tab-button{color:#cfd3df;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:6px 8px;transition:all .25s;display:flex}.sports-tabs .tab-button:hover{color:#fff;background:#ffffff17}.sports-tabs .tab-button.active{color:#1a1a1a;background:linear-gradient(#ffcf4a 0%,#f5b528 100%);border-color:#0000;box-shadow:0 3px 10px #f5b51a66}.sports-tabs .tab-button .tab-icon{align-items:center;font-size:15px;display:inline-flex}.sports-tabs .tab-button .tab-icon img{object-fit:contain;width:20px;height:20px}.sports-tabs .tab-button .tab-text{letter-spacing:.5px;font-size:12px;font-weight:700}.table-row{cursor:pointer;background:#1c1f28;border-bottom:1px solid #ffffff14;transition:background-color .2s;box-shadow:0 4px 14px #0006}@media (width<=768px){.table-row{background:#1c1f28;border-radius:8px;margin-bottom:8px;display:block;overflow:hidden;box-shadow:0 4px 14px #0006}}.table-row:hover{background:#23262f}@media (width<=768px){.table-row:hover{background:#23262f}}.table-row:last-child{border-bottom:none}.table-row td{vertical-align:middle;border-right:1px solid #ffffff14;padding:.5rem}@media (width<=768px){.table-row td{border-right:none;width:100%;padding:8px 12px;display:block}.table-row td.odds-group{width:33%;padding:8px 4px;display:inline-block}}.table-row td:last-child{border-right:none}.table-row .schedule{font-size:12px;font-weight:400}@media (width<=768px){.table-row .schedule{background:#23262f;border-bottom:1px solid #ffffff14;align-items:center;gap:4px;padding:8px 12px;display:flex}}.table-row .schedule div{color:#e8eaf0}.table-row .schedule div:first-child{color:#ff6b6b;font-weight:600}@media (width<=768px){.table-row .schedule div:first-child{font-size:11px}}.table-row .schedule div:last-child{color:#8b90a0}@media (width<=768px){.table-row .schedule div:last-child{font-size:11px}}.table-row .teams{font-size:12px;font-weight:600}@media (width<=768px){.table-row .teams{padding:10px 12px 0}}.table-row .teams .team-content{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width<=768px){.table-row .teams .team-content{flex-direction:column;align-items:flex-start;position:relative}}.table-row .teams .team-content .team-name-container{flex:1;align-items:center;gap:8px;display:flex}@media (width<=768px){.table-row .teams .team-content .team-name-container{width:100%}}.table-row .teams .team-content .team-name-container .live-dot{background:#ff6b6b;border-radius:50%;width:8px;height:8px;animation:1s infinite blink}.table-row .teams .team-content .team-name-container .team-name{color:#e8eaf0;flex:1;margin-bottom:2px;font-weight:600}@media (width<=768px){.table-row .teams .team-content .team-name-container .team-name{font-size:13px}}.table-row .teams .team-content .sport-name{color:#8b90a0;flex:1;font-size:11px;font-weight:400}@media (width<=768px){.table-row .teams .team-content .sport-name{flex:none;font-size:10px}}.table-row .teams .team-content .market-badges{flex-wrap:wrap;gap:5px;display:flex}@media (width<=768px){.table-row .teams .team-content .market-badges{justify-content:flex-end;gap:5px;width:100%;position:absolute;top:13px;right:10px}}.table-row .teams .team-content .market-badges .badge{color:#1a1a1a;background:#f5b51ae6;border-radius:8px;padding:3px 6px;font-size:10px;font-weight:500}@media (width<=768px){.table-row .odds-container{padding:8px 12px;display:block}}.table-row .odds-container .odds-groups-wrapper{justify-content:space-around;gap:5px;display:flex}@media (width<=768px){.table-row .odds-container .odds-groups-wrapper{justify-content:space-between;gap:4px;display:flex}}.table-row .odds-group .odds-wrapper{justify-content:center;align-items:center;gap:5px;display:flex}@media (width<=768px){.table-row .odds-group .odds-wrapper{gap:3px;width:100%}}.table-row .odds-group .odds-wrapper .odds-button{cursor:pointer;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:36px;transition:all .2s;display:flex}@media (width<=768px){.table-row .odds-group .odds-wrapper .odds-button{width:100%;min-width:60px;height:36px}}.table-row .odds-group .odds-wrapper .odds-button.blue,.table-row .odds-group .odds-wrapper .odds-button.blue:hover{background:#56a1ea}.table-row .odds-group .odds-wrapper .odds-button.blue .odds-value{color:#0f172a}.table-row .odds-group .odds-wrapper .odds-button.red,.table-row .odds-group .odds-wrapper .odds-button.red:hover{background:#f1a2c3}.table-row .odds-group .odds-wrapper .odds-button.red .odds-value{color:#0f172a}.table-row .odds-group .odds-wrapper .odds-button .odds-value{color:#e8eaf0;font-size:13px;font-weight:700}@media (width<=768px){.table-row .odds-group .odds-wrapper .odds-button .odds-value{font-size:13px}}@keyframes blink{0%,to{background:#f44}50%{background:#f66}}.match-list .match-header{border-bottom:1px solid #f5b51a4d;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;background:linear-gradient(#262a35,#14161d)!important}@media (width<=768px){.match-list .match-header{padding:12px 16px}}.match-list .match-header .header-left{align-items:center;gap:12px;display:flex}@media (width<=768px){.match-list .match-header .header-left{gap:8px}}.match-list .match-header .header-left .sport-icon{align-items:center;font-size:24px;display:inline-flex}.match-list .match-header .header-left .sport-icon img{object-fit:contain;width:22px;height:22px}@media (width<=768px){.match-list .match-header .header-left .sport-icon{font-size:20px}.match-list .match-header .header-left .sport-icon img{width:18px;height:18px}}.match-list .match-header .header-left h2{color:#fff;letter-spacing:1px;margin:0;font-size:20px;font-weight:700}@media (width<=768px){.match-list .match-header .header-left h2{font-size:16px}}.match-list .match-header .view-all-btn{color:#f5b528;cursor:pointer;letter-spacing:.5px;background:#ffffff14;border:none;border-radius:5px;padding:8px 20px;font-size:14px;font-weight:600;transition:background .3s}@media (width<=768px){.match-list .match-header .view-all-btn{padding:6px 12px;font-size:11px}}.match-list .match-header .view-all-btn:hover{background:#ffffff26}.match-list .loading,.match-list .error{text-align:center;color:#cfd3df;padding:20px;font-size:14px}.match-list .error{color:#ff6b6b}.match-list .cricket-table{border-collapse:collapse;width:100%}@media (width<=768px){.match-list .cricket-table{width:98%;margin:10px auto auto;overflow-x:auto}}.match-list .cricket-table thead .table-head{color:#f5b528;background:#23262f}@media (width<=768px){.match-list .cricket-table thead .table-head{display:none}}.match-list .cricket-table thead .table-head th{text-align:left;border-right:1px solid #f5b51a2e;padding:.5rem;font-size:12px;font-weight:500}.match-list .cricket-table thead .table-head th:last-child{border-right:none}.match-list .cricket-table thead .table-head th:first-child{width:15%}.match-list .cricket-table thead .table-head th:nth-child(2){width:auto}.match-list .cricket-table thead .table-head th:nth-child(3),.match-list .cricket-table thead .table-head th:nth-child(4),.match-list .cricket-table thead .table-head th:nth-child(5){text-align:center;width:10rem}.loading-container{z-index:999;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.empty-container{justify-content:center;align-items:center;min-height:300px;padding:60px 20px;display:flex}.casino-section{padding:16px 7px 100px}.casino-section .casino-header{border-left:4px solid #f5b528;align-items:center;gap:10px;margin-bottom:16px;padding-left:10px;display:flex}.casino-section .casino-header .casino-icon{font-size:22px}.casino-section .casino-header h2{letter-spacing:.5px;color:#fff;margin:0;font-size:19px;font-weight:800}.casino-section .casino-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.casino-section .casino-tabs .casino-tab{color:#cfd3df;letter-spacing:.4px;cursor:pointer;background:#23262f;border:1px solid #ffffff1a;border-radius:999px;padding:7px 18px;font-size:13px;font-weight:700;transition:all .2s}.casino-section .casino-tabs .casino-tab:hover{color:#fff;border-color:#f5b51a80}.casino-section .casino-tabs .casino-tab.active{color:#1a1a1a;background:linear-gradient(#ffcf4a,#f5b528);border-color:#0000;box-shadow:0 3px 10px #f5b51a59}.casino-section .casino-grid{grid-template-columns:repeat(7,1fr);gap:14px;display:grid}@media (width<=768px){.casino-section .casino-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.casino-section .casino-card{cursor:pointer;border:1px solid #f5b51a2e;border-radius:14px;transition:transform .28s,box-shadow .28s,border-color .28s;overflow:hidden}.casino-section .casino-card:hover{border-color:#f5b51a8c;transform:translateY(-5px);box-shadow:0 12px 26px #0000008c}.casino-section .casino-card .card-image{justify-content:center;align-items:center;width:100%;height:128px;display:flex;position:relative;overflow:hidden}@media (width<=768px){.casino-section .casino-card .card-image{height:138px}}.casino-section .casino-card .card-image .game-image{object-fit:fill;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.casino-section .casino-card .card-image .game-badge{color:#1a1a1a;z-index:2;background:linear-gradient(#ffcf4a,#f5b528);border-radius:20px;padding:4px 10px;font-size:12px;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #00000059}.casino-section .casino-card .card-image .game-emoji{z-index:1;filter:drop-shadow(0 4px 12px #0009);font-size:60px}.casino-section .casino-card .card-image .game-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.casino-section .casino-card .card-image .game-overlay .game-title-overlay{color:#f5b528;letter-spacing:1px;text-transform:uppercase;font-size:18px;font-weight:800}.casino-section .casino-card:hover .game-image{transform:scale(1.06)}.casino-section .casino-card:hover .game-overlay{opacity:1}.casino-section .casino-card .card-footer{text-align:center;background:linear-gradient(#ffcf4a 0%,#f5b528 100%);border-top:1px solid #0000001a;padding:4px 8px}.casino-section .casino-card .card-footer h3{letter-spacing:.3px;color:#1a1a1a;margin:0;font-size:14px;font-weight:800}.login-popup-overlay{z-index:10000;background:#000000b3;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.login-popup{text-align:center;background:#1c1f28;border:1px solid #f5b51a40;border-radius:12px;width:90%;max-width:400px;padding:30px;animation:.3s slideUp;box-shadow:0 10px 40px #0009}.login-popup h3{color:#fff;margin:0 0 15px;font-size:22px;font-weight:700}.login-popup p{color:#cfd3df;margin:0 0 25px;font-size:15px}.login-popup .popup-buttons{justify-content:center;gap:12px;display:flex}.login-popup .popup-buttons button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:15px;font-weight:700;transition:all .2s}.login-popup .popup-buttons button.login-btn{color:#1a1a1a;background:linear-gradient(#ffcf4a,#f5b528)}.login-popup .popup-buttons button.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5b51a66}.login-popup .popup-buttons button.cancel-btn{color:#cfd3df;background:#ffffff14}.login-popup .popup-buttons button.cancel-btn:hover{background:#ffffff24}.home{padding-bottom:80px}@media (width<=768px){.home{padding-bottom:80px}}.home .banner{background-color:#000;width:100%;overflow:hidden}.home .banner img{object-fit:fill;width:100%;height:130px;display:block}.home h1{color:#e8eaf0;padding:20px;font-size:2rem}@media (width<=768px){.home h1{padding:10px;font-size:1.5rem}}.login-page{background:linear-gradient(#0a0c12b8,#0a0c12d1),url(/assets/loginbg-BXG1ug-w.png) 50%/cover no-repeat fixed;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-page .login-container{flex-direction:column;align-items:center;width:100%;max-width:400px;display:flex}.login-page .login-container .logo{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.login-page .login-container .logo img{filter:drop-shadow(2px 2px 4px #0003);width:auto;height:80px}.login-page .login-container .login-card{-webkit-backdrop-filter:blur(16px)saturate(140%);background:#1c1f288c;border:1px solid #ffffff24;border-radius:16px;width:100%;padding:40px 32px;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff14}.login-page .login-container .login-card .login-title{color:#e8eaf0;text-align:center;margin-bottom:32px;font-size:24px;font-weight:600}.login-page .login-container .login-card .error-message{color:#ff6b6b;text-align:center;background:#e8404f24;border:1px solid #e8404f;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px}.login-page .login-container .login-card form .form-group{margin-bottom:20px}.login-page .login-container .login-card form .form-group label{color:#e8eaf0;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.login-page .login-container .login-card form .form-group label .required{color:#ff6b6b}.login-page .login-container .login-card form .form-group input{color:#e8eaf0;background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .3s}.login-page .login-container .login-card form .form-group input:focus{background:#ffffff1a;border-color:#f5b52899;outline:none}.login-page .login-container .login-card form .form-group input::placeholder{color:#8b90a0}.login-page .login-container .login-card form .form-group .password-input{position:relative}.login-page .login-container .login-card form .form-group .password-input input{padding-right:45px}.login-page .login-container .login-card form .form-group .password-input .toggle-password{cursor:pointer;color:#cfd3df;background:0 0;border:none;padding:5px;font-size:18px;transition:color .3s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.login-page .login-container .login-card form .form-group .password-input .toggle-password:hover{color:#fff}.login-page .login-container .login-card form .login-btn{color:#1a1a1a;cursor:pointer;background:linear-gradient(#ffcf4a,#f5b528);border:none;border-radius:8px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #f5b5284d}.login-page .login-container .login-card form .login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f5b52866}.login-page .login-container .login-card form .login-btn:active{transform:translateY(0)}.login-page .login-container .login-card form .login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-page .login-container .login-card form .demo-btn{color:#e8eaf0;cursor:pointer;background:#23262f;border:1px solid #ffffff1f;border-radius:8px;width:100%;margin-top:12px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0006}.login-page .login-container .login-card form .demo-btn:hover{background:#2a2e39;transform:translateY(-2px);box-shadow:0 6px 16px #00000080}.login-page .login-container .login-card form .demo-btn:active{transform:translateY(0)}.login-page .login-container .back-link{color:#fff;margin-top:24px;font-size:14px;text-decoration:underline;transition:opacity .3s}.login-page .login-container .back-link:hover{opacity:.8}.match-cards-container{width:100%;padding:6px 0;overflow:hidden}.match-cards-container .match-cards-scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:0;display:flex;overflow-x:auto}.match-cards-container .match-cards-scroll::-webkit-scrollbar{display:none}.match-cards-container .match-cards-scroll .match-card{cursor:pointer;background:linear-gradient(135deg,#23262f 0%,#191b22 100%);border:1px solid #ffffff14;border-left:3px solid #f5b528;border-radius:12px;flex-shrink:0;align-items:center;gap:12px;min-width:270px;padding:11px 14px;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 14px #0006}.match-cards-container .match-cards-scroll .match-card.live{border-left-color:#ff6b6b}.match-cards-container .match-cards-scroll .match-card.active{border-color:#f5b528;box-shadow:0 6px 18px #f5b52859}.match-cards-container .match-cards-scroll .match-card:hover{border-left-color:#ffcf4a;transform:translateY(-3px);box-shadow:0 8px 20px #0000008c}.match-cards-container .match-cards-scroll .match-card .match-card-icon{background:#f5b51a24;border:1px solid #f5b51a59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.match-cards-container .match-cards-scroll .match-card .match-card-icon img{object-fit:contain;width:24px;height:24px}.match-cards-container .match-cards-scroll .match-card .match-card-content{flex:1;min-width:0}.match-cards-container .match-cards-scroll .match-card .match-card-content .match-teams{color:#e8eaf0;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.match-cards-container .loading{text-align:center;color:#8b90a0;padding:20px;font-size:14px}.odds-button{cursor:pointer;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:40px;transition:transform .15s,box-shadow .15s,filter .15s;display:flex;box-shadow:0 1px 2px #00000014}.odds-button:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 10px #00000024}.odds-button:active{transform:translateY(0)}.odds-button.blue{color:#0f172a;background:#56a1ea}.odds-button.red{color:#0f172a;background:#f1a2c3}.odds-button.increased{animation:.5s ease-in-out oddsFlash;color:#fff!important;background:#ff6b6b!important}@keyframes oddsFlash{0%{background:#ff6b6b}to{background:inherit}}.odds-button .odds-value{font-size:14px;font-weight:700}.odds-button .odds-amount{opacity:.85;margin-top:3px;font-size:11px}.fancy-book-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fancy-book-modal{background:#1c1f28;border:1px solid #f5b51a33;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 10px 40px #00000080}.fancy-book-header{border-bottom:2px solid #f5b528;justify-content:space-between;align-items:center;padding:20px;display:flex}.fancy-book-header h3{color:#fff;margin:0;font-size:18px;font-weight:600}.fancy-book-header .close-btn{color:#8b90a0;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;transition:all .2s;display:flex}.fancy-book-header .close-btn:hover{color:#fff;background:#ffffff14}.fancy-book-content{padding:10px;overflow-y:auto}.fancy-book-content .loading-state,.fancy-book-content .error-state{text-align:center;color:#8b90a0;padding:40px 20px;font-size:14px}.fancy-book-table .table-header{color:#fff;background:#23262f;border-radius:8px;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;padding:12px 15px;font-size:14px;font-weight:600;display:grid}.fancy-book-table .table-row{background:#23262f;border:1px solid #ffffff14;border-radius:6px;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px;padding:12px 15px;font-size:14px;transition:background .2s;display:grid}.fancy-book-table .table-row:hover{background:#23262f}.fancy-book-table .col-run{color:#e8eaf0}.fancy-book-table .col-amount{text-align:right;font-weight:600}@media (width<=768px){.fancy-book-modal{max-width:100%}.fancy-book-header h3{font-size:16px}}.betslip-embedded .betslip-embedded-container .betslip-embedded-content{color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #0006}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .countdown-timer{background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b528;justify-content:center;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex;position:relative}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .countdown-timer .countdown-text{font-weight:500}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .countdown-timer .countdown-value{background:#ffffff38;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .countdown-timer .close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;line-height:1;transition:all .2s;display:flex;position:absolute;right:10px}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .countdown-timer .close-btn:hover{background:#ffffff52}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .match-info{background:#1c1f28;padding:6px 12px 4px}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .match-info h3{color:#e8eaf0;margin:0;font-size:13px;font-weight:700}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection{background:#1c1f28;padding:10px 12px 12px}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection.back-bet{background:#56a1ea2e}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection.lay-bet{background:#f1a2c32e}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .selection-header{margin-bottom:8px}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .selection-header span{color:#e8eaf0;font-size:14px;font-weight:700}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section{gap:10px;margin-bottom:12px;display:flex}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section{width:50%}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section label,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section label{color:#cfd3df;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .odds-input,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .odds-input{background:#23262f;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;height:36px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000004d}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .odds-input .odds-value,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .odds-input .odds-value{color:#fff;text-align:center;background:0 0;font-size:15px;font-weight:700}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input{background:#23262f;border:1px solid #ffffff14;border-radius:8px;align-items:center;height:36px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000004d}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input .stake-step,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input .stake-step{color:#1a1a1a;cursor:pointer;background:linear-gradient(#ffcf4a,#f5b528);border:none;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:36px;font-size:13px;transition:all .2s;display:flex}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input .stake-step:hover,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input .stake-step:hover{filter:brightness(1.12)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input .stake-step:active,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input .stake-step:active{transform:scale(.95)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input input,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input input{color:#fff;text-align:center;background:0 0;border:none;outline:none;flex:1;width:100%;font-size:16px;font-weight:700}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input input::placeholder,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input input::placeholder{color:#8b90a0}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input .clear-btn,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input .clear-btn{color:#f5b528;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:12px;font-weight:600;transition:all .2s}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .odds-section .stake-input .clear-btn:hover,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .odds-stake-section .stake-section .stake-input .clear-btn:hover{color:#ffcf4a}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .quick-stakes{margin-bottom:8px}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .quick-stakes .stakes-grid{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .quick-stakes .stakes-grid .stake-btn{color:#f5b528;cursor:pointer;background:#23262f;border:1px solid #f5b52866;border-radius:8px;padding:8px 2px;font-size:13px;font-weight:700;transition:all .15s;box-shadow:0 1px 3px #0000004d}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .quick-stakes .stakes-grid .stake-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .quick-stakes .stakes-grid .stake-btn:active{transform:translateY(0)scale(.97)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .special-buttons{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px;display:grid}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .special-buttons .special-btn{color:#f5b528;letter-spacing:.4px;cursor:pointer;background:#23262f;border:1px solid #f5b5284d;border-radius:8px;padding:7px 2px;font-size:12px;font-weight:800;transition:all .15s}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .special-buttons .special-btn:hover{background:#2a2e39;transform:translateY(-1px)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .special-buttons .special-btn:active{transform:scale(.97)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .cancel-btn,.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn{letter-spacing:.3px;cursor:pointer;border:none;border-radius:9px;padding:11px;font-size:14px;font-weight:800;transition:all .15s;box-shadow:0 2px 6px #0000001f}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .cancel-btn{color:#fff;background:linear-gradient(#e8404f,#b71c2b)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .cancel-btn:hover{filter:brightness(1.06)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .cancel-btn:active{transform:scale(.98)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn{color:#fff;background:linear-gradient(#34d27f,#22c55e)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn:hover{filter:brightness(1.06)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn:active{transform:scale(.98)}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn:disabled{color:#8b90a0;cursor:not-allowed;opacity:.7;box-shadow:none;background:#3a3e49}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn:disabled:hover{filter:none}.betslip-embedded .betslip-embedded-container .betslip-embedded-content .bet-selection .action-buttons .place-btn:disabled:active{transform:none}.cscard-upcoming{background:#1c1f28;border:1px solid #ffffff14;margin-top:8px;margin-bottom:8px;font-family:Segoe UI,sans-serif;overflow:hidden;box-shadow:0 4px 14px #0006}.cscard-upcoming .upcoming-badge-row{background:#14161d;border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:8px 14px;display:flex}.cscard-upcoming .upcoming-badge-row .upcoming-badge{color:#fbbf24;letter-spacing:1px;background:#f59e0b29;border:1px solid #f59e0b66;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:800}.cscard-upcoming .upcoming-badge-row .upcoming-ename{color:#cfd3df;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;font-weight:600;overflow:hidden}.cscard-upcoming .upcoming-teams{justify-content:space-between;align-items:center;gap:8px;padding:16px 14px;display:flex}.cscard-upcoming .upcoming-teams .upcoming-team{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.cscard-upcoming .upcoming-teams .upcoming-team .upcoming-team-abbr{color:#e8eaf0;letter-spacing:.5px;background:#23262f;border:2px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:900;display:flex}.cscard-upcoming .upcoming-teams .upcoming-team .upcoming-team-flag{object-fit:cover;background:#23262f;border:2px solid #ffffff1f;border-radius:50%;width:44px;height:44px}.cscard-upcoming .upcoming-teams .upcoming-team .upcoming-team-name{color:#cfd3df;text-align:center;font-size:11px;font-weight:700;line-height:1.3}.cscard-upcoming .upcoming-teams .upcoming-team.upcoming-team-left .upcoming-team-abbr{color:#60a5fa;background:#2563eb2e;border-color:#60a5fa80}.cscard-upcoming .upcoming-teams .upcoming-team.upcoming-team-right .upcoming-team-abbr{color:#fbbf24;background:#d977062e;border-color:#fbbf2480}.cscard-upcoming .upcoming-teams .upcoming-vs-block{flex-direction:column;flex:none;align-items:center;gap:4px;padding:0 8px;display:flex}.cscard-upcoming .upcoming-teams .upcoming-vs-block .upcoming-vs{color:#8b90a0;letter-spacing:2px;background:#23262f;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:900}.cscard-upcoming .upcoming-teams .upcoming-vs-block .upcoming-time{color:#fbbf24;letter-spacing:.3px;font-size:13px;font-weight:800}.cscard-upcoming .upcoming-teams .upcoming-vs-block .upcoming-date{color:#8b90a0;letter-spacing:.3px;font-size:10px;font-weight:500}.cscard-upcoming .upcoming-status{color:#fbbf24;letter-spacing:.3px;background:#f59e0b24;border:1px solid #f59e0b59;border-radius:6px;align-items:center;gap:6px;margin-top:8px;padding:5px 10px;font-size:12px;font-weight:600;display:flex}.cscard-upcoming .upcoming-status .upcoming-status-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite livePulse}.cscard-upcoming .cscard-toss{color:#fbbf24;text-align:center;letter-spacing:.2px;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:6px;margin:0 12px 12px;padding:5px 10px;font-size:11px;font-weight:600}.cscard-ball-event{justify-content:center;align-items:center;padding:6px 14px;animation:.45s cubic-bezier(.34,1.56,.64,1) both beSlide;display:flex}.cscard-ball-event .be-label{letter-spacing:1.5px;text-transform:uppercase;border-radius:20px;padding:4px 20px;font-size:15px;font-weight:900}.cscard-ball-event.be-status .be-label{color:#fbbf24;letter-spacing:.5px;text-transform:none;background:#f59e0b24;border:1px solid #f59e0b59;font-size:13px;font-weight:600}.cscard{color:#e8eaf0;cursor:pointer;background:#1c1f28;border:1px solid #ffffff14;border-radius:12px;margin-top:8px;margin-bottom:8px;font-family:Segoe UI,sans-serif;overflow:hidden;box-shadow:0 4px 14px #0006}.cscard .cscard-header{background:#14161d;border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:7px 14px;display:flex}.cscard .cscard-header .cscard-live{color:#ff6b6b;letter-spacing:.8px;flex-shrink:0;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.cscard .cscard-header .cscard-live .live-dot{background:#ff6b6b;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1s ease-in-out infinite livePulse}.cscard .cscard-header .cscard-ename{color:#cfd3df;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;font-weight:600;overflow:hidden}.cscard .cscard-header .cscard-format{color:#60a5fa;letter-spacing:.5px;background:#2563eb2e;border:1px solid #2563eb66;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:600}.cscard .cscard-header .cscard-time{color:#8b90a0;flex-shrink:0;font-size:11px}.cscard .cscard-header .cscard-voice-btn{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-left:auto;padding:2px 4px;font-size:16px;line-height:1;transition:opacity .2s,background .2s}.cscard .cscard-header .cscard-voice-btn:hover{opacity:.9;background:#ffffff14}.cscard .cscard-header .cscard-voice-btn.voice-on{opacity:1}.cscard .cscard-scores{align-items:center;gap:8px;padding:10px 14px;display:flex}.cscard .cscard-scores .cs-team{background:#23262f;border:1px solid #ffffff0f;border-radius:8px;flex-direction:row;flex:1;align-items:center;gap:10px;min-width:0;padding:8px 12px;transition:background .2s;display:flex}.cscard .cscard-scores .cs-team.batting{background:#2563eb24;border-color:#2563eb4d}.cscard .cscard-scores .cs-team.team-right{text-align:right;flex-direction:row-reverse}.cscard .cscard-scores .cs-team.team-right .cs-team-info{align-items:flex-end}.cscard .cscard-scores .cs-team.team-right .cs-team-key{flex-direction:row-reverse}.cscard .cscard-scores .cs-team .cs-team-flag{object-fit:cover;background:#14161d;border-radius:50%;flex-shrink:0;width:44px;height:44px}.cscard .cscard-scores .cs-team .cs-team-info{flex-direction:column;flex:1;align-items:flex-start;gap:3px;min-width:0;display:flex}.cscard .cscard-scores .cs-team .cs-team-key{color:#cfd3df;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;max-width:100%;font-size:12px;font-weight:700;display:flex;overflow:hidden}.cscard .cscard-scores .cs-team .cs-team-key .bat-icon{flex-shrink:0;font-size:11px}.cscard .cscard-scores .cs-team .cs-team-key .cs-team-name{text-overflow:ellipsis;overflow:hidden}.cscard .cscard-scores .cs-team .cs-prev-score{color:#8b90a0;white-space:nowrap;max-width:100%;font-size:11px;font-weight:500}.cscard .cscard-scores .cs-team .cs-score{white-space:nowrap;flex-wrap:nowrap;align-items:baseline;gap:4px;max-width:100%;display:flex}.cscard .cscard-scores .cs-team .cs-score strong{color:#fff;font-size:24px;font-weight:900;line-height:1}.cscard .cscard-scores .cs-team .cs-score .cs-overs{color:#8b90a0;white-space:nowrap;flex-shrink:0;font-size:11px}.cscard .cscard-scores .cs-team .cs-ytb{color:#8b90a0;font-size:11px;font-style:italic}.cscard .cscard-scores .cs-vs{color:#8b90a0;letter-spacing:1px;flex-shrink:0;font-size:10px;font-weight:700}.cscard .cscard-scores .cs-lastball{flex-shrink:0;justify-content:center;align-items:center;display:flex}.cscard .cscard-ball-event{justify-content:center;align-items:center;padding:6px 14px;animation:.45s cubic-bezier(.34,1.56,.64,1) both beSlide;display:flex}.cscard .cscard-ball-event .be-label{letter-spacing:1.5px;text-transform:uppercase;border-radius:20px;padding:4px 20px;font-size:15px;font-weight:900}.cscard .cscard-ball-event.be-six{background:linear-gradient(90deg,#7c3aed33,#7c3aed0d);border-top:1px solid #7c3aed4d;border-bottom:1px solid #7c3aed1f}.cscard .cscard-ball-event.be-six .be-label{color:#c084fc;background:#7c3aed38;border:1px solid #7c3aed8c;animation:1.4s ease-in-out infinite beGlow;box-shadow:0 0 14px #7c3aed66}.cscard .cscard-ball-event.be-four{background:linear-gradient(90deg,#16a34a2e,#16a34a0d);border-top:1px solid #16a34a47;border-bottom:1px solid #16a34a1f}.cscard .cscard-ball-event.be-four .be-label{color:#4ade80;background:#16a34a33;border:1px solid #16a34a8c;animation:1.6s ease-in-out infinite beGlow;box-shadow:0 0 12px #16a34a61}.cscard .cscard-ball-event.be-wicket{background:linear-gradient(90deg,#dc262633,#dc26260d);border-top:1px solid #dc26264d;border-bottom:1px solid #dc26261f}.cscard .cscard-ball-event.be-wicket .be-label{color:#f87171;background:#dc262633;border:1px solid #dc26268c;animation:1.2s ease-in-out infinite beGlow;box-shadow:0 0 14px #dc262666}.cscard .cscard-ball-event.be-run .be-label{color:#60a5fa;background:#2563eb2e;border:1px solid #2563eb73}.cscard .cscard-ball-event.be-wide .be-label,.cscard .cscard-ball-event.be-noball .be-label{color:#fbbf24;background:#d977062e;border:1px dashed #d977068c}.cscard .cscard-ball-event.be-dot .be-label{color:#fde047;background:#ca8a0433;border:1px solid #ca8a0473}.cscard .cscard-ball-event.be-over .be-label{color:#c084fc;letter-spacing:1.5px;background:#6d28d92e;border:1px solid #6d28d973}.cscard .cscard-ball-event.be-catchdrop .be-label{color:#fbbf24;letter-spacing:1px;background:#d9770633;border:1px solid #d9770680}.cscard .cscard-ball-event.be-freehit{background:linear-gradient(90deg,#d9770633,#d977060d);border-top:1px solid #d977064d;border-bottom:1px solid #d977061f}.cscard .cscard-ball-event.be-freehit .be-label{color:#fbbf24;letter-spacing:2px;background:#d977063d;border:1px solid #d977068c;font-size:15px;animation:1.4s ease-in-out infinite beGlow;box-shadow:0 0 12px #d9770666}.cscard .cscard-ball-event.be-fastbowler .be-label{color:#ff6b6b;letter-spacing:.5px;text-transform:none;background:#e11d482e;border:1px solid #e11d4873;font-size:13px;font-weight:700}.cscard .cscard-ball-event.be-entering .be-label{color:#c084fc;letter-spacing:.5px;text-transform:none;background:#7c3aed2e;border:1px solid #7c3aed73;font-size:13px;font-weight:700}.cscard .cscard-ball-event.be-ball .be-label{color:#cfd3df;letter-spacing:1px;background:#ffffff0f;border:1px solid #ffffff26}.cscard .cscard-ball-event.be-ballair .be-label{color:#22d3ee;letter-spacing:1px;background:#0891b22e;border:1px solid #0891b273}.cscard .cscard-ball-event.be-notout .be-label{color:#4ade80;letter-spacing:1px;background:#16a34a33;border:1px solid #16a34a73}.cscard .cscard-ball-event.be-stop .be-label{color:#ff6b6b;letter-spacing:1px;background:#e11d482e;border:1px solid #e11d4873}.cscard .cscard-ball-event.be-status .be-label{color:#fbbf24;letter-spacing:.5px;text-transform:none;background:#f59e0b2e;border:1px solid #f59e0b73;font-size:12px;font-weight:600}.cscard .cscard-ball-event.be-info .be-label{color:#60a5fa;letter-spacing:.5px;text-transform:none;background:#2563eb2e;border:1px solid #2563eb66;font-size:13px;font-weight:600}.cscard .cscard-rates{flex-wrap:wrap;align-items:center;gap:8px;padding:2px 14px 8px;display:flex}.cscard .cscard-rates .rate-chip{color:#cfd3df;background:#23262f;border-radius:4px;padding:2px 8px;font-size:11px}.cscard .cscard-rates .rate-chip strong{color:#fbbf24;margin-left:3px;font-weight:700}.cscard .cscard-rates .rate-chip.score-raw{color:#60a5fa;margin-left:auto;font-weight:600}.cscard .cscard-chase{background:linear-gradient(90deg,#dc262629,#d977061a);border-top:1px solid #dc262640;border-bottom:1px solid #dc26261f;flex-wrap:wrap;align-items:center;gap:3px;padding:7px 14px;display:flex}.cscard .cscard-chase .chase-team{color:#f87171;font-size:12px;font-weight:700}.cscard .cscard-chase .chase-text{color:#cfd3df;font-size:12px}.cscard .cscard-chase .chase-runs{color:#f87171;font-size:15px;font-weight:900}.cscard .cscard-chase .chase-balls{color:#fbbf24;font-size:15px;font-weight:900}.cscard .cscard-chase .chase-target{color:#2dd4bf;margin-left:auto;font-size:11px;font-weight:600}.cscard .cscard-players{border-top:1px solid #ffffff14;align-items:flex-start;gap:8px;padding:6px 14px 8px;display:flex}.cscard .cscard-players .players-col{flex:1;min-width:0}.cscard .cscard-players .players-col.bowler{text-align:right;flex:none;min-width:100px}.cscard .cscard-players .players-col.bowler .player-row{justify-content:flex-end}.cscard .cscard-players .player-row{align-items:center;gap:5px;padding:2px 0;display:flex}.cscard .cscard-players .player-row .player-icon{flex-shrink:0;font-size:12px}.cscard .cscard-players .player-row .player-name{color:#cfd3df;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}.cscard .cscard-players .player-row .player-score{color:#fff;white-space:nowrap;flex-shrink:0;margin-left:4px;font-size:12px;font-weight:700}.cscard .cscard-balls{border-top:1px solid #ffffff14;padding:6px 14px 10px}.cscard .cscard-balls .balls-label{color:#8b90a0;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:600;display:block}.cscard .cscard-balls .balls-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.cscard .cscard-balls .balls-row .balls-sep{color:#fff3;padding:0 2px;font-size:14px}.cscard .cscard-balls .balls-row .ball{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:flex}.cscard .cscard-balls .balls-row .ball-dot{color:#cfd3df;background:#23262f;border:1px solid #ffffff26}.cscard .cscard-balls .balls-row .ball-run{color:#60a5fa;background:#23262f;border:1px solid #60a5fa99}.cscard .cscard-balls .balls-row .ball-four{color:#4ade80;background:#23262f;border:1px solid #4ade8099}.cscard .cscard-balls .balls-row .ball-six{color:#c084fc;background:#23262f;border:1px solid #c084fc99}.cscard .cscard-balls .balls-row .ball-wicket{color:#f87171;background:#23262f;border:1px solid #f8717199}.cscard .cscard-balls .balls-row .ball-wide{color:#fbbf24;background:#23262f;border:1px dashed #fbbf2499}.cscard .cscard-balls .balls-row .ball-noball{color:#fb923c;background:#23262f;border:1px dashed #fb923c99}.cscard .cscard-balls .ball-commentary{color:#cfd3df;margin-top:7px;font-size:11px;font-style:italic;line-height:1.4;display:block}.cscard .cscard-bowler-summary{border-top:1px solid #ffffff14;padding:6px 14px 8px}.cscard .cscard-bowler-summary .bs-title{color:#8b90a0;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:700}.cscard .cscard-bowler-summary .bs-table{border-collapse:collapse;width:100%}.cscard .cscard-bowler-summary .bs-table .bs-th{color:#8b90a0;text-align:center;padding:3px 6px;font-size:10px;font-weight:600}.cscard .cscard-bowler-summary .bs-table .bs-th.bs-th-left{text-align:left}.cscard .cscard-bowler-summary .bs-table .bs-td{color:#cfd3df;text-align:center;border-top:1px solid #ffffff0f;padding:3px 6px;font-size:11px}.cscard .cscard-bowler-summary .bs-table .bs-td.bs-td-left{text-align:left;color:#fff;font-weight:600}.cscard .cscard-partnership{border-top:1px solid #ffffff14;padding:6px 14px 10px}.cscard .cscard-partnership .pship-title{color:#8b90a0;letter-spacing:.8px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700}.cscard .cscard-partnership .pship-runs{color:#fff;text-align:center;margin-bottom:6px;font-size:13px;font-weight:800}.cscard .cscard-partnership .pship-bar-wrap{align-items:center;gap:6px;margin-bottom:3px;display:flex}.cscard .cscard-partnership .pship-bar-wrap .pship-bat-name{color:#cfd3df;white-space:nowrap;flex-shrink:0;font-size:10px;font-weight:600}.cscard .cscard-partnership .pship-bar-wrap .pship-bat-name.pship-bat-right{text-align:right}.cscard .cscard-partnership .pship-bar-wrap .pship-bar{background:#23262f;border-radius:3px;flex:1;height:6px;overflow:hidden}.cscard .cscard-partnership .pship-bar-wrap .pship-bar .pship-bar-fill{background:linear-gradient(90deg,#60a5fa,#4ade80);border-radius:3px;height:100%;transition:width .4s}.cscard .cscard-partnership .pship-scores{justify-content:space-between;display:flex}.cscard .cscard-partnership .pship-scores .pship-score-left,.cscard .cscard-partnership .pship-scores .pship-score-right{color:#60a5fa;font-size:11px;font-weight:700}.cscard .cscard-toss{color:#fbbf24;text-align:center;letter-spacing:.2px;background:#f59e0b1a;border-top:1px solid #f59e0b40;padding:5px 14px;font-size:11px;font-weight:600}.cscard .cscard-commentary{border-top:1px solid #ffffff14;margin-top:2px}.cscard .cmnt-header{color:#8b90a0;letter-spacing:.8px;text-transform:uppercase;padding:6px 14px 4px;font-size:10px;font-weight:700}.cscard .cmnt-ball{border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:8px;padding:7px 14px;display:flex}.cscard .cmnt-ball .cmnt-over-num{color:#8b90a0;flex-shrink:0;min-width:26px;padding-top:3px;font-size:10px}.cscard .cmnt-ball .cmnt-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.cscard .cmnt-ball .cmnt-content{flex:1;min-width:0}.cscard .cmnt-ball .cmnt-content .cmnt-c1{color:#e8eaf0;font-size:11px;font-weight:600;line-height:1.3}.cscard .cmnt-ball .cmnt-content .cmnt-c2{color:#8b90a0;margin-top:2px;font-size:11px;line-height:1.4}.cscard .cmnt-ball .cmnt-content .cmnt-c2 b{color:#e8eaf0;font-weight:700}.cscard .cmnt-text{color:#8b90a0;background:#14161d;border-bottom:1px solid #ffffff0f;padding:6px 14px;font-size:11px;font-style:italic;line-height:1.4}.cscard .cmnt-over-end{color:#60a5fa;background:#2563eb1f;border-bottom:1px solid #2563eb33;justify-content:space-between;align-items:center;padding:6px 14px;font-size:11px;font-weight:700;display:flex}.cscard .cmnt-over-end .cmnt-over-meta{color:#8b90a0;font-size:10px;font-weight:400}.cscard .cscard-status{color:#fbbf24;text-align:center;background:#f59e0b1a;border-top:1px solid #f59e0b40;padding:6px 14px;font-size:12px}.cscard .cscard-toggle{cursor:pointer;justify-content:center;padding:4px 0 6px;display:flex}.cscard .cscard-toggle .cscard-chevron{color:#cfd3df80;font-size:22px;line-height:1;transition:transform .3s,color .2s;display:inline-block;transform:rotate(0)}.cscard .cscard-toggle .cscard-chevron.up{color:#cfd3dfd9;transform:rotate(180deg)}.cscard .cscard-bowler-summary,.cscard .cscard-partnership{animation:.25s forwards expandIn}@keyframes expandIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}@keyframes beSlide{0%{opacity:0;transform:translateY(-8px)scale(.85)}70%{opacity:1;transform:translateY(2px)scale(1.04)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes beGlow{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.4);transform:scale(1.06)}}@media (width<=480px){.cscard .cscard-scores{gap:6px;padding:10px}.cscard .cscard-scores .cs-team{gap:7px;padding:7px 8px}.cscard .cscard-scores .cs-team .cs-team-flag{width:34px;height:34px}.cscard .cscard-scores .cs-team .cs-team-key{gap:3px;font-size:11px}.cscard .cscard-scores .cs-team .cs-prev-score{font-size:10px}.cscard .cscard-scores .cs-team .cs-score{gap:3px}.cscard .cscard-scores .cs-team .cs-score strong{font-size:19px}.cscard .cscard-scores .cs-team .cs-score .cs-overs{font-size:10px}.cscard .cscard-scores .cs-vs{font-size:9px}}.odds-detail-page{grid-template-columns:16% 84%;min-height:100vh;font-family:Segoe UI,sans-serif;display:grid;position:relative}@media (width<=768px){.odds-detail-page{grid-template-columns:1fr}}.odds-detail-page.match-detail-layout{grid-template-columns:18% 82%;min-height:100vh;padding:0}@media (width<=768px){.odds-detail-page.match-detail-layout{grid-template-columns:1fr}}.odds-detail-page .left-sidebar{color:#fff;z-index:100;background:#14161d;width:100%;height:100vh;transition:transform .3s;position:relative;overflow-y:auto}@media (width<=768px){.odds-detail-page .left-sidebar{display:none}}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item{cursor:pointer;margin-bottom:4px;transition:background-color .2s}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .sidebar-item-content{align-items:center;gap:12px;padding:14px 16px;display:flex}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .sidebar-item-content .sidebar-icon{align-items:center;font-size:18px;display:inline-flex}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .sidebar-item-content .sidebar-icon img{object-fit:contain;width:18px;height:18px}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .sidebar-item-content .sidebar-text{flex:1;font-size:15px;font-weight:500}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .sidebar-item-content .dropdown-arrow{opacity:.7;font-size:12px;transition:transform .3s}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .sidebar-item-content .dropdown-arrow.open{transform:rotate(180deg)}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu{background:#0003;max-height:400px;overflow-y:auto}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:4px;padding:10px 16px 10px 10px;font-size:13px;transition:background-color .2s;display:flex}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item:hover{background:#0000001a}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item .match-header{align-items:center;gap:8px;display:flex}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item .match-header .match-name{flex:1}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item .match-header .live-badge{color:#ff6b6b;font-size:10px;font-weight:600}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item .match-sport{color:#fff9;font-size:11px}.odds-detail-page .left-sidebar .sidebar-menu .sidebar-item .submenu .submenu-item .match-time{color:#ffffffb3;font-size:11px}.odds-detail-page .center-content{background:#101219;width:100%;max-width:100%;overflow-x:hidden}.odds-detail-page .center-content .match-cards-container{width:100%;padding:5px 0;overflow:hidden}.odds-detail-page .center-content .match-cards-container .match-cards-scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:0;display:flex;overflow-x:auto}.odds-detail-page .center-content .match-cards-container .match-cards-scroll::-webkit-scrollbar{display:none}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card{cursor:pointer;background:linear-gradient(135deg,#23262f 0%,#191b22 100%);border:1px solid #ffffff14;border-left:3px solid #f5b528;border-radius:12px;flex-shrink:0;align-items:center;gap:12px;min-width:270px;padding:11px 14px;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 14px #0006}@media (width<=768px){.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card{min-width:230px;padding:5px 6px}}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card.live{border-left-color:#ff6b6b}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card.active{border-color:#f5b528;box-shadow:0 6px 18px #f5b52859}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card:hover{border-left-color:#ffcf4a;transform:translateY(-3px);box-shadow:0 8px 20px #0000008c}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card .match-card-icon{background:#f5b51a24;border:1px solid #f5b51a59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card .match-card-icon img{object-fit:contain;width:24px;height:24px}@media (width<=768px){.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card .match-card-icon{width:32px;height:32px}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card .match-card-icon img{width:20px;height:20px}}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card .match-card-content{flex:1;min-width:0}.odds-detail-page .center-content .match-cards-container .match-cards-scroll .match-card .match-card-content .match-teams{color:#e8eaf0;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.odds-detail-page .center-content .match-title-bar{background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;border-bottom-right-radius:0;border-bottom-left-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex;box-shadow:0 4px 14px #0006}@media (width<=768px){.odds-detail-page .center-content .match-title-bar{padding:8px 12px}}.odds-detail-page .center-content .match-title-bar .match-title{align-items:center;gap:10px;min-width:0;display:flex}.odds-detail-page .center-content .match-title-bar .match-title .match-title-icon{background:#f5b51a29;border:1px solid #f5b51a59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex;overflow:hidden}.odds-detail-page .center-content .match-title-bar .match-title .match-title-icon img{object-fit:contain;width:20px;height:20px}.odds-detail-page .center-content .match-title-bar .match-title h2{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;overflow:hidden}@media (width<=768px){.odds-detail-page .center-content .match-title-bar .match-title h2{font-size:14px}}.odds-detail-page .center-content .match-title-bar .match-title-actions{flex-shrink:0;gap:8px;display:flex}.odds-detail-page .center-content .match-title-bar .match-title-actions .action-icon{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff59;border-radius:3px;justify-content:center;align-items:center;width:25px;height:25px;font-size:15px;transition:all .2s;display:flex}.odds-detail-page .center-content .match-title-bar .match-title-actions .action-icon:hover{background:#ffffff38;transform:translateY(-1px)}.odds-detail-page .center-content .match-title-bar .match-title-actions .action-icon.active{background:#f5b528;border-color:#f5b528;box-shadow:0 3px 10px #f5b52880}@media (width<=768px){.odds-detail-page .center-content .match-title-bar .match-title-actions .action-icon{width:28px;height:28px;font-size:15px}}.odds-detail-page .center-content .iframe-container{background:#1c1f28;border:1px solid #ffffff14;margin-bottom:8px;overflow:hidden;box-shadow:0 4px 14px #0006}.odds-detail-page .center-content .market-section{border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 14px #0006}.odds-detail-page .center-content .market-section .match-odds-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;border-radius:0;justify-content:space-between;align-items:center;margin-bottom:0;padding:10px 16px;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-header{flex-wrap:wrap;gap:8px;padding:9px 12px}}.odds-detail-page .center-content .market-section .match-odds-header .header-left{align-items:center;gap:12px;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-header .header-left{gap:8px}}.odds-detail-page .center-content .market-section .match-odds-header .header-left .odds-icon{font-size:18px}.odds-detail-page .center-content .market-section .match-odds-header .header-left h2{color:#fff;margin:0;font-size:14px;font-weight:700}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-header .header-left h2{font-size:13px}}.odds-detail-page .center-content .market-section .match-odds-header .header-left .info-icon{opacity:.8;cursor:pointer;font-size:16px}.odds-detail-page .center-content .market-section .match-odds-header .header-center{align-items:center;gap:12px;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-header .header-center{display:none}}.odds-detail-page .center-content .market-section .match-odds-header .header-center .cashout-badge{background:#28a745;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500}.odds-detail-page .center-content .market-section .match-odds-header .header-right{align-items:center;gap:20px;display:flex}.odds-detail-page .center-content .market-section .match-odds-header .header-right .bet-limits{opacity:.9;gap:8px;font-size:14px;font-weight:500;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-header .header-right .bet-limits{gap:10px;font-size:11px;line-height:1.3}.odds-detail-page .center-content .market-section .match-odds-header .header-right .bet-limits .min-limit,.odds-detail-page .center-content .market-section .match-odds-header .header-right .bet-limits .max-limit{display:block}}.odds-detail-page .center-content .market-section .match-odds-table{background:#1c1f28;overflow:hidden;box-shadow:0 2px 8px #0006}.odds-detail-page .center-content .market-section .match-odds-table .table-header{background:#23262f;border-bottom:2px solid #ffffff14;align-items:center;padding:3px 24px;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .table-header{padding:3px 5px}}.odds-detail-page .center-content .market-section .match-odds-table .table-header .market-column{color:#f5b528;width:56%;font-size:16px;font-weight:600}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .table-header .market-column{width:56%;font-size:13px}}.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns{flex:1;gap:5px;padding:0;display:flex}.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns .back-section,.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns .lay-section{text-align:center;letter-spacing:.6px;text-transform:uppercase;color:#fff;border-radius:7px;flex:1;padding:7px 0;font-size:13px;font-weight:700;box-shadow:0 2px 6px #0000001f}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns .back-section,.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns .lay-section{font-size:12px}}.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns .back-section{color:#0f172a;background:#56a1ea}.odds-detail-page .center-content .market-section .match-odds-table .table-header .odds-columns .lay-section{color:#0f172a;background:#f1a2c3}.odds-detail-page .center-content .market-section .match-odds-table .odds-row{border-bottom:1px solid #ffffff0f;align-items:center;padding:6px 24px;transition:background-color .2s;display:flex}.odds-detail-page .center-content .market-section .match-odds-table .odds-row:hover{background:#ffffff0a}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row{padding:5px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row:last-child{border-bottom:none}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .team-name{color:#e8eaf0;justify-content:space-between;align-items:center;gap:10px;width:56%;font-size:16px;font-weight:600;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row .team-name{gap:5px;width:56%;font-size:13px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons{flex:1;gap:6px;display:flex;position:relative}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .suspended-overlay{z-index:999;color:#ff6b6b;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#000000b3;border-radius:7px;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;display:flex;position:absolute;top:0;left:0}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .suspended-overlay{font-size:14px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds{flex:1;justify-content:flex-start;gap:8px;display:flex}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds{gap:4px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button{cursor:pointer;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:40px;transition:transform .15s,box-shadow .15s,filter .15s;display:flex;box-shadow:0 1px 2px #00000014}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button:hover,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 10px #00000024}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button:active,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button:active{transform:translateY(0)}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button{min-width:50px;height:36px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button.blue,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button.blue{color:#0f172a;background:#56a1ea}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button.red,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button.red{color:#0f172a;background:#f1a2c3}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button .odds-value,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button .odds-value{font-size:15px;font-weight:800}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button .odds-value,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button .odds-value{font-size:13px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button .odds-amount,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button .odds-amount{opacity:.85;margin-top:3px;font-size:11px}@media (width<=768px){.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds .odds-button .odds-amount,.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .lay-odds .odds-button .odds-amount{margin-top:2px;font-size:9px}}.odds-detail-page .center-content .market-section .match-odds-table .odds-row .odds-buttons .back-odds{border-right:none}.odds-detail-page .center-content .market-section .market-remark-bottom{color:#ff6b6b;background:#1c1f28;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:10px 20px;font-size:13px;line-height:1.5;display:flex}.odds-detail-page .center-content .market-section .market-remark-bottom .remark-text{word-break:break-word;letter-spacing:.3px;flex:1;font-size:10px;font-weight:500}.odds-detail-page .center-content .sessions-wrapper{background:#1c1f28;border-radius:12px;width:100%;margin:16px 0 15px;font-family:Poppins,sans-serif;overflow:hidden;box-shadow:0 4px 14px #0006}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header{background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;align-items:center;padding:5px;display:flex}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header{padding:5px}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header .title{color:#fff;width:56%;font-size:14px;font-weight:700}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header .toggle-labels{gap:8px;display:flex}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header .toggle-labels{width:44%}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header .toggle-labels span{letter-spacing:.6px;text-transform:uppercase;color:#fff;cursor:pointer;text-align:center;border-radius:7px;width:50%;padding:7px 16px;font-size:12px;font-weight:700;transition:all .3s;box-shadow:0 2px 6px #00000026}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header .toggle-labels span:first-child{background:#f1a2c3}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-header .toggle-labels span:last-child{background:#56a1ea}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body{background:#1c1f28;flex-direction:column;display:flex}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper{flex-direction:column;display:flex}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper:last-child{border-bottom:none}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:5px 10px;transition:background-color .3s;display:flex}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item{padding:5px;padding-block:1px}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info{width:56%;margin-bottom:0}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info{width:56%}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info .session-title{color:#e8eaf0;justify-content:space-between;margin-bottom:4px;font-size:12px;font-weight:700;line-height:1.2;display:flex}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info .session-title .title-with-icon{flex-direction:column;flex:1;align-items:flex-start;font-weight:600;display:flex}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info .session-title .title-with-icon .limits2{color:#8b90a0;margin-top:2px;font-size:11px;font-weight:500;display:block}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info .session-title .title-with-icon .limits2{font-size:10px;display:block}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info .session-title .ladder-icon{cursor:pointer;padding-right:8px;font-size:18px}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .session-info .fancy-pl{margin-top:4px;font-size:10px;font-weight:400}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section{align-items:center;gap:8px;width:auto;display:flex;position:relative}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section{width:44%}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options{justify-content:center;gap:5px;width:100%;display:flex;position:relative}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .suspended-overlay{z-index:999;color:#ff6b6b;text-transform:uppercase;background-color:#000000b3;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:600;display:flex;position:absolute;top:0;left:0}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option{flex-direction:column;flex:1;align-items:center;gap:8px;width:62px;max-width:150px;display:flex;position:relative}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button{cursor:pointer;text-align:center;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:40px;padding:10px;transition:transform .15s,box-shadow .15s,filter .15s;display:flex;box-shadow:0 1px 2px #00000014}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 10px #00000024}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button:active{transform:translateY(0)}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button.blue{color:#0f172a;background:#56a1ea}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button.red{color:#0f172a;background:#f1a2c3}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button .odds-value{font-size:15px;font-weight:800}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .center-section .betting-options .betting-option .odds-button .odds-amount{opacity:.85;margin-top:3px;font-size:11px}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .limits{color:#e8eaf0;text-align:right;flex:1;margin-top:0;font-size:12px;font-weight:700}@media (width<=768px){.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .session-item .limits{display:none}}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .fancy-row-remark{color:#ff6b6b;background:#1c1f28;border-top:none;align-items:center;gap:10px;margin:0;padding:4px 10px;display:flex}.odds-detail-page .center-content .sessions-wrapper .market-group .sessions-body .session-item-wrapper .fancy-row-remark .remark-text{color:#ff6b6b;font-size:10px;font-weight:500;line-height:1.4}.odds-detail-page .center-content .open-bets-section{border:1px solid #ffffff14;border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 14px #0006}.odds-detail-page .center-content .open-bets-section .open-bets-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;padding:10px 16px}.odds-detail-page .center-content .open-bets-section .open-bets-header h3{color:#fff;margin:0;font-size:14px;font-weight:700}.odds-detail-page .center-content .open-bets-section .open-bets-content{padding:0}.odds-detail-page .center-content .open-bets-section .open-bets-content .no-bets{text-align:center;color:#8b90a0;padding:16px}.odds-detail-page .center-content .open-bets-section .open-bets-content .no-bets p{margin:0;font-size:14px}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper{overflow-x:auto}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table{border-collapse:collapse;text-align:center;width:100%;font-size:11px}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table thead{background:#23262f}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table thead tr th{text-align:center;color:#f5b528;white-space:nowrap;border-bottom:2px solid #ffffff14;padding:5px 6px;font-weight:700}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table thead tr th:first-child{width:30px}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr{border-bottom:1px solid #ffffff0f}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr:hover{background:#ffffff0a}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr td{color:#e8eaf0;text-align:center;white-space:nowrap;padding:4px 6px}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr td:first-child{font-weight:600}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr td.back-mode{color:#60a5fa;font-weight:600}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr td.lay-mode{color:#ff6b6b;font-weight:600}.odds-detail-page .center-content .open-bets-section .open-bets-content .bets-table-wrapper .bets-table tbody tr td.status-pending{color:#22c55e;text-transform:uppercase;font-weight:700}.odds-detail-page .right-bet-slip{box-shadow:none;background:#1c1f28;border-radius:0;height:fit-content;padding:0;position:sticky;top:20px}@media (width<=768px){.odds-detail-page .right-bet-slip{display:none}}.odds-detail-page .right-bet-slip .live-stream-accordion{margin-bottom:20px}.odds-detail-page .right-bet-slip .live-stream-accordion .live-stream-container{border-radius:8px;overflow:hidden}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav{background:#14161d;border-bottom:2px solid #f5b528;border-radius:12px 12px 0 0;margin:0;padding:0}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list{width:100%;padding:10px;display:flex}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{color:#fff;background:0 0;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;margin:0;padding:10px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{color:#1a1a1a;background:linear-gradient(#ffcf4a,#f5b528)}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1a1a1a}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#cfd3df;font-weight:600}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none}.odds-detail-page .right-bet-slip .bet-slip-tabs .ant-tabs-content-holder{background:#1c1f28;padding:0}.odds-detail-page .right-bet-slip .bet-slip-tabs .empty-bet-slip{text-align:center;color:#8b90a0;padding:40px 20px}.odds-detail-page .right-bet-slip .bet-slip-tabs .empty-bet-slip p{margin:0;font-size:14px}.odds-detail-content-wrapper{background:#101219;grid-template-columns:65% 34%;gap:1%;max-width:100%;padding:0;display:grid;overflow-x:hidden}@media (width<=768px){.odds-detail-content-wrapper{grid-template-columns:1fr;gap:0;padding:0 2px 70px}}@keyframes liveBackgroundBlink{0%,to{background:linear-gradient(135deg,#dc2626,#b91c1c)}50%{background:linear-gradient(135deg,#f44,#e63939)}}@keyframes slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cricket-score-widget{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-bottom:2px solid #2ecc71;flex-wrap:wrap;align-items:center;gap:8px 14px;padding:8px 14px;font-size:13px;font-weight:500;display:flex}.cricket-score-widget .score-live-dot{background:#e74c3c;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite scorePulse}.cricket-score-widget .score-live-label{color:#e74c3c;letter-spacing:1px;font-size:11px;font-weight:700}.cricket-score-widget .score-teams{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.cricket-score-widget .score-team{align-items:center;gap:6px;display:flex}.cricket-score-widget .score-team-name{color:#adb5bd;text-transform:uppercase;font-size:12px}.cricket-score-widget .score-runs{color:#fff;font-size:14px;font-weight:700}.cricket-score-widget .score-flat{color:#fff;font-weight:700}.cricket-score-widget .score-status{color:#f39c12;margin-left:auto;font-size:12px}@media (width<=768px){.cricket-score-widget .score-status{width:100%;margin-left:0}}@keyframes scorePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.mobile-bet-slip{display:none}@media (width<=768px){.mobile-bet-slip{z-index:1000;background:#1c1f28;border-radius:12px 12px 0 0;width:100%;max-height:70vh;animation:.3s ease-out slideUpFromBottom;display:block;position:fixed;bottom:64px;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 12px #00000080}}.pagination-container{background:#fff;border:1px solid #ddd;border-radius:5px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:10px;font-family:Poppins,sans-serif;display:flex}.pagination-button{color:#6c757d;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s}.pagination-button:hover:not(.disabled){color:#6366f1;background:#f8f9fa;border-color:#6366f1}.pagination-button.disabled{color:#ced4da;cursor:not-allowed;background:#f8f9fa}.pagination-numbers{align-items:center;gap:4px;display:flex}.pagination-number{color:#6c757d;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:8px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.pagination-number:hover:not(.active){color:#6366f1;background:#f8f9fa;border-color:#6366f1}.pagination-number.active{color:#fff;background:#6366f1;border-color:#6366f1;font-weight:600}@media (width<=768px){.pagination-container{gap:6px;padding:8px}.pagination-button{padding:6px 12px;font-size:13px}.pagination-number{min-width:36px;height:36px;font-size:13px}}.my-bets-page{width:100%;min-height:calc(100vh - 160px);padding:0}.my-bets-page .my-bets-header{color:#fff;background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b51a59;border-radius:0;align-items:center;gap:12px;padding:10px;display:flex;box-shadow:0 2px 8px #0006}.my-bets-page .my-bets-header .settings-icon{color:#f5b528;font-size:17px}.my-bets-page .my-bets-header h1{color:#fff;margin:0;font-size:17px;font-weight:600}.my-bets-page .loading-message,.my-bets-page .error-message{text-align:center;color:#e8eaf0;padding:40px 20px;font-size:16px}.my-bets-page .error-message{color:#ff6b6b}.my-bets-page .bets-table-container{background:#101219;border-radius:0;padding:0;overflow-x:scroll}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table{background:0 0;font-size:13px}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{color:#f5b528;white-space:nowrap;background:#23262f;border-bottom:1px solid #f5b51a4d;padding:7px 10px;font-size:13px;font-weight:600}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{color:#e8eaf0;white-space:nowrap;background:#1c1f28;border-bottom:1px solid #ffffff0f;padding:6px 10px}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .lay-row{background-color:#e8404f24!important}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .back-row{background-color:#2563eb24!important}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#23262f}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .bet-on-cell{flex-direction:column;gap:1px;line-height:1.25;display:flex}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .bet-on-cell .bet-name{color:#e8eaf0;font-weight:500}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .bet-on-cell .bet-type{color:#8b90a0;font-size:11px}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .outcome-lost{color:#ff6b6b;font-size:14px;font-weight:600}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .outcome-won{color:#22c55e;font-size:14px;font-weight:600}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .returns-negative{color:#ff6b6b;font-size:14px;font-weight:600}.my-bets-page .bets-table-container .ant-table-wrapper .ant-table .returns-positive{color:#22c55e;font-size:14px;font-weight:600}.my-bets-page .bets-table-container .ant-table-wrapper .ant-pagination{display:none}.my-wallet-page{width:100%;min-height:100vh;padding:0 0 80px;overflow:hidden}.my-wallet-page .my-wallet-header{color:#fff;background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b51a59;border-radius:0;align-items:center;gap:12px;padding:10px;display:flex;box-shadow:0 2px 8px #0006}.my-wallet-page .my-wallet-header .settings-icon,.my-wallet-page .my-wallet-header .wallet-icon{color:#f5b528;font-size:17px}.my-wallet-page .my-wallet-header h1{color:#fff;margin:0;font-size:17px;font-weight:600}.my-wallet-page .loading-message,.my-wallet-page .error-message{text-align:center;color:#cfd3df;padding:40px 20px;font-size:16px}.my-wallet-page .error-message{color:#ff6b6b}.my-wallet-page .wallet-table-container{background:#101219;border-radius:0}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table{background:0 0;border:1px solid #ffffff14;font-size:13px}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{color:#f5b528;white-space:nowrap;background:#23262f;border-bottom:1px solid #f5b51a4d;padding:7px 10px;font-size:13px;font-weight:600}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{color:#e8eaf0;white-space:nowrap;background:#1c1f28;border-bottom:1px solid #ffffff0f;padding:6px 10px}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .credit-row{background-color:#2563eb24!important}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .debit-row{background-color:#e8404f24!important}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#23262f}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .type-credit{color:#22c55e;font-size:14px;font-weight:500}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .type-debit{color:#ff6b6b;font-size:14px;font-weight:500}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .amount-credit{color:#22c55e;font-size:14px;font-weight:600}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-table .amount-debit{color:#ff6b6b;font-size:14px;font-weight:600}.my-wallet-page .wallet-table-container .ant-table-wrapper .ant-pagination{display:none}.account-statement-page{width:100%;min-height:100vh;padding:0 0 80px}.account-statement-page .account-statement-header{color:#fff;background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b51a59;border-radius:0;align-items:center;gap:12px;padding:10px;display:flex;box-shadow:0 2px 8px #0006}.account-statement-page .account-statement-header .settings-icon,.account-statement-page .account-statement-header .statement-icon{color:#f5b528;font-size:17px}.account-statement-page .account-statement-header h1{color:#fff;margin:0;font-size:17px;font-weight:600}.account-statement-page .loading-message,.account-statement-page .error-message{text-align:center;color:#cfd3df;padding:40px 20px;font-size:16px}.account-statement-page .error-message{color:#ff6b6b}.account-statement-page .statement-table-container{background:#101219;border-radius:0 0 10px 10px;padding:10px}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table{background:0 0;border:1px solid #ffffff14;font-size:13px;overflow:hidden}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{color:#f5b528;white-space:nowrap;background:#23262f;border-bottom:1px solid #f5b51a4d;padding:7px 10px;font-size:13px;font-weight:600}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{color:#e8eaf0;white-space:nowrap;background:#1c1f28;border-bottom:1px solid #ffffff0f;padding:6px 10px}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#23262f}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .market-bookmaker{color:#a5b4fc;background:#ffffff0f;border-radius:4px;padding:4px 12px;font-size:14px;font-weight:500;display:inline-block}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .market-fancy{color:#60a5fa;background:#ffffff0f;border-radius:4px;padding:4px 12px;font-size:14px;font-weight:500;display:inline-block}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .credit-type-credit{color:#22c55e;font-size:14px;font-weight:600}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .credit-type-debit{color:#ff6b6b;font-size:14px;font-weight:600}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .amount-credit{color:#22c55e;font-size:14px;font-weight:600}.account-statement-page .statement-table-container .ant-table-wrapper .ant-table .amount-debit{color:#ff6b6b;font-size:14px;font-weight:600}.account-statement-page .statement-table-container .ant-table-wrapper .ant-pagination{display:none}.pl-statement-page{width:100%;min-height:100vh;padding:0 0 80px}.pl-statement-page .profit-loss-header{color:#fff;background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b51a59;border-radius:0;padding:10px}.pl-statement-page .profit-loss-header .header-icon{align-items:center;gap:12px;display:flex}.pl-statement-page .profit-loss-header .header-icon .pl-icon{color:#f5b528;font-size:17px}.pl-statement-page .profit-loss-header .header-icon h1{color:#fff;margin:0;font-size:17px;font-weight:600}.pl-statement-page .profit-loss-header .summary-cards{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:15px;display:grid}.pl-statement-page .profit-loss-header .summary-cards .summary-card{-webkit-backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #f5b51a33;border-radius:8px;flex-direction:column;gap:8px;padding:15px;display:flex}.pl-statement-page .profit-loss-header .summary-cards .summary-card .label{opacity:.9;font-size:13px;font-weight:500}.pl-statement-page .profit-loss-header .summary-cards .summary-card .value{color:#fff;font-size:20px;font-weight:700}.pl-statement-page .profit-loss-header .summary-cards .summary-card .value.loss{color:#f87171}.pl-statement-page .profit-loss-header .summary-cards .summary-card .value.profit{color:#4ade80}.pl-statement-page .loading-message,.pl-statement-page .error-message{text-align:center;color:#cfd3df;padding:40px 20px;font-size:16px}.pl-statement-page .error-message{color:#ff6b6b}.pl-statement-page .pl-table-container{background:#101219;padding:10px 10px 0}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table{background:0 0;border:1px solid #ffffff14;border-radius:8px;font-size:13px;overflow:hidden}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{color:#f5b528;white-space:nowrap;background:#23262f;border-bottom:1px solid #f5b51a4d;padding:7px 10px;font-size:13px;font-weight:600}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{color:#e8eaf0;white-space:nowrap;background:#1c1f28;border-bottom:1px solid #ffffff0f;padding:6px 10px}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:#23262f}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .description-link{color:#60a5fa;text-decoration:none}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .description-link:hover{text-decoration:underline}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .won-amount{color:#22c55e;font-size:14px;font-weight:600}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .lost-amount{color:#ff6b6b;font-size:14px;font-weight:600}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .hisab-positive{color:#22c55e;font-size:14px;font-weight:600}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .hisab-negative{color:#ff6b6b;font-size:14px;font-weight:600}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-pagination{display:none}@media (width<=768px){.pl-statement-page .profit-loss-header{padding:12px 15px}.pl-statement-page .profit-loss-header .header-icon h1{font-size:18px}.pl-statement-page .profit-loss-header .header-icon .pl-icon{font-size:24px}.pl-statement-page .profit-loss-header .summary-cards{grid-template-columns:1fr;gap:10px;margin-top:12px}.pl-statement-page .profit-loss-header .summary-cards .summary-card{padding:12px}.pl-statement-page .profit-loss-header .summary-cards .summary-card .label{font-size:12px}.pl-statement-page .profit-loss-header .summary-cards .summary-card .value{font-size:18px}.pl-statement-page .pl-table-container{padding:0 15px}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table{font-size:12px}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{padding:12px 8px;font-size:13px}.pl-statement-page .pl-table-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:12px 8px;font-size:12px}}.ld-page{background:#101219;width:100%;min-height:100vh;padding-bottom:80px;font-family:Verdana,Geneva,sans-serif}.ld-loading{text-align:center;color:#cfd3df;padding:40px}.ld-header{background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b51a59;align-items:center;gap:12px;padding:10px 14px;display:flex}.ld-header h1{color:#fff;text-transform:uppercase;text-align:center;flex:1;margin:0;font-size:13px;font-weight:600}.ld-back-btn{cursor:pointer;color:#f5b528;white-space:nowrap;background:#ffffff1f;border:1px solid #f5b51a59;border-radius:4px;padding:5px 12px;font-size:12px;font-weight:500;transition:background .2s}.ld-back-btn:hover{background:#fff3}.ld-section-header{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#23262f;border-left:3px solid #f5b528;margin-top:10px;padding:7px 14px;font-size:12px;font-weight:600}.ld-table-wrap{-webkit-overflow-scrolling:touch;background:#1c1f28;width:100%;overflow-x:auto}.ld-table-wrap table{border-collapse:collapse;white-space:nowrap;min-width:100%;font-size:11px}.ld-table-wrap thead tr{background:#23262f}.ld-table-wrap th{color:#f5b528;text-align:left;text-transform:uppercase;border-bottom:1px solid #f5b51a4d;border-right:1px solid #ffffff14;padding:8px 10px;font-size:11px;font-weight:600}.ld-table-wrap th:last-child{border-right:none}.ld-table-wrap tbody tr{border-bottom:1px solid #ffffff0f;transition:background .15s}.ld-table-wrap tbody tr:nth-child(2n){background:#23262f}.ld-table-wrap tbody tr:hover{background:#f5b51a14}.ld-table-wrap td{color:#e8eaf0;padding:7px 10px;font-size:11px}.ld-table-wrap td.right{text-align:right}.ld-table-wrap td.center{text-align:center}.ld-subtotal td{border-top:2px solid #f5b51a4d;padding:8px 10px;font-size:12px;font-weight:600;background:#23262f!important}.ld-empty{text-align:center;color:#8b90a0;padding:20px}.ld-summary-card{background:#1c1f28;border:1px solid #ffffff14;border-radius:8px;margin:10px 10px 0;overflow:hidden;box-shadow:0 4px 14px #0006}.ld-summary-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:9px 14px;font-size:12px;display:flex}.ld-summary-row:last-child{border-bottom:none}.ld-summary-label{color:#cfd3df;font-weight:400}.ld-summary-value{color:#e8eaf0;font-weight:500}.cr-win{color:#22c55e!important}.cr-loss{color:#ff6b6b!important}.cr-info{color:#60a5fa!important}.my-profile-container{background:#101219;border-radius:10px 10px 20px 20px;min-height:100vh;padding-bottom:80px}.my-profile-container .loading{color:#cfd3df;justify-content:center;align-items:center;height:100vh;font-size:18px;display:flex}.my-profile-container .profile-header{background:linear-gradient(#262a35,#14161d);border-bottom:1px solid #f5b51a59;border-radius:10px 10px 0 0;align-items:center;gap:20px;margin-bottom:20px;padding:10px 20px;display:flex;box-shadow:0 4px 14px #0006}.my-profile-container .profile-header .profile-avatar{background:#ffffff14;border:3px solid #f5b51a80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.my-profile-container .profile-header .profile-avatar .avatar-icon{width:40px;height:40px}.my-profile-container .profile-header .profile-info{flex:1}.my-profile-container .profile-header .profile-info .profile-name{color:#fff;margin:0 0 5px;font-size:28px;font-weight:600}.my-profile-container .profile-header .profile-info .profile-id{color:#ffffffe6;margin:0;font-size:16px}.my-profile-container .balance-exposure-card{background:#1c1f28;border-radius:12px;justify-content:space-around;align-items:center;margin:0 15px 20px;padding:20px;display:flex;box-shadow:0 4px 14px #0006}.my-profile-container .balance-exposure-card .balance-section,.my-profile-container .balance-exposure-card .exposure-section{text-align:center;flex:1}.my-profile-container .balance-exposure-card .divider{background:#ffffff14;width:1px;height:50px;margin:0 15px}.my-profile-container .balance-exposure-card .section-label{color:#cfd3df;margin-bottom:8px;font-size:16px;font-weight:500}.my-profile-container .balance-exposure-card .section-value{font-size:24px;font-weight:700}.my-profile-container .balance-exposure-card .section-value.balance-value{color:#22c55e}.my-profile-container .balance-exposure-card .section-value.exposure-value{color:#ff6b6b}.my-profile-container .menu-list{background:#1c1f28;border-radius:12px;margin:0 15px;overflow:hidden;box-shadow:0 4px 14px #0006}.my-profile-container .menu-list .menu-item{cursor:pointer;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 20px;transition:background-color .2s;display:flex}.my-profile-container .menu-list .menu-item:hover{background-color:#23262f}.my-profile-container .menu-list .menu-item:last-child{border-bottom:none}.my-profile-container .menu-list .menu-item .menu-item-content{align-items:center;gap:15px;display:flex}.my-profile-container .menu-list .menu-item .menu-item-content .menu-icon{background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;display:flex}.my-profile-container .menu-list .menu-item .menu-item-content .menu-icon.logout-icon{background:#ff6b6b}.my-profile-container .menu-list .menu-item .menu-item-content .menu-label{color:#e8eaf0;font-size:16px;font-weight:500}.my-profile-container .menu-list .menu-item .menu-item-content .menu-label.logout-label{color:#ff6b6b}.my-profile-container .menu-list .menu-item .menu-arrow{color:#8b90a0;font-size:24px}.my-profile-container .menu-list .menu-item.logout-item .menu-icon{background:#dc35451a}.my-profile-container .menu-list .menu-item.logout-item:hover{background-color:#dc35450d}.odds-button-locked{cursor:pointer;border-left:1px solid #ffffff14;justify-content:center;align-items:center;min-height:44px;font-size:16px;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.odds-button-locked.blue{color:#0f172a;background-color:#56a1ea}.odds-button-locked.red{color:#0f172a;background-color:#f1a2c3}.odds-button-locked .odds-value{z-index:1;position:relative}.odds-button-locked .lock-overlay{z-index:2;background-color:#373636d6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.odds-button-locked .lock-overlay .lock-icon{filter:brightness(0)invert();width:17px;height:17px}.odds-button-locked.clickable:hover{opacity:.85;transform:scale(1.02)}.odds-button-locked:hover:not(:has(.lock-overlay)){opacity:.9}.playing-card{background:#fff;border:none;justify-content:center;align-items:center;width:40px;height:50px;display:flex;overflow:hidden;box-shadow:0 2px 4px #0003}@media (width<=768px){.playing-card{width:32px;height:40px}}.playing-card .card-image{object-fit:cover;width:100%;height:100%}@media (width<=768px){.card-display{margin-bottom:.3rem}}.card-display .player-name{text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:16px;font-weight:700}@media (width<=768px){.card-display .player-name{margin-bottom:.1rem;font-size:12px}}.card-display .cards-row{gap:8px;display:flex}@keyframes rm-fade{0%{opacity:0}to{opacity:1}}@media (width<=768px){.result-modal-content{max-width:94%}}@media (width<=768px){.result-modal-content .modal-title{padding:12px 44px 12px 16px;font-size:15px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rm-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.result-modal-overlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s rm-fade;display:flex;position:fixed;inset:0;overflow-y:auto}.result-modal-content{background:#1c1f28;border:1px solid #f5b51a40;border-radius:16px;width:100%;max-width:440px;padding:0;animation:.25s cubic-bezier(.175,.885,.32,1.275) rm-pop;position:relative;overflow:hidden;box-shadow:0 12px 40px #0009}@media (width<=768px){.result-modal-content{max-width:94%}}.result-modal-content .close-btn{cursor:pointer;color:#fff;z-index:2;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;line-height:1;transition:background .2s;display:flex;position:absolute;top:10px;right:12px}.result-modal-content .close-btn:hover{background:#fff3}.result-modal-content .modal-title{letter-spacing:.3px;text-align:left;color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;margin:0;padding:14px 44px 14px 18px;font-size:17px;font-weight:800}@media (width<=768px){.result-modal-content .modal-title{padding:12px 44px 12px 16px;font-size:15px}}.result-modal-content .round-id{color:#8b90a0;letter-spacing:.3px;padding:12px 18px 0;font-size:12px;font-weight:600}.result-modal-content .players-cards-container{justify-content:center;gap:14px;padding:14px 18px 4px;display:flex}.result-modal-content .players-cards-container .player-section{background:#23262f;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:12px 8px;display:flex}.result-modal-content .players-cards-container .player-section .player-name{color:#cfd3df;margin:0 0 10px;font-size:14px;font-weight:700}.result-modal-content .players-cards-container .player-section .cards-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.result-modal-content .players-cards-container .player-section .cards-row .modal-card{height:54px;position:relative;overflow:hidden}.result-modal-content .players-cards-container .player-section .cards-row .modal-card img{object-fit:cover;border-radius:4px;height:100%}.result-modal-content .players-cards-container .player-section .cards-row .winner-trophy{margin-left:6px;font-size:28px}.result-modal-content .generic-cards{justify-content:center;align-items:center;gap:8px;padding:16px 18px 4px;display:flex}.result-modal-content .generic-cards .modal-card{height:64px;overflow:hidden}.result-modal-content .generic-cards .modal-card img{object-fit:cover;border-radius:6px;height:100%}.result-modal-content .winner-section{text-align:center;color:#1a1a1a;background:linear-gradient(#ffcf4a,#f5b528);border-radius:12px;margin:14px 18px;padding:12px;font-size:16px;font-weight:800;box-shadow:0 4px 14px #f5b51a4d}.result-modal-content .winner-section strong{font-weight:800}.result-modal-content .description-section{background:#23262f;border:1px solid #ffffff0f;border-radius:12px;margin:0 18px 18px;padding:6px 14px}.result-modal-content .description-section p{color:#e8eaf0;border-bottom:1px solid #ffffff0f;margin:0;padding:9px 2px;font-size:13px;line-height:1.4}.result-modal-content .description-section p:last-child{border-bottom:none}.result-modal-content .loading-section{flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:40px 20px;display:flex}.result-modal-content .loading-section .spinner{border:4px solid #ffffff1f;border-top-color:#f5b528;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.result-modal-content .loading-section p{color:#8b90a0;margin:0;font-size:14px}.result-modal-content .dt-cards-container{gap:12px;padding:16px 18px 4px;display:flex}.result-modal-content .dt-cards-container .dt-player-section{background:#23262f;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:12px 8px;display:flex;position:relative}.result-modal-content .dt-cards-container .dt-player-section .dt-player-name{color:#cfd3df;margin:0;font-size:15px;font-weight:700}.result-modal-content .dt-cards-container .dt-player-section .trophy-icon{font-size:22px;position:absolute;top:8px;right:8px}.result-modal-content .dt-cards-container .dt-player-section .dt-cards-row{align-items:center;gap:6px;display:flex}.result-modal-content .dt-cards-container .dt-player-section .dt-cards-row .modal-card{height:56px}.result-modal-content .dt-cards-container .dt-player-section .dt-cards-row .modal-card img{border-radius:4px;height:100%}.result-modal-content .dt-result-info{background:#23262f;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;margin:14px 18px 18px;padding:6px 14px;display:flex}.result-modal-content .dt-result-info .dt-result-line{color:#e8eaf0;border-bottom:1px solid #ffffff0f;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.result-modal-content .dt-result-info .dt-result-line:last-child{border-bottom:none}.result-modal-content .dt-result-info .dt-result-line .dt-label{color:#cfd3df;font-weight:700}.result-modal-content .dt-result-info .dt-result-line .dt-value{color:#f5b528;font-weight:700}.lucky7-result-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.lucky7-result-modal{background:#1c1f28;border-radius:12px;width:100%;max-width:600px;margin-top:20px;position:relative;box-shadow:0 10px 40px #0000004d}.lucky7-result-modal .close-btn{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:32px;line-height:1;transition:color .2s;display:flex;position:absolute;top:15px;right:15px}.lucky7-result-modal .close-btn:hover{color:#e8eaf0}.lucky7-result-modal .modal-header{border-bottom:2px solid #f5b528;padding:20px}.lucky7-result-modal .modal-header h2{color:#e8eaf0;margin:0 0 10px;font-size:20px;font-weight:600}.lucky7-result-modal .modal-header .round-id{background:0 0;border:none;margin:0;padding:0}.lucky7-result-modal .modal-header .round-id span{color:#e8eaf0;font-weight:600}.lucky7-result-modal .modal-header .round-id{color:#8b90a0;font-size:14px}.lucky7-result-modal .loading-section{text-align:center;padding:40px 20px}.lucky7-result-modal .loading-section .spinner{border:3px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:1s linear infinite spin}.lucky7-result-modal .loading-section p{color:#8b90a0;margin:0}.lucky7-result-modal .round-id{background:#23262f;border-bottom:2px solid #f5b528;padding:15px 20px}.lucky7-result-modal .round-id span{color:#e8eaf0;font-weight:600}.lucky7-result-modal .round-id{color:#8b90a0;font-size:14px}.lucky7-result-modal .card-display{background:#23262f;justify-content:center;align-items:center;padding:10px 20px;display:flex}.lucky7-result-modal .card-display .playing-card{width:auto;height:auto}.lucky7-result-modal .card-display .playing-card img{height:35px}.lucky7-result-modal .result-details{padding:20px}.lucky7-result-modal .result-details .result-row{background:#23262f;border-radius:6px;justify-content:space-between;margin-bottom:8px;padding:12px 15px;font-size:15px;display:flex}.lucky7-result-modal .result-details .result-row:last-child{justify-content:center;margin-bottom:0}.lucky7-result-modal .result-details .result-row .label{color:#8b90a0;font-weight:500}.lucky7-result-modal .result-details .result-row .value{color:#e8eaf0;font-weight:600}@media (width<=768px){.lucky7-result-modal{max-width:95%;margin:10px}.lucky7-result-modal .modal-header h2{font-size:18px}.lucky7-result-modal .result-details .result-row{padding:10px 12px;font-size:14px}}.last-results{background:#1c1f28;border-top:1px solid #ffffff14;padding:8px 10px}.last-results .results-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.last-results .results-row .result-circle{cursor:pointer;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 6px #0006}.last-results .results-row .result-circle:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000008c}.last-results .results-row .result-circle.red{background-color:#c0392b}.last-results .results-row .result-circle.green{background-color:#16a34a}.last-results .results-row .result-circle.blue{background-color:#2e86c1}.last-results .results-row .result-circle.yellow{color:#1a1a1a;background-color:#f5b528}.timer-circle{background:gold;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 2px 8px #0000004d}@media (width<=768px){.timer-circle{width:30px;height:30px}}.timer-circle .timer-value{color:#000;font-size:24px;font-weight:700}@media (width<=768px){.timer-circle .timer-value{font-size:12px}}.betslip-modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:60px;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.betslip-modal-content{background:#1c1f28;border:1px solid #f5b51a33;border-radius:8px;width:100%;max-width:450px;animation:.3s slideUp;overflow:hidden;box-shadow:0 10px 40px #0009}@media (width<=768px){.betslip-modal-content{max-width:90%}}.betslip-modal-content .betslip-header{background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;justify-content:space-between;align-items:center;padding:10px 14px;display:flex;position:relative}.betslip-modal-content .betslip-header h2{color:#fff;margin:0;font-size:20px;font-weight:600}@media (width<=768px){.betslip-modal-content .betslip-header h2{font-size:18px}}.betslip-modal-content .betslip-header .close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:32px;line-height:1;transition:background .2s;display:flex}.betslip-modal-content .betslip-header .close-btn:hover{background:#fff3}.betslip-modal-content .betslip-body{background:#1c1f28;padding:20px}@media (width<=768px){.betslip-modal-content .betslip-body{padding:16px}}.betslip-modal-content .betslip-body .bet-info-section{background:#23262f;border:1px solid #ffffff14;border-radius:6px;margin-bottom:16px;padding:12px 16px;box-shadow:0 2px 4px #0000004d}.betslip-modal-content .betslip-body .bet-info-section .info-row{justify-content:space-between;align-items:center;display:flex}.betslip-modal-content .betslip-body .bet-info-section .info-row .label{color:#e8eaf0;font-size:16px;font-weight:600}@media (width<=768px){.betslip-modal-content .betslip-body .bet-info-section .info-row .label{font-size:15px}}.betslip-modal-content .betslip-body .bet-info-section .info-row .value{color:#e8eaf0;font-size:16px;font-weight:600}.betslip-modal-content .betslip-body .bet-info-section .info-row .value.rate{color:#f5b528;font-size:18px}@media (width<=768px){.betslip-modal-content .betslip-body .bet-info-section .info-row .value{font-size:15px}.betslip-modal-content .betslip-body .bet-info-section .info-row .value.rate{font-size:16px}}.betslip-modal-content .betslip-body .bet-input-section{margin-bottom:16px}.betslip-modal-content .betslip-body .bet-input-section .bet-input{text-align:center;color:#fff;background:#23262f;border:2px solid #f5b51a80;border-radius:6px;outline:none;width:100%;padding:14px 16px;font-size:18px;font-weight:600;transition:border-color .2s}.betslip-modal-content .betslip-body .bet-input-section .bet-input:focus{border-color:#f5b528}.betslip-modal-content .betslip-body .bet-input-section .bet-input::placeholder{color:#8b90a0}@media (width<=768px){.betslip-modal-content .betslip-body .bet-input-section .bet-input{padding:12px 14px;font-size:16px}}.betslip-modal-content .betslip-body .quick-amounts{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}@media (width<=768px){.betslip-modal-content .betslip-body .quick-amounts{gap:8px}}.betslip-modal-content .betslip-body .quick-amounts .quick-amount-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,#ffc107 0%,#ffb300 100%);border:none;border-radius:6px;padding:12px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #ffc1074d}.betslip-modal-content .betslip-body .quick-amounts .quick-amount-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #ffc10766}.betslip-modal-content .betslip-body .quick-amounts .quick-amount-btn:active{transform:translateY(0)}@media (width<=768px){.betslip-modal-content .betslip-body .quick-amounts .quick-amount-btn{padding:10px;font-size:14px}}.betslip-modal-content .betslip-body .action-buttons{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}@media (width<=768px){.betslip-modal-content .betslip-body .action-buttons{gap:10px}}.betslip-modal-content .betslip-body .action-buttons .submit-btn{color:#fff;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#4caf50 0%,#45a049 100%);border:none;border-radius:6px;padding:14px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #4caf504d}.betslip-modal-content .betslip-body .action-buttons .submit-btn:disabled{opacity:.6;cursor:not-allowed}.betslip-modal-content .betslip-body .action-buttons .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #4caf5066}.betslip-modal-content .betslip-body .action-buttons .submit-btn:active:not(:disabled){transform:translateY(0)}@media (width<=768px){.betslip-modal-content .betslip-body .action-buttons .submit-btn{padding:12px;font-size:14px}}.betslip-modal-content .betslip-body .action-buttons .cancel-btn{color:#fff;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#f44336 0%,#d32f2f 100%);border:none;border-radius:6px;padding:14px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #f443364d}.betslip-modal-content .betslip-body .action-buttons .cancel-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #f4433666}.betslip-modal-content .betslip-body .action-buttons .cancel-btn:active{transform:translateY(0)}@media (width<=768px){.betslip-modal-content .betslip-body .action-buttons .cancel-btn{padding:12px;font-size:14px}}.betslip-modal-content .betslip-body .edit-btn{color:#1a1a1a;cursor:pointer;text-transform:uppercase;background:linear-gradient(#ffcf4a 0%,#f5b528 100%);border:none;border-radius:6px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #f5b51a4d}.betslip-modal-content .betslip-body .edit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #2196f366}.betslip-modal-content .betslip-body .edit-btn:active{transform:translateY(0)}@media (width<=768px){.betslip-modal-content .betslip-body .edit-btn{padding:12px;font-size:14px}}.rules-modal-overlay{z-index:9999;background:#000c;justify-content:center;align-items:start;padding:20px;display:flex;position:fixed;inset:0}.rules-modal-overlay .rules-modal-content{background:#fff;border-radius:10px;max-width:800px;max-height:90vh;padding:20px;position:relative;overflow:auto}@media (width<=768px){.rules-modal-overlay .rules-modal-content{max-width:95%;padding:15px}}.rules-modal-overlay .rules-modal-content .rules-modal-close{color:#fff;cursor:pointer;z-index:10;background:#f44;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:20px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px}.rules-modal-overlay .rules-modal-content .rules-modal-close:hover{background:#c00;transform:scale(1.1)}.rules-modal-overlay .rules-modal-content .rules-modal-title{color:#333;text-align:center;margin:0 0 15px;padding-right:40px;font-size:24px;font-weight:700}@media (width<=768px){.rules-modal-overlay .rules-modal-content .rules-modal-title{margin-bottom:10px;font-size:20px}}.rules-modal-overlay .rules-modal-content .rules-image{border-radius:5px;width:100%;height:auto;display:block}.dt20-open-bets{margin:14px 0 0}@media (width<=768px){.dt20-open-bets{margin:12px 0 0}}.dt20-bets-tabs{gap:6px;margin-bottom:8px;display:flex}.dt20-bets-tabs .dt20-tab{color:#8b90a0;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#23262f;border:1px solid #ffffff14;border-radius:6px;flex:1;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s}.dt20-bets-tabs .dt20-tab--active{color:#fff;background:linear-gradient(90deg,#3a3f63,#23283c);border-color:#f5b528}.dt20-open-bets-table-wrapper{border:1px solid #ffffff14;border-radius:6px;overflow-x:auto}.dt20-open-bets-table{border-collapse:collapse;background:#1c1f28;width:100%;min-width:560px;font-size:12px}.dt20-open-bets-table thead{background:linear-gradient(90deg,#3a3f63,#23283c)}.dt20-open-bets-table thead th{text-align:left;color:#fff;white-space:nowrap;border-bottom:2px solid #f5b528;padding:8px 10px;font-size:11px;font-weight:600}.dt20-open-bets-table tbody tr{border-bottom:1px solid #ffffff14}.dt20-open-bets-table tbody tr:last-child{border-bottom:none}.dt20-open-bets-table tbody tr:hover{background:#ffffff08}.dt20-open-bets-table tbody td{color:#e8eaf0;white-space:nowrap;padding:7px 10px}.dt20-open-bets-table .dt20-profit{color:#22c55e}.dt20-open-bets-table .dt20-loss{color:#ff6b6b}.dt20-open-bets-table .dt20-no-bets{text-align:center;color:#8b90a0;white-space:normal;padding:20px;font-size:13px}.dt20-status-badge{text-transform:capitalize;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.dt20-status-win{color:#22c55e;background:#22c55e26}.dt20-status-loss{color:#ff6b6b;background:#ff6b6b26}.dt20-status-pending{color:#f5b528;background:#f5b52826}.teenpatti20-container{background:#101219;gap:10px;min-height:100vh;padding-bottom:100px;display:flex}@media (width<=768px){.teenpatti20-container{flex-direction:column;gap:0;padding:0 0 80px}}.teenpatti20-container .loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:400px;display:flex}.teenpatti20-container .loading-spinner .spinner{border:5px solid #ffffff1f;border-top-color:#f5b528;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.teenpatti20-container .loading-spinner p{color:#e8eaf0;margin:0;font-size:16px}.teenpatti20-container .loading-spinner .reconnect-btn{color:#1a1a1a;cursor:pointer;background:linear-gradient(#ffcf4a,#f5b528);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .3s}.teenpatti20-container .loading-spinner .reconnect-btn:hover{filter:brightness(1.08);transform:scale(1.05)}.teenpatti20-container .loading-spinner .reconnect-btn:active{transform:scale(.95)}.teenpatti20-container .left-col{width:65%}@media (width<=768px){.teenpatti20-container .left-col{width:100%}}.teenpatti20-container .left-col .mobile-tabs{display:none!important}@media (width<=768px){.teenpatti20-container .left-col .mobile-tabs{background:#1c1f28;border-bottom:1px solid #ffffff14;display:none}.teenpatti20-container .left-col .mobile-tabs .tab-button{color:#8b90a0;cursor:pointer;background:0 0;border:none;flex:1;padding:8px 5px;font-size:14px;font-weight:700;transition:all .3s}.teenpatti20-container .left-col .mobile-tabs .tab-button:last-child{border-left:1px solid #ffffff14}.teenpatti20-container .left-col .mobile-tabs .tab-button.active{color:#f5b528;box-shadow:inset 0 -2px #f5b528}.teenpatti20-container .left-col .game-content{display:none}.teenpatti20-container .left-col .game-content.active{display:block}}.teenpatti20-container .left-col .bets-content{display:none}@media (width<=768px){.teenpatti20-container .left-col .bets-content.active{background:#1c1f28;padding:0;display:block}}.teenpatti20-container .left-col .desktop-bets-section{display:none}@media (width<=768px){.teenpatti20-container .left-col .desktop-bets-section{margin-top:10px;display:block}}.teenpatti20-container .left-col .iframe-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;height:fit-content;padding:8px 12px;display:flex}@media (width<=768px){.teenpatti20-container .left-col .iframe-header{padding:8px 12px}}.teenpatti20-container .left-col .iframe-header h2{text-transform:uppercase;color:#fff;margin:0;font-size:15px;font-weight:700}@media (width<=768px){.teenpatti20-container .left-col .iframe-header h2{font-size:14px}}.teenpatti20-container .left-col .iframe-header h2 span{text-transform:capitalize;color:#f5b528;margin-left:.5rem;font-size:12px;font-weight:400;text-decoration:underline}@media (width<=768px){.teenpatti20-container .left-col .iframe-header h2 span{font-size:11px}}.teenpatti20-container .left-col .iframe-header .round-id{color:#cfd3df;font-size:87%}@media (width<=768px){.teenpatti20-container .left-col .iframe-header .round-id{font-size:13px}}.teenpatti20-container .left-col .iframe-container{background-color:#000;width:100%;height:317px;display:flex;position:relative}.teenpatti20-container .left-col .iframe-container .tp-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.teenpatti20-container .left-col .iframe-container .left-card-col,.teenpatti20-container .left-col .iframe-container .iframe-col{z-index:1;position:relative}@media (width<=768px){.teenpatti20-container .left-col .iframe-container{flex-direction:column;align-items:center;height:220px}}.teenpatti20-container .left-col .iframe-container .left-card-col{flex-direction:column;gap:10px;width:30%;padding:10px;display:flex}@media (width<=768px){.teenpatti20-container .left-col .iframe-container .left-card-col{flex-direction:column;justify-content:space-around;gap:0;width:100%;padding:15px 10px}}.teenpatti20-container .left-col .iframe-container .iframe-col{justify-content:flex-end;align-items:flex-end;width:70%;padding:15px;display:flex}@media (width<=768px){.teenpatti20-container .left-col .iframe-container .iframe-col{justify-content:flex-end;width:100%;padding:0;position:absolute;bottom:10px;right:10px}}.teenpatti20-container .left-col .bet-table{width:100%;margin-top:10px}@media (width<=768px){.teenpatti20-container .left-col .bet-table{margin-top:0}}.teenpatti20-container .left-col .bet-table .bet-table-header,.teenpatti20-container .left-col .bet-table .bet-table-row{background-color:#1c1f28;border-bottom:1px solid #ffffff14;align-items:center;width:100%;display:flex}.teenpatti20-container .left-col .bet-table .bet-table-header .market-nation-name,.teenpatti20-container .left-col .bet-table .bet-table-row .market-nation-name{color:#e8eaf0;width:40%;padding:10px;font-weight:600}@media (width<=768px){.teenpatti20-container .left-col .bet-table .bet-table-header .market-nation-name,.teenpatti20-container .left-col .bet-table .bet-table-row .market-nation-name{padding:8px;font-size:14px}}.teenpatti20-container .left-col .bet-table .bet-table-header .odds-wrapper,.teenpatti20-container .left-col .bet-table .bet-table-row .odds-wrapper{grid-template-columns:repeat(2,1fr);justify-content:flex-end;width:60%;display:grid}.teenpatti20-container .left-col .bet-table .bet-table-header .odds-wrapper .odds-button,.teenpatti20-container .left-col .bet-table .bet-table-row .odds-wrapper .odds-button{color:#0f172a;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}@media (width<=768px){.teenpatti20-container .left-col .bet-table .bet-table-header .odds-wrapper .odds-button,.teenpatti20-container .left-col .bet-table .bet-table-row .odds-wrapper .odds-button{font-size:14px}}.teenpatti20-container .left-col .bet-table .bet-table-header .odds-wrapper .odds-button.blue,.teenpatti20-container .left-col .bet-table .bet-table-row .odds-wrapper .odds-button.blue{background:#56a1ea}.teenpatti20-container .left-col .bet-table .bet-table-header .odds-wrapper .odds-button.red,.teenpatti20-container .left-col .bet-table .bet-table-row .odds-wrapper .odds-button.red{background:#f1a2c3}.teenpatti20-container .left-col .bet-table .bet-table-header{background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528}.teenpatti20-container .left-col .bet-table .bet-table-header .market-nation-name{color:#fff}.teenpatti20-container .left-col .bet-table .bet-table-header .odds-wrapper .odds-button{text-transform:uppercase;letter-spacing:.5px;min-height:28px;font-weight:800;color:#f5b528!important;background:0 0!important}.teenpatti20-container .left-col .bet-table .bet-table-row .odds-wrapper{gap:0}.teenpatti20-container .left-col .result-title-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;justify-content:space-between;width:100%;margin-top:10px;padding:8px 12px;font-size:12px;display:flex}.teenpatti20-container .left-col .result-title-header h3{color:#fff;margin:0;font-size:12px;font-weight:700}.teenpatti20-container .left-col .result-title-header span{color:#f5b528;cursor:pointer;font-size:12px}.teenpatti20-container .right-col{width:35%}@media (width<=768px){.teenpatti20-container .right-col{display:none}}@media (width>=769px) and (width<=1024px){.teenpatti20-container .right-col{width:100%}}.ab2-page{color:#e7ecf3;max-width:900px;margin:0 auto;padding:8px}.ab2-page .loading-spinner{text-align:center;padding:60px 0}.ab2-page .ab2-header{color:#fff;background:#1b2431;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;padding:10px 14px;font-size:15px;display:flex}.ab2-page .ab2-header .ab2-title{font-weight:700}.ab2-page .ab2-header .ab2-round{color:#cdd6e0;font-size:13px}.ab2-page .ab2-video-wrap{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.ab2-page .ab2-video-wrap .ab2-video,.ab2-page .ab2-video-wrap video{object-fit:cover;width:100%;height:100%;display:block}.ab2-page .ab2-ov{background:#00000059;border-radius:6px;align-items:center;gap:6px;padding:4px 6px;display:flex;position:absolute;top:6px;left:6px}.ab2-page .ab2-ov-joker{object-fit:contain;background:#fff;border:1px solid #f5c518;border-radius:3px;width:26px;height:36px}.ab2-page .ab2-ov-cards{flex-direction:column;gap:4px;display:flex}.ab2-page .ab2-ov-side{align-items:center;gap:3px;display:flex}.ab2-page .ab2-ov-lbl{color:#fff;width:12px;font-size:13px;font-weight:800}.ab2-page .ab2-ov-card{object-fit:contain;background:#fff;border:1px solid #f5c518;border-radius:3px;width:26px;height:36px}.ab2-page .ab2-countdown{color:#fff;text-align:center;background:#2b2b2b;border-radius:4px;min-width:40px;padding:2px 12px;font-size:26px;font-weight:800;position:absolute;bottom:8px;right:8px;box-shadow:0 2px 6px #00000080}.ab2-page .ab2-block{padding:10px;background:#10151c;border-top:none;padding-inline:0}.ab2-page .ab2-side{margin-bottom:8px}.ab2-page .ab2-btn-row,.ab2-page .ab2-pnl-row{grid-template-columns:1.3fr 1fr 1fr 1fr;column-gap:8px;display:grid}.ab2-page .ab2-side-label{color:#1b2431;background:#cfd6de;border-radius:6px;justify-content:center;align-items:center;font-weight:600;display:flex}.ab2-page .ab2-cell-wrap{text-align:center}.ab2-page .ab2-cell{color:#fff;cursor:pointer;background:#2f8f9d;border:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:100%;height:42px;padding:5px 4px;font-weight:700;line-height:1.15;display:flex;position:relative}.ab2-page .ab2-cell .ab2-cell-label{font-size:12px}.ab2-page .ab2-cell .ab2-cell-rate{font-size:13px}.ab2-page .ab2-cell--lock{color:#aeb8c4;cursor:not-allowed;background:#33414f;border:1px solid #4a5a6b}.ab2-page .ab2-lock{background:#00000059;border-radius:4px;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;inset:0}.ab2-page .ab2-pnl{text-align:center;color:#e5533d;padding-top:2px;font-size:12px}.ab2-page .ab2-joker-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.ab2-page .ab2-joker-head{text-align:center;margin-bottom:6px;font-weight:600}.ab2-page .ab2-joker-col .ab2-cell{background:#33414f;border:1px solid #4a5a6b}.ab2-page .ab2-suit-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.ab2-page .ab2-suit-sym{text-align:center;margin-bottom:4px;font-size:20px}.ab2-page .ab2-suit-sym.red{color:#e5533d}.ab2-page .ab2-suit-sym.blk{color:#e7ecf3}.ab2-page .ab2-suit-col .ab2-cell{background:#33414f;border:1px solid #4a5a6b}.ab2-page .ab2-jokernum{text-align:center;color:#111;background:#fff;border-left:1px solid #2a323d;border-right:1px solid #2a323d;padding:6px;font-size:26px;font-weight:800}.ab2-page .ab2-cards-grid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ab2-page .ab2-card-cell-wrap{text-align:center;flex-direction:column;align-items:center;width:48px;display:flex}.ab2-page .ab2-card-cell{cursor:pointer;background:#0e1119;border:1px solid #b8912f;border-radius:6px;width:48px;height:67px;padding:0;position:relative;overflow:hidden}.ab2-page .ab2-card-cell .ab2-card-img{object-fit:contain;width:100%;height:100%;display:block}.ab2-page .result-title-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;justify-content:space-between;width:100%;margin-top:10px;padding:8px 12px;display:flex}.ab2-page .result-title-header h3{color:#fff;margin:0;font-size:12px;font-weight:700}.ab2-page .result-title-header span{color:#f5b528;cursor:pointer;font-size:12px}.casino-results-container{background:#101219;min-height:100vh;padding:5px 5px 100px}.casino-results-container .casino-results-header{background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;border-radius:8px 8px 0 0;padding:10px 14px}.casino-results-container .casino-results-header h1{color:#fff;margin:0;font-size:16px;font-weight:700}@media (width<=768px){.casino-results-container .casino-results-header h1{font-size:14px}}.casino-results-container .filters-section{margin-block:7px}.casino-results-container .filters-section .filter-group{flex-wrap:wrap;gap:15px;display:flex}.casino-results-container .filters-section .filter-group .date-input,.casino-results-container .filters-section .filter-group .game-select{color:#e8eaf0;background:#23262f;border:1px solid #ffffff1a;border-radius:6px;min-width:25%;padding:10px 15px;font-size:14px}.casino-results-container .filters-section .filter-group .date-input:focus,.casino-results-container .filters-section .filter-group .game-select:focus{border-color:#f5b528;outline:none}@media (width<=768px){.casino-results-container .filters-section .filter-group .date-input,.casino-results-container .filters-section .filter-group .game-select{flex:none;width:100%;min-width:100%;padding:8px 12px;font-size:13px}}.casino-results-container .filters-section .filter-group .submit-btn{color:#1a1a1a;cursor:pointer;background:linear-gradient(#ffcf4a,#f5b528);border:none;border-radius:6px;min-width:25%;padding:10px 40px;font-size:16px;font-weight:700;transition:filter .3s}.casino-results-container .filters-section .filter-group .submit-btn:hover{filter:brightness(1.08)}@media (width<=768px){.casino-results-container .filters-section .filter-group .submit-btn{width:100%;min-width:100%;padding:10px 20px;font-size:14px}}.casino-results-container .table-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.casino-results-container .table-controls .entries-control,.casino-results-container .table-controls .search-control{align-items:center;gap:10px;display:flex}.casino-results-container .table-controls .entries-control span,.casino-results-container .table-controls .search-control span{color:#cfd3df;font-size:14px}.casino-results-container .table-controls .entries-control select,.casino-results-container .table-controls .entries-control input,.casino-results-container .table-controls .search-control select,.casino-results-container .table-controls .search-control input{color:#e8eaf0;background:#23262f;border:1px solid #ffffff1a;border-radius:6px;padding:6px 10px;font-size:14px}.casino-results-container .table-controls .entries-control select:focus,.casino-results-container .table-controls .entries-control input:focus,.casino-results-container .table-controls .search-control select:focus,.casino-results-container .table-controls .search-control input:focus{border-color:#f5b528;outline:none}.casino-results-container .table-controls .entries-control .search-input,.casino-results-container .table-controls .search-control .search-input{min-width:200px}@media (width<=768px){.casino-results-container .table-controls .entries-control .search-input,.casino-results-container .table-controls .search-control .search-input{width:120px;min-width:120px}}.casino-results-container .results-table{background:#1c1f28;border:1px solid #ffffff14;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px #0006}.casino-results-container .results-table table{border-collapse:collapse;width:100%}.casino-results-container .results-table table thead{background:#23262f}.casino-results-container .results-table table thead tr th{text-align:left;color:#f5b528;border-bottom:2px solid #f5b528;padding:12px 20px;font-size:14px;font-weight:700}.casino-results-container .results-table table thead tr th:first-child{width:70%}.casino-results-container .results-table table thead tr th:last-child{width:30%}@media (width<=768px){.casino-results-container .results-table table thead tr th{padding:10px 12px;font-size:12px}}.casino-results-container .results-table table tbody tr{border-bottom:1px solid #ffffff0f}.casino-results-container .results-table table tbody tr:nth-child(2n){background:#20232c}.casino-results-container .results-table table tbody tr:hover{background:#2a2e39}.casino-results-container .results-table table tbody tr td{color:#e8eaf0;padding:12px 20px;font-size:14px}.casino-results-container .results-table table tbody tr td.round-id{color:#56a1ea;cursor:pointer}.casino-results-container .results-table table tbody tr td.round-id:hover{text-decoration:underline}@media (width<=768px){.casino-results-container .results-table table tbody tr td{padding:10px 12px;font-size:12px}}.cr-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:16px 8px 4px;display:flex}.cr-page-btn{color:#e7ecf3;cursor:pointer;background:#161b22;border:1px solid #2a323d;border-radius:8px;min-width:38px;padding:7px 11px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.cr-page-btn:hover:not(:disabled){background:#222b36;border-color:#3ea6ff}.cr-page-btn:disabled{opacity:.4;cursor:not-allowed}.cr-page-btn--active{color:#fff;background:#2563eb;border-color:#2563eb}.cr-page-ellipsis{color:#8b97a7;padding:0 4px}.cr-page-info{text-align:center;color:#8b97a7;padding-bottom:16px;font-size:12px}.sports-page{background:#1c1f28;min-height:100vh;padding-bottom:80px}@media (width<=768px){.sports-page{padding-bottom:80px}}.casino-page{background:#101219;min-height:100vh;padding-bottom:0}@media (width<=768px){.casino-page{padding-bottom:0}}.andar-bahar-page{min-height:100vh;padding-bottom:80px}@media (width<=768px){.andar-bahar-page{padding-bottom:60px}}.andar-bahar-page .loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:400px;display:flex}.andar-bahar-page .loading-spinner .spinner{border:4px solid #f4c4304d;border-top-color:#f4c430;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.andar-bahar-page .loading-spinner p{color:#666;font-size:16px}.andar-bahar-page .andar-bahar-container .game-section{gap:10px;display:flex}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section{flex-direction:column;gap:15px}}.andar-bahar-page .andar-bahar-container .game-section .game-area{width:65%}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area{width:100%}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-header{background:#f4c430;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-header{padding:12px 15px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-header h1{color:#000;margin:0;font-size:20px;font-weight:700}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-header h1{font-size:16px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-header .round-id{color:#000;font-size:14px}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-header .round-id{font-size:11px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-tabs{background:#fff;border-bottom:2px solid #ddd;display:flex}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-tabs .tab{color:#666;cursor:pointer;background:0 0;border:none;flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .3s}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-tabs .tab{padding:10px;font-size:12px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-tabs .tab.active{color:#000;border-bottom:3px solid #f4c430;font-weight:700}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-tabs .tab:hover:not(.active){color:#000}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content{background-color:#000;padding:5px;display:flex;position:relative}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content{flex-direction:column;padding:5px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .card-container{width:29%}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .card-container{z-index:99;width:38%;margin-bottom:10px;position:absolute}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .section-label{color:#fff;text-align:left;margin-bottom:5px;font-size:16px;font-weight:700}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .section-label{margin-bottom:8px;font-size:12px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row{align-items:center;gap:10px;display:flex}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .nav-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:100%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:25px;transition:all .3s;display:flex}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .nav-arrow:hover{background:#fff3}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .cards-slider{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:8px;max-width:136px;display:flex;overflow-x:auto}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .cards-slider{gap:5px;max-width:82px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .cards-slider::-webkit-scrollbar{display:none}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .cards-slider .playing-card{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:46px;display:flex}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .cards-slider .playing-card{width:32px;height:40px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .cards-section .cards-row .cards-slider .playing-card .card-image{object-fit:contain;width:auto;height:100%}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .video-section{width:70%}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .video-section{width:100%;margin-top:10px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .video-section .video-placeholder{width:100%;height:250px}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .video-section .video-placeholder{height:200px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .video-section .video-placeholder{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.andar-bahar-page .andar-bahar-container .game-section .game-area .game-content .video-section .video-placeholder .counter-badge{color:#fff;text-align:center;background:#e0b020;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex;position:absolute;bottom:15px;right:15px}.andar-bahar-page .andar-bahar-container .game-section .game-area .marquee-section{background:#febd00;margin-bottom:10px;padding:5px 0;overflow:hidden}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .marquee-section{margin-bottom:8px;padding:4px 0}}.andar-bahar-page .andar-bahar-container .game-section .game-area .marquee-section marquee{color:#f4c430;font-size:12px;font-weight:600}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .marquee-section marquee{font-size:10px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section{background:#f4c430;margin-top:0}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section{margin-top:10px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header{background:#f4c430;border-bottom:2px solid #e0b020;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header{padding:8px 12px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header .result-title{color:#000;font-size:14px;font-weight:400}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header .result-title{font-size:12px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header .view-all{color:#000;cursor:pointer;font-size:12px;font-weight:400}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header .view-all{font-size:10px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-header .view-all:hover{text-decoration:underline}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-items{scrollbar-width:none;-ms-overflow-style:none;background:#e8e8e8;justify-content:end;gap:15px;padding:8px;display:flex;overflow-x:auto}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-items{gap:10px;padding:6px}}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-items::-webkit-scrollbar{display:none}.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-items .result-circle{color:#fff;cursor:pointer;background:#355e3b;border-radius:50%;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:5px;font-size:14px;font-weight:700;display:flex}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .game-area .last-result-section .result-items .result-circle{width:25px;height:25px;font-size:12px}}.andar-bahar-page .andar-bahar-container .game-section .bet-panel{width:35%;padding:0;overflow-y:auto}@media (width<=768px){.andar-bahar-page .andar-bahar-container .game-section .bet-panel{width:100%}}.andar-bahar-page .ab-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;display:flex}.andar-bahar-page .ab-header h2{text-transform:uppercase;color:#fff;margin:0;font-size:15px;font-weight:700}.andar-bahar-page .ab-header .round-id{color:#cfd3e0;font-size:12px}.andar-bahar-page .ab-header .round-id span{color:#f5b528}.andar-bahar-page .result-title-header{color:#fff;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;justify-content:space-between;width:100%;margin-top:10px;padding:8px 12px;display:flex}.andar-bahar-page .result-title-header h3{color:#fff;margin:0;font-size:12px;font-weight:700}.andar-bahar-page .result-title-header span{color:#f5b528;cursor:pointer;font-size:12px}.bet-table-container{background:#101219;width:100%;padding:14px 10px 16px}.bet-table-container .ab-main-row{gap:12px;display:flex}.bet-table-container .ab-main-row .ab-main-col{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.bet-table-container .ab-main-row .ab-rate{color:#e8eaf0;font-size:15px;font-weight:700}.bet-table-container .ab-main-row .ab-main-btn{color:#f5b528;letter-spacing:.5px;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:14px 0;font-size:17px;font-weight:700;transition:filter .15s;position:relative}.bet-table-container .ab-main-row .ab-main-btn:not(.locked):hover{filter:brightness(1.2)}.bet-table-container .ab-main-row .ab-main-btn.locked{cursor:not-allowed}.bet-table-container .ab-main-row .ab-main-btn .ab-main-label{transition:opacity .15s}.bet-table-container .ab-main-row .ab-main-btn.locked .ab-main-label{opacity:.4}.bet-table-container .ab-main-row .ab-main-btn .ab-main-lock{filter:drop-shadow(0 2px 6px #0009);justify-content:center;align-items:center;font-size:22px;display:flex;position:absolute;inset:0}.bet-table-container .ab-pnl{color:#22c55e;font-size:13px;font-weight:700}.bet-table-container .ab-pnl.neg{color:#ff6b6b}.bet-table-container .ab-pnl.pos{color:#22c55e}.bet-table-container .ab-countdown{text-align:center;color:#f5b528;margin:14px 0 8px;font-size:15px;font-weight:800}.bet-table-container .ab-cards-wrap{position:relative}.bet-table-container .ab-cards-wrap.locked .ab-cards-row{opacity:.55}.bet-table-container .ab-cards-lock{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.bet-table-container .ab-cards-lock span{filter:drop-shadow(0 2px 6px #0009);font-size:34px}.bet-table-container .ab-cards-row{flex-wrap:wrap;justify-content:center;gap:6px 4px;display:flex}.bet-table-container .ab-cards-row .ab-card-col{flex-direction:column;flex:none;align-items:center;gap:4px;display:flex}.bet-table-container .ab-cards-row .ab-card{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:filter .15s,transform .1s;display:flex}.bet-table-container .ab-cards-row .ab-card:not(.locked):hover{transform:translateY(-2px)}.bet-table-container .ab-cards-row .ab-card.locked{opacity:.75;cursor:not-allowed}.bet-table-container .ab-cards-row .ab-card .ab-card-img{width:40px;height:auto;display:block}.dt20-container{color:#e8eaf0;background:#101219;max-width:600px;min-height:100vh;margin:0 auto;padding:0 0 40px;font-family:Roboto,sans-serif}@keyframes dt20-spin{to{transform:rotate(360deg)}}.dt20-header{background:linear-gradient(90deg,#3a3f63,#23283c);border-bottom:2px solid #f5b528;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.dt20-header .dt20-header-left{color:#fff;font-size:14px;font-weight:600}.dt20-header .dt20-rules-link{color:#f5b528;cursor:pointer;font-size:12px;font-weight:400}.dt20-header .dt20-header-right{color:#8b90a0;text-align:right;font-size:12px}.dt20-video-wrapper{width:100%;position:relative}.dt20-video-area{aspect-ratio:16/9;background:#000;width:100%;overflow:hidden}.dt20-video-area iframe,.dt20-video-area .dt20-video,.dt20-video-area video{object-fit:cover;border:none;width:100%;height:100%;display:block}.dt20-cards-overlay{z-index:10;gap:8px;display:flex;position:absolute;top:8px;left:8px}.dt20-flip-label{letter-spacing:1px;border-radius:3px;padding:1px 6px;font-size:10px;font-weight:800}.dt20-flip-label--dragon{color:#fff;background:#c0392be6}.dt20-flip-label--tiger{color:#fff;background:#2e86c1e6}.dt20-card-wrap{flex-direction:column;align-items:center;gap:3px;display:flex}.dt20-card-img{object-fit:cover;border:1px solid #ffffff40;border-radius:4px;width:32px;height:45px;display:block;box-shadow:0 2px 10px #000000b3}.dt20-timer{text-align:center;letter-spacing:1px;padding:8px 12px;font-size:15px;font-weight:700}.dt20-timer--open{color:#22c55e;background:#22c55e1a}.dt20-timer--closed{color:#ff6b6b;background:#ff6b6b1f}.dt20-main-bets{gap:6px;padding:10px 10px 4px;display:flex}.dt20-main-bet-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.dt20-pl{min-height:18px;font-size:11px;font-weight:600}.dt20-pl .dt20-pl-pos{color:#22c55e}.dt20-pl .dt20-pl-neg{color:#ff6b6b}.dt20-main-btn{cursor:pointer;border:none;border-radius:6px;flex-direction:column;align-items:center;gap:3px;width:100%;padding:10px 6px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.dt20-main-btn:active{opacity:.8}.dt20-main-btn .dt20-btn-label{letter-spacing:.5px;color:#fff;text-transform:uppercase;font-size:13px;font-weight:700}.dt20-main-btn .dt20-btn-rate{color:#ffffffe6;font-size:12px}.dt20-main-btn--suspended{cursor:not-allowed}.dt20-dragon-btn{background:linear-gradient(135deg,#7b1d1d,#c0392b);box-shadow:0 2px 8px #c0392b59}.dt20-tie-btn{background:linear-gradient(135deg,#7d6608,#f5b528);box-shadow:0 2px 8px #f5b5284d}.dt20-tie-btn .dt20-btn-label,.dt20-tie-btn .dt20-btn-rate{color:#1c1f28}.dt20-tiger-btn{background:linear-gradient(135deg,#17436b,#2e86c1);box-shadow:0 2px 8px #2e86c159}.dt20-lock-overlay{border-radius:inherit;background:#0000008c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dt20-lock-emoji{color:#fff;font-size:18px;line-height:1}.dt20-last-result{color:#e8eaf0;padding-block:0;flex-direction:column;justify-content:center;width:96%;margin:10px;padding-bottom:10px;display:flex}.dt20-result-header{text-align:center;color:#f5b528;background:#23262f;border:1px solid #ffffff14;border-radius:5px;width:100%;margin-bottom:10px;padding-block:10px;font-size:13px;font-weight:600}.dt20-result-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.dt20-result-circle{color:#fff;cursor:pointer;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.dt20-result-circle:hover{transform:scale(1.1)}.dt20-result-circle.dt20-rc--dragon{background:linear-gradient(135deg,#c0392b 0%,#e74c3c 100%);box-shadow:0 4px 12px #c0392b80}.dt20-result-circle.dt20-rc--tiger{background:linear-gradient(135deg,#1f6fa8 0%,#2e86c1 100%);box-shadow:0 4px 12px #2e86c180}.dt20-result-circle.dt20-rc--tie{color:#1c1f28;background:linear-gradient(135deg,#c99512 0%,#f5b528 100%);font-size:11px;box-shadow:0 4px 12px #f5b52880}.dt20-no-history{color:#8b90a0;font-size:12px}@media (width<=480px){.dt20-header{padding:8px 10px}.dt20-main-bets{gap:5px;padding:8px 8px 4px}.dt20-main-btn{padding:9px 4px}.dt20-main-btn .dt20-btn-label{font-size:12px}}.l7-container{color:#e8eaf0;background:#101219;max-width:600px;min-height:100vh;margin:0 auto;padding:0 0 40px;font-family:Roboto,sans-serif}@keyframes l7-spin{to{transform:rotate(360deg)}}.l7-header{background:linear-gradient(90deg,#3a3f63,#23283c);border-bottom:2px solid #f5b528;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.l7-header .l7-header-left{color:#fff;font-size:14px;font-weight:600}.l7-header .l7-rules-link{color:#f5b528;cursor:pointer;font-size:12px;font-weight:400}.l7-header .l7-header-right{color:#8b90a0;text-align:right;font-size:12px}.l7-video-wrapper{width:100%;position:relative}.l7-video-area{aspect-ratio:16/9;background:#000;width:100%;overflow:hidden}.l7-video-area iframe,.l7-video-area .l7-video,.l7-video-area video{object-fit:cover;border:none;width:100%;height:100%;display:block}.l7-cards-overlay{z-index:10;gap:8px;display:flex;position:absolute;top:8px;left:8px}@media (width>=481px){.l7-cards-overlay{top:10px;left:10px}}.l7-flip-label{letter-spacing:1px;color:#fff;background:#0009;border-radius:3px;padding:1px 6px;font-size:10px;font-weight:800}@media (width>=481px){.l7-flip-label{padding:2px 7px;font-size:12px}}.l7-card-wrap{flex-direction:column;align-items:center;gap:3px;display:flex}.l7-card-img{object-fit:cover;border:1px solid #c8a20099;border-radius:4px;width:32px;height:45px;display:block;box-shadow:0 2px 10px #000000b3}@media (width>=481px){.l7-card-img{border-radius:5px;width:52px;height:72px}}.l7-timer{text-align:center;letter-spacing:1px;padding:8px 12px;font-size:15px;font-weight:700}.l7-timer--open{color:#22c55e;background:#22c55e1a}.l7-timer--closed{color:#ff6b6b;background:#ff6b6b1f}.l7-main-bets{align-items:flex-start;gap:6px;padding:12px 10px 4px;display:flex}.l7-main-bet-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.l7-main-bet-col--seven{flex:none;min-width:88px}.l7-pl{color:#8b90a0;min-height:18px;font-size:11px;font-weight:600}.l7-pl .l7-pl-pos{color:#22c55e}.l7-pl .l7-pl-neg{color:#ff6b6b}.l7-main-btn{cursor:pointer;border:none;border-radius:6px;flex-direction:column;align-items:center;gap:3px;width:100%;padding:12px 6px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.l7-main-btn:active{opacity:.8}.l7-main-btn .l7-btn-label{letter-spacing:.5px;color:#fff;text-transform:uppercase;font-size:14px;font-weight:700}.l7-main-btn .l7-btn-sub{color:#ffffffb3;letter-spacing:.5px;font-size:10px;font-weight:600}.l7-main-btn .l7-btn-rate{color:#f5b528;font-size:14px;font-weight:700}.l7-main-btn--suspended{cursor:not-allowed}.l7-low-btn{background:linear-gradient(135deg,#7b1d1d,#c0392b);box-shadow:0 2px 8px #c0392b59}.l7-high-btn{background:linear-gradient(135deg,#145a32,#27ae60);box-shadow:0 2px 8px #27ae6059}.l7-seven-btn{box-shadow:none;background:0 0;border:none;padding:0}.l7-seven-btn .l7-seven-img{border-radius:6px;width:56px;height:auto;display:block;box-shadow:0 3px 10px #00000080}.l7-side-bets{gap:6px;padding:4px 10px;display:flex}.l7-side-bet-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.l7-side-btn{cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:6px;flex-direction:column;align-items:center;gap:3px;width:100%;padding:9px 6px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.l7-side-btn:active{opacity:.8}.l7-side-btn .l7-btn-label{letter-spacing:.5px;color:#e8eaf0;text-transform:uppercase;font-size:12px;font-weight:700}.l7-side-btn .l7-btn-rate{color:#f5b528;font-size:13px;font-weight:700}.l7-lock-overlay{border-radius:inherit;background:#0000008c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.l7-lock-emoji{color:#fff;font-size:18px;line-height:1}.l7-minmax{color:#8b90a0;text-align:right;padding:4px 12px 8px;font-size:11px}.l7-last-result{color:#e8eaf0;padding-block:0;flex-direction:column;justify-content:center;width:96%;margin:10px;padding-bottom:10px;display:flex}.l7-result-header{text-align:center;color:#f5b528;background:#23262f;border:1px solid #ffffff14;border-radius:5px;width:100%;margin-bottom:10px;padding-block:10px;font-size:13px;font-weight:600}@media (width<=480px){.l7-header{padding:8px 10px}.l7-main-bets{gap:5px;padding:10px 8px 4px}.l7-main-bet-col--seven{min-width:72px}.l7-side-bets{gap:5px;padding:4px 8px}.l7-main-btn{padding:10px 4px}.l7-main-btn .l7-btn-label{font-size:13px}.l7-seven-btn .l7-seven-img{width:48px}}.aaa-container{color:#e8eaf0;background:#101219;max-width:600px;min-height:100vh;margin:0 auto;padding:0 0 40px;font-family:Roboto,sans-serif}.loading-spinner{color:#8b90a0;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:60vh;display:flex}.loading-spinner .spinner{border:3px solid #f5b52833;border-top-color:#f5b528;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite aaa-spin}.loading-spinner p{margin:0;font-size:13px}@keyframes aaa-spin{to{transform:rotate(360deg)}}.aaa-header{background:linear-gradient(90deg,#3a3f63,#23283c);border-bottom:2px solid #f5b528;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.aaa-header .aaa-header-left{color:#fff;font-size:14px;font-weight:600}.aaa-header .aaa-rules-link{color:#f5b528;cursor:pointer;font-size:12px;font-weight:400}.aaa-header .aaa-header-right{color:#8b90a0;text-align:right;font-size:12px}.aaa-video-wrapper{width:100%;position:relative}.aaa-video-area{aspect-ratio:16/9;background:#000;width:100%;overflow:hidden}.aaa-video-area iframe,.aaa-video-area .aaa-video,.aaa-video-area video{object-fit:cover;border:none;width:100%;height:100%;display:block}.aaa-cards-overlay{z-index:10;gap:8px;display:flex;position:absolute;top:8px;left:8px}.aaa-flip-label{letter-spacing:1px;color:#fff;background:#0009;border-radius:3px;padding:1px 6px;font-size:10px;font-weight:800}.aaa-card-wrap{flex-direction:column;align-items:center;gap:3px;display:flex}.aaa-card-img{object-fit:cover;border:1px solid #c8a20099;border-radius:4px;width:32px;height:45px;display:block;box-shadow:0 2px 10px #000000b3}@media (width>=481px){.aaa-card-img{border-radius:5px;width:52px;height:72px}}.aaa-timer{text-align:center;letter-spacing:1px;padding:8px 12px;font-size:15px;font-weight:700}.aaa-timer--open{color:#22c55e;background:#22c55e1a}.aaa-timer--closed{color:#ff6b6b;background:#ff6b6b1f}.aaa-main-bets{gap:6px;padding:10px 10px 4px;display:flex}.aaa-main-bet-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.aaa-pl{color:#8b90a0;min-height:18px;font-size:11px;font-weight:600}.aaa-pl .aaa-pl-pos{color:#22c55e}.aaa-pl .aaa-pl-neg{color:#ff6b6b}.aaa-main-btn{cursor:pointer;border:none;border-radius:6px;flex-direction:column;align-items:center;gap:3px;width:100%;padding:11px 6px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.aaa-main-btn:active{opacity:.8}.aaa-main-btn .aaa-btn-label{letter-spacing:.5px;color:#fff;text-transform:uppercase;font-size:13px;font-weight:700}.aaa-main-btn .aaa-btn-rate{color:#f5b528;font-size:14px;font-weight:700}.aaa-main-btn--amar{background:linear-gradient(135deg,#7b1d1d,#c0392b);box-shadow:0 2px 8px #c0392b59}.aaa-main-btn--akbar{background:linear-gradient(135deg,#145a32,#27ae60);box-shadow:0 2px 8px #27ae6059}.aaa-main-btn--anthony{background:linear-gradient(135deg,#17436b,#2e86c1);box-shadow:0 2px 8px #2e86c159}.aaa-main-btn--suspended{cursor:not-allowed}.aaa-side-bets{gap:6px;padding:4px 10px;display:flex}.aaa-side-bet-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.aaa-side-btn{cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:6px;flex-direction:column;align-items:center;gap:3px;width:100%;padding:9px 6px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.aaa-side-btn:active{opacity:.8}.aaa-side-btn .aaa-btn-label{letter-spacing:.5px;color:#e8eaf0;text-transform:uppercase;font-size:12px;font-weight:700}.aaa-side-btn .aaa-btn-rate{color:#f5b528;font-size:13px;font-weight:700}.aaa-lock-overlay{border-radius:inherit;background:#0000008c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.aaa-lock-emoji{color:#fff;font-size:18px;line-height:1}.aaa-minmax{color:#8b90a0;text-align:right;padding:4px 12px 8px;font-size:11px}.aaa-last-result{color:#e8eaf0;padding-block:0;flex-direction:column;justify-content:center;width:96%;margin:10px;padding-bottom:10px;display:flex}.aaa-result-header{text-align:center;color:#f5b528;background:#23262f;border:1px solid #ffffff14;border-radius:5px;width:100%;margin-bottom:10px;padding-block:10px;font-size:13px;font-weight:600}@media (width<=480px){.aaa-header{padding:8px 10px}.aaa-main-bets{gap:10px;padding:8px 8px 4px}.aaa-side-bets{gap:5px;padding:4px 8px}.aaa-main-btn{padding:9px 4px}.aaa-main-btn .aaa-btn-label{font-size:12px}}.matka-card{cursor:pointer;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);border:2px solid #4299e1;border-radius:16px;min-width:280px;padding:20px;transition:all .3s}.matka-card:hover{border-color:#63b3ed;transform:translateY(-4px);box-shadow:0 8px 24px #4299e14d}@media (width<=768px){.matka-card{min-width:100%;padding:16px}}.matka-card .matka-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.matka-card .matka-card-header .matka-date{color:#fff;letter-spacing:.5px;font-size:14px;font-weight:600}@media (width<=768px){.matka-card .matka-card-header .matka-date{font-size:12px}}.matka-card .matka-card-header .matka-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#4299e1;border-radius:12px;padding:4px 12px;font-size:11px;font-weight:600}@media (width<=768px){.matka-card .matka-card-header .matka-badge{padding:3px 10px;font-size:10px}}.matka-card .matka-title{color:#fbbf24;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:22px;font-weight:700}@media (width<=768px){.matka-card .matka-title{margin-bottom:12px;font-size:18px}}.matka-card .matka-times{flex-direction:column;gap:8px;display:flex}.matka-card .matka-times .matka-time-row{justify-content:space-between;align-items:center;display:flex}.matka-card .matka-times .matka-time-row .matka-label{color:#a0aec0;font-size:13px;font-weight:500}@media (width<=768px){.matka-card .matka-times .matka-time-row .matka-label{font-size:12px}}.matka-card .matka-times .matka-time-row .matka-value{color:#fff;letter-spacing:.5px;font-size:15px;font-weight:700}@media (width<=768px){.matka-card .matka-times .matka-time-row .matka-value{font-size:14px}}.matka-container{padding:10px;min-height:100vh;padding-bottom:100px}@media (width<=768px){.matka-container{padding-bottom:80px}}.matka-container .matka-header{align-items:center;gap:20px;margin-bottom:30px;display:flex}@media (width<=768px){.matka-container .matka-header{gap:15px;margin-bottom:20px}}.matka-container .matka-header .back-button{color:#fff;cursor:pointer;background:#4299e1;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s}.matka-container .matka-header .back-button:hover{background:#3182ce;transform:translate(-2px)}@media (width<=768px){.matka-container .matka-header .back-button{padding:8px 16px;font-size:13px}}.matka-container .matka-header h1{color:#fff;letter-spacing:.5px;margin:0;font-size:32px;font-weight:700}@media (width<=768px){.matka-container .matka-header h1{font-size:24px}}.matka-container .loading-container{justify-content:center;align-items:center;min-height:300px;display:flex}.matka-container .loading-container p{color:#6b7280;font-size:18px;font-weight:500}.matka-container .matka-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;max-width:1400px;margin:0 auto;display:grid}@media (width<=768px){.matka-container .matka-grid{grid-template-columns:1fr;gap:15px}}@media (width>=769px) and (width<=1024px){.matka-container .matka-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1025px) and (width<=1400px){.matka-container .matka-grid{grid-template-columns:repeat(3,1fr)}}.matka-bet-slip-overlay{z-index:99;background:#00000080;animation:.3s fadeIn;position:fixed;inset:0}.matka-bet-slip-modal{z-index:9999;background:#f8b5c7;border-radius:20px 20px 0 0;max-width:100%;margin:0 auto;padding:16px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 24px #0000004d}.matka-bet-slip-modal.open{transform:translateY(0)}.matka-bet-slip-modal .bet-slip-content{background:#f8b5c7;padding:0}.matka-bet-slip-modal .bet-slip-content .number-display{color:#fff;text-align:center;letter-spacing:.5px;background:#2d3748;border:1px solid #1a202c;border-radius:6px;margin-bottom:20px;padding:18px;font-size:20px;font-weight:500}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .number-display{margin-bottom:16px;padding:9px;font-size:12px}}.matka-bet-slip-modal .bet-slip-content .bet-details-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .bet-details-grid{gap:8px;margin-bottom:16px}}.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item{flex-direction:column;gap:8px;display:flex}.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-label{color:#ffffffb3;letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:700}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-label{font-size:12px}}.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-input{color:#fff;text-align:center;background:#0f172a;border:2px solid #334155;border-radius:10px;outline:none;width:100%;padding:12px;font-size:16px;font-weight:600;transition:all .3s}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-input{width:100%;padding:10px 8px;font-size:12px}}.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-input:focus{border-color:#4b5563}.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-input.stake-input{color:#fff;background:#1a202c;border-color:#f59e0b}.matka-bet-slip-modal .bet-slip-content .bet-details-grid .detail-item .detail-input.time-input{color:#fbbf24;background:#1a202c}.matka-bet-slip-modal .bet-slip-content .place-bet-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#10b981,#059669);border:none;border-radius:8px;align-items:center;gap:12px;width:100%;margin:auto;padding:16px 24px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #10b9814d}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .place-bet-button{margin-bottom:16px;padding:11px;font-size:17px}}.matka-bet-slip-modal .bet-slip-content .place-bet-button:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 6px 16px #10b98180}.matka-bet-slip-modal .bet-slip-content .place-bet-button:active:not(:disabled){transform:translateY(0)}.matka-bet-slip-modal .bet-slip-content .place-bet-button:disabled{opacity:.6;cursor:not-allowed}.matka-bet-slip-modal .bet-slip-content .stake-options-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .stake-options-grid{gap:8px}}.matka-bet-slip-modal .bet-slip-content .stake-options-grid .stake-option-button{cursor:pointer;color:#fff;background:#1e293b;border:2px solid #334155;border-radius:8px;flex-direction:column;align-items:center;padding:12px 8px;transition:all .2s;display:flex}@media (width<=480px){.matka-bet-slip-modal .bet-slip-content .stake-options-grid .stake-option-button{padding:12px 8px;font-size:12px}}.matka-bet-slip-modal .bet-slip-content .stake-options-grid .stake-option-button:hover{background:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.matka-bet-slip-modal .bet-slip-content .stake-options-grid .stake-option-button:active{transform:translateY(0)}@media (width<=768px){.matka-bet-slip-modal{max-width:100%}}.matka-detail-container{background:#f5f5f5;min-height:100vh;padding-bottom:100px}@media (width<=768px){.matka-detail-container{padding-bottom:80px}}.matka-detail-container .matka-detail-header{color:#fff;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);padding:15px 20px}@media (width<=768px){.matka-detail-container .matka-detail-header{padding:12px 15px}}.matka-detail-container .matka-detail-header .header-top{margin-bottom:10px}.matka-detail-container .matka-detail-header .header-top .status-indicator{align-items:center;gap:8px;display:flex}.matka-detail-container .matka-detail-header .header-top .status-indicator .live-dot{background:#10b981;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse}@media (width<=768px){.matka-detail-container .matka-detail-header .header-top .status-indicator .live-dot{width:10px;height:10px}}.matka-detail-container .matka-detail-header .header-top .status-indicator .header-date{letter-spacing:.5px;font-size:18px;font-weight:600}@media (width<=768px){.matka-detail-container .matka-detail-header .header-top .status-indicator .header-date{font-size:15px}}.matka-detail-container .matka-detail-header .game-title-section .game-title{letter-spacing:1px;margin:0 0 5px;font-size:32px;font-weight:700}@media (width<=768px){.matka-detail-container .matka-detail-header .game-title-section .game-title{font-size:24px}}.matka-detail-container .matka-detail-header .game-title-section .game-time{color:#cbd5e0;font-size:16px;font-weight:500}@media (width<=768px){.matka-detail-container .matka-detail-header .game-title-section .game-time{font-size:14px}}.matka-detail-container .matka-tabs{background:#2d3748;border-bottom:2px solid #1a202c;display:flex}.matka-detail-container .matka-tabs .matka-tab{color:#a0aec0;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:8px 20px;font-size:16px;font-weight:600;transition:all .3s}@media (width<=768px){.matka-detail-container .matka-tabs .matka-tab{padding:8px 15px;font-size:14px}}.matka-detail-container .matka-tabs .matka-tab:hover{color:#fff;background:#ffffff0d}.matka-detail-container .matka-tabs .matka-tab.active{color:#10b981;background:#10b9811a;border-bottom-color:#10b981}.matka-detail-container .numbers-grid{grid-template-columns:repeat(4,1fr);gap:8px;max-width:700px;margin:0 auto;padding:15px;display:grid}@media (width<=768px){.matka-detail-container .numbers-grid{gap:6px;padding:10px}}@media (width<=480px){.matka-detail-container .numbers-grid{gap:5px;padding:8px}}.matka-detail-container .numbers-grid .number-item{flex-direction:column;gap:4px;display:flex}.matka-detail-container .numbers-grid .number-item .number-button{color:#fff;cursor:pointer;background:#2d3748;border:2px solid #374151;border-radius:10px;width:100%;min-width:30px;min-height:30px;font-size:18px;font-weight:700;transition:all .3s}@media (width<=768px){.matka-detail-container .numbers-grid .number-item .number-button{border-radius:8px;padding:7px 8px;font-size:16px}}@media (width<=480px){.matka-detail-container .numbers-grid .number-item .number-button{padding:7px 6px;font-size:14px}}.matka-detail-container .numbers-grid .number-item .number-button:hover{background:#374151;border-color:#4b5563;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.matka-detail-container .numbers-grid .number-item .number-button.selected{background:#3b82f6;border-color:#2563eb;box-shadow:0 4px 16px #3b82f666}.matka-detail-container .numbers-grid .number-item .number-value{text-align:center;color:#10b981;font-size:16px;font-weight:700}@media (width<=768px){.matka-detail-container .numbers-grid .number-item .number-value{font-size:14px}}@media (width<=480px){.matka-detail-container .numbers-grid .number-item .number-value{font-size:12px}}.matka-detail-container .harup-container{max-width:700px;margin:0 auto}.matka-detail-container .harup-container .harup-section{border-radius:12px;margin-bottom:15px}@media (width<=768px){.matka-detail-container .harup-container .harup-section{margin-bottom:12px}}.matka-detail-container .harup-container .harup-section .harup-title{color:#fff;text-align:center;letter-spacing:.5px;background:#2d3748;margin-bottom:15px;padding:12px;font-size:18px;font-weight:700}@media (width<=768px){.matka-detail-container .harup-container .harup-section .harup-title{margin-bottom:12px;padding:10px;font-size:16px}}.matka-detail-container .harup-container .harup-section .harup-grid{grid-template-columns:repeat(4,1fr);gap:8px;padding-inline:5px;display:grid}@media (width<=768px){.matka-detail-container .harup-container .harup-section .harup-grid{gap:6px}}@media (width<=480px){.matka-detail-container .harup-container .harup-section .harup-grid{gap:5px}}.matka-detail-container .harup-container .harup-section .harup-grid .number-item{flex-direction:column;gap:4px;display:flex}.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-button{color:#fff;cursor:pointer;background:#2d3748;border:2px solid #374151;border-radius:10px;width:100%;min-width:30px;min-height:30px;font-size:18px;font-weight:700;transition:all .3s}@media (width<=768px){.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-button{border-radius:8px;padding:7px 8px;font-size:16px}}@media (width<=480px){.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-button{padding:7px 6px;font-size:14px}}.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-button:hover{background:#374151;border-color:#4b5563;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-button.selected{background:#3b82f6;border-color:#2563eb;box-shadow:0 4px 16px #3b82f666}.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-value{text-align:center;color:#10b981;font-size:16px;font-weight:700}@media (width<=768px){.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-value{font-size:14px}}@media (width<=480px){.matka-detail-container .harup-container .harup-section .harup-grid .number-item .number-value{font-size:12px}}.matka-detail-container .open-bets-container{max-width:100%;margin:0 auto;padding:20px}@media (width<=768px){.matka-detail-container .open-bets-container{padding:4px}}.matka-detail-container .open-bets-container .loading-message{text-align:center;color:#6b7280;padding:40px 20px;font-size:16px}.matka-detail-container .open-bets-container .no-bets-message{text-align:center;color:#6b7280;padding:40px 20px;font-size:18px;font-weight:500}@media (width<=768px){.matka-detail-container .open-bets-container .no-bets-message{padding:30px 15px;font-size:16px}}.matka-detail-container .open-bets-container .bets-table-wrapper{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #0000001a}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table{border-collapse:collapse;width:100%;min-width:800px}@media (width<=768px){.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table{min-width:600px;font-size:13px}}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table thead{color:#fff;background:#2d3748}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table thead tr th{text-align:center;letter-spacing:.3px;border-right:1px solid #4a5568;padding:5px;font-size:15px;font-weight:700}@media (width<=768px){.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table thead tr th{padding:5px;font-size:13px}}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table thead tr th:last-child{border-right:none}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table thead tr th:first-child{width:50px}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr{background:#dbeafe;border-bottom:1px solid #cbd5e1}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr:hover{background:#bfdbfe}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td{text-align:center;color:#1f2937;white-space:wrap;border-right:1px solid #cbd5e1;padding:14px 12px;font-size:14px;font-weight:500}@media (width<=768px){.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td{padding:5px;font-size:12px}}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td:last-child{border-right:none}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td:first-child{color:#1f2937;font-weight:600}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge{letter-spacing:.5px;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}@media (width<=768px){.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge{padding:5px 12px;font-size:11px}}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge.open{color:#fff;background:#3b82f6}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge.pending{color:#78350f;background:#fbbf24}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge.won{color:#fff;background:#10b981}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge.lost{color:#fff;background:#ef4444}.matka-detail-container .open-bets-container .bets-table-wrapper .bets-table tbody tr td .status-badge.active{color:#fff;background:#3b82f6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ludo-list-page{background:linear-gradient(#0a1348 0%,#0b1554 60%,#06112e 100%);flex-direction:column;gap:22px;min-height:100dvh;padding:14px 14px 40px;font-family:Segoe UI,Tahoma,sans-serif;display:flex}.ll-header{flex-direction:column;align-items:center;gap:6px;padding-top:4px;display:flex}.ll-header-icon{object-fit:contain;filter:drop-shadow(0 4px 12px #4caf5080);width:54px;height:54px}.ll-title{color:#fff;letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:24px;font-weight:900}.ll-sub{color:#fff6;letter-spacing:.3px;margin:0;font-size:12px}.ll-cards{flex-direction:column;gap:12px;display:flex}.ll-card{border:1px solid #ffffff14;border-left:3px solid var(--card-color,#4caf50);cursor:pointer;box-shadow:0 4px 18px #0006, 0 0 0 0 var(--card-glow,#4caf504d);background:linear-gradient(135deg,#12205e 0%,#0d1748 100%);border-radius:14px;align-items:center;gap:14px;padding:10px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.ll-card:before{content:"";background:radial-gradient(ellipse at 0% 50%, var(--card-glow,#4caf501f) 0%, transparent 65%);pointer-events:none;position:absolute;inset:0}.ll-card:hover{box-shadow:0 8px 28px #00000080, 0 0 20px var(--card-glow,#4caf5040);transform:translateY(-2px)}.ll-card:active{transform:scale(.98)}.ll-card-left{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.ll-dice-wrap{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ll-dice-img{object-fit:contain;width:34px;height:34px}.ll-players-row{align-items:center;gap:3px;display:flex}.ll-player-dot{font-size:10px;line-height:1}.ll-players-label{color:#ffffff73;white-space:nowrap;margin-left:3px;font-size:10px;font-weight:700}.ll-card-mid{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.ll-fee-row,.ll-prize-row{flex-direction:column;gap:1px;display:flex}.ll-fee-label,.ll-prize-label{color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.ll-fee-amt{color:#fff;font-size:20px;font-weight:900;line-height:1.1}.ll-prize-amt{color:gold;font-size:18px;font-weight:900;line-height:1.1}.ll-card-right{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.ll-waiting-badge{color:gold;white-space:nowrap;background:#ffd7001f;border:1px solid #ffd7004d;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.ll-play-btn{background:var(--card-color,#4caf50);color:#fff;cursor:pointer;letter-spacing:.3px;box-shadow:0 3px 10px var(--card-glow,#4caf5066);border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:800;transition:opacity .15s,transform .1s}.ll-play-btn:hover{opacity:.88}.ll-play-btn:active{transform:scale(.96)}.ll-state-box{color:#ffffff80;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:40px 20px;font-size:14px;font-weight:600;display:flex}.ll-spinner{border:3px solid #ffffff1a;border-top-color:#4caf50;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite llSpin}@keyframes llSpin{to{transform:rotate(360deg)}}.ll-error{color:#ff6464cc}.ll-retry-btn{color:#ff6464;cursor:pointer;background:#ff64641a;border:1px solid #ff646466;border-radius:8px;padding:8px 22px;font-size:13px;font-weight:700;transition:background .15s}.ll-retry-btn:hover{background:#ff646433}.ll-footer-note{text-align:center;color:#ffffff40;letter-spacing:.3px;margin:0;font-size:11px}.ludo-wrapper{color:#fff;--cell:min(calc((100vw - 4px) / 15), 28px);background:#0b1554;flex-direction:column;align-items:center;min-height:100dvh;font-family:Segoe UI,Tahoma,sans-serif;display:flex;overflow-x:hidden}.ludo-players-row{width:calc(15 * var(--cell) + 14px);background:#07104a;flex-shrink:0;align-items:center;gap:4px;max-width:100%;padding:6px 0;display:flex}.ludo-players-row:first-child{border-bottom:1px solid #ffffff12}.ludo-players-row:last-child{border-top:1px solid #ffffff12}.pp-center-msg{color:#ffffff8c;text-align:center;flex:1;justify-content:center;align-items:center;min-width:0;padding:0 4px;font-size:11px;font-weight:600;display:flex}.player-panel{cursor:default;opacity:.5;flex-direction:column;flex-shrink:0;align-items:center;gap:3px;min-width:64px;transition:opacity .2s;display:flex}.player-panel.pp-active{opacity:1;cursor:pointer}.player-panel.pp-right{align-items:center}.pp-inner{align-items:center;gap:6px;display:flex}.pp-avatar{color:#fff;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:900;display:flex}.av-red{background:radial-gradient(135deg, #ef5350, #b71c1c)}.av-blue{background:radial-gradient(135deg, #42a5f5, #0d47a1)}.av-yellow{background:radial-gradient(135deg, #ffd54f, #e65100);color:#333}.av-green{background:radial-gradient(135deg, #66bb6a, #1b5e20)}.pp-name{letter-spacing:.4px;text-transform:uppercase;color:#ffffffbf;font-size:10px;font-weight:700}.player-panel.pp-active .pp-name{color:#fff}.pp-tokens{color:#ffffff73;font-size:10px}.player-panel.pp-active .pp-tokens{color:#ffffffbf}.mini-dice{background:linear-gradient(145deg,#4a5068 0%,#2c3150 55%,#1e2440 100%);border:1.5px solid #ffffff14;border-radius:7px;flex-shrink:0;width:32px;height:32px;transition:transform .15s,background .2s;position:relative;box-shadow:0 3px 8px #0000008c,inset 0 1px #ffffff1f}.md-pip{background:#ffffffe0;border-radius:50%;width:5px;height:5px;position:absolute;transform:translate(-50%,-50%)}.mini-dice.md-active{cursor:pointer;border-color:#fff6;box-shadow:0 2px 10px #0000004d}.mini-dice.md-active .md-pip{background:#222}.mini-dice.md-rolling{background:#fff;animation:.6s mdRoll}@keyframes mdRoll{0%{transform:rotate(0)scale(1)}25%{transform:rotate(90deg)scale(1.2)}50%{transform:rotate(180deg)scale(.8)}75%{transform:rotate(270deg)scale(1.2)}to{transform:rotate(360deg)scale(1)}}.md-img{object-fit:contain;border-radius:5px;width:100%;height:100%;display:block}.md-emoji{justify-content:center;align-items:center;font-size:22px;display:flex;position:absolute;inset:0}.ludo-board-wrap{flex-shrink:0;line-height:0;position:relative}.ludo-board{grid-template-columns:repeat(15, var(--cell));grid-template-rows:repeat(15, var(--cell));background:#8a90a0;gap:.5px;display:grid}.ludo-cell{width:var(--cell,44px);height:var(--cell,44px);box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.hb-red{background:#d32f2f}.hb-blue{background:#1565c0}.hb-yellow{background:#f9a825}.hb-green{background:#2e7d32}.hi{background:#fff}.hs{background:#fff;position:relative}.hs:before{content:"";pointer-events:none;z-index:0;border-radius:50%;width:72%;height:72%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hs-red:before{background:#d32f2f1f;border:2px solid #d32f2f59}.hs-blue:before{background:#1565c01f;border:2px solid #1565c059}.hs-yellow:before{background:#f9a8252e;border:2px solid #f9a82580}.hs-green:before{background:#2e7d321f;border:2px solid #2e7d3259}.cell-path{background:#fff}.cell-empty{background:#dce3f0}.cell-safe{background:#fff}.cell-safe:after{content:"★";font-size:calc(var(--cell,44px) * .42);color:#c8a800;pointer-events:none;line-height:1;position:absolute}.cell-start-red{background:#ffcdd2}.cell-start-blue{background:#bbdefb}.cell-start-yellow{background:#fff9c4}.cell-start-green{background:#c8e6c9}.cell-pre-home-red{background:#fff;border:2px solid #ef5350a6}.cell-pre-home-blue{background:#fff;border:2px solid #42a5f5a6}.cell-pre-home-yellow{background:#fff;border:2px solid #ffca28a6}.cell-pre-home-green{background:#fff;border:2px solid #66bb6aa6}.cell-pre-home-red:after{content:"▲";color:#ef5350cc;font-size:calc(var(--cell,44px)*.32);position:absolute}.cell-pre-home-blue:after{content:"▶";color:#42a5f5cc;font-size:calc(var(--cell,44px)*.32);position:absolute}.cell-pre-home-yellow:after{content:"▼";color:#ffca28e6;font-size:calc(var(--cell,44px)*.32);position:absolute}.cell-pre-home-green:after{content:"◀";color:#66bb6acc;font-size:calc(var(--cell,44px)*.32);position:absolute}.cell-stretch-red{background:#ef5350}.cell-stretch-blue{background:#42a5f5}.cell-stretch-yellow{background:#ffca28}.cell-stretch-green{background:#66bb6a}.cell-center{z-index:2;background:#fff}.cell-center:after{content:"⭐";font-size:calc(var(--cell,44px) * .55);position:absolute}.cell-tri-red{background:#ef5350}.cell-tri-blue{background:#42a5f5}.cell-tri-yellow{background:#ffca28}.cell-tri-green{background:#66bb6a}.cell-center-corner{background:#f0f0f0}.ludo-token{width:calc(var(--cell,44px) * .65);height:calc(var(--cell,44px) * .65);z-index:2;cursor:default;border:2px solid #ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:1px;transition:transform .18s,box-shadow .18s;display:flex;position:relative}.ludo-cell:has(.ludo-token~.ludo-token) .ludo-token{width:calc(var(--cell,44px) * .38);height:calc(var(--cell,44px) * .38);border-width:1px}.ludo-cell:has(.ludo-token~.ludo-token) .token-inner{width:40%;height:40%}.token-inner{pointer-events:none;background:#fff6;border-radius:50%;width:50%;height:50%;display:block}.token-red{background:radial-gradient(circle at 35% 30%,#ff6659 0%,#f44336 55%,#b71c1c 100%);box-shadow:0 2px 7px #f44336a6,inset 0 -2px 4px #00000038}.token-blue{background:radial-gradient(circle at 35% 30%,#64b5f6 0%,#2196f3 55%,#0d47a1 100%);box-shadow:0 2px 7px #2196f3a6,inset 0 -2px 4px #00000038}.token-yellow{background:radial-gradient(circle at 35% 30%,#fff176 0%,#ffc107 55%,#e65100 100%);box-shadow:0 2px 7px #ffc107a6,inset 0 -2px 4px #00000038}.token-green{background:radial-gradient(circle at 35% 30%,#81c784 0%,#4caf50 55%,#1b5e20 100%);box-shadow:0 2px 7px #4caf50a6,inset 0 -2px 4px #00000038}.ludo-token.selectable{cursor:pointer;animation:.65s ease-in-out infinite alternate tokenPulse}@keyframes tokenPulse{0%{transform:scale(1);box-shadow:0 0 #fff0}to{transform:scale(1.28);box-shadow:0 0 0 4px #ffffffd9,0 0 12px 4px #ffdc3273}}.ludo-token.just-returned{animation:.55s cubic-bezier(.36,.07,.19,.97) forwards tokenReturn}@keyframes tokenReturn{0%{opacity:0;transform:scale(0)rotate(360deg)}55%{opacity:1;transform:scale(1.4)rotate(-18deg)}78%{transform:scale(.88)rotate(6deg)}to{opacity:1;transform:scale(1)rotate(0)}}.capture-blast{z-index:30;pointer-events:none;border-radius:50%;width:40px;height:40px;animation:.7s ease-out forwards captureBurst;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.capture-blast:after{content:"";opacity:.6;border-radius:50%;animation:.7s ease-out .12s forwards captureBurst;position:absolute;inset:0}.blast-red{background:radial-gradient(circle,#ff7878f2 0%,#d32f2f80 45%,#0000 72%)}.blast-red:after{background:radial-gradient(circle,#ff5050b3 0%,#0000 65%)}.blast-blue{background:radial-gradient(circle,#64b5f6f2 0%,#1565c080 45%,#0000 72%)}.blast-blue:after{background:radial-gradient(circle,#42a5f5b3 0%,#0000 65%)}.blast-yellow{background:radial-gradient(circle,#fff176f2 0%,#f9a82580 45%,#0000 72%)}.blast-yellow:after{background:radial-gradient(circle,#ffca28b3 0%,#0000 65%)}.blast-green{background:radial-gradient(circle,#81c784f2 0%,#2e7d3280 45%,#0000 72%)}.blast-green:after{background:radial-gradient(circle,#4caf50b3 0%,#0000 65%)}@keyframes captureBurst{0%{opacity:1;transform:translate(-50%,-50%)scale(.3)}45%{opacity:.85;transform:translate(-50%,-50%)scale(2.4)}to{opacity:0;transform:translate(-50%,-50%)scale(3.8)}}.winner-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:absolute;inset:0}.overlay-red{background:#b71c1ce6}.overlay-blue{background:#0d47a1e6}.overlay-yellow{background:#e65100e0}.overlay-green{background:#1b5e20e6}.winner-trophy{font-size:60px;animation:.75s cubic-bezier(.34,1.56,.64,1) both trophyBounce}@keyframes trophyBounce{0%{opacity:0;transform:scale(0)rotate(-20deg)}to{opacity:1;transform:scale(1)rotate(0)}}.winner-label{color:#fff;letter-spacing:2px;text-shadow:0 2px 10px #00000080;font-size:26px;font-weight:900;animation:.75s cubic-bezier(.34,1.56,.64,1) .12s both trophyBounce}.btn-play-again{color:#fff;cursor:pointer;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:2px solid #ffffffb3;border-radius:28px;padding:12px 36px;font-size:16px;font-weight:800;transition:background .18s,transform .1s}.btn-play-again:hover{background:#ffffff52;transform:scale(1.04)}.btn-play-again:active{transform:scale(.97)}@property --arc{syntax:"<angle>";inherits:false;initial-value:360deg}.md-ring{background:#ffffff14;border-radius:32%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.md-ring.md-ring-active{background:conic-gradient(var(--ring-color,#4caf50) var(--arc), #ffffff1f var(--arc));animation:15s linear forwards countdownArc}.ring-red.md-ring-active{--ring-color:#f44336}.ring-blue.md-ring-active{--ring-color:#2196f3}.ring-yellow.md-ring-active{--ring-color:#ffc107}.ring-green.md-ring-active{--ring-color:#4caf50}@keyframes countdownArc{0%{--arc:360deg}to{--arc:0deg}}.miss-toast{color:#fff;z-index:200;pointer-events:none;white-space:nowrap;background:#0a0a1eeb;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:700;animation:.3s both toastIn,.35s 2.1s forwards toastOut;display:flex;position:fixed;top:48%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #00000080}.miss-icon{font-size:18px}.toast-red{border-top:3px solid #f44336}.toast-blue{border-top:3px solid #2196f3}.toast-yellow{border-top:3px solid #ffc107}.toast-green{border-top:3px solid #4caf50}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-44%)scale(.92)}}.btn-new{color:#fff9;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ffffff12;border:1px solid #ffffff2e;border-radius:10px;width:100%;padding:9px 0;font-size:13px;font-weight:600;transition:background .18s,color .18s}.btn-new:hover{color:#fff;background:#ffffff26}.mp-screen{background:#0b1554;justify-content:center;align-items:center;min-height:100dvh;padding:16px;font-family:Segoe UI,Tahoma,sans-serif;display:flex}.mp-card{color:#fff;background:#111c5c;border:1px solid #ffffff12;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:340px;padding:32px 24px;display:flex;box-shadow:0 8px 40px #00000080}.mp-card-title{letter-spacing:.5px;font-size:20px;font-weight:900}.mp-card-sub{color:#ffffff8c;text-align:center;margin:0;font-size:13px}.mp-spinner{border:3px solid #ffffff1a;border-top-color:#4caf50;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite mpSpin}@keyframes mpSpin{to{transform:rotate(360deg)}}.mp-bot-info{color:#ffffffb3;text-align:center;background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;padding:8px 14px;font-size:13px}.mp-bot-info strong{color:gold}.mp-session-info{color:#ffffff8c;gap:16px;font-size:13px;display:flex}.mp-session-info strong{color:#fff}.mp-color-chip{text-transform:uppercase;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:800}.mp-color-chip.mp-red{color:#ef5350;background:#f4433633;border:1px solid #ef5350}.mp-color-chip.mp-blue{color:#42a5f5;background:#2196f333;border:1px solid #42a5f5}.mp-cancel-btn{color:#ff6464;cursor:pointer;background:#ff646414;border:1.5px solid #ff646466;border-radius:10px;padding:10px 24px;font-size:13px;font-weight:700;transition:background .15s}.mp-cancel-btn:hover{background:#ff64642e}.mp-reconnect-msg{color:#ffc107;margin:0;font-size:12px}.mp-result-card.win{border-top:4px solid #4caf50}.mp-result-card.draw{border-top:4px solid #ffc107}.mp-result-card.lose{border-top:4px solid #ef5350}.mp-result-emoji{font-size:52px}.mp-result-title{letter-spacing:1px;font-size:26px;font-weight:900}.mp-result-sub{color:#fff9;font-size:14px}.mp-scores{background:#ffffff0a;border-radius:10px;flex-direction:column;gap:6px;width:100%;padding:12px;display:flex}.mp-score-row{justify-content:space-between;font-size:13px;font-weight:600;display:flex}.mp-score-row.mp-red .mp-score-color{color:#ef5350}.mp-score-row.mp-blue .mp-score-color{color:#42a5f5}.mp-score-val{color:#ffffffbf}.mp-result-btns{gap:10px;width:100%;display:flex}.mp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:800;box-shadow:0 3px 10px #4caf5066}.mp-btn-secondary{color:#ffffffb3;cursor:pointer;background:0 0;border:1.5px solid #ffffff2e;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:700}.mp-game-screen{color:#fff;--cell:min(calc((100vw - 4px) / 15), 28px);background:#0b1554;flex-direction:column;align-items:center;min-height:100dvh;font-family:Segoe UI,Tahoma,sans-serif;display:flex;position:relative}.mp-panel-spacer{flex-shrink:0;min-width:64px}.mp-roll-btn-inline{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:10px;padding:8px 22px;font-size:13px;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 3px 10px #4caf5073}.mp-roll-btn-inline:active{transform:scale(.96)}.mp-roll-btn-inline:disabled{opacity:.5;cursor:default}.mp-toast{color:#fff;z-index:100;white-space:nowrap;background:#0a0a28eb;border:1px solid #ffffff1a;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:700;animation:.25s both toastIn;position:fixed;top:12%;left:50%;transform:translate(-50%)}.mp-header{background:#07104a;border-bottom:1px solid #ffffff12;align-items:center;gap:10px;padding:12px 14px;display:flex}.mp-player-info{flex:1;align-items:center;gap:8px;display:flex}.mp-player-info.mp-me{justify-content:flex-end}.mp-player-avatar{border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:900;display:flex}.mp-red .mp-player-avatar{background:radial-gradient(#ef5350,#b71c1c)}.mp-blue .mp-player-avatar{background:radial-gradient(#42a5f5,#0d47a1)}.mp-player-details{flex-direction:column;gap:1px;display:flex}.mp-player-label{color:#ffffff80;font-size:11px;font-weight:600}.mp-player-score{font-size:14px;font-weight:800}.mp-timer-wrap{flex-direction:column;flex-shrink:0;align-items:center;gap:3px;display:flex}.mp-timer-track{background:#ffffff1a;border-radius:3px;width:80px;height:5px;overflow:hidden}.mp-timer-fill{background:#4caf50;border-radius:3px;height:100%;transition:width 1s linear,background .3s}.mp-timer-fill.urgent{background:#ef5350}.mp-timer-num{color:#fff9;font-size:11px;font-weight:700}.mp-timer-num.urgent{color:#ef5350}.mp-turn-banner{text-align:center;color:#ffffff73;background:#ffffff08;border-bottom:1px solid #ffffff0d;padding:8px 14px;font-size:12px;font-weight:700}.mp-turn-banner.my-turn{color:#4caf50;background:#4caf5014}.mp-pieces-area{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:20px 14px;display:flex}.mp-pieces-group{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.mp-pieces-label{color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.mp-pieces-row{justify-content:center;gap:10px;display:flex}.mp-piece{cursor:default;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:11px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex}.mp-piece.mp-red{background:radial-gradient(circle at 35% 30%,#ff6659,#f44336 55%,#b71c1c)}.mp-piece.mp-blue{background:radial-gradient(circle at 35% 30%,#64b5f6,#2196f3 55%,#0d47a1)}.mp-piece.movable{cursor:pointer;border-color:gold;animation:.7s ease-in-out infinite alternate movablePulse;box-shadow:0 0 0 3px #ffd70080}.mp-piece-pos{color:#ffffffe6;pointer-events:none}@keyframes movablePulse{0%{transform:scale(1);box-shadow:0 0 0 3px #ffd70066}to{transform:scale(1.12);box-shadow:0 0 0 5px #ffd700b3}}.mp-dice-area{flex-direction:column;align-items:center;gap:12px;display:flex}.mp-dice{background:#fff;border-radius:12px;width:56px;height:56px;position:relative;box-shadow:0 4px 14px #00000059}.mp-dice.rolling{animation:.6s diceRoll}@keyframes diceRoll{0%{transform:rotate(0)scale(1)}25%{transform:rotate(90deg)scale(1.2)}50%{transform:rotate(180deg)scale(.8)}75%{transform:rotate(270deg)scale(1.2)}to{transform:rotate(360deg)scale(1)}}.mp-pip{background:#1a1a1a;border-radius:50%;width:8px;height:8px;position:absolute;transform:translate(-50%,-50%)}.mp-dice-emoji{justify-content:center;align-items:center;font-size:32px;display:flex;position:absolute;inset:0}.mp-roll-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:12px;padding:12px 32px;font-size:15px;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 4px 14px #4caf5073}.mp-roll-btn:active{transform:scale(.96)}.mp-roll-btn:disabled{opacity:.5;cursor:default}.mp-reconnect-bar{color:#ffc107;text-align:center;background:#ffc10726;border-top:1px solid #ffc1074d;padding:6px;font-size:12px;font-weight:700}.mp-exit-btn{color:#ffffff8c;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a28d9;border:1.5px solid #ffffff2e;border-radius:20px;padding:8px 16px;font-size:12px;font-weight:700;transition:color .15s;position:fixed;bottom:14px;right:14px}.mp-exit-btn:hover{color:#fff}.ludo-lobby{background:#0b1554;justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex}.lobby-card{background:#111c5c;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:340px;padding:28px 22px;display:flex;box-shadow:0 8px 40px #00000080}.lobby-title{color:#fff;letter-spacing:1px;font-size:24px;font-weight:900}.lobby-label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;align-self:flex-start;font-size:12px;font-weight:700}.fee-grid{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;display:flex}.fee-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1.5px solid #ffffff26;border-radius:10px;padding:8px 18px;font-size:14px;font-weight:700;transition:background .15s,border-color .15s,transform .1s}.fee-btn:hover{background:#ffffff1f}.fee-btn:active{transform:scale(.96)}.fee-btn.selected{color:#4caf50;background:#4caf5038;border-color:#4caf50;box-shadow:0 0 10px #4caf504d}.lobby-prize{color:#ffffff8c;font-size:13px}.lobby-prize strong{color:gold;font-size:15px}.find-match-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 4px 16px #4caf5066}.find-match-btn:hover{opacity:.9}.find-match-btn:active{transform:scale(.98)}.find-match-btn:disabled{opacity:.5;cursor:default}.waiting-card{gap:14px}.waiting-spinner{border:3px solid #ffffff1f;border-top-color:#4caf50;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.waiting-text{color:#fffc;font-size:15px;font-weight:700}.room-code-box{color:#fff9;letter-spacing:.5px;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:10px 20px;font-size:13px}.room-code-box strong{color:#fff;letter-spacing:4px;margin-left:6px;font-size:18px}.waiting-info{color:#ffffff8c;align-items:center;gap:8px;font-size:13px;display:flex}.color-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 12px;font-size:12px;font-weight:800}.color-badge.color-red{color:#ef5350;background:#f4433640;border:1px solid #ef5350}.color-badge.color-blue{color:#42a5f5;background:#2196f340;border:1px solid #42a5f5}.color-badge.color-yellow{color:#ffc107;background:#ffc10740;border:1px solid #ffc107}.color-badge.color-green{color:#4caf50;background:#4caf5040;border:1px solid #4caf50}.countdown-ring-wrap{justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.countdown-num{color:#fff;font-size:14px;font-weight:800;position:absolute}.waiting-hint{color:#ffffff59;text-align:center;font-size:11px}.btn-loading{justify-content:center;align-items:center;gap:8px;display:flex}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite btnSpin;display:inline-block}@keyframes btnSpin{to{transform:rotate(360deg)}}.lobby-fee-display{flex-direction:column;align-items:center;gap:4px;display:flex}.lobby-fee-display .lfd-label{color:#ffffff73;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.lobby-fee-display .lfd-amount{color:#fff;font-size:32px;font-weight:900}.back-btn{color:#ffffff73;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:13px;transition:color .15s}.back-btn:hover{color:#fff}.cancel-btn{color:#fff9;cursor:pointer;background:0 0;border:1.5px solid #ffffff2e;border-radius:10px;padding:9px 28px;font-size:13px;font-weight:700;transition:background .15s,color .15s}.cancel-btn:hover{color:#fff;background:#ffffff14}.av2-container{color:#e8eaf0;background:#101219;width:100%;max-width:600px;min-height:100vh;margin:0 auto;padding-bottom:40px;font-family:Inter,Roboto,sans-serif;overflow-x:hidden}.game-back-btn{color:#f5b528;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:700}.av2-header{background:#1c1f28;border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding:4px 6px;display:flex}.av2-back{flex-shrink:0}.av2-hist{scrollbar-width:none;flex:1;gap:5px;display:flex;overflow-x:auto}.av2-hist::-webkit-scrollbar{display:none}.av2-hpill{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:3px 9px;font-size:11px;font-weight:700}.av2-hp-g{color:#22c55e;background:#22c55e29;border:1px solid #22c55e59}.av2-hp-y{color:#f5b528;background:#f5b52829;border:1px solid #f5b52859}.av2-hp-r{color:#ff6b6b;background:#ff6b6b24;border:1px solid #ff6b6b4d}.av2-mybets-bar{background:#1c1f28;border-bottom:1px solid #ffffff14;padding:6px 10px}.av2-mybets{color:#e8eaf0;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:8px 12px;font-size:12px;font-weight:700}.av2-game{background:#0d0f16;border-bottom:1px solid #ffffff14;height:280px;position:relative;overflow:hidden}.av2-rays{background:conic-gradient(from 200deg at 20% 80%,#0000 0deg,#f5b5280d 5deg,#0000 10deg 15deg,#f5b5280a 20deg,#0000 25deg 30deg,#f5b5280d 35deg,#0000 40deg 80deg);position:absolute;inset:0}.av2-svg{width:100%;height:calc(100% - 10px);position:absolute;inset:10px 0 0}.av2-exhaust{pointer-events:none;z-index:4;position:absolute;transform:translate(calc(-50% - 10px),-50%)}.av2-exhaust span{border-radius:50%;width:7px;height:7px;animation:.6s ease-out infinite av-exhaust;position:absolute;top:0;left:0}.av2-exhaust span:first-child{animation-delay:0s}.av2-exhaust span:nth-child(2){animation-delay:.1s}.av2-exhaust span:nth-child(3){animation-delay:.2s}.av2-exhaust span:nth-child(4){animation-delay:.3s}.av2-exhaust span:nth-child(5){animation-delay:.4s}.av2-exhaust span:nth-child(6){animation-delay:.5s}@keyframes av-exhaust{0%{opacity:1;filter:blur();background:radial-gradient(circle,#fff 0%,#fbbf24 40%,#f97316 70%,#0000 100%);transform:translate(0)scale(1)}50%{opacity:.55;filter:blur(1px);background:radial-gradient(circle,#f97316 0%,#ef4444 50%,#0000 100%)}to{opacity:0;filter:blur(5px);background:radial-gradient(circle,#78787826 0%,#0000 70%);transform:translate(-40px,12px)scale(2.8)}}.av2-plane{filter:drop-shadow(0 0 14px #f5b52880);pointer-events:none;z-index:5;width:70px;height:auto;position:absolute;transform:translateY(-55%)rotate(-10deg)}.av2-mult-wrap{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;inset:0}.av2-flew{color:#ff6b6b;letter-spacing:3px;text-transform:uppercase;font-size:16px;font-weight:800}.av2-mult{text-shadow:0 2px 24px #00000080;letter-spacing:-2px;font-size:clamp(36px,10vw,60px);font-weight:900;line-height:1}.av2-cd-card{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.av2-cd-logo{color:#f5b528;letter-spacing:1px;font-size:20px;font-weight:900}.av2-cd-txt{color:#8b90a0;font-size:14px;font-weight:600}.av2-cd-num{color:#fff;font-size:36px;font-weight:900}.av2-cd-bar{background:#ffffff1a;border-radius:2px;width:160px;height:4px;overflow:hidden}.av2-cd-fill{background:linear-gradient(90deg,#ffcf4a,#f5b528);border-radius:2px;height:100%;transition:width .9s linear}.av2-round-id{color:#8b90a099;font-family:monospace;font-size:9px;position:absolute;bottom:4px;left:auto;right:10px}.av2-panel{background:#1c1f28;border:1px solid #ffffff14;border-radius:14px;margin:8px 8px 0;padding:5px;box-shadow:0 4px 14px #0006}.av2-panel-row{gap:10px;margin-bottom:10px;display:flex}.av2-amt-row{background:#23262f;border:1px solid #ffffff1a;border-radius:8px;flex:1;align-items:center;display:flex;overflow:hidden}.av2-pm{color:#f5b528;cursor:pointer;background:#2c303c;border:none;flex-shrink:0;width:36px;height:100%;font-size:18px;font-weight:700}.av2-pm:hover{background:#363b49}.av2-pm:active{background:#23262f}.av2-amt-val{text-align:center;color:#fff;flex:1;font-size:18px;font-weight:800}.av2-play-btn{color:#1a1a1a;cursor:pointer;background:linear-gradient(#ffcf4a,#f5b528);border:none;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:55px;font-size:16px;font-weight:800;line-height:1.2;transition:background .15s;display:flex}.av2-play-btn--wait{color:#8b90a0;cursor:not-allowed;background:#23262f;font-size:13px}.av2-play-btn--cashout{animation:.9s ease-in-out infinite alternate cashPulse2;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#22c55e,#16a34a)!important}.av2-play-btn--locked{border:1px solid #ffffff14;gap:4px;font-size:13px;color:#8b90a0!important;cursor:not-allowed!important;opacity:1!important;background:#23262f!important}.av2-play-btn:disabled:not(.av2-play-btn--cashout):not(.av2-play-btn--locked){opacity:.6;cursor:not-allowed}.av2-co-win{font-size:22px;font-weight:900;line-height:1.1}.av2-co-mult{opacity:.85;font-size:12px;font-weight:600}@keyframes cashPulse2{0%{box-shadow:0 4px 18px #22c55e66}to{box-shadow:0 4px 32px #22c55ecc}}.av2-quick{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px;display:grid}.av2-q{color:#8b90a0;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:6px;height:32px;font-size:12px;font-weight:600}.av2-q:hover{background:#2c303c}.av2-q:disabled{opacity:.4;cursor:not-allowed}.av2-auto-row{align-items:center;gap:10px;display:flex}.av2-autobet{color:#8b90a0;cursor:pointer;white-space:nowrap;background:#23262f;border:1px solid #ffffff14;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.av2-autobet--on{color:#22c55e;background:#22c55e29;border-color:#22c55e}.av2-co-label{color:#8b90a0;cursor:pointer;white-space:nowrap;align-items:center;gap:5px;font-size:12px;display:flex}.av2-co-label input[type=checkbox]{accent-color:#f5b528;cursor:pointer;width:14px;height:14px}.av2-co-input{color:#fff;text-align:center;background:#23262f;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:56px;padding:5px 4px;font-size:14px;font-weight:700}.av2-co-input:focus{border-color:#f5b528}.av2-co-input::-webkit-inner-spin-button{-webkit-appearance:none}.av2-players-bar{color:#8b90a0;justify-content:space-between;margin-top:8px;padding:8px 16px;font-size:12px;display:flex}.av2-table-head{color:#8b90a0;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr 1fr;padding:6px 16px;font-size:11px;font-weight:600;display:grid}.av-open-bets{margin:14px 10px 40px}.av-bets-tabs{background:#1c1f28;border:1px solid #ffffff14;border-bottom:none;border-radius:6px 6px 0 0;display:flex;overflow:hidden}.av-tab{color:#8b90a0;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:none;flex:1;padding:9px;font-size:12px;font-weight:700;transition:background .15s,color .15s}.av-tab--active{color:#f5b528;background:#23262f;border-bottom:2px solid #f5b528}.av-tab:hover:not(.av-tab--active){background:#23262f}.av-open-bets-wrapper{border:1px solid #ffffff14;border-radius:0 0 6px 6px;overflow-x:auto}.av-open-bets-table{border-collapse:collapse;background:#1c1f28;width:100%;min-width:420px;font-size:12px}.av-open-bets-table thead{background:#23262f}.av-open-bets-table thead th{text-align:left;color:#fff;white-space:nowrap;border-bottom:2px solid #f5b528;padding:8px 10px;font-size:11px;font-weight:600}.av-open-bets-table tbody tr{border-bottom:1px solid #ffffff0f}.av-open-bets-table tbody tr:last-child{border-bottom:none}.av-open-bets-table tbody tr:hover{background:#23262f}.av-open-bets-table tbody td{white-space:nowrap;color:#e8eaf0;padding:7px 10px}.av-open-bets-table .av-round{color:#8b90a0;font-family:monospace;font-size:10px}.av-open-bets-table .av-cashout{color:#f5b528}.av-open-bets-table .av-profit{color:#22c55e}.av-open-bets-table .av-loss{color:#ff6b6b}.av-open-bets-table .av-no-bets{text-align:center;color:#8b90a0;white-space:normal;padding:20px;font-size:13px}.av-badge{text-transform:capitalize;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.av-badge-win{color:#22c55e;background:#22c55e2e}.av-badge-loss{color:#ff6b6b;background:#ff6b6b2e}.av-badge-pending{color:#f5b528;background:#f5b5282e}.dice-container{color:#e8eaf0;background:#101219;max-width:600px;min-height:100vh;margin:0 auto;padding:0 0 50px;font-family:Inter,Roboto,sans-serif}.dice-header{background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border-bottom:2px solid #f5b528;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.dice-header .dice-header-left{color:#fff;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.dice-header .dice-header-left:before{content:"🎲";font-size:18px}.dice-header .dice-rules-link{color:#f5b528;cursor:pointer;font-size:12px;font-weight:500}.dice-header .dice-header-right{color:#8b90a0;background:#23262f;border:1px solid #ffffff14;border-radius:20px;padding:3px 10px;font-size:12px}.dice-timer-wrap,.dice-timer-text,.dice-timer-progress{display:none}.dice-cd-overlay{pointer-events:none;z-index:8;position:absolute;inset:auto 6px 6px auto;transform:none}.dice-cd-num{color:#22c55e;text-shadow:0 0 12px #22c55e59;background:#1c1f28e6;border:1px solid #22c55e80;border-radius:8px;padding:4px 10px;font-size:28px;font-weight:900;line-height:1;animation:1s ease-out both cdPop;display:block}.dice-cd-overlay--red .dice-cd-num{color:#ff6b6b;text-shadow:0 0 12px #ff6b6b66;border-color:#ff6b6b80;animation:1s ease-out both cdPopRed}@keyframes cdPop{0%{opacity:0;transform:scale(1.6)}20%{opacity:1;transform:scale(1.05)}75%{opacity:1;transform:scale(1)}to{opacity:.2;transform:scale(.8)}}@keyframes cdPopRed{0%{opacity:0;transform:scale(1.8)}15%{opacity:1;transform:scale(1.1)}70%{opacity:1;transform:scale(1)}to{opacity:.3;transform:scale(.85)}}.dice-display{background:radial-gradient(at 50% 30%,#f5b52814 0%,#0000 70%);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:28px 16px 20px;display:flex;position:relative}.dice-display--result{background:radial-gradient(at 50% 30%,#f5b52824 0%,#0000 70%)}.dice-svg-result{justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex}.dice-svg-result--show{animation:.5s cubic-bezier(.34,1.56,.64,1) both svgFaceIn}@keyframes svgFaceIn{0%{opacity:0;transform:scale(.6)rotate(-8deg)}60%{opacity:1;transform:scale(1.08)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}.dice-scene{perspective:600px;perspective-origin:50%;justify-content:center;align-items:center;display:flex}.cube-scene{perspective:500px;perspective-origin:50% 40%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.cube{width:70px;height:70px;transform-style:preserve-3d;will-change:transform;position:relative}.cube--idle{transition:transform .7s cubic-bezier(.34,1.56,.64,1)}.cube--rolling{animation:.35s linear infinite cubeRoll}.cube-face{background:linear-gradient(145deg,#fff 0%,#eceef4 100%);border:2px solid #141e501a;border-radius:18px;width:70px;height:70px;position:absolute;overflow:hidden;box-shadow:inset 0 0 0 2px #fffc,inset 0 2px 4px #ffffffe6}.cube-face--front{transform:translateZ(35px)}.cube-face--back{transform:rotateY(180deg)translateZ(35px)}.cube-face--right{transform:rotateY(90deg)translateZ(35px)}.cube-face--left{transform:rotateY(-90deg)translateZ(35px)}.cube-face--top{transform:rotateX(90deg)translateZ(35px)}.cube-face--bottom{transform:rotateX(-90deg)translateZ(35px)}.cube-face--back{background:linear-gradient(145deg,#d8dae4,#c8cad8)}.cube-face--right{background:linear-gradient(145deg,#e4e6f0,#d4d6e4)}.cube-face--left{background:linear-gradient(145deg,#e8eaf4,#d8dae8)}.cube-face--top{background:linear-gradient(145deg,#f2f4ff,#e4e6f4)}.cube-face--bottom{background:linear-gradient(145deg,#c8cad8,#b8bad0)}.cube-face-grid{box-sizing:border-box;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:4px;width:100%;height:100%;padding:18%;display:grid}.cube-cell{justify-content:center;align-items:center;display:flex}.cube-dot{background:radial-gradient(circle at 35% 35%,#2c2c2c,#0f0f0f);border-radius:50%;width:72%;height:72%;box-shadow:0 2px 4px #0006,inset 0 1px 2px #fff3}@keyframes cubeRoll{0%{transform:rotateX(0)rotateY(0)rotate(0)}15%{transform:rotateX(90deg)rotateY(45deg)rotate(30deg)}30%{transform:rotateX(180deg)rotateY(120deg)rotate(-45deg)}45%{transform:rotateX(270deg)rotateY(60deg)rotate(60deg)}60%{transform:rotateX(360deg)rotateY(180deg)rotate(-30deg)}75%{transform:rotateX(180deg)rotateY(270deg)rotate(45deg)}to{transform:rotateX(360deg)rotateY(360deg)rotate(90deg)}}.dice-3d-inner{transform-style:preserve-3d;transform-origin:50%;filter:drop-shadow(0 10px 18px #00000080);will-change:transform;display:inline-block}.dice-3d-inner--rolling{filter:blur(.6px)drop-shadow(0 14px 28px #0000008c)drop-shadow(0 0 8px #f5b5284d);animation:.22s ease-in-out infinite diceShake}.dice-3d-inner--landing{filter:drop-shadow(0 0 30px #f5b52899)drop-shadow(0 8px 18px #00000080);animation:.8s cubic-bezier(.22,.61,.36,1) both diceLand}.dice-3d-inner--idle{transition:filter .4s,transform .3s}.dice-display--result .dice-3d-inner{filter:drop-shadow(0 0 24px #f5b52880)drop-shadow(0 8px 16px #00000080)}@keyframes diceShake{0%{transform:perspective(350px)translate(0,0)rotateX(0)rotateY(0)rotate(0)scale(1)}12%{transform:perspective(350px)translate(-9px,-16px)rotateX(-48deg)rotateY(32deg)rotate(-22deg)scale(.93)}24%{transform:perspective(350px)translate(7px,6px)rotateX(62deg)rotateY(-44deg)rotate(38deg)scale(1.06)}36%{transform:perspective(350px)translate(-6px,-20px)rotateX(-35deg)rotateY(68deg)rotate(-50deg)scale(.9)}48%{transform:perspective(350px)translate(10px,5px)rotateX(75deg)rotateY(-28deg)rotate(55deg)scale(1.07)}60%{transform:perspective(350px)translate(-8px,-13px)rotateX(-55deg)rotateY(52deg)rotate(-32deg)scale(.94)}72%{transform:perspective(350px)translate(5px,8px)rotateX(40deg)rotateY(-65deg)rotate(44deg)scale(1.03)}86%{transform:perspective(350px)translate(-3px,-9px)rotateX(-22deg)rotateY(40deg)rotate(-18deg)scale(.97)}to{transform:perspective(350px)translate(2px,3px)rotateX(12deg)rotateY(-18deg)rotate(10deg)scale(1.01)}}@keyframes diceLand{0%{transform:perspective(350px)translateY(-30px)rotateX(-20deg)rotateY(-14deg)scale(1.3)}30%{filter:drop-shadow(0 4px 8px #00000080);transform:perspective(350px)translate(0,0)rotateX(8deg)rotateY(6deg)scale(.88)}50%{transform:perspective(350px)translateY(-12px)rotateX(-5deg)rotateY(-3deg)scale(1.06)}68%{transform:perspective(350px)translate(0,0)rotateX(3deg)rotateY(2deg)scale(.96)}82%{transform:perspective(350px)translateY(-4px)rotateX(-2deg)rotateY(-1deg)scale(1.02)}to{transform:perspective(350px)translate(0,0)rotateX(0)rotateY(0)scale(1)}}.dice-display-inner{justify-content:center;align-items:center;display:flex;position:relative}.dice-result-card{border-radius:14px;justify-content:space-between;align-items:center;margin:8px 10px 0;padding:14px 18px;animation:.45s cubic-bezier(.34,1.4,.64,1) both drcIn;display:flex;position:relative;overflow:hidden}.dice-result-card.drc--odd{background:linear-gradient(135deg,#ff6b6b33 0%,#ff6b6b14 100%);border:1px solid #ff6b6b66;box-shadow:0 8px 24px #0006,inset 0 1px #ffffff0f}.dice-result-card.drc--even{background:linear-gradient(135deg,#22c55e33 0%,#22c55e14 100%);border:1px solid #22c55e66;box-shadow:0 8px 24px #0006,inset 0 1px #ffffff0f}.drc-shine{background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:35%;height:100%;animation:.8s .1s both drcShine;position:absolute;top:0;left:-50%}@keyframes drcShine{0%{left:-50%}to{left:130%}}@keyframes drcIn{0%{opacity:0;transform:translateY(12px)scale(.95)}60%{transform:translateY(-2px)scale(1.01)}to{opacity:1;transform:translateY(0)scale(1)}}.drc-left{flex-direction:column;gap:2px;display:flex}.drc-label{letter-spacing:2px;color:#8b90a0;text-transform:uppercase;font-size:10px;font-weight:700}.drc-num{color:#fff;letter-spacing:-2px;text-shadow:0 2px 16px #00000080;font-size:44px;font-weight:900;line-height:1}.drc-right{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.drc-parity{color:#fff;letter-spacing:2px;text-shadow:0 2px 12px #00000080;font-size:28px;font-weight:900}.drc-sub{color:#8b90a0;letter-spacing:2px;font-size:12px}.dice-section{background:#1c1f28;border:1px solid #ffffff14;border-radius:12px;margin:8px 10px 0;padding:12px 12px 10px;box-shadow:0 4px 14px #0006}.dice-section-title{color:#8b90a0;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid #ffffff14;margin-bottom:10px;padding-bottom:8px;font-size:10px;font-weight:700}.dice-oe-row{gap:10px;display:flex}.dice-oe-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.dice-oe-col .dice-oe-btn{width:100%}.dice-oe-pl{text-align:center;border-radius:20px;padding:2px 10px;font-size:12px;font-weight:700}.dice-oe-pl--win{color:#22c55e;background:#22c55e24;border:1px solid #22c55e59}.dice-oe-pl--loss{color:#ff6b6b;background:#ff6b6b1f;border:1px solid #ff6b6b4d}.dice-oe-btn{cursor:pointer;border:none;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:7px 8px;transition:transform .15s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.dice-oe-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:30%;height:100%;animation:2.5s linear infinite oeShimmer;position:absolute;top:0;left:-50%}.dice-oe-btn:hover:not(:disabled){transform:translateY(-3px)}.dice-oe-btn:active:not(:disabled){opacity:.85;transform:translateY(0)}.dice-oe-btn--locked{cursor:not-allowed;opacity:.6}.dice-oe-btn--locked:after{display:none}@keyframes oeShimmer{0%{left:-50%}to{left:120%}}.dice-oe-odd{background:linear-gradient(145deg,#ef4444,#dc2626);border:1px solid #dc26264d;box-shadow:0 4px 20px #dc262659,inset 0 1px #fff3}.dice-oe-even{background:linear-gradient(145deg,#22c55e,#16a34a);border:1px solid #16a34a4d;box-shadow:0 4px 20px #16a34a59,inset 0 1px #fff3}.dice-oe-label{color:#fff;letter-spacing:1.5px;font-size:13px;font-weight:900}.dice-oe-nums{color:#ffffffd9;letter-spacing:1.5px;font-size:9px}.dice-oe-rate{color:#fff;background:#0000002e;border-radius:20px;padding:1px 6px;font-size:9px;font-weight:700}.dice-lock-icon{opacity:.85;color:#fff;font-size:13px;line-height:1;position:absolute;top:8px;right:8px}.dice-lock-icon-sm{font-size:11px;line-height:1}.dice-num-row{justify-content:space-between;gap:4px;display:flex}.dice-num-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:4px;transition:transform .15s;display:flex;position:relative}.dice-num-btn svg{border:1.5px solid #ffffff1f;border-radius:10px;transition:border-color .15s,filter .15s}.dice-num-btn:hover:not(.dice-num-btn--locked){transform:translateY(-4px)}.dice-num-btn:hover:not(.dice-num-btn--locked) svg{filter:drop-shadow(0 0 8px #f5b52899);border-color:#f5b528}.dice-num-btn--locked{cursor:not-allowed}.dice-num-btn--locked svg{opacity:.55}.dice-num-overlay{background:#0000008c;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:4px 4px 22px}.dice-num-rate{color:#8b90a0;font-size:10px;font-weight:700}.dice-num-pl{font-size:10px;font-weight:700}.dice-min-max{color:#8b90a0;text-align:right;margin-top:8px;font-size:11px}.dice-history{background:#1c1f28;border:1px solid #ffffff14;border-radius:12px;margin:10px 10px 0;padding:10px;box-shadow:0 4px 14px #0006}.dice-history-label{color:#8b90a0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600}.dice-history-dots{flex-wrap:wrap;gap:5px;display:flex}.dice-history-dot{color:#fff;border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;animation:.3s dotAppear;display:flex}@keyframes dotAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.dice-dot-odd{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #dc262659}.dice-dot-even{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 2px 8px #16a34a59}.dice-no-history{color:#8b90a0;font-size:12px}.dice-open-bets{margin:12px 10px 0}.dice-open-bets-title{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,#3a3f63 0%,#23283c 100%);border:1px solid #ffffff14;border-bottom:2px solid #f5b528;border-radius:6px 6px 0 0;padding:8px 12px;font-size:13px;font-weight:700}.dice-open-bets-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #ffffff14;border-radius:0 0 6px 6px;overflow-x:auto}.dice-open-bets-wrapper::-webkit-scrollbar{height:4px}.dice-open-bets-wrapper::-webkit-scrollbar-track{background:#1c1f28}.dice-open-bets-wrapper::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.dice-open-bets-table{border-collapse:collapse;background:#1c1f28;width:100%;min-width:500px;font-size:12px}.dice-open-bets-table thead{background:#23262f}.dice-open-bets-table thead th{text-align:left;color:#fff;white-space:nowrap;border-bottom:2px solid #f5b528;padding:8px 10px;font-size:11px;font-weight:600}.dice-open-bets-table tbody tr{border-bottom:1px solid #ffffff0f}.dice-open-bets-table tbody tr:last-child{border-bottom:none}.dice-open-bets-table tbody tr:hover{background:#23262f}.dice-open-bets-table tbody td{white-space:nowrap;color:#e8eaf0;padding:7px 10px}.dice-open-bets-table .dice-profit{color:#22c55e}.dice-open-bets-table .dice-loss{color:#ff6b6b}.dice-open-bets-table .dice-no-bets{text-align:center;color:#8b90a0;white-space:normal;padding:20px;font-size:13px}.dice-badge{text-transform:capitalize;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.dice-badge-win{color:#22c55e;background:#22c55e2e}.dice-badge-loss{color:#ff6b6b;background:#ff6b6b2e}.dice-badge-pending{color:#f5b528;background:#f5b5282e}@media (width<=480px){.dice-display{padding:22px 12px 16px}.dice-num-btn svg{width:40px!important;height:40px!important}}@keyframes dbsSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dbs-input::-webkit-inner-spin-button{-webkit-appearance:none}.dbs-input::-webkit-outer-spin-button{-webkit-appearance:none}.dice-pl{margin-top:2px;font-size:11px;font-weight:700}.dice-pl-num{margin-top:1px;font-size:10px;font-weight:700}.dice-win-overlay{z-index:20;pointer-events:none;animation:.35s both dwoFade;position:absolute;bottom:10px;left:10px}@keyframes dwoFade{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.dwo-pill{background:linear-gradient(135deg,#f5b528f2,#d97706e6);border:1px solid #f5b52899;border-radius:50px;align-items:center;gap:10px;padding:10px;animation:.5s cubic-bezier(.34,1.56,.64,1) both dwoPill;display:flex;box-shadow:0 0 30px #f5b52873,0 8px 24px #00000080}@keyframes dwoPill{0%{opacity:0;transform:scale(.5)}65%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.dwo-cup{filter:drop-shadow(0 0 8px #f5b528e6);font-size:16px;line-height:1}.dwo-text{color:#fff;letter-spacing:3px;text-shadow:0 1px 6px #0000004d;font-size:12px;font-weight:900}.dice-bets-tabs{background:#1c1f28;border:1px solid #ffffff14;border-bottom:none;border-radius:6px 6px 0 0;display:flex;overflow:hidden}.dbt{color:#8b90a0;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:none;flex:1;padding:8px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.dbt--active{color:#f5b528;background:#23262f;border-bottom:2px solid #f5b528}.dbt:hover:not(.dbt--active){background:#23262f}.rl-page{color:#e8eaf0;background:linear-gradient(#1b1e27 0%,#101219 100%);max-width:600px;min-height:100vh;margin:0 auto;padding-bottom:60px;font-family:Inter,Segoe UI,Roboto,sans-serif}.game-back-btn{color:#f5b528;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:20px;margin:8px 10px 0;padding:5px 12px;font-size:12px;font-weight:700;display:inline-block}.game-back-btn:hover{background:#2a2e39}.rl-header{background:#1c1f28;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;padding:10px 14px;display:flex}.rl-title{background:linear-gradient(90deg,#667eea,#764ba2);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800}.rl-round-id{color:#94a3b8;letter-spacing:.5px;font-size:10px}.rl-sound-btn{cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:8px;padding:4px 8px;font-size:16px;line-height:1;transition:background .15s}.rl-sound-btn:hover{background:#2a2e39}.rl-lock-icon{font-size:12px;line-height:1}.rl-wheel-section{flex-direction:column;align-items:center;gap:14px;padding:20px 14px 10px;display:flex;position:relative}.rl-wheel-outer{width:280px;height:280px;position:relative}.rl-wheel-glow{pointer-events:none;background:radial-gradient(circle,#764ba238 0%,#0000 70%);border-radius:50%;animation:2s ease-in-out infinite rl-glow-pulse;position:absolute;inset:-16px}@keyframes rl-glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.rl-wheel-svg{filter:drop-shadow(0 6px 18px #141e502e);width:280px;height:280px}.rl-ball-orbit{border-radius:50%;position:absolute;inset:0}.rl-ball{background:radial-gradient(circle at 35% 35%,#fff,silver);border-radius:50%;width:12px;height:12px;position:absolute;top:10px;left:calc(50% - 6px);box-shadow:0 0 8px #ffffffe6,0 0 20px #fff6}.rl-cd-overlay{pointer-events:none;z-index:20;position:absolute;bottom:14px;right:14px}.rl-cd-num{color:#f5b528;text-shadow:0 0 14px #764ba259,0 2px 6px #141e5026;font-variant-numeric:tabular-nums;font-size:36px;font-weight:900;line-height:1;animation:.35s cubic-bezier(.175,.885,.32,1.275) rl-cd-pop}.rl-cd-overlay--red .rl-cd-num{color:#dc2626;text-shadow:0 0 14px #dc262659,0 2px 6px #141e5026;animation:.35s cubic-bezier(.175,.885,.32,1.275) rl-cd-pop-red}@keyframes rl-cd-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes rl-cd-pop-red{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.rl-pointer{filter:drop-shadow(0 0 6px #f5b528b3);z-index:10;border-top:18px solid #f5b528;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.rl-timer-row{justify-content:center;align-items:center;gap:16px;display:flex}.rl-timer-box{background:#23262f;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;min-width:100px;padding:10px 20px;display:flex}.rl-timer-label{letter-spacing:1.5px;color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:9px}.rl-timer-value{font-variant-numeric:tabular-nums;color:#f5b528;font-size:26px;font-weight:800;line-height:1}.rl-result-box{flex-direction:column;align-items:center;gap:4px;display:flex}.rl-result-label{letter-spacing:1.5px;color:#94a3b8;text-transform:uppercase;font-size:9px}.rl-result-num{color:#fff;border:2px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:800;animation:.4s cubic-bezier(.175,.885,.32,1.275) rl-result-pop;display:flex}@keyframes rl-result-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.rl-result-num--red{background:#c0392b;box-shadow:0 0 16px #c0392b80}.rl-result-num--black{background:#0f0f0f;border-color:#fff6;box-shadow:0 0 16px #0006}.rl-result-num--green{background:#1e8c3a;box-shadow:0 0 16px #1e8c3a80}.rl-history{flex-direction:column;width:100%;padding:0 10px 10px;display:flex}.rl-hist-label{text-align:center;letter-spacing:.5px;color:#e8eaf0;background-color:#1c1f28;border:1px solid #ffffff14;border-radius:8px;width:100%;margin-bottom:10px;padding:10px 0;font-size:13px;font-weight:600}.rl-hist-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:0 2px;display:flex}.rl-hist-bubble{color:#fff;cursor:default;border:2px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;transition:transform .2s;display:flex}.rl-hist-bubble:hover{transform:scale(1.1)}.rl-hist-bubble--red{background:linear-gradient(135deg,#e85555 0%,#c0392b 100%);box-shadow:0 4px 12px #c0392b59}.rl-hist-bubble--black{background:linear-gradient(135deg,#3a3a3a 0%,#0f0f0f 100%);border-color:#ffffff59;box-shadow:0 4px 12px #0000004d}.rl-hist-bubble--green{background:linear-gradient(135deg,#27ae60 0%,#1e8c3a 100%);box-shadow:0 4px 12px #1e8c3a59}.rl-betting{padding:6px}.rl-section-title{letter-spacing:1.5px;color:#8b90a0;text-transform:uppercase;margin-bottom:8px;padding-left:2px;font-size:10px}.rl-table{flex-direction:column;gap:2px;margin-bottom:6px;display:flex}.rl-table-row{align-items:stretch;gap:2px;display:flex}.rl-zero-cell{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27ae60 0%,#1e8c3a 100%);border:1.5px solid #fff6;border-radius:6px;justify-content:center;align-items:center;font-size:14px;font-weight:800;transition:filter .15s,transform .15s;display:flex;box-shadow:0 2px 8px #1e8c3a4d}.rl-zero-cell:hover{filter:brightness(1.15);transform:scale(1.03)}.rl-zero-cell:active{transform:scale(.96)}.rl-zero-cell.suspended{opacity:.4;cursor:not-allowed}.rl-zero-full{letter-spacing:2px;width:100%;margin-bottom:4px;padding:10px 0;font-size:16px}.rl-num-cell{cursor:pointer;-webkit-user-select:none;user-select:none;border:1.5px solid #ffffff26;border-radius:4px;flex:1;justify-content:center;align-items:center;min-height:28px;font-size:10px;font-weight:700;transition:filter .15s,transform .15s,box-shadow .15s;display:flex}.rl-num-cell--red{color:#fff;background:#c0392b}.rl-num-cell--black{color:#fff;background:#0f0f0f;border-color:#fff3}.rl-num-cell:hover{filter:brightness(1.35);z-index:2;position:relative;transform:scale(1.06);box-shadow:0 0 10px #141e5033}.rl-num-cell:active{transform:scale(.94)}.rl-num-cell.suspended{opacity:.4;cursor:not-allowed;filter:grayscale(.5)}.rl-num-cell.is-result{border-color:#f5b528;animation:.6s 3 rl-num-flash;box-shadow:0 0 16px #f5b528cc}.rl-num-cell.win-col{filter:brightness(1.5);z-index:2;transition:transform .4s,filter .4s,box-shadow .4s;position:relative;transform:scale(1.12);box-shadow:0 0 12px #f5b52859}.rl-num-cell.has-bet{border-color:#f5b528b3;box-shadow:0 0 6px #f5b52866}.rl-cell-wrap{flex-direction:column;flex:1;align-items:stretch;gap:2px;display:flex}.rl-cell-wrap .rl-num-cell,.rl-cell-wrap .rl-dozen-btn,.rl-cell-wrap .rl-outside-btn{flex:unset}.rl-zero-wrap{margin-bottom:4px}.rl-outcome-label{text-align:center;letter-spacing:.3px;pointer-events:none;font-size:9px;font-weight:800;line-height:1}.rl-outcome-label--win{color:#16a34a}.rl-outcome-label--loss{color:#dc2626}.rl-bet-chip{color:#d97706;letter-spacing:.2px;text-align:center;background:#f5b5282e;border-radius:3px;padding:1px 3px;font-size:7px;font-weight:800;line-height:1.2;display:block}.rl-bet-chip--win{color:#16a34a;background:#16a34a1f}.rl-bet-chip--loss{color:#dc2626;background:#dc26261a;font-weight:700}@keyframes rl-num-flash{0%,to{filter:brightness()}50%{filter:brightness(2.2)}}.rl-col-bet{color:#8b90a0;cursor:pointer;background:#23262f;border:1.5px solid #ffffff14;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;font-size:9px;font-weight:700;transition:all .15s;display:flex}.rl-col-bet:hover{color:#e8eaf0;background:#23262f}.rl-dozens{gap:4px;margin:4px 0;display:flex}.rl-dozen-btn{flex:unset;color:#8b90a0;letter-spacing:.5px;cursor:pointer;text-align:center;text-transform:uppercase;background:#23262f;border:1.5px solid #ffffff14;border-radius:6px;width:100%;padding:8px 4px;font-size:10px;font-weight:700;transition:all .15s}.rl-dozen-btn:hover{color:#f5b528;background:#764ba21f;border-color:#764ba266}.rl-dozen-btn.suspended{opacity:.4;cursor:not-allowed}.rl-dozen-btn.has-bet{color:#f5b528;border-color:#f5b528b3;box-shadow:0 0 6px #f5b52866}.rl-outside{gap:3px;margin-top:4px;display:flex}.rl-outside-btn{flex:unset;letter-spacing:.5px;cursor:pointer;text-align:center;text-transform:uppercase;border:1.5px solid;border-radius:6px;width:100%;padding:9px 2px;font-size:9px;font-weight:800;transition:all .15s}.rl-outside-btn--low,.rl-outside-btn--high{color:#8b90a0;background:#23262f;border-color:#ffffff14}.rl-outside-btn--low:hover,.rl-outside-btn--high:hover{color:#e8eaf0;background:#23262f}.rl-outside-btn--even,.rl-outside-btn--odd{color:#f5b528;background:#667eea1a;border-color:#764ba24d}.rl-outside-btn--even:hover,.rl-outside-btn--odd:hover{color:#f5b528;background:#764ba233}.rl-outside-btn--red{color:#c0392b;background:#c0392b1f;border-color:#c0392b66}.rl-outside-btn--red:hover{background:#c0392b38}.rl-outside-btn--black{color:#e8eaf0;background:#0f0f0f14;border-color:#0f0f0f40}.rl-outside-btn--black:hover{background:#0f0f0f29}.rl-outside-btn.suspended{opacity:.4;cursor:not-allowed}.rl-outside-btn.has-bet{box-shadow:0 0 8px #f5b52866;border-color:#f5b528b3!important}.rl-round-summary{background:#f5b52814;border:1px solid #f5b5284d;border-radius:10px;margin:10px 10px 0;padding:10px 12px}.rl-round-summary__title{color:#d97706;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700}.rl-round-summary__rows{flex-direction:column;gap:5px;display:flex}.rl-round-summary__row{align-items:center;gap:8px;font-size:11px;display:flex}.rl-round-summary__bet{color:#e8eaf0;text-transform:uppercase;flex:1;font-size:10px;font-weight:600}.rl-round-summary__stake{color:#8b90a0;font-size:10px}.rl-round-summary__pl{text-align:right;min-width:50px;font-size:11px;font-weight:800}.rl-round-summary__pl.pos{color:#16a34a}.rl-round-summary__pl.neg{color:#dc2626}.rl-round-summary__footer{color:#8b90a0;border-top:1px solid #eef1f7;justify-content:space-between;margin-top:8px;padding-top:8px;font-size:10px;display:flex}.rl-bets{margin:14px 10px 0}.rl-tabs{gap:2px;margin-bottom:8px;display:flex}.rl-tab{letter-spacing:.5px;cursor:pointer;border:none;border-radius:8px;flex:1;padding:9px 4px;font-size:11px;font-weight:700;transition:all .15s}.rl-tab--active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #764ba259}.rl-tab--inactive{color:#8b90a0;background:#23262f}.rl-tab--inactive:hover{color:#e8eaf0;background:#2a2e39}.rl-bets-table{border-collapse:collapse;background:#1c1f28;border-radius:12px;width:100%;font-size:10px;overflow:hidden;box-shadow:0 4px 14px #141e5014}.rl-bets-table th{text-align:left;color:#8b90a0;letter-spacing:.8px;text-transform:uppercase;border-bottom:1px solid #eef1f7;padding:6px 4px;font-size:9px}.rl-bets-table td{color:#e8eaf0;border-bottom:1px solid #ffffff14;padding:7px 4px}.rl-badge{text-transform:capitalize;border-radius:10px;padding:2px 8px;font-size:9px;font-weight:700;display:inline-block}.rl-badge--pending{color:#d97706;background:#f5b52826}.rl-badge--win{color:#16a34a;background:#16a34a26}.rl-badge--loss{color:#dc2626;background:#dc26261f}.rl-bets-empty{text-align:center;color:#94a3b8;padding:24px;font-size:12px}.dbs-overlay{z-index:1000;background:#0f172a59;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.dbs-sheet{background:#1c1f28;border-radius:14px 14px 0 0;width:100%;max-width:600px;padding:0 12px 14px;animation:.3s cubic-bezier(.32,.72,0,1) dbsSlideUp;box-shadow:0 -6px 30px #141e502e}.dbs-handle{background:#ffffff14;border-radius:2px;width:36px;height:3px;margin:8px auto 10px}.dbs-toprow{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.dbs-label{color:#0f172a;font-size:15px;font-weight:700}.dbs-timer{color:#dc2626;background:#dc262614;border:1px solid #dc26264d;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:700}.dbs-input-row{background:#23262f;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:0 8px;display:flex}.dbs-input-row:focus-within{border-color:#f5b528}.dbs-rupee{color:#94a3b8;flex-shrink:0;font-size:14px}.dbs-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:16px;font-weight:700}.dbs-input::placeholder{color:#94a3b8;font-size:13px;font-weight:400}.dbs-input::-webkit-inner-spin-button{-webkit-appearance:none}.dbs-input::-webkit-outer-spin-button{-webkit-appearance:none}.dbs-clear{color:#dc2626;cursor:pointer;background:#dc262614;border:1px solid #dc262633;border-radius:5px;padding:3px 8px;font-size:12px;font-weight:700}.dbs-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.dbs-chip{color:#8b90a0;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:6px;flex:1 0 calc(16.6% - 5px);height:30px;font-size:11px;font-weight:600}.dbs-chip--active{color:#f5b528;background:#4e63aa1f;border-color:#f5b528}.dbs-chip:active{transform:scale(.95)}.dbs-actions{grid-template-columns:1fr 2fr;gap:8px;display:grid}.dbs-cancel{color:#8b90a0;cursor:pointer;background:#23262f;border:1px solid #ffffff14;border-radius:8px;height:42px;font-size:12px;font-weight:600}.dbs-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;height:42px;font-size:14px;font-weight:700;box-shadow:0 3px 12px #764ba259}.dbs-submit:disabled{opacity:.4;cursor:not-allowed}.dbs-submit:active:not(:disabled){opacity:.85}.rl-suspend-overlay{color:#dc2626;letter-spacing:1px;background:#dc26260f;border:1.5px solid #dc262659;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin:8px 10px;padding:8px 16px;font-size:12px;font-weight:700;display:flex}
