@import url("https://fonts.googleapis.com/css2?family=Rubik");@import url("https://fonts.googleapis.com/css?family=Inter");:root{--prim-1:#96ceff;--prim-2:#72b9f7;--prim-3:#96ceff8c;--prim-4:#72b9f7;--sec-1:#00ff95;--sec-2:#04a160;--bg-1:#0b121e;--bg-2:#0f1929;--bg-3:#0c0f18;--bg-4:#111d3a;--bg-5:#040c1a;--bg-6:#1a284a;--bg-7:#02060e;--bg-1-t:#040c1a86;--bg-1-t2:#040c1a29;--bg-2-t:#0f1929c0;--bg-3-t:#0f192977;--input:#010710;--clear:#00000000;--button-1:#72b9f7;--button-2:#96ceff1a;--button-3:#96ceff3a;--txt-1:#bed8f1d0;--txt-2:#abb4c7;--txt-3:#81afdd;--txt-4:#96ceffad;--txt-5:#688fb1ad;--txt-6:#567794ad;--txt-7:rgb(190,227,248);--txt-8:#5e697e;--text-6:#4c81fdb6;--font-1:"Rubik","Segoe UI","Arial","Helvetica";--font-2:"Inter","Segoe UI","Arial","Helvetica";--success:#39da8a;--info:#00cfdd;--warning:#fdac41;--danger:#ff5b5c;--blue:#5a8dee;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff5b5c;--orange:#fd7e14;--yellow:#fdac41;--green:#39da8a;--teal:#20c997;--cyan:#00cfdd;--white:#ffffff;--gray:#475f7b;--gray-dark:#394c62;--win:rgb(22,229,180);--lose:rgb(255,70,84);--draw:rgb(226,195,17);--hb-red:#000;--hb-blue:#000;--green-t:#39da8a33;--orange-t:#fd7e1433;--blue-t:#5a8dee33;--yellow-t:#fdac4133;--red-t:#ff5b5c33;--purple-t:#6f42c133;--cyan-t:#00cfdd33;--text-gradient-1:linear-gradient(89.97deg,#246aef,1.84%,#00ff95 102.67%);--text-gradient-2:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%)}.react-datepicker__header{text-align:center;background-color:#3e82cf;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;padding-top:8px;position:relative}.react-datepicker__today-button{background:#44ad36;border-top:0;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}*{box-sizing:border-box;margin:0;scroll-behavior:smooth}*,body{padding:0}body{background:var(--bg-1);font:80%/125% var(--font-1);margin:0 auto;width:100%;background:linear-gradient(180deg,#142642 0,var(--bg-1) 50vh);line-height:1.5;color:var(--txt-1)}body>div{display:flex;flex-direction:column;min-height:100vh}main{margin:2rem auto;width:clamp(768px,65%,1600px);padding:20px;border-radius:10px}footer{margin-top:auto}container{display:block}a,a:link,a:visited{color:var(--prim-1);text-decoration:none}a:link,a:visited{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}a:hover{cursor:pointer}a.new_win:link,a.new_win:visited,a:hover{color:var(--prim-2);text-decoration:none}a.new_win:hover{text-decoration:underline}h1,h2,h3{font-family:var(--font-1)}p{color:var(--txt-2);line-height:1.7}ul{margin:0;padding:0}table{width:100%;empty-cells:show;margin:5px 0 15px}table,table thead{border-collapse:collapse}table thead{text-transform:uppercase;color:var(--txt-4);font-size:14px}table td,table th{padding:8px 5px;text-align:center;font-size:14px}.data-table{border-spacing:0 .5rem;border-collapse:separate}.data-table tbody tr{background-color:var(--bg-2);border-radius:8px;animation:float-up;animation-duration:.4s}.data-table tbody tr td:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.data-table tbody tr td:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}hr{background-color:var(--bg-1);border:none;margin:2rem 0;height:1px}button{text-align:center;display:block;padding:.6rem 2rem;border-radius:8px;background-color:var(--button-1);color:#000;font-size:.9rem;font-weight:700;font-family:var(--font-1);border:none;outline:none;cursor:pointer;transition:all .3s ease-in-out;background-position:50%}.pagination-button{margin:1rem auto 0}.link-bttn-1{background-color:var(--button-1);line-height:1;padding:.5rem 1rem;color:#000!important;font-weight:500;font-size:.95rem;border-radius:8px;white-space:nowrap;display:block;width:-moz-fit-content;width:fit-content}.link-bttn-1:hover{transform:translateY(-10%)}.link-bttn-2{color:var(--button-1)!important;font-size:.95rem;line-height:1;font-weight:500;padding:.5rem 1rem;margin:0 .5rem;border-radius:8px;height:auto;white-space:nowrap}.link-bttn-2:hover{background-color:var(--button-2);color:var(--button-1)!important}button:disabled{opacity:.65;cursor:not-allowed}button:disabled:hover{transform:none}button:disabled:active{background-size:initial!important;transition:none!important}button:hover{transform:translateY(-10%);background:var(--button-1) radial-gradient(circle,transparent 1%,var(--button-1) 1%) center/15000%}button:not(:disabled):active{background-color:#6db9fc73;background-size:100%;transition:background 0s}.tertiary__link{padding:.6rem 2rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:var(--bg-1)}::-webkit-scrollbar-thumb{background-color:var(--prim-3);border-radius:8px;background-clip:content-box}input{background:var(--bg-1);border:1px solid #040c18;padding:.8rem;color:var(--txt-7);font-weight:400;font-size:1rem;outline:none;border-radius:8px;transition:all .2s ease}input:hover{border:1px solid #96ceff8c}input:focus{border:1px solid #96ceff!important}input::placeholder{color:var(--txt-6)}.form-input>label{display:block;text-transform:capitalize;margin-bottom:.5rem;color:var(--txt-4);font-size:.75rem}.form-input-error{color:var(--red);font-size:.8rem;margin-left:.5rem;margin-top:.3rem;display:block}.form-input-error svg{height:9px;margin-right:.2rem}.checkbox-input{position:absolute;visibility:hidden}.checkbox-symbol{position:absolute;width:0;height:0;pointer-events:none}.checkbox,.checkbox-symbol{-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox{cursor:pointer;padding:6px 8px;border-radius:6px;overflow:hidden;transition:all .3s ease;display:flex;width:-moz-fit-content;width:fit-content}.checkbox:hover{background:rgba(0,119,255,.06)}.checkbox span{vertical-align:middle;transform:translateZ(0)}.checkbox span:first-child{position:relative;flex:0 0 18px;width:18px;height:18px;border-radius:4px;transform:scale(1);background-color:var(--bg-1);border:.12rem solid #000;transition:all .3s ease}.checkbox span:first-child svg{position:absolute;top:2px;left:1px;fill:none;stroke:#000;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transform:translateZ(0)}.checkbox span:last-child{padding-left:8px;line-height:18px;color:var(--txt-1)}.checkbox:hover span:first-child{border-color:var(--button-1)}.checkbox-input:checked+.checkbox span:first-child{background:var(--button-1);border-color:var(--button-1);animation:zoom-in-out .3s ease}.checkbox-input:checked+.checkbox span:first-child svg{stroke-dashoffset:0}.form-input-checkbox{display:flex;flex-direction:row-reverse;justify-content:flex-end}.form-input-checkbox>label{margin:0!important;text-transform:none!important}@keyframes zoom-in-out{50%{transform:scale(.9)}}.searchbar{position:relative}.searchbar input{flex:2 1;width:100%;height:3rem;padding-left:3rem;transition:all .3s ease;background-color:var(--bg-1-t);border:none!important;border-radius:.5rem!important}.searchbar .search-icon,.searchbar input{color:var(--txt-7)}.searchbar input:focus{background-color:var(--bg-1)}.searchbar .search-autocomplete{background-color:var(--bg-2);position:absolute;width:100%;box-shadow:2px 4px 8px 0 rgb(0 0 0/45%);z-index:1;list-style:none;top:65px;animation-name:float-up-more;animation-duration:.5s;animation-fill-mode:both;right:0;border-radius:8px;padding:1rem .7rem;max-height:300px;overflow-y:scroll}.search-autocomplete li{transition:all .3s ease-in-out;background:var(--bg-5);border-radius:.5rem;margin:.35rem 0;box-shadow:0 1px 0 1px #00000045}.search-autocomplete-item{display:flex;align-content:center;flex-direction:row;align-items:center}.search-autocomplete-item>.img-container{margin-left:2rem;height:24px}.search-autocomplete-item img{border-radius:6px}.search-autocomplete li:first-of-type .ripple-button,.search-autocomplete li:first-of-type:hover{border-top-left-radius:8px;border-top-right-radius:8px}.search-autocomplete li:last-of-type .ripple-button,.search-autocomplete li:last-of-type:hover{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.searchbar .search-autocomplete a{padding:16px 0 16px 10px;text-decoration:none;text-align:left;display:block;width:100%;font-size:1.1rem;color:var(--txt-1)}.searchbar .search-container{position:relative}.searchbar .search-icon{position:absolute;left:20px;top:16px;font-size:16px;height:16px;color:#567794ad;transition:visibility 0s,opacity .7s ease-in-out}.search-autocomplete>li:hover{background:var(--bg-6)}.search-autocomplete li[aria-selected=true]{background:var(--bg-6);cursor:pointer}.switch input{height:0;width:0;visibility:hidden}.switch label{cursor:pointer;text-indent:-9999px;width:40px;height:23px;background:var(--bg-7);display:block;border-radius:100px;position:relative}.switch label:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:var(--txt-1);border-radius:90px;transition:.3s}.switch input:checked+label{background:var(--bg-4)}.switch input:checked+label:after{background:var(--prim-2);left:calc(100% - 5px);transform:translateX(-100%)}.switch label:active:after{width:40px}.flex-center{display:flex;align-items:center;justify-content:center}.img__container{position:relative}.button{text-align:center;padding:15px 32px;font-weight:600;margin:10px;width:100%;font-size:14px;border-radius:10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.button-primary{background-color:var(--prim-1);color:#000}.button-primary:hover{background-color:var(--prim-2);color:#fff}.button-secondary{background-color:var(--sec-1);color:#000}.button-secondary:hover{background-color:var(--sec-2);color:#fff}.p-highlight{background-color:var(--green-t);letter-spacing:.05rem;padding:3px 5px;border-radius:3px;color:var(--green)}.link-block{padding:4px 7px;border-radius:5px}.link-block:hover{background:var(--bg-4)}.tooltip-help-icon{display:flex!important;align-items:center}.tooltip-help-icon>svg{color:var(--txt-4)!important;font-size:.5rem;margin-right:.3rem;margin-left:.3rem;height:.6rem}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes float-up{0%{opacity:0;transform:translateY(5%)}to{opacity:1;transform:translateY(0)}}@keyframes float-up-more{0%{opacity:0;transform:translateY(50%)}to{opacity:1}}@keyframes float-down{0%{opacity:0}to{opacity:1;transform:translateY(0)}}.gradient__bg{background:radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0,rgba(4,12,24,1) 25%)}.gradient-text-1{background:var(--text-gradient-1);background-clip:text;-webkit-background-clip:text}.gradient-text-1,.gradient-text-2{-webkit-text-fill-color:transparent}.gradient-text-2{background:var(--text-gradient-2);background-clip:text;-webkit-background-clip:text}.hex-image{display:block;margin:0 auto;position:relative;box-sizing:border-box;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.hex-image-background{position:absolute;width:100%;height:100%}.hex-image .img-container>span{position:static!important;width:100%;height:100%}.skeleton__card{border-radius:8px;background:var(--clr-background-secondary);-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;background-image:linear-gradient(90deg,#040c18 0,#030d1d 20%,#020913 40%,#000408);background-repeat:no-repeat;background-size:800px 104px;height:104px;position:relative}.skeleton__row td{padding:0}.skeleton__row__div{border-radius:8px;height:2.8rem;background:var(--clr-background-secondary);-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;background-image:linear-gradient(90deg,#040c18 0,#030d1d 20%,#020913 40%,#000408);background-repeat:no-repeat;background-size:800px 104px;position:relative;width:100%}@keyframes shine{to{background-position:100% 0,0 0}}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}.main-header{font-size:44px;font-family:var(--font-1);margin-bottom:1rem}.main-caption{font-size:16px;margin-bottom:10px;margin-left:.2rem}.website-maintanence{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column}.website-maintanence svg{height:72px;margin-bottom:2rem;animation:spin1 8.5s linear infinite}.website-maintanence h1{font-size:3.5rem;color:var(--prim-2);font-family:var(--font-2);margin-bottom:1rem}.website-maintanence p{font-size:1rem;color:var(--txt-1)}@keyframes spin1{0%{-moz-transform:rotate(320deg);-webkit-transform:rotate(320deg);-o-transform:rotate(320deg);-ms-transform:rotate(320deg)}to{-moz-transform:rotate(680deg);-webkit-transform:rotate(680deg);-o-transform:rotate(680deg);-ms-transform:rotate(680deg)}}.data-list{list-style:none;width:100%}.data-list li{display:flex;align-items:center;background-color:var(--bg-2);border-radius:8px;transition:all .3s ease-in-out;margin-block:.5rem}.data-list li:hover{background-color:var(--bg-5)!important}.data-list li>.ripple-button{width:100%}.data-list span{vertical-align:middle}.data-list .list-item-wrapper{display:flex;align-items:center;color:rgb(220,237,248)!important;padding:1rem 1.5rem;height:100%;width:100%}.styled-list{list-style:none}.styled-list li>div{display:flex;justify-content:space-between;align-items:center}.styled-list li{padding:.5rem 1.5rem;border-radius:.55rem}.styled-list li:nth-child(2n){background-color:var(--bg-1)}.styled-list-2 li:nth-child(2n){background-color:var(--bg-2)}.ripple-button{position:relative;width:100%;height:100%;cursor:pointer;display:block;border-radius:8px}.ripple-button-hideoverflow{overflow:hidden}.ripple-button>.ripple{width:40px;height:40px;position:absolute;background:#6db9fc73;display:block;content:"";border-radius:9999px;opacity:1;animation:ripple-effect .9s ease-in-out;transition-timing-function:cubic-bezier(0,1,.5,1)}.table-of-contents-title{margin-top:0!important;margin-bottom:1rem}.table-of-contents-nav ul{list-style:none}.table-of-contents-nav li{margin-block:.3rem}.table-of-contents-nav a{padding:.35rem;display:block;border-left:3px solid transparent}.table-of-contents-nav a:hover{color:var(--sec-1)}.table-of-contents-nav .active-header{background-color:var(--green-t);color:var(--sec-1);border-color:var(--sec-1)!important}.table-of-contents-title{font-size:1.4rem}@keyframes ripple-effect{0%{transform:scale(1);opacity:1}50%{transform:scale(50);opacity:.375}to{transform:scale(100);opacity:.1}}.ripple-button>.content{position:relative;z-index:2}[class^=tooltip]{display:inline;position:relative}[class^=tooltip]:after{opacity:0;visibility:hidden;position:absolute;content:attr(data-tooltip);text-transform:none;padding:6px 10px;left:50%;transform:translateX(-50%) translateY(-2px);background:var(--bg-4);color:#eee;box-shadow:0 1px 2px #040c1a;white-space:nowrap;z-index:2;border-radius:3px;transition:opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1);font-size:.8rem}[class^=tooltip]:hover:after{display:block;opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.tooltip-multi-line:after{white-space:pre!important}.tooltip--bottom:hover:after{top:115%}.tooltip--top:hover:after{bottom:125%}.tooltip--left:after{top:-8px;transform:translateX(-112%) translateY(0)}.tooltip--left:hover:after{transform:translateX(-110%) translateY(0)}.tooltip--right:after{top:-4px;left:100%;transform:translateX(12%) translateY(0)}.tooltip--right:hover:after{transform:translateX(10%) translateY(0)}.tooltip--triangle--top:before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid grey;opacity:0;visibility:hidden;position:absolute;transform:translateX(-50%) translateY(-2px);top:50%;left:50%;transition:opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1);z-index:3}.header-and-mode-select{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.mode-select-container{position:relative;width:min-content;height:100%;min-width:150px}.mode-select{text-align:left;border-radius:.375rem;padding:.7rem 2.5rem .7rem 1.3rem;font-family:var(--font-1);outline:transparent;font-size:1rem;font-weight:700;border:none;outline:none;display:inline-block;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;margin-bottom:1rem}.mode-select option{background-color:var(--bg-2);color:#fff}.select-chevron{height:14px;line-height:1;right:12px;top:12px;position:absolute;pointer-events:none}@media screen and (max-width:768px){main:not(.custom-clamp){width:max(481px,95%)!important}.all-matches table tr td:nth-child(5),.all-matches table tr th:nth-child(5){display:none}}@media screen and (max-width:481px){main:not(.custom-clamp){width:100%!important}main{padding:10px}}@keyframes scaleAnimation{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#successAnimationCircle{stroke-dasharray:151px 151px;stroke:#fff}#successAnimationCheck{stroke-dasharray:36px 36px;stroke:#fff;color:var(--sec-1)}#successAnimationResult{fill:var(--sec-1);opacity:0}#successAnimation.animated{animation:scaleAnimation 1s ease-out 0s 1 both}#successAnimation.animated #successAnimationCircle{animation:drawCircle 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimation.animated #successAnimationCheck{animation:drawCheck 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimation.animated #successAnimationResult{animation:fadeIn .3s linear .9s both}.verified-badge{height:20px}.verified-badge>svg{vertical-align:middle}.player-name-container{display:flex;align-items:center}.player-name-container img{border-radius:5px}@media screen and (max-width:650px){.with-table-of-contents>aside{display:none}.mode-select-container,.with-table-of-contents>section{width:100%!important}.mode-select-container .mode-select{width:100%!important;text-align:center!important;height:3rem}.mode-select-container .select-chevron{top:18px!important}}header{width:100%;height:10vh;display:flex;justify-content:space-between;align-items:center;padding:3rem clamp(2rem,5vw,10rem) 2rem}.header-logo>a{font-family:var(--font-1);font-weight:800}.header-logo-full{color:#fff!important;font-size:1.8rem;margin-right:2rem}.header-logo-full:hover{color:var(--button-1)!important}.header-logo-mobile:hover{background-color:#000;color:var(--sec-1)!important}.header-logo-mobile{display:none;font-size:1.7rem;margin-right:1rem;background:var(--prim-2);border-radius:8px;padding:8px;color:#000!important}.header-nav-container{flex:auto}.header-nav{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;z-index:5}.nav-link{color:var(--txt-1)!important;font-weight:500;font-size:15px;text-transform:capitalize;margin:0 .6rem;padding:.4rem .8rem;border-radius:4px}.nav-link.active{color:var(--button-1)!important;background:var(--button-2)}.nav-link.active:hover{background:var(--button-3)}.nav-link:hover{background:var(--bg-2-t)}.nav-mobile-login-container{display:none}.header-nav.mobileOpen .nav-mobile-login-container{display:flex;align-items:center;margin-top:2rem}.header-nav.mobileOpen{padding-bottom:2rem}.nav-hamburger{display:none;padding:.4rem .7rem;border-radius:8px;background-color:transparent;margin-left:auto}.nav-hamburger:hover{transform:none;background:#222f4a radial-gradient(circle,transparent 1%,#222f4a 0) 50%/15000%}.nav-hamburger:active{background-color:var(--bg-3)!important;background-size:100%;transition:background 0s}.nav-hamburger>.bar{display:block;width:32px;height:3px;margin:7px auto;transition:all .3s ease-in-out;background-color:rgb(203,205,207);border-radius:8px}.header-search{margin-left:auto}.header-search .search-container{width:70%;float:right;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.header-search .search-container-focused{width:90%!important}.header-search .search-autocomplete{top:55px}.header-search input{height:2.5rem;padding-bottom:.65rem}.header-search .search-icon{top:12px!important}.header-search .search-autocomplete a{padding:13px 0 13px 8px;text-decoration:none;text-align:left;display:block;width:100%;font-size:.95rem}.header-search .search-autocomplete .img-container{margin-left:1rem!important}.header-right{justify-content:flex-end;display:flex;align-items:center}.header-account{margin-left:2%;gap:1rem;position:relative;padding:.6rem 1rem;cursor:pointer;border-radius:8px}.header-account:hover{background:var(--bg-1-t)!important}.header-account .img-container{margin-right:.5rem}.header-account-dropdown-menu{background-color:var(--bg-2);position:absolute;box-shadow:2px 4px 8px 0 rgb(0 0 0/45%);z-index:1;list-style:none;top:60px;left:0;animation-name:float-up-more;animation-duration:.5s;animation-fill-mode:both;border-radius:8px;padding:.3rem 0;width:100%}.header-account-dropdown-menu>li{transition:all .3s ease-in-out}.header-account-dropdown-menu>li:hover{background:var(--bg-6)}.header-account-dropdown-menu .ripple-button{border-radius:0!important}.header-dropdown-item{display:flex;align-content:center;flex-direction:row;align-items:center}.header-dropdown-item a{padding:10px 15px;text-decoration:none;text-align:left;display:block;width:100%;font-size:.9rem;color:var(--txt-1)}.header-login{display:flex;align-items:center}@media only screen and (max-width:1024px){.header-search{display:none}}@media only screen and (max-width:768px){.nav-hamburger{display:block;cursor:pointer}.header-nav.mobileOpen .nav-link{width:100%;padding:.8rem 0;background-color:var(--bg-1);margin-block:.5rem;border-radius:10px;box-shadow:0 1px 0 1px #00000045}.header-nav.mobileOpen .nav-link:hover{background-color:var(--bg-4)!important}.header-nav.mobileOpen .nav-link.active{background-color:var(--bg-4)!important;background:var(--button-2)!important}.header-logo-full{display:none}.header-logo-mobile{display:initial!important}.header-nav{position:fixed;top:-100%;right:0;flex-direction:column;background-color:var(--bg-2);width:100%;border-radius:10px;text-align:center;transition:.6s;opacity:0;box-shadow:0 10px 27px rgba(0,0,0,.05)}.header-nav.mobileOpen{top:7rem;padding-inline:1.5rem;padding-top:2rem;opacity:1;box-shadow:1px 1px 11px 1px #00000073}.nav-hamburger.active .bar:nth-child(2){opacity:0}.nav-hamburger.active .bar:first-child{transform:translateY(11px) rotate(45deg)}.nav-hamburger.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header-login{display:none}}.homepage{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;margin-inline:auto;width:100%;gap:8rem;padding:0;margin-top:0!important}.homepage section:last-of-type{margin-bottom:8rem}.homepage>.clamp-width{width:clamp(768px,70%,1600px)}.homepage>.left-right-clamp{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:3rem}.homepage>.left-right-clamp>div{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 3rem);min-width:300px}.banner{height:100vh;width:100%}.banner-container{flex:100% 1;height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left}.banner:before{content:"";position:absolute;width:100%;height:100%;background-repeat:no-repeat;background:url(/homepage/start_banner_bg.png);background-position:50%;background-size:cover;z-index:-4;filter:opacity(.25);animation:fadeIn;animation-delay:.35s;animation-duration:.7s;animation-fill-mode:forwards;animation-timing-function:ease-in;opacity:0}.banner-header{text-align:center;animation:float-up;transform:translateY(-200%);animation-duration:.4s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;font-size:clamp(2.4rem,-.875rem + 7.333vw,3.9rem);letter-spacing:-.02em;font-weight:800;line-height:1.1;font-family:var(--font-1);text-shadow:1px 3px 2px #040c18;margin-bottom:1rem}.banner-caption{margin:.5rem 0;font-weight:500;font-size:1.1rem;text-align:center;color:var(--txt-1)}.banner-search{width:50%;min-width:300px;margin-top:1.5rem;max-width:32rem}.banner-search input{font-size:1.2rem;padding-left:3.5rem;padding-block:1rem!important;font-weight:500!important;line-height:27px;font-family:var(--font-1);height:auto!important}.banner-search .search-icon{height:1.3rem;top:18px;left:19px}.banner-search input::placeholder{color:var(--txt-1)}.banner-search .search-autocomplete a{font-size:.95rem}.banner-search .search-label{font-size:1rem;margin-bottom:.7rem;display:block}.discord-invite{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.4rem 1.8rem;border-radius:8px;color:#7289da!important;background-color:rgba(114,137,218,.14);vertical-align:middle;transition:all .3s ease-in-out;line-height:26px;font-size:.9rem;cursor:pointer;font-weight:700;text-align:center}.discord-invite:hover{filter:brightness(1.4)}.discord-invite>svg{margin-left:.5rem;color:#7289da!important;height:12px;vertical-align:middle}@keyframes floating{0%{transform:translate(0)}50%{transform:translateY(-3px)}to{transform:translate(0)}}.banner-right{flex:30% 1;display:flex;align-items:flex-start;flex-direction:column;row-gap:1rem;justify-content:center;min-width:300px}.banner-right>.img-container{width:clamp(200px,342px,70%);border-radius:22px;box-shadow:3px 4px 2px #000}.banner-right .img-container img{border-radius:22px}.banner-right .img-container:nth-child(2){margin-left:20%}.banner-right .img-container:nth-child(3){margin-left:40%}.dashboard-showoff-section .dash-pic{box-shadow:10px 10px 40px #000;transform:scale(1) perspective(600px) rotateY(-3deg) rotateX(3deg) rotate(-3deg);border:1px solid var(--bg-1);border-radius:.65rem;background:url(/homepage/dash_showoff.png);background-repeat:no-repeat;background-position:50%;background-size:cover;aspect-ratio:357/334;height:100%;width:100%;max-height:334px;max-width:357px;display:block}.dash-pic-img{box-shadow:10px 10px 40px rgb(0,0,0);transform:scale(1) perspective(600px) rotateY(-2deg) rotateX(2deg) rotate(-2deg);border:10px solid var(--bg-1);border-radius:.65rem}.dashboard-showoff-section .image-box{display:flex;align-items:center;justify-content:center}.dashboard-showoff-section .image-box>div{height:100%;width:100%;max-height:415px;max-width:460px}.key-features-section{display:flex;flex-direction:column}.key-features-title{font-size:clamp(1.2rem,-.875rem + 8.333vw,2.5rem);text-align:center;margin-bottom:3rem}.key-features-subtitle{text-align:center;color:var(--txt-5);text-transform:uppercase}.key-features-container{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:3rem;column-gap:1rem;width:90%;margin:0 auto;justify-content:center}.feature-card{flex-grow:1;flex-shrink:1;flex-basis:calc(33% - 0.66rem);min-width:250px;display:flex;flex-direction:column}.feature-icon{text-align:center}.feature-icon svg{height:26px;width:26px;vertical-align:middle}.feature-icon>.feature-circle{padding:1.1rem;background-color:var(--bg-2);border-radius:100%;height:auto;width:min-content;display:block;margin:0 auto}.feature-name{font-size:1.225rem;font-weight:700;margin-bottom:.75rem;margin-top:1.3rem;color:var(--txt-3);text-align:center}.feature-caption{text-align:center;font-size:1rem;max-width:25ch;margin:0 auto}.features-link{font-size:1.1rem;margin:2rem auto 0}.stats-section{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:3rem;padding-block:5rem;align-items:center;justify-content:center;background-color:var(--bg-2)}.stats-section>div{flex:25% 1;min-width:150px;text-align:center;overflow:visible;position:relative}.stats-section .stats-title{font-size:3.7rem;letter-spacing:-.02em;line-height:1.4;margin-top:0}.stats-section .stats-subtitle{font-size:1rem;text-transform:uppercase;font-weight:100}.rankings-section{display:flex;flex-direction:row}.rankings-section>div{width:50%}.rankings-players{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center}.rankings-players .player-card{display:flex;flex-direction:row;background:var(--bg-5);border-radius:12px;width:clamp(8rem,300px,80%);padding:0 .8rem;box-shadow:0 4px 3px 1px rgb(0 0 0/15%);align-items:center}.rankings-players .player-card-main{width:clamp(10rem,375px,90%)!important;background:var(--bg-4)}.rankings-section .player-avatar{width:48px;padding:.5rem;vertical-align:middle;display:flex;flex-direction:column;justify-content:center}.rankings-section .player-avatar img{border-radius:10px;height:38px}.rankings-section .player-name{padding:1.25rem 0 1.25rem .75rem;display:flex;flex-direction:column;justify-content:center;color:var(--txt-5)}.rankings-section .player-name>h3{font-size:1.2rem;line-height:1.2}.rankings-section .player-name>h3>a{white-space:nowrap;width:min-content;display:block;max-width:12ch;overflow:hidden;text-overflow:ellipsis}.rankings-section .player-name>h5{font-weight:500;font-size:.8rem}.player-stat{padding:1rem 1rem 1rem 0;flex:1 1;text-align:right;display:flex;flex-direction:column;justify-content:center;color:var(--txt-5)}.player-stat>h3{font-size:1.3rem;line-height:1.2}.player-stat>h5{font-weight:500;line-height:1.2}.player-card-main .player-name,.player-card-main .player-stat>h3{color:var(--txt-3)}.rankings-text-title{color:var(--txt-3);font-size:2.3rem;margin-bottom:1rem}.rankings-text .link-bttn-1{margin-top:1.5rem}.modes-section{width:100%}.text-box-title{font-size:clamp(1.2rem,-.875rem + 6.333vw,2.6rem);margin-bottom:1rem;color:var(--txt-3)}.text-box-caption{font-size:1.15rem;line-height:1.9}.modes-section .image-box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.hex-image.hex-mode-image{width:clamp(120px,10vw,180px);height:clamp(132px,11vw,198px);aspect-ratio:auto}.bot-hex-container{margin-top:clamp(-55px,-2.7vw,-35px);display:flex;gap:1rem}.modes-section .image-box .img-wrapper{display:flex;gap:1rem;flex-direction:row;width:100%;align-items:center;justify-content:center}.modes-section .img-container:first-child{width:100%}.modes-section .text-box .link-bttn-1{margin-top:1.5rem}.text-banner-section{display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%;height:40vh}.text-banner-section:before{content:"";position:absolute;width:100%;height:40vh;background-image:url(/homepage/text_banner_bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;filter:opacity(.15)}.text-banner-section-title{font-size:clamp(1.7rem,-.875rem + 5.333vw,3.2rem);margin-bottom:1rem;font-weight:100;color:var(--txt-5);text-align:center;position:relative}.text-banner-highlight{font-size:clamp(2.1rem,-.875rem + 8.333vw,3.7rem)!important;border-radius:20px;color:var(--txt-3);font-weight:700;text-shadow:1px 3px 2px #040c18}.text-banner-section-caption{font-size:1.2rem;max-width:min(60ch,90%);margin:0 auto;line-height:2;font-weight:100;text-align:center;position:relative}.video-banner-section{width:100%;height:40vh;overflow:hidden;position:relative}.video-banner-section video{min-height:300px;z-index:-1;filter:brightness(20%)}.video-banner-section video,.video-banner-text-overlay{width:100%;object-fit:cover;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.video-banner-text-overlay{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.cta-section{width:60%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:2rem;margin:1rem 0 2rem;border-radius:1rem;background:var(--gradient-bar)}.cta-content{display:flex;flex-direction:column;text-align:left;color:#fff;row-gap:1rem}.cta-content p{font-size:12px;font-weight:500}.cta-content h3{font-size:24px;font-weight:800}.cta-button{display:flex;justify-content:center;align-items:center;margin-left:2rem}.cta-button button{background:#000;color:#fff;font-weight:700;font-size:18px;padding:.5rem 1rem;border-radius:2rem;border:none;outline:none;cursor:pointer;min-width:150px}@media screen and (max-width:1050px){.banner-right{align-items:center}.banner-right .img-container{width:clamp(200px,80%,300px);margin:0!important}}@media screen and (max-width:768px){.clamp-width{width:95%!important}.modes-section .text-box .link-bttn-1,.rankings-section .rankings-text .link-bttn-1{margin-inline:auto}.homepage .text-box,.rankings-text{text-align:center;padding:0 1rem}.text-banner-section:before{background-size:auto!important}.stats-section>div{flex:50% 1}.dashboard-showoff-section .image-box>div{width:65%}.dash-pic-img{transform:none!important}}@media screen and (max-width:650px){.key-features-container{width:100%!important}.banner-search{margin-top:1rem;width:85%;text-align:center;margin-bottom:2rem}.banner-left{text-align:center;align-items:center}.banner-right{min-width:200px}.text-banner-section-caption{font-size:.8rem}.banner-search input{padding-block:.7rem!important;font-size:1rem}.banner-search .search-icon{top:15px!important}}@media screen and (max-width:490px){.banner-left{height:-moz-fit-content;height:fit-content}.banner-left-header{margin-bottom:1rem;padding:0 1rem}.banner-left-caption{font-size:.85rem;padding:0 1rem}}.rankings{width:clamp(768px,45%,1600px)}.rankings-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rankings li{margin-block:1rem}.rankings-top-highlight{color:var(--prim-2)}.rankings-list .player-name{font-size:1rem}.rankings .list-item-wrapper{padding:.7rem 1rem}.rankings-list .player-name,.stat-rankings-list .player-name{vertical-align:middle;margin-left:.5rem;color:rgb(220,237,248)!important;display:flex;line-height:22px;align-items:center;width:-moz-fit-content;width:fit-content}.main-rankings-section li:first-of-type{border:3px solid rgba(230,200,140,.589)}.main-rankings-section ul li:nth-child(2){border:3px solid rgba(170,170,170,.589)}.main-rankings-section ul li:nth-child(2) .list-rank{color:rgb(170,170,170)}.main-rankings-section ul li:nth-child(3){border:3px solid rgba(125,75,0,.589)}.main-rankings-section ul li:nth-child(3) .list-rank{color:rgb(125,75,0)}.rankings-list .list-rank{font-size:1.2rem;flex-basis:8%;text-align:center;margin-right:2.3rem;font-weight:700}.rankings-list .list-stat{font-size:clamp(1rem,4.2vw,1.37rem);font-weight:700;margin-left:auto;color:var(--prim-2)}.rankings-list .verified-badge{margin-left:.3rem;height:auto!important}.rankings-list li{box-shadow:0 1px 3px #040c1a}.main-rankings-skeleton{grid-gap:1rem;gap:1rem;display:grid}.main-rankings-skeleton>div{height:4rem}.stat-rankings-section{display:flex;flex-wrap:wrap;gap:5%;padding:1rem;margin-top:2rem}.stat-ranking-container{flex:calc(50% - 10%) 1;margin-bottom:3rem;padding:2rem;border-radius:.85rem;background:var(--bg-2);box-shadow:0 1px 2px #040c1a;min-width:280px}.stat-ranking-container>h2{color:var(--txt-3);font-size:1.4rem}.stat-ranking-container .data-list li{background-color:transparent}.stat-ranking-container .data-list li span{color:var(--txt-4)}.stat-ranking-container .data-list li:nth-child(2n){background-color:var(--bg-1)}.stat-ranking-container .data-list li:hover{background-color:var(--bg-7)}.stat-rankings-list .list-rank{font-size:.9rem;flex-basis:3%;text-align:center;margin-right:1.3rem}.stat-rankings-list .player-name{font-size:.95rem;line-height:1.1}.stat-rankings-list .list-stat{font-size:.9rem;margin-left:auto}.stat-rankings-list li:first-of-type .list-rank,.stat-rankings-list li:first-of-type .list-stat{font-size:1.2rem;font-weight:700}.stat-rankings-list li:first-of-type .player-name{font-size:1.15rem}.stat-rankings-list li:first-of-type .verified-badge{line-height:.9}.stat-rankings-list .verified-badge{margin-left:.3rem;vertical-align:middle}@media screen and (max-width:650px){.stat-rankings-section{padding:0}.stat-ranking-container{padding:1rem;min-width:auto!important}.header-and-mode-select{justify-content:center!important}}.footer-container{padding:4rem 6rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--bg-5)}.links-header-logo{font-size:1.7rem;color:var(--prim-1)}.footer-links{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:wrap;width:100%;text-align:left;gap:1rem}.footer-links>div{width:250px}.footer-links-header{display:flex;flex-direction:column;gap:1rem}.footer-links-header p{font-size:12px;color:#fff}.footer-link-container{display:flex;justify-content:flex-start;flex-direction:column}.footer-link-container h4{font-size:14px;color:#fff;margin-bottom:.9rem}.footer-link-container a{font-size:12px;color:#fff!important;margin:.5rem 0}.footer-link-container a:hover{color:var(--prim-1)!important}.footer-copyright{margin-top:2rem;text-align:center;width:100%}.footer-copyright p{font-size:12px;color:#fff}@media screen and (max-width:650px){.footer-container{padding:2rem 3rem 1rem!important}}@media screen and (max-width:550px){.footer-links div{margin:1rem 0}.footer__button p{font-size:14px}}.player-dashboard{display:flex;flex-direction:column;row-gap:1.75rem}.player-dash-header{display:flex;flex-direction:row;padding-inline:.8rem;align-items:flex-end;flex-wrap:wrap;row-gap:2rem;justify-content:space-between}.player-dash-header .player-info{display:flex;column-gap:1.5rem;row-gap:1rem;align-items:center;flex:1 1 70%;min-width:365px}.player-dash-header .player-mode-select{flex:1 1 30%;display:flex;justify-content:flex-end}.player-info-name-wrapper{align-items:center;display:flex;flex-direction:row;column-gap:.5rem}.player-profile-pic{width:108px;height:108px}.player-profile-pic img{border-radius:10px}.player-info-player-name{letter-spacing:.1rem;font-weight:800;line-height:1.1}.player-info-details .name-long{font-size:clamp(1rem,6.3vw,1.4rem)}.player-info-details .name-regular{font-size:clamp(.85rem,10.3vw,2.2rem)}.player-info-details{display:flex;width:100%;flex-direction:column}.player-info-role{font-weight:100;font-size:.7rem;line-height:2;text-transform:uppercase;color:var(--txt-4)}.player-info-dates{margin-top:.3rem;display:flex;align-items:center;column-gap:1rem}.overview-date-info{display:flex;flex-direction:row;justify-content:space-evenly;column-gap:1rem}.player-info-dates>div{display:flex;flex-direction:column;text-align:center}.player-info-dates h5{color:var(--txt-3);font-size:.75rem;font-weight:300}.overview-caption{color:var(--txt-5);text-transform:uppercase;font-size:.625rem}.stats-dashboard-container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2rem}.stats-dashboard{grid-column:span 4}.player-game-history ul{max-height:80vh;overflow-y:auto;height:auto;overflow-x:clip;max-width:100%}.player-game-history ul::-webkit-scrollbar-thumb{visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.player-game-history ul:active::-webkit-scrollbar-thumb,.player-game-history ul:focus::-webkit-scrollbar-thumb,.player-game-history ul:hover::-webkit-scrollbar-thumb{visibility:visible}.player-game-history h2{font-size:1.5rem;text-align:left}.player-game-history li span a>div{border-left:3px solid transparent;border-radius:8px;padding:1rem 1.2rem!important}.player-game-history li{animation:float-up;animation-duration:.4s}.player-game-history li:hover{transform:translateY(-2px);box-shadow:8px 8px 40px rgb(0 0 0/10%);filter:brightness(1.1)}.player-game-history .match-date{color:var(--txt-2);font-size:.7rem;flex:1 1 15%;text-align:right;line-height:1.3;padding-left:.3rem;word-wrap:break-word}.result-w{border-color:var(--green)!important;background-image:linear-gradient(90deg,rgba(22,229,132,.062),rgba(22,229,180,0) 40%)}.result-d{border-color:var(--blue)!important;background-image:linear-gradient(90deg,rgba(33,135,219,.05),rgba(255,70,84,0) 40%)}.result-fl,.result-l{border-color:var(--red)!important;background-image:linear-gradient(90deg,rgba(255,70,84,.05),rgba(255,70,84,0) 40%)}.stats-dashboard-container .player-info-section{grid-column:span 1;gap:1rem;display:flex;flex-direction:column}.info-timeplayed{padding:0!important}.player-info-header{background-color:var(--bg-5);color:var(--txt-4);display:block;width:100%;border-top-left-radius:.55rem;border-top-right-radius:.55rem;padding:.3rem;text-align:center}.info-timeplayed-padding-container{padding:1rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly;text-align:center;row-gap:.5rem}.player-info-card-header{font-size:.95rem;text-align:center;margin-bottom:.5rem}.info-timeplayed .player-info-card-header{flex-basis:100%;margin-bottom:0!important}.info-timeplayed .time-value{color:var(--txt-7);font-size:1.3rem}.info-timeplayed .time-name{color:var(--txt-5);font-size:.8rem}.mode-list{list-style:none}.mode-list>li:nth-child(2n) .mode-item-container{background-color:var(--bg-1)}.mode-item-container:hover{background-color:var(--bg-3)!important}.mode-item-container{display:flex;align-items:center;gap:1rem;padding:.5rem;border-radius:.35rem}.mode-item-percentage-bar-container{display:flex;flex-direction:column;align-content:center;flex:40% 1}.mode-item-bar-container{border-radius:10px;height:4px}.mode-item-classic_one .mode-item-percentage-bar{background-color:rgb(98,153,64)}.mode-item-haxfootball .mode-item-percentage-bar{background-color:rgb(250,82,82)}.mode-item-percentage{font-size:.8rem;line-height:1.5}.mode-item-classic_one .mode-item-percentage{color:rgb(98,153,64)}.mode-item-haxfootball .mode-item-percentage{color:rgb(250,82,82)}.mode-item-percentage-bar{border-radius:10px;height:4px}.mode-name{flex:60% 1}.badge-box ul{list-style:none;display:flex;flex-direction:row;gap:.5rem}.badge-icon{height:32px;width:32px;padding:8px;border-radius:100%;flex-grow:1;flex-shrink:1;flex-basis:calc(20% - 0.5rem)}.badge-icon-wrapper{display:block}.badge-beta-tester{background:rgb(246,191,94);color:#000}.stats-empty{display:flex;align-items:center;justify-content:center}.stats-dashboard-skeleton{grid-column:span 4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;opacity:.7}.skel-box{padding:1rem;background-color:var(--bg-2);border-radius:.55rem;box-shadow:0 1px 2px #040c1a;display:flex;justify-content:center;align-items:center;-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;background-image:linear-gradient(90deg,#040c18 0,rgb(4,15,32) 20%,rgb(3,15,31) 40%,#0b121e);background-repeat:no-repeat}.s-box-row{grid-column:1/-1!important}.s-box-1x2,.s-box-2x2,.s-box-row{grid-row:span 2}.s-box-2x2,.s-box-2x3{grid-column:span 2}.s-box-2x3{grid-row:span 3}.s-box-2x1{grid-column:span 2}.s-header{background-color:var(--txt-1)}.s-caption,.s-header{width:100%;height:1.3rem}.s-caption,.s-header-box{background-color:var(--bg-1-t)}.s-header-box{width:100%;height:100%;border-radius:.2rem}.s-cont{padding:1rem;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.dash-box{padding:1rem;background-color:var(--bg-2);border-radius:.55rem;box-shadow:0 1px 2px #040c1a}.stats-dashboard .dash-box{height:100%}.dash-box-header{text-align:center;letter-spacing:.03em}.stat-card{padding:1rem;text-align:center}.stat-card>span{line-height:1.3}.stat-card .stat-value{color:var(--txt-2);font-size:1.9rem;font-family:var(--font-1);text-align:center;font-weight:700}.stat-card .stat-name{color:var(--txt-4)!important;text-transform:uppercase;font-size:.65rem;display:block;text-align:center}.rating-card .stat-value{color:var(--prim-1)!important;font-size:2.3rem;letter-spacing:.03em}.stat-avg{font-size:.45rem;text-transform:uppercase;vertical-align:middle;color:var(--txt-5);margin-left:.2rem}.stat-card .stat-rank{color:var(--txt-5)!important}.stat-card .first{font-weight:700;color:rgb(246,191,94)!important;letter-spacing:.07em}.stat-card .top-ten{font-weight:700;color:rgb(69,157,220)!important;letter-spacing:.07em}.stat-list{list-style:none}.stat-list li>div{display:flex;justify-content:space-between;align-items:center}.stat-list li{padding:.5rem 1.5rem;border-radius:.55rem}.stat-list li:nth-child(2n){background-color:var(--bg-1)}.list-stat-name{font-size:.9rem;font-weight:500;color:var(--txt-4)}.list-stat-value{font-size:1rem;font-weight:500}.number-negative{color:var(--red)!important}.number-positive{color:var(--green)!important}.number-zero{color:var(--blue)!important}.game-item-stat-box{display:flex;flex-direction:column;align-items:center}.game-item-stat-box>h3{font-size:1.2rem;color:var(--txt-3);line-height:1.4}.game-item-stat-box>span{color:var(--txt-5);font-size:.65rem;line-height:1.4}.game-item-stat-area{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.game-item-badge{padding:3px 5px;height:-moz-fit-content;height:fit-content;border-radius:.5rem;font-size:.55rem;white-space:nowrap;width:min-content;line-height:1}.game-item-badge-placeholder{visibility:hidden}.dash-top-bar{grid-column:span 4;padding:1.25rem;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-basis:100%;flex-wrap:wrap;white-space:nowrap;width:100%;row-gap:.3rem}.top-bar-left-container{border-right:1px solid var(--bg-7);align-items:center;flex:30% 1;min-width:150px}.top-bar-right-container{flex:70% 1;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;flex-wrap:wrap}.percentage-bar>h2{text-align:center;font-size:1rem;margin-bottom:.5rem}.percentage-bar-container{display:flex;width:100%;justify-content:space-evenly;grid-column-gap:.4rem}.percentage-bar-item{text-align:center;border-radius:8px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;padding-top:.5rem}.percentage-bar-item[class^=tooltip]:hover{background-color:var(--bg-4)}.percentage-bar-item-name{font-size:.55rem;color:var(--txt-5);text-transform:uppercase}.percentage-bar-item-value{font-size:1.3rem;color:var(--txt-3);font-weight:500;line-height:1.2;margin-bottom:.4rem}.percentage-bar-item-bar{height:6px;background-color:var(--prim-1);border-radius:.55rem;width:100%}.perc_own{display:none}@media screen and (max-width:1024px){.stats-dashboard-container{grid-template-columns:repeat(4,1fr)}.stats-dashboard-container .player-info-section{grid-column:span 4}}@media screen and (max-width:650px){.player-dash-header{justify-content:center!important;align-items:center!important}.player-dash-header>div{flex:1 1 100%!important}.player-info{justify-content:center!important}.player-dash-header .player-info{flex-direction:column;min-width:auto!important}.player-info-name-wrapper{justify-content:center!important}.player-profile-pic{width:64px!important;height:64px!important}.player-info-role{text-align:center}.player-info-dates{margin-top:1.25rem!important;justify-content:space-evenly;column-gap:0!important}.top-bar-left-container{flex:1 1 100%;border:none!important}.dash-box-header{text-align:center!important}.pagination-button{width:100%!important;margin-bottom:1rem;padding:.8rem 2rem;font-size:1rem}.player-game-history ul::-webkit-scrollbar-thumb{visibility:visible!important}}@media screen and (max-width:481px){.player-dashboard{row-gap:1rem!important}}.modes{height:100%}.modes-container{display:flex;flex-direction:row;flex-wrap:wrap;padding:2rem;gap:2rem;justify-content:flex-start;width:100%}.modes-card{display:block;border-radius:10px;border:3px solid transparent;animation:float-up;animation-duration:.4s;height:35vh;overflow:hidden;min-width:165px;width:calc(25% - 2rem)}.modes-card .img-container{box-shadow:5px 1px 6px #00000081}.disabled-card{pointer-events:none}.enabled-card{transition:all .3s ease-in-out}.enabled-card:hover{transform:scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05)}.enabled-card:hover .modes-card-title{color:var(--txt-1)!important}.modes-card{width:200px;height:325px}.modes-card .img-container{position:relative;overflow:hidden;margin:0 auto;width:90%;height:85%;border-radius:40px}.modes-card .img-container img{border-radius:40px}.waterpolo img{bottom:-150px;left:-130px}.hfl img{left:-50px}.disabled-card img{filter:grayscale(100%)}.modes-card-title{font-size:1.5rem;margin-left:.1rem;margin-top:1rem;color:var(--txt-1)!important;text-align:center;font-weight:800;margin-bottom:.2rem;transition:all .3s ease-in-out}.mode{width:clamp(768px,50%,1600px)}.back-to-mode-link{line-height:2;vertical-align:middle;margin-block:.3rem;display:block}.back-to-mode-link svg{height:12px;vertical-align:middle}.mode-section{background-color:var(--bg-2);padding:1rem 2rem 2rem;border-bottom-left-radius:.55rem;border-bottom-right-radius:.55rem}.mode-banner-title{font-weight:100;color:var(--txt-1);text-align:center;text-shadow:1px 3px 2px #040c18;z-index:2;position:relative;font-size:3.5rem;text-transform:capitalize}.mode-banner-img{display:flex;align-items:center;justify-content:center;height:25vh;width:100%;position:relative;overflow:hidden;border-top-left-radius:.55rem;border-top-right-radius:.55rem}.mode-1v1 .mode-banner-img:before{background:url(/mode-images/classicv1-banner.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.mode-1v1 .mode-banner-img:before,.mode-haxfootball .mode-banner-img:before{content:"";position:absolute;height:inherit;width:inherit;filter:brightness(.35)}.mode-haxfootball .mode-banner-img:before{background:url(/mode-images/hfl-banner2.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.mode-stickers{display:flex;flex-wrap:wrap;justify-content:flex-start;grid-gap:.7rem;gap:.7rem;margin-bottom:1rem;width:100%}.mode-stickers>.sticker{text-transform:uppercase;padding:5px 12px;border-radius:8px;letter-spacing:.02rem}.sticker-elo{background-color:var(--blue-t);color:var(--blue)}.sticker-twentyfourseven{background-color:var(--green-t);color:var(--green)}.sticker-solo{background-color:var(--yellow-t);color:var(--yellow)}.sticker-comp{background-color:var(--purple-t);color:var(--purple)}.sticker-casual{background-color:var(--cyan-t);color:var(--cyan)}.sticker-mp{background-color:var(--orange-t);color:var(--orange)}.mode-section-header{margin:0 2rem 2rem;font-size:1.7rem}.mode-section-subheader{margin:.5rem;font-size:1rem}.nested-list{margin-left:1.5rem}.mode-section-container{flex-direction:column;display:flex;margin-top:1.3rem}.mode-section-container>aside{display:flex;flex-direction:column;row-gap:1rem;flex:1 1 30%}.mode-section-container>section{flex:1 1 70%}.mode-section ul{margin-left:4rem}.mode-section ul li{line-height:2.2;font-size:.9rem}.room-link-container>a{margin:0 auto}.streak-join-info{width:100%;display:flex;flex-direction:column;column-gap:2rem}.streak-join-info>div{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem)}.games-value-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.games-value-container>.numb-games-text{color:var(--txt-5)}.games-value-container>*{line-height:1.2}.numb-games{font-size:2.1rem;font-weight:700;color:var(--txt-3)}.streak-info{display:flex;justify-content:center;align-items:center;row-gap:.8rem;flex-direction:column}.streak-header{text-align:center}.help{width:clamp(768px,50%,1600px)}.help-info-banner a{color:#183153!important;font-weight:700}.help-info-banner{background-color:#41a0e9e7;color:#183153!important;padding:2rem;border-radius:.5rem;margin:1rem;display:flex;flex-direction:row;column-gap:1.5rem;flex-wrap:wrap;row-gap:1rem}.help-info-banner h3{margin-bottom:.5rem}.help-info-banner-icon{height:28px}.info-text>p{color:#183153!important;line-height:1.9}.help .faq-help{padding:1rem;display:flex;row-gap:4rem;flex-direction:row;width:100%}.help .faq-help blockquote{background:var(--bg-3);border-left:5px solid #000000;margin:1em 10px;padding:.5em 10px;font-family:monospace}.faq-questions{width:75%;height:100%}.faq-bookmarks{width:20%;position:-webkit-sticky;position:sticky;top:30px;height:min-content}.faq-section-header{font-size:2rem;margin-bottom:.5rem}.faq-subheader{text-align:center;margin:0 auto;letter-spacing:.03em}.block-highlight{font-family:Arial,Helvetica,sans-serif;background-color:var(--bg-5);color:var(--txt-7);padding:.3rem .5rem;border-radius:.35rem}.faq-questions article{margin:2rem 0;max-width:80ch}.faq-questions>section{margin:1rem 1rem 3rem;max-width:80ch}.faq-questions>section h4{font-size:1.2rem;margin-bottom:.2rem;font-weight:500}.faq-questions ul{margin-left:2rem;margin-block:1rem}.faq-questions ul li{margin-block:.5rem}.faq-bookmarks>h3{font-size:2rem;margin-bottom:1.5rem}.faq-bookmarks>ul{list-style:none}.faq-bookmarks>ul a{color:#fff!important;display:block;border-radius:8px;padding:.4rem 1rem;width:100%;transition:all .3s ease-in-out}.faq-bookmarks>ul a:hover{color:#000!important;background:var(--clr-text)}.command-name{padding:.3rem .5rem;background-color:var(--bg-7);color:var(--txt-7);border-radius:.55rem;font-family:monospace;font-size:.8rem}.about{width:clamp(768px,50%,1600px)}.about p{color:var(--txt-1)}.about .header-section{font-size:1rem;margin-bottom:4rem}.about .mission-quote-container{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-block:2rem 5rem}.about .quote-icon{height:68px;color:var(--txt-6)}.about .mission-quote{font-style:italic;font-weight:400;font-size:2rem;word-wrap:normal;color:var(--prim-2);line-height:1.4;text-align:center;width:100%;max-width:600px;font-family:var(--font-2);text-shadow:0 1px 2px black}.about .header-section li{margin:1rem 0 1rem 2rem;font-size:1.15rem}.about ul{list-style-type:square;margin:1.5rem 0 0 2rem}.about li{margin:1rem}.about .key-features-container{margin-bottom:3rem}.about .key-features-container .feature-card{flex:calc(50% - 0.66rem) 1!important}.about .feature-caption{font-size:.95rem;max-width:30ch}.terms{width:clamp(768px,50%,1600px)}.terms-container{display:flex;justify-content:space-between;gap:4rem}.terms-container>section{width:75%;height:100%}.terms-container>aside{width:25%;position:-webkit-sticky;position:sticky;height:min-content;top:30px;max-height:90vh;overflow-y:auto}.terms-container section h3{font-size:1.7rem;margin-top:2rem}.terms-container p{margin-block:1rem}.terms-container section ul{margin-left:2rem}.terms-container section li{margin-block:1rem;color:var(--clr-text-white-2)}.terms-container .blog-header{color:var(--txt-3)}@media screen and (max-width:1024px){.faq-bookmarks,.faq-questions{width:100%}}@media screen and (max-width:768px){.modes-container{justify-content:center}.faq-questions ul{margin-left:0!important}}@media screen and (max-width:650px){.mode-section>ul{margin-left:.5rem}.about ul{margin:1rem 0!important}}.game{width:clamp(768px,50%,1600px);display:flex;flex-direction:column;row-gap:2rem}.game>section{padding:25px;background:var(--bg-2);border-radius:8px}.game>section>h2{text-align:center}.game .two-column-section{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap}.game .two-column-section>div{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem)}.game .game-card{background-color:var(--bg-2);box-shadow:0 1px 2px #040c1a;padding:2rem;border-radius:8px;height:-moz-fit-content;height:fit-content}.game-card-header{text-align:center;font-size:1.3rem;margin-bottom:1rem}.score-board{display:flex;flex-direction:column;justify-content:center;gap:2rem;align-items:center}.score-board-score{width:100%;max-width:400px;justify-content:space-evenly;align-items:center;display:flex}.score-board-score .hyphen{font-size:3.3rem}.score-box{display:flex;align-items:center;flex-direction:column}.score-box-score{font-size:3rem;line-height:1}.score-box-team{text-transform:uppercase;font-size:.75rem;color:var(--txt-5)}.red-score-box .score-box-score{color:var(--red)}.blue-score-box .score-box-score{color:var(--blue)}.game-info{width:100%;display:flex;align-items:center;flex-wrap:wrap-reverse;row-gap:1.5rem}.game-info .team-red{color:var(--red)}.game-info .team-blue{color:var(--blue)}.game-details .game-info-section{display:flex;flex-direction:column}.dark-colored-box{background-color:var(--bg-1);box-shadow:0 1px 2px #040c1a;border-radius:8px;padding:1.5rem}.game-details{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem);flex-wrap:wrap;display:flex;gap:1rem;align-items:center;justify-content:space-between}.game-info-section-caption{color:var(--txt-5);font-size:.6rem;text-transform:uppercase}.game-info-mode,.game-info-section-text{font-size:.95rem}.game-info-mode{font-weight:700}.game-info-timestamp{font-weight:100;font-size:.7rem}.replay-info{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem);display:flex;justify-content:flex-end;align-items:center;flex-direction:row;height:-moz-fit-content;height:fit-content;gap:1rem}.replay-info svg{width:14px;height:14px;vertical-align:middle;margin-left:.5rem}.replay-active{color:var(--prim-1);border:1px solid var(--prim-1);border-radius:6px}.replay-active,.replay-expired{padding:5px 12px;font-size:.85rem;display:flex;align-items:center}.replay-expired{color:var(--txt-6);border:1px solid var(--txt-6);border-radius:4px}.replay-active:hover{background:var(--prim-1);color:#000}.player-list .team-red{border-left:2px solid var(--red);border-radius:12px}.player-list .team-blue{border-left:2px solid var(--blue);border-radius:12px}.player-list-container{overflow-x:scroll;width:100%}.players-table{border-collapse:separate!important;overflow-x:scroll}.players-table tbody tr{background-color:var(--bg-2)}.players-table tbody tr:hover{filter:brightness(1.3)!important}td.fixed-column{position:-webkit-sticky;position:sticky;left:0;background-color:var(--bg-2)}.players-table tr.team-red td:first-child{border-left:2px solid var(--red)}.players-table tr.team-blue td:first-child{border-left:2px solid var(--blue)}.players-table-player-container{display:flex;align-items:center;gap:.3rem}.players-table .in-game-name{font-size:.7rem;color:var(--txt-5);font-family:monospace;height:32px;vertical-align:middle;display:flex;align-items:center;line-height:1}.players-table .player-name{font-size:1rem;color:var(--txt-1);margin-left:.2rem;white-space:nowrap}.players-table .img-container{height:24px;width:24px}.players-table .player-name-container{margin-left:5%}.players-table tr:first-child td:first-child{border-top-left-radius:3px}.players-table tr:first-child td:last-child{border-top-right-radius:3px}.players-table tr:last-child td:first-child{border-bottom-left-radius:3px}.players-table tr:last-child td:last-child{border-bottom-right-radius:3px}.player-table-separator{height:1rem}.player__name{color:#fff!important;font-size:1.4rem}.player__room-name{color:var(--clr-text-dark);font-weight:100;font-size:.8rem}.score-board__container{display:flex;align-items:center;margin-top:1rem;justify-content:center}.event-item{display:flex;flex-direction:row}.event-time{flex:1 1 10%}.event-team{flex:1 1 20%;text-align:center}.event-content{flex:1 1 70%;display:flex;flex-direction:row;column-gap:.3rem;align-items:center}.event-team-red{color:var(--red)}.event-team-blue{color:var(--blue)}.event-name-desc-wrapper{display:flex;flex-direction:column}.event-name-desc-wrapper>span{line-height:1.4;display:flex;align-items:center;gap:.2rem}.event-name{color:var(--prim-1)}.event-name-caption{font-size:.65rem;color:var(--txt-5)}.event-icon svg{width:18px;height:18px;margin:0 .3rem;vertical-align:middle}.goal-owngoal{color:#dd2020ab}.sub-out{transform:rotate(200deg);color:var(--red)}.sub-in{transform:rotate(30deg);color:var(--green)}.game .poss-charts{border-bottom:2px solid var(--bg-1);display:flex;flex-direction:column;row-gap:1rem}.game .poss-charts>div:last-of-type{padding-bottom:1rem}.poss-bar-wrapper{display:flex;margin:0 auto;width:95%;padding:.5rem;column-gap:.2rem}.poss-chart-title,.poss-chart-title>h4{text-align:center;font-weight:100;justify-content:center;font-size:.9rem}.poss-bar-wrapper>div{padding:2px 0;border-radius:2px;text-shadow:1px 1px 0 #0a0a0a86;text-align:center;color:#fff}.red-poss{background:var(--red)}.blue-poss{background:var(--blue)}.mid-poss{background:#1a2438}@media screen and (max-width:650px){.replay-info{justify-content:center}.players-table .list-item-wrapper{padding:.5rem!important}.game .game-card{padding:1rem!important}}.login{display:flex;justify-content:space-between;flex-wrap:wrap;column-gap:10%}.login>section{flex:1 1}.login .form-section{padding:2rem 4rem;background-color:var(--bg-2);border-radius:20px}.login .account-features-section h2{margin-bottom:1.3rem;font-size:2rem;font-weight:400}.login .account-features-section ul{list-style:none;margin-left:.3rem}.login .account-features-section button{width:-moz-fit-content;width:fit-content}.login .account-features-section li{color:var(--txt-1);margin-bottom:1.5rem;line-height:14px}.login .account-features-section svg{height:14px;color:var(--sec-2);margin-right:.3rem;vertical-align:middle}.account-features-section{display:flex;justify-content:center;flex-direction:column}.login .account-features-section button{background-color:transparent;color:var(--button-1)}.login .account-features-section button:hover{background-color:var(--button-2)}.login .form-input{display:flex;flex-direction:column;margin:1rem 0}.login-register-caption{color:var(--txt-2)}.login .form-section button{width:100%;margin-block:2rem}.login-error-message{margin-bottom:2rem;color:var(--red);display:flex;align-items:center;justify-content:center;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}.login-error-message svg{height:14px;margin-right:.3rem}.invalid-input input{border:2px solid var(--red)}.signup-auth-section input{font-weight:600;font-size:1.8rem;padding:.7rem;border-radius:0!important;background:none;transition:all .2s ease;text-align:center;font-family:var(--font-1);width:100%;border-bottom:3px solid var(--prim-1)!important;border:none}.signup-auth-section input::-webkit-inner-spin-button,.signup-auth-section input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.signup-auth-section .more-link{font-size:.75rem}.signup-auth-section .input-container{display:grid;justify-items:center;grid-template-columns:repeat(6,1fr);width:100%;text-align:center;margin-top:3rem;margin-inline:auto;grid-gap:.3rem}.signup-auth-section .input-container>div{width:100%;max-width:3.8rem}.signup-account-section{width:clamp(468px,35%,1600px)}.signup-auth-section{text-align:center;width:clamp(668px,50%,1600px)}.signup-account-section,.signup-auth-section{padding:3rem 4rem;background-color:var(--bg-2);border-radius:22px;margin:0 auto;animation:float-up;animation-duration:.4s}.input:invalid{border:5px solid green}.signup-form-container h1{font-size:2rem;margin-bottom:2rem;text-align:center;word-break:keep-all}.form-input-description{margin-top:.2rem}.signup-account-section .form-input>input{width:100%}.signup-account-section .form-input{margin:1rem 0}.signup-account-section button{width:100%;text-align:center;margin:2rem 0}.signup-auth-section>p{max-width:60ch;margin-bottom:1rem;margin-inline:auto;font-size:.85rem}.auth-image-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.auth-image-container .img-container{padding:.6rem;background:var(--bg-5);border-radius:5px;height:32px;box-sizing:content-box}.auth-image-container .hblogo img{border-radius:5px}.auth-image-container .arrow-icon{height:22px;color:var(--prim-1)}.error-area{height:3rem;margin:1rem 0}.auth-error-message{color:#fa5252;display:flex;align-items:center;justify-content:center;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.auth-error-message svg{height:14px;margin-right:.3rem}.auth-info-dropdown,.dropdown-container{transition:all 3.3s ease-in-out}.auth-loader{margin-top:1rem}svg.spinner{width:40px;height:40px;x:0;y:0;viewbox:0 0 40 40;animation:float-up;animation-duration:.4s}svg.spinner circle{fill:transparent;stroke:var(--button-1);stroke-width:4;stroke-linecap:round;stroke-dasharray:125.6;transform-origin:20px 20px 0;animation:spinner 4s linear infinite}@keyframes spinner{0%{transform:rotate(0deg);stroke-dashoffset:26.4}50%{transform:rotate(2turn);stroke-dashoffset:125.6}to{transform:rotate(3turn);stroke-dashoffset:26.4}}.password-validation-box svg{height:12px;margin-right:.4rem;vertical-align:middle}.password-validation-box{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.password-validation-box>span{transition:all .4s ease-in-out;color:var(--txt-2);display:flex;align-items:center}.form-input-password{margin-bottom:.3rem!important}.password-validation-box .validCriteria{color:var(--sec-2)}.signup-form-container .checkbox{margin-top:1rem}.show-password-bttn{height:12px;position:absolute}.success-section{align-items:center;display:flex;justify-content:center;flex-direction:column;margin:0 auto;animation:float-up;animation-duration:.4s;height:60vh}.success-section .success-title{font-size:2.4rem}.success-section .success-caption,.success-section .success-title{opacity:0;animation-name:fadeIn;animation-delay:.8s;animation-duration:2s;animation-fill-mode:forwards}.success-section .success-caption{font-weight:200;color:var(--txt-3)}@media screen and (max-width:668px){.signup-auth-section{width:100%!important;padding:2rem}}@media screen and (max-width:516px){.signup-account-section{width:100%!important;padding:2rem}}.match-details-bar{background-color:var(--bg-3);display:flex;flex-direction:row;padding:3rem;border-radius:8px;box-shadow:0 4px 3px 1px rgb(0 0 0/25%);margin-bottom:1rem;flex-wrap:wrap}.match-details-bar>.main-details{flex:35% 1;display:flex;flex-direction:column;gap:1rem}.main-details-header{font-weight:400;font-size:.9rem}.main-details-container{flex-direction:row;text-align:center}.main-details-container,.match-details-bar>.side-details{display:flex;align-items:center;justify-content:space-evenly}.match-details-bar>.side-details{flex:65% 1;border-left:2px solid var(--bg-2);flex-direction:row;gap:1rem;flex-wrap:wrap}.main-details-header,.side-details>div{text-align:center}.match-details-stat .stat-total{font-size:2.2rem;line-height:1.3;color:var(--txt-1)}.match-details-stat .stat-name{text-transform:uppercase;font-size:.75rem;font-weight:100;line-height:1.8}.side-details .stat-total{font-size:1.9rem;line-height:1.3;color:var(--txt-1)}.side-details .stat-caption{color:var(--txt-5)}.side-details .stat-caption,.side-details .stat-name{text-transform:uppercase;font-size:.65rem;font-weight:100;line-height:1.8}.match-list-section .data-list{display:flex;flex-wrap:wrap;column-gap:1rem}.match-list-section .time-ago-stamp{font-size:.75rem;color:var(--txt-5);text-align:left}.match-list-section .loading-button{margin:2rem auto}.match-list-classic_one li{flex-grow:1;flex-shrink:1;flex-basis:calc(33% - 0.5rem);min-width:320px}.matches-ones .list-item-wrapper{flex-direction:column;align-items:flex-start;row-gap:1rem}.match-list-classic_one .player-score-container{display:flex;align-items:center;justify-content:space-between;width:100%}.match-list-classic_one .player-container{flex:60% 1;display:flex;flex-direction:column;row-gap:1rem}.match-list-classic_one .score-container{flex:40% 1;display:flex;flex-direction:column;row-gap:1rem}.match-list-classic_one .player-name-container .img-container{margin-right:.5rem}.match-list-classic_one .score{font-size:1.1rem}.match-list-haxfootball .data-list{display:flex;flex-wrap:wrap;column-gap:1rem}.match-list-haxfootball{flex-direction:column;align-items:flex-start;row-gap:1rem}.match-list-haxfootball .list-item-wrapper{display:flex;gap:.4rem}.match-list-haxfootball .data-list li{flex:calc(50% - 1rem) 1}@media screen and (max-width:650px){.match-details-bar>.side-details{border-left:0}.matches_ones .data-list li{flex:100% 1}}