﻿input[type=text],input[type=email],input[type=number],input[type=password],input[type=date]{border:0;min-height:46px;border-bottom:1px solid var(--input-br-default, #dce2e7);border-radius:5px;padding:6px 12px;background:var(--input-bg-default, #fff);color:var(--text-default);box-shadow:var(--input-shadow-default);font-family:inherit}html[data-theme=dark] input[type=text],html[data-theme=dark] input[type=email],html[data-theme=dark] input[type=number],html[data-theme=dark] input[type=password],html[data-theme=dark] input[type=date]{border:1px solid var(--input-br-default, #dce2e7)}input[type=text].on-monochrome,input[type=email].on-monochrome,input[type=number].on-monochrome,input[type=password].on-monochrome,input[type=date].on-monochrome{box-shadow:inset 0 0px 1px 1px var(--shadow-color-neutral)}input[type=text]:hover,input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=date]:hover{border-color:#86868b}input[type=text]:focus-visible,input[type=text]:focus,input[type=email]:focus-visible,input[type=email]:focus,input[type=number]:focus-visible,input[type=number]:focus,input[type=password]:focus-visible,input[type=password]:focus,input[type=date]:focus-visible,input[type=date]:focus{outline:1px solid var(--game-bg-target, #47c2ff);border-color:var(--game-bg-target, #47c2ff)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=date]::placeholder{color:var(--text-sub)}textarea{background:var(--input-bg-default, #fff);border:1px solid var(--input-br-default, #dce2e7);border-radius:5px;min-height:46px;resize:vertical;font-family:inherit;padding:18px 20px 10px 16px;color:var(--text-default)}textarea:hover{border-color:#b2b8c5}textarea:focus-visible,textarea:focus{outline:1px solid var(--game-bg-target, #47c2ff);border-color:var(--game-bg-target, #47c2ff)}textarea::placeholder{color:var(--text-sub)}select{padding:10px 10px;border-radius:5px;font-size:14px;font-family:inherit;background:var(--glass-bg-hard);color:var(--text-secondary);border:none;box-shadow:inset 0 .0625rem .0625rem var(--glare-color-neutral)}select.select-s1{background:#e8e8ed;border:none;color:var(--text-sub);border-radius:5px}select.on-monochrome{box-shadow:inset 0 0px 1px 1px var(--shadow-color-neutral)}button{width:100%;display:flex;align-items:center;background:var(--btn-bg-default, #333);max-height:40px;padding:10px 18px;border:none;border-radius:3px;font-family:"Roboto",sans-serif;font-weight:500;font-size:13px;color:var(--color-white, #fff);letter-spacing:.2px;justify-content:center;white-space:nowrap}button:focus-visible,button:focus{border:0;outline:0}button:hover{cursor:pointer;opacity:.92}button i{margin-right:8px;font-size:12px}button.dark-bg{background-color:var(--bg-dark);background-image:linear-gradient(195deg, #42424a, #191919)}button.mini{padding:6px 12px;font-size:11px;border-radius:8px;box-shadow:none}button:disabled{background:rgba(50,96,180,.5)}button.btn-clean,button.clean-btn{background:none;border:none;outline:none;padding:0;margin:0;max-height:unset}button.shadow{box-shadow:rgba(29,56,121,.15) 0px 15px 25px,rgba(44,88,213,.05) 0px 5px 10px}button.test{color:#fff;box-shadow:rgba(0,0,0,.04) 0px 16px 16px -3.75px;border:.5px solid hsla(0,0%,100%,.36);backdrop-filter:blur(2px);background:linear-gradient(rgba(19, 100, 203, 0.75) 0%, rgba(45, 102, 174, 0.95) 100%);border-radius:8px;text-shadow:rgba(0,0,0,.25) 0px 1px 2px}button.test2{border:1.3px dashed var(--input-br-default, #dce2e7);background:none;color:#868d96;letter-spacing:-0.3px;font-weight:500;box-shadow:none}button.test3{color:#0e4da4;background:#fff;border-radius:7px;box-shadow:rgba(67,71,85,.27) 0px 0px .25em,rgba(90,125,188,.05) 0px .25em 1em;background:linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.01) 70%);backdrop-filter:blur(20px);font-weight:600;border-radius:9px}button.test4{background-image:linear-gradient(195deg, #0e4da4, #0e4da4);box-shadow:rgba(67,71,85,.27) 0px 0px .25em,rgba(90,125,188,.05) 0px .25em 1em}button.dark-blue{background-image:linear-gradient(195deg, #103972, #1a3e71);box-shadow:rgba(67,71,85,.27) 0px 0px .25em,rgba(90,125,188,.05) 0px .25em 1em}button.game-color{background-color:var(--game-bg-target, #47c2ff);color:var(--game-text-target-in, #222)}.checkbox-switch{display:inline-block;height:26px;position:relative;width:44px}.checkbox-switch .switch input{display:none}.checkbox-switch .slider{background-color:var(--color-gray-on-dark-2);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.checkbox-switch .slider:before{background:var(--input-bg-default, #fff);bottom:2px;content:"";height:22px;left:2px;position:absolute;transition:.4s;width:22px}.checkbox-switch input:checked+.slider{background-color:var(--bg-blue)}.checkbox-switch input:checked+.slider:before{transform:translateX(18px)}.checkbox-switch .slider.round{border-radius:32px}.checkbox-switch .slider.round:before{border-radius:50%}.label-number-s1{display:flex;position:relative}.label-number-s1 input[type=number]{outline:none;border-color:var(--input-br-default, #dce2e7);padding-left:50px}.label-number-s1 .label-text{left:0px;position:absolute;background:var(--bg-light-3);height:100%;border:1px solid var(--input-br-default, #dce2e7);display:flex;align-items:center;justify-content:center;padding:0 12px;font-size:17px;border-radius:6px 0 0 6px;width:38px}.label-number-s1 .label-text i{font-size:15px}.btn-target{background:#fff;border-radius:3px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.05);color:#111}.btn-target.download{background-color:var(--game-bg-target);color:var(--game-text-target-in)}.form-textbox{position:relative}.form-textbox input{width:100%;height:56px;font-size:17px;line-height:1.23536;padding:18px 20px 0px 16px}.form-textbox input:focus~.label,.form-textbox input:not(:placeholder-shown)~.label{top:8px;font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-0.01em}.form-textbox .label{position:absolute;pointer-events:none;transition-timing-function:ease-in;transition-duration:.125s;top:1.05882rem;white-space:nowrap;overflow:hidden;max-width:calc(100% - 32px);left:1rem;font-size:17px;line-height:1.23536;font-weight:400;letter-spacing:-0.022em;color:var(--text-sub)}:root{--bg-white: #ffffff;--bg-light-1: #fefeff;--bg-light-2: #f7faff;--bg-light-3: #f2f5f8;--bg-light-4: #f2f6fc;--bg-light-5: #ecedf1;--bg-blue: #2658b7;--color-light: #ffffff;--color-gray-on-dark-2: #b2b8c5;--color-title: #0a121a;--color-income: #159e3a;--container-wd: minmax(auto, 1400px);--color-text-0: #000;--game-cs16: #fff100;--game-csgo: #d4932e;--game-cs2: #e38716;--game-css: #989177;--game-garrysmod: #0082fe;--game-hl: #222f2f;--game-hl2: #576166;--game-vrising: #576166;--gamecard-cs16: #4c5844;--gamecard-csgo: #d4932e;--gamecard-cs2: #e38716;--gamecard-css: #989177;--gamecard-hl: #f67b00;--gamecard-hl2: #576166;--gamecard-garrysmod: #0082fe;--gamecard-minecraft: #018944;--gamecard-samp: #bdd0a1;--gamecard-mta: #c55f13;--gamecard-dayz: #1f1f1f;--gamecard-rust: #cc412b;--gamecard-tf2: #bf862a;--gamecard-zomboid: #2f3b43;--gamecard-unturned: #627c62;--gamecard-ark: #2f3b43;--gamecard-vrising: #841c37;--gamecard-gta5: #5a8d21;--gamecard-7_days_to_die: #1b1715;--gamecard-arma3: #292b2d;--gamecard-scum: #ae6a2e;--gamecard-ark_survival_evolved: #81ae27;--gamecard-left4dead2: #58580d;--gamecard-terraria: #18a447;--spacing-unit: 5px;--gap-xxs: calc(var(--spacing-unit) * 0.5);--gap-xs: calc(var(--spacing-unit) * 1);--gap-s: calc(var(--spacing-unit) * 2);--gap-m: calc(var(--spacing-unit) * 3);--gap-l: calc(var(--spacing-unit) * 4);--gap-xl: calc(var(--spacing-unit) * 6);--gap-xxl: calc(var(--spacing-unit) * 8);--bg-body-default: #edeef0;--text-default: #000;--color-black: #000000;--color-dark-gray: #333333;--color-gray: #808080;--color-light-gray: #d3d3d3;--color-white: #ffffff;--text-default: #111;--text-secondary: hsl(0, 0%, 17%);--text-third: hsl(240, 1%, 31%);--text-sub: hsl(213, 7%, 48%);--text-glass-hard: hsla(0, 0%, 0%, 0.8);--nav-text-default: hsl(0, 13%, 23%);--guide_nav-bg-default: hsla(0, 0%, 100%, 0.73);--guide_nav-br-default: hsla(0, 0%, 84%, 0.6);--card-bg-default: hsla(0, 0%, 100%, 0.9);--card-br-default: #dce2e7;--link-default: #000;--input-bg-default: #fff;--input-bg-hard: #f7f7f7;--input-br-default: hsl(207deg 19% 88% / 10%);--input-shadow-default: inset 0 1px 1px 0px rgba(0, 0, 0, 0.11);--glass-bg-softer: hsla(0, 0%, 100%, 0.30);--glass-bg-soft: hsla(0, 0%, 100%, 0.4);--glass-bg-neutral: hsla(0, 0%, 100%, 0.6);--glass-bg-hard: hsla(0, 0%, 100%, 0.73);--glass-bg-harder: hsla(0, 0%, 100%, 0.95);--glass-br-soft: hsla(0, 0%, 100%, 0.4);--glass-br-neutral: hsla(0, 0%, 84%, 0.6);--glass-br-harder-lo: hsl(220, 13%, 91%);--glass-br-bright-neutral: hsla(0, 0%, 100%, 0.73);--glass-gradient-bg-default: linear-gradient(rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.28) 100%);--glass-gradient-bg-hard: linear-gradient(70deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);--box-icon-bg-glass: linear-gradient(46deg, rgba(218, 222, 231, 0.25) 0%, rgba(240, 241, 255, 0.21) 100%);--tr-bg-glass: linear-gradient(90deg, hsl(0deg 0% 100% / 70%), hsl(213deg 8% 85% / 30%));--shadow-color-neutral: rgba(0, 0, 0, 0.11);--glare-color-neutral: rgba(255, 255, 255, 0.54);--hover-bg: rgb(0 0 0 / 10%);--hover-opacity: 0.85;--hover-gradient: linear-gradient(45deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 10%));--hover-hard: hsl(0, 0%, 100%);--btn-bg-default: #35708d}[data-theme=dark]{--bg-body-default: hsl(229 11% 15% / 1);--text-default: hsl(0, 0%, 95%);--text-secondary: hsl(0, 0%, 85%);--text-third: hsl(240, 1%, 88%);--text-sub: hsl(213, 8%, 82%);--text-glass-hard: hsla(0, 0%, 100%, 0.8);--nav-text-default: hsl(0, 13%, 93%);--nav-bg-default: hsla(0, 0%, 0%, 0.73);--nav-br-default: hsla(0, 0%, 16%, 0.6);--card-bg-default: hsl(220 9% 23% / 1);--card-br-default: #454545;--link-default: #fff;--input-bg-default: hsl(225 11% 10% / 1);--input-bg-hard: hsl(225 11% 10% / 1);--input-br-default: rgba(0, 0, 0, 0.11);--input-shadow-default: 0 1px 1px 0px hsl(200 4% 18% / 1);--glass-bg-softer: hsla(213, 9%, 44%, 0.2);--glass-bg-neutral: hsla(245deg, 6%, 26%, 60%);--glass-bg-hard: hsl(245deg 6% 26% / 73%);--glass-bg-harder: hsl(245deg 6% 26% / 95%);--glass-br-soft: hsl(252deg 6% 30% / 39%);--glass-br-neutral: hsl(252deg 6% 21% / 89%);--glass-br-harder-lo: transparent;--glass-br-bright-neutral: hsla(200, 2%, 39%, 0.73);--glass-gradient-bg-softer: linear-gradient(350deg, hsl(213deg 8.85% 44.31% / 20%) 0%, hsl(213deg 8.85% 44.31% / 20%) 100%);--glass-gradient-bg-default: linear-gradient(350deg, hsl(222deg 3% 23% / 70%) 0%, hsl(236deg 3% 24% / 76%) 100%);--glass-gradient-bg-hard: linear-gradient(70deg, hsl(222deg 3% 23% / 87%) 0%, hsl(236deg 3% 24% / 80%) 100%);--box-icon-bg-glass: linear-gradient(350deg, hsl(222deg 16% 23% / 25%) 0%, hsl(236deg 94% 96% / 21%) 100%);--tr-bg-glass: linear-gradient(90deg, rgba(86, 92, 103, 0.3), rgba(90, 98, 108, 0.3));--inset-light-softer: inset 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.24);--inset-light-neutral: inset 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.54);--shadow-color-neutral: hsla(231, 8%, 83%, 0.11);--glare-color-neutral: hsl(225deg 3% 77% / 10%);--hover-bg: rgba(255, 255, 255, 0.17);--hover-opacity: 0.85;--hover-gradient: linear-gradient(45deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17));--hover-hard: hsl(0, 0%, 10%);--btn-bg-default: #265a7d}@media(min-width: 768px)and (max-width: 979px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}}@media(max-width: 767px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-phone{display:inherit !important}.hidden-phone{display:none !important}}html{scroll-behavior:smooth;color-scheme:light}body{margin:0;background-color:#edeef0;background:var(--game-bg, var(--bg-body-default));color:var(--text-default);font-size:13px;font-family:"Roboto",sans-serif;overflow-x:hidden}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-thumb{background:hsla(var(--game-hue, 210), 20%, 25%, 0.7);border-radius:1px}body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}body{scrollbar-face-color:hsla(var(--game-hue, 210), 20%, 25%, 0.7);scrollbar-track-color:rgba(0,0,0,0)}html[data-theme=dark] body{background:var(--bg-body-default)}html[data-theme=dark] body::-webkit-scrollbar{width:8px;height:8px}html[data-theme=dark] body::-webkit-scrollbar-thumb{background:hsla(var(--game-hue, 210), 15%, 80%, 1);border-radius:1px}html[data-theme=dark] body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}html[data-theme=dark] body{scrollbar-face-color:hsla(var(--game-hue, 210), 15%, 80%, 1);scrollbar-track-color:rgba(0,0,0,0)}@media(max-width: 767px){body{overflow-x:hidden;overflow-y:auto}}*{box-sizing:border-box}*::before,*::after{box-sizing:border-box}.page-grid{display:grid;grid-template-columns:250px 1fr;max-width:1528px;margin:0 auto}.page-grid .header{grid-row:1/2;grid-column:1/3}@media(min-width: 768px)and (max-width: 1269px){.page-grid .guidebar{background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%)}}@media(max-width: 767px){.page-grid .guidebar{position:fixed}}.page-grid .main-box{grid-column:2/3}@media(max-width: 767px){.page-grid .main-box{grid-column:1/3}}.page-grid .footer,.page-grid .footer-v2{grid-column:2/3}@media(max-width: 767px){.page-grid .footer,.page-grid .footer-v2{grid-column:1/3;grid-template-columns:1fr;padding-bottom:60px}}@media(min-width: 768px)and (max-width: 1269px){.page-grid{grid-template-columns:76px 1fr}}@media(max-width: 767px){.page-grid{grid-template-columns:1fr;grid-template-rows:unset;backdrop-filter:blur(8px)}}a{text-decoration:none;color:var(--text-default)}ol,ul,menu{list-style:none;margin:0;padding:0}.hidden{display:none !important}.not-working{opacity:.5}.not-working:hover{cursor:not-allowed !important}.h100{height:100%}.w100{width:100%}.grid-fr-auto{display:grid;grid-template-columns:1fr auto}.grid-auto-fr{display:grid;grid-template-columns:auto 1fr}.hover-effect{position:relative}.hover-effect:hover:after{content:"";position:absolute;top:-4px;left:0px;width:-webkit-fill-available;height:-webkit-fill-available;border-radius:3px;background:rgba(0,0,0,.4784313725);margin:-2px -5px}.hover-effect-2{width:min-content;height:min-content;display:flex;padding:3px 6px}.hover-effect-2:hover{cursor:pointer;border-radius:3px;background:hsla(0,0%,100%,.1725490196)}.header{position:relative;top:0;z-index:10}.header .bg-color{z-index:2;position:relative}.header.sticky{background:unset;z-index:100}.header.sticky .sub-header,.header.sticky .header-top,.header.sticky .header-bg{display:none;max-height:0}.header.sticky .bg-color{background:unset;transition:cubic-bezier(0.075, 0.82, 0.165, 1);transition-duration:.4s}.header .header-bg{-webkit-filter:saturate(0.4) opacity(0.4) blur(0px);filter:saturate(0.4) opacity(0.4) blur(0px);position:absolute;top:0px;left:0;width:100%;max-width:1900px;transform-origin:top;-webkit-mask:linear-gradient(180deg, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0) 95%),radial-gradient(15.77% 44.22% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 0%),radial-gradient(30.95% 86.8% at 30.69% 13.2%, rgba(66, 66, 66, 0.33) 0%, #333333 100%),radial-gradient(51.31% 127.89% at 49.99% 24.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);mask:radial-gradient(51.31% 127.89% at 49.99% -21.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);-webkit-mask-composite:source-in;mask-composite:source-in;z-index:-1;height:200px;-o-object-fit:cover;object-fit:cover}@media(max-width: 767px){.header .header-bg{left:0px;width:100%;height:100%}}@media(max-width: 767px){.header .header-info{backdrop-filter:unset;background:unset;box-shadow:unset}}@media(max-width: 767px){.header{height:unset}}.header-v2{display:grid;grid-template:". container ." 54px/20px 1fr 20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-gradient-bg-default);box-shadow:inset 0 -0.0375rem .0625rem var(--glare-color-neutral);position:relative;z-index:2}.header-v2 .header-container{grid-area:container;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.header-v2 .logo-box .logo svg{width:41px}@media(min-width: 1528px){.header-v2{grid-template:". container ." 54px/1fr 1472px 1fr}}@media(max-width: 767px){.header-v2{grid-template:". container ." 54px/16px 1fr 16px}}.fixgame-bg{display:flex;justify-content:center}.fixgame-bg .bg-img{-webkit-filter:var(--filter-game-bg, saturate(0.4) opacity(0.4) blur(8px));filter:var(--filter-game-bg, saturate(0.4) opacity(0.4) blur(8px));position:absolute;top:0px;width:100%;max-width:1900px;transform-origin:top;-webkit-mask:linear-gradient(180deg, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0) 95%),radial-gradient(15.77% 44.22% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 0%),radial-gradient(30.95% 86.8% at 30.69% 13.2%, rgba(66, 66, 66, 0.33) 0%, #333333 100%),radial-gradient(51.31% 127.89% at 49.99% 24.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);mask:radial-gradient(51.31% 127.89% at 49.99% -21.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);-webkit-mask-composite:source-in;mask-composite:source-in;z-index:-1;height:200px;-o-object-fit:cover;object-fit:cover}@media(max-width: 767px){.fixgame-bg .bg-img{-webkit-mask:none;mask:none;-webkit-mask-composite:unset;mask-composite:unset}}.guidebar{width:250px;z-index:2;position:sticky;top:0;height:100vh}.guidebar::before{content:""}@media(max-width: 767px){.guidebar::before{position:absolute;top:0;width:100%;height:100%;background:#fff}html[data-theme=dark] .guidebar::before{background:var(--game-bg, var(--bg-body-default))}}.guidebar .sticky-wrapper{position:sticky;top:0px}@media(min-width: 768px)and (max-width: 1269px){.guidebar{width:76px}}@media(max-width: 767px){.guidebar{display:none}}.mobile-menu{display:none;position:fixed;bottom:0;z-index:20;background:rgba(235,237,242,.9);backdrop-filter:blur(20px);width:100%;box-shadow:rgba(0,0,0,.11) 0 -0.636953px .636953px}html[data-theme=dark] .mobile-menu{background:var(--glass-gradient-bg-default);box-shadow:inset 0 .0325rem .0625rem var(--glare-color-neutral)}.mobile-menu .mnav-box{display:flex}.mobile-menu .mnav-item{display:flex;align-items:center;flex-direction:column;flex-basis:25%;gap:8px;white-space:nowrap;color:var(--text-glass-hard);min-height:40px;position:relative;padding:10px 0 10px}.mobile-menu .mnav-item i{color:var(--text-glass-hard);font-size:15px}.mobile-menu .mnav-item .nav-title{font-size:10px}.mobile-menu .mnav-item.active{color:var(--game-bg-target, #333)}.mobile-menu .mnav-item.active i{color:var(--game-bg-target, #333)}html[data-theme=dark] .mobile-menu .mnav-item.active{color:var(--game-bg-target, #f2f2f2)}html[data-theme=dark] .mobile-menu .mnav-item.active i{color:var(--game-bg-target, #f2f2f2)}@media(max-width: 767px){.mobile-menu{display:inherit}@supports(padding-bottom: env(safe-area-inset-bottom)){.mobile-menu{padding-bottom:calc(env(safe-area-inset-bottom))}}}@media(max-width: 767px){#page-body.open{overflow-x:hidden;overflow-y:hidden}#page-body.open .guidebar{display:initial;z-index:20;width:100%;max-width:450px;height:calc(100svh - 55px);top:-54px;padding-top:32px;padding-bottom:20px}#page-body.open .guidebar .user-box{display:none}#page-body.open .main-box{width:100%;overflow:hidden;max-height:80vh;border-radius:10px}#page-body.open .content-nav,#page-body.open .label-text{opacity:0}}#page-body.open .mobile-menu .mnav-item.left-bar-button{color:var(--game-bg-target, #333)}#page-body.open .mobile-menu .mnav-item.left-bar-button i{color:var(--game-bg-target, #333)}.header-box{padding:10px 14px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center}.header-box .left-bar-button{display:flex;justify-content:center;align-items:center;color:var(--text-secondary);z-index:2}.header-box .left-bar-button i{font-size:22px}@media(max-width: 767px){.header-box .left-bar-button{opacity:1}}@media(min-width: 768px)and (max-width: 1269px){.header-box .left-bar-button{display:none}}@media(max-width: 767px){.header-box.phone-fix{position:fixed;top:0;left:0;width:100%;background:linear-gradient(rgba(255, 255, 255, 0.75) 0%, rgba(214, 211, 211, 0.55) 100%);backdrop-filter:blur(20px);display:none}}@media(max-width: 767px){.header-box{grid-template-columns:40px 1fr 40px;grid-row-start:1}}.logo-box{display:flex;justify-content:center}.logo-box .logo{display:flex;align-items:center;justify-content:center;opacity:.95}.logo-box .logo:focus-visible{outline:0}.logo-box .logo:hover{opacity:.8}.logo-box .logo svg{width:60px;height:37.7px;width:48px}@media(max-width: 767px){.logo-box .logo svg{width:38px;height:34.5px}}@media(max-width: 767px){.logo-box .logo{justify-content:center;width:min-content}}html[data-theme=dark] .logo-box .logo-g{fill:#fff}main{min-height:100vh}.footer{display:grid;grid-template-columns:var(--container-wd) 250px;color:var(--text-default)}.footer a{color:var(--text-default)}.footer .footer-container{display:grid;grid-column-start:1;grid-template-columns:1fr;padding:0 20px;backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;border-radius:3px}@media(max-width: 767px){.footer .footer-container{padding:0 16px}}.footer .breadcrumbs{padding:17px 0 24px 0;line-height:24px;display:flex;flex-wrap:wrap}.footer .breadcrumbs .crumb{position:relative;margin-right:31px}.footer .breadcrumbs .crumb::after{content:"";display:block;position:absolute;top:6px;right:-16px;transform:rotate(315deg);transform-origin:right;width:6px;height:6px;border-radius:0px;border-right:2px solid rgba(0,0,0,.3);border-bottom:2px solid rgba(0,0,0,.3)}.footer .breadcrumbs .crumb:last-child::after{display:none}.footer .breadcrumbs a.crumb:hover{text-decoration:underline}.footer .footer-cat{display:grid;grid-template-columns:repeat(4, 1fr);margin-bottom:16px}.footer .footer-cat .cat-list{display:flex;flex-direction:column;gap:8px}.footer .footer-cat .cat-list .cat-item{color:var(--text-default)}.footer .footer-cat .cat-list .title{font-size:13px;font-weight:500;margin:0 0 4px 0}@media(max-width: 767px){.footer .footer-cat{display:none}}.footer .legal{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;padding:20px 20px 10px 20px}.footer .we-are{display:grid;align-items:center;grid-template-columns:1fr 1fr 1fr;padding:22px 0 20px 0}@media(max-width: 767px){.footer .we-are .copy{grid-row:3/3}}.footer .we-are .social{display:flex;justify-content:center;align-items:center;gap:10px}.footer .we-are .social .social-link{display:flex;align-items:center;justify-content:center;height:30px;width:30px}@media(max-width: 767px){.footer .we-are .social{grid-row:1/1}}.footer .we-are .engine{text-align:right}@media(max-width: 767px){.footer .we-are .engine{grid-row:2/2}}@media(max-width: 767px){.footer .we-are{grid-template-columns:1fr;gap:12px;justify-items:center}}.footer.sub-footer .footer-container{box-shadow:none}@media(min-width: 992px)and (max-width: 1199px){.footer{grid-template:auto/1fr var(--container-wd)}}.footer-v2{display:grid;color:var(--text-default)}.footer-v2 .footer-container{max-width:1200px;width:100%;margin:0 auto;display:grid;grid-column-start:1;grid-template-columns:1fr;padding:0 20px}@media(max-width: 767px){.footer-v2 .footer-container{padding:0 16px}}.footer-v2 .about-us{display:flex;justify-content:center}.footer-v2 .social{display:flex;flex-wrap:wrap;gap:17px}.footer-v2 .social .social-link{display:flex;align-items:center;justify-content:center;min-width:42px;width:42px;height:42px;border-radius:8px;font-size:17px;background:linear-gradient(46deg, rgba(218, 222, 231, 0.5) 0%, rgba(240, 241, 255, 0.4) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3);opacity:1;transform:rotateZ(350deg);margin-bottom:16px;background:var(--box-icon-bg-glass)}.footer-v2 .social .social-link i{color:var(--text-secondary)}html[data-theme=dark] .footer-v2 .social .social-link i{color:#fff}html[data-theme=dark] .footer-v2 .social .social-link .theme-repainter{fill:#fff}.footer-v2 .social .social-link:hover i{color:var(--game-bg-target, #8498c9)}.footer-v2 .social .social-link:hover svg,.footer-v2 .social .social-link:hover path{fill:var(--game-bg-target, #8498c9)}.footer-v2 .legal{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;padding:20px 20px 10px 20px}.footer-v2 .legal .legal-item{font-weight:500;color:var(--text-third)}.footer-v2 .legal .legal-item:hover{color:var(--link-default)}.footer-v2 .copy{display:grid;align-items:center;justify-items:center;padding:22px 0 20px 0;color:var(--text-third)}.dropdown{display:inline-flex;position:relative}.dropdown .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown.is-active .dropdown-menu{display:block !important}.dropdown .dropdown-content{background-color:#fff;border-radius:3px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown .dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}.dropdown a.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown a.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}.page-title{letter-spacing:.6px;font-size:30px;font-weight:600;display:inline-block;margin:0;text-transform:uppercase;line-height:36px}.sub-header{display:grid;grid-template:auto/1fr var(--container-wd) 1fr;color:#212121}.sub-header .sub-header-container{display:grid;grid-column-start:2;grid-template-columns:1fr;padding:10px 20px;align-items:center}@media(max-width: 767px){.sub-header .sub-header-container{padding:6px 16px 0 16px}}.sub-header h1{font-size:12px;font-weight:400;margin:0;white-space:nowrap;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;font-size:17px;font-weight:500;line-height:24px;font-size:12px;text-transform:uppercase;color:#212121;letter-spacing:.3px}@media(max-width: 767px){.sub-header{background:none;grid-column:1/3;margin-top:55px}}.mobile-header{display:none;padding:2px 16px;height:48px}.mobile-header .user-box{z-index:19}.mobile-header .user-box .dropdown{background:none;backdrop-filter:none;border:none;height:100%;min-height:unset}.mobile-header .user-box .dropdown.is-active{align-items:unset;overflow:initial;min-height:unset}.mobile-header .user-box .dropdown .dropdown-menu{top:0 !important;right:0 !important;left:unset}.mobile-header .user-box .dropdown .dropdown-content{background:#fff}.mobile-header .user-box .user-box-container{padding-bottom:0}@media(max-width: 767px){.mobile-header{display:flex;align-items:center}.mobile-header .logo-box{flex-grow:1;justify-content:flex-start}}.header-top{display:grid}.header-top .header-top-container{display:grid;grid-column-start:1;grid-template-columns:1fr;grid-template-rows:80px}@media(max-width: 767px){.header-top .header-top-container{grid-template-columns:1fr;padding:0;grid-template-rows:unset}}.header-top .fast-stat{display:flex;justify-content:center}.header-top .fast-stat .stat-list{color:#fff;display:flex;gap:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px 18px}.header-top .fast-stat .stat-list .stat-item{padding:4px 10px;text-align:center}.header-top .fast-stat .stat-list .stat-item .value{font-size:17px;font-weight:500;line-height:24px}.header-top .fast-stat .stat-list .stat-item .caption{font-size:12px;text-transform:uppercase;color:var(--game-bg-target);letter-spacing:.3px;text-shadow:#5e5b0a 0px 1px 1px}.header-top .nav-user-block{display:grid;gap:10px;grid-template-columns:auto auto;justify-content:end}.header-top .nav-user-block .link-auth{display:flex;height:34px;color:#fff;align-items:center;padding:4px 10px}.header-top .nav-user-block .link-auth.w-border{border:2px solid #fff;border-radius:3px}@media(max-width: 767px){.header-top{height:100%}}.nav-box{overflow:hidden;overflow-y:auto;height:calc(100% - 80px);position:relative}.nav-box .nav-container{display:flex;flex-direction:column;height:100%}@media(max-width: 767px){.nav-box .nav-container{grid-template-columns:auto 1fr;grid-template-rows:50px}}.nav-box .nav-wrapper{display:flex;gap:12px;flex-grow:1;padding:0px 14px 110px 14px;flex-direction:column;width:250px}.nav-box .nav-wrapper .nav-item{display:flex;align-items:center;gap:13px;white-space:nowrap;font-size:14px;min-height:40px;padding:0 13px;position:relative;overflow:hidden;color:var(--nav-text-default)}@media(min-width: 768px)and (max-width: 1269px){.nav-box .nav-wrapper .nav-item i{font-size:18px}}.nav-box .nav-wrapper .nav-item:after{position:absolute;left:0;width:3px;height:20px;border-radius:3px;content:"";background-color:var(--game-icon-color, var(--text-secondary));transform:scaleX(0)}.nav-box .nav-wrapper .nav-item:hover{background-color:var(--glass-bg-harder);border-radius:3px;color:var(--text-secondary)}@media(max-width: 767px){.nav-box .nav-wrapper .nav-item:hover:after{transform:scaleX(0)}}.nav-box .nav-wrapper .nav-item.active{color:var(--text-secondary);border-radius:3px;background:var(--glass-bg-hard);border:1px solid var(--glass-br-neutral)}.nav-box .nav-wrapper .nav-item.active i{color:var(--game-icon-color, var(--text-secondary))}.nav-box .nav-wrapper .nav-item.active:after{transform:scaleX(1)}@media(max-width: 767px){.nav-box .nav-wrapper .nav-item.active:after{transform:scaleX(0)}}@media(min-width: 768px)and (max-width: 1269px){.nav-box .nav-wrapper .nav-item.active{background:none;backdrop-filter:none;box-shadow:none;border:0}}@media(min-width: 768px)and (max-width: 1269px){.nav-box .nav-wrapper .nav-item .nav-title{font-size:10px}}@media(min-width: 768px)and (max-width: 1269px){.nav-box .nav-wrapper .nav-item{flex-direction:column;padding:16px 0 14px}}.nav-box .nav-wrapper hr{width:100%;height:1px;box-shadow:rgba(0,0,0,.11) 0px 1px 0;border:0;margin:2px 0}html[data-theme=dark] .nav-box .nav-wrapper hr{box-shadow:hsla(0,0%,100%,.11) 0px 1px 0}.nav-box .nav-wrapper::-webkit-scrollbar{width:0px;height:0px}.nav-box .nav-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);border-radius:1px}.nav-box .nav-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.nav-box .nav-wrapper{scrollbar-face-color:rgba(0,0,0,0);scrollbar-track-color:rgba(0,0,0,0)}.nav-box .nav-wrapper::-webkit-scrollbar{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none;display:none;-webkit-appearance:none;width:0;height:0}@media(min-width: 768px)and (max-width: 1269px){.nav-box .nav-wrapper{gap:unset}}@media(max-width: 767px){.nav-box .nav-wrapper{overflow-x:auto}}@media(min-width: 768px)and (max-width: 1269px){.nav-box .nav-wrapper{padding:0 0;width:100%}}@media(max-width: 767px){.nav-box .nav-wrapper{width:100%;padding:0px 16px 0px 16px}}@media(max-width: 767px){.nav-box .nav-item svg{display:none}}.nav-box .add-link{position:absolute;top:12px;right:26px;border-radius:50%;background:#ccc;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:9px}.nav-box .subsection-title{font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:0 13px;font-weight:500;color:var(--text-secondary);margin-top:10px;margin-bottom:-2px}.nav-box .contact-us{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px}.nav-box::-webkit-scrollbar{width:6px;height:6px}.nav-box::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);border-radius:1px}.nav-box::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.nav-box{scrollbar-face-color:rgba(0,0,0,0);scrollbar-track-color:rgba(0,0,0,0)}.nav-box:hover::-webkit-scrollbar{width:6px;height:6px}.nav-box:hover::-webkit-scrollbar-thumb{background:hsla(var(--game-hue, 210), 15%, 80%, 1);border-radius:1px}.nav-box:hover::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.nav-box:hover{scrollbar-face-color:hsla(var(--game-hue, 210), 15%, 80%, 1);scrollbar-track-color:rgba(0,0,0,0)}@media(max-width: 767px){.header{margin:0}}.main-box{display:grid;backdrop-filter:blur(0px)}.main-box .main-container{display:grid;grid-column-start:1;padding:0 20px;z-index:2}@media(min-width: 768px){.main-box .main-container{padding:15px 20px}}@media(max-width: 767px){.main-box .main-container{padding:0}}@media(max-width: 767px){.main-box{margin:0;backdrop-filter:unset}}.page-content{padding-bottom:22px}.page-content h1{font-family:"Russo One",sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.6px;font-size:24px;line-height:32px;color:var(--text-secondary);margin:0;margin-bottom:8px}@media(max-width: 767px){.page-content h1{font-size:20px;line-height:1.4}}.page-content.container-limited{width:100%;max-width:1200px;margin:0 auto}.page-content .grid-inner{display:grid;grid-template-columns:1fr 250px;gap:20px}@media(max-width: 767px){.page-content .grid-inner{grid-template-columns:1fr !important}}.page-content .content-navigation{align-items:flex-start;display:flex;flex-direction:column;font-size:14px;font-weight:500;margin-top:32px;margin-bottom:16px;max-height:80vh;overflow-y:auto;padding:0px 32px 16px 0px;position:-webkit-sticky;position:sticky;top:100px}.page-content .content-navigation::-webkit-scrollbar{width:6px;height:6px}.page-content .content-navigation::-webkit-scrollbar-thumb{background:#8a96b5;border-radius:1px}.page-content .content-navigation::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.page-content .content-navigation{scrollbar-face-color:#8a96b5;scrollbar-track-color:rgba(0,0,0,0)}.page-content .content-navigation .title-contents{color:var(--text-default);font-size:14px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0px;text-transform:uppercase}.page-content .content-navigation .content-nav-list{color:var(--text-default);font-size:14px;letter-spacing:1px;line-height:1.2;list-style:none;opacity:1}.page-content .content-navigation .content-nav-list .nav-item{font-size:14px;letter-spacing:1px;line-height:1.1;margin:12px 0px 0px;overflow-wrap:break-word}.page-content .content-navigation .content-nav-list .nav-item a{color:var(--text-glass-hard);cursor:pointer;font-size:16px;font-weight:400;line-height:24px;text-decoration:none}@media(max-width: 767px){.page-content .alert{padding:8px 16px}}@media(max-width: 767px){.page-content{padding:12px 16px}}.game-title{font-family:"Russo One",sans-serif;letter-spacing:.6px;font-size:24px;font-weight:400;display:inline-block;margin:0;text-transform:uppercase;line-height:32px;color:var(--text-secondary);margin-bottom:8px}.game-title .gamename{color:var(--game-color-3, #333)}@media(max-width: 767px){.game-title{font-size:20px;line-height:1.4;padding:0 16px}}.page-title{font-family:"Russo One",sans-serif;letter-spacing:.6px;font-size:24px;font-weight:400;display:inline-block;margin:0;text-transform:uppercase;line-height:32px;color:var(--text-secondary);margin-bottom:8px}@media(max-width: 767px){.page-title{font-size:20px;line-height:1.4}}@media(max-width: 767px){.server-search .grid-auto-fr{grid-template-columns:1fr;padding:0px 16px}}.server-search .grid-inner{display:grid;grid-template-columns:1fr 250px;gap:20px}@media(max-width: 767px){.server-search .grid-inner{grid-template-columns:1fr;padding:0}.server-search .grid-inner.top-part{padding:0px 16px}}.server-search .chips{display:grid;z-index:10;margin-bottom:22px}.server-search .chips .chips-list{display:flex;gap:12px;overflow-x:auto}.server-search .chips .chips-list::-webkit-scrollbar{width:0px;height:0px}.server-search .chips .chips-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);border-radius:1px}.server-search .chips .chips-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.server-search .chips .chips-list{scrollbar-face-color:rgba(0,0,0,0);scrollbar-track-color:rgba(0,0,0,0)}.server-search .chips .chips-list::-webkit-scrollbar{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none;display:none;-webkit-appearance:none;width:0;height:0}.server-search .chips .chips-list .chip-item{background:var(--glass-bg-hard);border-radius:4px;padding:8px 12px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.server-search .chips .chips-list .chip-item::first-letter{text-transform:uppercase}.server-search .chips .chips-list .chip-item:hover{background:var(--hover-bg)}.server-search .chips .chips-list .chip-item.active{background:var(--game-color-2);color:var(--game-color-2-in);text-shadow:rgba(0,0,0,.15) 0px 1px 3px}.server-search .chips .chips-list .chip-item-v2{background:var(--glass-bg-hard);border-radius:4px;padding:6px 10px;color:var(--text-secondary);white-space:nowrap;border:1px solid var(--glass-br-bright-neutral)}.server-search .chips .chips-list .chip-item-v2:not(:first-of-type)::before{content:"#";font-family:"Font Awesome 6 Pro";margin-right:5px;font-weight:400}.server-search .chips .chips-list .chip-item-v2:not(.active):hover{background:var(--hover-hard)}.server-search .chips .chips-list .chip-item-v2:not(.active):hover::before{color:var(--game-color-2)}.server-search .chips .chips-list .chip-item-v2.active{background:var(--game-color-2);color:var(--game-color-2-in);text-shadow:rgba(0,0,0,.15) 0px 1px 3px;border-color:rgba(0,0,0,0)}@media(max-width: 767px){.server-search .chips .chips-list{padding:0 16px}}.server-search .chips.sticky{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.server-search .chips.sticky .chips-list{width:calc(100% + 40px);border-radius:3px;margin-left:-20px;padding:10px 20px;background:hsla(0,0%,100%,.6509803922);backdrop-filter:blur(20px);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px}@media(max-width: 767px){.server-search .chips{grid-template-columns:1fr}}.server-search .search{width:100%;display:flex;justify-content:center;align-items:center;gap:15px;min-height:40px}.server-search .search input[type=search],.server-search .search input[type=text]{width:100%;background:none;border:none;padding:8px 10px 8px 0px;color:var(--text-default)}.server-search .search input[type=search]:focus,.server-search .search input[type=text]:focus{outline:0;border:0}.server-search .search .search-box{display:grid;grid-template-columns:1fr auto;background:var(--input-bg-default, #fff);border-radius:5px;height:40px;width:100%;box-shadow:var(--input-shadow-default);border-bottom:1px solid var(--input-br-default, #dce2e7)}html[data-theme=dark] .server-search .search .search-box{border:1px solid var(--input-br-default, #dce2e7)}.server-search .search .search-box .search-main{display:flex;align-items:center;gap:10px;padding:0 15px}.server-search .search .search-box .search-actions{display:flex;align-items:center;gap:10px;padding:0 10px}@media(max-width: 767px){.server-search .search .search-box .search-actions{display:none}}.server-search .search .btn-search{width:26px;height:20px;color:#848484}.server-search .search .btn-search i{margin:0}.server-search .search .btn-search:hover{cursor:pointer;border-radius:3px;background:var(--game-bg, #edeef0)}.server-search .search input[type=search]:not(:placeholder-shown)~.btn-search{color:var(--game-color-2, #000)}.server-search .search input[type=search]::placeholder{color:var(--text-sub)}@media(max-width: 767px){.server-search .search{flex-direction:column}}.server-search .otion{padding-top:32px}.server-search .otion .banner{backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px;border-radius:3px;width:100%;height:600px}@media(max-width: 767px){.server-search{padding:12px 0px}}.server-search .btn-random{width:min-content;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:5px;border:1px solid rgba(0,0,0,.0509803922);height:30px}.server-search .search-tags{display:flex;margin-top:4px;gap:4px;flex-wrap:wrap}.server-search .search-tags .tag-now{background:var(--game-color-2);border-radius:3px;padding:2px 5px;white-space:nowrap;cursor:default;opacity:.8;height:20px}.server-search .search-tags .tag-now .name{text-shadow:#0a425e 0px 0px 0px;color:var(--game-color-2-in, #fff)}.server-search .search-tags .tag-now .delete{opacity:.5}.server-search .search-tags .tag-now .delete svg{width:8px;height:8px}.server-search .search-tags .tag-now .delete:hover{cursor:pointer;opacity:1}.server-search .search-tags .tag-now:hover{opacity:1;cursor:pointer}.server-search .about-result{display:flex;justify-content:space-between;margin-top:10px;gap:15px}.server-search .about-result .server-counter{white-space:nowrap;color:var(--text-glass-hard);padding:6px 5px}.server-search .about-result .server-counter i{margin-left:3px}.ip-tooltip-inner{display:flex;flex-direction:column;gap:3px;position:absolute;bottom:10px;left:50%;padding:5px 8px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:11;opacity:0;line-height:20px;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(34, 42, 62, 0.73) 0%, rgba(34, 42, 62, 0.83) 100%);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px}.ip-tooltip-inner .center{text-align:center}.ip-tooltip-inner .line{display:flex;gap:5px}.ip-tooltip-inner .click{border-radius:3px;background:#fff;color:var(--text-secondary);padding:0px 4px;font-weight:500;font-size:12px;box-shadow:rgba(0,0,0,0) 0px 1px 1px,rgba(178,184,197,0.6509803922) 0px 0px 0px 0px,rgba(178,184,197,0.5882352941) 0px -1.2px 0px inset}.ip-tooltip-inner .text{white-space:nowrap}.ip-tooltip-inner.slide-top{-webkit-animation:slide-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;animation:slide-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;opacity:0}@-webkit-keyframes slide-top{0%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}100%{-webkit-transform:translate(-50%, -20px);transform:translate(-50%, -20px);opacity:1}}@keyframes slide-top{0%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}100%{-webkit-transform:translate(-50%, -20px);transform:translate(-50%, -20px);opacity:1}}.servers-counter{margin-top:12px;color:#515766}.servers-counter .count{color:var(--text-secondary);font-weight:500}.add-server .grid-inner{display:grid;grid-template-columns:1fr 350px;gap:60px;padding-bottom:15px}@media(max-width: 767px){.add-server .grid-inner{grid-template-columns:1fr;padding:0px 0px;gap:0}}.add-server h1{margin-top:0}.add-server .server-definition{border-radius:3px;background:rgba(66,76,100,.7);padding:14px 14px}.add-server .form-add{display:flex;flex-direction:column;gap:15px}.add-server .info-main{display:flex;flex-direction:column;gap:12px}.add-server .conditions{position:-webkit-sticky;position:sticky;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;top:75px;max-width:310px;margin:40px 0;padding:11px 20px 11px;line-height:20px}.add-server .conditions .title{padding:5px 2px;font-size:14px;font-weight:500}.add-server .conditions .info{margin-top:6px}.add-server .conditions .cost-info{margin-top:6px}.add-server .conditions .data{display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 0px;font-size:13.5px}.add-server .conditions .data span:first-child{color:var(--text-sub)}.add-server .conditions .data.total{font-weight:600;font-size:18px}.add-server .conditions .data.total span{color:var(--text-default)}.add-server .conditions .data .link{font-weight:500}.add-server .conditions button{margin-top:15px;background-color:var(--game-bg-target, #47c2ff);color:var(--game-text-target-in, #222)}@media(max-width: 767px){.add-server .conditions{margin:40px auto;width:100%}}.add-server .info-details{display:flex;flex-direction:column;gap:12px}.add-server textarea{width:100%;padding:18px 20px 10px 16px;font-size:17px}.add-server select{width:100%}.add-server .subtitle{font-size:15px;line-height:1.37059;font-weight:400;letter-spacing:-0.022em}.server-management .grid-inner{display:grid;grid-template-columns:1fr 300px;grid-template-rows:auto 1fr;gap:var(--gap-xl);padding-bottom:0px}@media(max-width: 767px){.server-management .grid-inner{grid-template-columns:1fr}}.server-management .server-preview{grid-row:1/2;grid-column:1/2}.server-management .server-settings{grid-row:2/3}.server-management .tabs-nav{margin-bottom:var(--gap-m)}.server-management .tab-content{display:flex;flex-direction:column;gap:var(--gap-l)}.server-management h2{margin:15px 0 6px 0}.server-management .form-flex-steps{display:flex;flex-direction:column;gap:12px}.server-management select{width:100%;border-radius:6px}.server-management textarea{width:100%}.server-management input[type=checkbox]{display:none}.server-management .extra-info .title{font-size:17px;font-weight:500;margin-bottom:6px;line-height:28px}.server-management .checktag-list{display:flex;flex-wrap:wrap;gap:8px;max-width:550px}.server-management .checktag-item{position:relative}.server-management .checktag-item label{min-height:32px}.server-management .checktag-item label>span{display:flex;align-items:center;font-size:13px;line-height:22px;height:100%;padding:5px 15px;color:#424242;box-shadow:0 0 0 1px #d8d8d8;border-radius:4px;cursor:pointer;transition:.3s ease;background:#fff}.server-management .checktag-item label:not(.is-switch)>input[type=checkbox]:checked+span{color:#fff;background:var(--game-color-dark);box-shadow:0 0 0 1px var(--game-color-dark)}.server-management .checktag-item .remove-tag{position:absolute;top:-4px;right:-4px;background:#ccc;display:flex;border-radius:50%;justify-content:center;font-size:11px;width:14px;height:14px;align-items:center}.server-management .checktag-item .remove-tag i{line-height:normal}.server-management .checktag-item .remove-tag:hover{background:#d23737;cursor:pointer;color:#fff}.server-management .checktag-item.manual-tag label>span{background:repeating-linear-gradient(120deg, #ffffff 0 10px, #f2f5f8 10px 20px)}.server-management .subinfo{font-size:13px}.server-management .subinfo.top{margin-bottom:6px}.server-management .subinfo.bottom{margin-top:6px}.server-management #tag-search-results .tag-result-item{display:block;border-radius:3px;font-size:12px;line-height:18px;padding:0 6px;color:#5a6164;background-color:rgba(112,129,137,.15);width:fit-content}.server-management #tag-search-results .tag-result-item:hover{cursor:pointer;color:var(--game-bg-target)}.step-content{display:flex;flex-direction:column;gap:var(--gap-l)}.step-content .step{display:flex;gap:var(--gap-xl);flex-wrap:wrap}.step-content .step .heading{width:clamp(150px,320px,100%)}.step-content .step .heading .title{font-weight:600;color:var(--text-secondary);font-size:14px;margin-bottom:5px}.step-content .step .heading .caption{color:var(--text-sub);line-height:1.5}.step-content .step .heading .caption a{font-weight:500}.step-content .step .heading .bright{color:var(--game-bg-target)}.step-content .step .parameters{flex-grow:1;display:flex;flex-direction:column;gap:12px}.step-content .step .parameters.row{flex-direction:row;flex-wrap:wrap}@media(max-width: 767px){.step-content .step .parameters{order:2}}@media(max-width: 767px){.step-content .step{gap:var(--gap-s)}}.step-content.step-reverse .step{flex-direction:row-reverse}.step-content.step-column-reverse .step{flex-direction:column-reverse}.page-premium .grid-inner{display:grid;grid-template-columns:1fr 350px;gap:60px}.page-premium h2{margin-top:0;margin-bottom:16px;font-size:26px}.page-premium .server-definition{border-radius:3px;background:rgba(66,76,100,.7);padding:14px 14px}.page-premium .form-add{display:flex;flex-direction:column;gap:15px}.page-premium .info-main{display:flex;flex-direction:column;gap:12px}.page-premium .conditions{position:-webkit-sticky;position:sticky;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;top:75px;max-width:310px;margin:40px 0;padding:11px 20px 11px;line-height:20px}.page-premium .conditions .title{padding:5px 2px;font-size:14px;font-weight:500}.page-premium .conditions .info{margin-top:6px}.page-premium .conditions .cost-info{margin-top:6px}.page-premium .conditions .data{display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 0px;font-size:13.5px}.page-premium .conditions .data span:first-child{color:var(--text-sub)}.page-premium .conditions .data.total{font-weight:600;font-size:18px}.page-premium .conditions .data.total span{color:var(--text-default)}.page-premium .conditions .acceptance{margin-top:6px}.page-premium .conditions .acceptance label{display:flex;align-items:center;gap:6px}.page-premium .conditions .acceptance input[type=checkbox]{margin:0}.page-premium .conditions .acceptance a{font-weight:500}.page-premium .conditions button{margin-top:15px;background-color:var(--game-bg-target, #47c2ff);color:var(--game-text-target-in, #222)}.page-premium .info-details{display:flex;flex-direction:column;gap:12px}.page-premium textarea{width:100%;padding:18px 20px 10px 16px;font-size:17px}.page-premium select{width:100%}.page-premium .subtitle{font-size:15px;line-height:1.37059;font-weight:400;letter-spacing:-0.022em}.page-premium .benefit-list .benefit-item{display:flex;gap:26px;margin-bottom:30px}.page-premium .benefit-list .benefit-item i{display:flex;align-items:center;justify-content:center;min-width:45px;width:45px;height:45px;border-radius:8px;font-size:17px;color:var(--game-icon-color, #8498c9);background:var(--box-icon-bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.23) 0px 2px 6px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.48);opacity:1}.page-premium .benefit-list .benefit-item h3{color:var(--text-default);font-size:16px;line-height:1.5;margin:0 0 5px}.page-premium .benefit-list .benefit-item .desc{font-size:14px;line-height:1.6;color:var(--text-secondary);margin:0}.page-description{font-size:13px;line-height:1.75;border-radius:3px;margin:16px 0;padding:15px 20px;backdrop-filter:blur(20px);background:rgba(252,172,25,.08);word-break:break-word;background:hsla(var(--game-hue, 210), 20%, 85%, 0.35)}html[data-theme=dark] .page-description{background:hsla(var(--game-hue, 252), 20%, 23%, 0.25)}.page-description h2{margin:0;font-size:16px;line-height:24px}@media(max-width: 767px){.page-description h2{font-size:14px;margin-bottom:2px;line-height:1.5}}@media(max-width: 767px){.page-description{padding:12px 16px;margin:4px 16px;font-size:12px;line-height:1.5}}.colorful{font-weight:500;color:var(--game-text-target, #8498c9)}.color-verify{color:#60808f}.page-access .grid-inner{display:grid;grid-template-columns:1fr 350px;gap:60px}.page-access h2{margin-top:0;margin-bottom:16px;font-size:26px}.page-access .subtitle{margin-bottom:15px;font-size:15px;font-style:italic}.page-access .colorful-text-game{font-weight:500;color:var(--game-bg-target, #8498c9)}.page-access .verification-options .ver-list{display:flex;gap:8px}.page-access .verification-options .ver-list .ver-item{padding:8px 12px;border-radius:3px;background:#fff;border:1px solid #dbe3e7;color:var(--text-secondary);font-size:14px;font-weight:500;line-height:24px;background-color:rgba(176,189,214,.15)}.page-access .verification-options .ver-list .ver-item.active{background-color:var(--game-bg-target, #47c2ff)}.page-access .verification-options .ver-list .ver-item.active a{color:var(--game-text-target-in, #222)}.page-access .instruction{padding:20px 0px 24px;border-radius:3px;background:var(--bg-body-default);font-size:14px}.page-access .instruction .tip{margin-bottom:24px;font-size:15px;font-style:italic}.page-access .instruction .example-tip{background:#edeef0;padding:8px 10px;border-radius:3px;min-width:210px;color:#58595a;font-style:italic;margin-top:8px}.page-access .inst-list{display:flex;flex-direction:column;gap:15px;line-height:20px}.page-access .inst-list .inst-item{display:flex;gap:10px}.page-access .inst-list .inst-item i:first-of-type{color:var(--game-bg-target, #333);text-shadow:1px 1px 3px var(--game-bg-target);font-size:20px}.page-access .conditions{position:-webkit-sticky;position:sticky;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;top:75px;max-width:310px;margin:40px 0;font-size:14px;line-height:22px}.page-access .conditions button{margin-top:10px}.server-list{display:table;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.server-list .server-list-header{display:table-row;font-size:12px;font-weight:500;letter-spacing:0;line-height:1.25;position:relative;color:var(--text-secondary)}.server-list .server-list-header .col{display:table-cell;padding:0px 6px;height:32px;vertical-align:middle}.server-list .server-item{display:table-row;height:48px;cursor:default;position:relative}.server-list .server-item .server-link{font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1}.server-list .server-item .col{display:table-cell;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.23077;padding:0 6px;vertical-align:middle}.server-list .server-item .col:first-of-type{border-radius:3px 0 0 3px;padding-left:12px}@media(max-width: 767px){.server-list .server-item .col:first-of-type{padding-left:16px;border-radius:0}}.server-list .server-item .col:last-of-type,.server-list .server-item .col.last{border-radius:0 3px 3px 0;padding-right:12px;width:20px}@media(max-width: 767px){.server-list .server-item .col:last-of-type,.server-list .server-item .col.last{border-radius:0}}.server-list .server-item .col.no-padding{padding:0}@media(max-width: 767px){.server-list .server-item .col{padding:8px 6px;border-bottom:1px solid #d8d8d8}}.server-list .server-item:nth-child(even) .col{background:var(--glass-bg-harder)}.server-list .server-item.premium{background:linear-gradient(90deg, #ff5c4d, #ca1212 26.56%, #5f00fa 75%, #3f7ff9);color:#fff}.server-list .server-item.premium .col{background:unset}.server-list .server-item.premium-server{background-color:var(--game-server-premium, #c8ced9)}.server-list .server-item.premium-server .col{z-index:1;position:relative;background:none}.server-list .server-item:hover .col{background-color:var(--game-server-hover);color:#fff}.server-list .server-item:hover a{color:#fff}.server-list .server-item:hover svg,.server-list .server-item:hover path{fill:#fff}.server-list .server-item .players-info{display:flex;background:var(--game-color-dark);border-radius:3px;align-items:center;justify-content:center;color:#fff;line-height:1.6;min-width:60px;width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:0 6px;white-space:nowrap}.server-list .server-item .players-info .bots{display:flex;align-items:center}.server-list .server-item .tag-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.server-list .server-item .tag-list .tag-item{background:var(--game-bg-target);padding:0px 5px;border-radius:3px}.server-list .server-item .mobile-sinfo{display:none;font-size:12px;line-height:1.5}@media(max-width: 767px){.server-list .server-item .mobile-sinfo{display:inherit}}.server-list .server-item .country{display:flex}.server-list .server-item .country img{width:17px;border-radius:1px;box-shadow:0px 0px 1px 0px rgba(0,0,0,.4901960784);margin-top:-1px}.server-list .server-item .ip{display:flex;align-items:center;gap:6px;width:min-content}.server-list .server-item .ip:hover{cursor:pointer}.server-list .server-item .map{width:140px}.server-list .server-item .map .map-name{max-width:124px;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.server-list .server-item .play-icon:hover{cursor:pointer;opacity:.6}.server-list .server-item .fast-about{display:flex;align-items:center}.server-list .server-item .reviews{display:flex;gap:3px}.server-list .server-item .reviews span{font-weight:500}@media(max-width: 767px){.sidebar{padding:0 16px}}.filter-sidebar{display:flex;flex-direction:column;gap:10px}.filter-sidebar .title-block{display:flex;gap:10px;color:var(--text-secondary);font-weight:500;font-size:14px}.filter-sidebar .title-block .title-h{flex-grow:1}.filter-sidebar .title-block .uppercase{text-transform:uppercase}.filter-sidebar .title-block .sort-options{padding-right:4px}.filter-sidebar .title-block .sort-options button{color:var(--text-secondary)}.filter-sidebar .title-block .btn-filter-clean{font-size:11px;font-weight:400;line-height:16px}.filter-sidebar .title-block .btn-filter-clean:hover{opacity:.7}.filter-sidebar .sort-options label .icon-checkbox{color:#6e6f74}.filter-sidebar .sort-options label:hover{cursor:pointer;opacity:.7}.filter-sidebar .sort-options label input[type=checkbox]:checked+i{color:var(--game-bg-target, #47c2ff)}.filter-sidebar details>summary{width:100%;display:inline-block;position:relative;padding:10px 0;list-style:none;color:var(--text-secondary);font-weight:500}.filter-sidebar details>summary:hover{cursor:pointer}.filter-sidebar details>summary::after{content:"";display:block;position:absolute;top:21px;right:12px;transform:rotate(45deg);transform-origin:right;width:5px;height:5px;border-radius:0px;border-right:2px solid #777;border-bottom:2px solid #777}.filter-sidebar details[open]>summary::after{transform:rotate(-135deg);top:19px;right:17px}.filter-sidebar details[open].unable{display:block}.filter-sidebar details[open].unable>summary{pointer-events:none;user-select:none;cursor:default}.filter-sidebar details[open].unable>summary::after{display:none}.filter-sidebar input[type=checkbox]{display:none}.filter-sidebar label{min-height:32px}.filter-sidebar label>span{display:block;font-size:13px;line-height:22px;height:100%;padding:5px 15px;color:var(--text-secondary);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;border-radius:4px;cursor:pointer;transition:.3s ease;background:var(--glass-bg-hard);box-shadow:inset 0 .0625rem .0625rem var(--glare-color-neutral)}.filter-sidebar label>span::first-letter{text-transform:uppercase}.filter-sidebar label:not(.is-switch)>input[type=checkbox]:checked+span{background-color:var(--game-bg-target);color:var(--game-text-target-in)}.filter-sidebar .details-content{display:flex;flex-wrap:wrap;gap:8px}.filter-sidebar fieldset{margin:0;padding:0px;border:none}.filter-sidebar .f-checkbox-tab-1-s1{width:100%;display:block;min-width:0;border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px}.filter-sidebar .f-checkbox-tab-1-s1 legend{margin:0 0 1.5rem;padding:0;width:100%;float:left;display:table;font-size:1.5rem;line-height:140%;font-weight:600;color:var(--text-secondary)}.filter-sidebar .f-checkbox-tab-1-s1 legend+*{clear:both}.filter-sidebar .f-checkbox-tab-1-s1 .toggle{display:grid;grid-template-columns:repeat(2, 1fr)}.filter-sidebar .f-checkbox-tab-1-s1 .toggle input+label{min-height:unset;display:flex;justify-content:center;align-items:center;white-space:nowrap;margin:0;padding:9px 10px;position:relative;background:var(--card-bg-default);color:var(--text-secondary);text-align:center;box-shadow:0 0 0 hsla(0,0%,100%,0);transition:border-color .15s ease-out,color .25s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;border-right:1px solid rgba(0,0,0,.11)}.filter-sidebar .f-checkbox-tab-1-s1 .toggle input+label:first-of-type{border-radius:3px 0 0 3px}.filter-sidebar .f-checkbox-tab-1-s1 .toggle input+label:last-of-type{border-radius:0 3px 3px 0;border-right:none}.filter-sidebar .f-checkbox-tab-1-s1 .toggle input:hover+label{cursor:pointer;opacity:.75}.filter-sidebar .f-checkbox-tab-1-s1 .toggle input:checked+label{z-index:1;color:var(--game-text-target-in);background-color:var(--game-bg-target)}.filter-sidebar .f-checkbox-tab-1-s1 .toggle input{display:none}.modern-server-list .header-list{display:flex;gap:8px}.modern-server-list .header-list .header-row{display:flex;font-size:12px;font-weight:500;letter-spacing:0;line-height:1.25;color:var(--text-secondary)}.modern-server-list .header-list .header-row .col{height:32px;vertical-align:middle}.modern-server-list .list-body{display:flex;flex-direction:column;gap:8px}.modern-server-list .list-body .server-item{display:flex;width:100%;background:var(--card-bg-default, #fff);border-radius:3px;border:1px solid #e2eded;border-color:hsla(var(--game-hue, 210), 20%, 93%, 1) hsla(var(--game-hue, 210), 20%, 91%, 1) hsla(var(--game-hue, 210), 20%, 88%, 1) hsla(var(--game-hue, 210), 20%, 91%, 1);padding:10px 14px;position:relative}html[data-theme=dark] .modern-server-list .list-body .server-item{border-color:hsla(var(--game-hue, 210), 4%, 28%, 1) hsla(var(--game-hue, 210), 20%, 25%, 1) hsla(var(--game-hue, 210), 4%, 20%, 1) hsla(var(--game-hue, 210), 4%, 25%, 1)}.modern-server-list .list-body .server-item.premium-server{background-color:var(--game-server-premium, var(--glass-bg-hard))}.modern-server-list .list-body .server-item.up-server{background:linear-gradient(90deg, #ff834d, #ca8012 26.56%, #bdfa00 75%, #f6f93f)}.modern-server-list .list-body .server-item.disabled-server{opacity:.5}.modern-server-list .list-body .server-item.header-row{background:none;border:0;font-weight:500}.modern-server-list .list-body .server-item.header-row:hover{color:var(--text-secondary)}.modern-server-list .list-body .server-item.agg_ad::after{overflow:hidden;content:"ТОП";width:13px;height:100%;position:absolute;top:0;right:0;background:var(--game-card-bg, #333);color:var(--game-card-in, #fff);border-radius:0 1px 1px 0;writing-mode:vertical-rl;font-size:10px;padding:8px 0px;line-height:14px;text-align:center;opacity:.9}.modern-server-list .list-body .server-item .col{z-index:1;display:flex;align-items:center;padding:0 10px;flex-basis:16.6666666667%}.modern-server-list .list-body .server-item .col.server-info{padding:0;flex-basis:1%}.modern-server-list .list-body .server-item .col.server-main{padding-left:0;flex-basis:40%;flex-grow:1}.modern-server-list .list-body .server-item .col .main-row{display:grid;grid-template-rows:1fr auto}.modern-server-list .list-body .server-item .col .main-row .overflow-fix{display:flex;align-items:center;min-width:0}.modern-server-list .list-body .server-item .col .main-row .bad-version{margin-right:5px;color:#fc1919}@media(max-width: 767px){.modern-server-list .list-body .server-item .col .main-row{flex-direction:column;gap:0}}.modern-server-list .list-body .server-item .col:last-of-type,.modern-server-list .list-body .server-item .col.last{border-radius:0 3px 3px 0;padding-right:0px;flex-basis:20px}@media(max-width: 767px){.modern-server-list .list-body .server-item .col:last-of-type,.modern-server-list .list-body .server-item .col.last{border-radius:0}}@media(max-width: 767px){.modern-server-list .list-body .server-item .col.players-on-map{display:none}}.modern-server-list .list-body .server-item .col.col-about{flex-basis:100px}.modern-server-list .list-body .server-item .col.col-ip{flex-basis:225px}@media(max-width: 767px){.modern-server-list .list-body .server-item .col.col-ip{display:none}}.modern-server-list .list-body .server-item .players-info{display:flex;background:var(--game-color-dark);border-radius:3px;align-items:center;justify-content:center;color:#fff;line-height:1.6;min-width:60px;width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:0 6px;white-space:nowrap}.modern-server-list .list-body .server-item .players-info .bots{display:flex;align-items:center;margin:-2px -2px 0 3px}.modern-server-list .list-body .server-item .players-now{display:flex;border-radius:3px;align-items:center;justify-content:center;color:#fff;line-height:1.6;min-width:60px;width:-webkit-min-content;width:-moz-min-content;width:min-content;white-space:nowrap;overflow:hidden}.modern-server-list .list-body .server-item .players-now .real{background:var(--game-color-dark);padding:0 6px;text-align:center}.modern-server-list .list-body .server-item .players-now .real.min-w60{min-width:60px}@media(max-width: 767px){.modern-server-list .list-body .server-item .players-now .real.min-w60{min-width:50px}}.modern-server-list .list-body .server-item .players-now .fake{display:flex;background:var(--game-color-subdark, #ccc);padding:0 6px}.modern-server-list .list-body .server-item .players-now .fake span,.modern-server-list .list-body .server-item .players-now .fake svg{opacity:.92}.modern-server-list .list-body .server-item .players-now .bots{display:flex;align-items:center;margin:-2px -2px 0 2px}@media(max-width: 767px){.modern-server-list .list-body .server-item .players-now{min-width:40px;font-size:12px}}.modern-server-list .list-body .server-item .tag-list{display:flex;flex-wrap:wrap;gap:4px;line-height:18px}.modern-server-list .list-body .server-item .tag-list .tag-item{display:block;border-radius:3px;font-size:12px;line-height:18px;padding:0 6px;background-color:#e6e8e9;background:var(--game-tag-bg, #edeef0);color:var(--game-tag-color, #5a6164)}.modern-server-list .list-body .server-item .tag-list .tag-item::first-letter{text-transform:uppercase}.modern-server-list .list-body .server-item .tag-list .tag-item:hover{cursor:pointer;background-image:var(--hover-gradient)}.modern-server-list .list-body .server-item .tag-list .tag-item.tag-mod{background:var(--game-tagmod-color);color:#eee}.modern-server-list .list-body .server-item .tag-list .tag-item.tag-mod:hover{opacity:.85;cursor:default}.modern-server-list .list-body .server-item .new-online{background:url(/assets/img/temp/de_dust2_2x2.jpg);border-radius:9px;padding:7px 18px;color:#fff;display:flex;gap:34px;backdrop-filter:blur(20px);background-size:cover;background-position:left;position:relative;overflow:hidden;font-weight:500;font-size:13px;background:var(--game-color-dark);box-shadow:inset 0px 1px 1px 1px rgba(0,0,0,.8)}.modern-server-list .list-body .server-item .new-online .map-now{font-family:"Rubik",sans-serif;font-weight:400}.modern-server-list .list-body .server-item .new-online .backdrop{position:absolute;height:100%;width:100%;top:0;left:0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(10px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:9px;z-index:-1}.modern-server-list .list-body .server-item .country{display:flex}.modern-server-list .list-body .server-item .country img{width:17px;height:11px;border-radius:1px;box-shadow:0px 0px 1px 0px rgba(0,0,0,.4901960784);margin-top:-1px;object-fit:cover}.modern-server-list .list-body .server-item .ip{display:flex;align-items:center;gap:6px;width:min-content;white-space:nowrap}.modern-server-list .list-body .server-item .ip:hover{cursor:pointer}.modern-server-list .list-body .server-item .ip-block{position:relative;color:var(--text-secondary)}.modern-server-list .list-body .server-item .map{width:140px}.modern-server-list .list-body .server-item .map .map-info{display:flex;align-items:center;gap:4px}.modern-server-list .list-body .server-item .map .map-info .map-icon img{width:20px;height:15px}.modern-server-list .list-body .server-item .map .map-name{max-width:124px;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.modern-server-list .list-body .server-item .play-icon:hover{cursor:pointer;opacity:.6}.modern-server-list .list-body .server-item .fast-about{display:flex}.modern-server-list .list-body .server-item .fast-about .youtube i{color:var(--game-icon-color-secondary, var(--text-secondary));font-size:14px;margin-top:1px}.modern-server-list .list-body .server-item .fast-about .svg-fast-icon{fill:var(--game-icon-color-secondary, var(--text-secondary))}.modern-server-list .list-body .server-item .fast-about .svg-fast-icon path{fill:var(--game-icon-color-secondary, var(--text-secondary))}.modern-server-list .list-body .server-item .fast-about .comments-count{color:var(--game-icon-color-secondary, var(--text-secondary))}.modern-server-list .list-body .server-item .reviews{display:flex;gap:3px}.modern-server-list .list-body .server-item .reviews .comments-count{font-weight:500;line-height:17px;font-size:12px}.modern-server-list .list-body .server-item .glitter-box{width:100%;position:absolute;top:0;right:0;height:100%;background-image:url(/templates/MonWave-v3/assets/image/glitter_albedo.png);-webkit-mask-image:linear-gradient(to right, rgba(0, 0, 0, 0) 67%, black 90%);mask-image:linear-gradient(to right, rgba(0, 0, 0, 0) 67%, black 90%);mix-blend-mode:screen;background-repeat:repeat-y;background-position:100% 0;background-size:512px contain;z-index:0}html[data-theme=dark] .modern-server-list .list-body .server-item .glitter-box{opacity:.2}.modern-server-list .list-body .server-item .glitter-box .first{position:absolute;right:0;width:512px;height:100%;background-image:url(/templates/MonWave-v3/assets/image/glitter_color.png);-webkit-mask-image:url(/templates/MonWave-v3/assets/image/glitter.png);mask-image:url(/templates/MonWave-v3/assets/image/glitter.png);mask-size:32px;-webkit-mask-size:32px;mix-blend-mode:screen;animation-name:yirbadges_glitterMove_2UzEp;animation-duration:15s;animation-timing-function:linear;animation-iteration-count:infinite}.modern-server-list .list-body .server-item .glitter-box .second{position:absolute;right:0;width:512px;height:100%;background-image:url("/templates/MonWave-v3/assets/image/glitter_color.png");-webkit-mask-image:url("/templates/MonWave-v3/assets/image/glitter.png");mask-image:url("/templates/MonWave-v3/assets/image/glitter.png");mask-size:32px;-webkit-mask-size:32px;mix-blend-mode:screen;animation-name:yirbadges_glitterMove_2UzEp;animation-duration:15s;animation-timing-function:linear;animation-iteration-count:infinite;-webkit-mask-size:64px;box-sizing:border-box;right:-32px;animation-duration:12s}@keyframes yirbadges_glitterMove_2UzEp{from{background-position:0}to{background-position:512px}}@keyframes yirbadges_glitterMove2_309-e{from{background-position:0 0px}to{background-position:512px -128px}}.modern-server-list .list-body .server-item:hover{background-image:var(--hover-gradient)}@media(max-width: 767px){.modern-server-list .list-body .server-item{overflow:hidden;border-radius:0;border-right:0;border-left:0}}.modern-server-list .list-body .mod{background:#216aa1;border-radius:3px;padding:2px 4px;color:#fff;margin-right:5px;white-space:nowrap;font-size:12px}.modern-server-list .list-body .server-name{display:block;font-weight:500;white-space:nowrap;line-height:24px;overflow:hidden;text-overflow:ellipsis}.modern-server-list .list-body .server-name:hover{opacity:var(--hover-opacity)}.modern-server-list.t-mon .list-body .server-item{padding:6px 14px}.contextual-menu .contextual-menu-item>button{margin:0;padding:0;display:flex;border:0;background-color:rgba(0,0,0,0);outline:none;cursor:pointer;appearance:none;font-family:inherit;font-size:inherit;line-height:inherit;font-size:13px;line-height:1.2307692308;font-weight:400;letter-spacing:0em;padding:0 16px;width:100%;height:45px;align-items:center;justify-content:space-between;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select-game{z-index:4}.select-game .game-button{display:flex;align-items:center;gap:10px;color:#fff;background:none;border:none;outline:none;max-height:unset;padding:0;border-radius:2px;font-weight:normal;letter-spacing:unset;text-align:left}.select-game .game-icon img{display:flex;width:42px;height:42px;border-radius:3px}.select-game .game-info .title{font-size:14px;display:flex;align-items:center;font-weight:500}.select-game .game-info .sub{font-size:12px;color:#e5e5e5}.select-game .dropdown.is-active .game-button{color:#222;background:#fff}.select-game .dropdown.is-active .game-button .sub{color:#474747}.select-game-h{width:100%;margin:4px 0 16px 0;padding:0px 14px}.select-game-h .dropdown-trigger{width:100%}.select-game-h .game-search-wrapper{position:relative}.select-game-h .game-search-wrapper i{font-size:12px;color:var(--text-glass-hard);bottom:0;inset-inline-start:10px;margin:auto 0;position:absolute;top:0;height:12px;width:12px}.select-game-h .game-search{height:30px;border:0;box-shadow:rgba(0,0,0,.08) 0px 0px 0px 1px;border-radius:5px;padding:3px 9px;padding-inline-start:28px;background:var(--input-bg-default, #fff);color:var(--text-default)}.select-game-h .game-search:focus-visible{outline:1px solid var(--game-bg-target, #333)}.select-game-h.dropdown{align-items:center}.select-game-h.dropdown .button{display:flex;align-items:center;justify-content:flex-start;gap:10px;background:none;opacity:1;padding:4px 10px;max-height:46px;height:46px;color:#fff;text-align:left;font-weight:400;background:hsla(0,0%,80%,.4);background-color:var(--game-bg-target, hsl(240, 5%, 35%));box-shadow:var(--inset-light-softer);border-radius:3px}.select-game-h.dropdown .button:hover{transition:.2s;opacity:.85}.select-game-h.dropdown .dropdown-menu{left:265px;top:0px;padding:0;width:100%;min-width:600px}@media(max-width: 767px){.select-game-h.dropdown .dropdown-menu{min-width:unset;left:0;top:0}}.select-game-h.dropdown .dropdown-content{background:var(--glass-gradient-bg-hard);box-shadow:none;display:flex;flex-direction:column;gap:15px;padding:20px;box-shadow:rgba(0,0,0,.02) 0px 1px 3px 1px,rgba(207,207,207,.15) 0px 0px 0px 1px,0 2px 25px 0 rgba(0,0,0,.1);-webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px)}@media(max-width: 767px){.select-game-h.dropdown .dropdown-content{height:calc(100svh - 55px);overflow-y:auto;padding-bottom:60px}}.select-game-h.dropdown.is-active .dropdown-content{-webkit-animation:fly-out .5s 1 ease;animation:fly-out .5s 1 ease}.select-game-h.dropdown.is-active~.nav-wrapper{opacity:0}.select-game-h .game-info{flex-grow:1;overflow:hidden}.select-game-h .game-info .name{font-weight:500;line-height:17px;overflow:hidden;text-overflow:ellipsis}.select-game-h .game-info .caption{color:hsla(0,0%,100%,.7);font-size:12px}.select-game-h .drgame-list{display:grid;gap:12px 30px;grid-template-columns:1fr 1fr 1fr}@media(max-width: 767px){.select-game-h .drgame-list{grid-template-columns:1fr}}@-webkit-keyframes fly-out{0%{opacity:0;transform:translate3d(-20px, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fly-out{0%{opacity:0;transform:translate3d(-20px, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}.select-game-h a.game-item{display:flex;align-items:center;justify-content:flex-start;gap:10px;position:relative}.select-game-h a.game-item .dr-icon{border-radius:3px;box-shadow:inset 0 .0625rem .0625rem hsla(0,0%,100%,.24);width:34px;height:34px;min-width:34px;min-height:34px}.select-game-h a.game-item .dr-icon .icon{max-width:22px;max-height:22px}.select-game-h a.game-item:hover{background-color:unset;cursor:pointer}.select-game-h a.game-item:hover::after{content:"";border-radius:3px;position:absolute;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);z-index:-1;padding:5px 5px;border:1px solid var(--glass-br-soft);background:var(--tr-bg-glass)}.select-game-h a.game-item .name{font-weight:500;line-height:17px;color:var(--text-secondary)}.select-game-h a .g-cs16{background:#4c5844}.select-game-h a .g-csgo{background-color:var(--game-csgo)}.select-game-h a .g-cs2{background-color:#28397f}.select-game-h a .g-css{background-color:var(--game-css)}.select-game-h a .g-garrysmod{background-color:var(--game-garrysmod)}.select-game-h a .g-hl{background-color:var(--game-hl)}.select-game-h a .g-hl2{background-color:var(--game-hl2)}.select-game-h a .g-minecraft{background-color:#018944}.select-game-h a .g-samp{background-color:#bdd0a1}.select-game-h a .g-mta{background-color:#c55f13}.select-game-h a .g-gta5{background-color:#5a8d21}.select-game-h a .g-dayz{background-color:#1f1f1f}.select-game-h a .g-rust{background-color:#cc412b}.select-game-h a .g-tf2{background-color:#bf862a}.select-game-h a .g-zomboid{background-color:#2f3b43}.select-game-h a .g-unturned{background-color:#627c62}.select-game-h a .g-vrising{background-color:#c52543}.select-game-h a .g-gta5{background-color:#5a8d21}.select-game-h a .g-7_days_to_die{background-color:#b7a27e}.select-game-h a .g-arma3{background-color:#000}.select-game-h a .g-scum{background-color:#f38509}.select-game-h a .g-ark_survival_evolved{background-color:#81ae27}.select-game-h a .g-left4dead2{background-color:#d2a00e}.select-game-h a .g-terraria{background-color:#916748}.select-game-h .is-small i{font-size:11px}@media(max-width: 767px){.select-game-h{margin:0px 0 16px 0;padding-top:14px}}.game-stats .grid-inner{grid-template-columns:1fr}.game-stats .wide-chart{border-radius:3px;background-size:cover;border:1px solid var(--glare-color-neutral);background-color:var(--game-card-bg, #222);margin-bottom:15px}.game-stats .wide-chart .main-part{width:100%;display:flex;align-items:center;padding:14px 14px 12px 10px;backdrop-filter:blur(20px);box-shadow:inset 0 .0625rem .0625rem hsla(0,0%,100%,.24);border-radius:3px}.game-stats .wide-chart .chart-wrapper{flex-grow:1;height:200px}.game-stats .wide-chart .chart-label{margin-left:20px;color:var(--game-card-bg-in, #fff);width:120px;display:flex;flex-direction:column;gap:14px}.game-stats .wide-chart .chart-label .info-item .value{font-size:19px;font-weight:500}.game-stats .wide-chart .chart-label .info-item .clabel.max{color:rgba(0,0,0,.45);text-shadow:0px .5px 0px hsla(0,0%,100%,.45)}.game-stats .wide-chart .chart-label .info-item .clabel.avg{color:#f4f5f5}.game-stats .wide-chart .info{font-size:14px;font-style:italic;text-align:center;margin:12px 0;color:var(--game-card-bg-in, #fff)}.server-page .grid-inner{display:grid;grid-template-columns:1fr 420px;grid-template-rows:1fr auto;gap:40px}@media(max-width: 767px){.server-page .grid-inner{grid-template-columns:1fr;padding:0}}.server-page .server-bar{display:flex;flex-direction:column;gap:12px}.server-page .server-preview-v2{border:1px solid var(--glass-br-soft);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3);border-radius:3px;overflow:hidden;background:var(--glass-bg-neutral)}.server-page .server-preview-v2 .map-img{position:relative;width:100%;height:230px;overflow:hidden;-webkit-filter:drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));-webkit-mask:linear-gradient(180deg, rgb(0, 0, 0) 51%, rgba(0, 0, 0, 0) 99%),radial-gradient(81.31% 127.89% at 49.99% 24.75%, #000000 0%, #000000 63.6%, rgba(0, 0, 0, 0.98) 84.33%, rgba(0, 0, 0, 0) 79.31%);mask:linear-gradient(180deg, rgb(0, 0, 0) 51%, rgba(0, 0, 0, 0) 99%),radial-gradient(81.31% 127.89% at 49.99% 24.75%, #000000 0%, #000000 63.6%, rgba(0, 0, 0, 0.98) 84.33%, rgba(0, 0, 0, 0) 79.31%);-webkit-mask-composite:source-in;mask-composite:source-in;background-size:cover;box-shadow:inset 0 0 20px rgba(0,0,0,.45)}.server-page .server-preview-v2 .info-box{padding:0 16px 12px 16px}.server-page .server-preview-v2 .online-box{margin-bottom:12px}.server-page .server-preview-v2 .online-box .headbar{display:flex;justify-content:space-between;line-height:28px}.server-page .server-preview-v2 .online-box .headbar .title{font-size:14px;font-weight:500}.server-page .server-preview-v2 .online-box .caption{display:flex;justify-content:space-between;margin:4px 1px;color:var(--text-glass-hard);font-size:12px;gap:10px}.server-page .server-preview-v2 .online-box .online-bar{width:100%;height:18px;padding:2px 2px;border-radius:3px;border:1px solid rgba(204,214,228,.6)}.server-page .server-preview-v2 .online-box .online-bar .current{background:#fdd0d7;background:-moz-linear-gradient(90deg, rgb(253, 208, 215) 0%, rgb(252, 224, 188) 50%, rgb(221, 239, 241) 100%);background:-webkit-linear-gradient(90deg, rgb(253, 208, 215) 0%, rgb(252, 224, 188) 50%, rgb(221, 239, 241) 100%);background:linear-gradient(90deg, rgb(253, 208, 215) 0%, rgb(252, 224, 188) 50%, rgb(221, 239, 241) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd0d7",endColorstr="#ddeff1",GradientType=1);width:200px;height:100%;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3)}.server-page .server-preview-v2 .online-box .online-bar .caret-checkpoint{display:flex;flex-direction:column;position:absolute;top:-12px;right:0;justify-content:space-between;gap:18px;font-size:9px;color:var(--text-secondary)}.server-page .server-preview{grid-column:2/3;grid-row:1/3}.server-page .server-preview .map-info .selected-map{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.server-page .server-preview .map-info .selected-map .img-map{display:inline-block;vertical-align:top;border-radius:2.5px;width:320px;border:none;height:220px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;box-shadow:inset 0 0 20px rgba(0,0,0,.4784313725)}.server-page .server-preview .map-info .current-map{position:relative;border-radius:3px;overflow:hidden}.server-page .server-preview .map-info .current-map::after{content:"";position:absolute;box-shadow:inset 0 0 20px rgba(0,0,0,0.4784313725);width:-webkit-fill-available;height:-webkit-fill-available;left:0;top:0}.server-page .server-preview .map-info .current-map .map-img{max-width:320px;width:100%}.server-page .server-preview .map-info .status-info{position:absolute;top:0px;background:rgba(65,65,65,.7215686275);border-radius:2.5px;font-weight:500;font-size:15px;padding:5px 8px 4px 7px;line-height:14px}.server-page .server-preview .map-info .status-info .dot{height:12px;width:12px;background-color:#a2d933;border-radius:50%;display:inline-block;margin-right:3px}.server-page .server-preview .map-info .status-info .dot.off{background-color:#b92930}.server-page .server-preview .map-info .status-info .text{text-transform:uppercase;color:#fff;font-size:13.5px;font-weight:400;line-height:14px;padding:0px 0px;vertical-align:top}.server-page .server-preview .map-info .img-info{position:absolute;font-weight:500;font-size:15px;padding:5px 8px 4px 8px;line-height:14px;bottom:0px;width:100%;background:rgba(65,65,65,.7215686275);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px;z-index:3}.server-page .server-preview .map-info .img-info img{border:none}.server-page .server-preview .map-info .img-info .text{text-transform:uppercase;color:#fff;font-size:13.5px;font-weight:400;line-height:14px;padding:0px 0px;vertical-align:text-bottom}.server-page .server-preview .map-info .img-info .about-players{font-size:11.5px;color:#c8c8c8;font-weight:400;padding:4px 0px 3px 0px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-page .server-preview .map-info .img-info .dark-blue{color:#001f55;font-weight:500}.server-page .server-preview .video-review{margin-top:8px}.server-page .server-preview .video-review .video-title{font-weight:500;font-size:14px;line-height:20px;margin-bottom:4px}.server-page .server-preview .video-review iframe{width:320px;height:180px;border-radius:2.5px}@media(max-width: 767px){.server-page .server-preview{grid-column:1;grid-row:2}}.server-page .server-main{flex-grow:1;grid-column:1/2}.server-page .server-main .title{margin-bottom:15px}.server-page .server-main .title .mod{font-size:14px;color:var(--text-glass-hard);margin:10px 0px;padding:0;border-bottom:none;line-height:4px}.server-page .server-main .title .mod a{color:var(--var(--game-bg-target));font-size:14px;font-weight:500}.server-page .server-main .title h1{font-size:30px;font-weight:500;line-height:36px;margin:0 0 10px 0;font-family:"Russo One",sans-serif;word-break:break-word}.server-page .server-main .title h3.server-ip{font-size:14px;color:var(--text-third);padding:0;margin:0;line-height:initial;font-weight:500}.server-page .server-main .title .more{display:flex;gap:8px}.server-page .server-main .title .more .country img{width:20px;border-radius:1px;height:100%}.server-page .server-main .title .more .query-port{display:flex;gap:5px;background:#ccc;border:1px solid hsla(0,0%,100%,.4);border-radius:3px;background:linear-gradient(152deg, rgba(90, 99, 99, 0.1) 1.89%, rgba(50, 50, 51, 0) 50%),linear-gradient(180deg, rgba(231, 232, 242, 0.7294117647) 11.6%, rgba(234, 236, 238, 0.831372549) 54.73%, rgba(228, 228, 234, 0.8196078431) 100%);padding:1px 3px;font-size:11px;line-height:1.1;color:#3c3c3c}.server-page .server-main .chart-wrapper{width:480px;margin-top:10px;margin-bottom:15px}.server-page .server-main .serverbar{display:flex;background-color:var(--game-bg-target);color:var(--game-text-target-in);border-radius:3px;margin-bottom:15px;overflow:hidden;width:min-content;box-shadow:inset 0 -0.0375rem .0625rem rgba(0,0,0,.1)}.server-page .server-main .serverbar button{display:flex;gap:5px;background:none;box-shadow:none;color:var(--game-text-target-in);border-radius:3px}.server-page .server-main .serverbar button svg,.server-page .server-main .serverbar button path{fill:var(--game-text-target-in) !important}.server-page .server-main .serverbar button i{font-size:13px;margin:0;color:var(--game-text-target-in)}.server-page .server-main .serverbar button:hover{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.1) 100%)}@media(max-width: 767px){.server-page .server-main .serverbar{flex-wrap:wrap}}@media(max-width: 767px){.server-page .server-main{grid-column:1}}.server-page .server-reviews{display:flex;gap:10px;flex-direction:column;margin-top:15px;font-size:15px}.server-page .server-reviews .server-reviews-header{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.server-page .server-reviews .server-reviews-header .title-box{flex-grow:1;display:flex;align-items:baseline;gap:10px}.server-page .server-reviews .server-reviews-header .title-box .reviews-title{white-space:nowrap;font-size:15px;font-weight:bold}.server-page .server-reviews .server-reviews-header .title-box .reviews-count{background:linear-gradient(rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.28) 100%);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;color:var(--text-default);padding:0px 4px;font-size:14px;line-height:1.4;border:1px solid hsla(0,0%,100%,.4)}.server-page .server-reviews .server-reviews-header .actions{display:flex;gap:10px}.server-page .server-reviews .server-reviews-header .actions .label-sort-select{display:flex;font-size:13px;padding:5px 10px;color:var(--text-secondary);box-shadow:inset rgba(0,0,0,.51) 0px 0 .65px;border-radius:3px;transition:.3s ease;border:1px solid rgba(0,0,0,.16);background:var(--glass-bg-soft);height:26px;gap:5px;position:relative;width:110px;align-items:center}.server-page .server-reviews .server-reviews-header .actions .label-sort-select select{appearance:none;background:none;border:none;padding:0;font-size:13px;border-radius:3px;position:absolute;padding:5px 10px 5px 24px;top:0;left:0;width:100%;height:100%}.server-page .server-reviews .server-reviews-header .actions .label-sort-select select:focus-visible{outline:1px solid rgba(0,0,0,.8)}.server-page .server-reviews .server-reviews-header .actions .label-sort-select select:hover{cursor:pointer}.server-page .server-reviews .create-review{display:flex;flex-direction:column;margin-bottom:10px;position:relative}.server-page .server-reviews .create-review .disabled{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;background:hsla(0,0%,100%,.9);backdrop-filter:blur(1px);height:100%;border-radius:3px;font-size:14px;padding:15px;text-align:center}html[data-theme=dark] .server-page .server-reviews .create-review .disabled{background:hsl(225,2.18%,11.35%)}.server-page .server-reviews .create-review textarea{width:100%;resize:vertical;min-height:70px;padding-top:15px;padding-left:12px;margin:0;border-bottom:none;border-radius:4px 4px 0px 0px}.server-page .server-reviews .create-review textarea:hover+.create-toolbar{border-color:#b2b8c5}.server-page .server-reviews .create-review textarea:hover+.create-toolbar{border-color:#b2b8c5}.server-page .server-reviews .create-review textarea:focus-visible,.server-page .server-reviews .create-review textarea:focus{outline:none}.server-page .server-reviews .create-review textarea:focus-visible+.create-toolbar,.server-page .server-reviews .create-review textarea:focus+.create-toolbar{border-color:var(--game-bg-target, #47c2ff)}.server-page .server-reviews .create-review textarea:focus-visible+.create-toolbar>.btn-comment,.server-page .server-reviews .create-review textarea:focus+.create-toolbar>.btn-comment{background:var(--game-color-2);color:var(--game-color-2-in)}.server-page .server-reviews .create-review .create-toolbar{display:flex;border:1px solid var(--input-br-default, #dce2e7);border-radius:0px 0px 4px 4px;border-top:none;position:relative;align-items:center;justify-content:flex-end;background:var(--input-bg-default, #fff);padding:4px}.server-page .server-reviews .create-review .btn-comment{display:flex;align-items:center;justify-content:center;padding:8px 14px;background:#ccc;color:var(--game-color-2-in);font-size:13px;border-radius:5px;font-weight:500;width:100px}.server-page .server-reviews .review-list{display:flex;flex-direction:column;gap:22px}.server-page .server-reviews .review-item{display:grid;grid-template-rows:auto 1fr auto;gap:7px 10px;line-height:20px;align-items:center}.server-page .server-reviews .review-item .avatar-box{display:flex;margin-right:5px}.server-page .server-reviews .review-item .avatar-box .avatar-img{width:34px;height:34px;border-radius:50%}.server-page .server-reviews .review-item .review-info{grid-row:1/2;display:flex;align-items:center;gap:8px}.server-page .server-reviews .review-item .review-text{grid-row:2/3;margin-left:47px;line-height:1.5;word-break:break-word}@media(max-width: 767px){.server-page .server-reviews .review-item .review-text{margin-left:0}}.server-page .server-reviews .review-item .actions{grid-row:3/4;margin-top:4px;margin-left:47px;display:flex;flex-wrap:wrap}.server-page .server-reviews .review-item .actions .btn-emotion{margin-right:16px}@media(max-width: 767px){.server-page .server-reviews .review-item .actions{margin-left:0}}.server-page .server-reviews .review-item .user{font-weight:500}.server-page .server-reviews .review-item .date-block{display:flex;gap:10px;color:var(--text-sub)}.server-page .server-reviews .review-item .date{font-size:13px}.server-page .server-reviews .review-item .text{word-break:break-all;font-size:13px;line-height:18px;overflow-wrap:break-word}.server-page .extra{width:254px;grid-column:3/4}.server-page .extra .online-now{margin-top:88px;margin-bottom:12px;border-radius:3px}.server-page .extra .online-now .online-sh{display:flex;gap:4px 12px;padding-right:4px;justify-content:space-between;font-weight:500;color:#3c3c3c;margin-bottom:4px}.server-page .extra .online-now .player-list{display:flex;flex-direction:column;gap:4px 12px;width:254px;max-height:332px;overflow-x:hidden;overflow-y:auto;padding-right:4px}.server-page .extra .online-now .player-list .player-item{box-sizing:border-box;display:flex;align-items:center;background-color:rgba(55,78,96,.5411764706);width:100%;color:#fff;font-weight:500;text-shadow:0 1px #555;line-height:24px;padding:0 8px;border-radius:2.5px;max-height:35px}.server-page .extra .online-now .player-list .player-item .nick{flex-grow:1}.server-page .server-description{grid-column:2/4;grid-row:2;margin:14px 0px;font-size:15px;line-height:1.5;word-break:break-word}@media(max-width: 767px){.server-page .server-description{grid-column:1;grid-row:unset}}.server-page .info-limiter{overflow:hidden;position:relative}.server-page .info-limiter .info-limiter-fade{position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(rgba(255, 255, 255, 0.05) 0%, var(--game-bg, #edeef0) 52%);display:none}.server-page .info-limiter.collapsed{height:400px}.server-page .info-limiter.collapsed .info-limiter-fade{display:block}.server-page .read-more-button{display:flex;gap:6px;margin-top:10px;cursor:pointer;color:var(--game-bg-target, #222);background:none;border:none;font-size:14px;bottom:10px;align-items:center}.server-page .read-more-button.absolute{position:absolute}.server-page .read-more-button:hover{text-decoration:underline}.server-page .tag-list{display:flex;flex-wrap:wrap;gap:4px}.server-page .tag-list .tag-item{border-radius:3px;font-size:12px;line-height:18px;padding:0 6px;background:var(--glass-bg-hard);color:var(--text-default)}.server-page .tag-list .tag-item::first-letter{text-transform:uppercase}.server-page .services .title{font-size:14px;font-weight:500;margin-bottom:6px;line-height:22px}.server-page .services .service-list{display:flex;padding:10px 0 10px 0;border-radius:3px;flex-direction:column;gap:20px}.server-page .services .service-list .service-item{display:grid;grid-template-columns:45px 1fr;grid-template-rows:1fr 1fr;gap:4px 14px;align-items:center}.server-page .services .service-list .service-item .icon-box{grid-row:1/3;display:flex;align-items:center;justify-content:center;color:var(--game-icon-color, #8498c9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:3px;opacity:1;transform:rotateZ(350deg);min-width:42px;width:42px;height:42px;font-size:17px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3);background:var(--box-icon-bg-glass)}.server-page .services .service-list .service-item .service-title{color:var(--text-secondary);font-size:14px;font-weight:500}.server-page .services .service-list .service-item .service-time{font-size:14px;color:var(--text-glass-hard)}.server-page .server-stats{background:var(--game-color-dark);border-radius:3px;overflow:hidden}.server-page .server-stats .style-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px}.server-page .server-stats .chart-wrapper{padding:10px;height:300px;width:900px}.server-page .more-servers .server-item{background:var(--glass-bg-soft)}.server-page .rec-servers-block{box-shadow:inset 0 0 1px 1px rgba(0,0,0,.08);background:hsla(0,0%,65%,.17);padding:12px 10px;border-radius:2px}.server-page .rec-servers-block .server-list{border-collapse:separate;border-spacing:0 7px;margin:-7px 0}.server-page .swidget.swidget-wrapper{background:var(--glass-bg-neutral);border:1px solid var(--glass-br-soft);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3);border-radius:3px;padding:12px 16px 12px 16px}.server-page .swidget.swidget-wrapper .title{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--text-main)}.server-page .swidget.flex-2-col{display:flex;gap:5px;align-items:center}.server-page .swidget.flex-2-col .variable-info{flex-grow:1}.server-page .social-links-server{display:flex;gap:10px;flex-wrap:wrap}.server-page .social-links-server .social-link-item{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:6px;background:var(--glass-bg-neutral);border:1px solid var(--glass-br-soft);color:var(--text-main);transition:all .2s ease;font-size:20px}.server-page .social-links-server .social-link-item svg{width:20px;height:20px;fill:var(--text-secondary)}.server-page .social-links-server .social-link-item i{font-size:20px;color:var(--text-secondary)}.server-page .social-links-server .social-link-item:hover{color:#fff;box-shadow:0 0px 8px -3px rgba(0,0,0,.15)}.server-page .social-links-server .social-link-item:hover svg,.server-page .social-links-server .social-link-item:hover path{fill:var(--game-bg-target)}.server-page .social-links-server .social-link-item:hover i{font-size:20px;color:var(--game-bg-target)}.server-page .uptime-info{position:relative;display:inline-block;width:90px;height:90px;border:7px solid var(--game-color-1);border-radius:150px;text-align:center;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),inset 0 3px 5px rgba(0,0,0,.25);box-sizing:border-box;border-bottom-color:var(--glass-bg-hard)}.server-page .uptime-info .ut-value{position:absolute;left:0;right:0;top:21px;font-size:30px;font-weight:600}.server-page .uptime-info .ut-label{position:absolute;left:0;bottom:-10px;width:100%;font-size:13px;text-transform:uppercase;color:var(--text-sub);font-weight:700}.server-page .about-access{text-align:center}.more-server-lists .grid-lists{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));grid-template-rows:repeat(4, auto);gap:10px}.more-server-lists .grid-lists .grid-item{background-color:hsla(var(--game-hue, 210), 100%, 95%, 1);color:hsla(var(--game-hue, 210), 28%, 24%, 1);padding:12px 16px;border-radius:3px;font-size:14px;display:flex;align-items:baseline;gap:8px;border:1px solid var(--glass-br-soft);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3)}.more-server-lists .grid-lists .grid-item.item-tag{background-color:hsl(216,20%,95%);color:hsl(216,28%,24%)}.more-server-lists .grid-lists .grid-item.item-a-game{color:var(--text-glass-hard);background:var(--glass-bg-hard)}.more-server-lists .grid-lists .grid-item span{text-transform:lowercase}.more-server-lists .grid-lists .grid-item span::first-letter{text-transform:uppercase}.more-server-lists .grid-lists .grid-item:hover{background:var(--game-bg-target);color:var(--game-text-target-in);box-shadow:none}.about-list-table .row-about{display:flex;align-items:flex-end;padding:6px 0;line-height:1.5em}.about-list-table .row-about .th{position:relative;width:clamp(10px,170px,100%);color:var(--text-secondary)}@media(max-width: 767px){.about-list-table .row-about .th{width:clamp(5px,100%,100%)}}.about-list-table .row-about .th.red-color{color:#7e0f0f}.about-list-table .row-about .th span{display:inline;position:relative;padding-right:3px}.about-list-table .row-about .th:before{border-bottom:1px dotted rgba(204,214,228,.6);bottom:3px;content:"";display:block;left:0;position:absolute;width:100%}.about-list-table .row-about .td{font-weight:500;white-space:nowrap}.about-list-table .row-about .td.red-color{color:#7e0f0f}.test-prev{display:flex;height:350px;position:relative;color:#fff;border:2px solid hsla(0,0%,100%,.1);background:#272a3b;flex-direction:column;border-radius:3px;overflow:hidden}.test-prev .map .map-img{width:100%;-webkit-filter:saturate(0.95) opacity(0.9) blur(0px);filter:saturate(0.95) opacity(0.9) blur(0px);max-width:1900px;transform-origin:top;-webkit-mask:linear-gradient(180deg, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0) 95%),radial-gradient(51.31% 127.89% at 49.99% 24.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);mask:linear-gradient(180deg, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0) 95%),radial-gradient(81.31% 127.89% at 49.99% 24.75%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);-webkit-mask-composite:source-in;mask-composite:source-in;z-index:-1;-o-object-fit:cover;object-fit:cover}.test-prev .info-box{backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);height:200px;padding:16px;margin-top:-73px}.pagination{display:flex}.pagination.pagination-centered{justify-content:center}.pagination ul{display:flex;padding:10px 20px}.pagination ul li{margin:0 2px}.pagination ul li a{display:flex;justify-content:center;align-items:center;min-width:36px;height:36px;background:var(--card-bg-default);border-radius:3px;padding:0 6px;font-weight:500}.pagination ul li:first-child a,.pagination ul li:last-child a{font-weight:400;padding:0 8px}.pagination ul li:hover{border-radius:3px}.pagination ul li:hover a{opacity:var(--hover-opacity);border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,.11)}.pagination ul li.active a{color:#fff;background:#272a3b;background-color:var(--game-bg-target);color:var(--game-text-target-in);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px}.pagination ul li.disabled{opacity:.4}.pagination ul li.disabled a{pointer-events:none}.pagination ul li.disabled:hover a{-webkit-backdrop-filter:none;backdrop-filter:none;background:unset;box-shadow:unset}@media(max-width: 767px){.pagination ul li{display:none}.pagination ul li:nth-child(1),.pagination ul li:nth-child(2),.pagination ul li:nth-last-child(1),.pagination ul li:nth-last-child(2),.pagination ul li.active{display:list-item}}.user-interface{display:flex;align-items:center;gap:12px}.user-interface i{color:var(--text-default)}.user-box{position:sticky;bottom:0;font-size:14px}.user-box .dropdown{width:100%}.user-box .dropdown .dropdown-content{background:none;box-shadow:none;padding:0}.user-box .dropdown .separate-part{display:flex;gap:10px}.user-box .dropdown .separate-part .a-item{flex-grow:1}.user-box .dropdown .separate-part .a-out{padding:10px}.user-box .dropdown .a-item{display:flex;align-items:center;gap:10px;padding:10px 10px;color:var(--text-glass-hard)}.user-box .dropdown .a-item .grow{flex-grow:1}.user-box .dropdown .a-item i{text-align:center;width:14px}.user-box .dropdown .a-item .counter{display:flex;background:#fff;border-radius:3px;min-width:16px;height:16px;justify-content:center;align-items:center;font-size:11px;font-weight:500;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.4901960784);padding:2px 2px}.user-box .dropdown .a-item .counter:empty{display:none}.user-box .dropdown.is-up .dropdown-menu{bottom:42px;width:100%;padding:0}.user-box .dropdown .dropdown-menu{width:100%;padding:0;left:unset;right:-6px;top:calc(100% + 16px)}.user-box .dropdown .dropdown-menu .dropdown-content{background:var(--glass-gradient-bg-hard);box-shadow:rgba(17,17,26,.1) 0px 1px 0px}.user-box .dropdown.is-active{transition:min-height 130ms linear}.user-box .dropdown-trigger{width:100%}.user-box .user-card{display:flex;gap:10px;text-align:left;width:100%;align-items:center}.user-box .user-card .avatar-frame{background:var(--glass-bg-softer);border:1px solid var(--glass-br-soft);display:flex;border-radius:3px;overflow:hidden}.user-box .user-card .avatar-img{width:27px;height:26px;mix-blend-mode:soft-light}.user-box .user-card .info{flex-grow:1;min-width:0}.user-box .user-card .login{color:var(--text-default);overflow:hidden;text-overflow:ellipsis}@media(max-width: 767px){.user-box .user-card{display:none}}.user-box .mobile-user-card{display:none}.user-box .mobile-user-card i{font-size:15.5px;margin:0}@media(max-width: 767px){.user-box .mobile-user-card{display:inherit}}.user-box hr{border:1px solid hsla(0,0%,100%,.4);margin:2px 0}.header-index{color:#fff;background:rgba(66,76,100,.7);max-height:240px}.header-index a{color:#fff}.header-index .header-top-container{grid-template-rows:unset}.header-index .header-top{height:100%}.header-index .header-inner-wrapper{display:flex;flex-direction:column;justify-content:center}.header-index .brand{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px 0;min-height:100px}.header-index .brand .main-part{display:flex;align-items:center}.header-index .brand .tagline{display:flex;font-family:"Russo One",sans-serif;font-size:20px;letter-spacing:.2px;font-weight:400;color:#f6faff;text-transform:uppercase}@media(max-width: 767px){.header-index .brand .tagline{flex-direction:column;align-items:center}}@media(max-width: 767px){.header-index .brand{grid-template-columns:1fr auto;display:none}}@media(max-width: 767px){.header-index .sub-header{display:none}}.nanobar{height:1px}.nanobar .bar{background:rgba(0,0,0,.71)}.header-info{display:grid;grid-template-columns:250px 1fr 1fr;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;height:80px;color:#fff;overflow:hidden}.header-info .stats-container{padding:20px 24px 20px 40px;text-shadow:rgba(0,0,0,.25) 0px 1px 2px;opacity:.9;font-weight:500}.header-info .stats-container .stats-list{display:flex;gap:20px}.header-info .stats-container .stats-list .stats-item .caption{text-transform:uppercase;color:#47c2ff;font-size:12px;letter-spacing:.3px;text-shadow:#0a425e 0px 1px 1px;white-space:nowrap}.header-info .stats-container .stats-list .stats-item .value{font-size:19px;margin-top:2px}.header-info .stats-container .stats-list .stats-item .update{font-size:10px;color:#dadfe3}@media(max-width: 767px){.header-info .stats-container{display:none}}.header-info .actions{display:flex;align-items:center;padding:20px 24px 20px 40px;justify-content:flex-end;gap:8px}.header-info .actions .action-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);border-radius:5px;box-shadow:rgba(0,0,0,.18) 0px .60219px .60219px -1.25px,rgba(0,0,0,.16) 0px 2.28853px 2.28853px -2.5px,rgba(0,0,0,.063) 0px 10px 10px -3.75px}.header-info .actions .action-item:focus-within{box-shadow:none;transform:scale3d(0.95, 0.95, 1)}.header-info .actions .action-item.in-out{display:none}@media(max-width: 767px){.header-info .actions .action-item.in-out{display:initial}}.header-info .actions .action-link{display:flex;align-items:center;height:30px;cursor:pointer;border-radius:5px;padding:0 12px;color:var(--text-secondary);white-space:nowrap}.header-info .actions .action-link i{display:none}@media(max-width: 767px){.header-info .actions .action-link i{display:initial}}@media(max-width: 767px){.header-info .actions .action-link span{display:none}}.header-info .actions .action-link:hover{cursor:pointer;outline:.5px solid hsla(0,0%,100%,.35)}@media(max-width: 767px){.header-info .actions.phone-fix{position:fixed;top:10px;right:0}}@media(max-width: 767px){.header-info .actions{padding:0 16px 0 0;grid-row-start:1}}.header-info.game-vars .stats-item .caption{color:var(--game-color-2) !important;text-shadow:var(--g-text-shadow-2) 0px 1px 1px !important}@media(max-width: 767px){.header-info{grid-template-columns:1fr 40px;margin:0;height:unset;grid-template-rows:1fr}}@media(min-width: 1200px){.typewriter{width:41ch;border-right:.15em solid #fff;white-space:nowrap;overflow:hidden;-webkit-animation:cursor .15s step-end infinite,printed_text 3s steps(41),border_delete 3s step-end;animation:cursor .15s step-end infinite,printed_text 3s steps(41),border_delete 3s step-end;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}@-webkit-keyframes cursor{0%{border-color:#fff}50%{border-color:rgba(0,0,0,0)}100%{border-color:#fff}}@keyframes cursor{0%{border-color:#fff}50%{border-color:rgba(0,0,0,0)}100%{border-color:#fff}}@-webkit-keyframes printed_text{from{width:0}}@keyframes printed_text{from{width:0}}@-webkit-keyframes border_delete{to{border-right:0}}@keyframes border_delete{to{border-right:0}}.gamelist-tool{margin-top:24px;display:flex}.gamelist-tool .search-block{flex-grow:1}.gamelist-tool .game-search{display:flex;align-items:center;max-width:500px;width:100%;border-radius:3px 3px 1px 1px;height:38px;box-shadow:inset 0 -1.7px 0px #757c8e;font-size:14px;padding-left:12px;padding-bottom:3px;background:rgba(0,0,0,0);border:0}.gamelist-tool .game-search::placeholder{color:rgba(130,142,151,.8196078431)}.gamelist-tool .game-search::before{content:""}.gamelist-tool .gamelist-setting{display:flex;align-items:center}.gamelist-tool .gamelist-setting .view-type:hover{cursor:pointer;filter:drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25))}.gamelist-tool{margin-top:24px;display:flex}.gamelist-tool .search-block{flex-grow:1}.gamelist-tool .game-search{display:flex;align-items:center;max-width:500px;width:100%;border-radius:3px 3px 1px 1px;height:38px;box-shadow:inset 0 -1.7px 0px #757c8e;font-size:14px;padding-left:12px;padding-bottom:3px;background:rgba(0,0,0,0);border:0}.gamelist-tool .game-search::placeholder{color:rgba(130,142,151,.8196078431)}.gamelist-tool .gamelist-setting{display:flex;align-items:center}.gamelist-tool .gamelist-setting .view-type:hover{cursor:pointer;filter:drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25))}.game-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:18px;display:flex;flex-wrap:wrap}.game-list .game-item{width:190px;height:224px;background-size:cover;border-radius:3px;position:relative;color:#fff;overflow:hidden;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,inset rgba(0,0,0,.1) 0px 0px 1px .15px,inset 0 0 .5925rem 1px rgba(0,0,0,.04)}.game-list .game-item::after{content:"";position:absolute;width:calc(100% - 4px);height:calc(100% - 4px);top:2px;left:2px;box-shadow:inset rgba(0,0,0,.12) 0px 0px 1px .15px,inset 0 0 .5925rem 1px rgba(0,0,0,.04);z-index:0;border-radius:3px}@media(max-width: 767px){.game-list .game-item::after{content:unset;display:none}}.game-list .game-item .container{width:100%}.game-list .game-item:hover{transition:.3s;box-shadow:-1px 15px 30px -12px rgba(32,32,32,.6)}@media(max-width: 767px){.game-list .game-item:hover{transition:unset;box-shadow:none}}.game-list .game-item .game-icon{display:flex;justify-content:center}.game-list .game-item .game-icon .img{position:relative;width:100%;height:142px;overflow:hidden;-webkit-mask:linear-gradient(180deg, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0) 95%),radial-gradient(15.77% 50% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 0%),radial-gradient(30.95% 86.8% at 53.69% 6.2%, rgba(66, 66, 66, 0.6) 0%, #333333 100%),radial-gradient(81.31% 127.89% at 50% 25%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);mask:linear-gradient(180deg, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0) 95%),radial-gradient(15.77% 50% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 0%),radial-gradient(30.95% 86.8% at 53.69% 6.2%, rgba(66, 66, 66, 0.6) 0%, #333333 100%),radial-gradient(81.31% 127.89% at 50% 25%, #000000 0%, #000000 52.6%, rgba(0, 0, 0, 0.18) 83.33%, rgba(0, 0, 0, 0) 95.31%);-webkit-mask-composite:source-in;mask-composite:source-in;background-size:cover;background-position-y:-100px;border-radius:3px;box-shadow:inset 0px 0px 0px 1.5px var(--glare-color-neutral)}.game-list .game-item .game-icon .img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 767px){.game-list .game-item .game-icon .img{aspect-ratio:2/3;height:unset;-webkit-mask:unset;mask:unset;height:84px;background-position-y:0 !important}}@media(max-width: 767px){.game-list .game-item .game-icon{grid-row:1/3}}.game-list .game-item .game-info{text-align:left;line-height:20px;padding:10px 20px;z-index:2;position:relative;margin-top:-24px}.game-list .game-item .game-info .summary{display:flex;gap:18px;color:hsla(0,0%,100%,.7)}.game-list .game-item .game-info .summary .summary-item .title{font-size:12px;line-height:15px}.game-list .game-item .game-info .summary .summary-item .value-line{display:flex;gap:8px;align-items:center}@media(max-width: 767px){.game-list .game-item .game-info .summary{color:var(--text-glass-hard)}}.game-list .game-item .game-info .name{font-size:14px;font-weight:500;line-height:22px}@media(max-width: 767px){.game-list .game-item .game-info .name{color:var(--text-default)}}@media(max-width: 767px){.game-list .game-item .game-info{margin-top:unset;padding:0}}.game-list .game-item .navigation{display:flex;justify-content:center;gap:5px;z-index:2;position:relative}.game-list .game-item .navigation .a-game-nav{background-color:rgba(20,20,20,0.6196078431);padding:8px 20px;font-weight:400;font-size:12px;color:#fff;border-radius:3px;text-transform:uppercase;transition:300ms ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:30px}.game-list .game-item .navigation .a-game-nav:hover{background:rgba(66,76,100,.7)}@media(max-width: 767px){.game-list .game-item .navigation .a-game-nav{max-width:204px}}@media(max-width: 767px){.game-list .game-item .navigation{justify-content:unset}}.game-list .game-item.g-cs2 .img{background-position-y:-46px}.game-list .game-item.g-garrysmod .img{background-position-y:0px}.game-list .game-item.g-vrising .img{background-position-y:-64px}.game-list .game-item.g-mta .img{background-position-y:-36px}.game-list .game-item.g-dayz .img{background-position-y:-30px}.game-list .game-item.g-tf2 .img{background-position-y:0px}.game-list .game-item.g-zomboid .img{background-position-y:-32px}.game-list .game-item.g-unturned .img{background-position-y:-60px}.game-list .game-item.g-gta5 .img{background-position-y:-20px}.game-list .game-item.g-7_days_to_die .img{background-position-y:-160px}.game-list .game-item.g-arma3 .img{background-position-y:0px}.game-list .game-item.g-scum .img{background-position-y:-82px}.game-list .game-item.g-ark_survival_evolved .img{background-position-y:0px}.game-list .game-item.g-terraria .img{background-position-y:-60px}@media(max-width: 767px){.game-list .game-item{min-width:unset;width:100%;display:grid;grid-template-columns:56px 1fr;gap:6px 14px;background:none !important;height:unset;box-shadow:none;color:#222;align-items:center}}@media(max-width: 767px){.game-list{padding:0 16px;margin-top:16px;gap:12px}}.auth-page h1{font-size:26px;font-weight:bold;line-height:36px;margin:0px;margin-bottom:6px;padding:0px;word-break:break-word}.auth-page .caption{line-height:20px;color:var(--text-third)}.auth-page .grid-inner{display:grid;justify-items:center}.auth-page .content{width:100%;background:var(--card-bg-default);max-width:800px;border-radius:3px;padding:60px 180px;margin-bottom:16px}@media(max-width: 767px){.auth-page .content{padding:16px 16px;margin-top:0}}.auth-page .flex-form{display:flex;flex-direction:column;gap:20px}.auth-page .flex-form .link{font-weight:500;color:var(--text-third)}.auth-page .fast-auth .auth-list{display:grid;gap:15px;grid-template-columns:1fr 1fr;padding:10px 0 30px 0}.auth-page .fast-auth .auth-list .auth-item{display:flex;align-items:center;justify-content:center;gap:4px;max-height:36px;padding:10px 10px;border-radius:3px;box-shadow:rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.06) 0px 1px 2px 0px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%);font-weight:500;color:var(--text-glass-hard)}.auth-page .fast-auth .auth-list .auth-item i{width:14px;height:14px;display:flex;align-items:center;justify-content:center}.auth-page .email-auth{display:flex;flex-direction:column;gap:14px}.auth-page .email-auth .label-input{display:flex;height:100%;align-items:center;position:relative}.auth-page .email-auth .label-input i{display:flex;align-items:center;justify-content:center;position:absolute;padding:0 12px}.auth-page .email-auth input{width:100%;padding-left:40px;background:var(--input-bg-hard, #fff);color:var(--text-default);font-size:14px;border-radius:5px}.auth-page .email-auth input::placeholder{color:var(--text-third)}.auth-page .email-auth .lost-block{text-align:right}.auth-page .hr-divider{display:flex;justify-content:center}.auth-page .hr-divider .hr-divider-line{flex-grow:1;height:1px;background:var(--card-br-default);border:0}.auth-page .hr-divider .hr-divider-text{padding:0 16px;color:var(--text-third)}.auth-page .more{text-align:center}.icon-box.box-style-1{display:flex;align-items:center;justify-content:center;min-width:42px;width:42px;height:42px;border-radius:8px;font-size:17px;background:linear-gradient(46deg, rgba(218, 222, 231, 0.5) 0%, rgba(240, 241, 255, 0.4) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3);opacity:1;margin-bottom:16px;background:linear-gradient(46deg, rgba(218, 222, 231, 0.25) 0%, rgba(255, 255, 255, 0.21) 100%)}.icon-box.rotate-350{transform:rotateZ(350deg)}.section-features{padding:90px 0 60px 0;position:relative}.section-features .headline{text-align:center}.section-features .headline .title{font-size:28px;line-height:1.2;font-weight:600;margin:0 0 10px}.section-features .headline .subtitle{font-size:17px;line-height:1.6;color:var(--text-secondary);margin:0}.section-features .info-wrapper{padding:0 30px}.section-features .features-list{max-width:580px;margin:60px 0 0}.section-features .features-list .features-item{display:flex;gap:26px;margin-bottom:30px}.section-features .features-list .features-item i{display:flex;align-items:center;justify-content:center;min-width:50px;width:50px;height:50px;border-radius:8px;font-size:17px;color:#8498c9;background:linear-gradient(46deg, rgba(218, 222, 231, 0.5) 0%, rgba(240, 241, 255, 0.4) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px}html[data-theme=dark] .section-features .features-list .features-item i svg{filter:brightness(0.5)}.section-features .features-list .features-item h3{color:var(--text-default);font-size:20px;line-height:1.5;margin:0 0 5px}.section-features .features-list .features-item .desc{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.section-features .picture{display:block;position:absolute;top:220px;left:calc(50% + 135px)}.section-features .picture img{max-width:420px}.game-icon-default{display:flex;justify-content:center;align-items:center;width:38px;height:38px}.game-icon-default .icon{max-width:24px;max-height:24px;fill:#fff}@media(max-width: 767px){.game-icon-default .icon{max-width:20px;max-height:20px}}@media(max-width: 767px){.game-icon-default{width:30px;height:30px}}.ad-v1{margin-top:12px}.ad-v1.sticky{position:sticky;top:24px}.ad-v1 img{border-radius:3px}.game-icon-circle{display:flex;justify-content:center;align-items:center;width:38px;height:38px;border-radius:50%;background:var(--game-icon-color)}.game-icon-circle .icon{max-width:24px;max-height:24px;fill:#fff}@media(max-width: 767px){.game-icon-circle .icon{max-width:20px;max-height:20px}}.game-icon-circle.cs16{background-color:var(--game-cs16);background:#cdc200}.game-icon-circle.csgo{background-color:var(--game-csgo)}.game-icon-circle.csgo .icon{margin-left:5px}.game-icon-circle.cs2{background-color:#28397f}.game-icon-circle.cs2 .icon{margin-left:1px;max-width:23px;max-height:24px}@media(max-width: 767px){.game-icon-circle.cs2 .icon{max-width:19px;max-height:19px}}.game-icon-circle.css{background-color:var(--game-css)}.game-icon-circle.css .icon{margin-left:5px}.game-icon-circle.garrysmod{background-color:var(--game-garrysmod)}.game-icon-circle.garrysmod .icon{fill:#fff;max-width:30px;max-height:30px}.game-icon-circle.hl{background-color:var(--game-hl)}.game-icon-circle.hl2{background-color:var(--game-hl2)}.game-icon-circle.hl2 .icon,.game-icon-circle.hl2 .icon path{fill:#d98d2e}.game-icon-circle.minecraft{background-color:#018944}.game-icon-circle.samp{background-color:#bdd0a1}@media(max-width: 767px){.game-icon-circle{width:30px;height:30px}}.blocker{z-index:10 !important;transition:transform .25s ease-out;background-color:rgba(59,68,78,.6)}.modal{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.modal .modal-body{display:flex;justify-content:center}.modal .modal-content{max-width:340px;width:100%}.modal a.close-modal{right:16px;top:16px;opacity:.3}.recline{margin:1px 0 11px 0;width:100%}.recline .txt{background:var(--game-card-bg, #333);color:var(--game-card-in, #fff);width:fit-content;white-space:nowrap;border-radius:3px;font-size:11px;line-height:16px;padding:0 6px;display:flex;gap:6px;align-items:center}.recline:after{content:"";border:2px solid #333;width:100%;border-radius:1px;display:block;margin-top:-10px}.step-by-step{display:flex;flex-direction:column;gap:18px}.step-by-step .step .step-title{font-size:17px;font-weight:500;margin-bottom:6px;line-height:28px}.block-title{font-size:15px;font-weight:bold;margin-bottom:10px}.page-payment .grid-inner{display:grid;grid-template-columns:1fr 300px}.page-payment .methods-container{margin:0 auto;display:flex;flex-direction:column}.page-payment .title-block{text-align:center}.page-payment .title-block .title{font-size:16px;line-height:1.5;margin-bottom:4px;color:#29292a}.page-payment .title-block .extra-title{font-size:24px;font-weight:500;line-height:1.4}.page-payment .payment-methods{display:flex;flex-wrap:wrap;gap:20px;padding:25px}.page-payment .method{display:flex;border:2px solid #dbe3e7;border-radius:8px;padding:20px 18px;width:80px;cursor:pointer;transition:border-color .3s;background:#fff;min-width:200px;flex-direction:column;align-items:center;gap:10px}.page-payment .method .title{font-size:16px;font-weight:500}.page-payment .method .img-list{display:flex;gap:3px;justify-content:center;align-items:center;height:36px}.page-payment .method .img-list svg{width:46px;height:fit-content}.page-payment .method:hover{border-color:#88b2fa;background-color:#007bff;color:#fff}.text-tip,.alert{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-gradient-bg-default);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;color:var(--text-default);overflow:hidden;padding:11px 24px 11px;font-size:14px;line-height:20px;border:1px solid var(--glass-br-soft);margin-bottom:14px}.text-tip .dashed,.alert .dashed{border-bottom:1px dashed rgba(0,0,0,.45)}@media(max-width: 767px){.text-tip,.alert{padding:12px 16px;font-size:12px;line-height:1.4;border-radius:0;box-shadow:none}}.alert{width:max-content;height:min-content}.alert.alert-error{border-color:rgba(113,0,0,.4)}.alert.alert-error strong{color:#ab1414}.glass-box.style-1{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg-softer);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;color:var(--text-default);border:1px solid var(--glass-br-soft)}.btn-hotkey{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;margin-top:10px;background:var(--game-color-2);color:var(--game-color-2-in);font-size:13px;border-radius:5px;font-weight:500}.btn-hotkey .hotkey{display:inline-block;padding:3px 6px;border-radius:5px;box-shadow:rgba(0,0,0,0) 0px 2px 4px,rgba(45,47,50,.65) 0px 0px 0px 1px,rgba(53,55,60,.59) 0px -1.2px 0px inset;background:var(--game-bg-target);color:var(--game-text-target-in)}.btn-hotkey:hover{opacity:.9}.stest{width:100%}.stest .s-dropdown{width:100%;display:inline-block;border-radius:2px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px;transition:all .5s ease;position:relative;font-size:14px;text-align:left;background:var(--card-bg-default);color:var(--text-secondary)}.stest .s-dropdown .select{cursor:pointer;display:block;padding:10px}.stest .s-dropdown .select>i{font-size:9px;color:#888;cursor:pointer;transition:all .3s ease-in-out;float:right;line-height:17px}.stest .s-dropdown .select:hover{box-shadow:0 0 4px #ccc}.stest .s-dropdown:hover{box-shadow:0 0 4px #ccc}.stest .s-dropdown:active{background-color:#f8f8f8}.stest .s-dropdown.active:hover,.stest .s-dropdown.active{box-shadow:0 0 4px #ccc;border-radius:2px 2px 0 0;background-color:#f8f8f8}.stest .s-dropdown.active .select>i{transform:rotate(-90deg)}.stest .s-dropdown .s-dropdown-menu{position:absolute;background-color:var(--card-bg-default);width:100%;left:0;margin-top:1px;box-shadow:0 1px 2px #ccc;border-radius:0 1px 2px 2px;overflow:hidden;display:none;max-height:185px;overflow-y:auto !important;z-index:9;padding:0;list-style:none}.stest .s-dropdown .s-dropdown-menu::-webkit-scrollbar{width:8px;height:8px}.stest .s-dropdown .s-dropdown-menu::-webkit-scrollbar-thumb{background:#5b646d;border-radius:1px}.stest .s-dropdown .s-dropdown-menu::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.stest .s-dropdown .s-dropdown-menu{scrollbar-face-color:#5b646d;scrollbar-track-color:rgba(0,0,0,0)}.stest .s-dropdown .s-dropdown-menu .items-wrapper{display:grid;grid-template-columns:repeat(1, 1fr)}.stest .s-dropdown .s-dropdown-menu li{padding:10px;transition:all .2s ease-in-out;cursor:pointer}.stest .s-dropdown .s-dropdown-menu li:hover{background-color:#f2f2f2}.stest .s-dropdown .s-dropdown-menu li:active{background-color:#e2e2e2}.tabs-nav{display:flex;gap:var(--gap-s)}.tabs-nav.tabs-column{flex-direction:column}.tabs-nav .tab-item{background:var(--glass-bg-harder);border-radius:3px;border:1px solid hsla(0,0%,100%,.4);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px}.tabs-nav .tab-item a{display:flex;align-items:baseline;gap:var(--gap-xs);height:100%;width:100%;padding:var(--gap-s) var(--gap-m);font-weight:500;color:var(--text-secondary)}.tabs-nav .tab-item.active{border-color:var(--game-bg-target)}.tabs-nav .tab-item.active a{color:var(--game-bg-target)}.label-hidden-checkbox input[type=checkbox]{display:none}.label-hidden-checkbox:hover{cursor:pointer}.label-hidden-checkbox>span{display:block;font-size:13px;padding:5px 10px;box-shadow:inset rgba(0,0,0,.51) 0px 0 .65px;border-radius:3px;transition:.3s ease;border:1px solid rgba(0,0,0,.16);background:var(--glass-bg-soft);color:var(--text-secondary);overflow:hidden}.label-hidden-checkbox:not(.is-switch)>input[type=checkbox]:checked+span{color:#fff;background:var(--game-bg-target)}.emotions{display:flex;gap:8px;flex-wrap:wrap}.emotions .item{display:flex;gap:4px;align-items:center;background:hsla(0,0%,100%,.55);border:1px solid hsla(0,0%,100%,.4);box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.19) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,0) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,0) 0px 16px 16px -3.75px,inset 0 .0625rem .0625rem hsla(0,0%,100%,.3);border-radius:3px;padding:2px 8px}.emotions .item:hover{cursor:pointer;background:var(--bg-body-default);border-color:var(--glass-br-soft)}.emotions .item:last-of-type{margin-right:14px}.emotions .item img{display:flex;height:20px}.emotions:empty{display:none}.dropdown-emotions .dropdown-content{width:300px;max-height:164px;overflow:hidden auto;background:#fff;border-radius:3px;padding:12px;box-shadow:0 4px 20px rgba(0,0,0,.08),0 0 1px rgba(0,0,0,.16)}.dropdown-emotions .dropdown-content::-webkit-scrollbar{width:5px;background:inherit}.dropdown-emotions .dropdown-content::-webkit-scrollbar-thumb{background-color:#282828;border-radius:8px}.dropdown-emotions .emotion-list{display:flex;flex-wrap:wrap;gap:14px}.dropdown-emotions .emotion-list .d-emot-item{display:inline-block;padding:4px;cursor:pointer;text-align:center;width:33px}.dropdown-emotions .emotion-list .d-emot-item img{max-width:100%;width:auto\9 ;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.dropdown-emotions .emotion-list .d-emot-item:hover{background:#edeef0;border-radius:6px}.btn-emotion{color:var(--text-sub);font-size:13px;font-weight:400}.btn-emotion i{font-size:15px}.btn-emotion:hover{color:var(--text-default)}.waitMe_container.working{background:var(--game-bg, var(--bg-body-default)) !important}.action-card{display:flex;flex-direction:column;gap:10px;max-width:230px;min-height:230px;padding:20px 24px 24px;border-radius:3px;background:var(--glass-bg-neutral);border:2px solid var(--glass-br-soft)}.action-card .action-card__icon .icon-box{display:flex;align-items:center;justify-content:center;min-width:45px;width:45px;height:45px;border-radius:8px;font-size:17px;color:var(--game-bg-target, #333333);background:linear-gradient(46deg, rgba(218, 222, 231, 0.5) 0%, rgba(240, 241, 255, 0.4) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:3px;box-shadow:rgba(0,0,0,.11) 0px .636953px .636953px -0.9375px,rgba(0,0,0,.1) 0px 1.9316px 1.9316px -1.875px,rgba(0,0,0,.09) 0px 5.10612px 5.10612px -2.8125px,rgba(0,0,0,.04) 0px 16px 16px -3.75px;opacity:1;transform:rotateZ(350deg);margin-bottom:16px}.action-card .action-card__title{color:var(--text-secondary);font-size:15px;font-weight:500;line-height:24px;margin-bottom:2px}.action-card .action-card__description{font-size:14px;color:var(--text-sub);line-height:18px}.action-card .action-card__actions .btn-action{display:flex;width:100%;background:var(--btn-bg-default, #333);align-items:center;justify-content:center;padding:5px 7px;border-radius:3px;font-weight:500;font-size:13px;color:#fff}