@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.top-header{display:flex;justify-content:space-between;align-items:center;padding:15px 40px;background:linear-gradient(90deg,#3b4fa0,#6f86d6)}@media(max-width:768px){.top-header{padding:12px 10px}}.top-header .header-left{display:flex;align-items:center;gap:15px}.top-header .logo{display:flex;align-items:center;gap:10px}.top-header .logo .logo-icon{background:orange;padding:6px 10px;border-radius:8px;font-weight:700}.top-header .logo .logo-text{font-size:24px;font-weight:700}@media(max-width:480px){.top-header .logo .logo-text{font-size:20px}}.top-header .top-menu{display:flex;gap:30px;font-weight:400;opacity:.9}@media(max-width:768px){.top-header .top-menu{display:none}}.top-header .top-menu span{color:#fff}.top-header .header-actions{display:flex;align-items:center;gap:15px}.top-header .header-actions .login-btn{background:linear-gradient(90deg,#4f67c7,#7f95e5);border:none;color:#fff;padding:6px 20px;border-radius:10px}.top-header .header-actions .user-profile-section{display:flex;align-items:center;gap:15px}@media(max-width:768px){.top-header .header-actions .user-profile-section{gap:6px}}.top-header .header-actions .user-profile-section .user-balance{display:flex;flex-direction:column;gap:2px;color:#fff;font-size:12px}@media(max-width:768px){.top-header .header-actions .user-profile-section .user-balance{height:30px}}.top-header .header-actions .user-profile-section .user-balance .balance-item{display:flex;gap:5px}@media(max-width:768px){.top-header .header-actions .user-profile-section .user-balance .balance-item{height:10px}}.top-header .header-actions .user-profile-section .user-balance .balance-item .balance-label{font-weight:500}.top-header .header-actions .user-profile-section .user-balance .balance-item .balance-value{font-weight:600}.top-header .header-actions .user-profile-section .user-dropdown-container{position:relative}.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button{display:flex;align-items:center;gap:10px;background:#ffffff26;padding:8px 12px;border-radius:25px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button:hover{background:#ffffff40;transform:translateY(-1px)}.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button .user-avatar{background:#fff3;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button .user-name{color:#fff;font-weight:600;font-size:14px}@media(max-width:480px){.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button .user-name{font-size:12px}}.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button .dropdown-arrow{color:#fff;font-size:10px;transition:transform .3s ease}.top-header .header-actions .user-profile-section .user-dropdown-container .user-profile-button .dropdown-arrow.open{transform:rotate(180deg)}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu{position:absolute;top:100%;right:0;background:#2c2c2c;border-radius:12px;box-shadow:0 10px 30px #0000004d;z-index:1000;min-width:220px;margin-top:8px;overflow:hidden;animation:slideDown .3s ease;border:1px solid #404040}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu .dropdown-item{display:flex;align-items:center;gap:12px;padding:14px 18px;color:#e0e0e0;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;border-bottom:1px solid #404040}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu .dropdown-item:last-child{border-bottom:none}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu .dropdown-item:hover{background:#404040;color:#fff}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu .dropdown-item.logout{color:#ff6b6b}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu .dropdown-item.logout:hover{background:#ff6b6b1a;color:#ff6b6b}.top-header .header-actions .user-profile-section .user-dropdown-container .user-dropdown-menu .dropdown-item .dropdown-icon{font-size:16px;opacity:.8}.main-navbar{background:#000;padding:6px 15px;display:flex;align-items:center;gap:30px;overflow-x:auto}.main-navbar .menu-items{display:flex;gap:25px;white-space:nowrap}.main-navbar .menu-items span{padding:10px;cursor:pointer;font-weight:500;opacity:.9;color:#fff;border-radius:6px;font-size:13px}.main-navbar .menu-items span:hover{padding:10px;background-color:#4b556380}.main-navbar .menu-items .new-tag{position:relative}.main-navbar .menu-items .new-tag .badge{background:orange;color:#000;font-size:10px;padding:2px 6px;border-radius:4px;margin-left:6px}.bottom-tabs{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:#1a1a2e;border-top:1px solid #2a2a3e;padding:8px 0 12px;z-index:1000;box-shadow:0 -2px 10px #0000004d;height:64px}.bottom-tabs .tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px 4px;transition:all .3s ease;position:relative;gap:4px}.bottom-tabs .tab-item .tab-icon-wrapper{width:40px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:all .3s ease;flex-direction:column}.bottom-tabs .tab-item .tab-icon-wrapper .tab-icon{font-size:20px;color:#8b8b9e;transition:all .3s ease}.bottom-tabs .tab-item .tab-label{font-size:11px;color:#8b8b9e;font-weight:500;transition:all .3s ease;text-align:center;line-height:1.2;white-space:nowrap}.bottom-tabs .tab-item.active .tab-icon-wrapper{position:absolute;top:-26px;background:linear-gradient(135deg,#ff6b35,#f7931e);box-shadow:0 4px 12px #ff6b3580;width:50px;height:50px;border-radius:50%}.bottom-tabs .tab-item.active .tab-icon-wrapper .tab-icon{color:#fff;font-size:24px}.bottom-tabs .tab-item.active .tab-label{color:#fff;font-weight:600;padding-top:23px}.bottom-tabs .tab-item:hover:not(.active) .tab-icon-wrapper{background:#ff6b3533}.bottom-tabs .tab-item:hover:not(.active) .tab-icon-wrapper .tab-icon{color:#ff6b35}.bottom-tabs .tab-item:hover:not(.active) .tab-label{color:#ff6b35}@supports (padding: max(0px)){.bottom-tabs{padding-bottom:max(12px,env(safe-area-inset-bottom))}}@media(min-width:769px){.bottom-tabs{display:none}}@media(max-width:768px){body,.main-content{padding-bottom:70px}}.match-cards-container{width:100%;overflow:hidden;padding:5px 0}.match-cards-container .match-cards-scroll{display:flex;gap:12px;overflow-x:auto;padding:0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.match-cards-container .match-cards-scroll::-webkit-scrollbar{display:none}.match-cards-container .match-cards-scroll .match-card{min-width:280px;background:linear-gradient(135deg,#4a7c59,#2d5a3c);border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000026;flex-shrink:0}.match-cards-container .match-cards-scroll .match-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.match-cards-container .match-cards-scroll .match-card.loading{justify-content:center;color:#fff;font-size:13px;font-weight:500;min-width:200px}.match-cards-container .match-cards-scroll .match-card .match-card-icon{font-size:24px;width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.match-cards-container .match-cards-scroll .match-card .match-card-content{flex:1}.match-cards-container .match-cards-scroll .match-card .match-card-content .match-teams{color:#fff;font-size:13px;font-weight:600;margin-bottom:4px;line-height:1.3}.match-cards-container .match-cards-scroll .match-card .match-card-content .match-time{color:#ffffffe6;font-size:11px;font-weight:500;background:#0003;padding:3px 8px;border-radius:4px;display:inline-block}@media(max-width:768px){.match-cards-container{padding:5px 0}.match-cards-container .match-cards-scroll{gap:10px;padding:0}.match-cards-container .match-cards-scroll .match-card{min-width:240px;padding:10px 12px;gap:10px}.match-cards-container .match-cards-scroll .match-card .match-card-icon{font-size:20px;width:36px;height:36px}.match-cards-container .match-cards-scroll .match-card .match-card-content .match-teams{font-size:12px}.match-cards-container .match-cards-scroll .match-card .match-card-content .match-time{font-size:10px;padding:2px 6px}}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-layout .marquee-container{background:linear-gradient(90deg,#fbbf24,#f59e0b);overflow:hidden;position:relative;display:flex;align-items:center}.app-layout .marquee-container .bell-icon{position:sticky;left:0;font-size:20px;z-index:10;background:#000;padding:8px 12px;border-radius:0;margin-right:10px;flex-shrink:0;display:inline-block}.app-layout .marquee-container .bell-icon:before{content:"🔔";display:inline-block;animation:ring 2s infinite}@media(max-width:768px){.app-layout .marquee-container .bell-icon{font-size:16px;padding:6px 10px}}.app-layout .marquee-container marquee{flex:1}.app-layout .marquee-container marquee .marquee-text{color:#1f2937;font-weight:600;font-size:14px;display:inline-block;white-space:nowrap}@media(max-width:768px){.app-layout .marquee-container marquee .marquee-text{font-size:12px}}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.app-layout .main-content{flex:1;margin:0;min-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden;padding-bottom:144px}@media(max-width:768px){.app-layout .main-content{padding:0% 0% 70px}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(to left,#b0c4ff,#1d3281)!important;background-image:linear-gradient(to left,#b0c4ff,#1d3281)!important}*{box-sizing:border-box}.login-container{min-height:100vh;background:linear-gradient(135deg,#4e63aa,#7e91cf);display:flex;align-items:center;justify-content:center;padding:20px;font-family:Segoe UI,sans-serif}.login-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px}.logo-section{margin-bottom:40px}.logo{display:flex;align-items:center;gap:10px}.logo .logo-icon{background:#ff8c00;color:#fff;font-size:24px;font-weight:700;padding:8px 12px;border-radius:8px;display:flex;align-items:center;justify-content:center}.logo .logo-text{color:#fff;font-size:32px;font-weight:700;letter-spacing:1px}.login-form{background:#fff;border-radius:16px;padding:40px 32px;width:100%;box-shadow:0 8px 24px #00000026}.form-title{font-size:24px;font-weight:600;color:#333;margin-bottom:24px;text-align:left}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-label .required{color:#f44;margin-left:2px}.form-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#f8f9fa;transition:all .3s ease}.form-input:focus{outline:none;border-color:#4e63aa;background:#fff;box-shadow:0 0 0 3px #4e63aa1a}.form-input::placeholder{color:#999}.password-input{padding-right:45px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:4px;border-radius:4px;transition:color .3s ease}.password-toggle:hover{color:#4e63aa}.button-group{display:flex;gap:12px;margin-top:24px}.login-btn{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.primary-btn{background:#4e63aa;color:#fff}.primary-btn:hover{background:#3d4f8a}.demo-btn{background:#6c7fd8;color:#fff}.demo-btn:hover{background:#5a6bc5}.back-link{margin-top:24px;color:#fff;text-decoration:underline;font-size:14px;transition:opacity .3s ease}.back-link:hover{opacity:.8;color:#fff}@media(max-width:480px){.login-container{padding:16px}.login-form{padding:32px 24px}.logo .logo-text{font-size:28px}.form-title{font-size:20px}.button-group{flex-direction:column;gap:12px}.login-btn{width:100%}}.superuser-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);padding:20px}.superuser-content{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:450px;box-shadow:0 20px 60px #00000026;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-section{text-align:center;margin-bottom:30px}.superuser-logo{display:flex;align-items:center;justify-content:center;gap:10px}.superuser-logo .logo-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 4px 15px #ee5a244d}.superuser-logo .logo-text{font-size:24px;font-weight:700;color:#2d3436;letter-spacing:2px}.superuser-form{margin-bottom:30px}.form-title{font-size:28px;font-weight:700;color:#2d3436;text-align:center;margin-bottom:8px}.form-subtitle{color:#636e72;text-align:center;margin-bottom:30px;font-size:14px}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;color:#2d3436;font-weight:500;font-size:14px}.required{color:#e74c3c}.form-input{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s ease;background-color:#f8f9fa}.form-input:focus{outline:none;border-color:#ff6b6b;background-color:#fff;box-shadow:0 0 0 3px #ff6b6b1a}.password-input-container{position:relative}.password-input{padding-right:50px}.password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;color:#636e72;cursor:pointer;font-size:18px;transition:color .3s ease}.password-toggle:hover{color:#ff6b6b}.button-group{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.superuser-btn{padding:14px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.primary-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.demo-btn{background:linear-gradient(135deg,#74b9ff,#0984e3);color:#fff;box-shadow:0 4px 15px #74b9ff4d}.demo-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #74b9ff66}.demo-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.superuser-options{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:30px}.option-item{display:flex;align-items:center;gap:12px;padding:8px 0;color:#2d3436}.option-item:not(:last-child){border-bottom:1px solid #e9ecef;margin-bottom:8px;padding-bottom:12px}.option-icon{font-size:18px;width:24px;text-align:center}.option-text{font-size:14px;font-weight:500}.navigation-links{display:flex;justify-content:space-between;gap:20px}.nav-link{color:#636e72;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease;padding:8px 0}.nav-link:hover{color:#ff6b6b;text-decoration:underline}@media(max-width:768px){.superuser-container{padding:10px}.superuser-content{padding:30px 20px}.superuser-logo .logo-text{font-size:20px}.form-title{font-size:24px}.navigation-links{flex-direction:column;text-align:center;gap:10px}}@media(max-width:480px){.superuser-content{padding:25px 15px}.superuser-logo .logo-icon{width:40px;height:40px;font-size:14px}.superuser-logo .logo-text{font-size:18px}.form-title{font-size:22px}}.superuser-dashboard{min-height:100vh;background:#f5f6fa}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f6fa}.loading-spinner{font-size:18px;color:#666}.dashboard-header{background:#fff;padding:15px 30px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.header-left .logo{display:flex;align-items:center;gap:10px}.header-left .logo-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.header-left .logo-text{font-size:20px;font-weight:700;color:#2d3436;letter-spacing:1px}.header-center .search-bar{position:relative;width:400px}.search-bar input{width:100%;padding:12px 45px 12px 15px;border:2px solid #e9ecef;border-radius:25px;font-size:14px;outline:none;transition:all .3s ease}.search-bar input:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a}.search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#636e72}.header-right{display:flex;align-items:center;gap:20px}.notification-icon{position:relative;font-size:20px;color:#636e72;cursor:pointer;transition:color .3s ease}.notification-icon:hover{color:#ff6b6b}.notification-badge{position:absolute;top:-5px;right:-8px;background:#e74c3c;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.user-profile{display:flex;align-items:center;gap:15px}.user-name{font-weight:600;color:#2d3436}.logout-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.logout-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #ff6b6b4d}.dashboard-content{padding:30px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px}.stat-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 5px 20px #00000014;display:flex;align-items:center;gap:20px;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.stat-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.stat-card.users .stat-icon{background:linear-gradient(135deg,#74b9ff,#0984e3)}.stat-card.matches .stat-icon{background:linear-gradient(135deg,#fd79a8,#e84393)}.stat-card.bets .stat-icon{background:linear-gradient(135deg,#fdcb6e,#e17055)}.stat-card.revenue .stat-icon{background:linear-gradient(135deg,#00b894,#00a085)}.stat-info h3{font-size:28px;font-weight:700;color:#2d3436;margin:0 0 5px}.stat-info p{color:#636e72;margin:0;font-weight:500}.management-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:40px}.management-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.management-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.card-header h3{font-size:18px;font-weight:600;color:#2d3436;margin:0}.card-icon{font-size:20px;color:#ff6b6b}.card-content{margin-bottom:20px}.management-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f2f6}.management-item:last-child{border-bottom:none}.management-item span:first-child{color:#636e72;font-weight:500}.count,.amount{font-weight:600;color:#2d3436}.amount.profit{color:#00b894}.status{padding:4px 12px;border-radius:15px;font-size:12px;font-weight:600;text-transform:uppercase}.status.online{background:#d1f2eb;color:#00b894}.card-action-btn{width:100%;padding:12px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.card-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #ff6b6b4d}.recent-activity{background:#fff;padding:25px;border-radius:15px;box-shadow:0 5px 20px #00000014}.recent-activity h3{font-size:20px;font-weight:600;color:#2d3436;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-item{display:flex;gap:15px;padding:15px;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.activity-item:hover{background:#e9ecef}.activity-time{color:#636e72;font-size:12px;font-weight:500;white-space:nowrap;min-width:80px}.activity-desc{color:#2d3436;font-weight:500}@media(max-width:1200px){.header-center .search-bar{width:300px}}@media(max-width:768px){.dashboard-header{padding:15px 20px;flex-direction:column;gap:15px}.header-center .search-bar{width:100%;max-width:400px}.dashboard-content{padding:20px}.stats-grid,.management-grid{grid-template-columns:1fr}.user-profile{gap:10px}}@media(max-width:480px){.dashboard-header{padding:10px 15px}.header-left .logo-text{font-size:16px}.dashboard-content{padding:15px}.stat-card,.management-card{padding:20px}}.odds-button{width:100%;height:36px;border-radius:3px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:.2s}.odds-button.blue{background:#9ec3df}.odds-button.red{background:#f3a4a4}.odds-button.rate-decreased{background:#f44!important;animation:rateDecreaseFlash 1s ease-in-out}.odds-button.locked{opacity:.6;font-size:18px}.odds-button .odds-value{font-weight:700;font-size:13px}.odds-button .odds-amount{font-size:11px;margin-top:4px}.odds-button .odds-profit-loss{display:flex;gap:8px;font-size:10px;font-weight:700;margin-top:2px}.odds-button .odds-profit-loss .loss{color:#dc3545}.odds-button .odds-profit-loss .profit{color:#28a745}.odds-button:hover{transform:translateY(-3px)}@keyframes rateDecreaseFlash{0%{background:#f44}50%{background:#f66}to{background:#f44}}.betslip-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.mobile-close-btn{position:absolute;top:3px;right:10px;background:transparent;border:none;font-size:24px;color:#333;cursor:pointer;z-index:10;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.mobile-close-btn:hover{background:#0000001a}@media(min-width:769px){.mobile-close-btn{display:none}}.countdown-timer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 15px;text-align:center;font-size:14px;font-weight:600;border-radius:6px;margin:10px 10px 0;display:flex;align-items:center;justify-content:center;gap:8px}.countdown-timer .countdown-text{opacity:.9}.countdown-timer .countdown-value{background:#fff3;padding:2px 10px;border-radius:4px;font-size:16px;font-weight:700}.betslip-content{padding:20px}.match-info{margin-top:14px;margin-bottom:4px;padding-left:10px}.match-info h3{font-size:14px;font-weight:600;color:#333;margin:0}.bet-selection{border-radius:0;padding:10px}.bet-selection.back-bet{background:#a7d8f0}.bet-selection.lay-bet{background:#ffc1c1}.selection-header{font-size:12px;font-weight:600;color:#333;margin-bottom:8px}.odds-stake-section{display:flex;gap:20px;margin-bottom:20px}.odds-stake-section .odds-section,.odds-stake-section .stake-section{flex:1}.odds-stake-section .odds-section label,.odds-stake-section .stake-section label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:12px}.odds-input{display:flex;align-items:center;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #ddd}.odds-input .odds-btn{width:40px;height:40px;border:none;background:#4e63aa;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.odds-input .odds-btn:hover{background:#3d4f89}.odds-input .odds-btn.minus,.odds-input .odds-btn.plus{border-radius:0}.odds-input .odds-value{flex:1;text-align:center;font-size:14px;font-weight:600}.stake-input{position:relative}.stake-input input{width:100%;height:40px;padding:10px 50px 10px 12px;border:1px solid #ddd;border-radius:8px;font-size:16px;text-align:center}.stake-input input::placeholder{color:#999}.stake-input .clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#4e63aa;font-size:12px;cursor:pointer;font-weight:500}.quick-stakes .odds-label{text-align:center;background:#6c757d;color:#fff;padding:8px;border-radius:6px;font-weight:600;margin-bottom:12px}.quick-stakes .stakes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:.625rem;padding-bottom:0%}.quick-stakes .stakes-grid .stake-btn{background:#4e63aa;color:#fff;border:none;padding:12px;border-radius:2px;font-weight:600;padding-block:8px;cursor:pointer;transition:all .2s}.quick-stakes .stakes-grid .stake-btn:hover{background:#3d4f89;transform:translateY(-1px)}.special-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:.625rem}.special-buttons .special-btn{background:#4e63aa;color:#fff;border:none;padding:12px;border-radius:2px;font-weight:600;padding-block:8px;cursor:pointer;transition:all .2s}.special-buttons .special-btn:hover{background:#3d4f89;transform:translateY(-1px)}.profit-section{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;padding:.625rem}.profit-section .profit-text{color:#333;font-size:10px;margin-bottom:8px}.profit-section .profit-amount{display:flex;gap:20px;font-size:14px;font-weight:700}.profit-section .profit-amount .loss-value{color:#dc3545;min-width:60px;text-align:right}.profit-section .profit-amount .profit-value{color:#28a745;min-width:60px;text-align:right}.action-buttons{display:flex;gap:12px}.action-buttons .cancel-btn,.action-buttons .place-btn{flex:1;padding:14px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.action-buttons .cancel-btn{background:#dc3545;color:#fff}.action-buttons .cancel-btn:hover{background:#c82333}.action-buttons .place-btn{background:#28a745;color:#fff}.action-buttons .place-btn:hover{background:#218838}.sessions-wrapper{width:100%;border-radius:12px;overflow:hidden;font-family:Poppins,sans-serif;background:#f3f3f3;margin:16px 0;box-shadow:0 4px 12px #0000001a}.sessions-header{display:flex;align-items:center;padding:3px 24px;background:linear-gradient(90deg,#3346a5,#9baed6)}.sessions-header .title{font-size:15px;font-weight:700;color:#fff;width:57%}.sessions-header .toggle-labels{display:flex;gap:12px}@media(max-width:768px){.sessions-header .toggle-labels{gap:38px}}.sessions-header .toggle-labels span{font-size:12px;font-weight:600;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .3s ease}.sessions-body{background:#efefef;flex-direction:column;display:flex}.session-item{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid rgba(0,0,0,.1)}.session-item:last-child{border-bottom:none}.session-info{width:55%}.session-info .session-title{font-size:12px;font-weight:700;color:#000;margin-bottom:4px;line-height:1.2;display:flex;justify-content:space-between}.session-info .title-with-icon{align-items:center;gap:6px;font-weight:600}@media(max-width:768px){.session-info .title-with-icon{width:72%}}.session-info .title-with-icon .ladder-icon{font-size:14px;line-height:1;display:inline-block}.session-info .fancy-pl{margin-top:4px;font-size:10px;font-weight:400}.session-info .fancy-pl .loss-value{color:#dc3545;font-size:10px;font-weight:400;padding-left:10px}.session-info .fancy-pl .profit-value{color:#28a745;font-size:10px;padding-left:10px;font-weight:400}.session-info .market-type{font-size:10px;font-weight:600;color:#666;text-transform:uppercase;margin-bottom:6px;padding:2px 6px;background:#0000001a;border-radius:3px;display:inline-block}.session-info .ball-running{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.session-info .ball-running .ball-text{background:linear-gradient(45deg,#ef4444,#dc2626);color:#fff;padding:3px 6px;border-radius:3px;font-size:10px;font-weight:700;animation:pulse 1.5s infinite}.session-info .ball-running .over-info{background:#0000001a;color:#333;padding:3px 6px;border-radius:3px;font-size:10px;font-weight:600}.session-info .ball-running .status-text{background:linear-gradient(45deg,#f59e0b,#d97706);color:#fff;padding:3px 6px;border-radius:3px;font-size:10px;font-weight:700;animation:pulse 1.5s infinite}.session-info .ball-running .gstatus-text{background:linear-gradient(45deg,#8b5cf6,#7c3aed);color:#fff;padding:3px 6px;border-radius:3px;font-size:10px;font-weight:700}.center-section{display:flex;align-items:center;gap:8px;width:auto}.center-section .session-tabs{display:flex;gap:8px;margin-bottom:8px}.center-section .session-tabs span{font-size:14px;font-weight:600;color:#666;padding:4px 12px;border-radius:4px;cursor:pointer;transition:all .3s ease}.center-section .session-tabs span:hover,.center-section .session-tabs span.active{opacity:1;background:#0000001a}.center-section .session-tabs span.no-tab{border:1px solid rgba(239,68,68,.5)}.center-section .session-tabs span.no-tab.active{background:#ef444433;border-color:#ef4444;color:#ef4444}.center-section .session-tabs span.yes-tab{border:1px solid rgba(34,197,94,.5)}.center-section .session-tabs span.yes-tab.active{background:#22c55e33;border-color:#22c55e;color:#22c55e}.center-section .betting-options{display:flex;gap:12px;position:relative}@media(max-width:768px){.center-section .betting-options{gap:1px;width:98%}}.center-section .betting-options .suspended-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:999;color:red;text-transform:uppercase;background-color:#fffc;font-weight:600;font-size:11px;border-radius:4px}.center-section .betting-options .odds-wrap{display:flex;gap:10px;position:relative}.center-section .betting-options .odds-wrap .ball-running{position:absolute;top:0%;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:999;color:red;text-transform:uppercase;background-color:#fff9}.center-section .betting-option{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;width:62px}@media(max-width:768px){.center-section .betting-option{width:50%}}.center-section .betting-option.no-option .book-btn.no-book{background:linear-gradient(45deg,#ef4444,#dc2626);color:#fff;border:none}.center-section .betting-option.yes-option .book-btn.yes-book{background:linear-gradient(45deg,#22c55e,#16a34a);color:#fff;border:none}.book-btn{padding:4px 5px;border-radius:3px;font-size:8px;width:43px;height:34px;font-weight:400;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;border:.5px solid red;margin-left:22px;background-color:#ceb15a;color:#fff}.limits2{display:none}@media(max-width:768px){.limits2{display:block;font-size:10px;font-weight:400}}.limits{font-size:12px;font-weight:700;color:#000;flex:1;text-align:right}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media(max-width:768px){.sessions-wrapper{margin:12px 0}.sessions-header{padding:3px 16px}.sessions-header .title{font-size:15px;width:62%}.sessions-header .toggle-labels span{font-size:16px;padding:6px 12px}.sessions-body{flex-direction:column;padding:2px}.sessions-body .session-info,.sessions-body .center-section,.sessions-body .limits{flex:none;width:100%;text-align:center}.sessions-body .session-title{font-size:12px;font-weight:400;display:flex;align-items:center;justify-content:space-between;text-align:left}.sessions-body .center-section{flex-direction:row;display:flex;justify-content:end;width:45%}.sessions-body .session-item{width:auto;padding:0;justify-content:space-between}.sessions-body .session-item .session-info{width:55%}.sessions-body .session-item .book-btn{margin-left:5px;display:none}.sessions-body .session-item .limits{width:12%;text-align:end;font-size:9px;display:none}}.odds-detail-page{display:grid;grid-template-columns:16% 84%;min-height:100vh;font-family:Segoe UI,sans-serif;position:relative}.odds-detail-page.match-detail-layout{grid-template-columns:16% 55% 29%}@media(max-width:768px){.odds-detail-page.match-detail-layout{flex-direction:column;grid-template-columns:100%}}@media(max-width:768px){.odds-detail-page{flex-direction:column;grid-template-columns:100%}}.mobile-match-tabs{display:none}@media(max-width:768px){.mobile-match-tabs{display:block;background:#fff;margin-bottom:10px;border-radius:8px;overflow:hidden}}.mobile-match-tabs .match-info-header{background:linear-gradient(135deg,#4e63aa,#667eea);padding:12px 15px;color:#fff}.mobile-match-tabs .match-info-header .match-title{font-size:16px;font-weight:600;margin:0 0 4px}.mobile-match-tabs .match-info-header .match-time{font-size:12px;margin:0;opacity:.9}.mobile-match-tabs .tabs-container{display:flex;background:#f8f9fa;border-bottom:2px solid #e0e0e0}.mobile-match-tabs .tabs-container .tab-btn{flex:1;padding:12px 8px;background:transparent;border:none;font-size:13px;font-weight:600;color:#666;cursor:pointer;transition:all .3s;position:relative}.mobile-match-tabs .tabs-container .tab-btn.active{color:#4e63aa;background:#fff}.mobile-match-tabs .tabs-container .tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#4e63aa}.mobile-match-tabs .tabs-container .tab-btn:hover:not(.active){background:#0000000d}.mobile-match-tabs .tab-content{background:#fff}.mobile-match-tabs .tab-content .scorecard-content,.mobile-match-tabs .tab-content .stream-content,.mobile-match-tabs .tab-content .open-bets-content{padding:0}.mobile-match-tabs .tab-content .scorecard-content iframe,.mobile-match-tabs .tab-content .stream-content iframe,.mobile-match-tabs .tab-content .open-bets-content iframe{display:block;width:100%;border:none;height:150px}.mobile-match-tabs .tab-content .open-bets-content{padding:15px;min-height:150px}.mobile-match-tabs .tab-content .open-bets-content .bets-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;padding:10px;background:#f8f9fa;border-radius:6px;font-size:12px;font-weight:600;color:#666;margin-bottom:10px}.mobile-match-tabs .tab-content .open-bets-content .bets-table .no-bets{text-align:center;padding:40px 20px;color:#999}.mobile-match-tabs .tab-content .open-bets-content .bets-table .no-bets p{margin:0;font-size:14px}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}@media(max-width:768px){.sidebar-overlay{display:block}}.left-sidebar{width:100%;background:#4e63aa;color:#fff;padding:20px 0;height:100vh;overflow-y:auto;position:relative;z-index:100;transition:transform .3s ease}@media(max-width:768px){.left-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;z-index:1000;transform:translate(-100%);padding-top:80px}.left-sidebar.open{transform:translate(0)}}@media(max-width:480px){.left-sidebar{width:250px}}.center-content{width:100%;padding:10px;background:#f8f9fa}@media(max-width:768px){.center-content{width:100%;padding:0 5px}}.center-content .bottom-section{margin-top:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.search-container{padding:0 16px 20px}.search-input{position:relative;background:#ffffff1a;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.search-input .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffffffb3;font-size:16px}.search-input input{width:100%;padding:12px 12px 12px 40px;background:transparent;border:none;color:#fff;font-size:14px;outline:none}.search-input input::placeholder{color:#ffffffb3}.sidebar-menu .sidebar-item{margin-bottom:4px;cursor:pointer;transition:background-color .2s}.sidebar-menu .sidebar-item.active{background:#ffffff26;border-right:3px solid #ff8c00}.sidebar-menu .sidebar-item-content{display:flex;align-items:center;padding:14px 16px;gap:12px}.sidebar-menu .sidebar-item-content:hover{background:#ffffff1a}.sidebar-menu .sidebar-icon{font-size:18px}.sidebar-menu .sidebar-text{flex:1;font-size:15px;font-weight:500}.sidebar-menu .dropdown-arrow{font-size:12px;opacity:.7;transition:transform .3s}.sidebar-menu .dropdown-arrow.open{transform:rotate(180deg)}.sidebar-menu .submenu{background:#0003;max-height:400px;overflow-y:auto}.sidebar-menu .submenu .submenu-item{padding:10px 16px 10px 10px;font-size:13px;color:#ffffffe6;cursor:pointer;transition:background-color .2s;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-menu .submenu .submenu-item:hover{background:#ffffff1a}.sidebar-menu .submenu .submenu-item .match-header{display:flex;align-items:center;gap:8px}.sidebar-menu .submenu .submenu-item .match-header .match-name{font-weight:500;flex:1}.sidebar-menu .submenu .submenu-item .match-header .live-badge{font-size:10px;color:#f44;font-weight:600}.sidebar-menu .submenu .submenu-item .match-sport{font-size:11px;color:#fff9}.sidebar-menu .submenu .submenu-item .match-time{font-size:11px;color:#ffffffb3}.center-content{background:#f8f9fa}.odds-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px}.odds-loader .loader-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4e63aa;border-radius:50%;animation:spin 1s linear infinite}.odds-loader p{margin-top:20px;font-size:16px;color:#4e63aa;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-data-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px;text-align:center;background:#fff;border-radius:12px;margin:20px;box-shadow:0 2px 8px #0000001a}.no-data-message .no-data-icon{font-size:64px;margin-bottom:20px;opacity:.5}.no-data-message h3{font-size:24px;font-weight:600;color:#333;margin-bottom:10px}.no-data-message p{font-size:16px;color:#666;margin:0}.match-odds-header{background:#4e63aa;color:#fff;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;border-radius:8px 8px 0 0;margin-bottom:0}@media(max-width:768px){.match-odds-header{padding:10px 5px}}.match-odds-header .header-left{display:flex;align-items:center;gap:12px}.match-odds-header .header-left .odds-icon{font-size:18px}.match-odds-header .header-left h2{margin:0;font-size:14px;font-weight:600}.match-odds-header .header-left .info-icon{font-size:16px;opacity:.8;cursor:pointer}.match-odds-header .header-center{display:flex;align-items:center;gap:12px}.match-odds-header .header-center .cashout-badge{background:#28a745;padding:6px 16px;border-radius:6px;font-size:14px;font-weight:500}@media(max-width:768px){.match-odds-header .header-center .cashout-badge{font-size:10px}}@media(max-width:768px){.match-odds-header .header-right{width:20%}}.match-odds-header .header-right .bet-limits{font-size:14px;font-weight:500;opacity:.9}@media(max-width:768px){.match-odds-header .header-right .bet-limits{font-size:10px;text-align:end}}.match-odds-table{background:#fff;border-radius:0 0 8px 8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.match-odds-table .table-header{display:flex;align-items:center;padding:3px 24px;background:#f8f9fa;border-bottom:2px solid #e9ecef}@media(max-width:768px){.match-odds-table .table-header{padding:3px 10px}}.match-odds-table .table-header .market-column{width:260px;font-weight:600;color:#333;font-size:16px}@media(max-width:768px){.match-odds-table .table-header .market-column{width:56%;font-size:12px}}.match-odds-table .table-header .odds-columns{display:flex;flex:1}.match-odds-table .table-header .odds-columns .back-section,.match-odds-table .table-header .odds-columns .lay-section{flex:1;text-align:center;font-weight:600;font-size:16px;color:#333}@media(max-width:768px){.match-odds-table .table-header .odds-columns .back-section,.match-odds-table .table-header .odds-columns .lay-section{font-size:12px}}.match-odds-table .table-header .odds-columns .back-section{color:#007bff}.match-odds-table .table-header .odds-columns .lay-section{color:#dc3545}.match-odds-table .section-header{background:#e9ecef;padding:12px 24px;border-bottom:2px solid #dee2e6;margin-top:20px}.match-odds-table .section-header:first-child{margin-top:0}.match-odds-table .section-header h4{margin:0;font-size:16px;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px}.match-odds-table .odds-row{display:flex;align-items:center;padding:3px 24px;border-bottom:1px solid #e9ecef;transition:background-color .2s}@media(max-width:768px){.match-odds-table .odds-row{padding:0 5px}}.match-odds-table .odds-row:hover{background:#f8f9fa}.match-odds-table .odds-row:last-child{border-bottom:none}.match-odds-table .odds-row .team-name{width:260px;font-weight:600;color:#333;font-size:16px;display:flex;align-items:center;gap:10px;justify-content:space-between}@media(max-width:768px){.match-odds-table .odds-row .team-name{font-size:11px;width:56%}}.match-odds-table .odds-row .team-name .profit-loss-display{display:flex;gap:8px;font-size:12px;font-weight:400}.match-odds-table .odds-row .team-name .profit-loss-display .loss-value{color:#dc3545;min-width:50px}.match-odds-table .odds-row .team-name .profit-loss-display .profit-value{color:#28a745;min-width:50px}@media(max-width:768px){.match-odds-table .odds-row .team-name .profit-loss-display{font-size:10px;gap:4px}.match-odds-table .odds-row .team-name .profit-loss-display .loss-value,.match-odds-table .odds-row .team-name .profit-loss-display .profit-value{min-width:35px}}.match-odds-table .odds-row .odds-buttons{display:flex;flex:1;gap:6px;position:relative}@media(max-width:768px){.match-odds-table .odds-row .odds-buttons{gap:1px}}.match-odds-table .odds-row .odds-buttons .back-odds,.match-odds-table .odds-row .odds-buttons .lay-odds{flex:1;display:flex;gap:8px;justify-content:center}.match-odds-table .odds-row .odds-buttons .locked-button{width:80px;height:40px;background:#a8c4e8;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#666;font-size:14px;cursor:not-allowed;opacity:.7}@media(max-width:768px){.match-odds-table .odds-row .odds-buttons .back-odds .odds-button:nth-child(1),.match-odds-table .odds-row .odds-buttons .back-odds .odds-button:nth-child(2){display:none}.match-odds-table .odds-row .odds-buttons .lay-odds .odds-button:nth-child(2),.match-odds-table .odds-row .odds-buttons .lay-odds .odds-button:nth-child(3){display:none}}.suspended-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:999;color:red;text-transform:uppercase;background-color:#fff9}.right-bet-slip{width:100%;margin-inline:1%}.right-bet-slip .live-stream-accordion{background:linear-gradient(135deg,#5b6fb8,#7b8fd8);border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.right-bet-slip .live-stream-accordion .ant-collapse-item{border-bottom:none;border-radius:12px}.right-bet-slip .live-stream-accordion .ant-collapse-header{background:transparent!important;color:#fff!important;font-weight:700!important;padding:16px 20px!important;font-size:15px!important;letter-spacing:.5px}.right-bet-slip .live-stream-accordion .ant-collapse-header .ant-collapse-arrow{color:#fff!important;font-size:14px}.right-bet-slip .live-stream-accordion .ant-collapse-content{border-top:none;background:#fff}.right-bet-slip .live-stream-accordion .ant-collapse-content-box{padding:0}.right-bet-slip .live-stream-accordion .live-stream-container{padding:16px}.right-bet-slip .live-stream-accordion .live-stream-container .stream-placeholder{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;text-align:center;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.right-bet-slip .live-stream-accordion .live-stream-container .stream-placeholder span{font-size:24px;margin-bottom:8px}.right-bet-slip .live-stream-accordion .live-stream-container .stream-placeholder p{color:#6b7280;margin:0;font-size:14px}.right-bet-slip .bet-slip-tabs{background:linear-gradient(135deg,#5b6fb8,#7b8fd8);border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;padding-top:0}.right-bet-slip .bet-slip-tabs .ant-tabs-nav{margin:0;padding:0;background:transparent}.right-bet-slip .bet-slip-tabs .ant-tabs-nav:before{border-bottom:none}.right-bet-slip .bet-slip-tabs .ant-tabs-nav-wrap{padding:0 4px}.right-bet-slip .bet-slip-tabs .ant-tabs-nav-list{width:100%;display:flex;gap:4px;padding:8px 12px}.right-bet-slip .bet-slip-tabs .ant-tabs-tab{flex:1;margin:0!important;padding:10px 16px!important;background:#fff3;border-radius:8px;color:#fffc;font-weight:500;transition:all .3s;text-align:center;justify-content:center;border:none}.right-bet-slip .bet-slip-tabs .ant-tabs-tab:hover{background:#ffffff4d;color:#fff}.right-bet-slip .bet-slip-tabs .ant-tabs-tab.ant-tabs-tab-active{background:#fff}.right-bet-slip .bet-slip-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#5b6fb8;font-weight:600}.right-bet-slip .bet-slip-tabs .ant-tabs-tab .ant-tabs-tab-btn{width:100%;text-align:center}.right-bet-slip .bet-slip-tabs .ant-tabs-ink-bar{display:none}.right-bet-slip .bet-slip-tabs .ant-tabs-content-holder{background:#fff;padding:0;border-radius:0 0 12px 12px}.right-bet-slip .bet-slip-tabs .ant-tabs-content{background:#fff}.right-bet-slip .bet-slip-tabs .ant-tabs-tabpane{padding:7px}.right-bet-slip .bet-slip-tabs .empty-bet-slip{text-align:center;padding:60px 20px;color:#6b7280;font-style:italic}.right-bet-slip .bet-slip-tabs .empty-bet-slip p{margin:0;font-size:14px}.right-bet-slip .bet-slip-tabs .my-bets-container{padding:60px 20px;text-align:center;color:#6b7280}.right-bet-slip .bet-slip-tabs .my-bets-container p{margin:0;font-size:14px}@media(max-width:768px){.desktop-only{display:none!important}}.mobile-bet-slip-overlay{display:none}@media(max-width:768px){.mobile-bet-slip-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}}.mobile-bet-slip-container{display:none}@media(max-width:768px){.mobile-bet-slip-container{display:block;position:fixed;bottom:64px;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 -4px 12px #00000026;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease-out}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pagination-container{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;font-family:Poppins,sans-serif;border:1px solid #ddd;margin-top:10px;border-radius:5px}.pagination-button{padding:8px 16px;border:1px solid #dee2e6;background:#fff;color:#6c757d;cursor:pointer;border-radius:6px;font-size:14px;font-weight:500;transition:all .3s ease}.pagination-button:hover:not(.disabled){background:#f8f9fa;color:#495057;border-color:#adb5bd}.pagination-button.disabled{color:#ced4da;cursor:not-allowed;background:#f8f9fa}.pagination-button.disabled:hover{background:#f8f9fa;color:#ced4da;border-color:#dee2e6}.pagination-numbers{display:flex;align-items:center;gap:4px}.pagination-number{min-width:40px;height:40px;padding:8px;border:1px solid #dee2e6;background:#fff;color:#6c757d;cursor:pointer;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.pagination-number:hover:not(.active){background:#f8f9fa;color:#495057;border-color:#adb5bd}.pagination-number.active{background:#6366f1;color:#fff;border-color:#6366f1;font-weight:600}.pagination-number.active:hover{background:#5856eb;border-color:#5856eb}@media(max-width:768px){.pagination-container{gap:4px;padding:12px 8px}.pagination-button{padding:6px 12px;font-size:12px}.pagination-number{min-width:36px;height:36px;font-size:12px}}.my-bets-page{padding:10px}@media(max-width:768px){.my-bets-page{padding:10px 5px 80px}}.my-bets-page .my-bets-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.my-bets-page .my-bets-container .my-bets-header{padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.my-bets-page .my-bets-container .my-bets-header .header-icon{display:flex;align-items:center;gap:12px}.my-bets-page .my-bets-container .my-bets-header .header-icon .gear-icon{font-size:28px}.my-bets-page .my-bets-container .my-bets-header .header-icon h1{margin:0;font-size:20px;font-weight:600;color:#fff}@media(max-width:768px){.my-bets-page .my-bets-container .my-bets-header .header-icon .gear-icon{font-size:24px}.my-bets-page .my-bets-container .my-bets-header .header-icon h1{font-size:18px}}.my-bets-page .my-bets-container .bets-table-container{padding:20px}@media(max-width:768px){.my-bets-page .my-bets-container .bets-table-container{padding:10px}}.my-bets-page .my-bets-container .bets-table-container .ant-table{font-size:14px}@media(max-width:768px){.my-bets-page .my-bets-container .bets-table-container .ant-table{font-size:12px}}.my-bets-page .my-bets-container .bets-table-container .ant-table-thead>tr>th{background:#f9fafb;font-weight:600;color:#374151;padding:12px 8px}@media(max-width:768px){.my-bets-page .my-bets-container .bets-table-container .ant-table-thead>tr>th{padding:10px 6px}}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr>td{padding:12px 8px}@media(max-width:768px){.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr>td{padding:10px 6px}}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr:hover>td{background:#f9fafb}.my-bets-page .my-bets-container .bets-table-container .ant-pagination{margin-top:20px;text-align:center}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr.back-row>td{background-color:#9ec3df4d!important}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr.back-row{border-left:4px solid #9ec3df!important}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr.back-row:hover>td{background-color:#9ec3df73!important}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr.lay-row>td{background-color:#f3a4a44d!important}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr.lay-row{border-left:4px solid #f3a4a4!important}.my-bets-page .my-bets-container .bets-table-container .ant-table-tbody>tr.lay-row:hover>td{background-color:#f3a4a473!important}.my-bets-page .my-bets-container .bets-table-container .bet-details{display:flex;flex-direction:column;gap:4px}.my-bets-page .my-bets-container .bets-table-container .bet-details .selection{font-weight:600}.my-bets-page .my-bets-container .bets-table-container .bet-details .bet-type{font-size:12px;color:#6c757d}.my-bets-page .my-bets-container .bets-table-container .outcome{font-weight:600;text-transform:capitalize}.my-bets-page .my-bets-container .bets-table-container .outcome.won{color:#22c55e}.my-bets-page .my-bets-container .bets-table-container .outcome.lost{color:#ef4444}.my-bets-page .my-bets-container .bets-table-container .outcome.pending{color:#f59e0b}.my-bets-page .my-bets-container .bets-table-container .outcome.refund{color:#3b82f6}.my-bets-page .my-bets-container .bets-table-container .positive{color:#22c55e;font-weight:700}.my-bets-page .my-bets-container .bets-table-container .negative{color:#ef4444;font-weight:700}.bets-table{width:100%;border-collapse:collapse;font-size:14px}.bets-table thead{background:linear-gradient(to left,#b0c4ff,#1d3281);background-image:linear-gradient(to left,#b0c4ff,#1d3281)}.bets-table thead th{color:#fff;padding:10px;text-align:left;font-weight:600;font-size:14px;letter-spacing:.5px;text-transform:uppercase;border:none}.bets-table thead th:first-child{padding-left:30px}.bets-table thead th:last-child{padding-right:30px}.bets-table tbody tr{border:1px solid #ddd;transition:background-color .2s ease}.bets-table tbody tr:hover{background:#f8f9fa}.bets-table tbody tr:last-child{border-bottom:none}.bets-table tbody tr.bet-row.back{background-color:#3b82f61a;border-left:4px solid #3b82f6}.bets-table tbody tr.bet-row.back:hover{background-color:#3b82f626}.bets-table tbody tr.bet-row.lay{background-color:#ef44441a;border-left:4px solid #ef4444}.bets-table tbody tr.bet-row.lay:hover{background-color:#ef444426}.bets-table tbody tr td{padding:20px;color:#495057;font-weight:500;vertical-align:middle}.bets-table tbody tr td:first-child{padding-left:30px;font-weight:600}.bets-table tbody tr td:last-child{padding-right:30px}.bets-table tbody tr td.no-data{text-align:center;color:#6c757d;font-style:italic;padding:60px 20px;font-size:16px;background:#f8f9fa}.bets-table tbody tr td.outcome{font-weight:600;text-transform:capitalize}.bets-table tbody tr td.outcome.won{color:#22c55e}.bets-table tbody tr td.outcome.lost{color:#ef4444}.bets-table tbody tr td.outcome.pending{color:#f59e0b}.bets-table tbody tr td.returns{font-weight:700}.bets-table tbody tr td.returns.positive{color:#22c55e}.bets-table tbody tr td.returns.negative{color:#ef4444}@media(max-width:768px){.bets-table{font-size:12px}.bets-table thead th{padding:12px 10px;font-size:11px}.bets-table thead th:first-child{padding-left:15px}.bets-table thead th:last-child{padding-right:15px}.bets-table tbody td{padding:15px 10px}.bets-table tbody td:first-child{padding-left:15px}.bets-table tbody td:last-child{padding-right:15px}.bets-table tbody td.no-data{padding:40px 15px;font-size:14px}}.pagination-section{border-top:1px solid #e9ecef;background:#f8f9fa}@media(max-width:768px){.pagination-section{padding:15px 20px}}.my-wallet-page{padding:10px}@media(max-width:768px){.my-wallet-page{padding:10px 5px 80px}}.my-wallet-page .my-wallet-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.my-wallet-page .my-wallet-container .wallet-header{padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.my-wallet-page .my-wallet-container .wallet-header .header-icon{display:flex;align-items:center;gap:12px}.my-wallet-page .my-wallet-container .wallet-header .header-icon .wallet-icon{font-size:28px}.my-wallet-page .my-wallet-container .wallet-header .header-icon h1{margin:0;font-size:20px;font-weight:600;color:#fff}@media(max-width:768px){.my-wallet-page .my-wallet-container .wallet-header .header-icon .wallet-icon{font-size:24px}.my-wallet-page .my-wallet-container .wallet-header .header-icon h1{font-size:18px}}.my-wallet-page .my-wallet-container .transactions-table-container{padding:20px;overflow-x:scroll}@media(max-width:768px){.my-wallet-page .my-wallet-container .transactions-table-container{padding:10px}}.my-wallet-page .my-wallet-container .transactions-table-container .amount{font-weight:600}.my-wallet-page .my-wallet-container .transactions-table-container .amount.credit{color:#16a34a}.my-wallet-page .my-wallet-container .transactions-table-container .amount.debit{color:#dc2626}.my-wallet-page .my-wallet-container .transactions-table-container .ant-table{font-size:14px}@media(max-width:768px){.my-wallet-page .my-wallet-container .transactions-table-container .ant-table{font-size:12px}}.my-wallet-page .my-wallet-container .transactions-table-container .ant-table-thead>tr>th{background:#f9fafb;font-weight:600;color:#374151;padding:12px 8px}@media(max-width:768px){.my-wallet-page .my-wallet-container .transactions-table-container .ant-table-thead>tr>th{padding:10px 6px}}.my-wallet-page .my-wallet-container .transactions-table-container .ant-table-tbody>tr>td{padding:12px 8px;white-space:nowrap}@media(max-width:768px){.my-wallet-page .my-wallet-container .transactions-table-container .ant-table-tbody>tr>td{padding:10px 6px}}.my-wallet-page .my-wallet-container .transactions-table-container .ant-table-tbody>tr:hover>td{background:#f9fafb}.my-wallet-page .my-wallet-container .transactions-table-container .ant-pagination{margin-top:20px;text-align:center}.account-statement-page{padding:10px}@media(max-width:768px){.account-statement-page{padding:10px 5px 80px}}.account-statement-page .account-statement-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.account-statement-page .account-statement-container .statement-header{padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.account-statement-page .account-statement-container .statement-header .header-icon{display:flex;align-items:center;gap:12px}.account-statement-page .account-statement-container .statement-header .header-icon .statement-icon{font-size:28px}.account-statement-page .account-statement-container .statement-header .header-icon h1{margin:0;font-size:20px;font-weight:600;color:#fff}@media(max-width:768px){.account-statement-page .account-statement-container .statement-header .header-icon .statement-icon{font-size:24px}.account-statement-page .account-statement-container .statement-header .header-icon h1{font-size:18px}}.account-statement-page .account-statement-container .statement-table-container{padding:20px}@media(max-width:768px){.account-statement-page .account-statement-container .statement-table-container{padding:10px}}.account-statement-page .account-statement-container .statement-table-container .credit{font-weight:600;color:#16a34a}.account-statement-page .account-statement-container .statement-table-container .debit{font-weight:600;color:#dc2626}.account-statement-page .account-statement-container .statement-table-container .ant-table{font-size:14px}@media(max-width:768px){.account-statement-page .account-statement-container .statement-table-container .ant-table{font-size:12px}}.account-statement-page .account-statement-container .statement-table-container .ant-table-thead>tr>th{background:#f9fafb;font-weight:600;color:#374151;padding:12px 8px}@media(max-width:768px){.account-statement-page .account-statement-container .statement-table-container .ant-table-thead>tr>th{padding:10px 6px}}.account-statement-page .account-statement-container .statement-table-container .ant-table-tbody>tr>td{padding:12px 8px}@media(max-width:768px){.account-statement-page .account-statement-container .statement-table-container .ant-table-tbody>tr>td{padding:10px 6px}}.account-statement-page .account-statement-container .statement-table-container .ant-table-tbody>tr:hover>td{background:#f9fafb}.account-statement-page .account-statement-container .statement-table-container .ant-pagination{margin-top:20px;text-align:center}.profit-loss-page{padding:10px}@media(max-width:768px){.profit-loss-page{padding:10px 5px 80px}}.profit-loss-page .profit-loss-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.profit-loss-page .profit-loss-container .profit-loss-header{padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.profit-loss-page .profit-loss-container .profit-loss-header .header-icon{display:flex;align-items:center;gap:12px}.profit-loss-page .profit-loss-container .profit-loss-header .header-icon .pl-icon{font-size:28px}.profit-loss-page .profit-loss-container .profit-loss-header .header-icon h1{margin:0;font-size:20px;font-weight:600;color:#fff}@media(max-width:768px){.profit-loss-page .profit-loss-container .profit-loss-header .header-icon .pl-icon{font-size:24px}.profit-loss-page .profit-loss-container .profit-loss-header .header-icon h1{font-size:18px}}.profit-loss-page .profit-loss-container .profit-loss-table-container{padding:20px}@media(max-width:768px){.profit-loss-page .profit-loss-container .profit-loss-table-container{padding:10px}}.profit-loss-page .profit-loss-container .profit-loss-table-container .profit{font-weight:600;color:#16a34a}.profit-loss-page .profit-loss-container .profit-loss-table-container .loss{font-weight:600;color:#dc2626}.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table{font-size:14px}@media(max-width:768px){.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table{font-size:12px}}.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table-thead>tr>th{background:#f9fafb;font-weight:600;color:#374151;padding:12px 8px}@media(max-width:768px){.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table-thead>tr>th{padding:10px 6px}}.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table-tbody>tr>td{padding:12px 8px}@media(max-width:768px){.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table-tbody>tr>td{padding:10px 6px}}.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-table-tbody>tr:hover>td{background:#f9fafb}.profit-loss-page .profit-loss-container .profit-loss-table-container .ant-pagination{margin-top:20px;text-align:center}.cricket-section{overflow:hidden;font-family:Segoe UI,sans-serif}@media(max-width:768px){.cricket-section{display:none}}.cricket-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;color:#fff;font-weight:600}.cricket-header .left{display:flex;align-items:center;gap:10px}.cricket-header .left .icon{width:14px;height:14px;border-radius:50%;background:red}.cricket-header .view-all{cursor:pointer;opacity:.9}.cricket-table{background:#f1f1f1;width:100%;border-collapse:collapse}.table-head{background:#4e63aa;color:#fff}.table-head th{padding:.5rem;font-weight:500;text-align:left;font-size:12px;border-right:1px solid #5a6bc0}.table-head th:last-child{border-right:none}.table-head th:nth-child(1){width:15%}.table-head th:nth-child(2){width:auto}.table-head th:nth-child(3),.table-head th:nth-child(4),.table-head th:nth-child(5){width:10rem;text-align:center}.table-row{background:#eaeaea;border-bottom:1px solid #ddd;transition:background-color .2s ease}.table-row:hover{background:#d4d4d4}.table-row td{padding:.5rem;vertical-align:middle;border-right:1px solid rgb(209,213,219)}.table-row td:last-child{border-right:none}.schedule{font-weight:400;font-size:12px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.teams{font-weight:600;font-size:12px}.teams .team-content{display:flex;justify-content:space-between;align-items:center;width:100%}.teams .team-name-container{display:flex;align-items:center;gap:8px;flex:1}.teams .live-dot{width:8px;height:8px;background:#f44;border-radius:50%;animation:blink 1s infinite}.teams .team-name{flex:1;font-weight:600;margin-bottom:2px}.teams .sport-name{flex:1;font-size:11px;color:#666;font-weight:400}.teams .market-badges{display:flex;gap:5px;flex-wrap:wrap}.teams .badge{background:#4e63aa;color:#fff;font-size:10px;padding:3px 6px;border-radius:8px;font-weight:500}.odds-group .odds-wrapper{display:flex;gap:5px;align-items:center;justify-content:center}.odds-group .no-odds{color:#999;font-size:14px;text-align:center}.no-matches{text-align:center;padding:2rem!important;color:#666;font-style:italic}.mobile-match-cards{display:none}@media(max-width:768px){.mobile-match-cards{display:block;background:#f3f4f6;padding:0;width:100%;margin:auto}}.mobile-cricket-header{background:linear-gradient(90deg,#394c9f,#7e91cf);padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.mobile-cricket-header .header-left{display:flex;align-items:center;gap:10px}.mobile-cricket-header .header-left .cricket-icon{width:12px;height:12px;border-radius:50%;background:#ef4444;font-size:0}.mobile-cricket-header .header-left span{color:#fff;font-weight:600;font-size:14px}.mobile-match-card{background:#fff;cursor:pointer;padding:5px;transition:background .2s ease;border-bottom:2px solid gray}.mobile-match-card:active{background:#f9fafb}.mobile-match-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:0 12px;background:#fafafa;border-bottom:none;margin-bottom:10px}.mobile-match-card .card-header .match-time{display:flex;align-items:center;gap:6px;font-size:11px;color:#666;font-weight:500}.mobile-match-card .card-header .match-time .live-indicator{color:#ef4444;font-size:8px;animation:blink 1s infinite}.mobile-match-card .card-header .match-badges{display:flex;gap:4px}.mobile-match-card .card-header .match-badges .badge{background:#4e63aa;color:#fff;font-size:9px;padding:2px 6px;border-radius:10px;font-weight:600}.mobile-match-card .match-name{padding:10px 12px 4px;font-size:13px;font-weight:700;color:#111827;line-height:1.3}.mobile-match-card .sport-name{padding:0 12px;font-size:10px;color:#6b7280;font-weight:500}.mobile-match-card .odds-row{display:grid;grid-template-columns:repeat(6,1fr)}.mobile-match-card .odds-row .odds-cell{border-right:1px solid #e5e7eb}.mobile-match-card .odds-row .odds-cell:last-child{border-right:none}.mobile-match-card .odds-row .odds-cell .locked-odds{height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.mobile-match-card .odds-row .odds-cell .locked-odds .lock-icon{font-size:18px;opacity:.4}.no-matches-mobile{text-align:center;padding:40px 20px;color:#666;font-style:italic}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@media(min-width:769px){.mobile-match-cards{display:none}}.casino-cards-container{padding:15px 10px;background:#f8f9fa}@media(max-width:768px){.casino-cards-container{padding:10px 5px 80px}}.casino-header{background:#fff;padding:15px 20px;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.casino-header h2{margin:0;font-size:20px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}@media(max-width:768px){.casino-header{padding:12px 15px;margin-bottom:10px}.casino-header h2{font-size:18px}}.casino-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}@media(max-width:768px){.casino-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:480px){.casino-cards-grid{gap:8px}}.casino-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.casino-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}@media(max-width:768px){.casino-card{border-radius:8px}.casino-card:hover{transform:none}}.casino-card-image{width:100%;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0}.casino-card-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.casino-card-image{aspect-ratio:4/3}}.casino-card-title{padding:12px 15px;background:#fff}.casino-card-title h3{margin:0;font-size:16px;font-weight:600;color:#333;text-align:center}@media(max-width:768px){.casino-card-title{padding:10px 12px}.casino-card-title h3{font-size:14px}}.coming-soon-modal .ant-modal-content{border-radius:16px;overflow:hidden}.coming-soon-modal .ant-modal-body{padding:0}.coming-soon-content{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.coming-soon-content .coming-soon-icon{font-size:64px;margin-bottom:20px;animation:bounce 2s infinite}.coming-soon-content h2{margin:0 0 10px;font-size:32px;font-weight:700;color:#fff}.coming-soon-content .game-name{margin:0 0 20px;font-size:20px;font-weight:600;color:#ffffffe6}.coming-soon-content .message{margin:0 0 30px;font-size:16px;line-height:1.5;color:#ffffffd9}.coming-soon-content .close-button{background:#fff;color:#667eea;border:none;padding:12px 40px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #00000026}.coming-soon-content .close-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.coming-soon-content .close-button:active{transform:translateY(0)}@media(max-width:768px){.coming-soon-content{padding:30px 20px}.coming-soon-content .coming-soon-icon{font-size:48px}.coming-soon-content h2{font-size:26px}.coming-soon-content .game-name{font-size:18px}.coming-soon-content .message{font-size:14px}.coming-soon-content .close-button{padding:10px 30px;font-size:14px}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-banner{width:100%;overflow:hidden}.banner-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.sports-tabs{display:flex;gap:10px;padding:.5rem;background-color:#000}.tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:.5rem;border:none;border-radius:8px;background:transparent;color:#8b8b9e;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.tab-button:hover{background:#3a3a4e;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.tab-icon{font-size:20px}.tab-text{font-size:14px;font-weight:600}.inplay-page{padding:10px;min-height:calc(100vh - 64px);background:#f8f9fa}@media(max-width:768px){.inplay-page{padding:5px 5px 80px}}.inplay-header{background:#fff;padding:15px 20px;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.inplay-header h2{margin:0;font-size:20px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}@media(max-width:768px){.inplay-header{padding:12px 15px;margin-bottom:10px}.inplay-header h2{font-size:18px}}.loading-container,.error-container,.no-matches{background:#fff;padding:40px 20px;text-align:center;border-radius:8px;box-shadow:0 2px 4px #0000001a}.loading-container p,.error-container p,.no-matches p{margin:0;font-size:16px;color:#666}.error-container p{color:#d32f2f}.casino-page{min-height:calc(100vh - 64px);background:#f8f9fa}@media(max-width:768px){.casino-page{padding-bottom:80px}}.my-profile-page{min-height:calc(100vh - 64px);background:#f8f9fa;padding:15px}@media(max-width:768px){.my-profile-page{padding:10px 10px 80px}}.profile-header-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:30px 20px;display:flex;align-items:center;gap:20px;margin-bottom:15px;box-shadow:0 4px 12px #0000001a}@media(max-width:768px){.profile-header-card{padding:25px 15px;margin-bottom:10px}}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;border:3px solid rgba(255,255,255,.3)}@media(max-width:768px){.profile-avatar{width:70px;height:70px;font-size:32px}}.profile-info{flex:1;color:#fff}.profile-info h2{margin:0 0 5px;font-size:24px;font-weight:700;color:#fff}@media(max-width:768px){.profile-info h2{font-size:20px}}.profile-info .username{margin:0;font-size:14px;color:#fffc}.balance-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:space-around;margin-bottom:15px;box-shadow:0 2px 8px #00000014}@media(max-width:768px){.balance-card{padding:15px;margin-bottom:10px}}.balance-item{flex:1;text-align:center}.balance-item .balance-label{display:block;font-size:14px;margin-bottom:8px}.balance-item .balance-amount{display:block;font-size:24px;font-weight:700;color:#2ecc71}.balance-item .balance-amount.exposure{color:#e74c3c}@media(max-width:768px){.balance-item .balance-amount{font-size:20px}}.balance-divider{width:1px;height:40px;background:#e0e0e0}.profile-menu-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.profile-menu-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f0f0f0}.profile-menu-item:last-child{border-bottom:none}.profile-menu-item:hover{background:#f8f9fa}.profile-menu-item:active{background:#e9ecef}.profile-menu-item.logout-item,.profile-menu-item.logout-item .menu-icon,.profile-menu-item.logout-item .menu-label{color:#e74c3c}.profile-menu-item.logout-item:hover{background:#ffebee}@media(max-width:768px){.profile-menu-item{padding:14px 15px}}.menu-item-left{display:flex;align-items:center;gap:15px}@media(max-width:768px){.menu-item-left{gap:12px}}.menu-icon{font-size:20px;color:#667eea;width:24px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.menu-icon{font-size:18px}}.menu-label{font-size:16px;font-weight:500;color:#333}@media(max-width:768px){.menu-label{font-size:15px}}.menu-arrow{font-size:14px;color:#999}@media(max-width:768px){.menu-arrow{font-size:12px}}
