:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.demo-logo-vertical{align-content:left;border-radius:6px;display:flex;justify-content:center;margin:10px}.demo-logo-vertical img{height:37px;object-fit:contain}.teams{display:flex;justify-content:space-around;margin-bottom:20px}.team{border-radius:5px;padding:20px;width:200px}.player-card{background-color:#6200ea;border-radius:5px;cursor:pointer;margin-bottom:10px;padding:10px;text-align:center}.players{display:flex;justify-content:space-around}.svg_background{background-color:#000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10'%3E%3Cpath d='M-500 75s125-30 250-30S0 75 0 75s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 45s125-30 250-30S0 45 0 45s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 105s125-30 250-30S0 105 0 105s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 15s125-30 250-30S0 15 0 15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500-15s125-30 250-30S0-15 0-15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 135s125-30 250-30S0 135 0 135s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3C/g%3E%3C/svg%3E")}.green-row{background-color:#505050;color:#ff0}.green-row:hover{color:red}.ant-layout-sider{transition:all .2s ease-in-out!important}.ant-layout-sider .ant-menu-item,.ant-layout-sider-collapsed .ant-menu-item-icon{transition:all .2s ease-in-out}.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#c6a15b!important}.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover .ant-menu-title-content{color:#d8bc84!important}.ant-dropdown-menu{border:1px solid #0000000f!important;border-radius:12px!important;box-shadow:0 8px 24px #00000026!important;min-width:200px!important;padding:8px!important}.ant-dropdown-menu-item{border-radius:8px!important;font-size:14px!important;margin:2px 0!important;padding:8px 12px!important;transition:all .2s ease!important}.ant-dropdown-menu-item:hover{background-color:#0000000a!important;transform:translateY(-1px)!important}.ant-dropdown-menu-item:first-child:hover{background-color:initial!important;transform:none!important}.ant-dropdown-menu-divider{background-color:#0000000f!important;margin:8px 0!important}[data-theme=dark] .ant-dropdown-menu{background-color:#1f1f1f!important;border:1px solid #303030!important;box-shadow:0 8px 24px #0000004d!important}[data-theme=dark] .ant-dropdown-menu-item:hover{background-color:#ffffff14!important}[data-theme=dark] .ant-dropdown-menu-item:first-child:hover{background-color:initial!important}[data-theme=dark] .ant-dropdown-menu-divider{background-color:#303030!important}.ant-dropdown-menu-item .ant-switch{margin-left:auto!important}.ant-dropdown-menu-item:has(.ant-switch):hover{background-color:initial!important;transform:none!important}.dropdown-user-info{border-bottom:1px solid #0000000f;margin-bottom:4px;padding:8px 0}[data-theme=dark] .dropdown-user-info{border-bottom-color:#303030}@media (max-width:768px){.ant-layout-sider{box-shadow:2px 0 8px #00000026}.demo-logo-vertical{margin:5px}.demo-logo-vertical img{height:30px}.ant-layout-header{align-items:center!important;display:flex!important;height:64px!important;padding:0!important}.ant-dropdown-menu{min-width:180px!important;padding:6px!important}.ant-dropdown-menu-item{font-size:13px!important;padding:6px 10px!important}.mobile-user-info,.mobile-user-role,.mobile-username{display:none}}.ant-layout-header{align-items:center!important;display:flex!important;height:64px!important;padding:0!important}.ant-layout-header .ant-row{height:100%!important;width:100%!important}.ant-layout-header .ant-col{align-items:center!important;display:flex!important;height:100%!important}.ant-layout-header *{line-height:normal!important}.ant-switch{border-radius:12px!important;height:22px!important;min-width:44px!important}.ant-switch-small{height:18px!important;min-width:36px!important}.ant-switch-checked{background:linear-gradient(135deg,#c6a15b,#a8863f)!important}.ant-switch:not(.ant-switch-checked){background:linear-gradient(135deg,#bfbfbf,#8c8c8c)!important}.ant-switch-inner{font-size:10px!important}.mobile-header-logo{align-items:center;display:flex;margin-left:8px}.mobile-header-logo img{height:32px;object-fit:contain}.mobile-header-title{font-size:18px;font-weight:600;margin-left:8px}.header-user-info{align-items:flex-start;display:flex;flex-direction:column;margin-left:8px}.header-username{font-size:14px;font-weight:600;line-height:18px}.header-user-role{font-size:12px;line-height:16px;opacity:.7}.dark-mode .Toastify__toast-container{--toast-bg-color:#1f1f1f;--toast-text-color:#fff;--toast-border-color:#303030}.light-mode .Toastify__toast-container{--toast-bg-color:#fff;--toast-text-color:#000;--toast-border-color:#d9d9d9}.Toastify__toast-container{max-width:360px;padding:4px;width:100%}.Toastify__toast-icon{display:none!important}.dark-mode .Toastify__toast{background-color:#1f1f1f!important;border:1px solid #303030!important;border-radius:6px;box-shadow:0 3px 6px #00000073!important;color:#fff!important;padding:16px}.dark-mode .Toastify__toast-body{color:#fff!important;padding:0}.dark-mode .Toastify__toast--success{background-color:#1f1f1f!important;border-left:4px solid #52c41a!important;color:#fff!important}.dark-mode .Toastify__toast--error{background-color:#1f1f1f!important;border-left:4px solid #f5222d!important;color:#fff!important}.dark-mode .Toastify__toast--warning{background-color:#1f1f1f!important;border-left:4px solid #faad14!important;color:#fff!important}.dark-mode .Toastify__toast--info{background-color:#1f1f1f!important;border-left:4px solid #1890ff!important;color:#fff!important}.dark-mode .Toastify__close-button{color:#fff!important;opacity:.7}.dark-mode .Toastify__close-button:hover{opacity:1}.dark-mode .Toastify__progress-bar{background:linear-gradient(90deg,#40a9ff,#1890ff)!important}.light-mode .Toastify__toast{background-color:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px;box-shadow:0 3px 6px #00000026!important;color:#000!important;padding:16px}.light-mode .Toastify__toast-body{color:#000!important;padding:0}.light-mode .Toastify__toast--success{background-color:#fff!important;border-left:4px solid #52c41a!important;color:#000!important}.light-mode .Toastify__toast--error{background-color:#fff!important;border-left:4px solid #f5222d!important;color:#000!important}.light-mode .Toastify__toast--warning{background-color:#fff!important;border-left:4px solid #faad14!important;color:#000!important}.light-mode .Toastify__toast--info{background-color:#fff!important;border-left:4px solid #1890ff!important;color:#000!important}.light-mode .Toastify__close-button{color:#000!important;opacity:.7}.light-mode .Toastify__close-button:hover{opacity:1}.light-mode .Toastify__progress-bar{background:linear-gradient(90deg,#40a9ff,#1890ff)!important}.bofc-page{padding:4px 0}.bofc-page-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:12px}.bofc-gold-divider{background:linear-gradient(90deg,#c6a15b,#c6a15b00 60%);border-radius:2px;height:2px;margin-bottom:16px}.bofc-club-table .ant-table{border-radius:10px}.bofc-club-table .ant-table-cell{padding:12px 14px!important}.bofc-club-table .ant-table-thead>tr>th{background:#123524!important;border-bottom:2px solid #c6a15b!important;color:#f5f7fa!important;font-weight:700;letter-spacing:.3px;padding:12px 14px!important}.bofc-club-table .ant-table-thead>tr>th:before{display:none!important}.bofc-club-table .ant-table-thead th.ant-table-column-has-sorters:hover{background:#1b4a34!important}.bofc-club-table .ant-table-thead .ant-table-column-sorter{color:#f5f7fa8c}.bofc-club-table .ant-table-thead th.ant-table-column-sort{background:#123524!important}.bofc-club-table .ant-table-tbody>tr:hover>td{background:#c6a15b14!important}.bofc-club-table td.ant-table-column-sort{background:#0000!important}.bofc-status--gold{background:#c6a15b24;border:1px solid #c6a15b66;color:#b98f45}.bofc-status--neutral{background:#8792a81f;border:1px solid #8792a84d;color:#8792a8}.bofc-amount{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.bofc-amount--pos{color:#2e9e5b}.bofc-amount--neg{color:#e0736b}.bofc-amount--muted{color:#8792a8}.bofc-club-table tr.bofc-total-row>td{background:#c6a15b1a!important;border-top:1px solid #c6a15b59!important;font-weight:700}.bofc-chip{background:#c6a15b0f;border:1px solid #c6a15b47;border-radius:6px;color:#c6a15b;display:inline-block;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Consolas,Liberation Mono,monospace;font-size:12.5px;font-weight:600;letter-spacing:.3px;padding:2px 10px;white-space:nowrap}.userProfileContainer{min-height:calc(100vh - 80px)}.userProfileContainer .profile-hero{animation:profileHeroFade .55s ease-out both}@keyframes profileHeroFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.userProfileContainer .ant-card{height:100%;text-align:left}.userProfileContainer .hrStyle{background-color:#e8e8e8;border:none;height:1px;margin:10px 0}.userProfileContainer .radarDataStyle{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:400px}.login-page-wrapper{align-items:center;background:linear-gradient(135deg,var(--color-paper-3) 0,var(--color-paper-2) 50%,var(--color-paper) 100%);background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative;transition:background-image .5s ease-in-out}.login-page-wrapper.bg-loaded{background-blend-mode:normal;background-image:radial-gradient(circle at 50% 45%,#0000 40%,#0000004d 100%),var(--login-bg-image)}.login-form-container{animation:slideUp .8s ease-out;border-radius:24px;box-shadow:0 30px 60px #00000040,0 0 0 1px #ffffff0d;display:flex;max-width:460px;overflow:hidden;position:relative;width:100%;z-index:1}.login-right-section{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff24;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:60px 50px}.welcome-section{margin-bottom:20px}.welcome-back-heading{color:var(--color-ink);font-size:28px;font-weight:600;line-height:1.3;margin-bottom:6px}.welcome-text{color:var(--color-ink-2);font-size:16px;line-height:1.5;margin:0;padding-left:20px;position:relative}.welcome-text:before{background:linear-gradient(135deg,var(--color-accent) 0,var(--color-accent-hover) 100%);border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.form-group{margin-bottom:30px}.form-label{color:var(--color-ink-2);display:block;font-size:14px;font-weight:500;margin-bottom:12px}.underline-input{background:#0000;border:none;border-bottom:2px solid var(--color-rule);color:var(--color-ink);font-size:16px;outline:none;padding:12px 0;transition:border-color var(--dur-short) var(--ease-out);width:100%}.underline-input:focus{border-bottom-color:var(--color-accent)}.underline-input::placeholder{color:var(--color-muted);font-size:14px}.underline-input.error{border-bottom-color:var(--color-danger)}.underline-input:-webkit-autofill,.underline-input:-webkit-autofill:active,.underline-input:-webkit-autofill:focus,.underline-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-ink);box-shadow:inset 0 0 0 1000px #0000;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.password-input-container{position:relative}.password-input{padding-right:40px}.password-toggle{cursor:pointer;padding:5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.password-toggle,.remember-checkbox{color:var(--color-ink-2)}.remember-checkbox .ant-checkbox-inner{background:#ffffff14;border-color:var(--color-rule)}.error-message{color:var(--color-danger);font-size:12px;margin-top:8px}.checkbox-container{margin-bottom:25px}.login-btn{background:var(--color-accent)!important;border:none;border-radius:var(--radius-input);box-shadow:0 8px 20px color-mix(in oklch,var(--color-accent) 30%,#0000);color:var(--color-accent-ink)!important;font-size:16px;font-weight:600;height:52px;margin-bottom:20px;transition:all var(--dur-short) var(--ease-out)}.login-btn:hover{background:var(--color-accent-hover)!important;box-shadow:0 12px 25px color-mix(in oklch,var(--color-accent) 40%,#0000);transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.login-page-wrapper{background-image:linear-gradient(135deg,var(--color-paper-3) 0,var(--color-paper) 100%);padding:10px}.login-form-container{border-radius:16px;margin:0 auto;max-width:350px;min-height:auto}.login-right-section{flex:none;padding:20px 20px 25px}.welcome-text{margin-bottom:20px;padding-left:0;text-align:center}.welcome-text:before{display:none}}@media (max-width:480px){.login-form-container{border-radius:14px;margin:10px;max-width:320px}.login-right-section{padding:15px 15px 20px}.login-right-section h2{font-size:18px}.welcome-text{font-size:13px;margin-bottom:15px}.form-group{margin-bottom:18px}.underline-input{font-size:14px;padding:8px 0}.underline-input[type=password]{padding-right:35px}}@media (max-width:968px) and (orientation:landscape) and (max-height:500px){.login-page-wrapper{align-items:flex-start;padding:20px 10px 10px}.login-form-container{max-height:90vh;max-width:800px;min-height:auto}.login-right-section{flex:1 1;padding:20px}.login-right-section h2{font-size:20px;margin-bottom:8px}.welcome-text{margin-bottom:15px;padding-left:20px;text-align:left}.welcome-text:before{display:block}.form-group{margin-bottom:20px}}.match-history-row{transition:background .15s ease,border-color .15s ease,transform .15s ease}.match-history-row:hover{border-color:#c6a15b8c!important;transform:translateX(2px)}.settings-collapse .ant-collapse-content{border:none}.settings-input{border:none;border-bottom:1px solid #ccc;border-radius:0;padding:10px}.settings-select{border:none;border-radius:0;width:100%}.settings-button{border:none;border-radius:8px;font-weight:500;padding:10px;width:100%}.DashboardComponent_dashboardContainer__U7jsq{padding:12px}.DashboardComponent_summaryCard__bxgl5{box-shadow:0 2px 8px #0000000d}.DashboardComponent_loadingContainer__c-zaR{padding:32px;text-align:center}.DashboardComponent_loadingText__0zCnX{margin-top:12px}@media (max-width:768px){.DashboardComponent_dashboardContainer__U7jsq{padding:8px}}.PlayerCollectionMetricsTable_tableData__RGDc1 .ant-table{border-radius:12px;overflow:hidden}.PlayerCollectionMetricsTable_tableData__RGDc1 .ant-table-thead>tr>th{border-bottom:2px solid #c6a15b;box-shadow:0 2px 8px #0003;color:#f5f7fa;font-weight:700;position:relative}.PlayerCollectionMetricsTable_darkTheme__il-nB .ant-table-thead>tr>th,.PlayerCollectionMetricsTable_lightTheme__5\+TPE .ant-table-thead>tr>th{background:#123524}.PlayerCollectionMetricsTable_tableData__RGDc1 .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:#1b4a34}.PlayerCollectionMetricsTable_tableData__RGDc1 .ant-table-thead .ant-table-column-sorter{color:#f5f7fa8c}.PlayerCollectionMetricsTable_tableData__RGDc1 .ant-table-summary{background:#c6a15b14}.PlayerCollectionMetricsTable_tableData__RGDc1 .ant-table-summary>tr>td{border-top:2px solid #c6a15b73;color:#d8bc84;font-weight:700}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper-checked{background:#c6a15b!important;border-color:#c6a15b!important;color:#0b2417!important}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper-checked:hover{background:#d8bc84!important;border-color:#d8bc84!important;color:#0b2417!important}.PlayerCollectionMetricsTable_table__ScfGZ .ant-table-cell-fix-left{box-shadow:none}.PlayerCollectionMetricsTable_table__ScfGZ .ant-table-cell-fix-left:after{background:var(--ant-color-border);bottom:0;content:"";position:absolute;right:0;top:0;width:1px}.PlayerCollectionMetricsTable_viewToggle__OiY\+r{background:var(--ant-color-bg-layout);border-bottom:1px solid var(--ant-color-border);display:none;padding:12px 20px}.PlayerCollectionMetricsTable_styledSelect__rJhQE{vertical-align:middle}.PlayerCollectionMetricsTable_styledSelect__rJhQE .ant-select-selector{align-items:center;box-shadow:0 2px 4px #0000000d;display:flex;font-weight:500;height:34px;min-height:34px;padding:8px 12px;transition:all .3s ease}.PlayerCollectionMetricsTable_styledSelect__rJhQE .ant-select-selection-search{inset-inline-start:12px}.PlayerCollectionMetricsTable_styledSelect__rJhQE .ant-select-selection-item{align-items:center;display:flex;font-weight:500;line-height:20px;padding-left:0}.PlayerCollectionMetricsTable_styledSelect__rJhQE:hover .ant-select-selector{box-shadow:0 4px 8px #0000001a}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5{align-items:center;display:flex;gap:6px;vertical-align:middle}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper{align-items:center;border-radius:8px;border-width:1.5px;box-shadow:0 2px 4px #0000000d;display:flex;font-weight:500;height:36px;justify-content:center;line-height:1;margin-right:0;min-height:36px;padding:0;transition:all .3s ease}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper>span{align-items:center;display:flex;height:100%;padding:8px 14px}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper:not(:first-child):before{display:none}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper:hover{box-shadow:0 4px 8px #0000001a}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.PlayerCollectionMetricsTable_styledRadioButton__jfBDv{align-items:center;display:flex;height:36px;overflow:hidden;position:relative;white-space:nowrap}.PlayerCollectionMetricsTable_styledRadioButton__jfBDv:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.PlayerCollectionMetricsTable_styledRadioButton__jfBDv:hover:before{left:100%}.PlayerCollectionMetricsTable_styledButton__TuZqt{align-items:center;border-radius:8px;border-width:1.5px;box-shadow:0 2px 4px #0000000d;display:flex;font-weight:500;height:36px;justify-content:center;min-height:36px;min-width:120px;overflow:hidden;padding:0;position:relative;transition:all .3s ease;vertical-align:middle}@media (max-width:768px){.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5{justify-content:center;margin-bottom:8px;width:100%}.PlayerCollectionMetricsTable_styledRadioGroup__YoaO5 .ant-radio-button-wrapper{flex:1 1;justify-content:center;text-align:center}.PlayerCollectionMetricsTable_styledButton__TuZqt{justify-content:center;min-width:100%;text-align:center;width:100%}.PlayerCollectionMetricsTable_lightTheme__5\+TPE .ant-table-bordered .ant-table-container,.PlayerCollectionMetricsTable_lightTheme__5\+TPE .ant-table-bordered .ant-table-tbody>tr>td,.PlayerCollectionMetricsTable_lightTheme__5\+TPE .ant-table-bordered .ant-table-thead>tr>th{border-color:var(--ant-color-border)!important}.PlayerCollectionMetricsTable_darkTheme__il-nB .ant-table-bordered .ant-table-container,.PlayerCollectionMetricsTable_darkTheme__il-nB .ant-table-bordered .ant-table-tbody>tr>td,.PlayerCollectionMetricsTable_darkTheme__il-nB .ant-table-bordered .ant-table-thead>tr>th{border-color:#000!important}}.PlayerCollectionMetricsTable_compactPlayerCard__U5efT{background:linear-gradient(135deg,var(--ant-color-bg-container) 0,var(--ant-color-fill-quaternary) 100%);border:1px solid var(--ant-color-border);border-radius:12px;box-shadow:0 2px 6px #0000000f;margin-bottom:8px;overflow:hidden;padding:12px;position:relative;transition:all .2s ease}.PlayerCollectionMetricsTable_compactPlayerCard__U5efT:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.PlayerCollectionMetricsTable_compactPlayerCard__U5efT:before{background:linear-gradient(90deg,#d8bc84,#c6a15b);content:"";height:3px;left:0;position:absolute;right:0;top:0}.PlayerCollectionMetricsTable_compactPlayerHeader__1e\+Ss{align-items:center;border-bottom:1px solid var(--ant-color-border-secondary);display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:6px}.PlayerCollectionMetricsTable_compactPlayerName__5hCnN{color:var(--ant-color-text);display:block;font-size:14px;font-weight:600;line-height:1.3}.PlayerCollectionMetricsTable_compactYearInfo__9Y5Yj{color:var(--ant-color-text-secondary);display:block;font-size:10px;font-weight:500;margin-top:1px}.PlayerCollectionMetricsTable_compactPlayerIndex__Osx5g{background:linear-gradient(135deg,#d8bc84,#c6a15b);border-radius:12px;box-shadow:0 1px 3px #0000001f;color:#0b2417;font-size:10px;font-weight:700;min-width:24px;padding:3px 8px;text-align:center}.PlayerCollectionMetricsTable_compactMonthsGrid__u0TQk{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(6,1fr)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa{align-items:center;background:linear-gradient(135deg,var(--ant-color-bg-layout) 0,var(--ant-color-fill-quaternary) 100%);border:1px solid var(--ant-color-border);border-radius:6px;cursor:default;display:flex;flex-direction:column;justify-content:center;min-height:36px;padding:6px 2px;position:relative;text-align:center;transition:all .2s ease}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa:hover{border-color:var(--ant-color-primary);box-shadow:0 2px 6px #00000014}.PlayerCollectionMetricsTable_compactMonthName__sWMr\+{color:var(--ant-color-text-secondary);font-size:8px;font-weight:600;letter-spacing:.3px;line-height:1;margin-bottom:1px;text-transform:uppercase}.PlayerCollectionMetricsTable_compactMonthAmount__s4415{color:var(--ant-color-text);font-size:9px;font-weight:600;line-height:1}.PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{border:1px solid var(--ant-color-bg-container);border-radius:50%;box-shadow:0 1px 2px #00000026;height:6px;position:absolute;right:2px;top:2px;width:6px}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthPaid__Gpju\+{background:linear-gradient(135deg,var(--ant-color-success-bg) 0,var(--ant-color-success-bg-hover) 100%);border-color:var(--ant-color-success-border)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthPaid__Gpju\+ .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#52c41a;border-color:var(--ant-color-bg-container)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthDue__Sa9TL{background:linear-gradient(135deg,var(--ant-color-error-bg) 0,var(--ant-color-error-bg-hover) 100%);border-color:var(--ant-color-error)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthDue__Sa9TL .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{animation:PlayerCollectionMetricsTable_pulse__cmpOy 1.5s infinite;background:#ff4d4f;border-color:var(--ant-color-bg-container)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthDue__Sa9TL .PlayerCollectionMetricsTable_compactMonthAmount__s4415{color:var(--ant-color-error);font-weight:700}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthCurrent__KapV3{background:linear-gradient(135deg,#c6a15b29,#c6a15b47);border-color:#c6a15b}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthCurrent__KapV3 .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#c6a15b;border-color:var(--ant-color-bg-container);box-shadow:0 0 0 1px #c6a15b59,0 1px 2px #00000026}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthEmpty__YLbZG .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#d9d9d9;border-color:var(--ant-color-bg-container)}@media (max-width:768px){.PlayerCollectionMetricsTable_integratedLegend__1CDct{flex-direction:column;gap:12px;padding:10px 12px}.PlayerCollectionMetricsTable_integratedLegend__1CDct>div:first-child{align-self:flex-start}.PlayerCollectionMetricsTable_integratedLegend__1CDct>div:last-child{gap:16px;justify-content:center}.PlayerCollectionMetricsTable_mobileCardView__Vc5Lo{padding:8px 12px}.PlayerCollectionMetricsTable_compactPlayerCard__U5efT{margin-bottom:6px;padding:10px}.PlayerCollectionMetricsTable_compactMonthsGrid__u0TQk{gap:3px;grid-template-columns:repeat(4,1fr)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa{min-height:32px;padding:4px 1px}.PlayerCollectionMetricsTable_compactMonthName__sWMr\+{font-size:7px}.PlayerCollectionMetricsTable_compactMonthAmount__s4415{font-size:8px}}@media (max-width:480px){.PlayerCollectionMetricsTable_integratedLegend__1CDct{gap:8px;padding:8px 10px}.PlayerCollectionMetricsTable_integratedLegend__1CDct>div:last-child{gap:12px}.PlayerCollectionMetricsTable_legendText__2NpXY{font-size:11px}.PlayerCollectionMetricsTable_legendDot__aG0R6{height:10px;width:10px}.PlayerCollectionMetricsTable_mobileCardView__Vc5Lo{padding:6px 8px}.PlayerCollectionMetricsTable_compactPlayerCard__U5efT{border-radius:8px;margin-bottom:4px;padding:8px}.PlayerCollectionMetricsTable_compactPlayerName__5hCnN{font-size:12px}.PlayerCollectionMetricsTable_compactYearInfo__9Y5Yj{font-size:9px}.PlayerCollectionMetricsTable_compactPlayerIndex__Osx5g{font-size:9px;padding:2px 6px}.PlayerCollectionMetricsTable_compactMonthsGrid__u0TQk{gap:2px;grid-template-columns:repeat(3,1fr)}.PlayerCollectionMetricsTable_compactMonthItem__W\+kQa{border-radius:4px;min-height:28px;padding:3px 1px}.PlayerCollectionMetricsTable_compactMonthName__sWMr\+{font-size:6px}.PlayerCollectionMetricsTable_compactMonthAmount__s4415{font-size:7px}.PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{height:4px;right:1px;top:1px;width:4px}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t{width:70px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selector{font-size:11px!important;height:26px!important;min-height:26px!important;padding:0 6px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selection-item{font-size:11px!important;line-height:24px!important}}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthPaid__Gpju\+ .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#52c41a;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthDue__Sa9TL .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#ff4d4f;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthCurrent__KapV3 .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#c6a15b;border-color:#1f1f1f;box-shadow:0 0 0 1px #c6a15b59,0 1px 2px #0003}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_compactMonthItem__W\+kQa.PlayerCollectionMetricsTable_monthEmpty__YLbZG .PlayerCollectionMetricsTable_compactMonthIndicator__tUDvu{background:#434343;border-color:#1f1f1f}.PlayerCollectionMetricsTable_table__ScfGZ{padding:16px}.PlayerCollectionMetricsTable_controlsRow__Qtuyu{gap:12px}.PlayerCollectionMetricsTable_controlLabel__A1DsD{font-size:12px}.PlayerCollectionMetricsTable_filterButton__M-JQw{font-size:12px;padding:6px 8px}.PlayerCollectionMetricsTable_resetButton__LVA01{font-size:12px}.PlayerCollectionMetricsTable_mobileCardView__Vc5Lo{background:var(--ant-color-bg-container);padding:16px 20px}.PlayerCollectionMetricsTable_playerCard__5o6bY{background:linear-gradient(135deg,var(--ant-color-bg-container) 0,var(--ant-color-fill-quaternary) 100%);border:1px solid var(--ant-color-border);border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:16px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.PlayerCollectionMetricsTable_playerCard__5o6bY:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.PlayerCollectionMetricsTable_playerCard__5o6bY:before{background:linear-gradient(90deg,#d8bc84,#c6a15b);content:"";height:4px;left:0;position:absolute;right:0;top:0}.PlayerCollectionMetricsTable_playerHeader__xH96z{align-items:center;border-bottom:1px solid var(--ant-color-border-secondary);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.PlayerCollectionMetricsTable_playerName__BkxEe{color:var(--ant-color-text);font-size:16px;font-weight:600}.PlayerCollectionMetricsTable_playerIndex__rPq3U{background:linear-gradient(135deg,#d8bc84,#c6a15b);border-radius:20px;box-shadow:0 2px 6px #00000026;color:#0b2417;font-size:12px;font-weight:700;padding:6px 12px}.PlayerCollectionMetricsTable_monthsGrid__xzOAy{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.PlayerCollectionMetricsTable_monthItem__enqqw{align-items:center;background:linear-gradient(135deg,var(--ant-color-bg-layout) 0,var(--ant-color-fill-quaternary) 100%);border:1px solid var(--ant-color-border);border-radius:12px;cursor:default;display:flex;flex-direction:column;justify-content:center;min-height:65px;padding:14px 8px;position:relative;text-align:center;transition:all .3s ease}.PlayerCollectionMetricsTable_monthItem__enqqw:hover{border-color:var(--ant-color-primary);box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.PlayerCollectionMetricsTable_monthName__MPGrO{color:var(--ant-color-text-secondary);font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.PlayerCollectionMetricsTable_monthAmount__nngoE{color:var(--ant-color-text);font-size:13px;font-weight:600;line-height:1.2}.PlayerCollectionMetricsTable_monthIndicator__xNfQp{border:2px solid var(--ant-color-bg-container);border-radius:50%;box-shadow:0 2px 6px #00000040;height:12px;position:absolute;right:6px;top:6px;width:12px}.PlayerCollectionMetricsTable_monthPaid__Gpju\+{background:linear-gradient(135deg,var(--ant-color-success-bg) 0,var(--ant-color-success-bg-hover) 100%);border-color:var(--ant-color-success-border)}.PlayerCollectionMetricsTable_monthPaid__Gpju\+ .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#52c41a;border-color:var(--ant-color-bg-container)}.PlayerCollectionMetricsTable_monthDue__Sa9TL{background:linear-gradient(135deg,var(--ant-color-error-bg) 0,var(--ant-color-error-bg-hover) 100%);border-color:var(--ant-color-error)}.PlayerCollectionMetricsTable_monthDue__Sa9TL .PlayerCollectionMetricsTable_monthIndicator__xNfQp{animation:PlayerCollectionMetricsTable_pulse__cmpOy 1.5s infinite;background:#ff4d4f;border-color:var(--ant-color-bg-container)}.PlayerCollectionMetricsTable_monthDue__Sa9TL .PlayerCollectionMetricsTable_monthAmount__nngoE{color:var(--ant-color-error);font-weight:700}.PlayerCollectionMetricsTable_monthCurrent__KapV3{background:linear-gradient(135deg,#c6a15b29,#c6a15b47);border-color:#c6a15b}.PlayerCollectionMetricsTable_monthCurrent__KapV3 .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#c6a15b;border-color:var(--ant-color-bg-container);box-shadow:0 0 0 3px #c6a15b4d,0 2px 6px #00000040}.PlayerCollectionMetricsTable_monthEmpty__YLbZG .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#d9d9d9;border-color:var(--ant-color-bg-container)}@keyframes PlayerCollectionMetricsTable_pulse__cmpOy{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.PlayerCollectionMetricsTable_legendContainer__AfOqC{align-items:center;background:linear-gradient(135deg,var(--ant-color-bg-layout) 0,var(--ant-color-fill-quaternary) 100%);border:1px solid var(--ant-color-border-secondary);border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:20px;justify-content:center;margin-bottom:20px;padding:16px}.PlayerCollectionMetricsTable_legendItem__nf1eh{align-items:center;display:flex;gap:8px}.PlayerCollectionMetricsTable_legendDot__aG0R6{border:2px solid var(--ant-color-bg-container);border-radius:50%;box-shadow:0 2px 4px #00000026;height:14px;width:14px}.PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_paid__yG46n{background:#52c41a}.PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_due__EW-4P{background:#ff4d4f}.PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_current__FY54D{background:#c6a15b;box-shadow:0 0 0 2px #c6a15b40,0 2px 4px #00000026}.PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_empty__I0Lzr{background:#d9d9d9}.PlayerCollectionMetricsTable_legendText__2NpXY{color:var(--ant-color-text);font-size:13px;font-weight:500}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_monthPaid__Gpju\+ .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#52c41a;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_monthDue__Sa9TL .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#ff4d4f;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_monthCurrent__KapV3 .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#c6a15b;border-color:#1f1f1f;box-shadow:0 0 0 3px #c6a15b4d,0 2px 6px #0000004d}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_monthEmpty__YLbZG .PlayerCollectionMetricsTable_monthIndicator__xNfQp{background:#434343;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_paid__yG46n{background:#52c41a;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_due__EW-4P{background:#ff4d4f;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_current__FY54D{background:#c6a15b;border-color:#1f1f1f;box-shadow:0 0 0 2px #c6a15b40,0 2px 4px #0003}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_legendDot__aG0R6.PlayerCollectionMetricsTable_empty__I0Lzr{background:#434343;border-color:#1f1f1f}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_legendText__2NpXY{color:#fff}.PlayerCollectionMetricsTable_integratedLegend__1CDct{align-items:center;background:linear-gradient(135deg,var(--ant-color-bg-layout) 0,var(--ant-color-fill-quaternary) 100%);border:1px solid var(--ant-color-border-secondary);border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px;padding:12px 16px}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_integratedLegend__1CDct{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:1px solid #3a3a3a;box-shadow:0 2px 8px #0003}.PlayerCollectionMetricsTable_lightTheme__5\+TPE .PlayerCollectionMetricsTable_integratedLegend__1CDct{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;box-shadow:0 2px 8px #0000000d}@media (max-width:768px){.PlayerCollectionMetricsTable_integratedLegend__1CDct{flex-direction:column;gap:12px;padding:10px 12px}.PlayerCollectionMetricsTable_integratedLegend__1CDct>div:first-child{align-self:flex-start}.PlayerCollectionMetricsTable_integratedLegend__1CDct>div:last-child{gap:16px;justify-content:center}}@media (max-width:480px){.PlayerCollectionMetricsTable_integratedLegend__1CDct{gap:8px;padding:8px 10px}.PlayerCollectionMetricsTable_integratedLegend__1CDct>div:last-child{gap:12px}.PlayerCollectionMetricsTable_legendText__2NpXY{font-size:11px}.PlayerCollectionMetricsTable_legendDot__aG0R6{height:10px;width:10px}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t{width:70px!important}}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t{font-size:12px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selector{background:var(--ant-color-bg-container)!important;border:1px solid #c6a15b73!important;border-radius:6px!important;box-shadow:0 2px 6px #0000001f!important;font-size:12px!important;height:28px!important;min-height:28px!important;padding:0 8px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selection-item{color:#c6a15b!important;font-size:12px!important;font-weight:600!important;line-height:26px!important;padding:0!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-arrow{color:#c6a15b!important;font-size:10px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t:hover .ant-select-selector{border-color:#d8bc84b3!important;box-shadow:0 3px 8px #0000002e!important}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selector{background:#1f1f1f!important;border-color:#c6a15b73!important}.PlayerCollectionMetricsTable_darkTheme__il-nB .PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selection-item{color:#c6a15b!important}.PlayerCollectionMetricsTable_lightTheme__5\+TPE .PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selector{background:var(--ant-color-bg-container)!important}@media (max-width:480px){.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t{width:70px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selector{font-size:11px!important;height:26px!important;min-height:26px!important;padding:0 6px!important}.PlayerCollectionMetricsTable_mobileCardYearSelect__5gm8t .ant-select-selection-item{font-size:11px!important;line-height:24px!important}}.compact-table .ant-table-cell{padding:10px 14px!important}.compact-table .ant-table-thead>tr>th{font-weight:600;padding:10px 14px!important}.player-list-card{padding:4px 0}.player-header-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:12px}.player-gold-divider{background:linear-gradient(90deg,#c6a15b,#c6a15b00 60%);border-radius:2px;height:2px;margin-bottom:16px}.bofc-player-mcard{background:#c6a15b0a;border:1px solid #c6a15b38;border-left:3px solid #c6a15b;border-radius:12px;padding:12px 14px}.bofc-player-mcard__top{align-items:flex-start;display:flex;gap:12px}.bofc-player-mcard__top .bofc-status{flex-shrink:0;margin-top:2px}.bofc-player-mcard__meta{border-top:1px solid #c6a15b26;display:flex;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px}.player-search-actions{align-items:center;display:flex;gap:8px;justify-content:flex-end}.player-search-input{width:250px}.bofc-seg-label{align-items:center;display:inline-flex;font-weight:600;gap:7px}.bofc-seg-count{font-feature-settings:"tnum";border-radius:999px;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;height:18px;line-height:18px;min-width:20px;padding:0 6px}.bofc-players-table .ant-table{border-radius:10px}.bofc-players-table .ant-table-thead>tr>th{background:#123524!important;border-bottom:2px solid #c6a15b!important;color:#f5f7fa!important;font-weight:700;letter-spacing:.3px}.bofc-players-table .ant-table-thead>tr>th:before{display:none!important}.bofc-players-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.bofc-players-table .ant-table-thead>tr>th.ant-table-cell-fix-right{background:#123524!important}.bofc-players-table .ant-table-tbody>tr:hover>td{background:#c6a15b14!important}.bofc-empid{font-feature-settings:"tnum";background:#c6a15b1f;border:1px solid #c6a15b52;border-radius:6px;font-size:12px;font-variant-numeric:tabular-nums;font-weight:600}.bofc-empid,.bofc-role-tag{color:#b98f45;display:inline-block;padding:1px 9px}.bofc-role-tag{background:#c6a15b1a;border:1px solid #c6a15b4d;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.3px}.bofc-role-tag--empty{background:#8792a81f;border-color:#8792a84d;color:#8792a8}.bofc-act-btn--gold.ant-btn{background:#c6a15b14;border-color:#c6a15b80;color:#b98f45}.bofc-act-btn--gold.ant-btn:hover{background:#c6a15b29!important;border-color:#c6a15b!important;color:#c6a15b!important}.bofc-act-btn--green.ant-btn{background:#2e9e5b14;border-color:#2e9e5b80;color:#2e9e5b}.bofc-act-btn--green.ant-btn:hover{background:#2e9e5b29!important;border-color:#2e9e5b!important;color:#2e9e5b!important}.mobile-action-buttons{display:flex;gap:4px}@media (max-width:768px){.player-list-card{border-left:none!important;border-radius:0!important;border-right:none!important;box-shadow:none!important;margin:0!important}.player-list-card .ant-card-body{padding:12px!important}.player-header-row{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.player-search-actions{flex-wrap:nowrap!important;justify-content:space-between!important;width:100%!important}.player-search-input{min-width:150px!important;width:calc(100% - 120px)!important}.ant-tabs-tab{padding:4px 8px!important}.ant-tabs-tab,.ant-tabs-tab-btn{font-size:12px!important}.ant-badge-count{font-size:9px!important;height:16px!important;line-height:16px!important;min-width:16px!important}.compact-table .ant-table-cell,.compact-table .ant-table-thead>tr>th{font-size:12px!important;padding:6px 8px!important}.player-title{font-size:18px!important}.mobile-action-buttons{flex-direction:column!important;gap:4px!important}.mobile-action-buttons .ant-btn{font-size:11px!important;height:28px!important;padding:2px 8px!important}}@media (max-width:480px){.player-search-actions{align-items:stretch!important;flex-direction:column!important;gap:8px!important}.player-search-input{width:100%!important}.ant-tabs-nav{margin-bottom:8px!important}.ant-table-pagination{text-align:center!important}.ant-pagination{font-size:12px!important}.ant-avatar{font-size:10px!important;height:24px!important;width:24px!important}}.reset-password-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.reset-password-modal .ant-modal-body{padding:24px}.reset-password-modal .ant-modal-footer{border-top:1px solid #f0f0f0;padding:10px 16px;text-align:right}.roles-modal .current-roles-section{background-color:#00000005;border:1px solid #0000000f;border-radius:4px;margin-bottom:16px;padding:12px}.roles-modal .selected-roles-section{background-color:#c6a15b0f;border:1px solid #c6a15b40;border-radius:4px;margin-top:16px;padding:12px}.dark .roles-modal .current-roles-section,[data-theme=dark] .roles-modal .current-roles-section{background-color:#ffffff0a;border-color:#ffffff1a}.dark .roles-modal .selected-roles-section,[data-theme=dark] .roles-modal .selected-roles-section{background-color:#c6a15b1a;border-color:#c6a15b52}.ant-drawer-body .ant-timeline{margin-left:0}.ant-drawer-body .ant-timeline-item-content{margin-left:24px;min-height:auto}.ant-drawer-body .ant-timeline-item-tail{border-left-color:#d9d9d9}.ant-drawer-body .ant-timeline-item-head{border:2px solid #faad14}@media (max-width:768px){.ant-drawer-body .ant-timeline{margin-left:0}.ant-drawer-body .ant-timeline-item-content{font-size:14px;margin-left:20px}.ant-drawer-body .ant-timeline-item-head{height:20px;line-height:16px;width:20px}}.team-card-container{align-items:center;display:flex;gap:10px;min-height:450px;overflow-x:scroll;width:100%}.team-card-container::-webkit-scrollbar{height:4px;width:4px}.team-card-container::-webkit-scrollbar-track{background:#e7e7e7}.team-card-container::-webkit-scrollbar-thumb{background:#888;border-radius:20px}.team-card-container::-webkit-scrollbar-thumb:hover{background:#555}.team-player-container::-webkit-scrollbar{height:4px;width:4px}.team-player-container::-webkit-scrollbar-thumb{border-radius:20px}.SingleTournament-container .bottom-card{display:flex}.SingleTournament-container .players-container{flex:1 1}.SingleTournament-container .goalkeepers-container{width:300px}.tournament-stats-row .ant-col{display:flex}.tournament-stats-row .ant-card{display:flex;flex-direction:column;height:100%;justify-content:center;min-height:55px;transition:all .2s ease-in-out;width:100%}.tournament-stats-row .ant-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.tournament-stats-row .ant-card-body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:39px;padding:8px!important}.tournament-stats-row .ant-space-vertical{align-items:center;display:flex!important;flex-direction:column;gap:4px!important;justify-content:center;width:100%}@media (min-width:992px) and (max-width:1625px){.tournament-stats-row .ant-card{min-height:60px}.tournament-stats-row .ant-card-body{min-height:44px;padding:6px!important}}.tournament-stats-row .ant-typography[style*="fontSize: 9"]{font-size:8px!important;font-weight:500;line-height:1.2}@media (min-width:576px) and (max-width:991px){.tournament-stats-row .ant-card{min-height:50px}}.tournament-mobile-card{border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease-in-out}.tournament-mobile-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.tournament-mobile-card .ant-card-body{padding:16px!important}.tournament-mobile-card .ant-typography{margin-bottom:0}.tournament-mobile-card .ant-space-item{align-items:center;display:flex}.mobile-tournament-scroll{-ms-overflow-style:none;scrollbar-width:none}.mobile-tournament-scroll::-webkit-scrollbar{display:none}@media (max-width:768px){.tournament-mobile-card{border-radius:8px!important;box-shadow:0 2px 8px #0000001a!important;margin-bottom:12px!important;margin-left:0!important;margin-right:0!important}.tournament-mobile-card:first-child{margin-top:0}.tournament-mobile-card:last-child{margin-bottom:8px!important}.tournament-mobile-card .ant-dropdown-trigger{position:relative;z-index:10}.tournaments-mobile-container{margin:0!important;padding:8px!important}.tournament-mobile-card .ant-card-body{overflow:hidden;padding:12px!important}.tournament-mobile-card .ant-row{margin:0!important;width:100%!important}.tournament-mobile-card .ant-col{padding:0 4px!important}.tournament-mobile-card .ant-typography{overflow-wrap:break-word!important;word-break:break-word!important}.mobile-tournament-container{margin:0!important;padding:0!important}.tournament-mobile-card .ant-typography h5{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media (max-width:480px){.tournaments-mobile-container{padding:4px!important}.tournament-mobile-card{border-radius:6px!important;margin-bottom:8px!important}.tournament-mobile-card .ant-card-body{padding:8px!important}.tournament-mobile-card .ant-typography h5{font-size:13px!important;line-height:1.2!important;margin-bottom:4px!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.tournament-mobile-card .ant-typography{font-size:10px!important}.tournament-mobile-card .ant-tag{font-size:8px!important;margin:0!important;padding:0 3px}}@media (max-width:768px){.ant-dropdown{z-index:1050}.tournament-mobile-card .ant-dropdown-trigger{background:#0000;border:none;padding:4px}}.tournament-stats-compact .stat-item{align-items:center;background:#00000005;border:1px solid #0000000f;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:2px;justify-content:center;min-height:42px;padding:6px 4px;transition:all .2s ease-in-out}.tournament-stats-compact .stat-item:hover{background:#0000000a;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.tournament-stats-compact .ant-col{display:flex}@media (max-width:768px){.tournament-stats-compact .stat-item{gap:1px;min-height:38px;padding:4px 2px}.tournament-stats-compact .anticon{font-size:12px!important}.tournament-stats-compact .ant-typography{font-size:11px!important}}@media (max-width:576px){.tournament-stats-compact .stat-item{border-radius:4px;min-height:34px;padding:3px 1px}.tournament-stats-compact .anticon{font-size:11px!important}.tournament-stats-compact .ant-typography{font-size:10px!important}}.jt-card{border-radius:14px!important;transition:box-shadow .2s ease,transform .2s ease}.jt-card--panel{background:linear-gradient(160deg,#1b4a34,#123524 55%,#0b2417)!important;border:1px solid #c6a15b47!important;box-shadow:0 2px 10px #00000059!important}.jt-card--panel:hover{box-shadow:0 8px 22px #00000073!important;transform:translateY(-2px)}.jt-card--primary{box-shadow:0 0 0 1px #c6a15b73,0 4px 16px #00000059!important}.jt-card--primary:hover{box-shadow:0 0 0 1px #c6a15b99,0 8px 22px #00000073!important}.jt-status-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;line-height:18px;padding:2px 10px;white-space:nowrap}.jt-status-badge--success{background:#2e9e5b24;border:1px solid #2e9e5b59;color:#2e9e5b}.jt-status-badge--error{background:#c5353e24;border:1px solid #c5353e59;color:#c5353e}.jt-status-badge--warning{background:#faad1424;border:1px solid #faad1459;color:#faad14}.jt-team-focus{align-items:stretch;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:14px 16px;text-align:center}.jt-team-focus .ant-btn{justify-content:center;width:100%}.jt-team-focus-trigger.ant-btn{background:#c6a15b1a!important;border:1px solid #c6a15b59!important;border-radius:8px!important;color:#d8bc84!important;font-size:15px!important;font-weight:600!important;height:auto!important;padding:10px 16px!important}.jt-team-focus-trigger.ant-btn:hover{background:#c6a15b2e!important;border-color:#c6a15b8c!important;color:#e7d3a6!important}.jt-team-helper{display:block;font-size:12px;line-height:1.4;margin-top:8px}.tournament-grid-card{box-shadow:0 2px 10px #00000059!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.tournament-grid-card--active:hover{border-color:#c6a15b8c!important;box-shadow:0 12px 28px #00000080!important;transform:translateY(-4px)}.jt-mplayer-card{background:var(--ant-color-fill-quaternary);border:1px solid var(--ant-color-border-secondary);border-left:3px solid #c6a15b73;border-radius:12px;box-shadow:0 1px 3px #0000001f;padding:14px}.jt-mplayer-card--me{background:#c6a15b14;border-color:#c6a15b80;border-left:3px solid #c6a15b;box-shadow:0 2px 10px #c6a15b2e}.jt-part-select .ant-select-selector{background:#ffffff0d!important;border:1px solid #c6a15b4d!important;border-radius:8px!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease}.jt-part-select:not(.ant-select-disabled):hover .ant-select-selector{background:#ffffff12!important;border-color:#c6a15b99!important}.jt-part-select.ant-select-focused .ant-select-selector{border-color:#c6a15b!important;box-shadow:0 0 0 2px #c6a15b2e!important}.jt-part-select .ant-select-selection-item{color:#f5f7fa!important;font-weight:600}.jt-part-select .ant-select-arrow{color:#d8bc84d9}.jt-part-select.ant-select-disabled .ant-select-selector{background:#ffffff05!important;border-color:#ffffff1a!important}.jt-part-select.ant-select-disabled .ant-select-selection-item{color:#f5f7fa8c!important}.jt-part-dropdown{background:#123524!important;border:1px solid #c6a15b4d!important}.jt-part-dropdown .ant-select-item{color:#f5f7fa}.jt-part-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),.jt-part-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#c6a15b29!important}.jt-part-comment .ant-input,.jt-part-comment.ant-input{background:#ffffff0a!important;border:1px solid #c6a15b33!important;border-radius:8px!important;color:#f5f7fa!important;transition:border-color .2s ease,background .2s ease}.jt-part-comment .ant-input:hover,.jt-part-comment.ant-input:hover{background:#ffffff0f!important;border-color:#c6a15b73!important}.jt-part-comment .ant-input:focus,.jt-part-comment.ant-input-focused,.jt-part-comment.ant-input:focus{border-color:#c6a15b!important;box-shadow:0 0 0 2px #c6a15b29!important}.jt-part-comment .ant-input::placeholder,.jt-part-comment.ant-input::placeholder{color:#f5f7fa59!important}.jt-part-segmented.ant-segmented{background:#ffffff0d!important;border:1px solid #c6a15b4d;border-radius:8px;padding:2px}.jt-part-segmented .ant-segmented-item{border-radius:6px!important;color:#f5f7faa6;transition:color .2s ease}.jt-part-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected){color:#f5f7fa}.jt-part-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#d8bc84,#c6a15b)!important;box-shadow:0 1px 4px #c6a15b59;color:#0b2417!important;font-weight:600}.jt-part-segmented .ant-segmented-thumb{background:linear-gradient(135deg,#d8bc84,#c6a15b)!important;border-radius:6px!important}.jt-participants-table .ant-table-thead>tr>th{background:#123524!important;border-bottom:2px solid #c6a15b!important;color:#f5f7fa!important;font-weight:700}.jt-participants-table .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:#1b4a34!important}.jt-participants-table .ant-table-thead .ant-table-column-sorter{color:#f5f7fa8c}.jt-participants-table .ant-table-thead>tr>th.ant-table-cell-fix-left,.jt-participants-table .ant-table-thead>tr>th.ant-table-cell-fix-right{background:#123524!important}.logged-in-player-row td:first-child{border-left:3px solid #c6a15b}.logged-in-player-row{background-color:#c6a15b0f!important}.logged-in-player-row:hover>td{background-color:#c6a15b1a!important}.square-radio.ant-radio-wrapper{margin-right:8px}.square-radio .ant-radio{top:0}.square-radio .ant-radio-inner{background-color:#fff!important;border:1px solid #d9d9d9!important;border-radius:2px!important;height:20px!important;width:20px!important}.square-radio .ant-radio-checked .ant-radio-inner{background-color:#fff!important;border-color:#c6a15b!important}.square-radio .ant-radio-checked .ant-radio-inner:after{border:none!important;color:#c6a15b!important;content:"\2714"!important;font-size:11px!important;height:16px!important;left:50%!important;opacity:1!important;position:absolute!important;top:50%!important;transform:translateY(-9%)!important;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s!important;width:auto!important}.square-radio .ant-radio-input:focus+.ant-radio-inner{box-shadow:0 0 0 3px #1890ff14!important}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.venue-page{padding:4px 0}.venue-header-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:12px}.venue-gold-divider{background:linear-gradient(90deg,#c6a15b,#c6a15b00 60%);border-radius:2px;height:2px;margin-bottom:16px}.bofc-venue-table .ant-table{border-radius:10px}.bofc-venue-table .ant-table-cell{padding:12px 14px!important}.bofc-venue-table .ant-table-thead>tr>th{background:#123524!important;border-bottom:2px solid #c6a15b!important;color:#f5f7fa!important;font-weight:700;letter-spacing:.3px;padding:12px 14px!important}.bofc-venue-table .ant-table-thead>tr>th:before{display:none!important}.bofc-venue-table .ant-table-tbody>tr:hover>td{background:#c6a15b14!important}.bofc-status{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.4px;line-height:18px;padding:2px 10px;text-transform:uppercase;white-space:nowrap}.bofc-status__dot{background:currentColor;border-radius:50%;height:6px;width:6px}.bofc-status--active{background:#2e9e5b29;border:1px solid #2e9e5b66;color:#2e9e5b}.bofc-status--inactive{background:#e0736b24;border:1px solid #e0736b61;color:#e0736b}.bofc-act-btn.ant-btn{background:#c6a15b14;border-color:#c6a15b80;border-radius:6px;color:#b98f45;font-weight:600;transition:all .18s ease}.bofc-act-btn.ant-btn:hover{background:#c6a15b29!important;border-color:#c6a15b!important;color:#c6a15b!important}.club-rules-hero,.club-rules-page{position:relative;width:100%}.club-rules-hero{border-radius:12px;border-radius:var(--cr-radius,12px);max-height:240px;overflow:hidden}.club-rules-hero-img{display:block;filter:brightness(1.08) saturate(1.25) contrast(1.05);height:240px;object-fit:cover;object-position:center;width:100%}.club-rules-hero-overlay{background:linear-gradient(90deg,#00000080,#0000001f 35%,#0000 60%),linear-gradient(180deg,#0000 40%,#00000073);display:flex;flex-direction:column;gap:4px;inset:0;justify-content:flex-end;padding:24px 28px 22px 4px;position:absolute}.club-rules-hero-title.ant-typography{color:#fff;font-weight:700;letter-spacing:.2px;margin:0;text-shadow:0 2px 8px #00000080}.club-rules-divider{background:linear-gradient(90deg,#c6a15b,#c6a15b00 60%);background:linear-gradient(90deg,var(--cr-primary,#c6a15b) 0,#c6a15b00 60%);border-radius:2px;height:2px;margin:16px 0 4px}.club-rules-hero-subtitle.ant-typography{color:#ffffffd9;font-size:14px;max-width:640px;text-shadow:0 1px 4px #00000080}.club-rules-wrapper{margin:0;padding:20px 0 96px;width:100%}.club-rules-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.club-rules-count.ant-typography{color:#d8bc84;color:var(--cr-gold-soft,#d8bc84);font-size:13px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.club-rules-page .ant-btn-primary{background:linear-gradient(135deg,#d8bc84,#c6a15b);background:linear-gradient(135deg,var(--cr-gold-soft,#d8bc84) 0,var(--cr-primary,#c6a15b) 100%);border-color:#0000;color:#0b2417;color:var(--cr-navy-deep,#0b2417);font-weight:700}.club-rules-page .ant-btn-primary:focus,.club-rules-page .ant-btn-primary:hover{background:linear-gradient(135deg,#e7d3a6,#d8bc84)!important;background:linear-gradient(135deg,#e7d3a6 0,var(--cr-gold-soft,#d8bc84) 100%)!important;border-color:#0000!important;color:#0b2417!important;color:var(--cr-navy-deep,#0b2417)!important}.club-rules-grid{counter-reset:rule;display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.club-rules-card{align-items:flex-start;background:#ffffff0a;background:var(--cr-surface,#ffffff0a);border:1px solid #ffffff14;border-left:3px solid #c6a15b;border:1px solid var(--cr-border,#ffffff14);border-left:3px solid var(--cr-primary,#c6a15b);border-radius:12px;border-radius:var(--cr-radius,12px);display:flex;gap:16px;padding:18px 20px;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.club-rules-card:hover{border-color:#c6a15b;border-color:var(--cr-primary,#c6a15b);box-shadow:0 8px 24px #00000047;transform:translateY(-2px)}.club-rules-number{align-items:center;background:linear-gradient(135deg,#d8bc84,#c6a15b);background:linear-gradient(135deg,var(--cr-gold-soft,#d8bc84) 0,var(--cr-primary,#c6a15b) 100%);border-radius:50%;box-shadow:0 2px 6px #c6a15b59;color:#0b2417;color:var(--cr-navy-deep,#0b2417);display:flex;flex-shrink:0;font-size:14px;font-weight:800;height:32px;justify-content:center;line-height:1;width:32px}.club-rules-text.ant-typography{color:#ffffffe0;color:var(--cr-text,#ffffffe0);flex:1 1;font-size:15px;line-height:1.7;min-width:0;padding-right:8px}.club-rules-edit.ant-btn{flex-shrink:0;opacity:.55;transition:opacity .18s ease,background .18s ease}.club-rules-card:hover .club-rules-edit.ant-btn{opacity:1}.club-rules-empty{background:#ffffff0a;background:var(--cr-surface,#ffffff0a);border:1px dashed #ffffff1f;border:1px dashed var(--cr-border,#ffffff1f);border-radius:12px;border-radius:var(--cr-radius,12px);padding:48px 16px;text-align:center}.club-rules-fab.ant-btn{align-items:center;bottom:24px;box-shadow:0 6px 18px #0000004d;display:flex;font-size:22px;height:56px;justify-content:center;position:fixed;right:24px;transition:transform .2s ease,box-shadow .2s ease;width:56px;z-index:1000}.club-rules-fab.ant-btn:hover{box-shadow:0 10px 24px #0006;transform:scale(1.08) translateY(-1px)}@media (max-width:768px){.club-rules-hero,.club-rules-hero-img{border-radius:10px;border-radius:var(--cr-radius,10px);height:170px;max-height:170px}.club-rules-hero-overlay{padding:16px 18px}.club-rules-hero-subtitle.ant-typography{font-size:13px}.club-rules-wrapper{padding:16px 2px 88px}.club-rules-card{gap:12px;padding:14px 16px}.club-rules-number{font-size:13px;height:26px;width:26px}.club-rules-text.ant-typography{font-size:14px;line-height:1.6}}@media (max-width:480px){.club-rules-hero,.club-rules-hero-img{height:140px;max-height:140px}.club-rules-hero-title.ant-typography{font-size:22px}.club-rules-hero-subtitle.ant-typography{font-size:12px}.club-rules-add-btn.ant-btn{display:none}.club-rules-card{gap:10px;padding:12px 14px}.club-rules-text.ant-typography{font-size:13.5px}.club-rules-edit.ant-btn{opacity:1}.club-rules-fab.ant-btn{bottom:16px;height:50px;right:16px;width:50px}}@media (hover:none){.club-rules-edit.ant-btn{opacity:1}}@media (max-width:480px){.club-rules-modal .ant-modal{margin:12px;max-width:calc(100vw - 24px)}}.auction-panel-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.auction-panel-card--hover:hover{border-color:#c6a15b8c;box-shadow:0 10px 26px #0e183073;transform:translateY(-2px)}.auction-kicker{font-weight:700;letter-spacing:1.4px}.auction-kicker,.auction-live-chip{font-size:11px;text-transform:uppercase}.auction-live-chip{align-items:center;background:#2e9e5b29;border:1px solid #2e9e5b80;border-radius:999px;color:#2e9e5b;display:inline-flex;font-weight:800;gap:6px;letter-spacing:.6px;padding:2px 10px;white-space:nowrap}.auction-live-chip:before{animation:auctionPulse 1.2s infinite;background:#2e9e5b;border-radius:50%;content:"";height:7px;width:7px}@keyframes auctionPulse{0%{box-shadow:0 0 0 0 #2e9e5b99}70%{box-shadow:0 0 0 6px #2e9e5b00}to{box-shadow:0 0 0 0 #2e9e5b00}}.auction-guide-collapse{border:1px solid #c6a15b4d;border-radius:12px;overflow:hidden}.auction-guide-collapse .ant-collapse-item{border-bottom:none}.auction-guide-collapse .ant-collapse-header{align-items:center!important}.auction-guide-collapse .ant-steps-item-icon{background:#c6a15b24;border-color:#c6a15b80}.auction-guide-collapse .ant-steps-item-icon .ant-steps-icon{color:#c6a15b}.ViewerHomeTab_heroCard__Wwvpr{border-radius:24px;padding:var(--space-2xl) var(--space-lg);text-align:center}.ViewerHomeTab_heroBadge__Tq\+1u{background:color-mix(in oklch,var(--color-accent) 10%,#0000);border:1px solid color-mix(in oklch,var(--color-accent) 35%,#0000);border-radius:var(--radius-pill);color:var(--color-accent);font-family:var(--font-mono);font-weight:700;letter-spacing:.08em;margin-bottom:var(--space-md);padding:4px 14px}.ViewerHomeTab_heroTitleRow__gHQ0f{display:block;width:100%}.ViewerHomeTab_heroTitleWrapper__Ss9Xd{display:inline-block;max-width:100%;position:relative}.ViewerHomeTab_heroTitle__je5XV{color:var(--color-ink);font-family:var(--font-display);font-size:clamp(2rem,6vw,3.5rem);font-weight:900;letter-spacing:var(--tracking-display);line-height:1.15;margin:0;overflow-wrap:break-word;word-break:break-word}.ViewerHomeTab_titleReveal__o5fld{animation:ViewerHomeTab_titleIn__K-y81 var(--dur-long) var(--ease-out) forwards;display:block;opacity:0;transform:translateY(10px)}@keyframes ViewerHomeTab_titleIn__K-y81{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ViewerHomeTab_titleReveal__o5fld{animation-duration:1ms}}.ViewerHomeTab_football__iFJXE{display:none}.ViewerHomeTab_heroSeason__i\+Hxc{color:var(--color-ink-2);display:block;font-size:clamp(1rem,2.5vw,1.25rem);margin-top:var(--space-xs)}.ViewerHomeTab_heroDescription__cJ8Ja{color:var(--color-ink-2);font-size:clamp(.9rem,2vw,1.05rem);margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:var(--space-md);max-width:720px;white-space:pre-line}@media (max-width:768px){.ViewerHomeTab_heroCard__Wwvpr{padding:var(--space-xl) var(--space-sm)}.ViewerHomeTab_heroBadge__Tq\+1u{margin-bottom:var(--space-sm)}.ViewerHomeTab_heroDescription__cJ8Ja{margin-top:var(--space-sm)}}.ViewerFixturesTab_pageWrap__UzaD8{padding:12px 10px 26px}.ViewerFixturesTab_header__u5Nv-{margin-bottom:26px;text-align:center}.ViewerFixturesTab_title__R2XAL{color:#fff!important;font-size:clamp(1.75rem,2.9vw,2.4rem)!important;letter-spacing:-.02em;line-height:1.05!important;margin:0!important}.ViewerFixturesTab_subtitle__-bR\+X{color:#ffffff75!important;display:block;font-size:.8rem;font-weight:700;letter-spacing:.14em;margin-top:10px;text-transform:uppercase}.ViewerFixturesTab_contentWrap__cMV-T{margin:0 auto;max-width:1040px}.ViewerFixturesTab_filterBar__MwmxX{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:24px}.ViewerFixturesTab_filterButton__YvAun{background:#ffffff0a!important;border:1px solid #ffffff1a!important;border-radius:999px!important;color:#ffffffb8!important;font-size:.76rem!important;font-weight:700!important;height:36px!important;letter-spacing:.04em;padding:0 14px!important;transition:all .2s ease}.ViewerFixturesTab_filterButton__YvAun:hover{border-color:#10d67961!important;color:#ffffffe6!important}.ViewerFixturesTab_filterButtonActive__Eb9\+t{background:linear-gradient(135deg,#10ee8a,#0ecf72)!important;border-color:#0000!important;box-shadow:0 10px 22px #10ee8a33;color:#062015!important}.ViewerFixturesTab_groupSection__0-wKc{margin-bottom:24px}.ViewerFixturesTab_groupHeader__pctTU{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.ViewerFixturesTab_groupTitleWrap__TBN0o{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.ViewerFixturesTab_groupTitle__Hkj8a{color:#fff!important;font-size:clamp(1rem,2vw,1.3rem)!important;letter-spacing:.02em;margin:0!important;text-transform:uppercase}.ViewerFixturesTab_groupDivider__f-H8Q{background:linear-gradient(90deg,#ffffff2e,#ffffff05);flex:1 1;height:1px}.ViewerFixturesTab_groupCountTag__dcI4i{background:#ffffff0a!important;border:1px solid #ffffff14!important;border-radius:999px!important;color:#fff9!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.03em;margin:0!important;padding:4px 11px!important}.ViewerFixturesTab_matchCard__vaTlT{background:linear-gradient(145deg,#1f242cf7,#161b22f2)!important;border:1px solid #ffffff1a!important;border-radius:22px!important;box-shadow:0 12px 28px #0000003d;margin-bottom:14px}.ViewerFixturesTab_matchCardCompleted__AKIHZ{background:linear-gradient(145deg,#182030f7,#131923f5)!important}.ViewerFixturesTab_matchCardLive__Eto4Q{border-color:#10ee8a6b!important;box-shadow:0 12px 30px #10ee8a29}.ViewerFixturesTab_cardTopRow__Zlg7x{align-items:center;border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:14px;padding-bottom:11px}.ViewerFixturesTab_stageTag__M10Nk{background:#10ee8a24!important;border:none!important;border-radius:999px!important;color:#24eba1!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.06em;margin:0!important;padding:5px 12px!important}.ViewerFixturesTab_statusTag__BOPlJ{font-size:.72rem!important;font-weight:700}.ViewerFixturesTab_liveStatusText__2ktaY{color:#52c41a!important;font-size:.72rem!important;font-weight:600!important}.ViewerFixturesTab_cardTopMeta__mBpLJ{color:#ffffff8c!important;font-size:.72rem!important;font-weight:700;letter-spacing:.04em}.ViewerFixturesTab_teamsGrid__0HaYW{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin-bottom:12px;padding:2px 0}.ViewerFixturesTab_teamBlock__97rB3{align-items:center;display:flex;gap:14px;min-width:0;padding:1px 0}.ViewerFixturesTab_teamHome__4RODW{justify-content:flex-end}.ViewerFixturesTab_teamAway__550fz{justify-content:flex-start}.ViewerFixturesTab_teamName__dkCmE{color:#fff!important;font-size:1.4rem;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ViewerFixturesTab_teamLogo__c8e6T{background:linear-gradient(180deg,#f0fff5,#ddf7e9)!important;border:2px solid #ffffffc7;color:#16da84!important;flex-shrink:0;font-weight:900}.ViewerFixturesTab_vsWrap__mHgeD{text-align:center}.ViewerFixturesTab_vsBadge__ZMbCj{background:#ffffff0d;border:1px solid #ffffff24;border-radius:50%;color:#ffffff8c;display:inline-grid;font-size:.92rem;font-weight:800;height:46px;letter-spacing:.08em;place-items:center;width:46px}.ViewerFixturesTab_cardMetaRow__4eiug{align-items:center;display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center;margin-top:16px}.ViewerFixturesTab_metaItem__QcnK5{align-items:center;color:#ffffffa8!important;display:inline-flex;font-size:.8rem!important;gap:7px}.ViewerFixturesTab_loadingWrap__qfCHH{padding:48px;text-align:center}.ViewerFixturesTab_emptyWrap__C34Ks{padding:48px}@media (max-width:640px){.ViewerFixturesTab_pageWrap__UzaD8{padding:0}.ViewerFixturesTab_title__R2XAL{font-size:1.45rem!important;line-height:1.08!important}.ViewerFixturesTab_subtitle__-bR\+X{font-size:.65rem;letter-spacing:.08em}.ViewerFixturesTab_filterBar__MwmxX{gap:8px;margin-bottom:18px}.ViewerFixturesTab_filterButton__YvAun{font-size:.72rem!important;height:34px!important;padding:0 12px!important}.ViewerFixturesTab_matchCard__vaTlT{border-radius:18px!important}.ViewerFixturesTab_stageTag__M10Nk{font-size:.6rem!important;padding:3px 8px!important}.ViewerFixturesTab_cardTopMeta__mBpLJ,.ViewerFixturesTab_liveStatusText__2ktaY,.ViewerFixturesTab_statusTag__BOPlJ{font-size:.6rem!important}.ViewerFixturesTab_teamsGrid__0HaYW{gap:10px;margin-bottom:8px;padding:0}.ViewerFixturesTab_teamBlock__97rB3{align-items:center;flex-direction:column;gap:6px;justify-content:center!important;padding:0}.ViewerFixturesTab_teamName__dkCmE{font-size:11px;order:2;overflow:visible;text-align:center;text-overflow:clip;white-space:normal}.ViewerFixturesTab_teamLogo__c8e6T{order:1}.ViewerFixturesTab_vsBadge__ZMbCj{font-size:.78rem;height:35px;width:35px}.ViewerFixturesTab_metaItem__QcnK5{font-size:.74rem!important}}.ViewerTableTab_pageWrap__dz6pi{padding:12px 10px 26px}.ViewerTableTab_header__Fxh7s{margin-bottom:26px;text-align:center}.ViewerTableTab_title__qnyIl{color:#fff!important;font-size:clamp(1.75rem,2.9vw,2.4rem)!important;letter-spacing:-.02em;line-height:1.05!important;margin:0!important}.ViewerTableTab_subtitle__4iR8g{color:#ffffff75!important;display:block;font-size:.8rem;font-weight:700;letter-spacing:.14em;margin-top:10px;text-transform:uppercase}.ViewerTableTab_contentWrap__ZjUq4{margin:0 auto;max-width:1040px}.ViewerTableTab_sectionCard__yfoXh{background:linear-gradient(145deg,#182030f7,#131923f5)!important;border:1px solid #ffffff1a!important;border-radius:22px!important;box-shadow:0 12px 28px #0000003d;margin-bottom:22px}.ViewerTableTab_sectionHeader__eApSb{align-items:center;border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding-bottom:14px}.ViewerTableTab_headerLeft__ShbF4{align-items:center;display:flex;gap:10px}.ViewerTableTab_sectionTitle__tg6y4{color:#fff!important;font-size:clamp(1rem,2vw,1.3rem)!important;font-weight:600!important;letter-spacing:.02em;line-height:1.2!important;margin:0!important;text-transform:uppercase}.ViewerTableTab_statusTag__xOFK3{background:#52c41a1f!important;border:1px solid #52c41a73!important;border-radius:999px!important;color:#52c41a!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.04em;margin:0!important;padding:4px 11px!important}.ViewerTableTab_headerRight__dgiKM{color:#ffffff8c!important;font-size:.75rem!important;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ViewerTableTab_tableWrapper__p0BDM{overflow-x:auto}.ViewerTableTab_tableWrapperMobile__1kfYJ{border-radius:8px;display:flex;gap:0;overflow:hidden}.ViewerTableTab_tableFixedLeft__8okYY{border-right:1px solid #ffffff14;flex:0 0 65%;overflow:hidden}.ViewerTableTab_tableScrollableRight__1bZtv{-ms-overflow-style:none;flex:1 1;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.ViewerTableTab_tableScrollableRight__1bZtv::-webkit-scrollbar{display:none}.ViewerTableTab_tableFixedLeft__8okYY .ViewerTableTab_headerRow__oaGlI,.ViewerTableTab_tableScrollableRight__1bZtv .ViewerTableTab_headerRow__oaGlI{background:#00000026;border-bottom:1px solid #ffffff14;border-radius:0;margin-bottom:0;padding:10px 4px 14px!important}.ViewerTableTab_tableFixedLeft__8okYY .ViewerTableTab_ant-list-item__72bxH,.ViewerTableTab_tableScrollableRight__1bZtv .ViewerTableTab_ant-list-item__72bxH{margin-bottom:0!important;padding:0!important}.ViewerTableTab_tableFixedLeft__8okYY .ViewerTableTab_dataRow__OOcSE,.ViewerTableTab_tableScrollableRight__1bZtv .ViewerTableTab_dataRow__OOcSE{align-items:center;border-bottom:1px solid #ffffff0d;display:grid;min-height:44px;padding:11px 4px}.ViewerTableTab_headerRow__oaGlI{grid-gap:6px;align-items:center;background:#00000026;border-bottom:1px solid #ffffff14;border-radius:8px;display:grid;gap:6px;margin-bottom:4px;padding:0 4px 14px;padding:10px 4px 14px!important}.ViewerTableTab_headerCell__dMuIt{color:#fff9!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.06em;text-align:center;text-transform:uppercase}.ViewerTableTab_headerCellTeam__4TuPk{text-align:left}.ViewerTableTab_dataRow__OOcSE{grid-gap:6px;align-items:center;border-bottom:1px solid #ffffff0d;display:grid;gap:6px;padding:11px 4px;transition:background-color .2s ease}.ViewerTableTab_dataRow__OOcSE:hover{background-color:#ffffff08}.ViewerTableTab_dataRowEven__8Z\+J5{background-color:#00000014}.ViewerTableTab_rankAvatar__-8IZC,.ViewerTableTab_rankCell__-41qN{align-items:center;display:flex;justify-content:center}.ViewerTableTab_rankAvatar__-8IZC{font-weight:700}.ViewerTableTab_teamCell__cmOq0{align-items:center;display:flex;gap:10px;min-width:0}.ViewerTableTab_teamLogo__GGMAv{background:#ffffff14!important;border:1px solid #ffffff1a!important;color:#ffffffd9!important;flex-shrink:0;font-weight:700!important}.ViewerTableTab_teamName__IhbYy{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fffffff0!important;display:-webkit-box;font-weight:600!important;line-height:1.25;min-width:0;overflow:hidden;white-space:normal;word-break:break-word}.ViewerTableTab_statCell__A16vp{color:#ffffffbf!important;font-weight:500!important;text-align:center}.ViewerTableTab_gdCell__9U2cd{font-weight:700!important;text-align:center}.ViewerTableTab_gdPositive__iKRFS{color:#52c41a!important}.ViewerTableTab_gdNegative__5jQxS{color:#ff4d4f!important}.ViewerTableTab_gdNeutral__BIjq1{color:#ffffffbf!important}.ViewerTableTab_ptsCell__TmeGN{color:#69b1ff!important;font-weight:800!important;text-align:center}.ViewerTableTab_loadingWrap__CsdJp{padding:48px;text-align:center}.ViewerTableTab_emptyWrap__m9\+g-{padding:48px}@media (max-width:768px){.ViewerTableTab_pageWrap__dz6pi{padding:12px 8px 20px}.ViewerTableTab_title__qnyIl{font-size:1.45rem!important}.ViewerTableTab_sectionCard__yfoXh{border-radius:18px!important;margin-bottom:18px}.ViewerTableTab_sectionHeader__eApSb{margin-bottom:12px;padding-bottom:10px}.ViewerTableTab_sectionTitle__tg6y4{font-size:1rem!important}.ViewerTableTab_tableFixedLeft__8okYY .ViewerTableTab_headerRow__oaGlI,.ViewerTableTab_tableScrollableRight__1bZtv .ViewerTableTab_headerRow__oaGlI{gap:4px;padding:8px 2px 10px!important}.ViewerTableTab_tableFixedLeft__8okYY .ViewerTableTab_dataRow__OOcSE,.ViewerTableTab_tableScrollableRight__1bZtv .ViewerTableTab_dataRow__OOcSE{gap:4px;padding:6px 2px!important}.ViewerTableTab_headerRow__oaGlI{gap:6px;padding:0 2px 10px}.ViewerTableTab_dataRow__OOcSE{gap:6px;padding:8px 2px}.ViewerTableTab_headerCell__dMuIt{font-size:.65rem!important;letter-spacing:.04em}.ViewerTableTab_statCell__A16vp{font-size:.8rem!important}.ViewerTableTab_ptsCell__TmeGN{font-size:.85rem!important}.ViewerTableTab_rankAvatar__-8IZC{max-height:20px!important;max-width:20px!important}}@media (max-width:480px){.ViewerTableTab_pageWrap__dz6pi{padding:10px 6px 16px}.ViewerTableTab_title__qnyIl{font-size:1.25rem!important}.ViewerTableTab_sectionCard__yfoXh{margin-bottom:14px}.ViewerTableTab_sectionHeader__eApSb{margin-bottom:10px;padding-bottom:8px}.ViewerTableTab_sectionTitle__tg6y4{font-size:.95rem!important}.ViewerTableTab_headerRight__dgiKM{font-size:.65rem!important}}.ViewerPlayersTab_pageWrap__yZGcb{margin:0 auto;max-width:1400px;padding:24px}.ViewerPlayersTab_header__Cd7pO{margin-bottom:32px}.ViewerPlayersTab_title__V5W-S{color:var(--color-ink);font-family:var(--font-display);font-size:28px;font-weight:700;margin:0 0 8px}.ViewerPlayersTab_subtitle__bDP2T{color:#ffffffa6;font-size:14px}.ViewerPlayersTab_contentWrap__j731d{width:100%}.ViewerPlayersTab_filterBar__rrdAI{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.ViewerPlayersTab_filterDropdown__veyQd{display:none;margin-bottom:28px}.ViewerPlayersTab_filterSelect__2N7le{width:100%}.ViewerPlayersTab_filterSelect__2N7le .ant-select-selector{background:linear-gradient(145deg,#1f242cf7,#161b22f2)!important;border:1px solid #ffffff1a!important;border-radius:8px!important;color:#ffffffd9!important;font-size:13px!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-selector:hover{border-color:#fff3!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-focused .ant-select-selector{border-color:var(--color-accent)!important;box-shadow:0 0 0 2px color-mix(in oklch,var(--color-accent) 10%,#0000)!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-arrow,.ViewerPlayersTab_filterSelect__2N7le .ant-select-clear{color:#ffffffa6!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-item-option{background:#1f242cf7!important;color:#ffffffd9!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-item-option:hover{background:color-mix(in oklch,var(--color-accent) 12%,#0000)!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-item-option-selected{background:#1f242cf7!important;color:var(--color-accent)!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-selection-item{background:#0000!important;border-color:var(--color-accent)!important;color:var(--color-accent)!important;font-weight:500!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-selection-item-remove{color:#ffffffa6!important}.ViewerPlayersTab_filterSelect__2N7le .ant-select-selection-item-remove:hover{color:#fff!important}.ViewerPlayersTab_filterButton__nw\+Ea{background:#0000;border:1px solid #ffffff1a;border-radius:6px;color:#ffffffa6;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.ViewerPlayersTab_filterButton__nw\+Ea:hover{border-color:#fff3;color:#ffffffd9}.ViewerPlayersTab_filterButtonActive__LTQ74{background:#ffffff1f;border-color:var(--color-accent)!important;color:var(--color-accent)!important}.ViewerPlayersTab_teamsGrid__6tFSl{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}@media (max-width:768px){.ViewerPlayersTab_teamsGrid__6tFSl{grid-template-columns:1fr}}.ViewerPlayersTab_teamCard__4KWgu{background:linear-gradient(145deg,#1f242cf7,#161b22f2);border:1px solid #ffffff1a;border-radius:22px;box-shadow:0 12px 28px #0000003d;height:100%;transition:all .3s ease}.ViewerPlayersTab_teamCard__4KWgu:hover{border-color:#fff3;box-shadow:0 16px 36px #0000004d}.ViewerPlayersTab_cardHeader__ODorb{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;gap:14px;margin-bottom:16px;padding-bottom:16px}.ViewerPlayersTab_teamLogo__tz8Js{background:var(--color-paper)!important;border:2px solid #ffffff1a;box-shadow:0 4px 12px color-mix(in oklch,var(--color-accent) 10%,#0000);color:var(--color-accent);flex-shrink:0;font-weight:700}.ViewerPlayersTab_teamInfo__hZUor{flex:1 1;min-width:0}.ViewerPlayersTab_teamName__AYqIM{color:#fff;display:block;font-size:15px;font-weight:600;margin:0}.ViewerPlayersTab_teamMeta__phmm4{color:#ffffff8c;font-size:12px;margin-top:2px}.ViewerPlayersTab_playersList__7Y2Zc{display:flex;flex-direction:column;gap:0}.ViewerPlayersTab_playerItem__URUGJ{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;gap:12px;padding:10px 0}.ViewerPlayersTab_playerItem__URUGJ:last-child{border-bottom:none}.ViewerPlayersTab_playerItem__URUGJ:hover{background:#0000}.ViewerPlayersTab_playerAvatar__Dt7XJ{background:#ffffff14!important;border:1px solid #ffffff1a;flex-shrink:0;transition:transform .2s ease}.ViewerPlayersTab_playerAvatarClickable__l6RJZ{cursor:pointer}.ViewerPlayersTab_playerAvatarClickable__l6RJZ:hover{background:#ffffff1f!important;transform:scale(1.05)}.ViewerPlayersTab_playerContent__X1Q-k{flex:1 1;min-width:0}.ViewerPlayersTab_playerName__AQe3Q{color:#ffffffd9;display:block;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ViewerPlayersTab_emptyWrap__OTAz5{padding:60px 24px}.ViewerPlayersTab_loadingWrap__tzA0G{align-items:center;display:flex;justify-content:center;padding:60px 24px}@media (max-width:576px){.ViewerPlayersTab_pageWrap__yZGcb{padding:16px}.ViewerPlayersTab_header__Cd7pO{margin-bottom:24px}.ViewerPlayersTab_title__V5W-S{font-size:22px}.ViewerPlayersTab_subtitle__bDP2T{font-size:13px}.ViewerPlayersTab_filterBar__rrdAI{display:none}.ViewerPlayersTab_filterDropdown__veyQd{display:block}.ViewerPlayersTab_teamsGrid__6tFSl{gap:16px;grid-template-columns:1fr}.ViewerPlayersTab_playerName__AQe3Q{font-size:12px}}.ViewerRulesTab_rulesContent__H4i5W{color:#ffffffd1;line-height:1.7}.ViewerRulesTab_rulesContent__H4i5W h1,.ViewerRulesTab_rulesContent__H4i5W h2,.ViewerRulesTab_rulesContent__H4i5W h3{color:#fff;margin-bottom:12px;margin-top:28px}.ViewerRulesTab_rulesContent__H4i5W h1:first-child,.ViewerRulesTab_rulesContent__H4i5W h2:first-child,.ViewerRulesTab_rulesContent__H4i5W h3:first-child{margin-top:0}.ViewerRulesTab_rulesContent__H4i5W h2{border-bottom:1px solid #ffffff14;font-size:1.25rem;font-weight:800;padding-bottom:8px}.ViewerRulesTab_rulesContent__H4i5W p{margin:8px 0}.ViewerRulesTab_rulesContent__H4i5W ol,.ViewerRulesTab_rulesContent__H4i5W ul{margin:8px 0;padding-left:24px}.ViewerRulesTab_rulesContent__H4i5W li{margin:6px 0}.ViewerRulesTab_rulesContent__H4i5W li>ol,.ViewerRulesTab_rulesContent__H4i5W li>ul{margin-top:6px}.ViewerRulesTab_rulesContent__H4i5W strong{color:#fff}.ViewerRulesTab_rulesContent__H4i5W a{color:var(--color-accent)}.ViewerRulesTab_rulesContent__H4i5W code{background:#ffffff0f;border-radius:4px;padding:2px 6px}.ViewerRulesTab_rulesContent__H4i5W hr{border:none;border-top:1px solid #ffffff14;margin:20px 0}.ViewerTournamentFlowTab_flowTabWrap__gDRZi{display:flex;flex-direction:column;height:calc(100vh - 220px);min-height:500px;width:100%}.ViewerTournamentFlowTab_toggleWrap__6eTzY{display:flex;justify-content:center;padding:12px 0}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:4px}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented-item{border-radius:10px;transition:all .2s ease}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented-item-label{color:#ffffffb8;font-weight:700}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented-item:hover .ant-segmented-item-label{color:var(--color-accent)}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented-thumb{background:color-mix(in oklch,var(--color-accent) 8%,#0000)!important;border:1px solid var(--color-accent);border-radius:10px!important;box-shadow:0 0 0 1px color-mix(in oklch,var(--color-accent) 30%,#0000)}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented-item-selected{background:#0000;box-shadow:none}.ViewerTournamentFlowTab_toggleWrap__6eTzY .ant-segmented-item-selected .ant-segmented-item-label{color:var(--color-accent)!important}.ViewerTournamentFlowTab_flowWrap__eGsym{flex:1 1;min-height:0}.ViewerTournamentFlowTab_imageWrap__DW-bc{display:flex;flex:1 1;justify-content:center;min-height:0;overflow:auto}.ViewerTournamentFlowTab_roadmapImage__zbgOc{max-width:100%}.ViewerTournamentFlowTab_loadingWrap__0DqD6{align-items:center;display:flex;justify-content:center;min-height:400px}.ViewerTournamentFlowTab_emptyWrap__VisLz{padding:60px 0}.ViewerLoginTab_wrap__VgrSH{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:32px 0 56px}.ViewerLoginTab_card__C4yqP{animation:ViewerLoginTab_viewerLoginRise__xXegW .5s ease-out;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 30px 60px #00000073,0 0 0 1px #ffffff0f;display:flex;max-width:920px;min-height:440px;overflow:hidden;width:100%}.ViewerLoginTab_brandPanel__Dmo2b{align-items:center;background-image:var(--login-bg);background-position:50%;background-size:cover;display:flex;flex:1.1 1;justify-content:center;position:relative}.ViewerLoginTab_brandOverlay__2eh-G{background:linear-gradient(135deg,#080c1459,#0b122033 50%,#081c1659);inset:0;position:absolute}.ViewerLoginTab_brandContent__UdbRd{padding:40px 32px;position:relative;text-align:center;z-index:1}.ViewerLoginTab_brandLogo__Z7pkv{filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));margin-bottom:20px;max-width:60%;width:140px}.ViewerLoginTab_brandTitle__efYPT{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:.02em;margin:0 0 6px}.ViewerLoginTab_brandSubtitle__ZUXdm{color:#ffffffb3;font-size:.95rem;letter-spacing:.18em;margin:0;text-transform:uppercase}.ViewerLoginTab_formPanel__xk74v{background:linear-gradient(135deg,#0e1222fa,#131b2ef5);display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:44px 40px}.ViewerLoginTab_title__Qaflo{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 6px}.ViewerLoginTab_subtitle__ozutD{color:#fff9;font-size:.92rem;margin:0 0 26px}.ViewerLoginTab_form__ezd73 .ant-form-item-label>label{color:#ffffffd1}.ViewerLoginTab_form__ezd73 .ant-input,.ViewerLoginTab_form__ezd73 .ant-input-affix-wrapper{background:#ffffff0f;border:1px solid #ffffff24;color:#f1f5f9}.ViewerLoginTab_form__ezd73 .ant-input-affix-wrapper>.ant-input{background:#0000;border:none;color:#f1f5f9}.ViewerLoginTab_form__ezd73 .ant-input-affix-wrapper>.ant-input::placeholder,.ViewerLoginTab_form__ezd73 .ant-input::placeholder{color:#fff6}.ViewerLoginTab_form__ezd73 .ant-input-affix-wrapper:hover,.ViewerLoginTab_form__ezd73 .ant-input:hover{border-color:#ffffff47}.ViewerLoginTab_form__ezd73 .ant-input-affix-wrapper-focused,.ViewerLoginTab_form__ezd73 .ant-input-focused,.ViewerLoginTab_form__ezd73 .ant-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.ViewerLoginTab_form__ezd73 .ant-input-password-icon,.ViewerLoginTab_form__ezd73 .ant-input-suffix .anticon{color:#ffffff8c}.ViewerLoginTab_form__ezd73 .ant-input-password-icon:hover{color:#ffffffd9}.ViewerLoginTab_form__ezd73 .ant-input:-webkit-autofill,.ViewerLoginTab_form__ezd73 .ant-input:-webkit-autofill:active,.ViewerLoginTab_form__ezd73 .ant-input:-webkit-autofill:focus,.ViewerLoginTab_form__ezd73 .ant-input:-webkit-autofill:hover{-webkit-text-fill-color:#f1f5f9!important;box-shadow:inset 0 0 0 1000px #141a2e!important;caret-color:#f1f5f9;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.ViewerLoginTab_rememberRow__07kMZ{margin-bottom:14px}.ViewerLoginTab_submitRow__o1CSt{margin-bottom:0}@keyframes ViewerLoginTab_viewerLoginRise__xXegW{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.ViewerLoginTab_wrap__VgrSH{min-height:auto;padding:16px 0 40px}.ViewerLoginTab_card__C4yqP{flex-direction:column;max-width:420px;min-height:auto}.ViewerLoginTab_brandPanel__Dmo2b{flex:none;min-height:170px}.ViewerLoginTab_brandLogo__Z7pkv{margin-bottom:12px;width:96px}.ViewerLoginTab_brandTitle__efYPT{font-size:1.3rem}.ViewerLoginTab_formPanel__xk74v{padding:28px 24px 32px}}.TournamentViewerPage_viewerLayout__BqX83{background:radial-gradient(1200px 420px at 50% -220px,color-mix(in oklch,var(--color-accent) 10%,#0000),#0000);height:100%}.TournamentViewerPage_viewerContent__F\+i1X{display:flex;flex-direction:column;overflow:auto;scrollbar-width:none}.TournamentViewerPage_viewerContent__F\+i1X::-webkit-scrollbar{display:none}.TournamentViewerPage_tabsOuter__Bshln{flex:1 1;padding:0 20px}.TournamentViewerPage_tabsInner__nQ9WP{margin-left:auto;margin-right:auto}.TournamentViewerPage_commandBar__VlbR6{animation:TournamentViewerPage_heroIn__0scyf var(--dur-long) var(--ease-out) forwards;background:linear-gradient(135deg,color-mix(in oklch,var(--color-accent) 7%,#0000) 0,var(--color-paper-2) 45%,var(--color-paper) 100%);border:1px solid var(--color-rule);border-radius:16px;box-shadow:0 18px 40px #0000003d;color:var(--color-ink);margin-top:var(--space-sm);opacity:0;padding:var(--space-md) var(--space-lg);transform:translateY(8px)}@keyframes TournamentViewerPage_heroIn__0scyf{to{opacity:1;transform:translateY(0)}}.TournamentViewerPage_commandBarTop__x-pHj{align-items:center;display:flex;gap:var(--space-md);justify-content:space-between}.TournamentViewerPage_statFigure__ovCPn{align-items:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;line-height:1;min-width:64px}.TournamentViewerPage_statFigureNum__Mrx4y{font-feature-settings:"tnum";color:var(--color-accent);font-family:var(--font-display);font-size:clamp(2rem,5vw,3.25rem);font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:var(--tracking-display);line-height:.95}.TournamentViewerPage_statFigureLabel__0EmVZ{color:var(--color-muted);font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.1em;margin-top:2px;text-transform:uppercase}.TournamentViewerPage_identity__6l3DQ{align-items:center;display:flex;flex:1 1;gap:var(--space-md);min-width:0}.TournamentViewerPage_identityText__yv4Qq{flex:1 1;min-width:0}.TournamentViewerPage_titleLine__RpAtO{align-items:center;display:flex;gap:var(--space-2xs);margin-bottom:var(--space-3xs);min-width:0}.TournamentViewerPage_tournamentName__GGwW2{color:var(--color-ink);font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:0;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TournamentViewerPage_statusPill__SwM6R{border:1px solid #0000;border-radius:var(--radius-pill);flex-shrink:0;font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.06em;line-height:1.4;padding:3px 10px;text-transform:uppercase}.TournamentViewerPage_statusOngoing__1KqA1{animation:TournamentViewerPage_livePulse__zQa-6 2s var(--ease-in-out) infinite;background:color-mix(in oklch,var(--color-live) 14%,#0000);border-color:color-mix(in oklch,var(--color-live) 45%,#0000);color:var(--color-live)}@media (prefers-reduced-motion:reduce){.TournamentViewerPage_statusOngoing__1KqA1{animation:none}}@keyframes TournamentViewerPage_livePulse__zQa-6{0%,to{opacity:1}50%{opacity:.62}}.TournamentViewerPage_statusUpcoming__-iGZr{background:color-mix(in oklch,var(--color-accent) 14%,#0000);border-color:color-mix(in oklch,var(--color-accent) 45%,#0000);color:var(--color-accent)}.TournamentViewerPage_statusConcluded__wQM46{background:color-mix(in oklch,var(--color-muted) 14%,#0000);border-color:color-mix(in oklch,var(--color-muted) 40%,#0000);color:var(--color-muted)}.TournamentViewerPage_statusInactive__LplU4{background:color-mix(in oklch,var(--color-danger) 16%,#0000);border-color:color-mix(in oklch,var(--color-danger) 40%,#0000);color:var(--color-danger)}.TournamentViewerPage_infoMetaRow__-JTiG{width:100%}.TournamentViewerPage_infoMetaText__IqqC7{color:var(--color-ink-2)!important;font-size:.82rem!important;max-width:100%;white-space:nowrap}.TournamentViewerPage_controlsRow__vHhdL{align-items:center;display:flex;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:var(--space-2xs)}.TournamentViewerPage_tournamentSelect__jN1I2{min-width:0}.TournamentViewerPage_optionLabel__y3531{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TournamentViewerPage_emptyStateWrap__kT32O{align-items:center;display:flex;flex:1 1;justify-content:center}.TournamentViewerPage_emptyIcon__gdnir{color:var(--color-accent);font-size:64px}.TournamentViewerPage_emptyDescription__I5rm0{color:var(--color-ink-2)!important}@media (max-width:768px){.TournamentViewerPage_commandBar__VlbR6{border-radius:14px;margin-top:var(--space-xs);padding:var(--space-sm) var(--space-xs)}.TournamentViewerPage_commandBarTop__x-pHj{align-items:stretch;flex-direction:column;gap:var(--space-sm)}.TournamentViewerPage_identity__6l3DQ{gap:var(--space-sm)}.TournamentViewerPage_statFigureNum__Mrx4y{font-size:1.75rem}.TournamentViewerPage_tournamentName__GGwW2{font-size:1.05rem;white-space:normal;word-break:break-word}.TournamentViewerPage_titleLine__RpAtO{flex-wrap:wrap}.TournamentViewerPage_infoMetaText__IqqC7{font-size:.75rem!important;white-space:normal;word-break:break-word}.TournamentViewerPage_controlsRow__vHhdL{width:100%}}:root{--color-paper:oklch(23.6% 0.040 158.4);--color-paper-2:oklch(29.8% 0.051 159.7);--color-paper-3:oklch(37.0% 0.064 160.4);--color-ink:oklch(96% 0.010 160);--color-ink-2:oklch(74% 0.012 160);--color-rule:oklch(34% 0.040 160);--color-rule-2:oklch(30% 0.040 160);--color-muted:oklch(58% 0.015 160);--color-accent:oklch(72.8% 0.099 82.1);--color-accent-hover:oklch(80.6% 0.080 84.2);--color-accent-ink:oklch(23.6% 0.040 158.4);--color-focus:oklch(78% 0.160 82);--color-live:oklch(55% 0.180 22);--color-success:oklch(62.1% 0.141 152.7);--color-danger:oklch(38.0% 0.134 21.6);--font-display:"Space Grotesk",ui-sans-serif,system-ui,sans-serif;--font-body:"IBM Plex Sans",ui-sans-serif,system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SF Mono",monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-md:1.125rem;--text-lg:1.375rem;--text-xl:1.75rem;--text-2xl:2.25rem;--text-display:clamp(2.5rem,5vw,4.5rem);--text-display-s:clamp(2rem,4vw,3.25rem);--tracking-display:-0.01em;--space-3xs:0.25rem;--space-2xs:0.5rem;--space-xs:0.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4.5rem;--space-3xl:7rem;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--dur-short:150ms;--dur-med:220ms;--dur-long:400ms;--radius-card:10px;--radius-input:8px;--radius-pill:999px}.light-mode{--color-paper:oklch(97% 0.012 90);--color-paper-2:oklch(94% 0.014 90);--color-paper-3:oklch(91% 0.016 90);--color-ink:oklch(20% 0.030 160);--color-ink-2:oklch(40% 0.020 160);--color-rule:oklch(85% 0.015 90);--color-rule-2:oklch(89% 0.015 90);--color-muted:oklch(48% 0.018 160);--color-accent:oklch(35% 0.075 160);--color-accent-hover:oklch(30% 0.075 160);--color-accent-ink:oklch(97% 0.012 90);--color-focus:oklch(45% 0.100 160);--color-live:oklch(48% 0.190 25);--color-success:oklch(45% 0.130 152);--color-danger:oklch(48% 0.200 25)}@media (prefers-reduced-motion:reduce){:root{--dur-short:1ms;--dur-med:1ms;--dur-long:1ms}}html{color-scheme:light}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.noscrollbar::-webkit-scrollbar{display:none}.noscrollbar{-ms-overflow-style:none;scrollbar-width:none}.slimScroll::-webkit-scrollbar{height:4px;width:4px}.slimScroll::-webkit-scrollbar-track{background:#e7e7e7}.slimScroll::-webkit-scrollbar-thumb{background:#888;border-radius:20px}.slimScroll::-webkit-scrollbar-thumb:hover{background:#555}.tournament-table .ant-table-row:hover{cursor:pointer}@media (max-width:768px){.ant-table-wrapper{font-size:12px}.ant-table-small .ant-table-thead>tr>th{font-size:11px;padding:8px 4px!important}.ant-table-small .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;font-size:11px;padding:6px 4px!important}.ant-table-tbody>tr{min-height:40px}.ant-pagination{font-size:12px}.ant-pagination-options{display:none}}.ant-layout{min-height:100vh}.ant-layout-content{background:#0000}.ant-dropdown{border-radius:8px}.ant-avatar{transition:all .2s ease}.ant-avatar:hover{transform:scale(1.05)}@media (prefers-color-scheme:dark){.ant-layout-header{border-bottom-color:#303030!important}}@media (prefers-color-scheme:light){.ant-layout-header{border-bottom-color:#f0f0f0!important}}@media (max-width:768px){.ant-layout-header .ant-row{padding:0 8px}.ant-layout-header .ant-typography{font-size:16px!important}}.ant-btn,.ant-dropdown-trigger,.ant-switch{transition:all .2s cubic-bezier(.645,.045,.355,1)}.tournament-portal-select-custom .ant-select-selector{align-items:center!important;background:#0006!important;border:1px solid var(--color-accent)!important;border-radius:var(--radius-input)!important;color:#fff!important;display:flex!important;transition:border-color var(--dur-short) var(--ease-out)!important;transition:all var(--dur-short) var(--ease-out)}.tournament-portal-select-custom.ant-select-focused .ant-select-selector,.tournament-portal-select-custom.ant-select-open .ant-select-selector,.tournament-portal-select-custom:hover .ant-select-selector{box-shadow:0 12px 30px color-mix(in oklch,var(--color-accent) 28%,#0000)!important;transform:translateY(-1px)}.tournament-portal-select-custom.ant-select-focused .ant-select-arrow,.tournament-portal-select-custom.ant-select-focused .ant-select-selection-item,.tournament-portal-select-custom.ant-select-open .ant-select-arrow,.tournament-portal-select-custom.ant-select-open .ant-select-selection-item,.tournament-portal-select-custom:hover .ant-select-arrow,.tournament-portal-select-custom:hover .ant-select-selection-item{color:#fff!important}.tournament-portal-select-custom .ant-select-selection-item,.tournament-portal-select-custom .ant-select-selection-placeholder{color:#fff!important;font-weight:500!important}.tournament-portal-select-custom .ant-select-selection-search,.tournament-portal-select-custom .ant-select-selection-search-input{color:#fff!important}.tournament-portal-select-custom .ant-select-selection-search-input::placeholder{color:#fff!important;opacity:.6!important}.tournament-portal-select-custom .ant-select-arrow,.tournament-portal-select-custom .ant-select-suffix,.tournament-portal-select-custom .ant-select-suffix .anticon,.tournament-portal-select-custom .ant-select-suffix .anticon svg{fill:#fff!important;stroke:#fff!important;color:#fff!important}.tournament-portal-select .ant-select-selector{background:linear-gradient(135deg,var(--color-accent) 0,var(--color-accent-hover) 100%)!important;border:none!important;border-radius:var(--radius-pill)!important;box-shadow:0 10px 22px color-mix(in oklch,var(--color-accent) 22%,#0000)!important;min-height:40px!important}.tournament-portal-select .ant-select-selection-item,.tournament-portal-select .ant-select-selection-placeholder{color:var(--color-accent-ink)!important;font-weight:700!important}.tournament-portal-select.ant-select-focused .ant-select-selector,.tournament-portal-select.ant-select-open .ant-select-selector{box-shadow:0 0 0 2px color-mix(in oklch,var(--color-accent) 25%,#0000),0 10px 22px color-mix(in oklch,var(--color-accent) 22%,#0000)!important}.tournament-viewer-tabs .ant-tabs-nav{margin:14px 0 18px!important;padding:8px 0}.tournament-viewer-tabs .ant-tabs-nav:before{border-bottom-color:#ffffff14!important;bottom:0}.tournament-viewer-tabs .ant-tabs-nav-wrap{justify-content:center}.tournament-viewer-tabs .ant-tabs-nav-list{flex-wrap:wrap;gap:12px;justify-content:center}.tournament-viewer-tabs .ant-tabs-tab{background:#ffffff08!important;border:1px solid #ffffff14!important;border-radius:999px!important;margin:0!important;padding:8px 18px!important;transition:all .2s ease}.tournament-viewer-tabs .ant-tabs-tab .ant-tabs-tab-btn{color:#ffffffb8;font-weight:700}.tournament-viewer-tabs .ant-tabs-tab:hover{background:#ffffff0d!important}.tournament-viewer-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn,.tournament-viewer-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn .anticon{color:var(--color-accent)!important}.tournament-viewer-tabs .ant-tabs-tab-active{background:color-mix(in oklch,var(--color-accent) 8%,#0000)!important;border-color:var(--color-accent)!important;box-shadow:0 0 0 1px color-mix(in oklch,var(--color-accent) 30%,#0000)!important}.tournament-viewer-tabs .ant-tabs-tab-active .ant-tabs-tab-btn,.tournament-viewer-tabs .ant-tabs-tab-active .ant-tabs-tab-btn .anticon{color:var(--color-accent)!important}.tournament-viewer-tabs .ant-tabs-ink-bar{display:none!important}.tournament-subtabs .ant-tabs-nav{margin:8px 0 18px!important;padding:8px 0}.tournament-subtabs .ant-tabs-nav:before{border-bottom-color:#ffffff14!important;bottom:0}.tournament-subtabs .ant-tabs-nav-wrap{justify-content:center}.tournament-subtabs .ant-tabs-nav-list{flex-wrap:wrap;gap:12px;justify-content:center}.tournament-subtabs .ant-tabs-tab{background:#ffffff08!important;border:1px solid #ffffff14!important;border-radius:999px!important;margin:0!important;padding:8px 18px!important}.tournament-subtabs .ant-tabs-tab .ant-tabs-tab-btn{color:#ffffffc7;font-weight:700}.tournament-subtabs .ant-tabs-tab-active{background:linear-gradient(135deg,var(--color-accent) 0,var(--color-accent-hover) 100%)!important;border-color:#0000!important;box-shadow:0 10px 22px color-mix(in oklch,var(--color-accent) 16%,#0000)!important}.tournament-subtabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-accent-ink)!important}.tournament-subtabs .ant-tabs-ink-bar{display:none!important}@media (max-width:768px){.tournament-viewer-tabs .ant-tabs-nav{margin:10px 0 14px!important;padding:6px 0}.tournament-subtabs .ant-tabs-nav-list,.tournament-viewer-tabs .ant-tabs-nav-list{gap:8px}.tournament-subtabs .ant-tabs-tab,.tournament-viewer-tabs .ant-tabs-tab{padding:7px 14px!important}.tournament-subtabs .ant-tabs-tab .ant-tabs-tab-btn,.tournament-viewer-tabs .ant-tabs-tab .ant-tabs-tab-btn{font-size:13px}.tournament-subtabs .ant-tabs-nav{margin:6px 0 14px!important;padding:6px 0}}
/*# sourceMappingURL=main.45f44d10.css.map*/