@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.responsive-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--gap-size);padding:var(--container-padding)}.responsive-text{font-size:var(--font-size-base);line-height:1.5}.responsive-img{max-width:100%;height:auto;display:block}.responsive-btn{padding:clamp(8px,2vw,16px) clamp(16px,4vw,32px);font-size:clamp(14px,2.5vw,18px);border-radius:8px;transition:all .2s ease}.responsive-card{padding:clamp(10px,3vw,20px);border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}@media (max-width: 320px){:root{--container-padding: 8px;--gap-size: 8px;--font-size-base: 12px}}@media (max-width: 480px){.responsive-container{grid-template-columns:1fr}.hide-mobile{display:none!important}}@media (min-width: 481px) and (max-width: 768px){.responsive-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.hide-tablet{display:none!important}}@media (min-width: 769px) and (max-width: 1024px){.hide-desktop{display:none!important}}@media (min-width: 1920px){:root{--container-padding: 60px;--gap-size: 40px;--font-size-base: 20px}.hide-large{display:none!important}}.show-mobile,.show-tablet,.show-desktop,.show-large{display:none!important}@media (max-width: 480px){.show-mobile{display:block!important}}@media (min-width: 481px) and (max-width: 768px){.show-tablet{display:block!important}}@media (min-width: 769px) and (max-width: 1919px){.show-desktop{display:block!important}}@media (min-width: 1920px){.show-large{display:block!important}}:root{--container-padding: clamp(10px, 5vw, 50px);--font-size-base: clamp(14px, 2.5vw, 18px);--gap-size: clamp(10px, 3vw, 30px)}*{margin:0;padding:0;font-family:Montserrat,sans-serif}html,body{overscroll-behavior:none;height:100%}#root{color:#fff;background:linear-gradient(#0006,#0006),url(/assets/background-C-jwzJu3.jpg) no-repeat;background-size:105%;background-position:var(--bg-x, 50%) var(--bg-y, 50%);background-attachment:fixed;min-height:100vh;overscroll-behavior:none;position:relative;transition:background-position .1s ease-out}a{text-decoration:none}@media (max-width: 480px){#root{background-size:cover;background-position:center;background-attachment:scroll}}@media (min-width: 481px) and (max-width: 1024px){#root{background-size:cover;background-position:center}}@media (max-width: 1600px){#root{background-size:cover;background-attachment:fixed;background-position:center;min-height:100vh;overflow-y:auto;transition:none;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}}@media (min-width: 1920px){#root{background-size:100%}}.App{display:flex;flex-direction:column;min-height:100vh}.App>.routes-container{flex:1}.page-transition{animation:fadeIn .5s ease-out;padding-top:7.6vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}a,button,.navbar-links li,.navbar-toggle,[role=button]{-webkit-tap-highlight-color:transparent;outline:none}nav{height:7.6vh;position:fixed;top:0;width:100%;z-index:10000}.burger-menu{scale:0%}.navbar-menu{background:#669ae280;height:100%;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.navbar-menu ul{display:flex;list-style:none;gap:50px}.navbar-menu ul li a{font-size:18px;color:#fff;text-decoration:none}.navbar-menu ul li a:after{display:block;content:"";height:2px;width:0;background-color:#fff;transition:width .3s ease-in-out}.navbar-menu ul li a:hover:after,.navbar-menu ul li a:focus:after{width:100%}.social-link{display:none}.navbar-menu ul li a.active:after{width:100%}@media (max-width: 768px){.social-link{display:flex;position:relative;gap:15px;order:1}.social-link a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;transition:transform .2s ease}.social-link img{width:25px;height:25px;filter:brightness(.9)}.navbar-menu{justify-content:space-between;padding:0 20px}.burger-menu{scale:100%;display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:10px;position:relative;z-index:1001;order:2}.burger-menu span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.burger-menu.open span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.burger-menu.fixed{position:fixed;right:20px}.navbar-menu ul{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#669ae2f2;z-index:1000;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:left;padding:30px;gap:30px}.navbar-menu ul.nav-open{transform:translate(0)}.navbar-menu ul li a{font-size:24px;padding:15px 30px;border-radius:8px;transition:background .2s ease}.navbar-menu ul li a.active:after{width:calc(100% - 100px)}}footer{min-height:7vh;font-size:18px;background:#669ae280;display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin-top:auto}.social-links{display:flex;gap:15px;-webkit-user-select:none;user-select:none}.social-links a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;transition:transform .2s ease}.social-links a:hover{transform:scale(1.1)}.social-links img{width:25px;height:25px;filter:brightness(.9)}@media (max-width: 768px){footer{display:none}}.preloader{position:fixed;left:0;top:0;right:0;bottom:0;background:#e0e0e0;z-index:1001}.preloader__row{position:relative;top:50%;left:50%;width:70px;height:70px;margin-top:-35px;margin-left:-35px;text-align:center;animation:preloader-rotate 2s infinite linear}.preloader__item{position:absolute;display:inline-block;top:0;background-color:#337ab7;border-radius:100%;width:35px;height:35px;animation:preloader-bounce 2s infinite ease-in-out}.preloader__item:last-child{top:auto;bottom:0;animation-delay:-1s}@keyframes preloader-rotate{to{transform:rotate(360deg)}}@keyframes preloader-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}body.loaded_hiding .preloader{transition:.3s opacity;opacity:0}body.loaded .preloader{display:none}.notification{position:fixed;top:-90px;left:50%;transform:translate(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:0 30px;border-radius:10px;z-index:1000;transition:all .5s ease;display:flex;align-items:center;gap:15px;font-size:17px}.notification.show{display:flex;justify-content:center;gap:25px;top:80px;width:420px}.notification:hover{transform:translate(-50%) scale(1.05)}.notification a{color:#fff;text-decoration:underline;margin-left:-2px}.notification-close{background:none;border:none;color:#fff;font-size:55px;cursor:pointer;padding:0;opacity:.7}.notification-close:hover{opacity:1}@media (max-width: 768px){.notification{width:340px;display:flex;align-items:center;justify-content:center;max-width:90%;padding:0 20px;font-size:16px;white-space:nowrap}.notification.show{width:360px}.notification-close{font-size:45px}}@media (max-width: 480px){.notification{max-width:95%;padding:0 15px;font-size:15px;gap:10px}.notification.show{top:69px}}@media (max-width: 360px){.notification{padding:0 12px}}main{min-height:87vh}.registration{display:flex;justify-content:center;align-items:center;width:90%;height:100%;margin:0 auto;min-height:400px;max-height:800px;position:relative}.registration-btn{display:inline-block;position:relative;transition:transform .3s ease;scale:.85}.registration-btn img{border-radius:50%;box-shadow:0 0 clamp(20px,5vw,50px) #fffc;animation:button-rotate .3s infinite;width:clamp(200px,35vw,550px);height:clamp(200px,35vw,550px);transition:all .3s ease;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;cursor:pointer}.registration-btn span{font-size:72px;text-align:center;color:#fff;font-weight:700}.registration-right{display:flex;align-items:end;height:98%}.registration-stesha{height:97%;z-index:3;position:relative;top:-1px;mask:linear-gradient(to bottom,white 80%,transparent 100%);-webkit-mask:linear-gradient(to bottom,white 80%,transparent 100%);-webkit-user-drag:none;pointer-events:none;-webkit-user-select:none;user-select:none}@media (hover: hover){.registration-btn:hover{transform:scale(1.15)}.registration-btn:hover img{box-shadow:0 0 clamp(30px,8vw,80px) #fff}}@keyframes button-rotate{50%{transform:scale(1.009)}to{transform:scale(1)}}.scroll-arrow{display:flex;justify-content:center;padding:20px 0;color:#fff9;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite}.scroll-arrow:hover{color:#ffffffe6}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.scroll-arrow.clicked{animation:none}@media (max-width: 1024px){.scroll-arrow{padding:15px 0}.scroll-arrow svg{width:50px;height:50px}}@media (max-width: 768px){.scroll-arrow{padding:30px;margin-top:-50px}.scroll-arrow svg{width:60px;height:60px}}@media (max-width: 1600px){.registration-stesha{display:none}.registration{height:86.15vh}}.info-blocks{display:flex;justify-content:center;gap:30px;padding:40px 20px;margin-top:auto}.info-block{background:#ffffff1a;border-radius:10px;padding:30px;max-width:300px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-block h3{margin-bottom:15px;font-size:1.5em}.info-block a{color:#fff;text-decoration:underline;transition:all .2s ease-in-out}.info-block a:hover{color:beige}@media (max-width: 768px){.info-blocks{padding-bottom:130px}.info-blocks{flex-direction:column;align-items:center;gap:20px}.registration-btn img{width:clamp(250px,60vw,320px);height:clamp(250px,60vw,320px)}.registration-btn:active{transform:scale(.95)}.registration-btn span{font-size:36px}.registration-stesha,.registration-right{display:none}.registration{flex-direction:column;justify-content:center;height:87vh}.registration-btn{text-align:center}}@media (max-height: 650px){.registration{height:calc(100vh - 100px);min-height:250px}.registration-btn img{width:min(200px,50vw);height:min(200px,50vw)}.registration-stesha{display:none}}@media (max-width: 480px){.registration-btn img{width:clamp(180px,50vw,240px);height:clamp(180px,50vw,240px)}.registration-btn span{font-size:28px}.info-block{padding:20px;max-width:280px}.info-block h3{font-size:1.2em}.scroll-arrow{padding:25px;margin-top:-40px}.scroll-arrow svg{width:55px;height:55px}}@media (max-width: 360px){.registration{min-height:300px;padding:20px 10px}.registration-btn img{width:clamp(160px,45vw,200px);height:clamp(160px,45vw,200px);box-shadow:0 0 15px #fff9}.scroll-arrow{padding:20px;margin-top:-30px}.scroll-arrow svg{width:50px;height:50px}}@media (max-width: 768px) and (max-height: 500px){.registration{height:auto;min-height:200px;padding:10px}.registration-btn img{width:clamp(120px,25vw,180px);height:clamp(120px,25vw,180px)}}@media (min-width: 1920px){.registration-btn img{width:clamp(600px,40vw,700px);height:clamp(600px,40vw,700px)}.registration-btn span{font-size:84px}.info-blocks{gap:50px;padding:60px 40px}}.mappool{min-height:83.3vh;padding:20px;max-width:1200px;margin:0 auto;box-sizing:border-box;width:100%}.details{width:100%;margin:20px auto;overflow:hidden}.content{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.4,0,.2,1)}.details.open .content{max-height:2000px;transition:max-height .6s cubic-bezier(.4,0,.2,1)}.details:not(.open) .map-card{animation:fadeOutDown .3s ease-in forwards}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.summary{height:50px;padding:20px 0 0 20px;font-size:25px;border-radius:10px;-webkit-user-select:none;user-select:none;transition:all .2s ease}.summary:hover{cursor:pointer}.summary-blue{background:#669ae2}.summary-red{background:#ed654e}.summary-green{background:#4bd98a}.summary-yellow{background:#e8d662}.summary-gray{background:#8c8c8c}.map-card{color:#fff;width:95%;margin:10px auto;display:flex;align-items:center;opacity:0;transform:translateY(20px);transition:all .3s ease}.details.open .map-card{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.details.open .map-card:nth-child(2){animation-delay:.1s}.details.open .map-card:nth-child(3){animation-delay:.2s}.details.open .map-card:nth-child(4){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.map-card:hover{cursor:pointer}.map-card-blue{background:#669ae28c}.map-card-red{background:#ed654e8c}.map-card-green{background:#4bd98a8c}.map-card-yellow{background:#e8d6628c}.map-card-gray{background:#8c8c8c8c}.map-mode{display:flex;justify-content:center;align-items:center;width:10%;transform:rotate(-90deg);font-size:36px}.map-img{padding:20px 0 20px 20px;height:100%;width:70%;background-repeat:no-repeat;background-size:cover;background-position:center}.map-img-1{background-image:linear-gradient(#00000080,#00000080),url(/assets/nm1-BUwYyP-t.jpg)}.map-img-2{background-image:linear-gradient(#00000080,#00000080),url(/assets/nm2-B2n15yDl.jpg)}.map-img-3{background-image:linear-gradient(#00000080,#00000080),url(/assets/nm3-DcEm3e8o.jpg)}.map-img-4{background-image:linear-gradient(#00000080,#00000080),url(/assets/nm4-BQstdfCn.jpg)}.map-img-5{background-image:linear-gradient(#00000080,#00000080),url(/assets/nm5-CFSkaLQ9.jpg)}.map-img-6{background-image:linear-gradient(#00000080,#00000080),url(/assets/nm6-CuhK1P7X.jpg)}.map-img-7{background-image:linear-gradient(#00000080,#00000080),url(/assets/hd1-D10fMrun.jpg)}.map-img-8{background-image:linear-gradient(#00000080,#00000080),url(/assets/hd2-CFfU-XHX.jpg)}.map-img-9{background-image:linear-gradient(#00000080,#00000080),url(/assets/hd3-BcTcsofC.jpg)}.map-img-10{background-image:linear-gradient(#00000080,#00000080),url(/assets/hr1-VdK6-fcZ.jpg)}.map-img-11{background-image:linear-gradient(#00000080,#00000080),url(/assets/hr2-B1q2y-de.jpg)}.map-img-12{background-image:linear-gradient(#00000080,#00000080),url(/assets/hr3-DwO_xPbi.jpg)}.map-img-13{background-image:linear-gradient(#00000080,#00000080),url(/assets/dt1-DR0SShSN.jpg)}.map-img-14{background-image:linear-gradient(#00000080,#00000080),url(/assets/dt2-NHNhKR9X.jpg)}.map-img-15{background-image:linear-gradient(#00000080,#00000080),url(/assets/dt3-B4DEYo-y.jpg)}.map-img-16{background-image:linear-gradient(#00000080,#00000080),url(/assets/tb-Ds7nljft.jpg)}.map-stats{display:flex;justify-content:center;gap:50px;width:20%;height:90px}.map-stats-left,.map-stats-right{display:flex;flex-direction:column;justify-content:space-evenly}.zip-maps{display:flex;position:relative;align-items:right;justify-content:right;gap:20px;margin-top:15px}.download-zip{font-size:20px;position:relative;text-decoration:none;text-align:center;line-height:50px;color:#fff;border-radius:7px;width:215px;background:#669ae2;transition:background-color .3s}.download-zip:link,.download-zip:visited,.download-zip:focus{transition:.2s ease-in-out;background:#669ae2;color:#fff}.download-zip:hover{transition:.2s ease-in-out;background:#8cb9f8;color:#fff}@media (max-width: 960px){.mappool{padding-top:80px}}@media (max-width: 480px){.mappool{padding:80px var(--container-padding) 0 var(--container-padding)}.summary{font-size:16px;padding:10px 0 0 10px;height:35px}.download-zip{font-size:16px;width:180px;line-height:40px}.zip-maps{flex-direction:column;align-items:center;gap:10px}}@media (max-width: 864px){.download-zip{scale:85%}.mappool-h1{font-size:1.5em;margin:15px 0}.summary{font-size:18px;padding:15px 0 0 15px;height:40px}.map-card{flex-direction:column;width:100%;margin:8px auto}.map-img{width:100%;padding:15px;text-align:center}.map-mode{width:95%;transform:none;font-size:24px;padding:10px 0}.map-stats{width:90%;gap:5px;height:auto;padding:15px 0}.map-stats-left,.map-stats-right{flex-direction:row;gap:10px}.map-stats span{font-size:14px}.map-stats img{width:16px;height:16px}}@media (min-width: 1920px){.mappool{max-width:1400px;padding:40px}.summary{font-size:28px;height:60px;padding:25px 0 0 25px}.map-mode{font-size:42px}.download-zip{font-size:22px;width:240px;line-height:55px}}.awaiting{font-weight:400;text-align:center;margin-top:20px}.players-page{padding:var(--container-padding);max-width:1200px;margin:0 auto}.players-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;margin-top:30px}@media (max-width:1100px){.players-page{padding-top:80px}}@media (max-width: 768px){.players-grid{margin-bottom:100px}}.player-card{color:#fff;background:#fff;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .2s;background:#ffffff1a;border-radius:10px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.player-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.player-card.loading,.player-card.error{display:flex;align-items:center;justify-content:center;min-height:200px;color:#fff}.player-avatar{width:80px;height:80px;border-radius:50%;margin-bottom:10px}.player-name{margin:10px 0;color:#fff}.player-stats{margin-top:15px}@media (max-width: 768px){.player-card{padding:15px;margin:10px 0}.player-avatar{width:60px;height:60px}}@media (max-width: 480px){.player-card{padding:10px}.player-name{font-size:16px}.player-avatar{width:50px;height:50px}}.regulation-page{padding:var(--container-padding);max-width:1200px;margin:0 auto}.regulation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:12px;margin-top:30px}@media (max-width:1100px){.regulation-page{padding-top:80px}}@media (max-width: 768px){.regulation-grid{margin-bottom:100px}}.regulation-card{background:#fff;color:#fff;box-shadow:0 2px 8px #0000001a;transition:transform .2s;background:#ffffff1a;border-radius:10px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bg-red{background:#ed654e4d}.bg-blue{background:#669ae24d}.bg-green{background:#4bd98a4d}.bg-yellow{background:#e8d6624d}.regulation-list,.regulation-list li{margin-top:15px;padding-left:10px}.regulation-list ul li{list-style:disc}.regulation-list ul{margin-top:20px;padding-left:10px}@media (max-width:560px){.regulation-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.staff-page{padding:var(--container-padding);max-width:1200px;margin:0 auto}.staff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-top:30px}@media (max-width:1100px){.staff-page{padding-top:80px}}@media (max-width: 768px){.staff-grid{margin-bottom:100px}}.staff-card{background:#fff;border-radius:8px;padding:15px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .2s}.staff-card.loading,.staff-card.error{display:flex;align-items:center;justify-content:center;min-height:150px;color:#666}.staff-avatar{width:60px;height:60px;border-radius:50%;margin-bottom:8px}.staff-name{margin:8px 0;color:#333}.staff-stats{margin-top:10px}.stat{margin:3px 0}.staff-card{background:#fff;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .2s;background:#ffffff1a;border-radius:10px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.staff-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.staff-card.loading,.staff-card.error{display:flex;align-items:center;justify-content:center;min-height:200px;color:#fff}.staff-avatar{width:80px;height:80px;border-radius:50%;margin-bottom:10px}.staff-name{margin:10px 0;color:#fff}.staff-stats{margin-top:15px}.stat{margin:5px 0}.stat-label{color:#fff;font-size:14px}.stat-value{color:#fff;font-weight:500;margin-left:5px}@media (max-width: 768px){.staff-card{padding:15px;margin:10px 0}.staff-avatar{width:60px;height:60px}}@media (max-width: 480px){.staff-card{padding:10px}.staff-name{font-size:16px}.staff-avatar{width:50px;height:50px}}.not-found{display:flex;justify-content:center;align-items:center;min-height:83.3vh;text-align:center}.not-found-component{display:flex;flex-direction:column;justify-content:center;align-items:center;height:630px;width:60%;color:#fff;background:#fff;box-shadow:0 2px 8px #0000001a;transition:transform .2s;background:#ffffff1a;border-radius:10px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.not-found h1{font-size:120px;margin:0;color:#ed654e}.not-found-component img{border-radius:10px;width:clamp(200px,35vw,550px)}.not-found h2{font-size:32px;margin:0 0 20px}.not-found p{margin-bottom:20px}.home-link{margin-top:30px;padding:10px 20px;background-color:#669ae2;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s}.home-link:hover{background-color:#2980b9}@media (max-width: 550px){.not-found h1{font-size:70px}.not-found h2{font-size:26px;margin:0 0 20px}.not-found-component{height:500px}}.donate{width:100px;height:100px;font-size:15px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#669ae2;position:fixed;bottom:20px;right:20px;z-index:100;animation:donate-rotate 1s infinite;transition:.3s}@media (hover: hover){.donate:hover{transition:.3s;width:110px;height:110px}}@keyframes donate-rotate{0%{transform:scale(1);background:#669ae2}50%{transform:scale(1.05);background:#ed654e}to{transform:scale(1);background:#669ae2}}
