.shop{gap:30px;width:100%;height:100%;padding:0 clamp(20px,2.6vw,50px);display:flex}@media (width<=1080px){.shop .shop__sidebar{display:none}}@media (width<=480px){.shop{gap:0;padding:0 20px}}.searchbar{color:#cecece;background-color:#1d1d1d;border:none;border-radius:45px;outline:none;padding:15px 15px 15px 50px;font-size:22px;transition:background-color .16s,box-shadow .16s,color .16s}.searchbar:hover{background-color:#242424}.searchbar:focus{color:#fff;background-color:#242424;box-shadow:inset 0 0 0 1px #d10000e6,0 0 0 3px #a9000033}.searchbar::placeholder{color:#9b9b9b;transition:color .16s}.searchbar:focus::placeholder{color:#cecece}.searchbar-wrapper{position:relative}.searchbar-wrapper:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='6'%20cy='6'%20r='4.9883'%20stroke='%23B8B8B8'%20stroke-width='2.02339'/%3e%3cline%20x1='9.93857'%20y1='10.0039'%20x2='12.5078'%20y2='12.5732'%20stroke='%23B8B8B8'%20stroke-width='2.02339'%20stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;width:18px;height:20px;transition:filter .16s,transform .16s;display:inline;position:absolute;top:19px;left:18px}.searchbar-wrapper:focus-within:before{filter:brightness(1.5);transform:scale(1.08)}.buttons{flex-direction:column;gap:10px;margin-top:auto;display:flex}.shop__button{text-align:center;color:#fff;cursor:pointer;z-index:10;background-color:#1d1d1d;border:1px solid #0000;border-radius:49px;width:100%;padding:15px 0;font-size:24px;font-weight:600;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .12s}.shop__button:focus-visible,.shop__card-item-add:focus-visible,.shop__card-items-cancel:focus-visible{outline-offset:3px;outline:2px solid #d10000}.shop__button:active,.shop__card-item-add:active,.shop__card-items-cancel:active{transform:scale(.96)}@media (hover:hover){.shop__button:hover{background-color:#292929;border-color:#d10000b3;transform:translateY(-2px);box-shadow:0 10px 24px #00000052}}.shop__create-item{background-color:#1d1d1d;border-radius:20px;flex-direction:column;gap:30px;width:100%;margin-bottom:50px;padding:25px;display:flex}.shop__card-inputs{align-items:flex-start;gap:30px;width:100%;display:flex}.shop__card-inputs-grid{grid-template-columns:repeat(3,minmax(204px,357px));grid-auto-rows:max-content;align-content:start;gap:20px 30px;width:100%;display:grid}.shop__card-input-wrapper{flex-direction:column;gap:10px;display:flex;position:relative}.shop__card-input-wrapper span{color:#fff;padding-left:20px;font-size:24px;font-weight:600}.shop__card-input-wrapper:has(.shop__icon-options){grid-column:span 2}.shop__icon-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.shop__icon-option{color:#cecece;cursor:pointer;text-align:left;background-color:#262626;border:1px solid #0000;border-radius:16px;justify-content:flex-start;align-items:center;gap:9px;min-height:54px;padding:9px 12px;transition:color .16s,background-color .16s,border-color .16s,box-shadow .16s,transform .12s;display:flex}.shop__icon-option img{-o-object-fit:contain;object-fit:contain;width:30px;height:30px;display:block}.shop__card-input-wrapper .shop__icon-option span{color:inherit;white-space:nowrap;padding:0;font-size:15px;line-height:18px}.shop__icon-option--selected{color:#fff;background-color:#303030;border-color:#a90000;box-shadow:inset 0 0 0 1px #d1000047}.shop__icon-option:focus-visible{outline-offset:3px;outline:2px solid #d10000}.shop__icon-option:active{transform:scale(.97)}@media (hover:hover){.shop__icon-option:hover{color:#fff;background-color:#303030;border-color:#d10000a3;transform:translateY(-2px);box-shadow:0 8px 18px #00000040}}@media (width<=900px){.shop__card-input-wrapper:has(.shop__icon-options){grid-column:span 1}}@media (width<=600px){.shop__icon-options{grid-template-columns:repeat(2,minmax(0,1fr))}}.shop__card-image-input-slot{align-self:flex-start;width:289px;height:225px;margin-top:35px}.shop__card-image-input-slot .image-input{min-height:0}.shop__card-items{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#a90000 #262626;flex-direction:column;gap:20px;min-height:auto;padding:14px 18px 18px 14px;display:flex;overflow-y:auto}.shop__card-items::-webkit-scrollbar{width:10px}.shop__card-items::-webkit-scrollbar-track{background:#262626;border-radius:10px}.shop__card-items::-webkit-scrollbar-thumb{background:linear-gradient(#d10000,#8d0000);border:2px solid #262626;border-radius:10px}.shop__card-items::-webkit-scrollbar-thumb:hover{background:#e10000}.shop__card-items-nav{gap:30px;display:flex}.shop__card-items-span{color:#fff;padding-left:20px;font-size:24px;font-weight:600}.shop__card-item-add{color:#00ff09;cursor:pointer;background-color:#262626;border:0;border-radius:50px;justify-content:center;align-items:center;width:32px;height:32px;padding-bottom:3px;font-size:27px;font-weight:600;transition:background-color .15s,transform .12s,box-shadow .15s;display:flex}.shop__card-items-cancel{color:#ff2600;cursor:pointer;background-color:#262626;border:0;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding-bottom:3px;font-size:27px;font-weight:600;transition:background-color .15s,transform .12s,box-shadow .15s;display:flex}@media (hover:hover){.shop__card-item-add:hover{background-color:#303030;transform:scale(1.08);box-shadow:0 0 14px #00ff0933}.shop__card-items-cancel:hover{background-color:#303030;transform:scale(1.08);box-shadow:0 0 14px #ff260033}}@media (prefers-reduced-motion:reduce){.shop__button,.shop__card-item-add,.shop__card-items-cancel{transition:none}}.shop__card-items-inputs{grid-template-columns:repeat(5,minmax(204px,357px));gap:15px;display:grid}.shop__card-item-image-input-slot{height:193px;margin-left:25px}.shop__card-items-list{flex-direction:column;gap:30px;display:flex}.shop__card-item{flex-direction:column;flex-shrink:0;gap:15px;display:flex;position:relative}.shop__card-item:not(:last-child):after{content:"";background:linear-gradient(90deg,#0000,#d10000a3 18%,#ffffff29 50%,#d10000a3 82%,#0000);height:1px;position:absolute;bottom:-16px;left:56px;right:16px;box-shadow:0 1px 8px #a9000033}.shop__card-item-top{gap:15px;display:flex}.shop__sidebar{flex-direction:column;flex-shrink:0;padding-top:24px;padding-bottom:50px;display:flex}@media (width<=1500px){.shop__sidebar{width:300px}}.shop__servers{flex-direction:column;width:100%;display:flex}.shop__sidebar .searchbar{width:100%;margin-bottom:50px}.shop__server{background-image:url(/assets/server_shopbg_1-BIPY8iSw.png);background-repeat:no-repeat;background-size:cover;border:2px solid #1d1d1d;border-radius:35px;justify-content:center;align-items:flex-end;width:100%;height:248px;display:flex}.shop__server-img-container,.shop__server img{width:100%}.shop-item-card{aspect-ratio:433/420;width:100%;max-width:433px;position:relative}.shop-item-card .shop-item{height:100%}.shop-item-card__admin-actions{z-index:2;gap:7px;display:flex;position:absolute;top:12px;right:12px}.shop-item-card__admin-actions button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1d1d1de0;border:1px solid #fff3;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:19px;line-height:1;transition:transform .14s,background-color .14s,border-color .14s;display:grid}.shop-item-card__admin-actions .shop-item-card__delete{color:#ff765f}.shop-item-card__admin-actions button:hover{background:#303030;border-color:#d10000;transform:translateY(-2px)}.shop-item-card__admin-actions button:focus-visible{outline-offset:2px;outline:2px solid #d10000}.shop-item{aspect-ratio:433/420;appearance:none;width:100%;min-width:0;max-width:433px;height:auto;min-height:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background-color:#0000;background-image:url(/assets/item_background-C5_htVa3.png);background-repeat:no-repeat;background-size:cover;border:1px solid #0000;border-radius:clamp(20px,2vw,35px);flex-direction:column;justify-content:space-between;align-self:start;gap:clamp(10px,1vw,30px);padding:clamp(12px,2vw,20px) clamp(16px,1.5vw,43px);font-weight:400;transition:transform .18s,border-color .18s,box-shadow .18s,filter .18s;display:flex;overflow:hidden}.shop-item:not(.shop-item--review):focus-visible{outline-offset:4px;border-color:#ffffff38;outline:2px solid #d10000}.shop-item:not(.shop-item--review):active{filter:brightness(.96);transform:translateY(-1px)scale(.985)}@media (hover:hover){.shop-item:not(.shop-item--review):hover{filter:brightness(1.06);border-color:#d10000b8;transform:translateY(-6px);box-shadow:0 18px 38px #0000007a,0 0 24px #a9000029}.shop-item:not(.shop-item--review):hover .shop-item__image-wrapper img{transform:scale(1.045)}}.shop-item__header{border-bottom:4px solid #a90000;flex:none;gap:clamp(8px,1vw,15px);padding:0 clamp(4px,1vw,10px) 5px;display:flex}.shop-item:not(.shop-item--review) .shop-item__icon{-o-object-fit:contain;object-fit:contain;flex:none;width:clamp(24px,1.7vw,30px);height:clamp(24px,1.7vw,30px)}.shop-item__info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.shop-item__name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(14px,1vw,17px);overflow:hidden}.shop-item__category{color:#b8b8b8;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(12px,.9vw,15px);overflow:hidden}.shop-item__image-wrapper{flex:1 1 0;justify-content:center;align-items:center;width:100%;min-width:0;min-height:0;display:flex;overflow:hidden}.shop-item__image-wrapper img{-o-object-fit:contain;object-fit:contain;width:100%;min-width:0;height:100%;min-height:0;transition:transform .22s;display:block}.shop-item__footer{flex:none;padding:0 clamp(20px,2vw,40px)}.shop-item__price{color:#fff;background-color:#a90000;border-radius:47px;justify-content:center;width:100%;padding:clamp(5px,1vw,10px);font-size:clamp(14px,1vw,17px);display:flex}.shop-item__price-value{padding-right:22px;display:inline-block;position:relative}.shop-item__price-value:after{content:"";background-image:url(/assets/gz_coin-C5PxMCR1.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:20px;display:inline;position:absolute;top:1px;right:0}@media (prefers-reduced-motion:reduce){.shop-item,.shop-item__image-wrapper img{transition:none}}.overlay{z-index:1000;background:#0009;position:fixed;inset:0}.shop-item-review{z-index:1001;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.shop-item.shop-item--review{aspect-ratio:auto;cursor:default;background-color:#1d1d1d;background-image:none;border:0;border-radius:49px;gap:0;width:647px;max-width:none;height:712px;min-height:0;padding:49px 65px 47px;display:flex;overflow:hidden}.shop-item--review .shop-item_header-wrapper{flex:0 0 157px}.shop-item--review .shop-item__tags{gap:15px;margin-bottom:45px;display:flex}.shop-item--review .shop-item__tag{color:#fff;white-space:nowrap;background-color:#262626;border-radius:65px;padding:6px 22px;font-size:24px;line-height:28px}.shop-item--review .shop-item__header{border-bottom-width:5px;gap:15px;padding:0 10px 5px}.shop-item--review .shop-item__icon{-o-object-fit:contain;object-fit:contain;width:40px;height:53px}.shop-item--review .shop-item__info{gap:0}.shop-item--review .shop-item__name{font-size:24px;line-height:28px}.shop-item--review .shop-item__category{font-size:21px;line-height:25px}.shop-item--review .shop-item__image-wrapper{flex:0 0 311px;width:512px;height:311px;margin:50px 0}.shop-item--review .shop-item__footer{flex:0 0 48px;align-self:center;gap:15px;width:508px;padding:0;display:flex}.shop-item--review .shop-item__price,.shop-item--review .counter{box-sizing:border-box;border-radius:65px;min-width:0;height:48px}.shop-item--review .shop-item__price{flex:1 1 0;padding:7px 10px;font-size:28px}.shop-item--review .shop-item__price-value{padding-right:28px}.shop-item--review .shop-item__price-value:after{width:22.4px;height:27px;top:3px}.shop-item--review .counter{color:#fff;background-color:#a90000;flex:1 1 0;justify-content:center;align-items:center;gap:10px;width:auto;padding:7px 10px;font-size:28px;line-height:34px;display:flex}.shop-item--review:has(.shop-item__reward-list) .shop-item__reward-list{flex:none;grid-template-columns:repeat(3,164px);grid-auto-rows:100px;align-content:start;gap:8px 9px;width:100%;height:208px;margin-top:48px;display:grid;overflow-y:auto}.shop-item--review:has(.shop-item__reward-list) .shop-item__footer{margin-top:auto}.shop-item--review .shop-item__reward{box-sizing:border-box;color:#fff;background-color:#262626;border-radius:15px;flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;width:164px;height:100px;padding:8px 0;display:flex;overflow:hidden}.shop-item--review .shop-item__reward span{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:0 0 18px;max-width:100%;padding:0 8px;font-size:15px;font-weight:200;line-height:18px;overflow:hidden}.shop-item--review .shop-item__reward-image-wrapper{flex:0 0 60px;width:106px;height:60px;padding-top:11px}.shop-item--review .shop-item__reward-image-wrapper img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}@media (width<=700px),(height<=760px){.shop-item.shop-item--review{border-radius:clamp(28px,7vw,49px);width:min(647px,100vw - 32px);height:min(712px,100dvh - 32px);padding:clamp(20px,7vw,49px);overflow-y:auto}.shop-item--review .shop-item_header-wrapper{flex-basis:auto}.shop-item--review .shop-item__tags{flex-wrap:wrap;gap:8px;margin-bottom:24px}.shop-item--review .shop-item__tag{padding:5px 14px;font-size:clamp(15px,4vw,24px);line-height:1.2}.shop-item--review .shop-item__header{gap:10px;padding:0 4px 5px}.shop-item--review .shop-item__name{font-size:clamp(17px,4vw,24px)}.shop-item--review .shop-item__category{font-size:clamp(15px,3.5vw,21px)}.shop-item--review .shop-item__image-wrapper{flex:auto;width:100%;height:auto;min-height:180px;margin:24px 0}.shop-item--review .shop-item__footer{flex:none;width:100%}.shop-item--review .shop-item__price,.shop-item--review .counter{height:46px;font-size:clamp(20px,5vw,28px)}.shop-item--review:has(.shop-item__reward-list) .shop-item__reward-list{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:100px;width:100%;height:auto;max-height:208px;margin-top:28px}.shop-item--review .shop-item__reward{width:100%}}@media (width<=430px){.shop-item--review .shop-item__footer{gap:8px;padding:0}.shop-item--review:has(.shop-item__reward-list) .shop-item__reward-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:316px}}.counter{-webkit-user-select:none;user-select:none}.counter button{color:#fff;width:34px;height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .15s,transform .12s,opacity .15s;display:inline-flex}.counter button:focus-visible{outline-offset:2px;outline:2px solid #fff}.counter button:active:not(:disabled){background-color:#00000057;transform:scale(.84)}.counter button:disabled{opacity:.35;cursor:default}@media (hover:hover){.counter button:hover:not(:disabled){background-color:#00000042;transform:scale(1.08)}}.shop__content{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#a90000 #262626e0;grid-template-columns:repeat(3,minmax(0,433px));grid-auto-rows:max-content;place-content:start;align-items:start;gap:30px;width:100%;height:100%;min-height:0;padding:24px 0;display:grid;overflow-y:auto}@media (width<=900px){.shop__content{grid-template-columns:repeat(2,minmax(0,320px));justify-content:center;gap:clamp(12px,2vw,20px);padding:16px 0}}@media (width<=480px){.shop__content{grid-template-columns:repeat(2,minmax(0,192px));gap:11px 6px;padding:12px 0}}.shop__content::-webkit-scrollbar{width:10px}.shop__content::-webkit-scrollbar-track{background:#262626e0;border-radius:10px}.shop__content::-webkit-scrollbar-thumb{background:linear-gradient(#d10000,#8d0000);border:2px solid #262626e0;border-radius:10px}.shop__content::-webkit-scrollbar-thumb:hover{background:linear-gradient(#eb1717,#a90000)}.shop__content-empty{color:#cecece;text-align:center;background:#1d1d1db8;border-radius:24px;grid-column:1/-1;padding:30px;font-size:22px}.listbox-wrapper{position:relative}.listbox{color:#fff;z-index:5;cursor:pointer;background-color:#262626;border-radius:38px;width:100%;padding:10px 50px 10px 10px;font-size:20px;font-weight:100;transition:background-color .16s,box-shadow .16s,border-radius .16s;position:absolute}.listbox:hover{background-color:#2b2b2b}.listbox:focus-within{box-shadow:inset 0 0 0 1px #d10000d9,0 0 0 3px #a900002e}.listbox:after{content:"";pointer-events:none;border-bottom:2px solid #636363;border-right:2px solid #636363;width:10px;height:10px;display:inline-block;position:absolute;top:13px;right:18px;transform:rotate(45deg)}.listbox.listbox--open:after{top:18px;transform:rotate(-135deg)}.listbox--open{border-radius:20px}.listbox__selected-value{outline:none;padding-left:10px;overflow:hidden}.listbox__selected-value--placeholder{color:#636363}.listbox--open .listbox__selected-value{margin-bottom:5px}.listbox__value{width:100%;font-size:16px;font:inherit;text-align:left;color:#fff;cursor:pointer;background:0 0;border:0;padding:5px 10px;transition:background-color .12s,transform .12s;display:block}.listbox__value:hover{background-color:#000;border-radius:5px}.listbox__value:focus-visible{outline-offset:-1px;border-radius:5px;outline:1px solid #d10000}.listbox__value:active{transform:scale(.98)}.image-input{background-color:#262626;border:1px solid #0000;border-radius:35px;flex-direction:column;gap:10px;width:100%;height:100%;min-height:150px;padding:10px;display:flex}.image-input input{display:none}.image-input__upload{color:#636363;min-height:0;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:25px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:16px;font-weight:400;transition:background-color .16s,border-color .16s,transform .12s;display:flex}.image-input__preview{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;overflow:hidden}.image-input__preview img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}.image-input__upload:focus-visible,.image-input__library-button:focus-visible,.image-library__item:focus-visible,.image-library__close:focus-visible{outline-offset:3px;outline:2px solid #d10000}.image-input__upload:active,.image-input__library-button:active,.image-library__item:active,.image-library__close:active{transform:scale(.97)}.image-input__library-button{color:#cecece;font:inherit;cursor:pointer;background-color:#1d1d1d;border:1px solid #0000;border-radius:16px;padding:9px 12px;font-size:14px;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .12s}@media (hover:hover){.image-input__upload:hover{background-color:#2d2d2d;border-color:#d10000a6}.image-input__library-button:hover{color:#fff;background-color:#303030;border-color:#d10000a6;transform:translateY(-1px);box-shadow:0 8px 18px #0000003d}}.image-library{z-index:1200;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.image-library__backdrop{cursor:default;background:#000000b3;border:0;width:100%;padding:0;position:absolute;inset:0}.image-library__panel{z-index:1;color:#fff;background:#1d1d1d;border:1px solid #ffffff17;border-radius:28px;flex-direction:column;width:min(900px,100%);max-height:min(720px,100dvh - 48px);padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000008a}.image-library__header{justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;font-size:22px;display:flex}.image-library__close{color:#fff;width:36px;height:36px;font:inherit;cursor:pointer;background:#262626;border:0;border-radius:50%;place-items:center;padding:0 0 3px;font-size:28px;line-height:1;display:grid}.image-library__state{color:#b8b8b8;text-align:center;padding:36px 0}.image-library__grid{scrollbar-width:thin;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;padding:2px;display:grid;overflow-y:auto}.image-library__item{color:#cecece;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#262626;border:1px solid #0000;border-radius:16px;flex-direction:column;gap:8px;padding:9px;font-size:12px;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .12s;display:flex}.image-library__item img{aspect-ratio:1;-o-object-fit:contain;object-fit:contain;background:#1d1d1d;border-radius:10px;width:100%;display:block}.image-library__item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-library__item--selected{color:#fff;border-color:#a90000;box-shadow:inset 0 0 0 1px #d1000040}@media (hover:hover){.image-library__item:hover{color:#fff;background:#303030;border-color:#d100009e;transform:translateY(-2px);box-shadow:0 10px 22px #00000047}}@media (width<=600px){.image-library{padding:12px}.image-library__panel{border-radius:22px;max-height:calc(100dvh - 24px);padding:18px}.image-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.image-input__upload,.image-input__library-button,.image-library__item{transition:none}}.input{color:#fff;background-color:#262626;border:none;border-radius:38px;outline:none;flex:1;width:100%;padding:10px 20px;font-size:20px;font-weight:100}.input::placeholder{color:#636363}.servers{gap:30px;width:max-content;padding:34px 30px 38px;display:flex}.servers__wrapper{scrollbar-width:none;scroll-behavior:smooth;width:100%;overflow-x:auto}@media (width<=768px){.servers{padding:30px 10px 34px}}@media (width<=425px){.servers{padding:26px 5px 30px}}.online{color:#fff;background-color:#000;border-radius:300px;align-items:center;gap:7px;padding-left:25px;display:flex}.online__status{border-radius:50%;width:10px;height:10px;margin-right:3px}.online__status--online{background-color:#00ff09;border:2px solid #00ff09;box-shadow:0 0 5px #00ff09}.online span{font-size:22px}.online__number{background-color:#1d1d1d;border:2px solid #ffea00;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.server{isolation:isolate;border:5px solid #181a1d;border-radius:35px;flex-direction:column;align-items:center;gap:0;width:404px;max-width:404px;height:590px;max-height:590px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.server__background{z-index:-2;filter:grayscale()brightness(.7);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:filter .36s,transform .52s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scale(1.01)}.server:after{content:"";z-index:-1;background:linear-gradient(#0000,#000);border-radius:30px;width:100%;height:40%;position:absolute;bottom:0;left:0}.server__logo{z-index:1;-o-object-fit:contain;object-fit:contain;width:100%;height:209px;margin-top:-5px;transition:transform .32s cubic-bezier(.22,1,.36,1),filter .26s;display:block}.server__play-button{z-index:1;cursor:pointer;width:126px;height:101px;margin-top:36px;transition:transform .2s,filter .2s}.server .online{z-index:1;box-sizing:border-box;min-height:54px;margin-top:171px}@media (hover:hover){.server:hover{border-color:#d10000b8;transform:translateY(-8px);box-shadow:0 20px 34px #00000075,0 0 26px #a900002e}.server:hover .server__background{filter:grayscale(0)brightness();transform:scale(1.055)}.server:hover .server__logo{filter:drop-shadow(0 8px 14px #00000061);transform:translateY(-4px)scale(1.025)}.server:hover .server__play-button{filter:drop-shadow(0 0 16px #ffffff40);transform:scale(1.08)}}.server:active{transform:translateY(-2px)scale(.985)}@media (prefers-reduced-motion:reduce){.server,.server__background,.server__logo,.server__play-button{transition:none}}.personal{width:100%;height:100%;padding:0 clamp(5px,2vw,50px)}.personal__main{background-color:#161616;border-top-left-radius:100px;border-top-right-radius:100px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.personal__background-image{z-index:0;background-image:url(/assets/personal_bg-SNeX9sQF.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:clamp(35px,1.5vw,65px);border-top-right-radius:clamp(35px,1.5vw,65px);width:100%;height:300px;position:absolute;top:0;left:0}@media (width<=1600px){.personal__background-image{height:275px}}@media (width<=1350px){.personal__background-image{height:225px}}@media (width<=1080px){.personal__background-image{background-image:url(/assets/personal_mobile-bg-BJzbI8U7.svg);background-position:initial;height:190px}}@media (width<=768px){.personal__background-image{background-position:50%}}.personal__data{flex-direction:column;padding:0 100px;display:flex}@media (width<=768px){.personal{padding:0 7px}.personal__main{border-radius:13px 13px 0 0}.personal__background-image{border-radius:13px 13px 0 0;height:150px}}.avatar{border-radius:50%;width:100%;height:100%}.navbar{background:linear-gradient(#2b2b2bf5,#1b1b1bf5);border:1px solid #ffffff0d;border-radius:38px;flex-wrap:nowrap;gap:4px;width:fit-content;font-weight:400;transition:box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.navbar__slider{z-index:0;width:var(--slider-width);pointer-events:none;-webkit-backdrop-filter:blur(20px)saturate(125%);transform:translate3d(var(--slider-x), 0, 0);will-change:transform, width;background:radial-gradient(115% 95% at 78% -28%,#ffffff40,#0000 53%),linear-gradient(135deg,#3e3e3edb,#141414cc 52%,#2e2e2eb8);border:1px solid #0000;border-radius:999px;transition:transform .54s cubic-bezier(.22,1.28,.36,1),width .54s cubic-bezier(.22,1.28,.36,1);position:absolute;top:3px;bottom:3px;left:0;overflow:hidden;box-shadow:inset 0 1px #ffffff4d,inset 0 -12px 20px #00000061,0 6px 16px #00000061,0 1px 2px #00000085}.navbar__slider:before{content:"";background:linear-gradient(108deg,#0000 37%,#ffffff3d 49%,#ffffff0f 54%,#0000 65%);animation:5.5s ease-in-out infinite navbar-liquid-shimmer;position:absolute;inset:-90% -50%}.navbar__link{z-index:1;color:#cecece;width:100%;font:inherit;cursor:pointer;text-wrap:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:13px 23px;text-decoration:none;transition:color .22s,background-color .18s,transform .16s;display:flex}.navbar__link--active{color:#fff;font-weight:600}.navbar__link:focus-visible{outline-offset:-3px;outline:2px solid #d10000}.navbar__link:active{transform:scale(.96)}@media (hover:hover){.navbar:hover{border-color:#ffffff1a;box-shadow:0 8px 22px #0003}.navbar__link:hover:not(.navbar__link--active){color:#fff;background-color:#ffffff0f;transform:translateY(-2px)}}@keyframes navbar-liquid-shimmer{0%,to{opacity:.35;transform:translate(-18%)rotate(8deg)}50%{opacity:.7;transform:translate(18%)rotate(8deg)}}@media (prefers-reduced-motion:reduce){.navbar,.navbar__slider,.navbar__link{transition:none}.navbar__slider:before{animation:none}}.personal__info{z-index:1;align-items:flex-end;width:100%;padding:125px 75px 20px;display:flex;position:relative}@media (width<=1600px){.personal__info{padding:100px 75px 20px}}@media (width<=1350px){.personal__info{padding:90px 75px 20px}}@media (width<=1080px){.personal__info{padding:90px 40px 20px}}@media (width<=768px){.personal__info{padding:105px 10px 20px}}.personal__avatar-container{-o-object-fit:cover;object-fit:cover;background-color:#161616;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:350px;height:350px;padding:35px;display:flex}@media (width<=1350px){.personal__avatar-container{width:275px;height:275px;padding:25px}}@media (width<=1080px){.personal__avatar-container{width:220px;height:220px;padding:20px}}@media (width<=768px){.personal__avatar-container{width:170px;height:170px;padding:12px}}.personal__row{flex:1;gap:40px;min-width:0;padding-bottom:60px;display:flex}@media (width<=1350px){.personal__row{padding-bottom:40px}}@media (width<=768px){.personal__row{padding-bottom:30px}}.personal__text-wrapper{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.personal__nickname{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:60px;line-height:normal;overflow:hidden}@media (width<=1350px){.personal__nickname{font-size:52px}}@media (width<=1080px){.personal__nickname{font-size:44px}}@media (width<=768px){.personal__nickname{font-size:26px}}.personal__register-date{color:#cecece;white-space:nowrap;text-overflow:ellipsis;font-size:22px;font-weight:400;overflow:hidden}.personal__logout{color:#fff;font:inherit;cursor:pointer;background:#a90000;border:1px solid #ffffff29;border-radius:999px;align-self:flex-start;align-items:center;gap:10px;margin-top:12px;margin-left:auto;padding:12px 24px;font-size:18px;transition:transform .16s,background-color .16s,box-shadow .16s;display:inline-flex}.personal__logout:hover{background:#d10000;transform:translateY(-2px);box-shadow:0 8px 18px #a900004d}.personal__logout:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (width<=1080px){.personal__register-date{font-size:20px}}@media (width<=768px){.personal__register-date{font-size:16px}}@media (width<=1350px){.personal__logout{margin-top:8px}}@media (width<=1080px){.personal__logout{margin-top:8px;padding:8px 13px;font-size:13px}}@media (width<=768px){.personal__logout{z-index:2;padding:8px 13px;font-size:13px;position:absolute;top:14px;right:14px}.personal__info{align-items:center;min-height:244px;padding:76px 18px 18px}.personal__avatar-container{width:148px;height:148px;padding:10px}.personal__row{align-self:center;min-width:0;padding-bottom:0;padding-left:12px;transform:none}.personal__text-wrapper{transform:translateY(25px)}.personal__nickname{font-size:22px;line-height:1.1}.personal__register-date{margin-top:3px;font-size:10px;line-height:1.2}}.personal__purchases{flex-direction:column;gap:20px;width:100%;padding:0 110px 42px;display:flex;overflow:visible}@media (width<=1350px){.personal__purchases{padding:0 90px}}@media (width<=1080px){.personal__purchases{padding:0 40px}}@media (width<=768px){.personal__purchases{padding:0 15px}}.personal__purchases .navbar{background:#181818;border:none;gap:2px;font-size:22px}@media (width<=1350px){.personal__purchases .navbar{gap:0;font-size:16px}}@media (width<=768px){.personal__purchases .navbar{width:100%;font-size:18px}}.personal__history{border-collapse:collapse;color:#fff;table-layout:fixed;width:100%;font-size:22px;font-style:normal;font-weight:400}@media (width<=1080px){.personal__history{font-size:16px}}.personal__history thead{color:#cecece;border-bottom:1px solid #cecece}.personal__history th{text-align:left;padding-bottom:10px;font-weight:100}.personal__history td{padding-top:14px}.personal__history th:last-child,.personal__history td:last-child{text-align:right}@media (width<=768px){.personal__history{font-size:14px}.personal__history th,.personal__history td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.personal__history td{padding-top:8px}}.about-container{width:100%;height:100%;padding:0 clamp(5px,2vw,50px)}.about{background-image:url(/assets/about_bg-CSyQ2qxZ.png);background-repeat:no-repeat;background-size:cover;border-top-left-radius:35px;border-top-right-radius:35px;flex-direction:column;align-items:center;gap:10px;width:100%;height:100%;padding:50px clamp(60px,10vw,260px) 0;display:flex;position:relative}@media (width<=768px){.about{padding:50px clamp(5px,3.7vw,30px) 0}}.about:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(#161616,#0000);border-top-left-radius:35px;border-top-right-radius:35px;height:100%;position:absolute;top:0;left:0;right:0}.about__start-button{z-index:2;color:#fff;cursor:pointer;background-color:#a90000;border-radius:41px;width:fit-content;margin-top:25px;padding:15px 35px;font-size:22px;font-weight:100}@media (width<=500px){.about__start-button{margin-top:15px;padding:10px 25px;font-size:18px}}.about__socials-wrapper{z-index:2;width:100%;position:relative}@media (width<=1080px){.about__socials-wrapper{display:none}}.about__socials{justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.about__socials-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;flex:0 0 69px;justify-content:center;align-items:center;width:69px;height:69px;padding:0;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s,filter .18s;display:flex}.about__socials-button img{-o-object-fit:contain;object-fit:contain;pointer-events:none;width:auto;max-width:54px;height:30px;display:block}.about__socials-button:focus-visible{outline-offset:4px;outline:2px solid #d10000}.about__socials-button:active{background-color:#a9000038;border-color:#d10000e0;transform:translateY(0)scale(.92);box-shadow:0 0 16px #d1000047}@media (hover:hover){.about__socials-button:hover{filter:brightness(1.14);background-color:#a9000029;border-color:#d10000b3;transform:translateY(-4px)scale(1.06);box-shadow:0 10px 22px #00000052,0 0 18px #a900003d}}@media (prefers-reduced-motion:reduce){.about__socials-button{transition:none}}.about__text-container{z-index:2;color:#fff;flex-direction:column;justify-content:center;gap:20px;display:flex}.about__text-header{letter-spacing:-7px;text-align:center;font-size:100px;font-weight:800;line-height:90px}@media (width<=1080px){.about__text-header{font-size:80px;line-height:70px}}@media (width<=768px){.about__text-header{font-size:60px;line-height:60px}}@media (width<=500px){.about__text-header{letter-spacing:-5px;font-size:45px;line-height:40px}}.about__text-header--red{color:#a90000}.about__text-info-wrapper{padding:0 clamp(100px,10vw,280px);display:flex}@media (width<=1080px){.about__text-info-wrapper{padding:0 clamp(10px,4.5vw,50px)}}@media (width<=768px){.about__text-info-wrapper{padding:0 10px}}.about__text-info{text-align:center;font-size:22px;font-weight:300}@media (width<=1080px){.about__text-info{font-size:18px}}@media (width<=768px){.about__text-info{font-size:16px}}@media (width<=500px){.about__text-info{font-size:14px}}.about__info{z-index:3;color:#fff;scrollbar-width:none;background-color:#1d1d1d;border-top-left-radius:35px;border-top-right-radius:35px;width:100%;height:100%;margin-top:25px;padding:32px;font-size:22px;font-weight:300;position:relative;overflow-y:auto}.about__info--editing{padding-top:89px}.about__info-actions{z-index:2;justify-content:flex-end;align-items:center;gap:10px;min-height:37px;margin:-20px 0 20px;display:flex;position:sticky;top:0}.about__info--editing .about__info-actions{justify-content:space-between;margin:0;position:absolute;top:20px;left:32px;right:32px}.about__editor-toolbar,.about__editor-save-actions{align-items:center;gap:7px;display:flex}.about__editor-toolbar button,.about__editor-edit,.about__editor-cancel,.about__editor-save{color:#cecece;min-height:36px;font:inherit;cursor:pointer;background:#292929;border:1px solid #ffffff1f;border-radius:18px;padding:7px 12px;font-size:14px;transition:background-color .16s,border-color .16s,color .16s,transform .15s}.about__editor-toolbar button:first-child{min-width:36px;padding:7px;font-size:18px;font-weight:800}.about__editor-toolbar button:hover,.about__editor-edit:hover,.about__editor-save:hover{color:#fff;background:#361b1b;border-color:#d10000cc}.about__editor-toolbar button.is-active{color:#fff;background:#a90000;border-color:#d10000;box-shadow:0 0 0 2px #d1000038,0 5px 13px #a9000047}.about__editor-toolbar button:active,.about__editor-edit:active,.about__editor-cancel:active,.about__editor-save:active{transform:scale(.96)}.about__editor-save{color:#fff;background:#a90000;border-color:#a90000}.about__editor-cancel:hover{color:#fff;background:#353535}.about__editor-toolbar button:focus-visible,.about__editor-edit:focus-visible,.about__editor-cancel:focus-visible,.about__editor-save:focus-visible{outline-offset:2px;outline:2px solid #d10000}.about__editor-toolbar button:disabled,.about__editor-cancel:disabled,.about__editor-save:disabled{cursor:not-allowed;opacity:.6}.about__editor-content{white-space:pre-wrap;outline:none;min-height:100%}.about__editor-content p{margin:0 0 1em}.about__editor-content h2,.about__editor-content h3,.about__editor-content h4{color:#fff;margin:1.2em 0 .55em;line-height:1.1}.about__editor-content h2:first-child,.about__editor-content h3:first-child,.about__editor-content h4:first-child{margin-top:0}.about__editor-content h2{font-size:1.45em}.about__editor-content h3{font-size:1.2em}.about__editor-content h4{font-size:1em}.about__editor-content strong{font-weight:700}.about__info-loading,.about__info-error{margin:0}.about__info-error{color:#f77;margin-bottom:15px;font-size:16px}@media (width<=768px){.about__info{font-size:18px}}@media (width<=500px){.about__info{border-top-left-radius:25px;border-top-right-radius:25px;margin-top:15px;padding:20px}.about__info--editing{padding-top:126px}.about__info--editing .about__info-actions{align-items:flex-start;top:15px;left:20px;right:20px}.about__editor-toolbar{flex-wrap:wrap;gap:5px}.about__editor-toolbar button,.about__editor-edit,.about__editor-cancel,.about__editor-save{min-height:32px;padding:5px 9px;font-size:12px}}.about__info::-webkit-scrollbar{display:none}.background{z-index:-1;position:fixed;inset:0;overflow:hidden}.background img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.background__first-img,.background__second-img{z-index:-1}.header__logo{cursor:pointer;flex-shrink:1;width:auto;height:auto}.login_button{color:#fff;font:inherit;cursor:pointer;background-color:#1d1d1d;border:2px solid #000;border-radius:38px;flex-shrink:0;align-items:center;gap:6px;padding:2px 20px 2px 15px;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .15s;display:flex}.login_button img{transition:transform .18s,filter .18s}.login_button:focus-visible{outline-offset:3px;outline:2px solid #d10000}.login_button:active{transform:scale(.96)}@media (hover:hover){.login_button:hover{background-color:#292929;border-color:#d10000b3;transform:translateY(-2px);box-shadow:0 10px 24px #00000052}.login_button:hover img{filter:brightness(1.15);transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.login_button,.login_button img{transition:none}}@media (width<=600px){.login_button span{display:none}}.header__leaderboard{z-index:8;flex-shrink:0;order:1;display:flex;position:relative}.header__leaderboard-trigger{cursor:pointer;background:#1d1d1d;border:1px solid #0000;border-radius:50%;place-items:center;width:58px;height:58px;padding:0;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .15s;display:grid;overflow:hidden}.header__leaderboard-trigger img{-o-object-fit:contain;object-fit:contain;pointer-events:none;width:30px;height:27px}.header__leaderboard-trigger:focus-visible{outline-offset:3px;outline:2px solid #d10000}.header__leaderboard-trigger:active{transform:scale(.95)}.header__leaderboard-trigger--active{z-index:21;background-color:#292929;border-color:#d10000b3;position:relative}@media (hover:hover){.header__leaderboard-trigger:hover{background-color:#292929;border-color:#d10000ad;transform:translateY(-2px);box-shadow:0 10px 22px #0000004d,0 0 18px #a9000029}}.header__leaderboard-panel{z-index:20;visibility:hidden;opacity:0;pointer-events:none;transform-origin:50%;background-color:#1d1d1d;background-image:url(/assets/leaderboard-background-B4OECKpc.png);border:2px solid #000;border-radius:30px;flex-direction:column;width:min(395px,100vw - 32px);min-height:0;max-height:calc(100dvh - 32px);padding:34px 30px 15px;transition:opacity .18s,transform .22s cubic-bezier(.2,.8,.2,1),visibility 0s linear .22s;display:flex;position:fixed;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,-50%)scale(.98);box-shadow:0 22px 45px #00000054}.header__leaderboard-panel--open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s;transform:translate(-50%,-50%)scale(1)}.header__leaderboard-backdrop{z-index:10;visibility:hidden;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);background:#000000a8;transition:opacity .18s,visibility 0s linear .18s;display:block;position:fixed;inset:0}.header__leaderboard-backdrop--visible{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.header__leaderboard-title{z-index:1;justify-content:center;align-items:center;gap:10px;display:flex;position:static}.header__leaderboard-title img{-o-object-fit:contain;object-fit:contain;width:23px;height:26px}.header__leaderboard-title h2{color:#cecece;letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:32px;font-weight:700;line-height:1}.header__leaderboard-list{z-index:1;flex:1;margin:25px 0 0;padding:0;list-style:none;display:grid;position:relative;overflow-y:auto}.header__leaderboard-row{color:#acacac;grid-template-columns:44px 32px 82px 24px minmax(0,1fr);align-items:center;min-height:46px;font-size:20px;font-weight:500;line-height:1;display:grid}.header__leaderboard-rank,.header__leaderboard-score,.header__leaderboard-name{white-space:nowrap}.header__leaderboard-skull{background-color:currentColor;width:22px;height:24px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='22'%20height='24'%20viewBox='0%200%2022%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%200C17.0751%200%2022%204.92487%2022%2011C22%2014.4158%2020.4429%2017.4678%2018%2019.4854V24H4V19.4854C1.55708%2017.4678%200%2014.4158%200%2011C0%204.92487%204.92487%200%2011%200ZM11%202C6.02944%202%202%206.02944%202%2011C2%2013.7939%203.27078%2016.2894%205.27344%2017.9434L6%2018.543V22H8V20H10V22H12V20H14V22H16V18.543L16.7266%2017.9434C18.7292%2016.2894%2020%2013.7939%2020%2011C20%206.02944%2015.9706%202%2011%202ZM7%209C8.65685%209%2010%2010.3431%2010%2012C10%2013.6569%208.65685%2015%207%2015C5.34315%2015%204%2013.6569%204%2012C4%2010.3431%205.34315%209%207%209ZM15%209C16.6569%209%2018%2010.3431%2018%2012C18%2013.6569%2016.6569%2015%2015%2015C13.3431%2015%2012%2013.6569%2012%2012C12%2010.3431%2013.3431%209%2015%209ZM7%2011C6.44772%2011%206%2011.4477%206%2012C6%2012.5523%206.44772%2013%207%2013C7.55228%2013%208%2012.5523%208%2012C8%2011.4477%207.55228%2011%207%2011ZM15%2011C14.4477%2011%2014%2011.4477%2014%2012C14%2012.5523%2014.4477%2013%2015%2013C15.5523%2013%2016%2012.5523%2016%2012C16%2011.4477%2015.5523%2011%2015%2011Z'%20fill='%23DB1313'/%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='22'%20height='24'%20viewBox='0%200%2022%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%200C17.0751%200%2022%204.92487%2022%2011C22%2014.4158%2020.4429%2017.4678%2018%2019.4854V24H4V19.4854C1.55708%2017.4678%200%2014.4158%200%2011C0%204.92487%204.92487%200%2011%200ZM11%202C6.02944%202%202%206.02944%202%2011C2%2013.7939%203.27078%2016.2894%205.27344%2017.9434L6%2018.543V22H8V20H10V22H12V20H14V22H16V18.543L16.7266%2017.9434C18.7292%2016.2894%2020%2013.7939%2020%2011C20%206.02944%2015.9706%202%2011%202ZM7%209C8.65685%209%2010%2010.3431%2010%2012C10%2013.6569%208.65685%2015%207%2015C5.34315%2015%204%2013.6569%204%2012C4%2010.3431%205.34315%209%207%209ZM15%209C16.6569%209%2018%2010.3431%2018%2012C18%2013.6569%2016.6569%2015%2015%2015C13.3431%2015%2012%2013.6569%2012%2012C12%2010.3431%2013.3431%209%2015%209ZM7%2011C6.44772%2011%206%2011.4477%206%2012C6%2012.5523%206.44772%2013%207%2013C7.55228%2013%208%2012.5523%208%2012C8%2011.4477%207.55228%2011%207%2011ZM15%2011C14.4477%2011%2014%2011.4477%2014%2012C14%2012.5523%2014.4477%2013%2015%2013C15.5523%2013%2016%2012.5523%2016%2012C16%2011.4477%2015.5523%2011%2015%2011Z'%20fill='%23DB1313'/%3e%3c/svg%3e") 50%/contain no-repeat}.header__leaderboard-decoration{-o-object-fit:contain;object-fit:contain;width:20px;height:20px}.header__leaderboard-row--first{color:#db1313}.header__leaderboard-row--second{color:#e57300}.header__leaderboard-row--third{color:#ffb20b}.header__leaderboard-row--regular{font-size:18px}.header__leaderboard-row--first .header__leaderboard-decoration,.header__leaderboard-row--second .header__leaderboard-decoration,.header__leaderboard-row--third .header__leaderboard-decoration{width:20px;height:24px}@media (width>=401px) and (width<=640px){.header__leaderboard-trigger{width:50px;height:50px}}@media (width<=400px){.header__leaderboard-trigger{width:44px;height:44px}.header__leaderboard-panel{transform-origin:50%;border-radius:24px;flex-direction:column;width:min(350px,100vw - 32px);min-height:0;max-height:calc(100dvh - 32px);padding:20px 16px 14px;display:flex;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%)scale(.96)}.header__leaderboard-panel--open{transform:translate(-50%,-50%)scale(1)}.header__leaderboard-title{gap:8px}.header__leaderboard-title img{width:19px;height:22px}.header__leaderboard-title h2{font-size:23px}.header__leaderboard-list{scrollbar-color:#d10000b3 transparent;scrollbar-width:thin;flex:1;margin-top:15px;overflow-y:auto}.header__leaderboard-list::-webkit-scrollbar{width:4px}.header__leaderboard-list::-webkit-scrollbar-thumb{background:#d10000b3;border-radius:99px}.header__leaderboard-row{grid-template-columns:30px 24px 56px 20px minmax(0,1fr);min-height:38px;font-size:17px}.header__leaderboard-row--regular{font-size:15px}.header__leaderboard-skull{width:18px;height:20px}.header__leaderboard-decoration,.header__leaderboard-row--first .header__leaderboard-decoration,.header__leaderboard-row--second .header__leaderboard-decoration,.header__leaderboard-row--third .header__leaderboard-decoration{width:17px;height:20px}.header__leaderboard-name{text-overflow:ellipsis;overflow:hidden}}@media (prefers-reduced-motion:reduce){.header__leaderboard-trigger,.header__leaderboard-panel{transition:none}}.header__personal{color:#cecece;gap:clamp(3px,1vw,15px);font-size:22px;font-weight:200;display:flex}.header__notifications{cursor:pointer;background-color:#1d1d1d;background-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='30'%20viewBox='0%200%2028%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14%200C19.091%200%2023.368%203.78569%2023.9302%208.78889L24.3124%2012.1876C24.3174%2012.2319%2024.3192%2012.2512%2024.3213%2012.2693C24.4925%2013.744%2024.9784%2015.1658%2025.7461%2016.4414C25.7555%2016.4571%2025.7647%2016.4734%2025.7879%2016.5117L26.6652%2017.9566C27.0459%2018.5841%2027.3922%2019.1522%2027.6207%2019.6317C27.8454%2020.1035%2028.0856%2020.743%2027.97%2021.4677C27.8556%2022.1838%2027.4833%2022.8349%2026.9211%2023.3002C26.3522%2023.7711%2025.6735%2023.8967%2025.1488%2023.9489C24.6155%2024.0019%2023.9448%2023.9998%2023.2049%2023.9998H21.4361C21.3394%2024.4678%2021.1978%2024.9267%2021.0121%2025.37C20.6309%2026.2799%2020.072%2027.1064%2019.3677%2027.8028C18.6635%2028.4992%2017.8276%2029.0518%2016.9074%2029.4287C15.9872%2029.8056%2015.0005%2030%2014.0044%2030C13.0085%2030%2012.0225%2029.8056%2011.1024%2029.4287C10.1821%2029.0518%209.34547%2028.4992%208.64115%2027.8028C7.93703%2027.1065%207.37879%2026.2797%206.99768%2025.37C6.81198%2024.9267%206.67039%2024.4678%206.5737%2023.9998H4.79512C4.05523%2023.9998%203.38455%2024.0019%202.85121%2023.9489C2.32651%2023.8967%201.64782%2023.7711%201.07886%2023.3002C0.516721%2022.8349%200.144366%2022.1838%200.0300189%2021.4677C-0.0856222%2020.743%200.154645%2020.1035%200.379335%2019.6317C0.607778%2019.1522%200.954073%2018.5841%201.33484%2017.9566L2.21213%2016.5117C2.23534%2016.4734%202.24447%2016.4571%202.25391%2016.4414C3.02163%2015.1658%203.50754%2013.744%203.67873%2012.2693C3.68083%2012.2512%203.68263%2012.2319%203.68762%2012.1876L4.06982%208.78889C4.63203%203.78569%208.90899%200%2014%200ZM9.71399%2023.9998C9.74072%2024.0746%209.76945%2024.1488%209.80021%2024.2222C10.0289%2024.7681%2010.3643%2025.2642%2010.7868%2025.682C11.2094%2026.0998%2011.7111%2026.4315%2012.2632%2026.6576C12.8152%2026.8837%2013.407%2026.9994%2014.0044%2026.9995C14.6021%2026.9995%2015.1944%2026.8837%2015.7466%2026.6576C16.2987%2026.4314%2016.8004%2026.0998%2017.223%2025.682C17.6455%2025.2642%2017.9809%2024.7681%2018.2096%2024.2222C18.2403%2024.1488%2018.2691%2024.0746%2018.2958%2023.9998H9.71399ZM14%203.00053C10.4549%203.00053%207.47716%205.6363%207.08567%209.12023L6.70347%2012.5189C6.69871%2012.5612%206.69567%2012.5865%206.6928%2012.6112C6.47272%2014.5073%205.84888%2016.3358%204.86178%2017.9759C4.84893%2017.9973%204.83588%2018.0186%204.81378%2018.055L3.93649%2019.4999C3.52179%2020.1833%203.27206%2020.5991%203.12409%2020.9097C3.1164%2020.9258%203.11017%2020.9419%203.10365%2020.9562C3.1195%2020.9581%203.13624%2020.9615%203.15431%2020.9633C3.49974%2020.9976%203.98889%2021.0002%204.79512%2021.0002H23.2049C24.0111%2021.0002%2024.5003%2020.9976%2024.8457%2020.9633C24.8634%2020.9615%2024.8799%2020.958%2024.8955%2020.9562C24.889%2020.942%2024.8835%2020.9257%2024.8759%2020.9097C24.7279%2020.5991%2024.4782%2020.1833%2024.0635%2019.4999L23.1862%2018.055C23.1641%2018.0186%2023.1511%2017.9973%2023.1382%2017.9759C22.1511%2016.3358%2021.5273%2014.5073%2021.3072%2012.6112C21.3043%2012.5865%2021.3013%2012.5612%2021.2965%2012.5189L20.9143%209.12023C20.5228%205.6363%2017.5451%203.00053%2014%203.00053Z'%20fill='%23CECECE'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;border:1px solid #0000;border-radius:50%;flex-shrink:0;order:1;width:58px;height:58px;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .15s}.header__deposit{width:58px;height:58px;color:inherit;font:inherit;cursor:pointer;background-color:#1d1d1d;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .15s;display:flex}.header__deposit-text{display:none}.header__balance{color:#cecece;white-space:nowrap;background-color:#1d1d1d;border:1px solid #0000;border-radius:100px;flex-shrink:0;order:2;align-items:center;gap:5px;min-height:58px;padding:10px 20px;display:flex}.header__balance-value{color:#fff;font-weight:600}.header__balance-icon{-o-object-fit:contain;object-fit:contain;width:20px;height:24px}.header__person{color:#fff;font:inherit;cursor:pointer;background-color:#1d1d1d;border:1px solid #0000;border-radius:100px;flex-shrink:0;order:3;align-items:center;gap:10px;padding:9px 10px;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .15s;display:flex}.header__person-avatar{border-radius:50px;width:40px;height:40px;transition:transform .18s,box-shadow .18s}@media (width>=1500px){.header__personal{gap:clamp(4px,.7vw,10px);min-width:0}.header__person{min-width:0;max-width:clamp(132px,15vw,220px)}.header__person-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}}.header__notifications:focus-visible,.header__deposit:focus-visible,.header__person:focus-visible{outline-offset:3px;outline:2px solid #d10000}.header__notifications:active,.header__deposit:active,.header__person:active{transform:scale(.95)}@media (hover:hover){.header__notifications:hover,.header__deposit:hover,.header__person:hover{background-color:#292929;border-color:#d10000ad;transform:translateY(-2px);box-shadow:0 10px 22px #0000004d}.header__notifications:hover{box-shadow:0 10px 22px #0000004d,0 0 18px #a9000029}.header__person:hover .header__person-avatar{transform:scale(1.08);box-shadow:0 0 0 2px #d1000085}}@media (prefers-reduced-motion:reduce){.header__notifications,.header__deposit,.header__person,.header__person-avatar{transition:none}}@media (width<=768px){.header__person-name{display:none}}@media (width<=1080px){.header__person{display:none}}@media (width<=900px){.header__balance-label{display:none}}@media (width<=640px){.header__person{justify-content:center;width:58px;height:58px;padding:9px}.header__person-avatar{width:40px;height:40px}.header__balance{padding:10px 15px}}@media (width>=401px) and (width<=640px){.header__notifications,.header__deposit,.header__person{width:50px;height:50px}.header__balance{box-sizing:border-box;height:50px;min-height:0;padding:8px 10px}.header__person{padding:5px}}@media (width<=400px){.header__personal{gap:4px}.header__notifications,.header__deposit,.header__person{width:44px;height:44px}.header__balance{box-sizing:border-box;height:44px;min-height:0;padding-left:8px;padding-right:8px}.header__person{padding:5px}.header__person-avatar{width:36px;height:36px}}@media (width>=769px) and (width<=1080px){.header__person-name{display:inline-block}}.header{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:50px 30px 30px;font-size:22px;display:flex}@media (width<=1080px){.header{padding:20px}}@media (width<=768px){.header{padding:20px}}@media (width<=425px){.header{padding:15px}}@media (width<=400px){.header{padding-left:4px;padding-right:4px}}.header__left{align-items:center;gap:clamp(5px,3vw,62px);display:flex}@media (width<=1500px){.header .navbar{display:none}}@media (width<=1080px){.header__left{gap:0}.header__logo,.header__socials{display:none}}@media (width<=480px){.header__socials{display:none}}.header__socials{align-items:center;display:none}.header__socials img{flex-shrink:1}.header__socials-img-wrapper{width:69px;height:69px;display:flex}@media (width<=768px){.header__socials-img-wrapper{width:55px;height:55px}}.header__burger{display:none}@media (width<=1080px){.header__burger{z-index:50;flex-shrink:0;display:block;position:relative}.header__burger-trigger{cursor:pointer;background:#1d1d1d;border:1px solid #000;border-radius:50%;place-content:center;gap:6px;width:58px;height:58px;padding:0;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .16s;display:grid;position:relative}.header__burger-trigger span{background:#cecece;border-radius:99px;width:24px;height:2px;transition:transform .22s,opacity .16s,background-color .16s;display:block}.header__burger-trigger--open span:first-child{transform:translateY(8px)rotate(45deg)}.header__burger-trigger--open span:nth-child(2){opacity:0}.header__burger-trigger--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header__burger-trigger:focus-visible,.header__burger-panel-header button:focus-visible,.header__burger-link:focus-visible{outline-offset:3px;outline:2px solid #d10000}.header__burger-trigger:active{transform:scale(.94)}@media (hover:hover){.header__burger-trigger:hover{background:#292929;border-color:#d10000c7;box-shadow:0 8px 20px #00000052,0 0 16px #a9000024}.header__burger-trigger:hover span{background:#fff}}.header__burger-backdrop{z-index:40;visibility:hidden;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);background:#00000085;transition:opacity .22s,visibility 0s linear .22s;position:fixed;inset:0}.header__burger-backdrop--visible{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.header__burger-panel{z-index:45;visibility:hidden;opacity:0;pointer-events:none;background:radial-gradient(130% 40% at 2% 0,#5d5d5d40,#0000 62%),linear-gradient(145deg,#272727fa,#121212fa);border-right:1px solid #ffffff1c;border-radius:0 30px 30px 0;flex-direction:column;width:min(430px,100vw - 34px);padding:31px 26px 35px;transition:transform .34s cubic-bezier(.22,1,.36,1),opacity .22s,visibility 0s linear .34s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-102%);box-shadow:18px 0 45px #0006}.header__burger-panel--open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s;transform:translate(0)}.header__burger-panel-header{color:#fff;justify-content:space-between;align-items:center;font-size:28px;font-weight:700;display:flex}.header__burger-panel-header button{color:#cecece;width:42px;height:42px;font:inherit;cursor:pointer;background:#202020;border:1px solid #ffffff1f;border-radius:50%;place-items:center;padding:0;font-size:34px;font-weight:200;line-height:1;display:grid}.header__burger-navigation{gap:8px;margin-top:58px;display:grid}.header__burger-link{color:#cecece;border:1px solid #0000;border-radius:18px;align-items:center;min-height:57px;padding:12px 20px;font-size:24px;font-weight:400;text-decoration:none;transition:border-color .18s,background-color .18s,color .18s,transform .16s;display:flex}.header__burger-link--active{color:#fff;background:linear-gradient(100deg,#a9000047,#a900000a);border-color:#d10000a8;font-weight:600}.header__burger-link:active{transform:scale(.98)}@media (hover:hover){.header__burger-link:hover:not(.header__burger-link--active){color:#fff;background:#ffffff0f}}.header__burger-divider{background:#ffffff1f;height:1px;margin:30px 0 24px}.header__burger-secondary{color:#858585;gap:18px;font-size:16px;font-weight:400;display:grid}}@media (width<=640px){.header__burger-trigger{width:58px;height:58px}.header__burger-panel{border-radius:0 25px 25px 0;width:min(360px,100vw - 24px);padding:24px 20px 28px}.header__burger-navigation{margin-top:42px}.header__burger-link{min-height:51px;font-size:21px}}@media (width>=401px) and (width<=640px){.header__burger-trigger{width:50px;height:50px}}@media (width<=400px){.header__burger-trigger{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.header__burger-trigger,.header__burger-trigger span,.header__burger-backdrop,.header__burger-panel,.header__burger-link{transition:none}}.footer-wrapper{position:relative}.footer{z-index:10;justify-content:center;width:100%;padding:0 10px 10px;display:none;position:absolute;bottom:0}.footer .navbar{flex-shrink:1;justify-content:space-between;gap:10px;font-size:23px}@media (width>=1081px) and (width<=1500px){.footer{display:flex}}@media (width<=600px){.footer .navbar{gap:1px;font-size:17px}}@media (width<=450px){.footer .navbar .navbar__link{padding:10px 12px}}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-LightItalic.ttf)format("truetype");font-weight:300;font-style:italic}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-RegularItalic.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-MediumItalic.ttf)format("truetype");font-weight:500;font-style:italic}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Semibold.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-SemiboldItalic.ttf)format("truetype");font-weight:600;font-style:italic}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-BoldItalic.ttf)format("truetype");font-weight:700;font-style:italic}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-Heavy.ttf)format("truetype");font-weight:800;font-style:normal}@font-face{font-family:SF Pro Text;src:url(/fonts/SFProText-HeavyItalic.ttf)format("truetype");font-weight:800;font-style:italic}@font-face{font-family:"28DaysLater";src:url(/fonts/28dayslatercyr.ttf)format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box}html,#root{height:100%}body{height:100%;margin:0;font-family:SF Pro Text,sans-serif;font-size:16px;font-weight:600}.app{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;overflow:hidden}.main{flex-direction:column;flex:1;align-items:center;width:100%;height:fit-content;display:flex;position:relative;overflow:hidden}
