@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root,html{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column;flex:1}html{background-image:url(https://i.gifer.com/WuBj.gif);background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#000;box-sizing:border-box}@media(max-width:768px){html{background-image:unset}}body{overflow:hidden;display:flex;flex:1;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}p,h1,h2,h3,h4{margin:0}span{color:#fff}a{text-decoration:none;color:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}a:hover{text-decoration:underline}*{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;-webkit-tap-highlight-color:transparent;box-sizing:border-box;font-family:Gabriela,"serif",system-ui!important;scrollbar-width:none!important}*::-webkit-scrollbar{width:0;height:0}h6{padding:unset;line-height:unset!important}html{scroll-behavior:unset!important}body{touch-action:none!important}popup-content{z-index:99999999!important}iframe{display:none}body,html,p,span,h1,h2,h3,h4,h5,h6,div{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}body{-webkit-touch-callout:none!important;-webkit-user-select:none!important;-khtml-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.wallet-adapter-modal-container{min-height:100%!important}.styles-module__logo__0jOkI{border-radius:unset;box-shadow:unset;background:unset;border:unset;animation:styles-module__blink__OTguK 2s infinite;transition:transform .3s}.styles-module__loader__9lQdG{display:flex;align-items:center;justify-content:center;height:100%}@keyframes styles-module__blink__OTguK{0%,to{opacity:1}50%{opacity:.3}}@keyframes styles-module__fadeIn__OQ-1h{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__OQ-1h{animation:styles-module__fadeIn__OQ-1h var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__button__KJRmx{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:12px;padding:12px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:8px;outline:none;box-shadow:inset 0 1px 2px #fff3,0 4px 8px #0006}.styles-module__button__KJRmx:disabled{cursor:not-allowed;filter:grayscale(10%) brightness(50%);box-shadow:none}@media(hover:hover)and (pointer:fine){.styles-module__button__KJRmx:not(:disabled):hover{background:linear-gradient(90deg,#4a3434,#6e5b5b);border-color:#cd853fe6;box-shadow:inset 0 1px 2px #fff3,0 6px 12px #00000080}}.styles-module__button__KJRmx:not(:disabled):active{transform:scale(.98);transition:transform .1s ease;box-shadow:inset 0 2px 4px #00000080,0 2px 4px #0000004d}.styles-module__icon__iqtj4{display:flex;align-items:center;justify-content:center}@keyframes styles-module__fadeIn__TzW-9{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__TzW-9{animation:styles-module__fadeIn__TzW-9 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__overlay__cbaDY{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:999999;display:flex;align-items:center;justify-content:center}.styles-module__content__1Q8PJ{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px;text-align:center}.styles-module__message__a8d4W{color:#fff;font-size:24px;font-weight:700;text-align:center;margin-bottom:10px;text-shadow:2px 2px 4px #000}.styles-module__button__mnXCm{color:#fff;border:none;border-radius:10px;padding:15px 30px;font-size:16px;font-weight:700;box-shadow:0 4px 20px #667eea4d;transition:all .3s ease;min-width:auto}.CustomToast-module__toastContainer__YW0nQ{width:auto!important;padding-top:var(--tg-safe-area-inset-top);padding-left:16px;margin-top:16px}.CustomToast-module__toast__v3btP{background:linear-gradient(135deg,#2c3e50,#4ca1af);color:#fff;border:2px solid #fff;border-radius:10px;padding:16px;box-shadow:0 0 10px #000000b3;min-height:60px;display:flex;align-items:center}.CustomToast-module__android__-MEAO{padding-top:calc(var(--tg-safe-area-inset-top) * 2)}.CustomToast-module__body__qRFub{font-size:16px}.CustomToast-module__toast__v3btP>svg{margin-right:12px}.styles-module__widget__pKLvp{position:fixed;min-width:100px;background:#000000e6;border:1px solid #4a3c2c;border-radius:2px;box-shadow:0 0 5px #00000080;padding:8px;color:#e0d0b0;z-index:1000;cursor:move;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);font-size:.9em}.styles-module__label__fBX13{font-size:1em;text-align:center;margin-bottom:6px;color:#f0d080;text-shadow:0 0 2px rgba(240,208,128,.5);letter-spacing:.5px;border-bottom:1px solid #4a3c2c;padding-bottom:4px}.styles-module__countdownTimer__ny2h9{text-align:center}.styles-module__matchStatus__Nlg2r{margin-top:6px;padding:6px;background:#0006;border-radius:1px;border:1px solid #4a3c2c}.styles-module__confirmationInfo__BCa-L{margin-bottom:6px}.styles-module__confirmationCount__IDG-y{font-size:.9em;color:#f0d080;margin-bottom:3px}.styles-module__timeLeft__deya5{font-size:.9em;color:#f0d080}.styles-module__actions__CMUpR{display:flex;gap:6px;justify-content:center;margin-top:6px}.styles-module__acceptButton__08h2s,.styles-module__declineButton__-D-TT{padding:3px 10px;border:none;border-radius:1px;font-size:.9em;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;min-width:65px}.styles-module__acceptButton__08h2s{background:linear-gradient(135deg,#2d5a27,#3d7a37);color:#e0d0b0;border:1px solid #4a8a44}.styles-module__acceptButton__08h2s:hover{background:linear-gradient(135deg,#3d7a37,#4d9a47)}.styles-module__declineButton__-D-TT{background:linear-gradient(135deg,#5a2727,#7a3737);color:#e0d0b0;border:1px solid #8a4444}.styles-module__declineButton__-D-TT:hover{background:linear-gradient(135deg,#7a3737,#9a4747)}.styles-module__errorMessage__yCvgK{color:#f44;font-weight:700;margin-bottom:10px;text-align:center;padding:5px;background-color:#ff00001a;border-radius:4px;font-size:14px}@keyframes styles-module__fadeIn__VBDI3{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__VBDI3{animation:styles-module__fadeIn__VBDI3 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__menuItem__t-qEG{border-radius:12px}.styles-module__navbarItem__Phrfh:active{transform:scale(.95);transition:transform .3s}.styles-module__disabled__rTQr-{cursor:not-allowed!important;opacity:.5;padding:10px;transition:opacity .3s ease}.styles-module__menuItem__t-qEG{opacity:1!important;flex:1 1 auto;padding:10px;max-width:20%;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease}.styles-module__menuItem__t-qEG.styles-module__active__yFQRH{transform:scale(1.1);box-shadow:inset 0 0 8px #fff;animation:styles-module__glowing__fX8a6 4s infinite}.styles-module__img__LvXKM{width:100%;height:100%;object-fit:contain;transition:width .3s ease}@keyframes styles-module__glowing__fX8a6{0%{box-shadow:0 0 5px #fff}50%{box-shadow:0 0 20px #fff}to{box-shadow:0 0 5px #fff}}.styles-module__navbar__3beeb{position:relative;display:flex;flex-direction:row;width:calc(100% - 32px);height:80px;margin:8px 0;justify-content:space-around;padding:6px;border-radius:10px;z-index:1}.styles-module__navbar__3beeb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#18222dcc;opacity:.7;border-radius:10px;z-index:-1}@keyframes styles-module__fadeIn__n6-Te{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__n6-Te{animation:styles-module__fadeIn__n6-Te var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__m2j78{background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image .3s ease;display:flex;flex-direction:column;flex:1;align-items:center;justify-content:center;height:100%;overflow:hidden;max-width:500px!important;max-height:1000px!important;padding-top:var(--tg-safe-area-inset-top);padding-bottom:calc(var(--tg-safe-area-inset-bottom) / 2);border-radius:16px}.styles-module__androidPaddingBottom__4iixi{padding-bottom:var(--tg-safe-area-inset-bottom)}.styles-module__content__tzhdN{display:flex;width:100%;flex:1;overflow:hidden;z-index:1}.styles-module__overlay__cFlXr{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.styles-module__fadeIn__n6-Te{animation:styles-module__fadeIn__n6-Te 1s 0s forwards}.styles-module__blackOverlay__2njq5{background-color:#0009}.styles-module__logsButton__4un7n{position:fixed;bottom:0;right:0;background:#000c;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;z-index:9999;opacity:0;transition:opacity .3s ease}.styles-module__logsButton__4un7n:hover{opacity:1}.styles-module__blur__IYCba{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.styles-module__backButton__-c8Do{position:fixed;top:12px;left:12px;z-index:9999;background:none;border:none;color:gold;font-size:32px;font-weight:700;cursor:pointer;padding:0;line-height:1;text-shadow:0 0 10px gold,0 0 20px rgba(255,215,0,.8),2px 2px 4px rgba(0,0,0,.9),-1px -1px 2px rgba(0,0,0,.9),1px -1px 2px rgba(0,0,0,.9),-1px 1px 2px rgba(0,0,0,.9);filter:drop-shadow(0 0 8px rgba(255,215,0,.6));transition:all .3s ease;animation:styles-module__subtlePulse__cVWb3 2s ease-in-out infinite}@keyframes styles-module__subtlePulse__cVWb3{0%,to{text-shadow:0 0 10px gold,0 0 20px rgba(255,215,0,.8),2px 2px 4px rgba(0,0,0,.9),-1px -1px 2px rgba(0,0,0,.9),1px -1px 2px rgba(0,0,0,.9),-1px 1px 2px rgba(0,0,0,.9)}50%{text-shadow:0 0 15px gold,0 0 30px rgba(255,215,0,.9),2px 2px 4px rgba(0,0,0,.9),-1px -1px 2px rgba(0,0,0,.9),1px -1px 2px rgba(0,0,0,.9),-1px 1px 2px rgba(0,0,0,.9)}}@media(hover:hover)and (pointer:fine){.styles-module__backButton__-c8Do:hover{text-shadow:0 0 20px gold,0 0 40px rgb(255,215,0),2px 2px 4px rgba(0,0,0,.9),-1px -1px 2px rgba(0,0,0,.9),1px -1px 2px rgba(0,0,0,.9),-1px 1px 2px rgba(0,0,0,.9);filter:drop-shadow(0 0 15px rgba(255,215,0,.9));transform:translate(-3px) scale(1.1);animation-play-state:paused}}.styles-module__backButton__-c8Do:active{transform:translate(-2px) scale(1.05);transition:transform .1s ease}@media screen and (orientation:portrait){.styles-module__wrapper__m2j78{max-width:500px;max-height:1000px}}@media screen and (orientation:landscape){.styles-module__wrapper__m2j78{width:100%;height:100%;max-width:none}}@keyframes styles-module__fadeIn__vTwvG{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__vTwvG{animation:styles-module__fadeIn__vTwvG var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__checkboxContainer__jo1Io{display:flex;align-items:center;gap:12px;cursor:pointer}.styles-module__hiddenCheckbox__KWMm3{display:none}.styles-module__customCheckbox__g-Mob{width:24px;height:24px;background:linear-gradient(145deg,#2d2d2d,#121212);border:2px solid #6c6c6c;border-radius:4px;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:0 4px 6px #0009,0 0 8px #ffff004d;transition:all .3s ease}.styles-module__customCheckbox__g-Mob:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:4px;border:2px solid rgba(255,255,0,.2);opacity:0;transition:opacity .3s ease}.styles-module__customCheckbox__g-Mob:after{content:"";width:12px;height:12px;background:radial-gradient(circle,gold,#ff8c00);clip-path:polygon(14% 44%,38% 68%,90% 16%,84% 10%,38% 62%,20% 44%);display:none}.styles-module__hiddenCheckbox__KWMm3:checked+.styles-module__customCheckbox__g-Mob{background:radial-gradient(circle,#fc0,#ff8c00);border-color:gold;box-shadow:0 4px 8px #ffd700cc,0 0 12px #ffa50099}.styles-module__hiddenCheckbox__KWMm3:checked+.styles-module__customCheckbox__g-Mob:before{opacity:1}.styles-module__hiddenCheckbox__KWMm3:checked+.styles-module__customCheckbox__g-Mob:after{display:block}.styles-module__label__JzpZb{font-size:16px;color:#f5e1a4;text-shadow:0 1px 3px rgba(0,0,0,.8);-webkit-user-select:none;user-select:none}.styles-module__modalContainer__Q4X4t{height:80%!important;max-height:85%;background-color:#18222d!important}.styles-module__header__-1uRc{background-color:#18222d!important;border-top-left-radius:16px!important;border-top-right-radius:16px!important;position:relative;min-height:40px;display:flex;align-items:center;padding:0 16px;justify-content:space-between}.styles-module__noContent__AuvIB{justify-content:flex-end}.styles-module__closeButton__loVTS{position:relative;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.styles-module__closeButton__loVTS:hover{opacity:.8}.styles-module__sheetContent__nUamp{background-color:#18222d;color:#fff;padding:0 16px 16px;overflow-y:auto;margin-bottom:var(--tg-safe-area-inset-bottom)}.styles-module__react-modal-sheet-container__VDxRG{height:100%!important}@keyframes styles-module__fadeIn__-MIkR{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__-MIkR{animation:styles-module__fadeIn__-MIkR var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__optionLabel__9SUh0{display:flex;align-items:center;gap:8px;font-size:1rem;color:#f5e1a4;cursor:pointer}.styles-module__radio__scY33{width:20px;height:20px;border:2px solid #8b5a2b;border-radius:50%;background:#2e3a4a;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .3s ease-in-out}.styles-module__radio__scY33:checked{background:radial-gradient(circle,#fc0,#ff8c00);border-color:gold;box-shadow:0 4px 8px #ffd700cc,0 0 12px #ffa50099}@keyframes styles-module__fadeIn__X-zba{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__X-zba{animation:styles-module__fadeIn__X-zba var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__filtersContent__wKy2D{display:flex;flex-direction:column;gap:24px;background-color:#18222dd9;border-bottom-left-radius:12px;border-bottom-right-radius:12px;overflow-y:auto;padding:4px 16px 16px}.styles-module__section__--mHj{display:flex;flex-direction:column;gap:12px}.styles-module__optionLabel__7n-z1{display:flex;align-items:center;gap:8px;font-size:1rem;color:#f5e1a4;cursor:pointer}.styles-module__sheetClassName__Bz-zO{padding:unset}@keyframes styles-module__fadeIn__F6loF{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__F6loF{animation:styles-module__fadeIn__F6loF var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__title__z6uXx{position:relative;text-align:center;color:#f5e1a4;animation:styles-module__fadeIn__F6loF 1s 0s forwards;flex-shrink:0;margin-bottom:24px;text-shadow:2px 2px 4px #000;font-size:1.7rem;display:flex;flex-direction:column;gap:8px}.styles-module__row__A0xzJ{display:flex;align-items:center;justify-content:space-between}.styles-module__noMargin__tDUtO{margin-bottom:unset}.styles-module__fullScreen__BPkHs{max-width:60%;margin:0 auto}.styles-module__autoShrink__hRH33{white-space:nowrap;transition:font-size .2s ease}.styles-module__titleContent__u045x{display:flex;align-items:center;justify-content:center;width:100%}.styles-module__text__nVmQ-{color:#f5e1a4;text-align:center;font-weight:700}.styles-module__leftComponent__M66Ae,.styles-module__rightComponent__DpC04{display:flex;align-items:center;color:#f5e1a4;text-shadow:1px 1px 2px #000}.styles-module__rightComponent__DpC04{margin-left:auto}@keyframes styles-module__fadeIn__TYyyW{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__TYyyW{animation:styles-module__fadeIn__TYyyW var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__loader__YXoPl{display:flex;align-items:center;justify-content:center;width:100%;opacity:0;animation:styles-module__fadeIn__TYyyW 1s 0s forwards}@keyframes styles-module__fadeIn__zqqXK{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__zqqXK{animation:styles-module__fadeIn__zqqXK var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__filtersButtonsRow__MKspB{width:100%;display:flex;gap:12px;animation:styles-module__fadeIn__zqqXK 1s 0s forwards}.styles-module__filtersButton__Ws7Ro{width:100%}.styles-module__filtersButton__Ws7Ro>h6{display:flex;flex-direction:row!important;align-items:center;justify-content:center;gap:4px;font-size:.7rem;word-break:break-all}.styles-module__clearButton__ZEa39{display:flex;align-items:center;justify-content:center;width:min-content!important}.styles-module__clear__JWk5D{display:flex;align-items:center;justify-content:center}@keyframes styles-module__fadeIn__Kw6za{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Kw6za{animation:styles-module__fadeIn__Kw6za var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modalWrapper__Xd0kL{height:80%!important;max-height:80%!important}.react-modal-sheet-container:has(.styles-module__modalWrapper__Xd0kL){height:80%!important;max-height:80%!important}.styles-module__content__KGIMo{padding:.75rem;display:flex;flex-direction:column;height:100%}.styles-module__filtersContent__fTbfD{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto}.styles-module__clearAllButton__Bq06s{background:none;border:none;font-size:.875rem;cursor:pointer;padding:.5rem;color:#f5e1a4}.styles-module__clearAllButton__Bq06s:disabled{cursor:not-allowed}.styles-module__applyButton__aihc6{margin-top:auto;flex-shrink:0}.styles-module__noData__u2xgT{display:flex;justify-content:center;align-items:center;min-height:200px}@keyframes styles-module__fadeIn__KPTCI{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__KPTCI{animation:styles-module__fadeIn__KPTCI var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__farmingBadge__IOzBJ{background:linear-gradient(135deg,#5e8237f2,#769e4de6,#8bc34af2);color:#f5e1a4;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:800;z-index:2;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(139,195,74,.8);box-shadow:0 3px 8px #4caf5080,inset 0 1px #fff3;text-shadow:0 1px 2px rgba(0,0,0,.6);letter-spacing:.3px;animation:styles-module__farmShimmer__XNc0P 4s ease-in-out infinite;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);line-height:1}@keyframes styles-module__farmShimmer__XNc0P{0%,to{box-shadow:0 2px 6px #4caf5066,inset 0 1px #fff3}50%{box-shadow:0 2px 8px #4caf5099,inset 0 1px #ffffff4d,0 0 10px #4caf504d}}.styles-module__farmIcon__rTeaf{font-size:12px;animation:styles-module__hammer__a7Sy0 .8s ease-in-out infinite;transform-origin:30% 70%;display:flex;align-items:center;flex-shrink:0}@keyframes styles-module__hammer__a7Sy0{0%{transform:rotate(-25deg)}40%{transform:rotate(15deg)}50%{transform:rotate(15deg)}to{transform:rotate(-25deg)}}.styles-module__tonIconSmall__8nYOf{width:14px;height:14px;color:#08c;flex-shrink:0;display:flex;align-items:center}.styles-module__farmingBadge__IOzBJ.styles-module__small__dwS8f{padding:3px 6px;font-size:10px;border-radius:12px}.styles-module__farmingBadge__IOzBJ.styles-module__small__dwS8f .styles-module__farmIcon__rTeaf{font-size:10px}.styles-module__farmingBadge__IOzBJ.styles-module__small__dwS8f .styles-module__tonIconSmall__8nYOf{width:10px;height:10px}.styles-module__farmingBadge__IOzBJ.styles-module__medium__Pm0H2{padding:6px 12px;font-size:12px;border-radius:16px}.styles-module__farmingBadge__IOzBJ.styles-module__medium__Pm0H2 .styles-module__farmIcon__rTeaf{font-size:12px}.styles-module__farmingBadge__IOzBJ.styles-module__large__1XVCe{padding:8px 16px;font-size:14px;border-radius:18px}.styles-module__farmingBadge__IOzBJ.styles-module__large__1XVCe .styles-module__farmIcon__rTeaf{font-size:14px}@keyframes styles-module__fadeIn__mjTiQ{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__mjTiQ{animation:styles-module__fadeIn__mjTiQ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__favoriteContainer__E3MlE{position:absolute;top:.8vh;right:13.5vw;z-index:10}@media(min-width:500px){.styles-module__favoriteContainer__E3MlE{right:70px;top:3px}}.styles-module__questsFavorite__ATUDw{top:0;right:20px}.styles-module__favoriteRow__GjcSd{position:relative}.styles-module__heart__AUwrJ{position:absolute;width:15px;height:15px;background:#fff;right:-27px;top:9px;z-index:0}.styles-module__questsHeart__Lm9p7{width:9px;height:9px;right:-15px;top:3px}.styles-module__favorite__lNGEt{color:peru;position:absolute;z-index:1}.styles-module__miniCard__pOGIt{position:relative;width:100%;min-height:0}.styles-module__isMinting__WLRdh{filter:grayscale(10%) brightness(50%)}.styles-module__heroImage__8epjj{width:100%;height:100%;object-fit:contain;min-height:0}.styles-module__frozenOverlay__Q5bPO{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(173,216,230,.2) 0%,transparent 15%,transparent 85%,rgba(173,216,230,.2) 100%),linear-gradient(to right,rgba(135,206,250,.15) 0%,transparent 15%,transparent 85%,rgba(135,206,250,.15) 100%),radial-gradient(circle at 10% 10%,rgba(240,248,255,.3) 0%,transparent 25%),radial-gradient(circle at 90% 10%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 10% 90%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 90% 90%,rgba(240,248,255,.3) 0%,transparent 25%);border:1px solid rgba(135,206,250,.4);border-radius:8px;pointer-events:none;animation:styles-module__frozenImageShimmer__UXUst 4s ease-in-out infinite}@keyframes styles-module__frozenImageShimmer__UXUst{0%,to{border-color:#87cefa66;box-shadow:inset 0 0 8px #add8e633}50%{border-color:#87cefa99;box-shadow:inset 0 0 12px #add8e64d}}@keyframes styles-module__fadeIn__wwjG1{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__wwjG1{animation:styles-module__fadeIn__wwjG1 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__heroTitle__5aFQV{display:flex;justify-content:center;align-items:center;gap:5px;font-size:12px;color:#fff;background-color:#00000080;box-shadow:0 4px 8px #0000004d;border-radius:10px;padding:2px 8px;align-self:center}.styles-module__deleted__kgihQ{min-height:24px}.styles-module__name__S0pDo{color:#fff;display:flex;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px;position:relative}.styles-module__name__S0pDo.styles-module__animate__r0D8j span{display:inline-block;animation:styles-module__marquee__kTo0F 10s linear infinite}@keyframes styles-module__marquee__kTo0F{0%{transform:translate(0)}25%{transform:translate(30%)}75%{transform:translate(-30%)}to{transform:translate(0)}}.styles-module__level__-e59O{color:#f5e1a4}.styles-module__frozen__tuyfB{background:linear-gradient(135deg,#a8e6ffcc,#b3d9ffcc,#cce7ffcc,#e6f3ffcc,#f0f8ffcc);color:#fff;text-shadow:1px 1px 2px rgba(0,61,107,.8);border:1px solid #66ccff;box-shadow:0 0 10px #66ccff4d,inset 0 1px #ffffff4d;animation:styles-module__frozenShimmer__sGteA 2s ease-in-out infinite}@keyframes styles-module__frozenShimmer__sGteA{0%,to{box-shadow:0 0 10px #66ccff4d,inset 0 1px #ffffff4d}50%{box-shadow:0 0 15px #66ccff80,inset 0 1px #ffffff80}}.styles-module__frozen__tuyfB .styles-module__level__-e59O{color:#fff;text-shadow:1px 1px 2px rgba(0,61,107,.8)}@keyframes styles-module__fadeIn__GYFXM{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__GYFXM{animation:styles-module__fadeIn__GYFXM var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__miniCardWrapper__JR-62.styles-module__visible__WqRIt{opacity:1;transform:translateY(0)}.styles-module__miniCardWrapper__JR-62{width:100%;height:100%;display:flex;flex-direction:column;gap:4px;cursor:pointer;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;position:relative;min-height:0}.styles-module__mintingContainer__cSnQi{background:#fff;position:absolute;padding:8px;left:50%;top:45%;color:#000;transform:translate(-50%,-50%);text-align:center;border-radius:12px;font-weight:700;font-size:12px;animation:styles-module__blink__c-AFH 5s linear infinite}.styles-module__generationBadge__epkYV{position:absolute;top:5px;left:5px;background:linear-gradient(135deg,#ffd700f2,#ffc107e6,#ffeb3bf2);color:#000000e6;padding:3px 8px;border-radius:12px;font-size:9px;font-weight:800;z-index:2;border:1px solid rgba(255,215,0,.8);box-shadow:0 2px 6px #ffd70066,inset 0 1px #ffffff4d;text-shadow:0 1px 2px rgba(0,0,0,.3);letter-spacing:.5px;animation:styles-module__genShimmer__DrgI3 3s ease-in-out infinite}@keyframes styles-module__genShimmer__DrgI3{0%,to{box-shadow:0 2px 6px #ffd70066,inset 0 1px #ffffff4d}50%{box-shadow:0 2px 8px #ffd70099,inset 0 1px #ffffff80,0 0 12px #ffd7004d}}.styles-module__farmingPosition__itlWP{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2}@media(min-height:700px){.styles-module__farmingPosition__itlWP{bottom:80px}}.styles-module__activeQuestBadge__n1-u-{position:absolute;top:10%;left:50%;transform:translate(-50%);width:24px;height:24px;border-radius:50%;background:#0009;z-index:2;display:flex;align-items:center;justify-content:center;animation:styles-module__questBlink__XMzcn 2s linear infinite;cursor:pointer}.styles-module__activeQuestBadge__n1-u- img{width:16px;height:16px;object-fit:contain}@keyframes styles-module__questBlink__XMzcn{0%,to{opacity:1}50%{opacity:.3}}@keyframes styles-module__blink__c-AFH{0%{opacity:0}50%{opacity:.9}to{opacity:0}}@keyframes styles-module__fadeIn__99tkY{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__99tkY{animation:styles-module__fadeIn__99tkY var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__loader__hQI5X{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:20}.styles-module__noHeroes__3MsjA{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;width:100%;height:100%;z-index:10}.styles-module__image__E5QqO{width:100%;height:40%;object-fit:contain}.styles-module__heroes__R4qbq{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:6px;position:relative;align-content:start}@keyframes styles-module__fadeIn__eVv6c{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__eVv6c{animation:styles-module__fadeIn__eVv6c var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__leftButton__c4A3-,.styles-module__rightButton__ys8f7{position:absolute;top:57%;transform:translateY(-50%);background-color:#18222db3;opacity:.6;box-shadow:0 4px 8px #0009;display:flex;align-items:center;justify-content:center;border-radius:30px;padding:25px 2px;border:none;outline:none;color:#fff}.styles-module__leftButton__c4A3-{left:0}.styles-module__rightButton__ys8f7{right:0}.styles-module__leftButton__c4A3-:active,.styles-module__rightButton__ys8f7:active{transform:scale(.75) translateY(-50%);transition:transform .3s}.styles-module__disabledButton__RXZUq{background-color:#0000001a;cursor:not-allowed}.styles-module__disabledButton__RXZUq>svg{opacity:.6}.styles-module__disabledButton__RXZUq:hover{opacity:.35}@keyframes styles-module__fadeIn__Zv5D1{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Zv5D1{animation:styles-module__fadeIn__Zv5D1 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__main__omJoT{display:flex;flex-direction:column;width:100%;height:100%}.styles-module__wrapper__6mnU3{width:100%;height:100%;padding:16px;display:flex;flex-direction:column;position:relative;gap:16px;animation:styles-module__fadeIn__Zv5D1 1s 0s forwards}.styles-module__loaderWrapper__38ZYC{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;text-shadow:1px 1px 2px #000;padding-bottom:16px;text-align:center}.styles-module__paginationInfo__M9miX{margin-top:auto;display:flex;justify-content:space-between}.styles-module__paginationInfo__M9miX>span{color:#fff}.styles-module__fullscreen__9xB-W{width:100%;height:30px}.styles-module__heroesLoader__Vu5rO{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__noWallet__fy7Sx{display:flex;align-items:center;justify-content:center;flex:1}@keyframes styles-module__fadeIn__U2AT5{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__U2AT5{animation:styles-module__fadeIn__U2AT5 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modalOverlay__U-Qfx{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.styles-module__modalContent__JBADC{background:linear-gradient(90deg,#3c2f2f,#5e4b4b);padding:16px 8px;border-radius:8px;position:relative;max-width:95%;max-height:90%;overflow-y:auto;animation:styles-module__fadeIn__U2AT5 1s 0s forwards}.styles-module__closeButton__TdOg7{position:absolute;right:4px;top:4px;background:none;border:none;font-size:24px;cursor:pointer;color:#f5e1a4}.styles-module__closeButton__TdOg7:hover{opacity:.8}@keyframes styles-module__fadeIn__y6CDS{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__y6CDS{animation:styles-module__fadeIn__y6CDS var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modal__gqdWe{z-index:10000}.styles-module__content__SLM-c{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;text-align:center}.styles-module__iconContainer__OjsDm{width:60px;height:60px;margin-bottom:1rem}.styles-module__successIcon__BGTGo{width:100%;height:100%;color:#4ade80}.styles-module__title__gxicO{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.styles-module__subtitle__xubRW{font-size:.9rem;color:#fffc;margin-bottom:1.5rem}.styles-module__rewardsContainer__BVULf{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:280px;margin-bottom:1rem}.styles-module__rewardContainer__JYYwA{background:linear-gradient(135deg,#ffd70026,#ff8c001a);border:2px solid rgba(255,215,0,.3);border-radius:1rem;padding:1rem 1.5rem;width:100%}.styles-module__rewardContainer__JYYwA:last-child{background:linear-gradient(135deg,#87ceeb26,#6495ed1a);border:2px solid rgba(135,206,235,.3)}.styles-module__rewardAmount__27rdK{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.styles-module__amount__Yp1Fr{font-size:2rem;font-weight:800;background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.styles-module__tonImage__xH0Zd{width:32px;height:32px;object-fit:contain}.styles-module__tonIcon__FvJiW{width:32px;height:32px;color:#0098ea}.styles-module__rewardLabel__tBi8h{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.styles-module__motivationalText__T-yTf{margin-bottom:1.5rem}.styles-module__motivationalText__T-yTf p{font-size:.85rem;color:#ffffffb3;line-height:1.4;margin:.25rem 0}.styles-module__motivationalText__T-yTf p:first-child{font-weight:600;color:#ffffffe6}.styles-module__actions__vko10{display:flex;flex-direction:column;gap:1rem;width:100%;position:relative;z-index:1}.styles-module__shareButton__y3XtI{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#4a90e233,#4a90e21a);border:1px solid rgba(74,144,226,.3);color:#f5e1a4;padding:.6rem 1.2rem;border-radius:.75rem;font-weight:600;font-size:.9rem}.styles-module__shareIcon__3pd18{font-size:1.1rem}.styles-module__closeButton__umVf-{background:linear-gradient(135deg,gold,#ff8c00);color:#f5e1a4;padding:.6rem 1.2rem;border-radius:.75rem;font-weight:700;font-size:.9rem;border:none}@keyframes styles-module__fadeIn__7HkmV{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__7HkmV{animation:styles-module__fadeIn__7HkmV var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__nextTick__lGffS{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#0003;border-radius:6px}.styles-module__tickLabel__QSg-p{color:#f5e1a4;font-size:.9rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.styles-module__tickTime__eEuTE{color:gold;font-weight:700;font-size:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}@keyframes styles-module__fadeIn__G3eYZ{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__G3eYZ{animation:styles-module__fadeIn__G3eYZ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__dAKcQ{padding:0 16px 0 4px;overflow-y:auto}.styles-module__wrapper__dAKcQ::-webkit-scrollbar{width:4px}.styles-module__wrapper__dAKcQ::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.styles-module__wrapper__dAKcQ::-webkit-scrollbar-thumb{background:#ffd70080;border-radius:2px}.styles-module__wrapper__dAKcQ::-webkit-scrollbar-thumb:hover{background:#ffd700b3}.styles-module__title__v-e1F{color:gold;font-size:1.5rem;font-weight:700;text-align:center;margin:0 0 24px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.styles-module__steps__xBrKd{display:flex;flex-direction:column;gap:20px}.styles-module__step__Y2ZZI{display:flex;gap:16px;align-items:flex-start}.styles-module__stepNumber__cavMT{min-width:32px;height:32px;background:linear-gradient(135deg,gold,#ffb300);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-top:4px}.styles-module__stepContent__RfpBI{flex:1}.styles-module__stepTitle__GDaAg{color:gold;font-size:1.1rem;font-weight:600;margin:0 0 8px}.styles-module__stepDescription__bjqKz{color:#f5e1a4;font-size:.95rem;line-height:1.5;margin:0}.styles-module__bold__N9Mcd{font-weight:700;color:gold;display:inline-flex;align-items:center;gap:4px}.styles-module__tonIcon__EhW51{width:11px;height:11px;color:#08c}.styles-module__clickable__H7peQ{font-weight:700;color:gold;text-decoration:underline;cursor:pointer;transition:color .2s ease}.styles-module__clickable__H7peQ:hover{color:#ffb300}.styles-module__clickable__H7peQ:active{transform:scale(.98)}.styles-module__emoji__hOFKI{font-size:1.2rem;margin-left:4px;animation:styles-module__bounce__zZdc6 2s infinite}.styles-module__finalNote__S5AsR{margin-top:24px;padding:16px;background:#ffd7001a;border-radius:8px;border-left:4px solid #ffd700}.styles-module__finalNote__S5AsR p{margin:0;color:#f5e1a4;font-size:.95rem;line-height:1.5;font-weight:500}@keyframes styles-module__bounce__zZdc6{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}@keyframes styles-module__fadeIn__LOTir{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__LOTir{animation:styles-module__fadeIn__LOTir var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__3-MVM{width:220px;height:120px;position:relative;display:flex;justify-content:center;align-items:center;animation:styles-module__containerBreathe__f6-4z 5s ease-in-out infinite}@keyframes styles-module__containerBreathe__f6-4z{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.styles-module__cardsFan__DPBM7{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.styles-module__cardWrapper__XDBWx{position:absolute;width:60px;height:85px;transform-origin:center bottom}.styles-module__cardWrapper__XDBWx.styles-module__card1__WEgg9{left:10px;bottom:10px;transform:rotate(-25deg);z-index:1;animation:styles-module__cardFloat1__-BFOo 5s ease-in-out infinite}.styles-module__cardWrapper__XDBWx.styles-module__card2__gh0ee{left:40px;bottom:5px;transform:rotate(-12deg);z-index:2;animation:styles-module__cardFloat2__vWXE1 5s ease-in-out infinite .6s}.styles-module__cardWrapper__XDBWx.styles-module__card3__CJen8{left:50%;bottom:0;transform:translate(-50%) rotate(0);z-index:3;animation:styles-module__cardFloat3__VJvAQ 5s ease-in-out infinite 1.2s}.styles-module__cardWrapper__XDBWx.styles-module__card4__Owemm{right:40px;bottom:5px;transform:rotate(12deg);z-index:2;animation:styles-module__cardFloat4__9TBF3 5s ease-in-out infinite 1.8s}.styles-module__cardWrapper__XDBWx.styles-module__card5__4JSHC{right:10px;bottom:10px;transform:rotate(25deg);z-index:1;animation:styles-module__cardFloat5__-lPAi 5s ease-in-out infinite 2.4s}.styles-module__cardInner__NxJJu{width:100%;height:100%;position:relative;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}@keyframes styles-module__cardFloat1__-BFOo{0%,to{transform:rotate(-25deg) translateY(0)}50%{transform:rotate(-25deg) translateY(-4px)}}@keyframes styles-module__cardFloat2__vWXE1{0%,to{transform:rotate(-12deg) translateY(0)}50%{transform:rotate(-12deg) translateY(-4px)}}@keyframes styles-module__cardFloat3__VJvAQ{0%,to{transform:translate(-50%) rotate(0) translateY(0)}50%{transform:translate(-50%) rotate(0) translateY(-4px)}}@keyframes styles-module__cardFloat4__9TBF3{0%,to{transform:rotate(12deg) translateY(0)}50%{transform:rotate(12deg) translateY(-4px)}}@keyframes styles-module__cardFloat5__-lPAi{0%,to{transform:rotate(25deg) translateY(0)}50%{transform:rotate(25deg) translateY(-4px)}}.styles-module__cardImage__7oG-0{width:100%;height:100%;object-fit:contain;border-radius:4px}.styles-module__cardSkeleton__AdZBR{width:100%;height:100%;border-radius:4px;background:linear-gradient(135deg,#2a2a3e33,#1a1a2e33);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.styles-module__shimmer__2lXK-{position:absolute;top:-100%;left:-100%;width:200%;height:200%;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.02) 50%,transparent 60%);animation:styles-module__shimmerSlide__iLcPl 3s infinite}@keyframes styles-module__shimmerSlide__iLcPl{0%{transform:translate(-100%) translateY(-100%)}to{transform:translate(100%) translateY(100%)}}.styles-module__glowEffect__00ZgZ{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:100px;height:15px;background:radial-gradient(ellipse at center,rgba(255,215,0,.08) 0%,rgba(255,215,0,.03) 40%,transparent 60%);pointer-events:none;opacity:.6}@keyframes styles-module__fadeIn__KH9FH{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__KH9FH{animation:styles-module__fadeIn__KH9FH var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__asSrr{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%;height:100%;padding:15px 5px;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent;container-type:inline-size}.styles-module__noPadding__NBd-S{padding:30px 0 0;gap:0px}.styles-module__textContainer__u-FiB{text-align:center;z-index:10;width:100%;pointer-events:none;position:relative}.styles-module__arcText__opax3{position:relative;height:45px;display:flex;justify-content:center;align-items:center}.styles-module__arcLetter__ExudX{position:absolute;font-size:1.6rem;font-weight:900;color:#f5e1a4;text-transform:uppercase;letter-spacing:0;transform-origin:center center;text-shadow:0 2px 5px rgba(0,0,0,.7),0 0 15px rgba(245,225,164,.3);animation:styles-module__letterWave__B8MpK 3s ease-in-out infinite}.styles-module__arcLetter__ExudX:nth-child(1){transform:translate(-52px) translateY(10px) rotate(-30deg);animation-delay:0s}.styles-module__arcLetter__ExudX:nth-child(2){transform:translate(-37px) translateY(3px) rotate(-20deg);animation-delay:.15s}.styles-module__arcLetter__ExudX:nth-child(3){transform:translate(-21px) translateY(-2px) rotate(-10deg);animation-delay:.3s}.styles-module__arcLetter__ExudX:nth-child(5){transform:translate(0) translateY(-4px) rotate(0);animation-delay:.45s}.styles-module__arcLetter__ExudX:nth-child(6){transform:translate(16px) translateY(-2px) rotate(10deg);animation-delay:.6s}.styles-module__arcLetter__ExudX:nth-child(7){transform:translate(32px) translateY(3px) rotate(20deg);animation-delay:.75s}.styles-module__arcLetter__ExudX:nth-child(8){transform:translate(48px) translateY(10px) rotate(30deg);animation-delay:.9s}@keyframes styles-module__letterWave__B8MpK{0%,to{filter:brightness(.9);text-shadow:0 2px 5px rgba(0,0,0,.7),0 0 15px rgba(245,225,164,.3)}50%{filter:brightness(1.15);text-shadow:0 2px 5px rgba(0,0,0,.7),0 0 25px rgba(245,225,164,.5)}}.styles-module__arcSpace__71sOa{width:8px}.styles-module__title__7q-MU{font-size:1.8rem;font-weight:900;letter-spacing:2px;margin:20px 0 0;background:linear-gradient(90deg,gold,#ffed4b 20%,orange,#ff8c00,orange,#ffed4b 80%,gold);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;animation:styles-module__goldShine__WXCP0 6s linear infinite;filter:drop-shadow(0 0 20px rgba(255,215,0,.75)) drop-shadow(0 0 30px rgba(255,165,0,.5)) drop-shadow(0 0 40px rgba(255,140,0,.3))}.styles-module__subtitle__izcYo{display:inline-flex;align-items:center;gap:10px;margin:10px 0 0;padding:4px 14px;pointer-events:all;cursor:pointer;position:relative}.styles-module__subtitle__izcYo:active{transform:scale(.98)}.styles-module__subtitleText__k2EBj{font-size:1rem;font-weight:700;color:gold;text-transform:capitalize;letter-spacing:1px;text-shadow:0 0 12px rgba(255,215,0,.3),0 2px 3px rgba(0,0,0,.5);animation:styles-module__textPulse__u3yuu 3s ease-in-out infinite}.styles-module__adaptiveText__sAJ2c{white-space:nowrap;font-size:clamp(.7rem,4cqw,1.2rem)!important}@keyframes styles-module__textPulse__u3yuu{0%,to{opacity:.9}50%{opacity:1;text-shadow:0 0 20px rgba(255,215,0,.4),0 2px 3px rgba(0,0,0,.5)}}.styles-module__tonIconLeft__ofw0D,.styles-module__tonIconRight__Ie0t1{width:10px;height:10px;filter:drop-shadow(0 0 8px rgba(255,215,0,.5))}.styles-module__tonIconLeft__ofw0D{animation:styles-module__iconPulseLeft__tRXq- 2.5s ease-in-out infinite}.styles-module__tonIconRight__Ie0t1{animation:styles-module__iconPulseRight__EnJ6S 2.5s ease-in-out infinite}@keyframes styles-module__iconPulseLeft__tRXq-{0%,to{transform:scale(1) translateY(0);opacity:.8;filter:drop-shadow(0 0 6px rgba(255,215,0,.4))}50%{transform:scale(1.2) translateY(-2px);opacity:1;filter:drop-shadow(0 0 15px rgba(255,215,0,.7))}}@keyframes styles-module__iconPulseRight__EnJ6S{0%,to{transform:scale(1) translateY(0);opacity:.8;filter:drop-shadow(0 0 6px rgba(255,215,0,.4))}50%{transform:scale(1.2) translateY(-2px);opacity:1;filter:drop-shadow(0 0 15px rgba(255,215,0,.7))}}@keyframes styles-module__goldShine__WXCP0{0%{background-position:200% 0}to{background-position:-200% 0}}.styles-module__cardsContainer__RkFUP{width:220px;height:120px;position:relative;display:flex;justify-content:center;align-items:center;animation:styles-module__containerBreathe__gvEcR 5s ease-in-out infinite}@keyframes styles-module__containerBreathe__gvEcR{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.styles-module__cardsFan__8UA66{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.styles-module__cardWrapper__F7xw9{position:absolute;width:60px;height:85px;transform-origin:center bottom}.styles-module__cardWrapper__F7xw9.styles-module__card1__WxU4r{left:10px;bottom:10px;transform:rotate(-25deg);z-index:1;animation:styles-module__cardFloat1__cW4HP 5s ease-in-out infinite}.styles-module__cardWrapper__F7xw9.styles-module__card2__FVVq7{left:40px;bottom:5px;transform:rotate(-12deg);z-index:2;animation:styles-module__cardFloat2__e25-H 5s ease-in-out infinite .6s}.styles-module__cardWrapper__F7xw9.styles-module__card3__pDWDB{left:50%;bottom:0;transform:translate(-50%) rotate(0);z-index:3;animation:styles-module__cardFloat3__NmsMF 5s ease-in-out infinite 1.2s}.styles-module__cardWrapper__F7xw9.styles-module__card4__AGuw3{right:40px;bottom:5px;transform:rotate(12deg);z-index:2;animation:styles-module__cardFloat4__ONEto 5s ease-in-out infinite 1.8s}.styles-module__cardWrapper__F7xw9.styles-module__card5__YfV2g{right:10px;bottom:10px;transform:rotate(25deg);z-index:1;animation:styles-module__cardFloat5__2h6m0 5s ease-in-out infinite 2.4s}.styles-module__cardInner__4FYSR{width:100%;height:100%;position:relative;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}@keyframes styles-module__cardFloat1__cW4HP{0%,to{transform:rotate(-25deg) translateY(0)}50%{transform:rotate(-25deg) translateY(-4px)}}@keyframes styles-module__cardFloat2__e25-H{0%,to{transform:rotate(-12deg) translateY(0)}50%{transform:rotate(-12deg) translateY(-4px)}}@keyframes styles-module__cardFloat3__NmsMF{0%,to{transform:translate(-50%) rotate(0) translateY(0)}50%{transform:translate(-50%) rotate(0) translateY(-4px)}}@keyframes styles-module__cardFloat4__ONEto{0%,to{transform:rotate(12deg) translateY(0)}50%{transform:rotate(12deg) translateY(-4px)}}@keyframes styles-module__cardFloat5__2h6m0{0%,to{transform:rotate(25deg) translateY(0)}50%{transform:rotate(25deg) translateY(-4px)}}.styles-module__cardImage__2vIZR{width:100%;height:100%;object-fit:contain;border-radius:4px}.styles-module__cardSkeleton__tBYOA{width:100%;height:100%;border-radius:4px;background:linear-gradient(135deg,#2a2a3e33,#1a1a2e33);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.styles-module__shimmer__Fskgo{position:absolute;top:-100%;left:-100%;width:200%;height:200%;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.02) 50%,transparent 60%);animation:styles-module__shimmerSlide__HYyrl 3s infinite}@keyframes styles-module__shimmerSlide__HYyrl{0%{transform:translate(-100%) translateY(-100%)}to{transform:translate(100%) translateY(100%)}}.styles-module__glowEffect__ILBbg{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:100px;height:15px;background:radial-gradient(ellipse at center,rgba(255,215,0,.08) 0%,rgba(255,215,0,.03) 40%,transparent 60%);pointer-events:none;opacity:.6}.styles-module__fadeIn__ETqfs{animation:styles-module__fadeIn__ETqfs var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__QT5TW{padding-top:var(--tg-safe-area-inset-top);padding-bottom:16px;padding-left:16px;padding-right:16px;width:100%;height:100%;display:flex;flex-direction:column;position:relative;overflow:visible}.styles-module__buttonsContainer__lXJ32{display:flex;gap:12px;width:100%;margin-top:8px;overflow:visible;justify-content:flex-end;z-index:10}.styles-module__howItWorksButton__0tbjo{width:min-content;white-space:nowrap;font-size:.85rem;padding:10px 8px;background:linear-gradient(135deg,#8b5a2b4d,#cd853f33,#8b5a2b4d);border:1px solid rgba(255,215,0,.3);color:gold;border-radius:8px;font-weight:600;letter-spacing:.5px;max-height:44px;min-height:44px}.styles-module__connectWalletButton__St8xR{font-size:.85rem;padding:10px 8px;border-radius:8px;width:min-content;white-space:nowrap;position:relative;z-index:10;transition:all .3s ease}.styles-module__connectWalletButton__St8xR:not(.styles-module__walletConnected__8ARhp){animation:styles-module__shine__-OxuA 2s infinite;box-shadow:0 0 20px #ffd70099,0 0 40px #ffd7004d,0 0 60px #ffd7001a}.styles-module__connectContent__OFlgE{display:flex;align-items:center;justify-content:center;gap:6px}.styles-module__connectContent__OFlgE>span{color:#f5e1a4}.styles-module__walletConnected__8ARhp{display:flex;align-items:center;gap:4px;padding:10px 4px 10px 8px;background:linear-gradient(135deg,#3c2f2fcc,#5e4b4bcc);border:1px solid #8b5a2b;border-radius:8px;min-height:44px}.styles-module__walletAddress__nqVvy{color:#f5e1a4;font-size:.85rem;font-weight:600;letter-spacing:.5px}.styles-module__disconnectIcon__k2Uic{color:#ff6b6b;cursor:pointer;padding:2px;background:#ff6b6b1a;border-radius:50%}.styles-module__disconnectIcon__k2Uic:hover{color:#ff5252}.styles-module__disconnectIcon__k2Uic:active{transform:scale(.95)}.styles-module__mainContainer__5-Ej2{display:flex;flex-direction:column;height:calc(100% - 44px);flex:1}.styles-module__claimButton__BFiHd{width:calc(100% - 32px);position:absolute;bottom:16px;left:16px}.styles-module__claimButtonContent__HUPrc{display:flex;justify-content:space-between;align-items:center;width:100%}.styles-module__claimRewardAmount__hPU0D{display:flex;align-items:center;gap:4px;font-weight:700;font-size:.9rem}.styles-module__text__DfHmG{color:#f5e1a4}.styles-module__frozenHeroesCount__viaug{background:#64b5f626!important;border:1px solid rgba(100,181,246,.3)!important}.styles-module__frozenHeroesCount__viaug:hover{background:#64b5f633!important}.styles-module__frozenHeroesCount__viaug .styles-module__heroesLabel__RbiRn{color:#81d4fa!important}.styles-module__frozenHeroesCount__viaug .styles-module__heroesNumber__NVV-9,.styles-module__frozenHeroesCount__viaug .styles-module__viewDetailsArrow__OkxOM{color:#64b5f6!important}.styles-module__farmingLoader__hwIxT{display:flex;align-items:center;justify-content:center;flex:1}.styles-module__noHeroesContainer__yAw9K{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;gap:20px}.styles-module__noHeroesText__lIsFQ{color:#f5e1a4;font-size:1rem;margin:0;opacity:.9}.styles-module__getFirstNftButton__dBWHP{background:linear-gradient(135deg,gold,#ffb300);font-weight:700;border:none;padding:12px 24px;border-radius:8px}.styles-module__getFirstNftButton__dBWHP:hover{background:linear-gradient(135deg,#ffb300,#ff8f00)}.styles-module__farmingInfo__R62Uk{display:flex;flex-direction:column;gap:16px;flex:1;padding:16px 0 80px;min-height:0}.styles-module__content__8VVAG{display:flex;flex-direction:column;gap:20px;justify-content:center;height:100%}.styles-module__heroesCount__4yMJ-{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffd7001a;border:1px solid transparent;border-radius:6px;gap:24px;cursor:pointer;transition:all .2s ease}.styles-module__heroesCount__4yMJ-:hover{background:#ffd70026;transform:translateY(-1px)}.styles-module__heroesCount__4yMJ-:active{transform:translateY(0)}.styles-module__heroesLabel__RbiRn{color:#f5e1a4;font-size:.9rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.8);width:100%}.styles-module__heroesNumber__NVV-9{color:gold;font-weight:700;font-size:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.8);display:flex;align-items:center;gap:4px}.styles-module__farmIconSmall__2rBKi{width:16px;height:16px;animation:styles-module__hammer__ctAlb .8s ease-in-out infinite;transform-origin:30% 70%}@keyframes styles-module__hammer__ctAlb{0%{transform:rotate(-25deg)}40%{transform:rotate(15deg)}50%{transform:rotate(15deg)}to{transform:rotate(-25deg)}}.styles-module__heroesSection__e0nUX{display:flex;flex-direction:column;gap:8px}.styles-module__info__KR2Va{display:flex;flex-direction:column;justify-content:center;gap:16px;flex:1;opacity:0;animation:styles-module__fadeIn__ETqfs 2s .5s forwards;position:relative;min-height:300px}@keyframes styles-module__fadeIn__ETqfs{0%{opacity:0}to{opacity:1}}.styles-module__availableReward__XUPVC,.styles-module__historicalReward__Tttjj,.styles-module__frozenReward__Tt036{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#0003;border:1px solid transparent;border-radius:6px}.styles-module__historicalReward__Tttjj{background:#d9be5d1a;border:1px solid rgba(217,190,93,.2)}.styles-module__frozenReward__Tt036{background:#87ceeb1a;border:1px solid rgba(135,206,235,.2)}.styles-module__rewardLabel__BrODE{color:#f5e1a4;font-size:.9rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.styles-module__rewardAmount__KOhBh{display:flex;align-items:center;gap:4px;color:gold;font-weight:700;font-size:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.styles-module__tonIcon__WgiYK{width:20px;height:20px;color:#08c}.styles-module__currencyIcon__Imjp1{width:14px;height:14px;border-radius:50%}.styles-module__tickSection__i8MTY{display:flex;flex-direction:column;gap:8px;padding:8px 12px;background:#0003;border:1px solid transparent;border-radius:6px}.styles-module__viewDetailsArrow__OkxOM{color:gold;font-size:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.8);transition:transform .2s ease}.styles-module__heroesCount__4yMJ-:hover .styles-module__viewDetailsArrow__OkxOM{transform:translate(3px)}.styles-module__walletLoadingContainer__Y4hS6{display:flex;align-items:center;justify-content:center;min-width:120px;min-height:44px;max-height:44px;background:#8b5a2b1a;border:1px solid rgba(255,215,0,.2);border-radius:8px}.styles-module__blurred__7eCrv{filter:blur(3px);opacity:.5;pointer-events:none}.styles-module__overlay__p2kBG{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none}.styles-module__connectPrompt__qXsd6{text-align:center;background:#00000026;padding:20px 30px;margin:0 16px;border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.styles-module__promptText__zoVmY{color:#f5e1a4;font-size:1.1rem;font-weight:600;margin:0;text-shadow:2px 2px 8px rgba(0,0,0,.9),1px 1px 4px rgba(0,0,0,.8),0 0 2px rgb(0,0,0)}@keyframes styles-module__shine__-OxuA{0%,to{box-shadow:0 0 20px #ffd70099,0 0 40px #ffd7004d,0 0 60px #ffd7001a}50%{box-shadow:0 0 30px #ffd700cc,0 0 60px #ffd70080,0 0 100px #ffd70033;transform:scale(1.02)}}.styles-module__frozenToggle__1KymE{position:absolute;top:-10px;right:10px;z-index:20;cursor:pointer;padding:8px;border-radius:50%;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.styles-module__frozenToggle__1KymE:hover{background:#64b5f633;transform:scale(1.1)}.styles-module__frozenToggle__1KymE:active{transform:scale(.95)}.styles-module__iceIcon__MuHWs{font-size:28px;color:#ffffff80;transition:all .3s ease;filter:drop-shadow(0 0 4px rgba(100,181,246,.3))}.styles-module__iceIcon__MuHWs.styles-module__active__bVP53{color:#64b5f6;filter:drop-shadow(0 0 8px rgba(100,181,246,.8));animation:styles-module__frozenPulse__v7-E6 2s ease-in-out infinite}@keyframes styles-module__frozenPulse__v7-E6{0%,to{filter:drop-shadow(0 0 8px rgba(100,181,246,.8))}50%{filter:drop-shadow(0 0 16px rgb(100,181,246))}}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__heroesCount__4yMJ-{background:#64b5f626;border:1px solid rgba(100,181,246,.3)}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__heroesCount__4yMJ-:hover{background:#64b5f633}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__availableReward__XUPVC{background:linear-gradient(135deg,#2196f326,#64b5f61a);border:1px solid rgba(100,181,246,.3)}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__rewardLabel__BrODE{color:#81d4fa}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__rewardAmount__KOhBh{color:#64b5f6}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__historicalReward__Tttjj .styles-module__rewardLabel__BrODE{color:#f5e1a4}.styles-module__farmingInfo__R62Uk.styles-module__frozenTheme__qTYC- .styles-module__historicalReward__Tttjj .styles-module__rewardAmount__KOhBh{color:gold}@keyframes BackgroundElements-module__fadeIn__BPlDa{0%{opacity:0}to{opacity:1}}.BackgroundElements-module__fadeIn__BPlDa{animation:BackgroundElements-module__fadeIn__BPlDa var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.BackgroundElements-module__particlesContainer__DlB1-{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.BackgroundElements-module__bgElement1__TNfSg,.BackgroundElements-module__bgElement2__elSf6{position:fixed;pointer-events:none;z-index:0}.BackgroundElements-module__bgElement1__TNfSg{top:10%;right:10%;width:100px;height:100px;background:radial-gradient(circle,rgba(255,204,0,.1),transparent);border-radius:50%}.BackgroundElements-module__bgElement2__elSf6{bottom:20%;left:15%;width:150px;height:150px;background:radial-gradient(circle,rgba(255,204,0,.05),transparent);border-radius:50%}@keyframes HeroSection-module__fadeIn__8h6Gc{0%{opacity:0}to{opacity:1}}.HeroSection-module__fadeIn__8h6Gc{animation:HeroSection-module__fadeIn__8h6Gc var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.HeroSection-module__titleSection__NkHZk{text-align:center;z-index:1;width:100%}.HeroSection-module__gameTitle__X9pOA{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.HeroSection-module__title__hy3CQ{font-size:28px;font-weight:700;color:#fc0;text-shadow:0 0 20px rgba(255,204,0,.6);margin:0;letter-spacing:1px}.HeroSection-module__googleLoginWrapper__d2-56{display:flex;justify-content:center;align-items:center;margin-top:40px}@keyframes styles-module__fadeIn__FozTO{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__FozTO{animation:styles-module__fadeIn__FozTO var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__registrationContainer__3jpdI{width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;overflow-y:auto;padding:16px;padding-top:var(--tg-safe-area-inset-top);padding-bottom:100px;position:relative}.styles-module__registrationContainer__3jpdI:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,204,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,204,0,.05) 0%,transparent 50%);pointer-events:none;z-index:0}/*!***********************************************************************************!*\
 !*** css ./node_modules/css-loader/dist/cjs.js!./src/designs/Regular/Regular.css ***!
 \***********************************************************************************/.roulette-pro-regular-design-top{position:absolute;z-index:10;background:#ff7524 linear-gradient(0deg,#ef3a28,#ff9305);border-radius:2px;box-shadow:0 2px 4px #00000080;top:0;left:0;right:0;bottom:0;margin:auto}.roulette-pro-regular-design-top.horizontal{width:4px;height:100%}.roulette-pro-regular-design-top.vertical{width:100%;height:4px}.roulette-pro-regular-prize-item{text-align:center}.roulette-pro-regular-prize-item-wrapper{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;border:2px solid #383f48;background-color:#2e3640;background:radial-gradient(farthest-corner,#2e3640 0,#13161a)}.roulette-pro-regular-prize-item-wrapper.center{justify-content:center}.roulette-pro-regular-image-wrapper{height:170px;overflow:hidden}.roulette-pro-regular-prize-item-image{max-width:100%;max-height:100%}.roulette-pro-regular-prize-item-text{box-sizing:border-box;display:block;padding:16px;margin:auto 0 0;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;overflow:hidden;height:60px;background:#00000040;color:#fff;font-weight:700;line-height:1.2;white-space:break-spaces}.roulette-pro-regular-design-prize-item-horizontal:first-child .roulette-pro-regular-prize-item-wrapper{border-left:0px}.roulette-pro-regular-design-prize-item-vertical .roulette-pro-regular-prize-item-wrapper{border-bottom:0px}/*!**************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/Wrapper/Wrapper.css ***!
  \**************************************************************************************/.roulette-pro-wrapper{box-sizing:border-box;position:relative;z-index:2;margin:0;color:#fff;overflow:hidden;height:100%}/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/PrizesWrapper/PrizesWrapper.css ***!
  \**************************************************************************************************/.roulette-pro-prize-list{position:relative;display:flex;width:100%;height:100%;list-style:none;margin:0;padding:0}.roulette-pro-prize-list.horizontal{width:max-content}.roulette-pro-prize-list.vertical{flex-direction:column;align-items:center}.roulette-pro-prize-list.with-animation.horizontal{animation:roulette-horizontal-animation 100s linear infinite}.roulette-pro-prize-list.with-animation.vertical{animation:roulette-vertical-animation 100s linear infinite}@keyframes roulette-horizontal-animation{0%{transform:translate3d(0)}to{transform:translate3d(-3000px,0,0)}}@keyframes roulette-vertical-animation{0%{transform:translateY(0)}to{transform:translate3d(0,-3000px,0)}}@keyframes styles-module__fadeIn__gYDMR{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__gYDMR{animation:styles-module__fadeIn__gYDMR var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__popper__Af24Q{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:8px 12px;border-radius:8px;color:#f5e1a4;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:1px solid #8b5a2b;font-size:.875rem;white-space:nowrap;box-shadow:0 4px 12px #0003}.styles-module__attributesRow__osqCO{display:flex;gap:8px;width:100%;justify-content:space-between;visibility:hidden}.styles-module__visible__-gCT-{visibility:visible}.styles-module__quest__nK-Kg{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;visibility:visible}.styles-module__attribute__DnqJM{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;background-color:#00000080;box-shadow:0 4px 8px #0000004d;padding:6px 2px;border-radius:12px;min-width:min-content;flex-shrink:0}.styles-module__questAttribute__doyCj{padding:8px}.styles-module__charIcon__MTEnr{max-width:25px;max-height:25px;height:100%;width:100%;object-fit:contain}.styles-module__charIconQuest__3bHIM{min-height:20px;min-width:20px;max-width:20px;max-height:20px}.styles-module__attributeValue__l6Vwn{color:#fff;font-weight:500;text-shadow:0 0 8px rgba(255,255,255,.5)}.styles-module__attributeValue__l6Vwn.styles-module__valueSmall__XFdWB{font-size:1rem}.styles-module__attributeValue__l6Vwn.styles-module__valueMedium__ERuQW{font-size:.9rem}.styles-module__attributeValue__l6Vwn.styles-module__valueLarge__RK9Uv{font-size:.8rem}.styles-module__questAttributes__GSPkR{font-size:.7rem}.styles-module__attributePopupTrigger__eeJJp{display:flex;flex-direction:column;gap:2px;align-items:center}.styles-module__attributeValueRow__xgW7D{display:flex;align-items:center}.styles-module__bonus__zTorS{color:#32e55e}.styles-module__mintContainer__JXnHM{z-index:101;position:absolute;left:50%;transform:translate(-50%);bottom:80px;display:flex;justify-content:center}.styles-module__row__KQFNO{z-index:101;position:absolute;left:50%;transform:translate(-50%);bottom:0;width:min-content;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#00000080;box-shadow:0 4px 8px #0000004d;padding:12px;border-radius:12px}.styles-module__newHeroRow__AmIja{position:relative}.styles-module__mintButton__hyEjk{color:#fff;transform:scale(1.2);animation:styles-module__pulse__znKKj 1.5s infinite,styles-module__glow__yxFxB 2s infinite alternate;box-shadow:0 0 30px #667eeacc,0 0 60px #667eea80,inset 0 0 15px #ffffff4d;border:2px solid rgba(255,255,255,.5)}.styles-module__mintButton__hyEjk:hover{transform:scale(1.3);box-shadow:0 0 40px #667eea,0 0 80px #764ba2b3,inset 0 0 20px #ffffff80}.styles-module__mintButton__hyEjk svg{filter:drop-shadow(0 0 6px rgb(255,255,255));animation:styles-module__iconGlow__Son2O 1s infinite alternate}@keyframes styles-module__pulse__znKKj{0%{box-shadow:0 0 30px #667eeacc,0 0 60px #667eea80,inset 0 0 15px #ffffff4d}50%{box-shadow:0 0 40px #764ba2,0 0 80px #764ba299,inset 0 0 20px #fff6}to{box-shadow:0 0 30px #667eeacc,0 0 60px #667eea80,inset 0 0 15px #ffffff4d}}@keyframes styles-module__glow__yxFxB{0%{background:linear-gradient(135deg,#667eea,#764ba2)}to{background:linear-gradient(135deg,#818cf8,#9061c2)}}@keyframes styles-module__iconGlow__Son2O{0%{filter:drop-shadow(0 0 6px rgb(255,255,255))}to{filter:drop-shadow(0 0 12px rgb(255,255,255))}}@keyframes styles-module__fadeIn__oTG1n{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__oTG1n{animation:styles-module__fadeIn__oTG1n var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__progressContent__Dd9-p{margin:15px 70px 0;padding:6px 0;z-index:2;-webkit-user-select:none;user-select:none}.styles-module__heroCardProgressContent__CTH4E{width:100%;padding:0 16px}.styles-module__progressWrapper__A0cDI{background:#2e3640;border-radius:12px;width:100%;height:8px;position:relative;overflow:hidden}.styles-module__progress__CBoG0{background:linear-gradient(90deg,#5e8237,#769e4d);height:100%;border-radius:12px;transition:width .3s ease-in-out}.styles-module__detailProgress__nlwFo{margin:unset;width:100%;display:flex;gap:16px;align-items:center}@keyframes styles-module__fadeIn__Fr0mw{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Fr0mw{animation:styles-module__fadeIn__Fr0mw var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__skillsWrapper__6XvT2{display:flex;align-items:center;justify-content:space-between;gap:10px}.styles-module__skillsContainer__ckrUx{display:flex;flex-direction:row;gap:10px;padding:10px;overflow:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.styles-module__skillsContainer__ckrUx::-webkit-scrollbar{display:none}.styles-module__arrow__n68ed{background-color:transparent;border:none;font-size:24px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:unset;margin:unset}.styles-module__arrowIcon__KKk0m{color:#f5e1a4}.styles-module__arrow__n68ed:hover{opacity:.7}.styles-module__skillIcon__xvrs0{width:50px;height:50px;border-radius:8px;object-fit:contain;cursor:pointer;transition:transform .3s,box-shadow .3s}.styles-module__skillWrapper__exlOe{display:flex;border-radius:10px;height:min-content;width:min-content;border:3px solid transparent}.styles-module__rarityLevel__zQG7Y{text-transform:capitalize}.styles-module__skillIcon__xvrs0:hover{transform:scale(1.05)}.styles-module__activeSkill__to-Im{box-shadow:0 0 10px 5px #fff9;border-radius:12px}.styles-module__activeSkillWrapper__ynvAT{display:flex;flex-direction:column;gap:12px;animation:styles-module__fadeIn__Fr0mw 1s 0s forwards}.styles-module__skillName__YLUFa{width:100%;display:flex;justify-content:center;margin-bottom:8px;color:#f5e1a4;font-size:20px}.styles-module__requiredLevel__RTIAA{color:#f5e1a4}.styles-module__attributeBonus__cKseT{color:#7cfc00}.styles-module__disabledSkill__nFtlh{filter:grayscale(100%) brightness(70%);opacity:.6}.styles-module__attributesTitle__IybJD{color:#fff}.styles-module__description__y9Ldx{font-size:15px;color:#ccc}.styles-module__modalContent__pUwyQ{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px;height:100%;position:relative}.styles-module__loader__tuCo6{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.styles-module__heroCard__U-zVU{flex:1;width:100%;min-height:0;object-fit:contain}.styles-module__statsRow__Htvna{display:flex;align-items:center;justify-content:center;gap:16px;background:#0009;box-shadow:0 4px 8px #0000004d;padding:8px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.styles-module__statItem__R5X1W{display:flex;align-items:center;gap:6px;color:#fff;padding:4px 8px;border-radius:6px;white-space:nowrap}.styles-module__statItem__R5X1W:first-child{background:#4caf501a;border:1px solid rgba(76,175,80,.3)}.styles-module__statItem__R5X1W:last-child{background:#f443361a;border:1px solid rgba(244,67,54,.3)}.styles-module__statIcon__W7LZx{width:18px;height:18px}.styles-module__attackIcon__mX3nr{color:#f44336;filter:drop-shadow(0 0 2px rgba(244,67,54,.5))}.styles-module__hpIcon__oPe7g{color:#4caf50;filter:drop-shadow(0 0 2px rgba(76,175,80,.5))}.styles-module__statText__JLNhw{color:#fff;font-weight:500;text-shadow:0 0 8px rgba(255,255,255,.5)}.styles-module__statText__JLNhw.styles-module__valueSmall__8AKtl{font-size:1rem}.styles-module__statText__JLNhw.styles-module__valueMedium__wMFse{font-size:.8rem}.styles-module__statText__JLNhw.styles-module__valueLarge__IWMh6{font-size:.6rem}@keyframes styles-module__fadeIn__0be-j{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__0be-j{animation:styles-module__fadeIn__0be-j var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__heroDetailWrapper__CDftS{width:100%;height:100%;padding:16px;display:flex;flex-direction:column;gap:16px;overflow:auto}.styles-module__heroDetailWrapper__CDftS::-webkit-scrollbar{width:0;height:0}.styles-module__heroDetailWrapper__CDftS{scrollbar-width:none}.styles-module__fullScreen__9Jj50{padding-top:32px}.styles-module__cell__yBjmo{display:flex;align-items:center;justify-content:space-between;gap:12px}.styles-module__avatarWrapper__YcOcY{flex-shrink:0;width:96px;height:96px;border-radius:50%;overflow:hidden}.styles-module__avatar__AAAb8{width:100%;height:100%;padding:4px;object-fit:contain}.styles-module__heroInfo__rTT5k{flex:1;display:flex;flex-direction:column;gap:8px}.styles-module__heroName__fBfrS{font-size:1.5rem;font-weight:700;color:gold}.styles-module__subtitle__Q9X0S{display:flex;flex-direction:column;gap:4px;font-size:1rem;color:#f5e1a4}.styles-module__level__JKhAl{font-size:1.1rem;color:#fff}.styles-module__levelInfo__0Ekyo{font-weight:700;color:#76b947}.styles-module__classIcon__ajaOG{width:50px;height:50px;object-fit:contain}.styles-module__heroBio__HMGXv{font-size:1rem;color:#ccc;text-align:justify}.styles-module__pvpStats__ufCaB{width:min-content;align-self:center}.styles-module__loader__MxRVD{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.styles-module__fadeIn__0be-j{animation:styles-module__fadeIn__0be-j 1s 0s forwards}@keyframes styles-module__fadeIn__tfIOO{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__tfIOO{animation:styles-module__fadeIn__tfIOO var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modalOverlay__7NyDu{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:101}.styles-module__modalContent__Re9c-{max-width:90%;width:800px;height:80%;position:relative;display:flex}.styles-module__closeButton__-Fz11{position:absolute;top:5px;right:10px;background:transparent;border:none;font-size:24px;cursor:pointer;z-index:100;color:#f5e1a4;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000}.styles-module__iframe__ITPhk{flex-grow:1;border:none;width:100%;height:100%;border-radius:16px}@keyframes styles-module__fadeIn__KbYDQ{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__KbYDQ{animation:styles-module__fadeIn__KbYDQ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__roulette__yNBDP{height:min-content;margin:auto 0}.styles-module__buttonRow__FbD1Q{display:flex;flex-direction:column;text-align:center;gap:5vh;align-items:center;justify-content:center;padding:16px;position:absolute;bottom:0;margin-bottom:var(--tg-safe-area-inset-bottom);left:0;width:100%}.styles-module__column__t2aJP{display:flex;flex-direction:column;gap:2vh;align-items:center;justify-content:center}.styles-module__heroContainer__QIbMm{position:relative;height:calc(100% - 61px);width:100%}.styles-module__image__zhB5Q{width:15vh;height:20vh;border-radius:12px;object-fit:contain}.styles-module__fadeIn__KbYDQ{animation:styles-module__fadeIn__KbYDQ 1s 0s forwards}.styles-module__fixedLayout__AONrw{display:flex;flex-direction:column;align-items:center;gap:1vh;text-align:center;padding:calc(16px + var(--tg-content-safe-area-inset-top) + var(--tg-content-safe-area-inset-top)) 16px 0 16px;position:absolute;top:0;right:0;width:100%}.styles-module__title__uxbJK{font-size:1.2rem;padding-top:20px}.styles-module__question__ohMK6{color:#f5e1a4;cursor:pointer}.styles-module__caption__9d92S{font-size:.6rem}.styles-module__button__8q9gZ{width:100%}@keyframes styles-module__fadeIn__KlWkb{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__KlWkb{animation:styles-module__fadeIn__KlWkb var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__fuseTimerContainer__LAyk6{position:fixed;top:0;left:0;width:100%;height:10px;z-index:1000;padding-top:var(--tg-safe-area-inset-top)}.styles-module__fuseTrack__xRHkH{position:relative;width:100%;height:6px;background-color:#0000004d;overflow:hidden}.styles-module__fuseRemaining__tPJK-{position:absolute;height:100%;left:0;background:linear-gradient(to left,var(--progress-color-end, #ff3300),var(--progress-color-start, #4caf50));box-shadow:0 0 8px #ffffff80;transition:width .05s linear;--progress-color-start: #4caf50;--progress-color-mid: #ffeb3b;--progress-color-end: #ff3300}.styles-module__fuseBurned__tmIX5{position:absolute;height:100%;left:0;right:auto;background-color:#000000b3;transition:width .05s linear}.styles-module__fuseRemaining__tPJK-:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(255,255,255,.15) 3px,rgba(255,255,255,.15) 6px)}.styles-module__modalOverlay__RrCwo{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.styles-module__modal__bC015{background:#000000e6;padding:20px;border-radius:16px;position:relative;min-width:300px;max-width:90%;border:1px solid rgba(255,255,255,.1);color:#fff}.styles-module__closeButton__u-naO{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;padding:0;line-height:1;color:#fff9}.styles-module__closeButton__u-naO:hover{color:#fff}.styles-module__title__91HGo{margin:0 0 20px;text-align:center;color:#fff;font-size:18px;padding-bottom:12px}.styles-module__content__1xlis{margin-bottom:20px}.styles-module__actions__uQpfZ{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.styles-module__cancelButton__Ga-EM,.styles-module__confirmButton__rS7d3{padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;background:none;border:1px solid rgba(255,255,255,.2);color:#fff}.styles-module__cancelButton__Ga-EM:hover,.styles-module__confirmButton__rS7d3:hover{background:#ffffff1a}.styles-module__confirmButton__rS7d3{background:#4caf5033;border-color:#4caf504d}.styles-module__confirmButton__rS7d3:hover{background:#4caf504d}@keyframes styles-module__fadeIn__VcmJ8{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__VcmJ8{animation:styles-module__fadeIn__VcmJ8 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__text__7QEge{color:#f5e1a4}@keyframes styles-module__fadeIn__immbw{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__immbw{animation:styles-module__fadeIn__immbw var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__switchContainer__kHL44{display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.styles-module__label__jYX0B{color:#f5e1a4e6;font-size:.75rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.8)}.styles-module__switch__8GFmW{position:relative;width:40px;height:20px;cursor:pointer;transition:all .3s ease;transform:scale(1)}.styles-module__switch__8GFmW:hover{transform:scale(1.05)}.styles-module__switch__8GFmW:active{transform:scale(.95)}.styles-module__slider__EydD1{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#3c3228cc,#281e14e6);border-radius:12px;border:2px solid rgba(100,80,60,.6);box-shadow:inset 0 2px 4px #000c,inset 0 -1px 2px #f5e1a41a,0 3px 8px #00000080;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__slider__EydD1:before{content:"";position:absolute;top:3px;left:0;right:0;height:40%;border-radius:12px 12px 0 0;background:linear-gradient(180deg,rgba(245,225,164,.05),transparent);pointer-events:none}.styles-module__slider__EydD1:after{content:"✕";position:absolute;top:50%;right:6px;transform:translateY(-50%);font-size:8px;color:#96645099;font-weight:700;transition:opacity .3s ease}.styles-module__handle__OVQlt{position:absolute;top:50%;left:3px;transform:translateY(-50%);width:14px;height:14px;border-radius:6px;background:linear-gradient(135deg,#786450e6,#503c32e6);border:1.5px solid rgba(140,110,90,.8);box-shadow:0 2px 4px #000000b3,inset 0 1px 1px #f5e1a433,inset 0 -1px 1px #00000080;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__handle__OVQlt:before{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;border-radius:4px;background:radial-gradient(circle at 30% 30%,rgba(180,150,120,.4),transparent 60%)}.styles-module__checked__D0F90 .styles-module__slider__EydD1{background:linear-gradient(180deg,#f59e0b80,#b4641499);border-color:#f59e0bcc;box-shadow:inset 0 2px 4px #f59e0b4d,inset 0 -1px 2px #0009,0 3px 10px #f59e0b66,0 0 15px #f59e0b33}.styles-module__checked__D0F90 .styles-module__slider__EydD1:before{background:linear-gradient(180deg,rgba(245,225,164,.2),transparent)}.styles-module__checked__D0F90 .styles-module__slider__EydD1:after{content:"✓";left:6px;right:auto;color:#f5e1a4cc;font-size:9px;text-shadow:0 0 4px rgba(245,158,11,.8)}.styles-module__checked__D0F90 .styles-module__handle__OVQlt{left:calc(100% - 17px);background:linear-gradient(135deg,#f5e1a4f2,#f59e0be6);border-color:#f59e0be6;box-shadow:0 2px 6px #f59e0b99,0 0 12px #f59e0b66,inset 0 1px 2px #ffffff4d,inset 0 -1px 2px #b4641480}.styles-module__checked__D0F90 .styles-module__handle__OVQlt:before{background:radial-gradient(circle at 30% 30%,rgba(255,240,200,.7),transparent 70%)}.styles-module__checked__D0F90 .styles-module__handle__OVQlt:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:2px;background:#f59e0bcc;box-shadow:0 0 6px #f59e0bcc,inset 0 0 3px #fff0c880}@keyframes styles-module__pulse__xJMMF{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}@keyframes styles-module__pulseRed__hezNr{0%{box-shadow:0 0 #f446}70%{box-shadow:0 0 0 10px #f440}to{box-shadow:0 0 #f440}}.styles-module__actionMenuContainer__LQKio{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:1000}.styles-module__actionMenu__UExig{position:relative;display:flex;align-items:center}.styles-module__mainButtons__6ea86{display:flex;flex-direction:column;gap:8px}.styles-module__mainButton__yF-wM{width:48px;height:48px;border-radius:50%;background:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.styles-module__mainButton__yF-wM:hover{background:#000c}.styles-module__attackButton__8697A{border:2px solid #ff4444;color:#f44;animation:styles-module__pulseRed__hezNr 2s infinite}.styles-module__attackButton__8697A:hover{animation:none;box-shadow:0 0 10px #ff44444d}.styles-module__attackButton__8697A.styles-module__selected__vAmSL{animation:none;background:#f443;box-shadow:0 0 10px #ff44444d}.styles-module__menuButton__nEX-s{border:2px solid #ffffff;color:#fff;animation:styles-module__pulse__xJMMF 2s infinite}.styles-module__menuButton__nEX-s:hover{animation:none;box-shadow:0 0 10px #ffffff4d}.styles-module__actionList__hpcsq{position:absolute;right:60px;display:flex;gap:8px;opacity:0;visibility:hidden;transform:translate(20px);transition:all .3s ease}.styles-module__expanded__2rT-R .styles-module__actionList__hpcsq{opacity:1;visibility:visible;transform:translate(0)}.styles-module__expanded__2rT-R .styles-module__menuButton__nEX-s{animation:none;background:#000c;transform:rotate(180deg)}.styles-module__actionIcon__a-8iz{width:40px;height:40px;border-radius:50%;background:#0009;border:2px solid var(--action-color);color:var(--action-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.styles-module__actionIcon__a-8iz:not(.styles-module__disabled__gSVP0){animation:styles-module__pulse__xJMMF 2s infinite}.styles-module__actionIcon__a-8iz:hover:not(.styles-module__disabled__gSVP0){animation:none;background:#000c;box-shadow:0 0 10px rgba(var(--action-color),.3)}.styles-module__actionIcon__a-8iz.styles-module__disabled__gSVP0{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.styles-module__actionIcon__a-8iz.styles-module__selected__vAmSL{animation:none;background:rgba(var(--action-color),.2);box-shadow:0 0 10px rgba(var(--action-color),.3)}.styles-module__animationContainer__jJGp-{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100}.styles-module__attackIcon__v1yTY{position:relative;z-index:10;color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,.9));transform:scale(1.3)}.styles-module__projectileBase__1FzMQ,.styles-module__hammerAttack__dDece,.styles-module__swordSlash__0t5hK,.styles-module__thrownKnife__AtiIr,.styles-module__bardNotes__gtfsb,.styles-module__fireball__nxpjA,.styles-module__magicBolt__KB4tK{position:absolute;display:flex;align-items:center;justify-content:center;transform-origin:center;z-index:1000}.styles-module__fireball__nxpjA,.styles-module__magicBolt__KB4tK{width:45px;height:45px;border-radius:50%;animation:styles-module__fireballFly__R-9CU .8s forwards}.styles-module__fireball__nxpjA:before,.styles-module__magicBolt__KB4tK:before{content:"";position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,rgba(255,200,0,.6) 0%,rgba(255,100,0,.4) 60%,transparent 100%);animation:styles-module__pulse__v6eQm .3s infinite alternate;z-index:-1}.styles-module__fireball__nxpjA .styles-module__attackIcon__v1yTY,.styles-module__magicBolt__KB4tK .styles-module__attackIcon__v1yTY{color:#f50;filter:drop-shadow(0 0 12px rgb(255,100,0));animation:styles-module__rotate__i3vrz .5s linear infinite;text-shadow:0 0 15px #ff5500}.styles-module__hitEffect__vNyo9,.styles-module__magicHit__gskBG{position:absolute;width:70px;height:70px;margin-left:-35px;margin-top:-35px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,150,0,.8) 40%,rgba(255,0,0,.6) 70%,transparent 100%);z-index:1000;animation:styles-module__explosion__ObG-i .3s forwards}.styles-module__bardNotes__gtfsb{width:45px;height:45px;animation:styles-module__notesFly__hV7e8 .8s forwards}.styles-module__bardNotes__gtfsb:before{content:"";position:absolute;width:60px;height:60px;background:radial-gradient(circle,rgba(150,100,255,.6) 0%,rgba(100,100,255,.4) 60%,transparent 100%);border-radius:50%;animation:styles-module__pulse__v6eQm .3s infinite alternate;z-index:-1}.styles-module__bardNotes__gtfsb .styles-module__attackIcon__v1yTY{color:#c9f;filter:drop-shadow(0 0 12px rgb(150,100,255));animation:styles-module__musicalBounce__l8La9 .5s linear infinite;text-shadow:0 0 15px #cc99ff}.styles-module__bardHit__RwVtg{position:absolute;width:70px;height:70px;margin-left:-35px;margin-top:-35px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(150,100,255,.8) 40%,rgba(100,50,255,.6) 70%,transparent 100%);z-index:1000;animation:styles-module__musicalBurst__izMcK .3s forwards}.styles-module__thrownKnife__AtiIr{width:50px;height:50px;animation:styles-module__knifeFly__64hLf .75s forwards}.styles-module__thrownKnife__AtiIr:before{content:"";position:absolute;width:55px;height:55px;background:radial-gradient(circle,rgba(200,200,200,.5) 0%,rgba(150,150,150,.3) 60%,transparent 100%);border-radius:50%;z-index:-1}.styles-module__thrownKnife__AtiIr .styles-module__attackIcon__v1yTY{color:#e0e0e0;filter:drop-shadow(0 0 15px rgb(220,220,220));animation:styles-module__knifeRotate__f26zj .75s linear infinite;text-shadow:0 0 15px #ffffff}.styles-module__knifeHit__uHARM{position:absolute;width:60px;height:60px;margin-left:-30px;margin-top:-30px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,rgba(200,200,200,.6) 50%,transparent 100%);z-index:1000;animation:styles-module__smallExplosion__G0kU- .3s forwards}.styles-module__swordSlash__0t5hK{width:60px;height:60px;animation:styles-module__swordFly__hrUgA .7s forwards}.styles-module__swordSlash__0t5hK:before{content:"";position:absolute;width:75px;height:75px;background:radial-gradient(circle,rgba(220,220,255,.6) 0%,rgba(180,180,255,.4) 60%,transparent 100%);border-radius:50%;z-index:-1}.styles-module__swordSlash__0t5hK .styles-module__attackIcon__v1yTY{color:#c0c0ff;filter:drop-shadow(0 0 15px rgb(100,100,255));animation:styles-module__swordRotate__aK39N .7s linear forwards;text-shadow:0 0 20px #8080ff;transform:scale(1.5)}.styles-module__swordHit__i9QJU{position:absolute;width:90px;height:90px;margin-left:-45px;margin-top:-45px;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.9) 25%,rgba(200,200,255,.7) 50%,transparent 75%);z-index:1000;animation:styles-module__slash__NF92i .3s forwards;box-shadow:0 0 20px #b4b4ffcc}.styles-module__hammerAttack__dDece{width:60px;height:60px;animation:styles-module__hammerFly__-JQp- .85s forwards cubic-bezier(.15,.85,.85,.15)}.styles-module__hammerAttack__dDece:before{content:"";position:absolute;width:80px;height:80px;background:radial-gradient(circle,rgba(255,215,0,.5) 0%,rgba(210,175,0,.3) 60%,transparent 100%);border-radius:50%;z-index:-1}.styles-module__hammerAttack__dDece .styles-module__attackIcon__v1yTY{color:gold;filter:drop-shadow(0 0 20px rgb(255,215,0));animation:styles-module__hammerRotate__RHN-L .85s linear forwards;text-shadow:0 0 20px #ffcc00;transform:scale(1.6)}.styles-module__hammerHit__YRXuQ{position:absolute;width:100px;height:100px;margin-left:-50px;margin-top:-50px;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,215,0,.7) 40%,rgba(210,175,0,.5) 70%,transparent 100%);z-index:1000;animation:styles-module__groundShake__46hN1 .4s forwards;box-shadow:0 0 30px #ffd700cc}@keyframes styles-module__fireballFly__R-9CU{0%{transform:scale(.5);filter:brightness(1)}10%{transform:scale(1)}90%{filter:brightness(1.5)}to{transform:translate(var(--target-x),var(--target-y)) scale(1.5);filter:brightness(2);opacity:0}}@keyframes styles-module__notesFly__hV7e8{0%{transform:scale(.5) translateY(0);opacity:.7}25%{transform:scale(.9) translateY(-15px)}50%{transform:scale(1.1) translateY(0)}75%{transform:scale(.9) translateY(-10px)}90%{opacity:1}to{transform:translate(var(--target-x),var(--target-y)) scale(1.2);opacity:0}}@keyframes styles-module__knifeFly__64hLf{0%{transform:scale(.8) rotate(0)}to{transform:translate(var(--target-x),var(--target-y)) rotate(720deg);opacity:0}}@keyframes styles-module__swordFly__hrUgA{0%{transform:scale(.2) rotate(-30deg);opacity:.7;filter:brightness(1)}20%{transform:scale(.8) rotate(0);opacity:1;filter:brightness(1.3)}to{transform:translate(var(--target-x),var(--target-y)) scale(1.2) rotate(30deg);opacity:0;filter:brightness(1.5)}}@keyframes styles-module__hammerFly__-JQp-{0%{transform:scale(.5) rotate(-45deg);opacity:.7;filter:brightness(1)}50%{transform:scale(1.2) translateY(-30px) rotate(0);opacity:1;filter:brightness(1.5)}90%{transform:translate(calc(var(--target-x) * .9),calc(var(--target-y) * .9)) scale(1.5) rotate(45deg);filter:brightness(1.8)}to{transform:translate(var(--target-x),var(--target-y)) scale(1.2) rotate(60deg);opacity:0;filter:brightness(2)}}@keyframes styles-module__explosion__ObG-i{0%{transform:scale(.2);opacity:.7;box-shadow:0 0 20px #ff6400cc}50%{transform:scale(1.5);opacity:1;box-shadow:0 0 40px #ff6400}to{transform:scale(2);opacity:0;box-shadow:0 0 60px #ff640099}}@keyframes styles-module__musicalBurst__izMcK{0%{transform:scale(.2);opacity:.7;box-shadow:0 0 20px #9664ffcc}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 40px #9664ff}to{transform:scale(1.8) rotate(15deg);opacity:0;box-shadow:0 0 60px #9664ff99}}@keyframes styles-module__smallExplosion__G0kU-{0%{transform:scale(.2);opacity:.7;box-shadow:0 0 20px #fffc}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 40px #fff}to{transform:scale(1.5);opacity:0;box-shadow:0 0 60px #fff9}}@keyframes styles-module__slash__NF92i{0%{clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%);opacity:.7;box-shadow:0 0 20px #6464ffcc}50%{clip-path:polygon(0% 40%,60% 0%,100% 60%,40% 100%);opacity:1;box-shadow:0 0 40px #6464ff}to{clip-path:polygon(0% 40%,60% 0%,100% 60%,40% 100%);opacity:0;box-shadow:0 0 60px #6464ff99}}@keyframes styles-module__groundShake__46hN1{0%{transform:scale(.2);opacity:0;box-shadow:0 0 20px #ffd700cc}20%{transform:scale(1);opacity:1;box-shadow:0 0 40px gold}40%{transform:scale(.9);box-shadow:0 0 50px gold}60%{transform:scale(1.1);box-shadow:0 0 60px gold}80%{transform:scale(.95);box-shadow:0 0 50px #ffd700cc}to{transform:scale(1.2);opacity:0;box-shadow:0 0 40px #ffd70099}}@keyframes styles-module__pulse__v6eQm{0%{transform:scale(.8);opacity:.7}to{transform:scale(1.1);opacity:1}}@keyframes styles-module__rotate__i3vrz{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes styles-module__knifeRotate__f26zj{0%{transform:rotate(0)}to{transform:rotate(720deg)}}@keyframes styles-module__swordRotate__aK39N{0%{transform:rotate(-45deg)}to{transform:rotate(45deg)}}@keyframes styles-module__hammerRotate__RHN-L{0%{transform:rotate(-45deg)}50%{transform:rotate(0)}to{transform:rotate(60deg)}}@keyframes styles-module__musicalBounce__l8La9{0%{transform:translateY(0) scale(1)}25%{transform:translateY(-5px) scale(1.1)}50%{transform:translateY(0) scale(1)}75%{transform:translateY(5px) scale(.9)}to{transform:translateY(0) scale(1)}}@keyframes styles-module__roll__LwqrN{0%{transform:rotateX(0) rotateY(0) rotate(0)}20%{transform:rotateX(144deg) rotateY(180deg) rotate(144deg)}40%{transform:rotateX(288deg) rotateY(360deg) rotate(288deg)}60%{transform:rotateX(432deg) rotateY(540deg) rotate(432deg)}80%{transform:rotateX(576deg) rotateY(720deg) rotate(576deg)}to{transform:rotateX(720deg) rotateY(900deg) rotate(720deg)}}.styles-module__container__3LH-e{margin:auto;position:relative;width:50px;height:50px;perspective:1500px}.styles-module__die__Sqb4C{position:absolute;width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s ease-out;cursor:pointer;transform:rotateX(-53deg)}.styles-module__die__Sqb4C.styles-module__rolling__Smhgl{animation:styles-module__roll__LwqrN 3s linear}.styles-module__die__Sqb4C[data-face="1"]{transform:rotateX(-53deg) rotateY(0)}.styles-module__die__Sqb4C[data-face="2"]{transform:rotateX(-53deg) rotateY(72deg)}.styles-module__die__Sqb4C[data-face="3"]{transform:rotateX(-53deg) rotateY(144deg)}.styles-module__die__Sqb4C[data-face="4"]{transform:rotateX(-53deg) rotateY(216deg)}.styles-module__die__Sqb4C[data-face="5"]{transform:rotateX(-53deg) rotateY(288deg)}.styles-module__die__Sqb4C[data-face="16"]{transform:rotateX(127deg) rotateY(-72deg)}.styles-module__die__Sqb4C[data-face="17"]{transform:rotateX(127deg) rotateY(-144deg)}.styles-module__die__Sqb4C[data-face="18"]{transform:rotateX(127deg) rotateY(-216deg)}.styles-module__die__Sqb4C[data-face="19"]{transform:rotateX(127deg) rotateY(-288deg)}.styles-module__die__Sqb4C[data-face="20"]{transform:rotateX(127deg) rotateY(-360deg)}.styles-module__die__Sqb4C[data-face="6"]{transform:rotateX(11deg) rotate(180deg) rotateY(0)}.styles-module__die__Sqb4C[data-face="7"]{transform:rotateX(11deg) rotate(180deg) rotateY(72deg)}.styles-module__die__Sqb4C[data-face="8"]{transform:rotateX(11deg) rotate(180deg) rotateY(144deg)}.styles-module__die__Sqb4C[data-face="9"]{transform:rotateX(11deg) rotate(180deg) rotateY(216deg)}.styles-module__die__Sqb4C[data-face="10"]{transform:rotateX(11deg) rotate(180deg) rotateY(288deg)}.styles-module__die__Sqb4C[data-face="11"]{transform:rotateX(11deg) rotateY(-252deg)}.styles-module__die__Sqb4C[data-face="12"]{transform:rotateX(11deg) rotateY(-324deg)}.styles-module__die__Sqb4C[data-face="13"]{transform:rotateX(11deg) rotateY(-396deg)}.styles-module__die__Sqb4C[data-face="14"]{transform:rotateX(11deg) rotateY(-468deg)}.styles-module__die__Sqb4C[data-face="15"]{transform:rotateX(11deg) rotateY(-540deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur{position:absolute;left:50%;top:0;margin:0 -12.5px;border-left:12.5px solid transparent;border-right:12.5px solid transparent;border-bottom:21.5px solid rgba(30,180,20,.75);width:0;height:0;transform-style:preserve-3d;backface-visibility:hidden;counter-increment:steps 1}.styles-module__die__Sqb4C .styles-module__face__0Fyur:before{content:counter(steps);position:absolute;top:5.375px;left:-25px;color:#fff;text-shadow:1px 1px 3px #000;font-size:10.75px;text-align:center;line-height:19.35px;width:50px;height:21.5px}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(1){transform:rotateY(0) translateZ(8.375px) translateY(-3.225px) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(2){transform:rotateY(-72deg) translateZ(8.375px) translateY(-3.225px) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(3){transform:rotateY(-144deg) translateZ(8.375px) translateY(-3.225px) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(4){transform:rotateY(-216deg) translateZ(8.375px) translateY(-3.225px) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(5){transform:rotateY(-288deg) translateZ(8.375px) translateY(-3.225px) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(16){transform:rotateY(-108deg) translateZ(8.375px) translateY(30.315px) rotate(180deg) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(17){transform:rotateY(-36deg) translateZ(8.375px) translateY(30.315px) rotate(180deg) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(18){transform:rotateY(36deg) translateZ(8.375px) translateY(30.315px) rotate(180deg) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(19){transform:rotateY(108deg) translateZ(8.375px) translateY(30.315px) rotate(180deg) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(20){transform:rotateY(180deg) translateZ(8.375px) translateY(30.315px) rotate(180deg) rotateX(53deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(6){transform:rotateY(360deg) translateZ(18.75px) translateY(13.545px) rotate(180deg) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(7){transform:rotateY(288deg) translateZ(18.75px) translateY(13.545px) rotate(180deg) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(8){transform:rotateY(216deg) translateZ(18.75px) translateY(13.545px) rotate(180deg) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(9){transform:rotateY(144deg) translateZ(18.75px) translateY(13.545px) rotate(180deg) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(10){transform:rotateY(72deg) translateZ(18.75px) translateY(13.545px) rotate(180deg) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(11){transform:rotateY(252deg) translateZ(18.75px) translateY(13.545px) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(12){transform:rotateY(324deg) translateZ(18.75px) translateY(13.545px) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(13){transform:rotateY(396deg) translateZ(18.75px) translateY(13.545px) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(14){transform:rotateY(468deg) translateZ(18.75px) translateY(13.545px) rotateX(-11deg)}.styles-module__die__Sqb4C .styles-module__face__0Fyur:nth-child(15){transform:rotateY(540deg) translateZ(18.75px) translateY(13.545px) rotateX(-11deg)}@keyframes styles-module__fadeIn__HnxZz{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__HnxZz{animation:styles-module__fadeIn__HnxZz var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__rollDisplay__ML5sF{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;opacity:0;scale:.8;transition:all .3s ease-out;pointer-events:none}.styles-module__rollDisplay__ML5sF.styles-module__visible__fSWBD{opacity:1;scale:1}.styles-module__content__G411p{display:flex;flex-direction:column;align-items:center;gap:16px}.styles-module__typeMessage__z1780{font-size:1.4rem;font-weight:900;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.8);animation:styles-module__pulse__x13He .6s ease-out;letter-spacing:1px}.styles-module__typeMessage__z1780.styles-module__fatal__D7voW{color:red;text-shadow:0 0 20px #ff0000;animation:styles-module__fatalPulse__qzUaX 1s ease-out}.styles-module__typeMessage__z1780.styles-module__critical__bBCwf{color:gold;text-shadow:0 0 20px #ffd700}.styles-module__typeMessage__z1780.styles-module__criticalLuck__I1SpB{color:#0f0;text-shadow:0 0 15px #00ff00}.styles-module__typeMessage__z1780.styles-module__criticalFailure__A-2Rn{color:#f44;text-shadow:0 0 15px #ff4444}.styles-module__typeMessage__z1780.styles-module__advantage__81CTy{color:#4169e1;text-shadow:0 0 15px #4169e1}.styles-module__typeMessage__z1780.styles-module__disadvantage__P0Ex-{color:tomato;text-shadow:0 0 15px #ff6347}.styles-module__typeMessage__z1780.styles-module__normal__cLXHW{color:#f5e1a4}.styles-module__rollSection__oGQnK{display:flex;flex-direction:column;align-items:center;gap:12px;animation:styles-module__slideUp__4taQ1 .4s ease-out .2s both}.styles-module__multipleRolls__g59-5{display:flex;flex-direction:column;align-items:center;gap:12px}.styles-module__rollsContainer__6vlsB{display:flex;gap:16px;align-items:center}.styles-module__singleRoll__lLr5o{display:flex;justify-content:center}.styles-module__diceWrapper__CFZGf{position:relative;display:inline-block}.styles-module__strikethrough__bIAbt{position:absolute;top:50%;left:-10%;right:-10%;height:3px;background:#f44;transform:translateY(-50%) rotate(-15deg);box-shadow:0 0 6px #f44;z-index:10;pointer-events:none}.styles-module__diceBase__TBeg-{font-size:1.5rem;font-weight:900;color:#f5e1a4;text-shadow:1px 1px 2px rgba(0,0,0,.8);line-height:1}.styles-module__rollBreakdown__GRguT{font-size:.6rem;font-weight:500;color:#aaa;line-height:1;margin-top:2px;text-align:center}.styles-module__rollLabel__-3ZPX{font-size:.5rem;font-weight:400;color:#666;line-height:1;margin-top:1px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.styles-module__diceResult__o3mKR{position:absolute;bottom:-8px;font-size:.8rem;font-weight:700;color:gold;background:#000c;padding:2px 6px;border-radius:4px;border:1px solid #ffd700}.styles-module__rollResult__lhs5D{font-size:1rem;font-weight:600;color:#f5e1a4;text-shadow:1px 1px 2px rgba(0,0,0,.8);text-align:center}.styles-module__rollResult__lhs5D strong{color:gold;font-size:1.1rem}.styles-module__detailsSection__h-l9A{display:flex;flex-direction:column;align-items:center;gap:8px;animation:styles-module__slideUp__4taQ1 .4s ease-out .6s both}.styles-module__damageInfo__N9n5s{display:flex;flex-direction:column;align-items:center;gap:4px}.styles-module__damageMain__GXg-T{font-size:1.2rem;font-weight:700;color:#f5e1a4;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.styles-module__damageMain__GXg-T strong{color:#ff6b6b;font-size:1.3rem}.styles-module__damageBase__zTPOO{font-size:.9rem;color:#888;font-style:italic}.styles-module__missInfo__vmae4{display:flex;align-items:center;justify-content:center}.styles-module__missText__jwczg{font-size:1.3rem;font-weight:900;color:#888;text-shadow:1px 1px 2px rgba(0,0,0,.8);animation:styles-module__fadeInOut__aLtOk 2s ease-in-out}@keyframes styles-module__pulse__x13He{0%{scale:.8;opacity:0}50%{scale:1.1}to{scale:1;opacity:1}}@keyframes styles-module__fatalPulse__qzUaX{0%{scale:.8;opacity:0}25%{scale:1.2;text-shadow:0 0 30px #ff0000}50%{scale:1.1}75%{scale:1.15;text-shadow:0 0 40px #ff0000}to{scale:1;opacity:1;text-shadow:0 0 20px #ff0000}}@keyframes styles-module__slideUp__4taQ1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__diceRoll__vpxe5{0%{transform:rotateX(0) rotateY(0) scale(.8);opacity:0}25%{transform:rotateX(90deg) rotateY(45deg) scale(1.1)}50%{transform:rotateX(180deg) rotateY(90deg) scale(1.2)}75%{transform:rotateX(270deg) rotateY(135deg) scale(1.1)}to{transform:rotateX(360deg) rotateY(180deg) scale(1);opacity:1}}@keyframes styles-module__criticalGlow__kro-a{0%,to{box-shadow:0 0 25px #00ff00b3}50%{box-shadow:0 0 35px #00ff00e6}}@keyframes styles-module__failureGlow__4DKk8{0%,to{box-shadow:0 0 25px #ff0000b3}50%{box-shadow:0 0 35px #ff0000e6}}@keyframes styles-module__fadeInOut__aLtOk{0%{opacity:0}20%,80%{opacity:1}to{opacity:0}}.styles-module__animationProvider__HQIGY{position:relative;width:100%;height:100%}@keyframes styles-module__wobble__aCtHT{0%{transform:translate(0) rotate(0)}25%{transform:translate(-20px) rotate(-3deg)}75%{transform:translate(5px) rotate(1deg)}to{transform:translate(0) rotate(0)}}.styles-module__shakeAnimation__mAoi1{animation:styles-module__wobble__aCtHT .5s cubic-bezier(.36,.07,.19,.97) both;transform-origin:center;backface-visibility:hidden;perspective:1000px}.styles-module__hpText__8-g-J{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5);font-weight:700;z-index:10}.styles-module__heroQueue__Tiamh{display:flex;flex-direction:column;max-height:40%;align-items:flex-start;gap:8px;padding:4px}.styles-module__hero__IMx-L{position:relative;overflow:hidden;width:50px;height:50px;transition:all .3s ease;border-radius:12px;box-shadow:0 2px 8px #0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.styles-module__hero__IMx-L:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:10px;background:linear-gradient(to bottom,rgba(255,255,255,.1),rgba(255,255,255,.05) 50%,transparent)}.styles-module__currentTurn__D93r0{width:70px;height:70px;transform:translate(10px);position:relative;z-index:10;animation:styles-module__scalePulse__rPUkO 2s infinite ease-in-out}@keyframes styles-module__scalePulse__rPUkO{0%{transform:translate(10px) scale(1)}50%{transform:translate(10px) scale(1.05)}to{transform:translate(10px) scale(1)}}.styles-module__myHero__Rxv8x{border:2px solid #4caf50;box-shadow:0 0 10px #4caf504d}.styles-module__myHero__Rxv8x.styles-module__currentTurn__D93r0{border-color:#4caf50;box-shadow:0 0 15px #4caf5066,0 0 30px #4caf5033}.styles-module__myHero__Rxv8x.styles-module__currentTurn__D93r0:before{animation:styles-module__allyTurnGlow__o0v1e 2s infinite}.styles-module__enemyHero__H6wWo{border:2px solid #f44336;box-shadow:0 0 10px #f443364d}.styles-module__enemyHero__H6wWo.styles-module__currentTurn__D93r0{border-color:#f44336;box-shadow:0 0 15px #f4433666,0 0 30px #f4433633}.styles-module__enemyHero__H6wWo.styles-module__currentTurn__D93r0:before{animation:styles-module__enemyTurnGlow__qIIXe 2s infinite}.styles-module__heroImg__gthbC{width:100%;height:100%;object-fit:contain;transition:all .3s ease;position:relative;z-index:2}.styles-module__placeholderPulse__ijPqI{width:100%;height:100%;object-fit:contain;animation:styles-module__pulsePlaceholder__YTWqq 1.5s infinite ease-in-out;z-index:1}.styles-module__hiddenImage__RIoAc{opacity:0;position:absolute;pointer-events:none}@keyframes styles-module__pulsePlaceholder__YTWqq{0%{opacity:.7;filter:brightness(.9) saturate(.8)}50%{opacity:1;filter:brightness(1.1) saturate(1.2)}to{opacity:.7;filter:brightness(.9) saturate(.8)}}.styles-module__heroClass__KQBL9{width:10px;height:10px;object-fit:contain;position:absolute;top:4px;left:4px;z-index:3;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.styles-module__dead__wf7-z{filter:grayscale(1);opacity:.7;pointer-events:none;position:relative}.styles-module__dead__wf7-z:before{background:linear-gradient(45deg,#424242,#212121)!important}.styles-module__dead__wf7-z:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:4;border-radius:12px}@keyframes styles-module__allyTurnGlow__o0v1e{0%{background:linear-gradient(to bottom,rgba(76,175,80,.2),rgba(76,175,80,.1) 50%,transparent)}50%{background:linear-gradient(to bottom,#4caf504d,#4caf5033 50%,#4caf501a)}to{background:linear-gradient(to bottom,rgba(76,175,80,.2),rgba(76,175,80,.1) 50%,transparent)}}@keyframes styles-module__enemyTurnGlow__qIIXe{0%{background:linear-gradient(to bottom,rgba(244,67,54,.2),rgba(244,67,54,.1) 50%,transparent)}50%{background:linear-gradient(to bottom,#f443364d,#f4433633 50%,#f443361a)}to{background:linear-gradient(to bottom,rgba(244,67,54,.2),rgba(244,67,54,.1) 50%,transparent)}}.styles-module__heroCardPlaceholder__Qb6A-{width:100%;height:100%;object-fit:contain;filter:blur(2px) brightness(.7);opacity:.8;transition:all .3s ease}.styles-module__damageIndicator__a7EFC{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:800;color:#fff;z-index:1000;pointer-events:none;text-shadow:0 0 8px rgba(0,0,0,.9),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__damagePop__U3LJC .7s ease-out forwards;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.styles-module__damageValue__V6ETO{filter:drop-shadow(0 0 5px rgba(0,0,0,.8));position:relative;line-height:1;display:flex;align-items:center;justify-content:center}.styles-module__missIndicator__LRwuC{color:#fff;font-size:1.5rem;font-weight:800;text-shadow:0 0 10px rgba(255,255,255,.5),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__missAnimation__k6soV 1s ease-out forwards;letter-spacing:2px}.styles-module__lowDamage__GBHA-{color:#ff0;text-shadow:0 0 8px rgba(255,255,0,.8),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__lowDamageEffect__fMZlu .7s forwards,styles-module__damagePop__U3LJC .7s forwards}.styles-module__mediumDamage__8fFB1{color:#f90;text-shadow:0 0 8px rgba(255,153,0,.8),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__mediumDamageEffect__zcqkw .7s forwards,styles-module__damagePop__U3LJC .7s forwards;font-size:1.5rem}.styles-module__highDamage__0kQgp{color:#f30;text-shadow:0 0 8px rgba(255,51,0,.8),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__highDamageEffect__omKdY .8s forwards,styles-module__damagePop__U3LJC .7s forwards;font-size:2rem}.styles-module__maxDamage__-SWFB{color:red;text-shadow:0 0 10px rgba(255,0,0,.9),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__maxDamageEffect__0WUt6 1s forwards,styles-module__damagePop__U3LJC .7s forwards;font-size:2.5rem;font-weight:900}.styles-module__critical__iWigf{color:gold;text-shadow:0 0 12px rgba(255,215,0,.9),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__criticalEffect__iXT-9 .8s forwards,styles-module__criticalPop__zZYVL .8s forwards}.styles-module__criticalText__XgjSm{font-size:.6em;font-weight:700;margin-top:2px;color:gold;text-shadow:0 0 8px rgba(255,215,0,.8);letter-spacing:1px}.styles-module__fatal__GIJnI{color:red;font-size:3rem;font-weight:900;text-shadow:0 0 15px rgb(255,0,0),2px 2px 4px rgba(0,0,0,.9);animation:styles-module__fatalEffect__S8P1M 1s forwards,styles-module__fatalPop__Iw60D 1.2s forwards}@keyframes styles-module__damagePop__U3LJC{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}30%{opacity:1;transform:translate(-50%,-50%) scale(1.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes styles-module__fatalPop__Iw60D{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}30%{opacity:1;transform:translate(-50%,-50%) scale(1.8)}70%{transform:translate(-50%,-50%) scale(1.3)}to{opacity:1;transform:translate(-50%,-50%) scale(1.5)}}@keyframes styles-module__missAnimation__k6soV{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.3)}to{opacity:1;transform:translate(-50%,-50%) rotate(-5deg) scale(1)}}@keyframes styles-module__lowDamageEffect__fMZlu{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes styles-module__mediumDamageEffect__zcqkw{0%{transform:translate(-50%,-50%) scale(1)}15%{transform:translate(-53%,-48%) rotate(-3deg) scale(1.1)}35%{transform:translate(-47%,-52%) rotate(3deg) scale(1.15)}50%{transform:translate(-50%,-50%) rotate(0) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes styles-module__highDamageEffect__omKdY{0%{transform:translate(-50%,-50%) scale(1)}15%{transform:translate(-55%,-45%) rotate(-5deg) scale(1.2)}30%{transform:translate(-45%,-55%) rotate(5deg) scale(1.3)}45%{transform:translate(-52%,-48%) rotate(-3deg) scale(1.25)}60%{transform:translate(-48%,-52%) rotate(3deg) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes styles-module__maxDamageEffect__0WUt6{0%{transform:translate(-50%,-50%) scale(1)}10%{transform:translate(-54%,-46%) rotate(-8deg) scale(1.2)}25%{transform:translate(-46%,-54%) rotate(8deg) scale(1.4)}40%{transform:translate(-56%,-44%) rotate(-6deg) scale(1.3)}55%{transform:translate(-44%,-56%) rotate(6deg) scale(1.35)}70%{transform:translate(-52%,-48%) rotate(-3deg) scale(1.25)}85%{transform:translate(-48%,-52%) rotate(3deg) scale(1.2)}to{transform:translate(-50%,-50%) scale(1.1)}}@keyframes styles-module__criticalPop__zZYVL{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}40%{opacity:1;transform:translate(-50%,-50%) scale(1.6)}to{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}@keyframes styles-module__criticalEffect__iXT-9{0%{filter:brightness(1) hue-rotate(0deg)}25%{filter:brightness(1.4) hue-rotate(15deg)}50%{filter:brightness(1.1) hue-rotate(-10deg)}75%{filter:brightness(1.5) hue-rotate(10deg)}to{filter:brightness(1.2) hue-rotate(0deg)}}@keyframes styles-module__fatalEffect__S8P1M{0%{filter:brightness(1)}25%{filter:brightness(1.5)}50%{filter:brightness(1.2)}75%{filter:brightness(1.7)}to{filter:brightness(1.3)}}.styles-module__attributesRow__w7R1h{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.styles-module__attribute__-GmaX{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;background-color:#00000080;box-shadow:0 4px 8px #0000004d;border-radius:12px;min-width:min-content;flex-shrink:0;padding:4px}.styles-module__charIcon__JqDlZ{object-fit:contain}.styles-module__attributeValue__GHGAV{font-size:.8rem}@keyframes styles-module__fadeIn__yv1BU{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__yv1BU{animation:styles-module__fadeIn__yv1BU var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modal__RXRC3{background:linear-gradient(135deg,#3c2a21,#8b7355);border:2px solid #ffd700;box-shadow:0 0 20px #ffd70033}.styles-module__modalContent__QBNxC{padding:0;max-height:95%;overflow-y:auto}.styles-module__modalHeader__znjfX{font-size:1.2rem;font-weight:700;text-align:center;margin-bottom:16px;color:#f5e1a4}.styles-module__modalClose__abj-W{color:#f5e1a4;font-size:1.5rem;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.styles-module__heroStatsModal__QKt6H{display:flex;flex-direction:column;gap:12px;padding:0}.styles-module__modalHeroCard__WApwG{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 12px;background:linear-gradient(135deg,#2c1810,#4a3728,#6b4e37);border:2px solid #ffd700;border-radius:16px;margin:12px;position:relative;box-shadow:0 0 15px #ffd7004d,inset 0 0 15px #ffd70014}.styles-module__modalHeroCard__WApwG:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(45deg,gold,#ffed4e,gold,#ffed4e);border-radius:17px;z-index:-1;animation:styles-module__cardGlow__35b4l 3s ease-in-out infinite alternate}@keyframes styles-module__cardGlow__35b4l{0%{opacity:.2}to{opacity:.4}}.styles-module__modalHeroName__CEPa6{font-size:1.4rem;font-weight:700;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.8),0 0 8px rgba(255,215,0,.4);margin-bottom:8px;text-align:center;letter-spacing:.5px;text-transform:uppercase}.styles-module__modalHeroImageContainer__MKfeQ{position:relative;width:140px;height:140px;flex-shrink:0;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.styles-module__modalHeroImageContainer__MKfeQ:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);pointer-events:none}.styles-module__modalHeroImage__DyDkf{width:100%;height:100%;object-fit:contain}.styles-module__modalClassImage__KetAo{position:absolute;bottom:6px;right:6px;width:28px;height:28px;object-fit:contain;border:2px solid #ffd700;border-radius:50%;background:#000000b3;padding:3px}.styles-module__modalHeroLevel__B9XJN{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#ff6b35,#f7931e,gold);color:#fff;font-size:1rem;font-weight:700;padding:4px 8px;border-radius:12px;border:2px solid #fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);box-shadow:0 3px 6px #0000004d,0 0 8px #ffd70033;min-width:24px;text-align:center}.styles-module__modalHpSection__HPof9{width:160px;margin-top:4px}.styles-module__modalHpBar__ZVn-q{width:100%;height:20px;background:linear-gradient(135deg,#2c1810,#1a1a1a);border-radius:10px;overflow:hidden;position:relative;border:2px solid #ffd700;box-shadow:0 3px 6px #0000004d,inset 0 2px 4px #00000080}.styles-module__modalHpFill__QX3U1{height:100%;background:linear-gradient(90deg,#f33,#f66,#f44);transition:width .5s ease;position:relative;box-shadow:0 0 8px #f446,inset 0 2px 4px #fff3}.styles-module__modalHpFill__QX3U1:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:styles-module__hpShine__80Zyc 2s ease-in-out infinite}@keyframes styles-module__hpShine__80Zyc{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.styles-module__modalHpText__OtAx0{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.8rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.8);font-weight:700;z-index:10;white-space:nowrap}.styles-module__modalStatsSection__oIvTT{padding:8px 16px;background:linear-gradient(135deg,#ffd70014,#ffd7000a);margin:0 12px;border-radius:12px;border:1px solid rgba(255,215,0,.2)}.styles-module__modalStatsSection__oIvTT:last-child{padding-bottom:12px;margin-bottom:12px}.styles-module__pvpStats__sApbE{margin-top:4px}@keyframes styles-module__fadeIn__8n8nG{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__8n8nG{animation:styles-module__fadeIn__8n8nG var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cardContainer__pktY9{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;height:100%}.styles-module__pvpHeroCard__OZvKW{width:100%;border-radius:8px;height:100%;transform:translateY(20px);transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative}.styles-module__pvpHeroCard__OZvKW.styles-module__enemy__VVrVg{border-color:#f44}.styles-module__pvpHeroCard__OZvKW.styles-module__ally__KYV7s{border-color:#4f4}.styles-module__imageContainer__FI9ji{width:100%;position:relative;height:100%;display:flex;justify-content:center;align-items:center}.styles-module__heroImage__-bJyH{width:100%;height:auto;object-fit:contain;max-height:100%;transition:all .3s ease}.styles-module__placeholderPulse__-UrmZ{width:100%;height:100%;object-fit:contain;animation:styles-module__pulsePlaceholder__gGpd6 1.5s infinite ease-in-out}@keyframes styles-module__pulsePlaceholder__gGpd6{0%{opacity:.7;filter:brightness(.9) saturate(.8)}50%{opacity:1;filter:brightness(1.1) saturate(1.2)}to{opacity:.7;filter:brightness(.9) saturate(.8)}}.styles-module__info__US1wF{padding:16px 0;position:absolute;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;bottom:0;left:0}.styles-module__heroInfoSection__JRA7E{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px}.styles-module__hpBar__He-JM{width:100%;max-width:25vw;height:16px;background:#0000004d;border-radius:8px;overflow:hidden;margin-bottom:4px;position:relative}.styles-module__hpFill__wkWxS{height:100%;background:#f44;transition:width .3s ease;position:relative;z-index:1}.styles-module__hpText__gityW{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5);font-weight:700;z-index:10;width:100%;text-align:center}.styles-module__damageOverlay__TjYSy{position:absolute;top:0;left:0;height:100%;width:100%;z-index:2;pointer-events:none}.styles-module__potentialDamageMin__2O9Fp{position:absolute;height:100%;top:0;background:repeating-linear-gradient(45deg,#ff0c,#ff0c 5px,#ffff0080 5px,#ffff0080 10px);border-right:2px solid yellow;pointer-events:none;z-index:3}.styles-module__potentialDamageMax__b66Xc{position:absolute;height:100%;top:0;background:repeating-linear-gradient(45deg,#0064ffcc,#0064ffcc 5px,#0064ff80 5px,#0064ff80 10px);border-right:2px solid #00a0ff;pointer-events:none;z-index:2}.styles-module__hitChance__HXGbx{background-color:#000;color:#ff0;padding:2px 8px;border-radius:10px;font-size:.8rem;font-weight:700;text-shadow:0 0 2px #000;border:2px solid #ffff00;z-index:5;box-shadow:0 0 8px #ff09;white-space:nowrap;animation:styles-module__pulsateChance__VxKIP 1.5s infinite}@keyframes styles-module__pulsateChance__VxKIP{0%{box-shadow:0 0 8px #ff09}50%{box-shadow:0 0 12px #ffff00e6}to{box-shadow:0 0 8px #ff09}}.styles-module__heroLevel__2qTCl{background-color:#0009;border-radius:5px 8px 8px;color:#fff;padding:2px 5px;font-size:.5rem;width:min-content;white-space:nowrap}.styles-module__heroName__C4xUc{color:#f5e1a4;font-weight:700;text-align:center;margin-bottom:2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-shadow:1px 1px 1px rgba(0,0,0,.4);padding:2px 4px;font-size:.5rem;background-color:#00000080;border-radius:8px}.styles-module__diceContainer__DDqqI{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__initiative__pVoKV{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px;width:15%;height:15%;background-color:#000c;animation:styles-module__fadeInBackground__ZLllz .3s ease forwards;animation-delay:3s;opacity:0}@keyframes styles-module__fadeInBackground__ZLllz{0%{opacity:0}to{opacity:1}}.styles-module__currentTurn__ow2ZO{scale:1.15}.styles-module__enemy__VVrVg.styles-module__currentTurn__ow2ZO{transform:translateY(20px) scale(1.05)!important;animation:styles-module__enemyCurrentTurnAnim__sD7S9 2s ease-in-out infinite!important;animation-delay:.5s}.styles-module__ally__KYV7s.styles-module__currentTurn__ow2ZO{transform:translateY(-10px) scale(1.05);animation:styles-module__allyCurrentTurnAnim__p9UKV 2s ease-in-out infinite;animation-delay:.5s}@keyframes styles-module__enemyCurrentTurnAnim__sD7S9{0%{transform:translateY(20px) scale(1.05)}50%{transform:translateY(25px) scale(1.08)}to{transform:translateY(20px) scale(1.05)}}@keyframes styles-module__allyCurrentTurnAnim__p9UKV{0%{transform:translateY(-10px) scale(1.05)}50%{transform:translateY(-15px) scale(1.08)}to{transform:translateY(-10px) scale(1.05)}}.styles-module__attacking__H4Zjo{opacity:.7;pointer-events:none;transform:scale(.98);transition:all .2s ease}.styles-module__defeated__Ty9NF{filter:grayscale(1);pointer-events:none;position:relative}.styles-module__defeated__Ty9NF:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.styles-module__defeating__8V1iw{animation:styles-module__flashRedAndGray__H4Bts 1s forwards}@keyframes styles-module__flashRedAndGray__H4Bts{0%{filter:brightness(1) grayscale(0)}15%{filter:brightness(1.5) grayscale(0) sepia(1) saturate(5) hue-rotate(-50deg)}40%{filter:brightness(1.2) grayscale(0) sepia(1) saturate(4) hue-rotate(-30deg)}65%{filter:brightness(1.1) grayscale(.3) sepia(.5) saturate(3)}85%{filter:brightness(1) grayscale(.6) sepia(.2) saturate(1)}to{filter:grayscale(1)}}.styles-module__imageLoading__WydQr{filter:blur(5px) brightness(.8);width:100%;height:30%}.styles-module__hiddenImage__GUP0m{opacity:0;position:absolute;pointer-events:none}@keyframes styles-module__wobble__fw1Na{0%{transform:translate(0) rotate(0)}25%{transform:translate(-20px) rotate(-3deg)}75%{transform:translate(5px) rotate(1deg)}to{transform:translate(0) rotate(0)}}.styles-module__damageShake__ezcMY{animation:styles-module__damageShakeAnim__QeCQR .5s cubic-bezier(.36,.07,.19,.97) both;transform-origin:center center}@keyframes styles-module__damageShakeAnim__QeCQR{0%{transform:translateY(20px) translate(0)}10%{transform:translateY(20px) translate(-5px)}20%{transform:translateY(20px) translate(5px)}30%{transform:translateY(20px) translate(-5px)}40%{transform:translateY(20px) translate(3px)}50%{transform:translateY(20px) translate(-3px)}60%{transform:translateY(20px) translate(2px)}70%{transform:translateY(20px) translate(-2px)}80%{transform:translateY(20px) translate(1px)}90%{transform:translateY(20px) translate(-1px)}to{transform:translateY(20px) translate(0)}}@keyframes styles-module__targetRingPulse__Xhwyz{0%{transform:scale(.95);opacity:0;border-color:#f44c}50%{transform:scale(1.05);opacity:.5;border-color:#f446}to{transform:scale(.95);opacity:0;border-color:#f44c}}.styles-module__targetOverlay__JJCvy{position:absolute;top:20px;left:0;width:100%;height:100%;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center}.styles-module__targetRing__TaX-m{position:absolute;width:calc(100% + 20px);height:calc(100% + 20px);border:3px solid rgba(255,68,68,.8);border-radius:12px;animation:styles-module__targetRingPulse__Xhwyz 2s infinite;pointer-events:none}@keyframes styles-module__fadeIn__VqxXJ{0%{opacity:0}to{opacity:1}}@keyframes styles-module__slideUp__yWBqK{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes styles-module__pulse__Qlvcd{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.styles-module__result__Uv-lj{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;width:100%;position:relative;overflow:hidden}.styles-module__background__5O3Nt{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;animation:styles-module__fadeIn__VqxXJ 1s ease-out}.styles-module__victory__nsu2n .styles-module__background__5O3Nt{background:radial-gradient(circle at center,#ffd70033,#000000e6)}.styles-module__victory__nsu2n .styles-module__background__5O3Nt:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,rgba(255,215,0,.1) 0%,rgba(255,215,0,.1) 10%,transparent 10%,transparent 20%)}.styles-module__victory__nsu2n .styles-module__victoryIcon__T7jEd{color:gold;filter:drop-shadow(0 0 10px rgba(255,215,0,.5))}.styles-module__victory__nsu2n .styles-module__title__Ht03V{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.styles-module__defeat__Ywe-3 .styles-module__background__5O3Nt{background:radial-gradient(circle at center,#f003,#000000e6)}.styles-module__defeat__Ywe-3 .styles-module__background__5O3Nt:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,rgba(255,0,0,.1) 0%,rgba(255,0,0,.1) 10%,transparent 10%,transparent 20%)}.styles-module__defeat__Ywe-3 .styles-module__defeatIcon__LkB-n{color:#f44;filter:drop-shadow(0 0 10px rgba(255,0,0,.5))}.styles-module__defeat__Ywe-3 .styles-module__title__Ht03V{color:#f44;text-shadow:0 0 10px rgba(255,0,0,.5)}.styles-module__content__CThl0{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px;background:#000000b3;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:styles-module__slideUp__yWBqK .5s ease-out;width:90%}.styles-module__resultIcon__VlCy6{animation:styles-module__pulse__Qlvcd 2s infinite ease-in-out}.styles-module__resultText__O8mTn{text-align:center}.styles-module__title__Ht03V{font-size:48px;font-weight:700;margin:0;letter-spacing:2px}.styles-module__subtitle__rEGG5{font-size:18px;color:#fff;opacity:.8;margin:8px 0 0}.styles-module__rewardSection__KZ8Iy{background:#ffffff1a;padding:16px 24px;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:12px}.styles-module__rewardTitle__uJAYF{display:flex;align-items:center;gap:8px;color:#fff;font-size:18px}.styles-module__rewardTitle__uJAYF .styles-module__rewardIcon__l9cuw{color:gold}.styles-module__reward__-qsfW{display:flex;align-items:center;gap:12px;background:#0000004d;padding:8px 16px;border-radius:8px}.styles-module__rewardImage__DBDGV{width:32px;height:32px}.styles-module__rewardAmount__qkbGu{color:gold;font-size:24px;font-weight:700}.styles-module__button__xH85J{margin-top:16px;min-width:200px}.styles-module__button__xH85J.styles-module__victoryButton__HGJkJ{background:linear-gradient(to right,gold,orange)}.styles-module__button__xH85J.styles-module__victoryButton__HGJkJ:hover{background:linear-gradient(to right,orange,gold)}.styles-module__button__xH85J.styles-module__defeatButton__i8iXo{background:linear-gradient(to right,#f44,#c00)}.styles-module__button__xH85J.styles-module__defeatButton__i8iXo:hover{background:linear-gradient(to right,#c00,#f44)}@keyframes styles-module__fadeIn__MLW60{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__MLW60{animation:styles-module__fadeIn__MLW60 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__x1zM1{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;pointer-events:none}.styles-module__countdown__pU2jc{font-size:9rem;font-weight:700;color:#fff;text-shadow:0 0 20px rgba(255,87,34,.8),0 0 40px rgba(255,87,34,.6);animation:styles-module__pulse__8ZFWN 1s infinite alternate}.styles-module__turnIndicator__DaPlH{font-size:3rem;font-weight:700;margin-top:2rem;padding:1rem 2rem;background:#000000b3;border-radius:1rem;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.8)}@keyframes styles-module__pulse__8ZFWN{0%{opacity:1;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}@keyframes styles-module__fadeIn__N-kLA{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__N-kLA{animation:styles-module__fadeIn__N-kLA var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__turnIndicator__w-6sH{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:999999;pointer-events:none}.styles-module__turnIndicatorText__oaLk9{font-size:3rem;font-weight:700;padding:1rem 2rem;background:#000000b3;border-radius:1rem;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.8);box-shadow:0 0 20px #00000080}.styles-module__arena__G9J9f{padding:16px;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding-top:var(--tg-safe-area-inset-top);position:relative}.styles-module__enemyTeam__-eWex{display:flex;justify-content:space-evenly;gap:10px;align-items:flex-start;position:relative;padding-bottom:30px;height:30%}.styles-module__enemyTitle__AR-ib{position:absolute;bottom:-40px;right:20px;color:#f44;font-size:16px;font-weight:700}.styles-module__myTeam__GeUix{display:flex;justify-content:space-evenly;gap:10px;align-items:flex-end;position:relative;padding-top:30px;height:30%}.styles-module__myTitle__k-mWz{position:absolute;top:-40px;right:20px;color:#4f4;font-size:16px;font-weight:700}.styles-module__myTitle__k-mWz,.styles-module__enemyTitle__AR-ib{font-size:1.2rem;margin:10px 0;transition:all .3s ease}.styles-module__activePlayer__-Cps7{color:gold;text-shadow:0 0 10px gold;transform:scale(1.2)}.styles-module__roundInfo__1ImrZ{position:absolute;top:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;z-index:10}.styles-module__roundNumber__kZgQR{background:#000000b3;color:gold;padding:5px 15px;border-radius:20px;font-size:1.2rem;font-weight:700;border:1px solid gold}.styles-module__autoPvpSwitch__Vo4MA{position:absolute;top:-55px;right:5px;z-index:999;animation:styles-module__fadeIn__tiLYZ .3s ease-out}@keyframes styles-module__fadeIn__tiLYZ{0%{opacity:0}to{opacity:1}}.styles-module__skipButton__71zFO{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000000b3;color:gold;padding:10px 20px;border-radius:20px;font-size:1rem;font-weight:700;border:1px solid gold;cursor:pointer;transition:all .3s ease;z-index:10;animation:styles-module__buttonPulse__nVKlj 1.5s infinite}@keyframes styles-module__buttonPulse__nVKlj{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.styles-module__skipButton__71zFO:hover{box-shadow:0 0 10px gold;transform:translate(-50%) scale(1.05);animation-play-state:paused}.styles-module__skipButton__71zFO:disabled{opacity:.5;cursor:not-allowed;animation:none}.styles-module__serverNotFound__2lkXX{display:flex;justify-content:center;align-items:center;height:100%;width:100%}@keyframes styles-module__fadeIn__L8saj{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__L8saj{animation:styles-module__fadeIn__L8saj var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__otXKs{animation:styles-module__fadeIn__L8saj 1s 0s forwards;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;padding:12px;box-shadow:0 4px 12px #0006;display:flex;gap:8px;justify-content:space-between;transition:transform .1s ease,background-color .3s ease,opacity .3s ease}.styles-module__cellContent__-s9rU{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.styles-module__description__u0os7{font-size:1.1rem;text-shadow:1px 1px 2px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles-module__date__MjVrx{font-size:.9rem;color:gold;text-shadow:1px 1px 2px #000}.styles-module__cellAfter__9e08L{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.styles-module__amount__6TlLF{text-align:end;white-space:nowrap;font-size:1.1rem;text-shadow:1px 1px 2px #000;color:gold}.styles-module__received__HF0ut{color:#7cfc00}@keyframes styles-module__fadeIn__PFcAm{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__PFcAm{animation:styles-module__fadeIn__PFcAm var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__topUpModal__Mbh73{max-width:400px;width:90%;height:fit-content;padding:16px}@media(min-width:600px){.styles-module__topUpModalQrView__hHFFc{height:88%}}.styles-module__topUpModalContent__y1-PL{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:8px;padding:0 16px}.styles-module__modalTitle__voqzv{font-size:18px;font-weight:600;color:#f5e1a4;margin-bottom:0}.styles-module__inputWrapper__PhN9m{position:relative;width:100%;display:flex;align-items:center}.styles-module__amountInput__WwaDs{width:100%;padding:12px 60px 12px 16px;font-size:16px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#0000004d;color:#f5e1a4;outline:none;transition:border-color .3s}.styles-module__amountInput__WwaDs:focus{border-color:#fff6}.styles-module__amountInput__WwaDs:disabled{opacity:.6;cursor:not-allowed}.styles-module__amountInput__WwaDs::placeholder{color:#ffffff80}.styles-module__currencyLabel__IHqBh{position:absolute;right:16px;font-size:16px;font-weight:500;color:#f5e1a4;pointer-events:none}.styles-module__minMaxInfo__cokYW{display:flex;justify-content:space-between;width:100%;padding:0 4px}.styles-module__minMaxLabel__FKxyA{font-size:12px;color:#fff9}.styles-module__modalActions__JogGj{display:flex;flex-direction:column;gap:8px;width:100%}.styles-module__walletButton__DkrlF{width:100%!important;justify-self:center;align-self:center}.styles-module__topUpButton__p4Slq{background:linear-gradient(135deg,#4caf50,#45a049);padding:12px 24px;font-size:16px;font-weight:500}.styles-module__topUpButton__p4Slq:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#388e3c)}.styles-module__topUpButton__p4Slq:disabled{opacity:.7;cursor:not-allowed}.styles-module__loadingButton__VhR7m{display:flex;align-items:center;gap:8px;justify-content:center}.styles-module__loadingSpinner__n5xQ2{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:styles-module__spin__OZLvC 1s linear infinite}@keyframes styles-module__spin__OZLvC{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-module__qrCodeWrapper__6eOWu{display:flex;justify-content:center;align-items:center;padding:12px;background:#fff;border-radius:12px;margin:0}.styles-module__qrCode__DyZwj{display:block}.styles-module__paymentInfo__DG33k{width:100%;display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:#0000004d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.styles-module__paymentInfoItem__FTDtK{display:flex;justify-content:space-between;align-items:center}.styles-module__paymentLabel__6if0V{font-size:13px;color:#ffffffb3;font-weight:500}.styles-module__paymentValue__vyz23{font-size:13px;color:#f5e1a4;font-weight:600;word-break:break-all}.styles-module__orDivider__FHO2v{width:100%;display:flex;align-items:center;justify-content:center;margin:4px 0}.styles-module__orDivider__FHO2v span{padding:0 8px;font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.styles-module__orDivider__FHO2v:before,.styles-module__orDivider__FHO2v:after{content:"";flex:1;height:1px;background:#ffffff1a}.styles-module__paymentLink__Z5Syp{width:100%;text-decoration:none}.styles-module__payButton__3el99{width:100%;background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:14px 24px;font-size:16px;font-weight:600}.styles-module__payButton__3el99:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.styles-module__timer__9BG0i{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;background:#0000004d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.styles-module__timerLabel__o0FGf{font-size:13px;color:#ffffffb3;font-weight:500}.styles-module__timerValue__8QULS{font-size:16px;color:#f5e1a4;font-weight:700;font-family:Courier New,monospace}.styles-module__timerWarning__Zl-9v{color:#ff6b6b;animation:styles-module__pulse__fRx3y 1s ease-in-out infinite}@keyframes styles-module__pulse__fRx3y{0%,to{opacity:1}50%{opacity:.6}}.styles-module__expiredMessage__8Khvx{padding:20px;text-align:center;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:12px;margin:10px 0}.styles-module__expiredMessage__8Khvx p{color:#f5e1a4;font-size:14px;line-height:1.5;margin:0}@keyframes styles-module__fadeIn__sk0vM{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__sk0vM{animation:styles-module__fadeIn__sk0vM var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__withdrawModal__mwGFN{max-width:400px;width:90%}.styles-module__withdrawModalContent__otDyk{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:16px;padding:20px}.styles-module__modalTitle__5Y69N{font-size:20px;font-weight:600;color:#f5e1a4;margin-bottom:10px}.styles-module__currencyInfo__HVkQi{display:flex;align-items:center;gap:12px;background:#0000004d;padding:12px 20px;border-radius:12px;width:100%;justify-content:center}.styles-module__currencyInfo__HVkQi span{font-weight:500;font-size:16px}.styles-module__avatar__eyoB2{width:40px;height:40px;object-fit:contain}.styles-module__minInfo__mY-Yt{display:flex;flex-direction:column;gap:4px;background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:1px solid rgba(255,193,7,.2);padding:12px 20px;border-radius:12px;width:100%;box-shadow:0 2px 8px #ffc1071a}.styles-module__minLabel__f6Y5y{font-size:14px;color:#fffc}.styles-module__minValue__WpQIa{font-size:14px;font-weight:500;color:orange}.styles-module__modalActions__PYn36{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:10px}.styles-module__withdrawButton__ci-1k{background:linear-gradient(135deg,#4caf50,#45a049);padding:12px 24px;font-size:16px;font-weight:500}.styles-module__withdrawButton__ci-1k:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#388e3c)}.styles-module__withdrawButton__ci-1k:disabled{opacity:.7;cursor:not-allowed}.styles-module__loadingButton__EcmoL{display:flex;align-items:center;gap:8px;justify-content:center}.styles-module__loadingSpinner__AN6MD{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:styles-module__spin__-5lvR 1s linear infinite}@keyframes styles-module__spin__-5lvR{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes styles-module__fadeIn__2PNm6{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__2PNm6{animation:styles-module__fadeIn__2PNm6 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__fadeIn__2PNm6{animation:styles-module__fadeIn__2PNm6 1s 0s forwards}.styles-module__wrapper__f-0Yn{width:100%;height:100%;padding:56px 16px 16px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;color:#f5e1a4;animation:styles-module__fadeIn__2PNm6 1s 0s forwards}.styles-module__wrapper__f-0Yn::-webkit-scrollbar{width:0;height:0}.styles-module__wrapper__f-0Yn{scrollbar-width:none}.styles-module__fullScreen__YXmRC{padding:var(--tg-safe-area-inset-top) 16px 16px 16px}.styles-module__tonBalanceSection__1DcP-{display:flex;flex-direction:column;gap:16px}.styles-module__tonBalanceCard__hKgBM{background:linear-gradient(135deg,#08c3,#0066991a);border:1px solid rgba(0,136,204,.3);border-radius:20px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.styles-module__balanceHeader__fZDab{width:100%;text-align:center}.styles-module__balanceLabel__JUYej{font-size:14px;font-weight:500;color:#f5e1a4b3;text-transform:uppercase;letter-spacing:.5px}.styles-module__tonBalanceInfo__wQyDJ{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.styles-module__tonAmount__G2aNY{font-size:32px;font-weight:700;color:#f5e1a4}.styles-module__tonIcon__-Uty2{width:40px;height:40px;object-fit:contain}.styles-module__frozenNote__iMabx{width:100%;padding:12px;background:#0088cc1a;border:1px solid rgba(0,136,204,.2);border-radius:12px}.styles-module__frozenNoteText__ZFRyH{font-size:12px;line-height:1.4;color:#f5e1a4cc;text-align:center;display:block}.styles-module__actionButtons__eeXb3{display:flex;gap:12px}.styles-module__actionButton__I-fy6{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;font-size:16px;font-weight:500}.styles-module__actionButton__I-fy6:disabled{opacity:.5;cursor:not-allowed}.styles-module__tokensSection__M0kBE{display:flex;flex-direction:column;gap:12px}.styles-module__tokensList__jVrV8{display:flex;flex-direction:column;gap:1px;background:#ffffff1a;border-radius:12px;overflow:hidden}.styles-module__tokenItem__Wwk4m{background:#0000004d;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.styles-module__tokenItem__Wwk4m:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.styles-module__tokenItem__Wwk4m:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.styles-module__tokenLeft__DgOv3{display:flex;align-items:center;gap:12px}.styles-module__tokenIcon__QEv4Z{width:40px;height:40px;object-fit:contain}.styles-module__tokenInfo__a9Ai-{display:flex;flex-direction:column;gap:2px}.styles-module__tokenName__7nB9I{font-size:16px;font-weight:600;color:#f5e1a4}.styles-module__tokenRight__Y-Ysl{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.styles-module__tokenAmount__VUNYa{font-size:16px;font-weight:600;color:#f5e1a4}.styles-module__transactionsSection__xRNlZ{display:flex;flex-direction:column;gap:12px}.styles-module__transactionsHeader__-PgJZ{display:flex;justify-content:space-between;align-items:center;padding:0 8px}.styles-module__transactionsTitle__7jDm0{font-size:18px;font-weight:600;color:#f5e1a4}.styles-module__viewAllButton__ZUL4a{width:100%;margin-top:12px}.styles-module__transactionsList__MVKRi{display:flex;flex-direction:column;gap:8px}.styles-module__transactionsLoader__Wm-Jn{display:flex;justify-content:center;align-items:center;padding:40px 0}.styles-module__wrapper__MVns9{display:flex;flex-direction:column;width:100%;height:100%;gap:8px}.styles-module__row__Qtv4Z{height:100%;display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}.styles-module__card__rB6Iq{width:29%;height:50%;position:relative;display:flex;justify-content:center;align-items:center}.styles-module__card__rB6Iq>img{width:100%;height:100%;object-fit:contain}.styles-module__card__rB6Iq{transition:transform .5s ease-in-out,opacity .5s ease-in-out}.styles-module__chanceContainer__e5EJQ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;height:30%;width:50%;background-color:#000000b3;box-shadow:0 4px 8px #000000e6;padding:8px;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center}.styles-module__chanceContainer__e5EJQ>svg{color:#fff}.styles-module__chanceContainer__e5EJQ>span{font-size:.5rem}.styles-module__spinner__1AbYe{animation:styles-module__spin__kfIT- 1s linear infinite;font-size:16px;color:#fff}@keyframes styles-module__spin__kfIT-{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-module__miniCard__gGwky{position:relative;width:100%;min-height:0}.styles-module__isMinting__omZpq{filter:grayscale(10%) brightness(50%)}.styles-module__heroImage__ZjxO9{width:100%;height:100%;object-fit:contain;min-height:0}.styles-module__frozenOverlay__TuOfu{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(173,216,230,.2) 0%,transparent 15%,transparent 85%,rgba(173,216,230,.2) 100%),linear-gradient(to right,rgba(135,206,250,.15) 0%,transparent 15%,transparent 85%,rgba(135,206,250,.15) 100%),radial-gradient(circle at 10% 10%,rgba(240,248,255,.3) 0%,transparent 25%),radial-gradient(circle at 90% 10%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 10% 90%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 90% 90%,rgba(240,248,255,.3) 0%,transparent 25%);border:1px solid rgba(135,206,250,.4);border-radius:8px;pointer-events:none;animation:styles-module__frozenImageShimmer__-d4sf 4s ease-in-out infinite}@keyframes styles-module__frozenImageShimmer__-d4sf{0%,to{border-color:#87cefa66;box-shadow:inset 0 0 8px #add8e633}50%{border-color:#87cefa99;box-shadow:inset 0 0 12px #add8e64d}}.styles-module__heroCard__G2McC{cursor:pointer;display:flex;align-items:center;gap:8px;padding:8px 16px 8px 8px;border-radius:12px;width:100%;min-height:190px;background-color:#18222db3;box-shadow:0 4px 8px #000000e6}.styles-module__lastCard__t3-1X{padding-bottom:12px}.styles-module__miniCardContainer__0V9CH{display:flex;position:relative;align-self:center;height:auto;width:30%;text-align:center;font-size:.7rem}.styles-module__miniCardContainer__0V9CH>div{display:flex;align-items:center;justify-content:center}.styles-module__miniCardContainer__0V9CH>span{position:absolute;bottom:-16px;left:50%;transform:translate(-50%);white-space:nowrap}.styles-module__miniCardContainer__0V9CH.styles-module__loading__oBXMz{filter:blur(8px);position:relative;overflow:hidden}.styles-module__text__BkM-O{color:#fff}.styles-module__loaderOverlay__R58Zx{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center}.styles-module__loaderOverlay__R58Zx:after{content:"";border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:24px;height:24px;animation:styles-module__spin__nxS-y 1s linear infinite}@keyframes styles-module__spin__nxS-y{to{transform:rotate(360deg)}}.styles-module__row__R1Dwz{display:flex;align-items:center;gap:4px}.styles-module__classBadge__-b3kx{object-fit:contain;gap:8px}.styles-module__heroInfo__rbmC6{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}@keyframes styles-module__fadeIn__7czGL{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__7czGL{animation:styles-module__fadeIn__7czGL var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__triggerButton__548NO{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:120px}.styles-module__active__xKebJ{background:linear-gradient(90deg,#4a3434,#6e5b5b);border-color:#769e4d;color:#fff;text-shadow:1px 1px 2px #000}.styles-module__title__-UquV{font-size:20px;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px #000;width:100%;text-align:center}.styles-module__title__-UquV>span{color:gold}.styles-module__sliderContainer__aDz7k{margin:16px 0}.styles-module__slider__Tkri8{min-width:200px;width:100%;height:10px;background:#5e4b4b;border-radius:5px;position:relative;box-shadow:inset 0 2px 4px #000c}.styles-module__thumb__TA5Tc{top:-7px;height:24px;width:24px;background:gold;border-radius:50%;cursor:grab;border:2px solid #8b5a2b;box-shadow:0 0 10px gold,inset 0 2px 4px #000c}.styles-module__thumb__TA5Tc:hover{transform:scale(1.2)}.styles-module__track__HPW27{background:gold;height:100%;border-radius:5px}.styles-module__levelDisplay__CGscG{font-size:16px;margin-top:16px;text-shadow:1px 1px 2px #000;display:flex;justify-content:center;gap:8px}.styles-module__levelDisplay__CGscG>span{color:gold}.styles-module__levelValue__3MHlH{display:inline-block;width:3ch;text-align:center}@keyframes styles-module__fadeIn__nfGkx{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__nfGkx{animation:styles-module__fadeIn__nfGkx var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__triggerButton__q2xo1{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:120px}.styles-module__active__qv1EV{background:linear-gradient(90deg,#4a3434,#6e5b5b);border-color:#769e4d;text-shadow:1px 1px 2px #000}.styles-module__title__6MWap{white-space:nowrap;font-size:20px;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px #000;color:gold;width:100%;text-align:center}.styles-module__optionsContainer__5pzSA{display:flex;flex-direction:column;gap:16px}.styles-module__checkboxContainer__XQKtO{cursor:pointer;display:flex;align-items:center;gap:8px;background:#2e3a4a;padding:8px;border-radius:8px;border:2px solid #4b5d70;transition:background .3s ease-in-out}.styles-module__checkbox__Ixwo9{width:20px;height:20px;border:2px solid #8b5a2b;border-radius:4px;background:#2e3a4a;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;transition:all .3s ease-in-out}.styles-module__checkbox__Ixwo9:checked{background:gold;border-color:#ff8c00}.styles-module__checkbox__Ixwo9:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid #1e2a38;border-width:0 2px 2px 0;transform:rotate(45deg)}.styles-module__noRarities__MfYj5{text-align:center;color:#999;font-size:14px;padding:16px}.styles-module__checkboxLabel__jyjr6{font-size:16px;font-weight:700;color:#f5e1a4;text-shadow:1px 1px 2px #000;cursor:pointer}@keyframes styles-module__fadeIn__pip-G{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__pip-G{animation:styles-module__fadeIn__pip-G var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__-4uyG{display:flex;flex-direction:column;width:100%;height:100%;gap:4px;padding-top:48px}.styles-module__fullScreen__Py2JX{height:calc(100% - 40px)}.styles-module__list__hxPIb{display:flex;flex:1;flex-direction:column;gap:16px;overflow:auto;border-radius:12px}.styles-module__image__po9ts{height:50%;width:auto;object-fit:contain;margin:auto;opacity:0;animation:styles-module__smoothFadeIn__Ln-0j .5s ease-in-out .5s forwards}@keyframes styles-module__smoothFadeIn__Ln-0j{0%{opacity:0}to{opacity:1}}.styles-module__buttonRow__LRTMG{margin-top:auto;width:100%;display:flex;gap:8px}.styles-module__buttonRow__LRTMG>button{width:100%}.styles-module__loader__kic5u{display:flex;width:100%;height:100%;align-items:center;justify-content:center;animation:styles-module__fadeIn__pip-G 1s 0s forwards}.styles-module__button__xiw7M:not(:disabled):hover{opacity:1!important}.styles-module__filters__sPlZI{display:flex;justify-content:space-between;gap:8px;align-items:center;position:relative;margin-bottom:8px}.styles-module__resetButton__Rhw2h{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:#f5e1a4;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out}.styles-module__resetButton__Rhw2h>div{display:flex;align-items:center;justify-content:center}.styles-module__resetButton__Rhw2h.styles-module__disabled__NBLbM{background:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6}.styles-module__selectedHeroes__T6hAD{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.styles-module__heroTag__B6Rw-{display:flex;align-items:center;background-color:#ffffff1a;color:#f5f5f5;padding:4px 8px;border-radius:16px;font-size:14px;gap:4px;box-shadow:0 2px 4px #0003}.styles-module__heroTag__B6Rw->svg{cursor:pointer}.styles-module__cauldron__bVRnx{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.styles-module__button__NzXqa{width:min-content;align-self:center;background:none;border:none;padding:0;margin:0;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.styles-module__button__NzXqa:focus{outline:none}.styles-module__button__NzXqa:focus-visible{outline:none}.styles-module__icon__setlL{cursor:pointer;height:12vh;width:auto;object-fit:contain;filter:drop-shadow(0px 0px 5px rgba(255,255,255,.5));pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.styles-module__modalContent__6fINu{display:flex;align-items:center;flex-direction:column;gap:24px;width:100%;text-align:center}.styles-module__buttonRow__15Y6-{padding-bottom:16px;text-align:center;display:flex;flex-direction:row;gap:16px;width:100%}.styles-module__buttonRow__15Y6->button{width:100%}.styles-module__buttonRow__15Y6->span{width:100%}.styles-module__userAmount__GcCMg{display:flex;gap:4px;align-items:center;position:absolute;font-size:10px;left:16px;top:16px}.styles-module__priceRow__h1PeJ{display:flex;align-items:center;gap:4px;font-size:12px}.styles-module__priceNoSale__zvScb{text-decoration:line-through}.styles-module__attention__bTb6P{color:#ff4d4d}.styles-module__slot__XqNae{display:flex;align-items:center;justify-content:center;background-color:#2d2d2db3;border:2px dashed #555;border-radius:8px;cursor:pointer;width:100%;height:100%;padding:4px;position:relative;transition:background-color .3s ease,border-color .3s ease}@media(min-width:768px){.styles-module__slot__XqNae{width:150px;height:150px}}@media(max-width:767px){.styles-module__slot__XqNae{width:100px;height:100px}}.styles-module__slot__XqNae>div{height:100%}.styles-module__plusIcon__AWbyr{color:#fff}.styles-module__rotateRight__cpzLY{transform:rotate(-45deg)}.styles-module__rotateLeft__WkhgC{transform:rotate(45deg)}@keyframes styles-module__fadeIn__1FTB7{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__1FTB7{animation:styles-module__fadeIn__1FTB7 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__1VeyH{padding:16px;display:flex;flex-direction:column;width:100%;height:100%;animation:styles-module__fadeIn__1FTB7 1s 0s forwards;gap:8px}.styles-module__topSide__HEOed{height:55%;width:100%}.styles-module__bottomSide__IPcaJ{display:flex;flex-direction:column;justify-content:flex-end;height:45%;width:100%;gap:16px}.styles-module__slots__3n54C{display:flex;gap:16px;width:100%;flex:1;align-items:flex-end;justify-content:center}.styles-module__mainContainer__GfMD1{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;animation:styles-module__fadeIn__1FTB7 1s 0s forwards}.styles-module__select__-6ZYz{width:100%}.styles-module__buttonContent__tp9R6{display:flex;align-items:center;justify-content:center;gap:8px}.styles-module__itemDescription__QIbNu{text-align:center}.styles-module__treasureGrid__kS838{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;width:100%}.styles-module__treasureCard__230dy{background:#0000004d;border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.styles-module__title__noP9n{font-size:1.3rem;text-align:center;color:#fff;margin-bottom:8px}.styles-module__image__yyS-s{width:100%;height:auto;object-fit:contain;margin:16px 0;animation:styles-module__floatAnimation__LjTBb 5s ease-in-out infinite}.styles-module__content__17uzS{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.styles-module__itemDescription__QIbNu{text-align:center;color:#fffc;font-size:.95rem;line-height:1.5}.styles-module__levelSelect__ZqVhf{width:100%;display:flex;flex-direction:column;gap:8px;align-items:center}.styles-module__levelSelect__ZqVhf label{color:#fffc;font-size:.9rem}.styles-module__select__-6ZYz{width:120px}.styles-module__buyButton__KxF8F{width:100%;margin-top:8px}.styles-module__price__ulkiD{font-size:1.1rem;font-weight:500}@keyframes styles-module__floatAnimation__LjTBb{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}to{transform:translateY(0) scale(1)}}@keyframes styles-module__fadeIn__KAQvk{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__KAQvk{animation:styles-module__fadeIn__KAQvk var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__F9UCG{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.styles-module__cell__F9UCG:hover{opacity:.8}.styles-module__cell__F9UCG.styles-module__disabled__TJFl4{opacity:.5;cursor:not-allowed}.styles-module__cell__F9UCG.styles-module__disabled__TJFl4:hover{opacity:.5}.styles-module__before__Zsg4L{display:flex;align-items:center;justify-content:center;flex-shrink:0}.styles-module__cellMain__k-wJF{flex:1;min-width:0}.styles-module__cellMainContent__JYBGF{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word}.styles-module__after__07bRc{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:fit-content}@keyframes styles-module__fadeIn__-weTm{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__-weTm{animation:styles-module__fadeIn__-weTm var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modal__KXHj9{width:90%;max-width:400px}.styles-module__content__qUZeA{display:flex;flex-direction:column;gap:16px}.styles-module__title__OtwaC{text-align:center;font-size:18px;font-weight:600}.styles-module__loaderWrapper__Qsgpi{display:flex;justify-content:center;align-items:center}.styles-module__ratingWrapper__UYeRx{display:flex;flex-direction:column;gap:8px;max-height:60%;overflow-y:auto}.styles-module__rankWrapper__iG6tl{display:flex;position:relative}.styles-module__image__znpOt{object-fit:contain}.styles-module__rankText__onPz1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;font-weight:600;color:#f5e1a4}.styles-module__rankText__onPz1.styles-module__customText__2IbSJ{font-size:10px}@keyframes styles-module__fadeIn__eV9WO{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__eV9WO{animation:styles-module__fadeIn__eV9WO var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__mMPzA{display:flex;width:100%;height:100%;flex-direction:column;padding:16px;gap:16px;animation:styles-module__fadeIn__eV9WO 1s 0s forwards;background-size:cover;background-position:center;background-repeat:no-repeat;overflow-y:auto}.styles-module__wrapperNoScroll__GZJU3{overflow-y:hidden}.styles-module__timer__IEVvP{padding:16px;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;width:min-content;align-self:center}.styles-module__timer__IEVvP .flip-clock{--fcc-digit-color: #f5e1a4;--fcc-separator-color: #f5e1a4}.styles-module__ratingButton__dsDq3{align-self:center}.styles-module__ratingIcon__9nP-c{object-fit:contain}.styles-module__eventEnded__fgeVW{white-space:nowrap}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.QuestTimer-module__progress__9pqcQ{display:flex;align-items:center;justify-content:center;width:30px;height:30px;transform-origin:center}@keyframes styles-module__fadeIn__kIx22{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__kIx22{animation:styles-module__fadeIn__kIx22 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__j11bV{display:flex;width:100%;height:100%;flex-direction:column;gap:16px;padding:16px;animation:styles-module__fadeIn__kIx22 1s 0s forwards}.styles-module__events__dyvhY{display:flex;flex-direction:column;gap:8px;overflow-y:auto}.styles-module__noEvents__G4ES-{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.styles-module__noEvents__G4ES->img{width:50%;height:auto;object-fit:contain}.styles-module__eventMainContent__JCCYU{white-space:normal!important}.styles-module__event__Vo9w4{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-height:100px}.styles-module__timer__Hehlf{filter:drop-shadow(0px 0px 4px rgba(0,0,0,.3));background:linear-gradient(135deg,#ff525226,#4bc0c026);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;padding:4px;width:40px;height:40px;position:relative;transition:all .2s ease}.styles-module__timer__Hehlf:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(45deg,#ff638433,#36a2eb33,#96f3);z-index:-1;animation:styles-module__rotate__xScpD 3s linear infinite}.styles-module__timer__Hehlf:hover{transform:scale(1.05);background:linear-gradient(135deg,#ff525240,#4bc0c040);border-color:#fff6;filter:drop-shadow(0px 0px 6px rgba(0,0,0,.4))}@keyframes styles-module__rotate__xScpD{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@supports not (backdrop-filter: blur(4px)){.styles-module__timer__Hehlf{background:linear-gradient(135deg,#ff5252cc,#4bc0c0cc)}.styles-module__timer__Hehlf:hover{background:linear-gradient(135deg,#ff5252e6,#4bc0c0e6)}}@keyframes styles-module__fadeIn__Tf-Gp{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Tf-Gp{animation:styles-module__fadeIn__Tf-Gp var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__relative__GNC3M{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;animation:styles-module__fadeIn__Tf-Gp 1s 0s forwards}.styles-module__noLeadersImg__q6mAa{width:60%;height:auto;object-fit:contain;animation:styles-module__fadeIn__Tf-Gp 1s 0s forwards}.styles-module__caption__kv-2d{font-size:12px}@keyframes styles-module__fadeIn__rrDx6{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__rrDx6{animation:styles-module__fadeIn__rrDx6 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__4ySxB{display:flex;flex-direction:column;gap:12px;width:100%;height:100%;overflow:auto;padding:16px;animation:styles-module__fadeIn__rrDx6 1s 0s forwards}.styles-module__title__LUenv{display:flex;align-items:center;gap:12px}.styles-module__titleColumn__V9kPZ{display:flex;flex-direction:column;gap:2px}.styles-module__titleText__7gOli{font-size:1.2rem;font-weight:700}.styles-module__description__IkUTO{display:flex;flex-direction:column;gap:4px}.styles-module__descriptionTitle__TWrTA{font-size:1.2rem;font-weight:700;color:#f5e1a4}.styles-module__column__vm3-4{display:flex;flex-direction:column;gap:4px;width:calc(100% - 165px)}.styles-module__username__s0d32{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles-module__cell__s1yvw{display:flex;align-items:center;border-radius:12px;gap:12px;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);padding:8px;animation:styles-module__fadeIn__rrDx6 1s 0s forwards}.styles-module__avatar__-tiKI img,.styles-module__image__y5HzS img{width:58px;height:58px;object-fit:contain;display:flex;align-items:center;justify-content:center}.styles-module__image__y5HzS{position:relative}.styles-module__customCell__dIV7H{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);z-index:5;padding:8px;border-radius:12px!important;margin-bottom:var(--tg-safe-area-inset-bottom)}.styles-module__text__jvVVz{font-size:1.4rem;font-weight:700;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.styles-module__info__p88gy{font-size:.9rem;color:#76b947;margin-left:auto;white-space:nowrap}.styles-module__list__3R5cl{display:flex;flex-direction:column;gap:8px}.styles-module__listWithPadding__X-NMA{padding-bottom:70px}.styles-module__loading__sV9Q9{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@keyframes styles-module__fadeIn__PPU9p{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__PPU9p{animation:styles-module__fadeIn__PPU9p var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__segmentControl__t3YNc{display:flex;background:#3c2f2f;border:2px solid #8b5a2b;border-radius:8px;overflow:hidden}.styles-module__controlItem__5wgGf{flex:1;text-align:center;padding:8px;font-size:14px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:none;cursor:pointer;transition:background .3s ease-in-out;text-shadow:1px 1px 2px #000}.styles-module__controlItem__5wgGf.styles-module__active__M4qnA{background:#cd853fe6;color:#fff}@keyframes styles-module__fadeIn__l9Vff{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__l9Vff{animation:styles-module__fadeIn__l9Vff var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__y-Op3{display:flex;padding:16px;flex-direction:column;gap:16px;width:100%;height:100%}.styles-module__list__7dFFW{display:flex;flex-direction:column;gap:8px;width:100%;overflow-y:auto;height:calc(100% - 100px)}.styles-module__cell__9JEg2{display:flex;align-items:center;gap:16px;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;padding:12px;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease}.styles-module__avatar__ijqfr img{width:48px;height:48px;object-fit:contain}.styles-module__cellContent__HNu0z{flex:1;display:flex;flex-direction:column;gap:4px;justify-content:center}.styles-module__subhead__-mx2s{font-size:.9rem;color:gold}.styles-module__progress__X8qCK{background:#0003;height:6px;border-radius:3px;overflow:hidden}.styles-module__progressBar__xZ72Y{height:100%;background:#76b947}.styles-module__lowProgress__195gW{background:red}.styles-module__dataLoader__6HSzi{display:flex;flex:1;align-items:center;justify-content:center}.styles-module__fadeIn__l9Vff{animation:styles-module__fadeIn__l9Vff 1s 0s forwards}.styles-module__imagesWrapper__f5X98{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .5s ease}.styles-module__hidden__ihdJ8{display:none}.styles-module__visible__Q8jWt{opacity:1;transform:translateY(0)}.styles-module__heroImage__FyxLa{height:auto;width:100%;object-fit:contain}.styles-module__pvpStats__Kt5nJ{position:absolute;left:50%;transform:translate(-50%);bottom:0;width:100%}.styles-module__isMinting__Iow38{filter:grayscale(10%) brightness(50%)}.styles-module__nftMode__dfSkG{cursor:pointer}.styles-module__imageContainer__1OPHr{position:relative;width:100%;height:fit-content}.styles-module__frozenOverlay__HxrSc{background:linear-gradient(to bottom,rgba(173,216,230,.2) 0%,transparent 15%,transparent 85%,rgba(173,216,230,.2) 100%),linear-gradient(to right,rgba(135,206,250,.15) 0%,transparent 15%,transparent 85%,rgba(135,206,250,.15) 100%),radial-gradient(circle at 10% 10%,rgba(240,248,255,.3) 0%,transparent 25%),radial-gradient(circle at 90% 10%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 10% 90%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 90% 90%,rgba(240,248,255,.3) 0%,transparent 25%);border:1px solid rgba(135,206,250,.4);border-radius:8px;animation:styles-module__frozenImageShimmer__y60u1 4s ease-in-out infinite}@keyframes styles-module__frozenImageShimmer__y60u1{0%,to{border-color:#87cefa66;box-shadow:inset 0 0 8px #add8e633}50%{border-color:#87cefa99;box-shadow:inset 0 0 12px #add8e64d}}.styles-module__generationBadge__mcO4f{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#ffd700f2,#ffc107e6,#ffeb3bf2);color:#000000e6;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:800;z-index:2;border:1px solid rgba(255,215,0,.8);box-shadow:0 2px 6px #ffd70066,inset 0 1px #ffffff4d;text-shadow:0 1px 2px rgba(0,0,0,.3);letter-spacing:.5px;animation:styles-module__genShimmer__FcIij 3s ease-in-out infinite}@keyframes styles-module__genShimmer__FcIij{0%,to{box-shadow:0 2px 6px #ffd70066,inset 0 1px #ffffff4d}50%{box-shadow:0 2px 8px #ffd70099,inset 0 1px #ffffff80,0 0 12px #ffd7004d}}.styles-module__farmingPosition__Xkd7K{position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.styles-module__activeQuestBadge__nhE4l{position:absolute;top:15%;left:50%;transform:translate(-50%);width:32px;height:32px;border-radius:50%;background:#0009;z-index:2;display:flex;align-items:center;justify-content:center;animation:styles-module__questBlink__QIR6c 2s linear infinite;cursor:pointer}.styles-module__activeQuestBadge__nhE4l img{width:20px;height:20px;object-fit:contain}@keyframes styles-module__questBlink__QIR6c{0%,to{opacity:1}50%{opacity:.3}}@keyframes styles-module__hammer__SJc8Y{0%{transform:rotate(-25deg)}40%{transform:rotate(15deg)}50%{transform:rotate(15deg)}to{transform:rotate(-25deg)}}.styles-module__tonIconSmall__6qIYJ{width:14px;height:14px;color:#08c;flex-shrink:0}@keyframes styles-module__blink__W-WLW{0%{opacity:0}50%{opacity:.5}to{opacity:0}}.styles-module__mintingContainer__zmPPl{display:flex;flex-direction:column;gap:8px;position:absolute;padding:16px;background:#fff;top:50%;transform:translate(-50%,-50%);left:50%;border-radius:12px;text-align:center;font-weight:700;font-size:10px;animation:styles-module__blink__W-WLW 3s linear infinite}.styles-module__mintingContainer__zmPPl>button{white-space:nowrap;font-size:12px}.styles-module__mintingContainer__zmPPl>span{font-size:15px;color:#000}@keyframes styles-module__fadeIn__qWWW0{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__qWWW0{animation:styles-module__fadeIn__qWWW0 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__o4wm0{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.styles-module__noWrap__9hk--{white-space:nowrap}.styles-module__level__S-w8z{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);color:#f5e1a4}.styles-module__levelRow__sdKhL{position:relative}.styles-module__classIcon__vIDRk{right:16px;top:16px;z-index:10}.styles-module__classContent__if7oy{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;text-align:center}.styles-module__heroInfo__K45sX{display:flex;flex-direction:column;gap:12px}.styles-module__levelDigit__iv8jO{color:#f5e1a4}.styles-module__heroInfoRow__4RXK3{display:flex;gap:4px}.styles-module__heroName__VCxNR{text-align:center}.styles-module__heroImage__xtMuE{object-fit:contain;height:150px}.styles-module__rarityRow__9Zrra{display:flex;gap:8px}.styles-module__mainCharacteristic__QpB-d{text-transform:capitalize}.styles-module__characteristicRow__vxj1c{display:flex;align-items:center;gap:4px}@keyframes styles-module__fadeIn__YiRKP{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__YiRKP{animation:styles-module__fadeIn__YiRKP var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__triggerButton__BdNCi{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:120px}.styles-module__title__mgn9E{font-size:20px;font-weight:700;text-align:center;margin-bottom:16px;text-shadow:2px 2px 4px #000;color:gold}.styles-module__optionsContainer__Ie-zi{display:flex;flex-direction:column;gap:16px}.styles-module__radioContainer__ReA71{cursor:pointer;display:flex;align-items:center;gap:8px;background:#2e3a4a;padding:8px;border-radius:8px;border:2px solid #4b5d70}.styles-module__radio__vBdw8{width:20px;height:20px;border:2px solid #8b5a2b;border-radius:50%;background:#2e3a4a;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .3s ease-in-out}.styles-module__radio__vBdw8:checked{background:gold;border-color:#ff8c00}.styles-module__radioLabel__hhZqr{font-size:16px;font-weight:700;color:#f5e1a4;text-shadow:1px 1px 2px #000;cursor:pointer}.styles-module__active__0-VRh{background:linear-gradient(90deg,#4a3434,#6e5b5b);border-color:#769e4d;text-shadow:1px 1px 2px #000}.styles-module__noClasses__SU23y{text-align:center;color:#999;font-size:14px;padding:16px}@keyframes styles-module__fadeIn__Htvhj{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Htvhj{animation:styles-module__fadeIn__Htvhj var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__triggerButton__8ku6J{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:120px}.styles-module__active__HWtfi{background:linear-gradient(90deg,#4a3434,#6e5b5b);border-color:#769e4d;text-shadow:1px 1px 2px #000}.styles-module__title__oIt9Y{font-size:20px;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px #000;color:gold;width:100%;text-align:center}.styles-module__gridContainer__-H7DQ{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;justify-items:center;align-items:center}.styles-module__slotIcon__UnK-G{width:64px;height:64px;display:flex;justify-content:center;align-items:center;background:#2e3a4a;padding:8px;border-radius:8px;border:2px solid #4b5d70;transition:background .3s ease-in-out,transform .2s ease-in-out;cursor:pointer}.styles-module__slotIcon__UnK-G:hover{background:#3b495b;transform:scale(1.1)}.styles-module__slotIcon__UnK-G.styles-module__selected__b7gzA{background:gold;border-color:#ff8c00}.styles-module__emptySlotImg__eBPET{width:50px;height:50px;border-radius:4px;border:2px solid #8b5a2b;background:#3c2f2f;filter:grayscale(100%) brightness(50%)}@keyframes styles-module__fadeIn__VCZrj{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__VCZrj{animation:styles-module__fadeIn__VCZrj var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__j5d8H{display:flex;flex-direction:column;gap:8px}.styles-module__column__7PQJy{display:flex;flex-direction:column;width:100%;position:relative;gap:8px}.styles-module__row__ZcKfk{display:flex;width:100%;gap:8px;justify-content:space-between}.styles-module__centeredRow__ccAwI{display:flex;justify-content:center;width:100%}.styles-module__triggerButton__DLR3C{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:50%}.styles-module__resetButton__UTE58{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out}.styles-module__resetButton__UTE58>div{display:flex;align-items:center;justify-content:center}.styles-module__resetButton__UTE58.styles-module__disabled__VgCNO{background:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6}@keyframes styles-module__fadeIn__3R7-q{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__3R7-q{animation:styles-module__fadeIn__3R7-q var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__3m6sA{display:flex;flex-direction:column;gap:8px;height:100%}.styles-module__wrapper__w34bO{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;border-radius:8px;opacity:0;animation:styles-module__fadeIn__3R7-q 1s 0s forwards;padding-bottom:16px}.styles-module__item__5mIsd{position:relative;aspect-ratio:1;border:2px solid #888;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.styles-module__classImageUrl__TDhyS{position:absolute;top:1px;left:1px;object-fit:contain;max-width:12px!important;max-height:12px!important;min-width:12px!important;min-height:12px!important}.styles-module__level__XuEmt{position:absolute;bottom:0;right:0;padding:2px;font-size:8px;font-weight:700;color:#fff;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;z-index:2}.styles-module__type__veQbe{position:absolute;top:0;right:0;padding:2px;font-size:5px;font-weight:700;color:#fff;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;z-index:2}.styles-module__heroImg__5Sk6f{position:absolute;left:0;bottom:0;width:15px!important;height:20px!important;object-fit:contain}.styles-module__disabledItem__vv6Eh{filter:grayscale(10%) brightness(50%)}.styles-module__item__5mIsd img{width:100%;height:100%;max-width:90%;max-height:90%;object-fit:contain}.styles-module__loader__455m-{height:80vh;display:flex;justify-content:center}.styles-module__inventoryLoader__TDpGC{width:100%;height:100%;display:flex;align-items:center}.styles-module__title__2Itfa{width:100%;text-align:center;color:#f5e1a4}.styles-module__itemSlot__K3z1f{position:relative;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px}.styles-module__badge__AFgBb{position:absolute;top:0;right:0;background:red;width:5px;height:5px;border-radius:50%}.styles-module__itemImage__FIfw3{width:100%;height:auto;border-radius:4px}.styles-module__itemLevel__jZHgv{font-size:10px;color:#fff;background-color:#333;padding:2px 4px;border-radius:4px;position:absolute;bottom:-10px}.styles-module__emptySlot__GcH24{width:100%;height:100%;border-radius:4px}.styles-module__emptySlotImg__cpsoh{width:100%;height:100%;object-fit:contain;filter:grayscale(100%) brightness(30%)}@keyframes styles-module__fadeIn__o4069{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__o4069{animation:styles-module__fadeIn__o4069 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modal__r1yPf{max-width:500px;width:90%}.styles-module__content__Wc3VC{display:flex;flex-direction:column;gap:16px;padding:0}.styles-module__imageSection__ITmpA{display:flex;justify-content:center}.styles-module__imageWrapper__LVBQ3{width:200px;height:200px;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:2px solid #8b5a2b;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:0 4px 12px #0006}.styles-module__nftImage__yPXnJ{width:100%;height:100%;object-fit:contain}.styles-module__placeholderImage__4zbZr{font-size:4rem;font-weight:700;color:#f5e1a4}.styles-module__farmingPosition__gFbRO{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.styles-module__classBadge__Sv4Qr{position:absolute;top:8px;right:8px;width:24px;height:24px}.styles-module__levelBadge__bFJFt{position:absolute;top:8px;left:8px;background:#000c;color:#f5e1a4;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:700;border:1px solid #8b5a2b}.styles-module__upgradingOverlay__OtXGn{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10}.styles-module__upgradingText__-f-jY{color:#f5e1a4;font-size:1.2rem;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.5);animation:styles-module__pulse__Mhsi7 1.5s ease-in-out infinite}@keyframes styles-module__pulse__Mhsi7{0%,to{opacity:1}50%{opacity:.5}}.styles-module__details__2rqKG{text-align:center;color:#f5e1a4}.styles-module__heroName__rFdcQ{font-size:1.5rem;font-weight:700;margin:0 0 8px;text-shadow:1px 1px 2px #000}.styles-module__className__A4iM3{font-size:1.1rem;margin-bottom:20px;text-shadow:1px 1px 2px #000}.styles-module__generationInfo__VHVCC{border:1px solid #8b5a2b;border-radius:8px;padding:12px;text-align:left;margin:0 16px 20px}.styles-module__sectionTitle__Stdyz{font-size:1.1rem;font-weight:700;margin:0 0 12px;text-align:center;color:#f5e1a4;text-shadow:1px 1px 2px #000}.styles-module__generationDetails__N3gJj{display:flex;flex-direction:column;gap:8px}.styles-module__generationItem__Wr3FV{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.styles-module__label__b3M9X{font-weight:500}.styles-module__value__ri8Ou{font-weight:700;color:#f5e1a4}.styles-module__upgradesSection__MAuG2{border:1px solid #8b5a2b;border-radius:8px;padding:12px;text-align:left;margin:0 16px}.styles-module__upgradeLoading__9LCUv{text-align:center;color:#f5e1a4;padding:20px}.styles-module__upgradesContainer__g6Q1L{display:flex;flex-direction:column;gap:16px}.styles-module__upgradeCard__QqbW7{background:#ffffff0d;border:1px solid #8b5a2b;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.styles-module__upgradeHeader__ShpO-{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.styles-module__upgradeTitle__Xs9oX{font-size:1rem;font-weight:700;color:#f5e1a4;margin:0}.styles-module__generationBadge__OFMhg{background:linear-gradient(135deg,#4a9eff,#06c);color:#fff;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:700;white-space:nowrap}.styles-module__upgradeStats__6nL88{display:flex;flex-direction:column;gap:6px}.styles-module__statRow__qAjX0{display:flex;justify-content:space-between;align-items:center}.styles-module__earningsComparison__HEFpk{display:flex;justify-content:space-between;gap:12px;padding:10px;background:#0080ff1a;border:1px solid rgba(0,128,255,.3);border-radius:6px;margin-top:4px}.styles-module__earningItem__U8t-G{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.styles-module__earningLabel__Q197-{font-size:.8rem;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.styles-module__earningValue__KenxJ{display:flex;align-items:center;gap:4px;font-weight:700;color:#f5e1a4}.styles-module__currencyIcon__Ucfzy{width:16px;height:16px;object-fit:contain}.styles-module__upgradeButton__RWvca{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.styles-module__actions__pl87h{display:flex;justify-content:center;padding:8px 16px 16px}.styles-module__actions__pl87h>button{width:100%}@keyframes styles-module__fadeIn__twRlT{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__twRlT{animation:styles-module__fadeIn__twRlT var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__attribute__ff9X1{display:flex;align-items:center;gap:4px;background-color:#000000e6;box-shadow:0 4px 8px #000000e6;padding:8px;border-radius:16px}.styles-module__attributesRow__5OEmL{display:flex;gap:8px;flex-wrap:wrap;width:100%;justify-content:center}.styles-module__text__7hMeu{color:#fff}.styles-module__positive__ZgmMP{color:#32e55e}.styles-module__negative__-kcdq{color:red}.styles-module__modalOverlay__0kyiQ{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;animation:styles-module__fadeIn__ubh-o .5s ease-out}.styles-module__text__7fc-0{position:absolute;right:3px;top:3px;font-size:10px;font-weight:700;color:#fff;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;z-index:2;opacity:0;animation:styles-module__fadeInAttributes__TEcIJ .5s forwards;animation-delay:2s}.styles-module__modalContent__NWL3X{position:relative;background-color:#1e1e1e;padding:30px;border-radius:16px;height:min-content;width:100%;max-width:85%;max-height:95%;box-shadow:0 8px 16px #0000004d;opacity:0;transition:opacity .5s ease-out;overflow:hidden}.styles-module__modalContent__NWL3X.styles-module__animate__M-Xjt{opacity:1}.styles-module__closeButton__3dETp{position:absolute;top:10px;right:10px;background:transparent;cursor:pointer;color:#fff}.styles-module__prizesContainer__n4Evr{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;height:100%}.styles-module__prizeItem__N5Yl4{position:relative;border-radius:15px;display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.styles-module__imageContainer__EkWEy{position:relative;width:100%;height:60%;margin-bottom:15px;animation:none;display:flex;align-items:center;justify-content:center}.styles-module__backgroundBlock__J3m-3{width:150px;min-height:150px;height:auto;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;display:flex;align-items:center;justify-content:center;animation:styles-module__initialScale__KEoTQ .5s forwards,styles-module__pulseGlow__tzgJE 2s infinite alternate;box-shadow:0 0 20px #fff9,0 0 40px #fff6,0 0 60px #fff3;position:relative}@keyframes styles-module__pulseGlow__tzgJE{0%{box-shadow:0 0 20px #fff9,0 0 40px #fff6,0 0 60px var(--glow-color, rgba(255, 255, 255, .2))}50%{box-shadow:0 0 30px #ffffffb3,0 0 60px var(--glow-color, rgba(255, 215, 0, .6)),0 0 80px var(--glow-color, rgba(255, 215, 0, .6))}to{box-shadow:0 0 40px #fffc,0 0 80px var(--glow-color, rgba(255, 215, 0, .7)),0 0 100px var(--glow-color, rgba(255, 0, 0, .8))}}.styles-module__level__EQvU6{position:absolute;bottom:2px;right:2px;padding:2px;font-size:12px;font-weight:700;color:#fff;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;z-index:2}.styles-module__prizeImage__GsHkF{width:90%;height:90%;object-fit:contain;opacity:0;animation:styles-module__fadeInImage__IL0Nm 2s forwards;animation-delay:1.5s;z-index:2}@keyframes styles-module__fadeInImage__IL0Nm{0%{opacity:0}to{opacity:1}}.styles-module__itemName__C59o-{font-size:20px;font-weight:700;text-align:center;color:#fff;margin-bottom:10px;z-index:2;opacity:0;animation:styles-module__fadeInAttributes__TEcIJ .5s forwards;animation-delay:2s}.styles-module__attributes__nMcgC{opacity:0;animation:styles-module__fadeInAttributes__TEcIJ .5s forwards;animation-delay:2s}@keyframes styles-module__fadeInAttributes__TEcIJ{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.styles-module__buttonRow__iBjlS{margin-top:16px;width:100%;display:flex;justify-content:space-between;gap:16px}.styles-module__buttonRow__iBjlS>button{width:100%}.styles-module__heroImg__Wshxs{position:absolute;left:8px;bottom:8px;width:30px!important;height:40px!important;object-fit:contain;z-index:10}.styles-module__classImageUrl__lA3T0{position:absolute;top:5px;left:5px;object-fit:contain;max-width:30px!important;max-height:30px!important;min-width:30px!important;min-height:30px!important;opacity:0;animation:styles-module__fadeInAttributes__TEcIJ .5s forwards;animation-delay:2s}.styles-module__withoutAnimation__GsAww{opacity:1;animation:unset}.styles-module__removeButton__-5LhR{width:100%;margin-top:16px}@keyframes styles-module__fadeIn__ubh-o{0%{opacity:0}to{opacity:1}}.styles-module__navigation__s9U-8{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;width:100%;opacity:0;animation:styles-module__fadeInAttributes__TEcIJ .5s forwards;animation-delay:2s}.styles-module__navigation__s9U-8 .styles-module__navButton__COgXg{padding:8px;min-width:auto;height:auto}.styles-module__navigation__s9U-8 .styles-module__navButton__COgXg:disabled{opacity:.5;cursor:not-allowed}.styles-module__navigation__s9U-8 .styles-module__pageIndicator__ttS3x{font-size:16px;color:#fff;min-width:60px;text-align:center}@keyframes styles-module__fadeIn__IX-US{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__IX-US{animation:styles-module__fadeIn__IX-US var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__hero__sHItl{position:relative;display:flex;flex-direction:column;gap:16px;height:100%;width:100%;padding:56px 16px 16px;overflow:hidden;animation:styles-module__fadeIn__IX-US 1s 0s forwards}.styles-module__notLoaded__htdZv{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:10}.styles-module__overflowContainer__3m-Uc{overflow-y:auto}.styles-module__loading__zJaDD{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.styles-module__heroWrapper__g5Vd1{display:flex;flex:1;min-height:0;width:100%;position:relative;gap:16px;align-items:center;justify-content:center}.styles-module__leftItems__19d76,.styles-module__rightItems__wQIRV{display:flex;flex-direction:column;justify-content:center;gap:16px}.styles-module__inventoryModal__HS872>div{height:100%}.styles-module__inventoryModal__HS872>div>div{height:100%}.styles-module__disabledScroll__39oJA>div{overflow:hidden}.styles-module__gray__zHTIV{filter:grayscale(10%) brightness(50%)}.styles-module__nftImageModal__xlvU8>div{height:auto;max-height:90%;padding:20px}.styles-module__nftImageContainer__-6uZS{display:flex;justify-content:center;align-items:center;width:100%}.styles-module__nftImage__D-qEm{max-width:100%;max-height:70%;object-fit:contain;border-radius:12px}.styles-module__frozenNftWrapper__Zxars{position:relative;display:inline-block}.styles-module__frozenNftWrapper__Zxars:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(173,216,230,.2) 0%,transparent 15%,transparent 85%,rgba(173,216,230,.2) 100%),linear-gradient(to right,rgba(135,206,250,.15) 0%,transparent 15%,transparent 85%,rgba(135,206,250,.15) 100%),radial-gradient(circle at 10% 10%,rgba(240,248,255,.3) 0%,transparent 25%),radial-gradient(circle at 90% 10%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 10% 90%,rgba(240,248,255,.25) 0%,transparent 25%),radial-gradient(circle at 90% 90%,rgba(240,248,255,.3) 0%,transparent 25%);border:2px solid rgba(135,206,250,.6);border-radius:12px;pointer-events:none;animation:styles-module__frozenModalShimmer__R-gOH 4s ease-in-out infinite}@keyframes styles-module__frozenModalShimmer__R-gOH{0%,to{border-color:#87cefa99;box-shadow:inset 0 0 12px #add8e64d}50%{border-color:#87cefacc;box-shadow:inset 0 0 18px #add8e680}}@keyframes styles-module__fadeIn__nSUFk{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__nSUFk{animation:styles-module__fadeIn__nSUFk var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__modal__MBGvM{background:linear-gradient(135deg,#3c2a21,#8b7355);border:2px solid #ffd700;box-shadow:0 0 20px #ffd70033}.styles-module__modalContent__lG877{padding:0;max-height:85vh;overflow-y:auto}.styles-module__modalHeader__psSLm{font-size:1.2rem;font-weight:700;text-align:center;margin-bottom:16px;color:#f5e1a4}.styles-module__modalClose__DjvDu{color:#f5e1a4;font-size:1.5rem;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.styles-module__heroStatsModal__4j-qH{display:flex;flex-direction:column;gap:12px;padding:0}.styles-module__modalHeroCard__j4IMf{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 12px;background:linear-gradient(135deg,#2c1810,#4a3728,#6b4e37);border:2px solid #ffd700;border-radius:16px;margin:12px;position:relative;box-shadow:0 0 15px #ffd7004d,inset 0 0 15px #ffd70014}.styles-module__modalHeroCard__j4IMf:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(45deg,gold,#ffed4e,gold,#ffed4e);border-radius:17px;z-index:-1;animation:styles-module__cardGlow__5xBer 3s ease-in-out infinite alternate}@keyframes styles-module__cardGlow__5xBer{0%{opacity:.2}to{opacity:.4}}.styles-module__modalHeroName__FTNoj{font-size:1.4rem;font-weight:700;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.8),0 0 8px rgba(255,215,0,.4);margin-bottom:8px;text-align:center;letter-spacing:.5px;text-transform:uppercase}.styles-module__modalHeroImageContainer__qZxX4{position:relative;width:140px;height:140px;flex-shrink:0;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.styles-module__modalHeroImageContainer__qZxX4:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);pointer-events:none}.styles-module__modalHeroImage__OoaPL{width:100%;height:100%;object-fit:contain}.styles-module__modalClassImage__loqsY{position:absolute;bottom:6px;right:6px;width:28px;height:28px;object-fit:contain;border:2px solid #ffd700;border-radius:50%;background:#000000b3;padding:3px}.styles-module__modalHeroLevel__m6Y6p{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#ff6b35,#f7931e,gold);color:#fff;font-size:1rem;font-weight:700;padding:4px 8px;border-radius:12px;border:2px solid #fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);box-shadow:0 3px 6px #0000004d,0 0 8px #ffd70033;min-width:24px;text-align:center}.styles-module__modalHpSection__kWqTp{width:160px;margin-top:4px}.styles-module__modalHpBar__m515N{width:100%;height:20px;background:linear-gradient(135deg,#2c1810,#1a1a1a);border-radius:10px;overflow:hidden;position:relative;border:2px solid #ffd700;box-shadow:0 3px 6px #0000004d,inset 0 2px 4px #00000080}.styles-module__modalHpFill__bXvt2{height:100%;background:linear-gradient(90deg,#f33,#f66,#f44);transition:width .5s ease;position:relative;box-shadow:0 0 8px #f446,inset 0 2px 4px #fff3}.styles-module__modalHpFill__bXvt2:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:styles-module__hpShine__y7T1r 2s ease-in-out infinite}@keyframes styles-module__hpShine__y7T1r{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.styles-module__modalHpText__H56vg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.8rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.8);font-weight:700;z-index:10;white-space:nowrap}.styles-module__modalStatsSection__nq9Ca{padding:8px 16px;background:linear-gradient(135deg,#ffd70014,#ffd7000a);margin:0 12px;border-radius:12px;border:1px solid rgba(255,215,0,.2)}.styles-module__modalStatsSection__nq9Ca:last-child{padding-bottom:12px;margin-bottom:12px}.styles-module__pvpStats__161Hc{margin-top:4px}@keyframes styles-module__fadeIn__1USJt{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__1USJt{animation:styles-module__fadeIn__1USJt var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__heroTitle__SDl0q{display:flex;justify-content:center;align-items:center;gap:5px;font-size:12px;color:#fff;background-color:#00000080;box-shadow:0 4px 8px #0000004d;border-radius:10px;padding:2px 8px}.styles-module__deleted__ZSD4L{min-height:24px}.styles-module__name__f21fK{color:#fff;display:flex;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px;position:relative}.styles-module__name__f21fK.styles-module__animate__bm0kw span{display:inline-block;animation:styles-module__marquee__VKNkA 10s linear infinite}@keyframes styles-module__marquee__VKNkA{0%{transform:translate(0)}25%{transform:translate(30%)}75%{transform:translate(-30%)}to{transform:translate(0)}}.styles-module__level__ezkbW{color:#f5e1a4}.styles-module__heroImage__tASVK{width:100%;height:100%;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.styles-module__imageContainer__oIWuc{width:100%;height:calc(100% - 28px);display:flex;align-items:center;justify-content:center}.styles-module__imageContainer__oIWuc img{width:100%;height:100%;object-fit:contain}.styles-module__deleted__h0gpU{visibility:hidden}.styles-module__isImageLoading__OupwA{width:95%}.styles-module__teamSection__LCfu1{display:flex;flex-direction:column;gap:16px;flex:1 1 0%}.styles-module__teamHeader__7OLbN{width:100%;text-align:center;padding:8px;background:#0006;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.styles-module__playerInfo__IiLZQ{display:flex;align-items:center;justify-content:center;gap:8px;max-width:100%}.styles-module__playerAvatar__NT1qZ{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.styles-module__playerName__Z4WvA{font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:20vw}.styles-module__matchResult__bP306{width:100%;text-align:center;padding:8px;margin-top:8px;font-size:14px;text-transform:uppercase;letter-spacing:1px;border-radius:12px;background:#0006;border:1px solid rgba(255,255,255,.1)}.styles-module__matchResult__bP306.styles-module__victory__jVMkr{color:#4caf50}.styles-module__matchResult__bP306.styles-module__defeat__8MZbf{color:#f44336}.styles-module__matchResult__bP306.styles-module__default__5RWzy{color:#fff}.styles-module__heroList__s8Xvm{display:flex;flex-direction:column;gap:16px;height:100%}.styles-module__heroRow__ULaAg{display:flex;justify-content:center;align-items:center;justify-content:space-around}@keyframes styles-module__fadeIn__Q7PBn{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Q7PBn{animation:styles-module__fadeIn__Q7PBn var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__historyDetail__FhEoC{padding:0 16px;width:100%;height:100%;display:flex;flex-direction:column;padding-top:var(--tg-safe-area-inset-top);animation:styles-module__fadeIn__Q7PBn 1s 0s forwards}.styles-module__matchInfo__nNBkQ{width:100%;text-align:center;padding:8px;border-bottom:2px solid rgba(255,255,255,.1)}.styles-module__matchInfo__nNBkQ h2{margin:0;font-size:20px;color:#fff;text-shadow:0 0 10px rgba(76,175,80,.5);letter-spacing:1px}.styles-module__matchDate__hc4q6{font-size:12px;color:#ffffffb3;margin-top:4px}.styles-module__battleField__S-gu1{padding-top:16px;display:flex;overflow-y:auto;gap:15%}.styles-module__wrapper__-lZX6{display:flex;width:100%;height:100%;flex-direction:column;gap:16px}.styles-module__image__4zQlT{width:100%;object-fit:contain;height:auto}.styles-module__button__f5RZy{margin-top:auto}.styles-module__description__aF8ig{color:#fff}@keyframes styles-module__fadeIn__cSiFS{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__cSiFS{animation:styles-module__fadeIn__cSiFS var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__noData__UJkmF{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-direction:column;gap:20px;text-align:center;color:#f5e1a4;animation:styles-module__fadeIn__cSiFS 1s 0s forwards}.styles-module__noDataText__1pDVh{font-size:1.4rem;text-shadow:2px 2px 4px #000}.styles-module__noDataCaption__42vtT{font-size:1rem;text-shadow:1px 1px 2px #000;max-width:80%}.styles-module__noDataImage__pp-AU{width:50%;height:auto}.styles-module__marketItemsList__zqGo6{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:12px;width:100%;justify-content:center;overflow:auto;padding-bottom:16px;animation:styles-module__fadeIn__cSiFS 1s 0s forwards}.styles-module__card__uVeHO{cursor:pointer;width:100%;height:min-content;display:flex;flex-direction:column;aspect-ratio:1;position:relative;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:2px solid #8b5a2b;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0006;transition:all .3s ease-in-out}.styles-module__cardImg__zldFQ{width:100%;height:100%;object-fit:contain}.styles-module__cardCell__WDITa{width:100%;padding:8px;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0000001a,#0003,#0006,#00000080,#0009,#000000b3,#000c,#000000e6,#000000e6,#000);border-top-left-radius:16px;border-top-right-radius:16px;text-align:left}.styles-module__text__U8PSZ{color:#fff;font-size:1rem;text-shadow:1px 1px 2px #000}.styles-module__wrapper__s0zzu{width:100%;height:100%;overflow:auto;position:relative}.styles-module__wrapper__s0zzu>div{padding:0 0 16px}.styles-module__overflow__43CKH{overflow:hidden}@keyframes styles-module__fadeIn__Djr6f{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__Djr6f{animation:styles-module__fadeIn__Djr6f var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__inventoryWrapper__-3h3x{width:100%;height:100%;display:flex;gap:16px;flex-direction:column;padding:16px 16px 0;color:#f5e1a4;animation:styles-module__fadeIn__Djr6f 1s 0s forwards}.styles-module__wrapper__AOdsV{height:100%;overflow:auto;position:fixed;top:calc(50px + var(--tg-safe-area-inset-top));left:0;right:0;bottom:0;z-index:9999;background-color:#000;padding:16px}.styles-module__resourcesList__RH1il{display:flex;flex-direction:column;gap:16px}.styles-module__resourceItem__4JlrP{background:#ffffff1a;border-radius:8px;padding:16px;color:#fff}.styles-module__resourceHeader__dQit1{display:grid;grid-template-columns:repeat(3,auto);gap:16px;margin-bottom:12px;font-size:14px}.styles-module__resourceHeader__dQit1 div:nth-child(2),.styles-module__resourceHeader__dQit1 div:nth-child(3){text-align:right;white-space:nowrap}.styles-module__url__d0dLT{word-break:break-all;margin-bottom:8px;font-weight:500;font-size:14px}.styles-module__timings__FuzN3{font-size:12px;color:#ffffffb3}.styles-module__timings__FuzN3 div{white-space:nowrap}.styles-module__modalOverlay__y9br4{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.styles-module__modalContent__iQ0aC{background:#1a1a1a;border-radius:16px;padding:24px;width:90%;max-height:70%;overflow-y:auto;position:relative;display:flex;flex-direction:column;gap:16px}.styles-module__imageWrapper__WeIbf{width:100%;height:200px;border-radius:8px;overflow:hidden;flex-shrink:0}.styles-module__imageWrapper__WeIbf img{width:100%;height:100%;object-fit:contain;border-radius:16px}.styles-module__textContent__GUzXG{display:flex;flex-direction:column;gap:8px}.styles-module__title__Oi4F5{font-size:24px;font-weight:600;color:#fff;text-align:center;margin:0}.styles-module__description__R-V-C{font-size:16px;line-height:1.5;color:#ccc}@keyframes styles-module__fadeIn__2eBgq{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__2eBgq{animation:styles-module__fadeIn__2eBgq var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__giveawayBanner__11Mg6{justify-content:space-around;background-size:cover!important;border-radius:8px;color:#fff;font-size:.7rem;cursor:pointer;animation:styles-module__fadeIn__2eBgq 1s 0s forwards;height:55px;min-height:55px;display:flex;align-items:center;overflow:hidden}.styles-module__bannerOverlay__1iVA8{padding:4px;width:100%;height:100%;display:flex;gap:8px;align-items:center;justify-content:space-between;background-color:#0009;border-radius:8px}.styles-module__notcoinImg__CAUtL{width:36px;height:36px;object-fit:contain;border-radius:50%}.styles-module__poolAmount__DOW7D{font-size:.9rem;color:#f5e1a4;font-weight:700}.styles-module__progress__gi51S{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.styles-module__row__J9-AJ{display:flex;gap:4px}:root{--fcc-flip-duration:.7s;--fcc-spacing:8px;--fcc-digit-block-width:46px;--fcc-digit-block-height:80px;--fcc-digit-block-radius:4px;--fcc-digit-block-spacing:4px;--fcc-digit-font-size:50px;--fcc-label-font-size:16px;--fcc-label-color:inherit;--fcc-background:#0f181a;--fcc-digit-color:#fff;--fcc-divider-color:hsla(0,0%,100%,.4);--fcc-divider-height:1px;--fcc-shadow:0 0 2px 1px rgba(0,0,0,.1);--fcc-separator-size:5px;--fcc-separator-color:currentColor}._qWTcH{font-family:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;display:flex;align-items:center;gap:var(--fcc-spacing)}._1tbqx ._3cpN7{margin-bottom:calc(var(--fcc-label-font-size)*2)}._3cpN7 ._2EBbg:not(:last-child){margin-right:var(--fcc-digit-block-spacing)}._3cpN7{position:relative;display:flex;align-items:center}._2aOn7{color:var(--fcc-label-color);line-height:1;font-weight:400;font-size:var(--fcc-label-font-size);position:absolute;bottom:0;left:50%;transform:translate(-50%,150%)}._2EBbg{perspective:200px;position:relative;font-size:var(--fcc-digit-font-size);color:var(--fcc-digit-color);font-weight:500;line-height:0;width:var(--fcc-digit-block-width);height:var(--fcc-digit-block-height);box-shadow:var(--fcc-shadow);border-radius:var(--fcc-digit-block-radius)}._106d2,._SKh-V{position:absolute;width:100%;height:50%;overflow:hidden;display:flex;justify-content:center;background:var(--fcc-background)}._SKh-V{align-items:flex-end;top:0;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color)}._106d2{align-items:flex-start;bottom:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}._3luxx{position:relative;z-index:2;width:100%;height:50%;transform-style:preserve-3d;transform-origin:bottom;transform:rotateX(0);border-radius:inherit}._3luxx._2kgZC{transition:transform var(--fcc-flip-duration) ease-in-out;transform:rotateX(-180deg)}._2v-d4{position:absolute;width:100%;height:100%;display:flex;justify-content:center;overflow:hidden;backface-visibility:hidden;background:var(--fcc-background)}._1GZQ7{align-items:flex-end;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color)}._3AVXa{align-items:flex-start;transform:rotateX(-180deg);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}._2hRXr{height:var(--fcc-digit-block-height);display:flex;flex-direction:column;justify-content:center;align-items:center}._1tbqx ._2hRXr{margin-bottom:calc(var(--fcc-label-font-size)*2)}._2hRXr:after,._2hRXr:before{content:"";width:var(--fcc-separator-size);height:var(--fcc-separator-size);border-radius:50%;background-color:var(--fcc-separator-color)}._2hRXr:before{margin-bottom:var(--fcc-separator-size)}.flip-clock{--fcc-flip-duration: .5s;--fcc-spacing: 8px;--fcc-digit-block-width: 20px;--fcc-digit-block-height: 25px;--fcc-digit-block-radius: 5px;--fcc-digit-block-spacing: 5px;--fcc-digit-font-size: 12px;--fcc-digit-color: var(--text-color);--fcc-background: #333;--fcc-divider-color: transparent;--fcc-divider-height: 1px;--fcc-separator-size: 6px;--fcc-separator-color: var(--text-color)}@keyframes styles-module__fadeIn__bq8xV{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__bq8xV{animation:styles-module__fadeIn__bq8xV var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__questsBanner__PG27e{display:flex;align-items:center;justify-content:center;border-radius:8px;color:#000;font-size:.7rem;cursor:pointer;height:55px;background-size:cover!important}.styles-module__text__0HY-D{color:#f5e1a4;text-shadow:-1px -1px 0 #000}.styles-module__bannerOverlay__ARO1d{padding:4px;width:100%;height:100%;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:space-around;background-color:#0003}.styles-module__bannerOverlay__ARO1d .flip-clock{--fcc-digit-color: #f5e1a4;--fcc-separator-color: #f5e1a4}.styles-module__username__bce0P{cursor:pointer;border-radius:10px;background:#000;box-shadow:0 12px 24px #0000000d;padding:10px;display:flex;flex-direction:row;align-items:center;gap:8px;animation:styles-module__glowing__G-qvj 3s infinite}.styles-module__username__bce0P:active{transform:scale(.95);transition:transform .3s}.styles-module__imagesContainer__vAn6Q{position:relative;width:20px;height:20px}.styles-module__avatar__yWtRW{object-fit:contain;border-radius:50%;transition:filter .3s ease}.styles-module__avatar__yWtRW.styles-module__loading__cP40C{filter:blur(2px)}.styles-module__loader__DWgZc{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:styles-module__spin__7Oc81 1s linear infinite}@keyframes styles-module__spin__7Oc81{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.styles-module__usernameText__6GZoJ{color:#fff;font-size:14px;white-space:nowrap;max-width:100px;display:flex;align-items:center}@keyframes styles-module__glowing__G-qvj{0%{box-shadow:0 0 5px #fff}50%{box-shadow:0 0 20px #fff}to{box-shadow:0 0 5px #fff}}.styles-module__usernameIcon__TNIyC{display:flex}@keyframes styles-module__fadeIn__-62CI{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__-62CI{animation:styles-module__fadeIn__-62CI var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__Z-JmT{display:flex;flex-direction:column;gap:10px;padding:10px 8px 0}.styles-module__noPadding__RvVNL{padding:unset}.styles-module__headerRow__3YFjz{width:100%;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;z-index:2;position:relative;gap:16px;min-height:45px}.styles-module__leftSection__lz70d{justify-self:start}.styles-module__centerSection__TI7ed{justify-self:center;display:flex;align-items:center;justify-content:center}.styles-module__rightSection__UHIlt{justify-self:end;display:flex;align-items:center;gap:24px}.styles-module__music__ObVkQ{border-radius:unset;box-shadow:unset;background:unset}.styles-module__userAmountContainer__bxv6G{position:relative;width:min-content;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;display:flex;gap:1px;flex-direction:column;align-items:center;padding:2px 4px;background:#000;box-shadow:0 0 5px #fff;cursor:pointer;animation:styles-module__fadeIn__-62CI 1s 0s forwards}.styles-module__userAmountContainer__bxv6G:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:skew(-20deg);animation:styles-module__shine__Hs0Pb 3s linear infinite}.styles-module__userAmount__mg7kD{display:flex;align-items:center;gap:4px;width:100%}.styles-module__userAmount__mg7kD img{flex-shrink:0;width:15px}.styles-module__userRating__S7IhB{position:relative;width:min-content;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;display:flex;gap:1px;flex-direction:column;align-items:center;padding:2px 4px;background:#000;box-shadow:0 0 5px #fff;cursor:pointer;animation:styles-module__fadeIn__-62CI 1s 0s forwards}.styles-module__userRating__S7IhB:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:skew(-20deg);animation:styles-module__shine__Hs0Pb 3s linear infinite}.styles-module__userAmountImg__YoW94{box-shadow:unset;background:unset;border-radius:unset}.styles-module__userInfoText__DuOZh{padding:2px 8px;font-size:.7rem;color:#fff}@keyframes styles-module__shine__Hs0Pb{0%{left:-100%;opacity:0}10%{opacity:1}40%{left:100%;opacity:1}50%{opacity:0}to{left:100%;opacity:0}}.styles-module__iconWrapper__KLQ6B{position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s ease}.styles-module__iconWrapper__KLQ6B:hover:not(.styles-module__disabled__p79Kr){transform:scale(1.05)}.styles-module__iconWrapper__KLQ6B.styles-module__disabled__p79Kr{cursor:not-allowed;filter:grayscale(80%);opacity:.6}.styles-module__iconWrapper__KLQ6B.styles-module__disabled__p79Kr:hover{transform:none}.styles-module__image__nm-q8{display:block}.styles-module__labelTextSpan__JNcna{margin-top:2px;font-size:7px;text-align:center;color:#f5e1a4;font-weight:700}.styles-module__notificationDot__-HjSG{position:absolute;top:2px;right:2px;width:10px;height:10px;background-color:red;border-radius:50%;border:1px solid white}@keyframes styles-module__fadeIn__y8wy4{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__y8wy4{animation:styles-module__fadeIn__y8wy4 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__mainPageWrapper__st7XK{display:flex;flex-direction:column;gap:8px;height:100%;width:100%;color:#fff;padding-top:var(--tg-safe-area-inset-top);animation:styles-module__fadeIn__y8wy4 1s 0s forwards}.styles-module__contentWrapper__7Vy-b{display:flex;flex-direction:row;flex:1;height:calc(100% - 68px);position:relative;overflow:hidden}.styles-module__leftSide__VCm3E,.styles-module__rightSide__i9bHi{position:absolute;top:30%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;align-items:center;z-index:10}@media(max-height:600px){.styles-module__leftSide__VCm3E,.styles-module__rightSide__i9bHi{gap:8px;top:45%}}@media(min-height:700px){.styles-module__leftSide__VCm3E,.styles-module__rightSide__i9bHi{gap:14px}}@media(min-height:800px){.styles-module__leftSide__VCm3E,.styles-module__rightSide__i9bHi{gap:18px}}.styles-module__leftSide__VCm3E{left:8px;animation:styles-module__slideInLeft__iHX25 .6s ease-out}.styles-module__leftSide__VCm3E>*:nth-child(odd){transform:translate(-2px)}.styles-module__leftSide__VCm3E>*:nth-child(2n){transform:translate(2px)}@media(min-width:380px){.styles-module__leftSide__VCm3E{left:12px}}.styles-module__rightSide__i9bHi{right:8px;animation:styles-module__slideInRight__fhEDh .6s ease-out}.styles-module__rightSide__i9bHi>*:nth-child(odd){transform:translate(2px)}.styles-module__rightSide__i9bHi>*:nth-child(2n){transform:translate(-2px)}@media(min-width:380px){.styles-module__rightSide__i9bHi{right:12px}}.styles-module__mainContent__gMror{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;position:relative}.styles-module__banners__HWRSW{padding:0 40px;margin-top:auto}@media(max-width:380px){.styles-module__banners__HWRSW{padding:0 35px}}.styles-module__bannersWrapper__LpL3c{background-color:#0009;box-shadow:0 4px 8px #0009;padding:8px 16px;border-radius:8px;animation:styles-module__fadeIn__y8wy4 1s 0s forwards;display:flex;flex-direction:column;gap:4px;width:100%;box-sizing:border-box}@keyframes styles-module__slideInLeft__iHX25{0%{opacity:0;transform:translateY(-50%) translate(-20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}@keyframes styles-module__slideInRight__fhEDh{0%{opacity:0;transform:translateY(-50%) translate(20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.FloatingNuan-module__floatingNuan__xpygS{position:fixed;width:100px;height:100px;pointer-events:auto;z-index:5;transition:transform .1s linear;cursor:pointer}@keyframes styles-module__fadeIn__85SeP{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__85SeP{animation:styles-module__fadeIn__85SeP var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__sale__Y0Ng7{cursor:pointer;position:absolute;top:0;right:-20px;transform:rotate(35deg) scale(1);font-size:.5rem;color:#fff;padding:2px 6px;border-radius:12px;font-weight:700;z-index:100;background:linear-gradient(90deg,rgba(205,133,63,.9) var(--fill-percentage, 0%),rgba(255,255,255,.2) var(--fill-percentage, 0%));transition:--fill-percentage 1s linear,transform .3s ease}.styles-module__sale__Y0Ng7:hover{transform:rotate(35deg) scale(1.2)}.styles-module__sale__Y0Ng7.styles-module__urgentSale__8Gg8a{background:linear-gradient(90deg,rgba(255,59,59,.8) var(--fill-percentage, 0%),rgba(255,255,255,.2) var(--fill-percentage, 0%))}.styles-module__sale__Y0Ng7.styles-module__warningSale__JmSwp{background:linear-gradient(90deg,rgba(255,166,0,.8) var(--fill-percentage, 0%),rgba(255,255,255,.2) var(--fill-percentage, 0%))}.styles-module__marketSale__WiThW{right:-10px}.styles-module__popupContent__wAWqB{padding:8px 12px;border-radius:8px;color:#f5e1a4;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:1px solid #8b5a2b;font-size:.875rem;white-space:nowrap;box-shadow:0 4px 12px #0003}@keyframes styles-module__fadeIn__UnIDV{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__UnIDV{animation:styles-module__fadeIn__UnIDV var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__card__8rN1i{padding:4px;cursor:pointer;width:100%;height:min-content;display:flex;flex-direction:column;aspect-ratio:1;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0006;transition:all .3s ease-in-out;position:relative}.styles-module__disabledCard__EILrc{filter:grayscale(100%) brightness(70%);opacity:.6}.styles-module__cardImg__aJPZI{width:100%;height:100%;object-fit:contain}.styles-module__cardCell__OSUux{width:100%;padding:8px;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0000001a,#0000004d,#0006,#00000080,#0009,#000000b3,#000c,#000000e6,#000000e6,#000);border-top-left-radius:16px;border-top-right-radius:16px;text-align:left}.styles-module__text__Zk3Uz{color:#fff;font-size:1rem;text-shadow:1px 1px 2px #000}.styles-module__chip__R-mGf{cursor:pointer;padding:8px 16px;background:#cd853fe6;border-radius:12px;position:absolute;top:8px;right:8px;font-size:.8rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px #000;z-index:10}.styles-module__starsRow__msbde,.styles-module__noWrap__4-C05,.styles-module__row__a5F4Q{display:flex;align-items:center;gap:4px}.styles-module__notCenter__ArOkR{align-items:unset}.styles-module__prize__m0y25{color:#f5e1a4;font-size:.8rem}.styles-module__strikethrough__tex7h{text-decoration:line-through;color:#888;font-size:.8rem}.styles-module__arrowIcon__nMlQO{font-size:.8rem}.styles-module__currency__tu1hq{font-size:.8rem;color:#fff}@keyframes styles-module__fadeIn__2-qTj{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__2-qTj{animation:styles-module__fadeIn__2-qTj var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__JXKg4{padding:16px 16px 0;border-radius:8px;height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column;gap:8px;animation:styles-module__fadeIn__2-qTj 1s 0s forwards}.styles-module__marketItemsList__JhCPE{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;margin:0 auto;animation:styles-module__fadeIn__2-qTj 1s 0s forwards}.styles-module__list__gWuqc{display:flex;gap:12px;flex-direction:column;flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:16px;border-radius:16px}.styles-module__coinImage__AQ-ws{background:unset;box-shadow:unset}.styles-module__topline__o8wUQ{display:flex;justify-content:space-between;align-items:center}.styles-module__inventoryWrapper__2qHUp{position:relative}.styles-module__notificationDot__nf3UA{position:absolute;top:3px;right:3px;width:8px;height:8px;background-color:red;border-radius:50%;box-shadow:0 0 4px 2px #fffc}.styles-module__userBalances__f5Kt-{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.styles-module__userBalance__BMDTD{display:flex;gap:4px;align-items:center;color:#f5e1a4;font-size:14px;white-space:nowrap}.styles-module__image__ctYUe{cursor:pointer;box-shadow:unset;background:unset}.styles-module__separator__j4bQW{width:100%;border-bottom:3px solid #f5e1a4;position:relative}.styles-module__separator__j4bQW:after{content:"";position:absolute;left:50%;bottom:-3px;transform:translate(-50%);width:20px;height:3px;background-color:#f5e1a4}.styles-module__separator__j4bQW{box-shadow:0 2px 4px #0000001a}.styles-module__noDataText__HxJeI{font-size:1.2rem;text-align:center;margin-top:20px}@keyframes common-module__fadeIn__mmmbJ{0%{opacity:0}to{opacity:1}}.common-module__fadeIn__mmmbJ{animation:common-module__fadeIn__mmmbJ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.common-module__successModalContent__xOVpP{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:center}.common-module__relative__uUQDw{position:relative;width:40vw;height:40vw}.common-module__title__unTt3{font-size:1.3rem;color:gold}.common-module__marketItemImage__ONc7H{height:auto;width:50%;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.common-module__image__4qgAG{width:100%;height:auto;object-fit:contain}.common-module__button__r74lY{width:100%}@keyframes common-module__highlight__oqfOc{0%{box-shadow:0 0 10px #ff06}to{box-shadow:0 0 30px #ff0}}@keyframes styles-module__fadeIn__cct5h{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__cct5h{animation:styles-module__fadeIn__cct5h var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__marketItemWrapper__vYAAh{display:flex;flex-direction:column;overflow:auto;padding:16px}.styles-module__marketItemWrapper__vYAAh::-webkit-scrollbar{width:0;height:0}.styles-module__marketItemWrapper__vYAAh{scrollbar-width:none}.styles-module__marketItemContent__d96lD{display:flex;flex-direction:column;gap:16px}.styles-module__image__Zy69r{width:100%;height:auto;min-height:30vh;object-fit:contain}.styles-module__info__uIosZ{display:flex;justify-content:center;width:100%}.styles-module__info__uIosZ .styles-module__title__-3VBC{color:#fff;font-size:1.5rem;word-break:break-word;font-weight:700;position:relative}.styles-module__select__0sL9I{width:100%}.styles-module__selectColumn__9Q3l6{display:flex;flex-direction:column;gap:4px}.styles-module__selectColumn__9Q3l6>label{color:#fff}.styles-module__buttonContent__bSevx{display:flex;align-items:center;gap:8px}.styles-module__spanRow__Mqld-{display:flex;align-items:center;gap:4px}.styles-module__notCenter__uEWc8{align-items:unset}.styles-module__strikethrough__letZj{text-decoration:line-through;color:#999}.styles-module__content__e8ctz{display:flex;flex-direction:column;gap:8px}.styles-module__column__EVWfb{display:flex;gap:8px;align-items:center}.styles-module__description__FB49k{word-break:break-word;display:flex;flex-direction:column;gap:8px}.styles-module__fadeIn__cct5h{animation:styles-module__fadeIn__cct5h 1s 0s forwards}.styles-module__text__gAG2u{color:#f5e1a4}.styles-module__dropChancesOverlay__JCAbI{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100}.styles-module__dropChancesModal__4OwY5{background-color:#222a37;border-radius:8px;padding:16px;max-width:90%;max-height:80%;width:100%;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.styles-module__dropChancesModal__4OwY5 h3{color:#fff;text-align:center;margin:0}.styles-module__modalHeader__0AaHw{display:flex;justify-content:center;align-items:center;position:relative;width:100%}.styles-module__modalHeader__0AaHw h3{color:#fff;text-align:center;margin:0}.styles-module__closeIcon__2VCQD{position:absolute;right:0;top:50%;transform:translateY(-50%);color:#fff;font-size:24px;cursor:pointer;opacity:.7;transition:opacity .2s ease}.styles-module__closeIcon__2VCQD:hover{opacity:1}.styles-module__probabilities__d7Bpx{display:flex;flex-direction:column;gap:16px;animation:styles-module__fadeIn__cct5h 1s 0s forwards}.styles-module__probabilitySection__XuYCL{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.styles-module__sectionTitle__GNWje{color:#ffc107;font-size:1.1rem;font-weight:700;margin:0;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.2)}.styles-module__probabilityItem__JC5Bl{display:flex;justify-content:space-between;padding:8px;border-bottom:1px solid rgba(255,255,255,.1)}.styles-module__probabilityItem__JC5Bl .styles-module__itemName__wo54z{color:#fff}.styles-module__probabilityItem__JC5Bl .styles-module__itemChance__GkkeE{color:#ffc107;font-weight:700}.styles-module__loading__QbMRu{color:#fff;text-align:center;padding:16px;animation:styles-module__fadeIn__cct5h 1s 0s forwards}@keyframes styles-module__blinkFast__B7Km-{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@keyframes styles-module__fadeIn__A2qQW{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__A2qQW{animation:styles-module__fadeIn__A2qQW var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__-43hL{min-height:100vh;color:#fff;overflow-y:auto;animation:styles-module__fadeIn__A2qQW 1s 0s forwards;top:var(--tg-safe-area-inset-top)}.styles-module__content__Bo0Wy{max-width:800px;width:100%;border-radius:20px;padding:16px;box-shadow:0 0 30px #0000004d}.styles-module__title__7mZxl{text-align:center;font-size:36px;margin-bottom:40px;color:#fc0;text-shadow:0 0 10px rgba(255,204,0,.5)}.styles-module__timersContainer__PENbX{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}.styles-module__timerCard__vaxg1{flex:1 1 200px;background:#0003;border-radius:15px;padding:15px;text-align:center;border:1px solid rgba(255,255,255,.1)}.styles-module__timerCard__vaxg1 h2{font-size:18px;margin-bottom:10px;color:#fc0}.styles-module__countdown__3H-en{font-size:24px;font-weight:700;color:#4caf50;margin-bottom:8px}.styles-module__description__PbenP{color:#aaa;font-size:13px;margin-top:8px;margin-bottom:8px}.styles-module__price__N-BoL{color:#fc0;font-weight:700;display:flex;align-items:center;gap:4px;justify-content:center}.styles-module__infoSection__8yX7l{margin:40px 0;text-align:center}.styles-module__infoSection__8yX7l h2{color:#fc0;margin-bottom:20px}.styles-module__benefitsList__LfgeC{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.styles-module__benefitsList__LfgeC li{background:#ffcc001a;padding:15px 25px;border-radius:10px;border:1px solid rgba(255,204,0,.2);color:#fc0}.styles-module__ctaSection__2EOYr{text-align:center;margin-top:40px}.styles-module__ctaText__tM9NL{font-size:18px;margin-bottom:20px;color:#fff}.styles-module__mintButton__lafNc{width:100%;border-radius:10px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.styles-module__introText__mYBSr{text-align:center;font-size:16px;color:#ccc;margin-bottom:30px;line-height:1.6}.styles-module__closingText__2yxns{text-align:center;font-style:italic;color:#aaa;margin-top:40px;font-size:14px}@keyframes styles-module__fadeIn__otYLZ{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__otYLZ{animation:styles-module__fadeIn__otYLZ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__miniCardWrapper__ZklAb.styles-module__visible__z-QyN{opacity:1;transform:translateY(0)}.styles-module__miniCardWrapper__ZklAb{width:100%;height:100%;display:flex;flex-direction:column;gap:4px;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;position:relative;min-height:0}.styles-module__mintingContainer__avXOj{background:#fff;position:absolute;padding:8px;left:50%;top:45%;color:#000;transform:translate(-50%,-50%);text-align:center;border-radius:12px;font-weight:700;font-size:12px;animation:styles-module__blink__p3isa 5s linear infinite}@keyframes styles-module__blink__p3isa{0%{opacity:0}50%{opacity:.9}to{opacity:0}}@keyframes styles-module__fadeIn__KVAUp{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__KVAUp{animation:styles-module__fadeIn__KVAUp var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__KHJlh{display:flex;flex-direction:column;height:100%;padding:16px;gap:8px;overflow:auto;background:transparent}.styles-module__loading__JNnsQ{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.styles-module__heroCard__bE5xq{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:2px solid #8b5a2b;border-radius:12px;margin:0 auto;max-width:200px;width:100%;box-shadow:0 4px 8px #0000004d}.styles-module__heroCard__bE5xq>div:first-child{pointer-events:none;cursor:default}.styles-module__heroCardFrozen__nmTlk{background:linear-gradient(135deg,#a8e6ff80,#b3d9ffcc,#cce7ff80,#e6f3ff80,#f0f8ff80);color:#fff;text-shadow:1px 1px 2px rgba(0,61,107,.8);border:1px solid #66ccff;box-shadow:0 0 10px #66ccff4d,inset 0 1px #ffffff4d;animation:styles-module__frozenShimmer__ZOioc 2s ease-in-out infinite}@keyframes styles-module__frozenShimmer__ZOioc{0%,to{box-shadow:0 0 10px #66ccff4d,inset 0 1px #ffffff4d}50%{box-shadow:0 0 15px #66ccff80,inset 0 1px #ffffff80}}.styles-module__potentialEarning__GrmKw{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;background:#0080ff26;border:2px solid rgba(0,128,255,.4);border-radius:12px;margin:0 auto;max-width:70vw;width:100%;box-shadow:0 4px 8px #0000004d}.styles-module__earningLabel__hjPk-{font-size:.7rem;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.styles-module__earningValue__j0xnY{display:flex;align-items:center;gap:4px;font-size:.9rem;font-weight:600;color:#f5e1a4}.styles-module__earningValue__j0xnY span{color:#4dc3ff}.styles-module__currencyIcon__frTh0{width:14px;height:14px;object-fit:contain}.styles-module__mintStatusOverlay__wTBtV{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:8px 12px;border-radius:8px;text-align:center;font-size:.8rem;font-weight:600;color:#fff;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0009;z-index:10;white-space:nowrap}.styles-module__content__mHVZ3{display:flex;flex-direction:column;gap:16px}.styles-module__congrats__N6p-4{text-align:center;color:#f5e1a4;line-height:1.4;font-size:1.1rem;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.styles-module__subtitle__-Mmb2{font-size:1.1rem;font-weight:600;color:gold;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.styles-module__list__bqMbu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.styles-module__list__bqMbu li{padding:1rem;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:1px solid #8b5a2b;border-radius:8px;line-height:1.4;color:#f5e1a4;box-shadow:0 2px 4px #0003}.styles-module__list__bqMbu li strong{color:gold}.styles-module__warning__EJof5{padding:1rem;background:#ff00001a;border:2px solid #ff4444;border-radius:8px;line-height:1.4;color:#f5e1a4;box-shadow:0 2px 4px #0003}.styles-module__warning__EJof5 strong{color:#f44}.styles-module__paymentOptions__6rAi2{display:flex;flex-direction:row;gap:12px;width:100%}.styles-module__paymentButton__aDdQK{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.styles-module__priceAmount__0hQSa{font-weight:600;font-size:1rem;color:inherit}.styles-module__currencySymbol__rxs1e{font-size:1.2rem;font-weight:600}@keyframes styles-module__fadeIn__x5N9F{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__x5N9F{animation:styles-module__fadeIn__x5N9F var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__-uIJa{display:flex;flex-direction:column;gap:20px;padding:48px 16px 16px;height:100%;width:100%;overflow:auto;animation:styles-module__fadeIn__x5N9F 1s 0s forwards}.styles-module__wrapper__-uIJa::-webkit-scrollbar{width:0;height:0}.styles-module__wrapper__-uIJa{scrollbar-width:none}.styles-module__fullScreen__9ax7U{margin-top:var(--tg-safe-area-inset-top);height:calc(100% - var(--tg-safe-area-inset-top))}.styles-module__taskCell__y4a-M{display:flex;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.styles-module__before__eYSJC{flex-shrink:0;margin-right:16px}.styles-module__taskImage__Qb5eh{width:48px;height:48px;object-fit:contain;border-radius:8px}.styles-module__cellMain__kEsrG{flex-grow:1;display:flex;flex-direction:column;gap:8px}.styles-module__taskTitle__2zfD7{color:#f5e1a4;font-size:1rem;font-weight:700}.styles-module__amountRow__7PSDy{display:flex;gap:8px;align-items:center}.styles-module__coinImage__yDYD5{width:25px;height:25px;object-fit:contain}.styles-module__amount__t4Ejs{color:#f5e1a4;font-size:.9rem}.styles-module__after__s6A5A{flex-shrink:0;display:flex;align-items:center}.styles-module__buttonRow__9ML2m{margin-top:auto;display:flex;gap:8px;align-items:center}.styles-module__tabList__GAvqV{display:flex;justify-content:center;width:100%;gap:8px}.styles-module__button__wp537{margin-top:auto;background:#3c2f2f;border:2px solid #8b5a2b;border-radius:12px;color:#f5e1a4;padding:10px 20px;cursor:pointer;transition:all .3s ease}.styles-module__button__wp537:disabled{opacity:.3;cursor:not-allowed}.styles-module__buttonFinished__EWS7r{background:#5e8237;color:#fff}.styles-module__linkIcon__2cpN3{color:#f5e1a4;cursor:pointer}@keyframes styles-module__fadeIn__vipXj{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__vipXj{animation:styles-module__fadeIn__vipXj var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__arrow__Z1nZj{color:#f5e1a4;font-weight:700}@keyframes styles-module__fadeIn__gb9j4{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__gb9j4{animation:styles-module__fadeIn__gb9j4 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__bsFjz{display:flex;flex-direction:column;align-items:center;padding:24px 16px;text-align:center;gap:16px;min-width:280px;max-width:400px}.styles-module__iconWrapper__P4iXt{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#ff98001a;margin-bottom:8px}.styles-module__warningIcon__bsHE-{font-size:48px;color:#ff9800;animation:styles-module__pulse__eI4Pk 2s infinite}@keyframes styles-module__pulse__eI4Pk{0%,to{opacity:1}50%{opacity:.7}}.styles-module__title__GLRf9{font-size:20px;font-weight:700;color:#f5e1a4;margin:0}.styles-module__message__PHsQb{font-size:14px;color:#ff4d4d;line-height:1.5;margin:0;white-space:pre-wrap}.styles-module__button__RNfGt{width:100%;margin-top:8px}@keyframes styles-module__fadeIn__pnFxx{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__pnFxx{animation:styles-module__fadeIn__pnFxx var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__fadeIn__pnFxx{animation:styles-module__fadeIn__pnFxx 1s 0s forwards}.styles-module__wrapper__Z-JOZ{width:100%;height:100%;padding:16px;display:flex;flex-direction:column;gap:8px}.styles-module__wrapper__Z-JOZ::-webkit-scrollbar{width:0;height:0}.styles-module__wrapper__Z-JOZ{scrollbar-width:none}.styles-module__topCell__D3MB9{background:none!important;border:none!important;box-shadow:none!important;cursor:default;justify-self:center;margin:0 auto;width:100%}.styles-module__unclickable__2d2lI{cursor:default}.styles-module__topAvatarImg__Rwyj-{width:50px;height:50px;object-fit:contain;border-radius:50%}.styles-module__username__NVugs{color:#f5e1a4;font-weight:700;font-size:1.2rem}.styles-module__usernameRow__dj6GJ{display:flex;align-items:center;gap:8px}.styles-module__usernameInput__lLnVy{background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.3);border-radius:0;padding:4px 0;color:#f5e1a4;font-weight:700;font-size:1.2rem;flex:1;outline:none;transition:border-color .2s}.styles-module__usernameInput__lLnVy:focus{border-bottom-color:#fff9}.styles-module__usernameInput__lLnVy:disabled{opacity:.5}.styles-module__usernameActions__VtKMy{display:flex;gap:8px;align-items:center}.styles-module__editIcon__yUlF3,.styles-module__confirmIcon__tClYG,.styles-module__cancelIcon__1RciB{cursor:pointer;color:#f5e1a4;flex-shrink:0;transition:transform .2s}.styles-module__editIcon__yUlF3:active,.styles-module__confirmIcon__tClYG:active,.styles-module__cancelIcon__1RciB:active{transform:scale(.9)}.styles-module__editIcon__yUlF3{opacity:.6}.styles-module__editIcon__yUlF3:hover{opacity:1}.styles-module__confirmIcon__tClYG{color:#4ade80}.styles-module__cancelIcon__1RciB{color:#f87171}.styles-module__subtitle__NFjzi{font-size:.9rem;color:#f5e1a4;opacity:.8}.styles-module__cell__mweYb{background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;transition:all .3s ease-in-out;cursor:pointer;padding:8px;box-sizing:border-box}.styles-module__cellContent__w4xsF{display:flex;align-items:center;justify-content:space-between}.styles-module__before__0-7Xe,.styles-module__after__r2EoH{flex-shrink:0;display:flex;align-items:center;justify-content:center}.styles-module__cellMain__nrIMW{display:flex;flex-direction:column;flex-grow:1;padding:0 8px 0 24px}.styles-module__cellTitle__-TANF{font-weight:700;color:#f5e1a4}.styles-module__list__PLVpc{display:flex;flex-direction:column;overflow:auto;width:100%;height:100%;box-sizing:border-box;border-radius:16px;gap:8px}.styles-module__walletRow__JLPlZ{display:flex;gap:12px;align-items:center;color:#f5e1a4}.styles-module__walletRow__JLPlZ>span{color:#f5e1a4}.styles-module__walletRow__JLPlZ{word-break:break-all}.styles-module__avatarWrapper__dF-ub,.styles-module__badgeContainer__86Huy{position:relative;display:flex;align-items:center;justify-content:center}.styles-module__imagesContainer__GkNy0{position:relative}.styles-module__avatar__ilrTO{width:40px;height:40px;object-fit:contain}.styles-module__notificationDot__444O1{position:absolute;top:5px;right:5px;width:10px;height:10px;background-color:red;border-radius:50%;box-shadow:0 0 4px 2px #fffc}.styles-module__tonButtonWrapper__wCyiI{display:flex;width:100%;justify-content:center;padding:16px}.styles-module__copy__-JpXX{cursor:pointer;color:#f5e1a4}.styles-module__copy__-JpXX:active,.styles-module__deleteIcon__pa0uM:active{transform:scale(.95);transition:transform .3s}.styles-module__active__fxP-B{position:relative;z-index:1000}.styles-module__active__fxP-B:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:12px;box-shadow:0 0 20px #ff0c;animation:styles-module__highlight__08Ho2 1s ease-in-out infinite alternate;z-index:-1}@keyframes styles-module__highlight__08Ho2{0%{box-shadow:0 0 10px #ff06}to{box-shadow:0 0 30px #ff0}}@keyframes styles-module__fadeIn__uI5A4{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__uI5A4{animation:styles-module__fadeIn__uI5A4 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__matchHistoryContainer__5fX-i{width:100%;height:100%;overflow-y:auto;padding:48px 16px 16px;animation:styles-module__fadeIn__uI5A4 1s 0s forwards}.styles-module__fullscreen__HOt19{padding:calc(var(--tg-safe-area-inset-top) + 16px) 16px 16px}.styles-module__matchItem__71Fdb{display:flex;align-items:center;justify-content:space-between;padding:12px;margin-bottom:12px;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border-radius:16px;transition:all .3s ease}.styles-module__matchItem__71Fdb:last-child{margin-bottom:0}.styles-module__playerSection__JVTc2{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:90px;flex:0 0 auto}.styles-module__playerSection__JVTc2:last-child{align-items:flex-end}.styles-module__playerTop__GUg-M{display:flex;align-items:center;gap:6px}.styles-module__playerLeft__rrGoJ{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.styles-module__playerRight__ZLVGZ{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.styles-module__avatar__m2A-m{border-radius:50%;object-fit:contain}.styles-module__username__uIo80{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px;font-weight:500;letter-spacing:.5px}.styles-module__username__uIo80.styles-module__myUsername__iMfjc{background:linear-gradient(135deg,#f59e0b,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.styles-module__username__uIo80.styles-module__enemyUsername__Rw1Ys{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.styles-module__avatarPlaceholder__-c0rz{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0}.styles-module__ratingSectionWinner__BZeno{display:flex;align-items:center;gap:3px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;padding:3px 6px}.styles-module__ratingSectionLoser__SSmh5{display:flex;align-items:center;gap:3px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:3px 6px}.styles-module__ratingIconWinner__hTRsE{color:#22c55e;font-size:12px}.styles-module__ratingIconLoser__B-gAy{color:#ef4444;font-size:12px}.styles-module__ratingBlurredWinner__6WTpN{color:#22c55e;font-weight:600;font-size:11px;opacity:.4;letter-spacing:1px}.styles-module__ratingBlurredLoser__9F576{color:#ef4444;font-weight:600;font-size:11px;opacity:.4;letter-spacing:1px}.styles-module__usernameWinner__rbvB-{color:#22c55e;font-weight:700;font-size:14px;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module__usernameLoser__x9J9J{color:#ef4444;font-weight:700;font-size:14px;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module__matchCenter__OeSeR{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;text-align:center;padding:0 12px}.styles-module__arenaName__gIvnw{color:#fff;font-weight:600;font-size:.7rem;text-align:center}.styles-module__matchDate__3TTpR{color:#aaa;font-size:10px}.styles-module__result__0IaAS{padding:4px 10px;border-radius:12px;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.styles-module__victory__6hczL{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.styles-module__defeat__dBBAO{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.styles-module__noPvpHistory__CXoOu{object-fit:contain;width:50%;height:50%;margin:auto}@keyframes styles-module__fadeIn__X44Ea{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__X44Ea{animation:styles-module__fadeIn__X44Ea var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__towerContainer__iYTCO{display:flex;flex-direction:column;align-items:center;width:100%;overflow-y:auto;animation:styles-module__fadeIn__X44Ea 1s 0s forwards}.styles-module__tower__Aobe6{display:flex;flex-direction:column;width:100%;gap:8px;position:relative}.styles-module__floor__PyW4T{display:flex;flex-direction:column;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;animation:styles-module__floorSlideIn__0XM1j .4s ease-out both;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:1px solid rgba(255,255,255,.1)}.styles-module__floor__PyW4T:active{transform:scale(.98)}.styles-module__floor__PyW4T.styles-module__tonArena__k9gMD{border:1px solid rgba(0,136,204,.4);background:linear-gradient(135deg,linear-gradient(145deg,rgba(60,47,47,.8),rgba(94,75,75,.8)) 0%,rgba(0,136,204,.05) 100%)}.styles-module__floor__PyW4T.styles-module__unavailable__rNGBt{opacity:.5;cursor:not-allowed;pointer-events:none}.styles-module__floorIcon__ayKlK{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin-right:12px;font-size:1.2rem;transition:all .2s ease}.styles-module__floorContent__Vuetq{flex:1;display:flex;flex-direction:column;gap:4px}.styles-module__arenaName__YkazY{display:flex;flex-direction:column;gap:2px}.styles-module__floorLevel__nOPIN{color:#f5e1a4;font-size:1rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.styles-module__floorMain__FSFhu{display:flex;align-items:center;width:100%;position:relative}.styles-module__levelDiffBadge__Chn-N{display:flex;align-items:center;justify-content:center;gap:6px;background:#f59e0b26;padding:6px 12px;border-radius:6px;margin-top:8px;width:fit-content;align-self:center;border:1px solid rgba(245,158,11,.4)}.styles-module__levelDiffIcon__IKCuH{color:#f59e0b;font-size:1rem}.styles-module__levelDiffText__E8HDN{color:#f59e0b;font-size:.8rem;font-weight:600}.styles-module__rewardsContainer__lkgqH{display:flex;flex-direction:column;gap:6px;margin-top:4px}.styles-module__infoRow__CY1Yh{display:flex;align-items:center;gap:6px;min-height:26px}.styles-module__infoRowEmpty__hLma2{opacity:.4}.styles-module__infoLabel__f1PHy{display:flex;align-items:center;gap:4px;color:#f5e1a4bf;font-size:.75rem;font-weight:500;min-width:100px;flex-shrink:0}.styles-module__infoIcon__hQXCW{font-size:.85rem;color:#f5e1a499}.styles-module__infoValue__jtR30{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px}.styles-module__infoValue__jtR30.styles-module__entryCost__ZAAbN{background:#60a5fa26;border:1px solid rgba(96,165,250,.3)}.styles-module__infoValue__jtR30.styles-module__entryCost__ZAAbN .styles-module__infoAmount__cCu6o{color:#60a5fa}.styles-module__infoValue__jtR30.styles-module__reward__iBkIY{background:#22c55e26;border:1px solid rgba(34,197,94,.3)}.styles-module__infoValue__jtR30.styles-module__reward__iBkIY .styles-module__infoAmount__cCu6o{color:#22c55e}.styles-module__infoAmount__cCu6o{font-weight:700;font-size:.85rem}.styles-module__infoImage__vnx13{border-radius:2px}.styles-module__infoEmpty__xg22g{color:#f5e1a466;font-size:.85rem;font-weight:500}.styles-module__onlineCounter__2nvgd{display:flex;align-items:center;gap:4px;background:#22c55e1a;padding:2px 6px;border-radius:8px;border:1px solid rgba(34,197,94,.3);position:absolute;top:8px;right:8px;animation:styles-module__onlineBlink__aKJHr 5s ease-in-out infinite}.styles-module__onlineIcon__KaEIU{color:#22c55e;font-size:.75rem}.styles-module__onlineCount__I7Ayc{color:#22c55e;font-size:.75rem;font-weight:600;min-width:12px;text-align:center}.styles-module__enterArrow__fLiU2{position:absolute;right:12px;top:0;bottom:0;display:flex;align-items:center;color:#f5e1a4;font-size:1.4rem;font-weight:700;opacity:.7;transition:opacity .2s ease;pointer-events:none}.styles-module__floor__PyW4T:hover .styles-module__enterArrow__fLiU2{opacity:1}@keyframes styles-module__onlineBlink__aKJHr{0%,50%,to{opacity:1}25%,75%{opacity:.3}}@keyframes styles-module__floorSlideIn__0XM1j{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes styles-module__fadeIn__5NwII{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__5NwII{animation:styles-module__fadeIn__5NwII var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__statusContainer__vqUpp{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;border-radius:8px;background:#ffa5001a;border:1px solid rgba(255,165,0,.3);text-align:center;animation:styles-module__fadeIn__5NwII .3s ease-out;margin:auto 0}.styles-module__statusIcon__huvyZ{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffa50033;color:orange;font-size:1.5rem}.styles-module__statusMessage__37Hs2{color:#f5e1a4;font-size:.95rem;font-weight:500;max-width:300px}.styles-module__statusButton__e6Klw{margin-top:8px;min-width:160px}.styles-module__statusButton__e6Klw.styles-module__primary__V-DOS{background:linear-gradient(135deg,orange,#ff8c00);border:none}.styles-module__statusButton__e6Klw.styles-module__primary__V-DOS:hover{background:linear-gradient(135deg,#ff8c00,#f70)}@keyframes styles-module__fadeIn__5NwII{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.styles-module__banInfo__1yrch{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;background:linear-gradient(135deg,#ff3b301a,#ff453a26);border:2px solid rgba(255,59,48,.3);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #ff3b301a;text-align:center;position:relative;overflow:hidden;margin:auto}.styles-module__banIcon__x67wu{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#ff3b3033,#ff453a4d);border-radius:50%;border:3px solid rgba(255,59,48,.4)}.styles-module__warningIcon__agIS-{font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.styles-module__banContent__OvvWV{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}.styles-module__banTitle__w6clQ{font-size:24px;font-weight:700;color:#ff3b30;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}.styles-module__banDescription__I5QFG{font-size:16px;color:#ffffffe6;text-align:center;opacity:.8;margin:0}.styles-module__timeContainer__GKJjn{display:flex;flex-direction:column;gap:8px;align-items:center;padding:20px;background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.1);min-width:200px}.styles-module__timeLabel__uqLaM{font-size:14px;color:#ffffffb3;margin:0;text-transform:uppercase;letter-spacing:1px}.styles-module__timeValue__htqIJ{font-size:28px;font-weight:600;color:#ff453a;text-shadow:0 2px 8px rgba(255,69,58,.3);margin:0;background:linear-gradient(45deg,#ff453a,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes styles-module__fadeIn__dZOhV{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__dZOhV{animation:styles-module__fadeIn__dZOhV var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__oKmzn{cursor:pointer;display:flex;align-items:center;gap:8px;padding:8px 16px 8px 8px;border-radius:12px;width:100%;background-color:#18222db3;box-shadow:0 4px 8px #000000e6;position:relative}.styles-module__cell__oKmzn.styles-module__disabled__WKbLq{opacity:.6;cursor:not-allowed}.styles-module__miniCardWrapper__YdCa5{display:flex;position:relative;align-self:center;height:auto;width:20%;text-align:center;font-size:.7rem}.styles-module__miniCardWrapper__YdCa5>div{display:flex;align-items:center;justify-content:center}.styles-module__miniCardWrapper__YdCa5>span{position:absolute;bottom:-16px;left:50%;transform:translate(-50%);white-space:nowrap}.styles-module__cardLoading__jkYDz{filter:blur(8px);position:relative;overflow:hidden}.styles-module__text__uRfL7{color:#fff;position:absolute;bottom:0;left:0}.styles-module__text__uRfL7.styles-module__levelDisabled__Jxp-6{color:#f44}.styles-module__loaderOverlay__Xswr2{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center}.styles-module__loaderOverlay__Xswr2:after{content:"";border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:24px;height:24px;animation:styles-module__spin__sTWaL 1s linear infinite}@keyframes styles-module__spin__sTWaL{to{transform:rotate(360deg)}}.styles-module__mainInfo__LO9Gc{flex:1;display:flex;flex-direction:column;gap:8px}.styles-module__header__F9ycN{display:flex;align-items:center;justify-content:center;gap:8px}.styles-module__classBadge__OLHzn{width:20px;height:20px}.styles-module__heroName__XLi7c{font-size:1rem;font-weight:700;color:#f5e1a4}@keyframes styles-module__fadeIn__nJZcH{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__nJZcH{animation:styles-module__fadeIn__nJZcH var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__filtersButtonsRow__zo8Kq{width:100%;display:flex;gap:12px;animation:styles-module__fadeIn__nJZcH 1s 0s forwards}.styles-module__filtersButton__18oSo{width:100%}.styles-module__filtersButton__18oSo>h6{display:flex;flex-direction:row!important;align-items:center;justify-content:center;gap:4px;font-size:.7rem;word-break:break-all}.styles-module__clearButton__JAHOu{display:flex;align-items:center;justify-content:center;width:min-content!important}.styles-module__clear__xSbg7{display:flex;align-items:center;justify-content:center}@keyframes styles-module__fadeIn__48IQK{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__48IQK{animation:styles-module__fadeIn__48IQK var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__content__eiMyi{display:flex;flex-direction:column;gap:16px}.styles-module__filtersContent__g5b8g{min-height:70vh;display:flex;flex-direction:column;gap:24px;padding-bottom:72px}.styles-module__noData__rCSeF{display:flex;flex:1}.styles-module__clearAllButton__wpM8b{padding:4px 0;outline:none;border:unset;background:none;color:#f5e1a4;text-decoration:underline;cursor:pointer;font-size:14px}.styles-module__clearAllButton__wpM8b:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.styles-module__applyButton__NK17l{position:fixed;bottom:16px;left:16px;width:calc(100% - 32px)}.styles-module__clearAllButton__wpM8b:focus{outline:none}.styles-module__levelFilterContainer__c9BQk{padding:16px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.styles-module__levelFilterTitle__p-av7{color:#f5e1a4;font-size:14px;font-weight:600;margin-bottom:16px}.styles-module__sliderContainer__Qdafl{padding:0 8px;margin-bottom:16px}.styles-module__slider__1M4Zq{width:100%;height:6px;background:#ffffff1a;border-radius:3px}.styles-module__thumb__oCJ1O{width:20px;height:20px;background:#f5e1a4;border-radius:50%;cursor:grab;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000004d}.styles-module__thumb__oCJ1O:active{cursor:grabbing}.styles-module__track__Eq2jc{background:#f5e1a4;height:6px;border-radius:3px}.styles-module__track__Eq2jc.styles-module__track-1__Lv5U6{background:#f5e1a4}.styles-module__track__Eq2jc.styles-module__track-0__sQrtN,.styles-module__track__Eq2jc.styles-module__track-2__lfCY5{background:#ffffff1a}.styles-module__levelDisplay__gcKIZ{display:flex;align-items:center;gap:8px;justify-content:center;color:#f5e1a4cc;font-size:14px}.styles-module__levelValue__OwapO{color:#f5e1a4;font-size:16px}@keyframes styles-module__fadeIn__AEBGF{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__AEBGF{animation:styles-module__fadeIn__AEBGF var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__filtersContent__XOMEr{display:flex;flex-direction:column;gap:24px;background-color:#18222dd9;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.styles-module__section__h7IBo{display:flex;flex-direction:column;gap:12px}.styles-module__content__jE9BP{display:flex;flex-direction:column;gap:16px;overflow:auto}@keyframes styles-module__fadeIn__vQnr2{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__vQnr2{animation:styles-module__fadeIn__vQnr2 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__i10Eg{display:flex;flex-direction:column;width:100%;height:100%;gap:8px;animation:styles-module__fadeIn__vQnr2 1s 0s forwards}.styles-module__selectedHeroes__i51Z6{display:flex;flex-wrap:wrap;gap:8px}.styles-module__heroTag__QqB1o{display:flex;align-items:center;background-color:#ffffff1a;color:#f5e1a4;padding:4px 8px;border-radius:16px;font-size:14px;gap:6px;box-shadow:0 2px 4px #0003}.styles-module__heroTag__QqB1o>svg{cursor:pointer}.styles-module__heroName__Q2yk1{font-weight:600}.styles-module__heroLevel__QLNhz{color:#f5e1a4cc;font-size:.75rem;font-weight:700;background:#f5e1a426;padding:2px 6px;border-radius:8px}.styles-module__list__8eoZW{display:flex;flex-direction:column;gap:16px;overflow-y:auto;border-radius:12px}.styles-module__loader__iRma-{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.styles-module__noHeroes__PeJ31{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.styles-module__image__K7F9D{height:50%;width:auto;object-fit:contain;margin:auto;opacity:0;animation:styles-module__smoothFadeIn__zEjx1 .5s ease-in-out .5s forwards}@keyframes styles-module__smoothFadeIn__zEjx1{0%{opacity:0}to{opacity:1}}@keyframes styles-module__fadeIn__bHXfU{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__bHXfU{animation:styles-module__fadeIn__bHXfU var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__hD8mM{display:flex;flex-direction:column;width:100%;height:100%;gap:16px;position:relative;padding-top:32px}.styles-module__content__Tp6rE{flex:1;overflow-y:auto;width:100%}@keyframes styles-module__fadeIn__e-wAl{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__e-wAl{animation:styles-module__fadeIn__e-wAl var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__bVtxO{background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:12px;padding:12px 16px;border:1px solid rgba(255,255,255,.1)}.styles-module__header__DmBge{display:flex;align-items:center;gap:8px;margin-bottom:8px}.styles-module__icon__Kq3At{color:#f5e1a4;font-size:1rem}.styles-module__title__1hJ30{color:#f5e1a4;font-size:.9rem;font-weight:600}.styles-module__content__deN0L{display:flex;flex-direction:column;gap:8px}.styles-module__progress__Ys-D4{display:flex;align-items:center;gap:8px}.styles-module__progressBar__ST3E3{flex:1;height:8px;background:#0000004d;border-radius:4px;overflow:hidden}.styles-module__progressFill__RyAJv{height:100%;background:linear-gradient(90deg,#f5e1a4,#d4af37);transition:width .3s ease;border-radius:4px}.styles-module__progressText__Hiqa-{min-width:fit-content}.styles-module__progressCount__a5g-a{color:#f5e1a4;font-size:.8rem;font-weight:600}.styles-module__limitReached__o9LZz{color:#ff6b6b;font-size:.8rem;font-weight:600}.styles-module__reset__ymrlZ{display:flex;align-items:center;gap:6px;justify-content:center}.styles-module__clockIcon__3Qgv1{color:#f5e1a4b3;font-size:.8rem}.styles-module__resetText__-ToEu{color:#f5e1a4cc;font-size:.75rem;font-weight:500}@keyframes styles-module__fadeIn__-W3nm{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__-W3nm{animation:styles-module__fadeIn__-W3nm var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__heroSelection__BPu7T{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;padding-top:32px}.styles-module__selectedHeroes__jZxLa{display:flex;flex-direction:column;gap:12px;height:100%;background-color:#0000000d}.styles-module__heroList__6PtYL{display:flex;flex-direction:column;gap:8px;overflow-y:auto}.styles-module__actions__5myoT{display:flex;gap:8px;width:100%;margin-top:auto}.styles-module__actions__5myoT>button{width:100%}.styles-module__startSearchButton__trxEi{position:relative;background:linear-gradient(45deg,#ff8c00,#ff4500)!important;transform:scale(1);transition:transform .3s ease;box-shadow:0 4px 12px #ff8c004d;animation:styles-module__pulse__mqvR8 2s infinite}.styles-module__startSearchButton__trxEi:hover:not(:disabled){transform:scale(1.05);animation-play-state:paused}.styles-module__startSearchButton__trxEi:active:not(:disabled){transform:scale(.95)}.styles-module__startSearchButton__trxEi:disabled{opacity:.7;animation:none}.styles-module__startSearchButton__trxEi:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:inherit;border:2px solid transparent;background:linear-gradient(45deg,#ff8c00,#ff4500) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;opacity:0;animation:styles-module__border-pulse__nXUpy 2s infinite}@keyframes styles-module__pulse__mqvR8{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes styles-module__border-pulse__nXUpy{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes styles-module__fadeIn__r8dm2{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__r8dm2{animation:styles-module__fadeIn__r8dm2 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__vAW1C{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;animation:styles-module__fadeIn__r8dm2 1s 0s forwards;padding:16px}.styles-module__fullScreen__fkNUW{padding-top:var(--tg-safe-area-inset-top)}.styles-module__inQueue__Ve9a6{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;justify-content:center;align-items:center;padding:24px;border-radius:8px;background-color:#0000000d;text-align:center}.styles-module__selectHeroesButton__tpy5r{margin:auto;animation:styles-module__fadeIn__r8dm2 1s 0s forwards}.styles-module__headerActions__3qycm{display:flex;justify-content:space-between;align-items:center;width:100%}.styles-module__historyButton__9-rCA{min-width:auto;padding:8px 16px;font-size:14px}.styles-module__actions__-23nK{display:flex;gap:16px;width:100%;justify-content:flex-end}.styles-module__deltaModal__ZoxLg{display:flex;flex-direction:column;gap:16px;padding:8px;text-align:center}.styles-module__deltaTitle__b5C71{font-size:1.2rem;font-weight:700;color:#f5e1a4}.styles-module__deltaText__i4UXm{font-size:.95rem;color:#f5e1a4e6;line-height:1.5}.styles-module__deltaText__i4UXm strong{color:#f59e0b;font-weight:700;font-size:1.1rem}@keyframes styles-module__fadeIn__VNh6y{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__VNh6y{animation:styles-module__fadeIn__VNh6y var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__ZxP3g{width:100%;flex-grow:1;overflow:hidden;display:flex;flex-direction:column;position:relative;gap:8px}.styles-module__heroesList__2QDUQ{display:flex;flex-direction:column;gap:12px;flex-grow:1;overflow-y:auto}.styles-module__heroesList__2QDUQ::-webkit-scrollbar{width:0;height:0}.styles-module__heroesList__2QDUQ{scrollbar-width:none}.styles-module__buttonsRow__zAUvg{display:flex;gap:8px;width:100%;position:relative}.styles-module__buttonsRow__zAUvg>button{width:100%}.styles-module__clearButton__ixfBQ{display:flex;align-items:center;justify-content:center;width:min-content!important}.styles-module__clear__UXzJy{display:flex;align-items:center;justify-content:center}.styles-module__topButtons__KoJl8{width:100%;display:flex;gap:8px}.styles-module__topButtons__KoJl8>button{width:100%}.styles-module__loading__v9w2t{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.styles-module__disabledButton__oViBI,.styles-module__disabledButton__oViBI:hover,.styles-module__disabledButton__oViBI:active{opacity:.3!important}.styles-module__fadeIn__VNh6y{animation:styles-module__fadeIn__VNh6y 1s 0s forwards}.styles-module__noHeroes__qBEx6{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;width:100%;height:100%;z-index:10;animation:styles-module__fadeIn__VNh6y 1s 0s forwards}.styles-module__image__iwa7J{width:70%;height:70%;object-fit:contain}.styles-module__heroTag__6v5xq{display:flex;align-items:center;width:min-content;white-space:nowrap;background-color:#000000b3;color:#f5f5f5;padding:4px 8px;border-radius:16px;font-size:14px;gap:4px;box-shadow:0 2px 4px #0003}.styles-module__heroTag__6v5xq>svg{cursor:pointer}@keyframes styles-module__fadeIn__AfcLI{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__AfcLI{animation:styles-module__fadeIn__AfcLI var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__heroesText__QC9-I{font-size:1rem;font-weight:700;color:#f5e1a4}.styles-module__addHeroButton__sn8-r{width:48px;height:48px;background-color:#5e4b4bcc;border:2px dashed #8b5a2b;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.styles-module__heroesRow__EKktv{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.styles-module__hero__P70KF{display:flex;flex-direction:column;gap:2px;align-items:center}.styles-module__selectedHero__cYnvQ{display:flex;flex-direction:column;align-items:center;position:relative;width:80px;padding:8px;background-color:#3c2f2fcc;border:2px solid rgba(139,90,43,.8);border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.styles-module__heroImageContainer__RL0Re{position:relative;width:48px;height:48px;cursor:pointer}.styles-module__heroImageContainer__RL0Re .styles-module__heroImg__A3TYG{width:100%;height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease}.styles-module__heroImageContainer__RL0Re .styles-module__clearIcon__yXewX{position:absolute;top:-8px;right:-8px;background-color:#000000b3;border-radius:50%;padding:2px;display:flex;align-items:center;justify-content:center;color:#ff4d4f;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.styles-module__heroName__WtQMo{margin-top:8px;font-size:.9rem;color:#f5e1a4;text-align:center}.styles-module__fadeIn__AfcLI{animation:styles-module__fadeIn__AfcLI 1s 0s forwards}@keyframes styles-module__fadeIn__08WwC{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__08WwC{animation:styles-module__fadeIn__08WwC var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__A8-P-{display:flex;flex-direction:column;gap:12px;flex:1}.styles-module__description__V27vt{display:flex;flex-direction:column;gap:8px}.styles-module__descriptionHeader__UFD2s{font-weight:700;font-size:1rem;color:#f5e1a4}.styles-module__questName__9Z4jK{width:100%;text-align:center;padding:0 8px;font-size:1.2rem;color:#f5e1a4}.styles-module__text__I1AfE{font-size:.8rem;color:#f5e1a4}.styles-module__buttonWrapper__UHhru{margin-top:auto;width:100%}.styles-module__button__MIrKr{width:100%}.styles-module__tooltipText__M2r-M{font-size:.875rem;color:#fff}.styles-module__popper__RL7yN{width:calc(100% - 16px)}.styles-module__popper__RL7yN>span{white-space:wrap}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}@keyframes styles-module__fadeIn__JyNC-{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__JyNC-{animation:styles-module__fadeIn__JyNC- var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__historyTitle__oxljL{padding-right:unset!important}.styles-module__questList__iK3Kh{display:flex;flex-direction:column;gap:16px;width:100%;overflow:auto;border-radius:8px}.styles-module__card__Ivwd1{cursor:pointer;display:flex;gap:16px;align-items:center;padding:8px;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;position:relative;transition:opacity 1s ease-in-out;opacity:0;animation:styles-module__fadeIn__JyNC- 1s 0s forwards}.styles-module__newYearCard__QZpWu{background:linear-gradient(#0000001a,#0000001a),url(https://s3.pathgame.app/public/layout/quest_winter_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.styles-module__imageWrapper__V89wt{position:relative;width:48px;height:48px}.styles-module__avatar__xeJFp{width:48px;height:48px;object-fit:cover;border-radius:8px}.styles-module__level__PRKdK{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 0 2px #000}.styles-module__level100__FyoUy{font-size:1rem}.styles-module__cardContent__6mhzr{flex:1;display:flex;flex-direction:column;gap:8px}.styles-module__questTitle__XGl93{font-size:1rem;padding-right:25px;color:#fff}.styles-module__questReward__ZgX-j{color:#ccc;font-size:.9rem;display:flex;align-items:center;width:fit-content;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 3px rgba(0,0,0,.8);padding:2px 4px;border-radius:4px}.styles-module__specialRewards__AqSDe{display:flex;gap:4px;flex-wrap:wrap}.styles-module__specialRewardIcon__FKz0R{width:20px;height:20px;object-fit:contain;border-radius:4px}.styles-module__attributeIcons__Fte3p{display:flex;gap:8px}.styles-module__statusBadge__A1DdF{position:absolute;top:16px;right:16px;width:14px;height:14px;border-radius:50%}.styles-module__currencySymbol__gp7vE{display:inline-flex;align-items:center;gap:4px;height:16px;margin-left:4px}.styles-module__currencyImage__dzX5S{width:16px;height:16px;object-fit:contain;display:block;filter:drop-shadow(0 0 4px rgba(0,0,0,.9)) drop-shadow(0 0 8px rgba(0,0,0,.8)) drop-shadow(0 0 12px rgba(0,0,0,.7))}.styles-module__currencyCode__aBWM8{font-size:.875rem;color:#fffc}.styles-module__rewardsColumn__QsxAU{display:flex;flex-direction:column;gap:4px;width:fit-content}.styles-module__blink__TXwqh{animation:styles-module__blink__TXwqh 1.5s infinite}@keyframes styles-module__blink__TXwqh{0%,to{opacity:1}50%{opacity:.5}}@keyframes styles-module__fadeIn__cbGl9{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__cbGl9{animation:styles-module__fadeIn__cbGl9 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__wDMmM{display:flex;align-items:center}.styles-module__cellFulScreen__h0Dlm{margin-top:8px}.styles-module__before__47vvb{display:flex;align-items:center;margin-right:16px}.styles-module__levelAvatar__jcmIB{position:relative;width:48px;height:48px}.styles-module__level__6wNZH{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 0 2px #000}.styles-module__level100__GHrF0{font-size:1rem}.styles-module__rarityImg__ErtM-{width:48px;height:48px;object-fit:cover;border-radius:8px}.styles-module__subtitle__hBMbI{flex:1}.styles-module__caption__mHmGy{display:flex;flex-direction:column;gap:4px;white-space:pre-line}.styles-module__info__5NeRD{display:flex;align-items:center;width:fit-content}.styles-module__currencySymbol__Ji0Az{display:inline-flex;align-items:center;gap:4px;height:16px}.styles-module__currencyImage__Ha5Kl{width:14px;height:14px;object-fit:contain;display:block;filter:drop-shadow(0 0 4px rgba(0,0,0,.9)) drop-shadow(0 0 8px rgba(0,0,0,.8)) drop-shadow(0 0 12px rgba(0,0,0,.7))}.styles-module__reward__stq7z{padding-right:90px}.styles-module__chanceRow__1NG6R{display:flex;align-items:center;gap:4px;max-width:fit-content}.styles-module__chanceIcon__NBV8G{display:flex;align-items:center;justify-content:center;width:14px;height:14px;cursor:pointer}.styles-module__question__ckqqz{color:#f5e1a4}.styles-module__red__FPcVk{color:#f44}.styles-module__orange__2nnjJ{color:#ff8c00}.styles-module__yellow__VUjZX{color:gold}.styles-module__green__5zAoP{color:#0f0}.styles-module__chip__UaPHm{position:absolute;top:10px;right:10px;border:2px solid #8b5a2b;display:inline-block;padding:4px 12px;border-radius:16px;font-size:.75rem;font-weight:600;color:#fff;text-transform:capitalize;cursor:default;transition:background-color .3s ease,transform .2s ease}.styles-module__chipFullScreen__0AUsh{left:50%;top:calc(10px + var(--tg-safe-area-inset-top));width:min-content;white-space:nowrap;transform:translate(-50%)}.styles-module__countDown__yHtTB{margin-top:8px}.styles-module__updateRow__P6gYA{display:flex;align-items:center;justify-content:center;gap:8px}.styles-module__updateIcon__og1gO{cursor:pointer;color:#f5e1a4}.styles-module__rewardsColumn__LzV6N{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.styles-module__specialRewardsButton__h24-v{display:flex;justify-content:flex-start;padding:0;background:transparent;box-shadow:none;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:underline;text-align:left}.styles-module__specialRewardsButton__h24-v:hover{background:transparent!important;box-shadow:none!important}.styles-module__specialRewardsIcons__8RjYS{display:flex;flex-direction:column;gap:8px;margin-top:4px;flex-wrap:wrap}.styles-module__specialRewardsLabel__fptK0{font-size:14px;white-space:nowrap;flex-shrink:0}.styles-module__rewardsIconsGrid__K8UgA{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap}.styles-module__rewardIconWrapper__qCbVx{width:32px;height:32px;border-radius:6px;overflow:hidden;cursor:pointer;flex-shrink:0}.styles-module__rewardIcon__ghcvA{width:100%;height:100%;object-fit:contain}.styles-module__rewardIconPlaceholder__BJPAa{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#f5e1a4}@keyframes styles-module__fadeIn__RUQm4{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__RUQm4{animation:styles-module__fadeIn__RUQm4 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__attributeRow__Ad-Vz{display:flex;align-items:center;gap:8px;padding:5px;background:#ffffff1a;border-radius:6px}.styles-module__whiteText__fxCOO{color:#fff}@keyframes styles-module__fadeIn__YN-jC{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__YN-jC{animation:styles-module__fadeIn__YN-jC var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__experienceBarContainer__dttCE{display:flex;flex-direction:column;gap:5px;width:100%}.styles-module__levelRow__p5R5B{display:flex;justify-content:space-between;align-items:center;width:100%}.styles-module__levelIndicator__z8oeq{color:gold;font-size:16px;font-weight:700}.styles-module__skipButton__3Oksd{background:#fff3;color:#fff;border:none;border-radius:4px;padding:2px 8px;font-size:12px;cursor:pointer;transition:background .2s}.styles-module__skipButton__3Oksd:disabled{opacity:.5;cursor:not-allowed}.styles-module__experienceBar__53luP{width:100%;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.styles-module__experienceProgress__B0V7W{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .05s linear;border-radius:4px}@keyframes styles-module__fadeIn__2L-0V{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__2L-0V{animation:styles-module__fadeIn__2L-0V var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__skillItem__979Gt{display:flex;gap:10px;background:#0000004d;padding:10px;border-radius:8px;width:100%}.styles-module__skillWrapper__i6C0u{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.styles-module__skillDetails__oa4eV{flex:1;display:flex;flex-direction:column;gap:5px}.styles-module__skillName__j4WIQ{color:#fff;font-weight:700}.styles-module__skillAttributes__1HjI3{display:flex;flex-wrap:wrap;gap:8px}.styles-module__attributeBonus__dqkJ9{color:#4caf50;font-size:14px;background:#4caf501a;padding:2px 6px;border-radius:4px}@keyframes styles-module__fadeIn__BOWxR{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__BOWxR{animation:styles-module__fadeIn__BOWxR var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__heroInfoContainer__m1FbZ{width:100%;max-width:500px;background:#ffffff1a;border-radius:12px;padding:10px;margin:20px 0;display:flex;flex-direction:column;gap:20px;animation:styles-module__fadeIn__BOWxR 1s 0s forwards}.styles-module__heroHeader__eRwQU{display:flex;gap:15px;align-items:center}.styles-module__heroAvatarWrapper__H-sY5{width:86px;height:86px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid;box-shadow:0 0 15px #ffffff80;animation:styles-module__pulseGlowHero__nuz9U 2s infinite alternate}@keyframes styles-module__pulseGlowHero__nuz9U{0%{box-shadow:0 0 10px #fff6,0 0 20px currentColor}to{box-shadow:0 0 20px #fff9,0 0 40px currentColor}}.styles-module__heroAvatar__PI3TU{width:80px;height:80px;border-radius:50%;object-fit:contain;padding:4px}.styles-module__heroInfo__uBkTI{flex:1;display:flex;flex-direction:column;gap:10px}.styles-module__heroName__CZ3sl{color:#fff;font-size:20px;font-weight:700}.styles-module__levelUpMessage__G6i-t{background:#ffd70033;color:gold;font-size:18px;font-weight:700;text-align:center;padding:10px;border-radius:8px;margin-bottom:15px;animation:styles-module__pulse__74HrV 1.5s infinite;display:flex;align-items:center;justify-content:center;gap:4px}.styles-module__attributesContainer__-3V9I{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:15px;padding:15px;background:#0000004d;border-radius:8px}.styles-module__skillsContainer__H-W9f{display:flex;flex-direction:column;gap:15px}.styles-module__sectionTitle__1OITl{color:#fff;font-size:18px;font-weight:700}.styles-module__skillsList__-1NNY{display:flex;flex-wrap:wrap;gap:15px}.styles-module__detailsButton__cZUb3{margin-top:20px;padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:16px;cursor:pointer;transition:all .2s}@keyframes styles-module__fadeIn__NE2I4{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__NE2I4{animation:styles-module__fadeIn__NE2I4 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__itemReward__EcbBv{display:flex;flex-direction:column;gap:15px;background:#0000004d;padding:15px;border-radius:8px;align-items:center}.styles-module__itemNameTop__l6p3j{color:#fff;font-weight:700;font-size:18px;text-align:center;margin-bottom:5px}.styles-module__itemRarityCenter__uDbn6{font-size:16px;font-weight:700;text-align:center;margin-top:5px}.styles-module__itemAttributesCenter__sF-Lh{margin-top:10px;justify-content:center}.styles-module__imageContainer__mXaSp{position:relative;width:100%;height:60%;margin-bottom:15px;animation:none;display:flex;align-items:center;justify-content:center}.styles-module__backgroundBlock__RpJhV{width:150px;min-height:150px;height:auto;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;display:flex;align-items:center;justify-content:center;animation:styles-module__initialScale__7Yfkx .5s forwards,styles-module__pulseGlow__iMpnY 2s infinite alternate;box-shadow:0 0 20px #fff9,0 0 40px #fff6,0 0 60px #fff3;position:relative}.styles-module__prizeImage__pmadh{width:90%;height:90%;object-fit:contain;opacity:0;animation:styles-module__fadeInImage__P5QUU 1s forwards;animation-delay:.5s;z-index:2}.styles-module__prizeClassImage__Vs2-p{position:absolute;top:4px;left:4px}.styles-module__level__gjn8t{position:absolute;bottom:2px;right:2px;padding:2px;font-size:12px;font-weight:700;color:#fff;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;z-index:2}.styles-module__text__Fznhz{position:absolute;right:3px;top:3px;font-size:10px;font-weight:700;color:#fff;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;z-index:2;opacity:0;animation:styles-module__fadeInAttributes__lrh-K .5s forwards;animation-delay:.5s}@keyframes styles-module__fadeInAttributes__lrh-K{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__fadeInImage__P5QUU{0%{opacity:0}to{opacity:1}}@keyframes styles-module__fadeIn__EasFr{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__EasFr{animation:styles-module__fadeIn__EasFr var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__levelDetailsModal__kr-dY{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1100;padding:20px;animation:styles-module__fadeIn__EasFr .2s ease-out}.styles-module__levelDetailsContent__B2Eux{background:#1e1e1ef2;border-radius:12px;width:100%;max-width:500px;max-height:90%;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0006}.styles-module__levelDetailsHeader__JrbQg{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}.styles-module__levelTitle__cHXQD{color:gold;font-size:24px;font-weight:700}.styles-module__closeButton__f8UVA{background:none;border:none;color:#fff9;font-size:24px;cursor:pointer;padding:5px;line-height:1;transition:color .2s}.styles-module__levelDetailsBody__mrbB4{display:flex;flex-direction:column;gap:20px}.styles-module__levelDetailsFooter__mPDhW{display:flex;justify-content:center;align-items:center;gap:20px;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.styles-module__navButton__bSz5J{background:#ffffff1a;border:none;color:#fff;font-size:20px;width:40px;height:40px;border-radius:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.styles-module__navButton__bSz5J.styles-module__disabled__L92HS{opacity:.5;cursor:not-allowed}.styles-module__levelCounter__At3dT{color:#fffc;font-size:16px;min-width:80px;text-align:center}.styles-module__attributesContainer__DtkHg{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:15px;padding:15px;background:#0000004d;border-radius:8px}.styles-module__skillsContainer__fMqII{display:flex;flex-direction:column;gap:15px}.styles-module__sectionTitle__EoAYn{color:#fff;font-size:18px;font-weight:700}@keyframes styles-module__fadeIn__EeSgp{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__EeSgp{animation:styles-module__fadeIn__EeSgp var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}@keyframes styles-module__pulseGlow__hxKQG{0%{box-shadow:0 0 20px #fff9,0 0 40px #fff6,0 0 60px #ffd70033}50%{box-shadow:0 0 30px #ffffffb3,0 0 60px #ffd70099,0 0 80px #ffd70099}to{box-shadow:0 0 40px #fffc,0 0 80px #ffd700b3,0 0 100px #ffd700cc}}.styles-module__moneyReward__9GNcY{display:flex;align-items:center;gap:20px;background:#0000004d;padding:20px;border-radius:12px;width:100%}.styles-module__imageContainer__TgXLo{flex-shrink:0}.styles-module__currencyImage__cb0eQ{width:100px;height:100px;object-fit:contain;border-radius:12px;background:#ffffff1a;padding:10px;animation:styles-module__pulseGlow__hxKQG 2s infinite alternate}.styles-module__info__wzUlX{display:flex;flex-direction:column;gap:8px;flex-grow:1}.styles-module__amount__QQOMN{font-size:28px;font-weight:700;color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.styles-module__currencyName__lK2vG{font-size:18px;color:#fff;font-weight:500}.styles-module__withdrawable__ylypa{font-size:14px;color:#07bc0c;font-weight:600;background:#07bc0c1a;padding:4px 12px;border-radius:6px;width:fit-content}@keyframes styles-module__fadeIn__6wMEo{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__6wMEo{animation:styles-module__fadeIn__6wMEo var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}@keyframes styles-module__treasureGlow__J6WRl{0%{box-shadow:0 0 20px #8a2be299,0 0 40px #8a2be266}50%{box-shadow:0 0 30px #8a2be2cc,0 0 60px #8a2be299}to{box-shadow:0 0 40px #8a2be2e6,0 0 80px #8a2be2b3}}@keyframes styles-module__float__dDd1l{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.styles-module__treasureReward__FeG-O{display:flex;flex-direction:column;align-items:center;gap:20px;background:#0000004d;padding:20px;border-radius:12px;width:100%}.styles-module__imageContainer__oUmc5{position:relative;flex-shrink:0}.styles-module__treasureImage__YvgDV{width:120px;height:120px;object-fit:contain;border-radius:12px;background:#8a2be21a;padding:15px;animation:styles-module__treasureGlow__J6WRl 2s infinite alternate,styles-module__float__dDd1l 3s ease-in-out infinite}.styles-module__treasureBadge__z-l5A{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#8a2be2,#9b59b6);color:#fff;font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px;box-shadow:0 2px 8px #8a2be280;white-space:nowrap}.styles-module__info__RIYG8{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;width:100%}.styles-module__title__uiVfZ{font-size:22px;font-weight:700;color:#9b59b6;text-shadow:0 0 10px rgba(155,89,182,.5)}.styles-module__description__62Svw{font-size:14px;color:#fffc;line-height:1.4}.styles-module__hint__fNuhP{font-size:13px;color:gold;font-weight:500;background:#ffd7001a;padding:6px 16px;border-radius:8px;margin-top:4px}.styles-module__fadeIn__8UBAf{animation:styles-module__fadeIn__8UBAf var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__COKWC{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;background:#000000f2;z-index:1000;padding:16px;overflow-y:auto}.styles-module__isFullscreen__WF9OS{padding-top:calc(var(--tg-safe-area-inset-top) * 2)}.styles-module__firework__pXiCz{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.styles-module__content__K4xhc{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px;z-index:1}@keyframes styles-module__shake__PcoUH{0%,to{transform:translate(0) rotate(0)}10%{transform:translate(-5px) rotate(-2deg)}20%{transform:translate(5px) rotate(2deg)}30%{transform:translate(-5px) rotate(-2deg)}40%{transform:translate(5px) rotate(2deg)}50%{transform:translate(-4px) rotate(-1deg)}60%{transform:translate(4px) rotate(1deg)}70%{transform:translate(-3px) rotate(-1deg)}80%{transform:translate(3px) rotate(1deg)}90%{transform:translate(-2px) rotate(-1deg)}}@keyframes styles-module__flashRed__qur2q{0%{background-color:#ff000080}50%{background-color:#ff00004d}to{background-color:transparent}}.styles-module__shake__PcoUH{animation:styles-module__shake__PcoUH .7s ease-in-out}.styles-module__flashRed__qur2q{animation:styles-module__flashRed__qur2q 1s ease-out}.styles-module__line__U5zUf{display:flex;align-items:center;gap:10px}.styles-module__questName__rnmFj{color:#fff;font-size:24px;font-weight:700;text-align:center}.styles-module__status__pynTm{font-size:20px;font-weight:700;text-transform:uppercase}@keyframes styles-module__pulse__p2ZwC{0%{box-shadow:0 0 #ffd70066}70%{box-shadow:0 0 0 10px #ffd70000}to{box-shadow:0 0 #ffd70000}}.styles-module__resultButton__l-eKC{padding:12px 30px;border-radius:8px;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s;z-index:1;margin-top:auto;width:100%}.styles-module__resultButton__l-eKC.styles-module__isFullScreen__C4ul1{margin-bottom:50px}@keyframes styles-module__fadeIn__8UBAf{0%{opacity:0}to{opacity:1}}.styles-module__itemsContainer__mqkjU{width:100%;max-width:500px;background:#ffffff1a;border-radius:12px;padding:10px;margin:20px 0;display:flex;flex-direction:column;gap:20px;animation:styles-module__fadeIn__8UBAf 1s 0s forwards}.styles-module__itemsTitle__l4u8C{color:#fff;font-size:20px;font-weight:700;text-align:center;margin-bottom:10px}.styles-module__itemsList__-qpiU{display:flex;flex-direction:column;gap:15px}@keyframes styles-module__initialScale__ui4sh{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes styles-module__pulseGlow__yVJnE{0%{box-shadow:0 0 20px #fff9,0 0 40px #fff6,0 0 60px var(--glow-color, rgba(255, 255, 255, .2))}50%{box-shadow:0 0 30px #ffffffb3,0 0 60px var(--glow-color, rgba(255, 215, 0, .6)),0 0 80px var(--glow-color, rgba(255, 215, 0, .6))}to{box-shadow:0 0 40px #fffc,0 0 80px var(--glow-color, rgba(255, 215, 0, .7)),0 0 100px var(--glow-color, rgba(255, 0, 0, .8))}}.styles-module__eventReward__zRD-t{background:#0000004d;padding:15px;border-radius:8px;align-items:center}.styles-module__eventRewardContent__5hp-w{display:flex;align-items:center;gap:20px;justify-content:center}.styles-module__eventRewardImage__QTZU0{width:80px;height:80px;object-fit:contain;border-radius:8px;background:#ffffff1a;padding:8px;animation:styles-module__pulseGlow__yVJnE 2s infinite alternate;box-shadow:0 0 20px #ffd70066}.styles-module__eventRewardInfo__I2TUc{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.styles-module__eventRewardAmount__Hxn8u{font-size:24px;font-weight:700;color:gold}.styles-module__eventRewardName__WF4rm{font-size:16px;color:#fff}@keyframes styles-module__fadeIn__BCJ3N{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__BCJ3N{animation:styles-module__fadeIn__BCJ3N var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__specialRewardsModal__9jH2H{max-width:600px;width:90%;max-height:80%;overflow-y:auto}.styles-module__modalContent__yPHVe{padding:20px}.styles-module__modalTitle__aUlOq{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;color:#f5e1a4}.styles-module__loading__Vpy-H,.styles-module__noRewards__kmAab{text-align:center;padding:40px 20px;font-size:16px}.styles-module__rewardsList__9V9-b{display:flex;flex-direction:column;gap:16px;max-height:calc(80% - 120px);overflow-y:auto}.styles-module__rewardsList__9V9-b::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.styles-module__rewardsList__9V9-b::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.styles-module__rewardsList__9V9-b::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.styles-module__rewardWrapper__dS2nJ{transition:all .3s ease}.styles-module__rewardWrapper__dS2nJ.styles-module__selected__Uu6qJ{animation:styles-module__highlight__lNans .6s ease-in-out}@keyframes styles-module__highlight__lNans{0%,to{transform:scale(1)}50%{transform:scale(1.02);filter:brightness(1.2)}}.styles-module__itemReward__SvJQT{background:linear-gradient(135deg,#8b5cf61a,#3b82f60d);border:1px solid rgba(139,92,246,.3);border-radius:16px;padding:16px;transition:all .3s ease;position:relative;overflow:hidden}.styles-module__itemReward__SvJQT:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#3b82f6)}.styles-module__itemReward__SvJQT:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf64d;border-color:#8b5cf680}.styles-module__itemHeader__7IdLg{display:flex;gap:16px;align-items:center}.styles-module__itemImageWrapper__t9Q51{position:relative;flex-shrink:0}.styles-module__itemImageWrapper__t9Q51:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:12px;opacity:.3;filter:blur(8px)}.styles-module__itemImage__Ac1Sn{width:80px;height:80px;border-radius:8px;object-fit:contain;padding:0 8px;position:relative;z-index:1;box-shadow:0 4px 12px #0000004d}.styles-module__itemHeaderInfo__Z0jwb{flex:1;display:flex;flex-direction:column;gap:8px}.styles-module__itemTitle__jXbbz{font-size:18px;font-weight:700;color:#f5e1a4;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.styles-module__itemChance__OYItN{display:flex;align-items:center;gap:8px}.styles-module__itemChanceLabel__r-E3c{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.styles-module__itemChanceValue__8lX-K{font-size:20px;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.styles-module__itemDescription__8Izij{font-size:13px;color:#fffc;margin:12px 0 0;line-height:1.5;padding-top:12px;border-top:1px solid rgba(139,92,246,.2)}.styles-module__moneyReward__E9bF6{background:linear-gradient(135deg,#eab30826,#f59e0b14);border:1px solid rgba(234,179,8,.4);border-radius:12px;padding:12px 16px;transition:all .3s ease;position:relative;overflow:hidden}.styles-module__moneyReward__E9bF6:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#eab308,#f59e0b)}.styles-module__moneyReward__E9bF6:hover{transform:translateY(-2px);box-shadow:0 8px 20px #eab3084d;border-color:#eab30899}.styles-module__moneyContent__CWDMN{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}.styles-module__moneyLeft__38wb3{display:flex;align-items:center;gap:20px}.styles-module__moneyIconWrapper__ES2it{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%}.styles-module__moneyIconWrapper__ES2it:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#eab308,#f59e0b);border-radius:50%;opacity:.3;filter:blur(10px)}.styles-module__moneyIcon__4xUQF{width:44px;height:44px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.styles-module__moneyInfo__wa1v9{display:flex;gap:8px;align-items:flex-end;flex:1;min-width:0}.styles-module__moneyAmount__Fec--{font-size:28px;font-weight:800;color:#f5e1a4;margin:0;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.4);white-space:nowrap}.styles-module__moneyCurrency__9c9Un{font-size:14px;color:#fffc;margin:0;font-weight:600;white-space:nowrap}.styles-module__moneyChance__ZBoB7{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;min-width:50px}.styles-module__moneyChanceValue__3y4IY{font-size:20px;font-weight:800;background:linear-gradient(135deg,#eab308,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;white-space:nowrap}.styles-module__moneyChanceLabel__iZTCr{font-size:10px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-weight:600;white-space:nowrap}.styles-module__currencyGroup__xcvDy{background:linear-gradient(135deg,#eab3081a,#f59e0b0d);border:1px solid rgba(234,179,8,.3);border-radius:16px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}.styles-module__currencyGroup__xcvDy:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#eab308,#f59e0b)}.styles-module__groupHeader__HDP-b{display:flex;gap:16px;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(234,179,8,.2)}.styles-module__currencyIconWrapper__mhAry{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.styles-module__currencyIconWrapper__mhAry:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#eab308,#f59e0b);border-radius:50%;opacity:.3;filter:blur(10px)}.styles-module__currencyIcon__vynhx{width:52px;height:52px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.styles-module__groupHeaderInfo__MR2Gi{flex:1;display:flex;flex-direction:column;gap:8px}.styles-module__groupTitle__wvVFy{font-size:20px;font-weight:700;color:#f5e1a4;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.styles-module__groupChance__41dEk{display:flex;align-items:center;gap:8px}.styles-module__groupChanceLabel__pTE6Q{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.styles-module__groupChanceValue__cEBqW{font-size:18px;font-weight:700;background:linear-gradient(135deg,#eab308,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.styles-module__rewardsInGroup__MLp55{display:flex;flex-direction:column;gap:10px}.styles-module__rewardsInGroup__MLp55 .styles-module__moneyReward__E9bF6{padding:10px 14px}.styles-module__rewardsInGroup__MLp55 .styles-module__moneyAmount__Fec--{font-size:24px}.styles-module__rewardsInGroup__MLp55 .styles-module__moneyCurrency__9c9Un{font-size:13px}.styles-module__rewardsInGroup__MLp55 .styles-module__moneyChanceValue__3y4IY{font-size:18px}.styles-module__rewardItem__pxESo{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease;opacity:.7}.styles-module__rewardItem__pxESo:hover{background:#ffffff0d;border-color:#ffffff1f}.styles-module__rewardContent__dlnG3{display:flex;gap:16px;align-items:flex-start}.styles-module__rewardInfo__o-hv6{flex:1;display:flex;flex-direction:column;gap:6px}.styles-module__rewardTitle__VlDSY{font-size:16px;font-weight:600;color:#fff9;margin:0}.styles-module__rewardDescription__MrMSk{font-size:13px;color:#ffffff80;margin:0;line-height:1.4}@keyframes styles-module__fadeIn__GF390{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__GF390{animation:styles-module__fadeIn__GF390 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__fQr20{width:100%;height:100%;padding:16px;display:flex;flex-direction:column;gap:12px;animation:styles-module__fadeIn__GF390 1s 0s forwards;position:relative}.styles-module__isFullScreen__b-YZe{padding-top:calc(8px + var(--tg-safe-area-inset-top))}.styles-module__overflow__x9qDJ{overflow:auto}.styles-module__overflow__x9qDJ::-webkit-scrollbar{width:0;height:0}.styles-module__overflow__x9qDJ{scrollbar-width:none}@keyframes styles-module__fadeIn__FAwfy{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__FAwfy{animation:styles-module__fadeIn__FAwfy var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__BcYso{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:16px;box-sizing:border-box;color:#f5e1a4;background-size:cover}.styles-module__column__QVOG6{display:flex;flex-direction:column;gap:16px}.styles-module__noDataWrapper__52A4a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;width:100%;height:100%;text-align:center}.styles-module__noDataImg__3fqFL{width:200px;height:200px;object-fit:contain}.styles-module__popupContent__IYZY7{display:flex;align-items:center}.styles-module__icon__u4mq-{cursor:pointer;width:30px;height:30px;object-fit:contain}.styles-module__loader__XGj8A{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.styles-module__fadeIn__FAwfy{animation:styles-module__fadeIn__FAwfy 1s 0s forwards}.styles-module__countdownWrapper__YvW7u{display:flex;gap:8px;justify-content:space-between;align-items:center;padding:0 16px;margin-top:auto}.styles-module__questsCount__5b6-u{display:flex;align-items:center;justify-content:center;color:#fff}@keyframes styles-module__fadeIn__wD3an{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__wD3an{animation:styles-module__fadeIn__wD3an var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__WHGRt{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:16px;box-sizing:border-box;color:#f5e1a4;background-size:cover;animation:styles-module__fadeIn__wD3an 1s 0s forwards}.styles-module__noDataWrapper__Utx3d{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;width:100%;height:100%;text-align:center}.styles-module__noDataImg__-V6fR{width:200px;height:200px;object-fit:contain}@keyframes styles-module__fadeIn__-BopN{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__-BopN{animation:styles-module__fadeIn__-BopN var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__eDWIC{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.styles-module__content__kPe-F{display:flex;align-items:center;justify-content:center;padding:24px;border-radius:16px;background:var(--tg-theme-secondary-bg-color)}.styles-module__icon__bd-L6{font-size:64px;opacity:.7;animation:styles-module__bounce__0rmBE 2s infinite}@keyframes styles-module__bounce__0rmBE{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes styles-module__fadeIn__zhtoG{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__zhtoG{animation:styles-module__fadeIn__zhtoG var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__filtersContainer__28KVt{display:flex;justify-content:space-between;gap:8px;width:100%}.styles-module__filterItem__bs9iD{width:40px;height:40px;border-radius:8px;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border:1px solid #8b5a2b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s ease}.styles-module__filterItem__bs9iD:hover{transform:scale(1.05)}.styles-module__filterItem__bs9iD.styles-module__active__fYmqb{border-color:gold;box-shadow:0 0 8px #ffd7004d}.styles-module__filterImage__lO-3O{width:24px;height:24px;object-fit:contain}.styles-module__filterText__wCEOu{font-size:.8rem;color:#f5e1a4;font-weight:700}@keyframes styles-module__fadeIn__NCTGP{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__NCTGP{animation:styles-module__fadeIn__NCTGP var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__SypRa{background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;padding:8px 16px 8px 8px;cursor:default;flex-shrink:0;display:flex}.styles-module__cellContent__o6bfm{display:flex;justify-content:space-between;align-items:center;width:100%}.styles-module__leftSection__eUF-F{display:flex;align-items:center;gap:12px}.styles-module__rank__hKkNT{min-width:24px;text-align:center;font-size:1.2rem;font-weight:700;color:gold;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.styles-module__imageWrapper__hEioq{position:relative;width:48px;height:48px;border-radius:8px;padding:2px;overflow:hidden;background:linear-gradient(145deg,#2d2222,#3d2f2f);box-shadow:0 2px 4px #00000080}.styles-module__imageWrapper__hEioq:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;animation:styles-module__pulse__ov0EA 2s infinite;background:linear-gradient(90deg,#2d2222,#3d2f2f,#2d2222);opacity:0;transition:opacity .3s}.styles-module__imageWrapper__hEioq.styles-module__loading__NtwFJ:before{opacity:1}.styles-module__image__VgoCk{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s}.styles-module__image__VgoCk.styles-module__loaded__SHApb{opacity:1}@keyframes styles-module__pulse__ov0EA{0%{background-position:-200% center}to{background-position:200% center}}.styles-module__heroInfo__MzjE3{display:flex;flex-direction:column;gap:4px}.styles-module__heroNameRow__DIZP7{display:flex;align-items:center;gap:8px}.styles-module__classIcon__FAigF{width:20px;height:20px;border-radius:4px;overflow:hidden;object-fit:contain}.styles-module__username__RGbUB{font-size:1rem;font-weight:700;text-shadow:1px 1px 2px #000;color:#f5e1a4;word-break:break-all}.styles-module__username__RGbUB.styles-module__leaderAmount__iuQaW{color:gold}.styles-module__ownerName__Ncajy{font-size:.8rem;color:gold;opacity:.9}.styles-module__level__rUZWW{font-size:.8rem;color:#f5e1a4;opacity:.8}.styles-module__rarity__eMyqK{font-size:.8rem;color:gold;text-transform:capitalize}.styles-module__rightSection__v2SUq{display:flex;align-items:center}.styles-module__pvpStats__TA7M-{background:unset;padding:unset;border:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset}.styles-module__amount__UP76v{font-size:1rem;font-weight:700;text-shadow:1px 1px 2px #000;white-space:nowrap;color:#f5e1a4}.styles-module__amount__UP76v.styles-module__leaderAmount__iuQaW{color:gold}@keyframes styles-module__fadeIn__XkrTg{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__XkrTg{animation:styles-module__fadeIn__XkrTg var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__jxR17{display:flex;flex-direction:column;gap:16px;height:100%;animation:styles-module__fadeIn__XkrTg 1s 0s forwards;min-height:0}.styles-module__ratingList__Nmdai{display:flex;flex-direction:column;gap:8px;overflow-y:auto;height:100%;min-height:0;padding-bottom:8px;animation:styles-module__fadeIn__XkrTg 1s 0s forwards}.styles-module__loader__xYHCd{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.styles-module__noData__FT-sW{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.styles-module__image__enBYU{width:50%;height:auto;object-fit:contain}@keyframes styles-module__fadeIn__ujwN0{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__ujwN0{animation:styles-module__fadeIn__ujwN0 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__gQHkg{background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;padding:8px 16px 8px 8px;cursor:default;flex-shrink:0;display:flex}.styles-module__cellContent__1zQmX{display:flex;justify-content:space-between;align-items:center;width:100%}.styles-module__leftSection__jr7wd{display:flex;align-items:center;gap:12px}.styles-module__rightSection__7jo-H{display:flex;align-items:center}.styles-module__imageWrapper__7S1b-{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.styles-module__imageWrapper__7S1b-.styles-module__leader__mzTk-{background:none;border:none;box-shadow:none;border-radius:0}.styles-module__image__lJX1q{width:100%;height:100%;object-fit:cover}.styles-module__rankText__ame11{position:absolute;color:#fff;font-size:1.2rem;font-weight:700;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.styles-module__customText__SNtFa{font-size:.8rem}.styles-module__username__BWQcE{font-size:1rem;font-weight:700;text-shadow:1px 1px 2px #000}.styles-module__amount__yjWhu{font-size:1rem;font-weight:700;text-shadow:1px 1px 2px #000;white-space:nowrap}.styles-module__leaderAmount__okcU7{color:gold}.styles-module__userCell__TFaJG{animation:styles-module__fadeIn__ujwN0 1s 0s forwards;box-shadow:0 4px 16px #ffd70066,0 0 8px #ffd7004d;margin:0 4px 12px}@keyframes styles-module__fadeIn__c2LD7{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__c2LD7{animation:styles-module__fadeIn__c2LD7 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__container__F0t8B{height:100%;width:100%;position:relative;animation:styles-module__fadeIn__c2LD7 1s 0s forwards;display:flex;flex-direction:column;gap:8px;min-height:0}.styles-module__list__sB1T8>div:last-child{margin-bottom:20px}.styles-module__list__sB1T8{list-style:none;width:100%;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:10px;margin-bottom:-10px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100%;min-height:0}.styles-module__loader__hyR9H{display:flex;width:100%;height:100%;justify-content:center;align-items:center}@keyframes styles-module__fadeIn__CIL20{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__CIL20{animation:styles-module__fadeIn__CIL20 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__Qa-oG{height:100%;width:100%;display:flex;flex-direction:column;padding:16px 16px 0;gap:16px;overflow:hidden}@keyframes styles-module__fadeIn__zDSH6{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__zDSH6{animation:styles-module__fadeIn__zDSH6 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__listWrapper__2vsoN{position:relative;height:calc(100% - 320px);display:flex;flex-direction:column;align-items:center}.styles-module__list__PUtEq{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0;width:100%;overflow-y:auto;height:100%}.styles-module__list__PUtEq::-webkit-scrollbar{width:0;height:0}.styles-module__list__PUtEq{scrollbar-width:none}.styles-module__cell__Qdt9I{display:flex;align-items:center;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:12px;padding:12px;box-shadow:0 4px 8px #0006;transition:background .3s ease,transform .3s ease}.styles-module__cellContent__b0hch{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.styles-module__avatar__HiWYW{padding:4px;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;overflow:hidden;background-color:#ddd}.styles-module__avatarImage__tccPn{width:100%;height:100%;object-fit:contain}.styles-module__userInfo__HKT3E{display:flex;flex-direction:column;text-align:right;gap:4px}.styles-module__userInfo__HKT3E>span{color:#f5e1a4}.styles-module__username__it-j0{font-size:1rem;font-weight:700;color:#f5e1a4;text-shadow:1px 1px 2px #000}.styles-module__row__MpxIO{display:flex;gap:12px;justify-content:space-between;align-items:center;width:100%}.styles-module__reward__xRgcA{font-size:.9rem;color:#7cfc00}.styles-module__noData__R8HJK{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;text-align:center;width:100%}.styles-module__noData__R8HJK>span{color:#f5e1a4}.styles-module__caption__H8KNn{font-size:12px;color:#f5e1a4}.styles-module__noData__R8HJK img{width:50%;max-width:200px;height:auto}@keyframes styles-module__fadeIn__E--AW{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__E--AW{animation:styles-module__fadeIn__E--AW var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__wX2Cl{padding:32px 16px 0;border-radius:8px;width:100%;display:flex;flex-direction:column;gap:20px}.styles-module__row__-t-XN{display:flex;gap:8px;width:100%;justify-content:space-around;align-items:center}.styles-module__column__Bk53i{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.styles-module__avatar__DEDDd{align-self:center;display:flex;justify-content:center;align-items:center;position:relative}.styles-module__avatarImage__THE4x{width:64px;height:64px;border-radius:50%;object-fit:contain}.styles-module__headline__PHDIb{font-size:1.5rem;font-weight:700;color:#f5e1a4}.styles-module__subheadline__MR3C->span{font-size:1rem;color:#f5e1a4}.styles-module__reward__wF9xg{font-size:1rem;color:#fc0}.styles-module__linkButton__1xGxy{color:#f5e1a4;font-size:1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;padding:4px;filter:drop-shadow(0 0 8px rgba(245,225,164,.4))}.styles-module__linkButton__1xGxy>span{color:#f5e1a4;font-weight:700;font-size:12px;text-align:center;text-shadow:0 0 10px rgba(245,225,164,.5)}.styles-module__linkButton__1xGxy:active{transform:scale(.95)}.styles-module__separator__rJ-Ya{width:100%;height:2px;background:linear-gradient(90deg,transparent,#8b5a2b 20%,#ffd700 50%,#8b5a2b 80%,transparent);box-shadow:0 0 12px #ffd70080;position:relative}.styles-module__separator__rJ-Ya:before,.styles-module__separator__rJ-Ya:after{content:"";position:absolute;width:8px;height:8px;background:gold;border-radius:50%;top:50%;transform:translateY(-50%);box-shadow:0 0 8px #ffd700cc}.styles-module__separator__rJ-Ya:before{left:10%}.styles-module__separator__rJ-Ya:after{right:10%}.styles-module__fadeIn__E--AW{animation:styles-module__fadeIn__E--AW 1s 0s forwards}@keyframes styles-module__fadeIn__VytZJ{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__VytZJ{animation:styles-module__fadeIn__VytZJ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__triggerButton__B58ye{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:120px}.styles-module__title__7iyFH{font-size:20px;font-weight:700;margin-bottom:16px;text-shadow:2px 2px 4px #000;text-align:center}.styles-module__title__7iyFH>span{color:#f5e1a4}.styles-module__languageOptions__ZZNNc{display:flex;flex-direction:column;gap:8px}.styles-module__languageOptions__ZZNNc button{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out}.styles-module__languageOptions__ZZNNc button:hover{background:linear-gradient(90deg,#4a3434,#6e5b5b);border-color:#769e4d}@keyframes styles-module__fadeIn__cjK7r{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__cjK7r{animation:styles-module__fadeIn__cjK7r var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__dailyQuestContainer__3ld0O{display:flex;flex-direction:column;gap:16px;width:100%;padding:16px;background:#0003;border-radius:8px}.styles-module__dailyQuestHeader__d-hDL{display:flex;align-items:center;gap:8px;width:100%}.styles-module__dailyQuestHeader__d-hDL span{font-size:1.1rem;font-weight:500;color:#f5e1a4;text-shadow:1px 1px 2px #000}.styles-module__dailyQuestHeader__d-hDL .styles-module__question__K-9-D{color:#f5e1a4;cursor:pointer}.styles-module__dailyQuestContent__6IFio{display:flex;flex-direction:column;gap:16px}.styles-module__dailyQuestRow__ESFsV{display:flex;align-items:center;gap:16px}.styles-module__dailyQuestLabel__vvDDi{min-width:80px;color:#f5e1a4;text-shadow:1px 1px 2px #000;font-size:15px}.styles-module__dailyQuestLabel__vvDDi>span{color:#f5e1a4}.styles-module__dailyQuestControl__S-Zu-{flex:1}.styles-module__schemaDescription__r15PH{display:flex;flex-direction:column;gap:24px}.styles-module__schemaItem__ruHOs{display:flex;flex-direction:column;gap:8px}.styles-module__schemaTitle__WSDmN{font-size:16px;font-weight:600;color:#f5e1a4;text-shadow:0 2px 4px rgba(0,0,0,.25)}.styles-module__schemaText__Dm9tW{font-size:14px;line-height:1.5;color:#fff}.styles-module__schemaModalHeader__T6FPb{padding:16px;text-align:center}.styles-module__schemaModalHeader__T6FPb h2{margin:0;font-size:20px;font-weight:600;color:#f5e1a4;text-shadow:0 2px 4px rgba(0,0,0,.25)}@keyframes styles-module__fadeIn__lq6OQ{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__lq6OQ{animation:styles-module__fadeIn__lq6OQ var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__settings__3e4vg{display:flex;flex-direction:column;gap:12px;padding:16px;width:100%;height:100%;overflow-y:auto;animation:styles-module__fadeIn__lq6OQ 1s 0s forwards}.styles-module__table__K6UwP{display:table;width:100%;background:#0003;border-radius:8px;padding:8px}.styles-module__row__HrcgS{display:table-row;height:60px}.styles-module__labelCell__9NmaK,.styles-module__controlCell__-RYGA{display:table-cell;vertical-align:middle}.styles-module__labelCell__9NmaK{padding:8px 15px 8px 0;color:#f5e1a4;text-shadow:1px 1px 2px #000;font-size:15px;white-space:nowrap;overflow:hidden;width:60%}.styles-module__labelCell__9NmaK span{display:flex;align-items:center;gap:8px;color:#f5e1a4}.styles-module__controlCell__-RYGA{width:40%;padding:8px 0 8px 15px}.styles-module__range__tKYGZ{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;background:#5e4b4b;border-radius:5px;box-shadow:inset 0 2px 4px #000c}.styles-module__range__tKYGZ::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:24px;width:24px;background:gold;border-radius:50%;cursor:grab;border:2px solid #8b5a2b;box-shadow:0 0 10px gold,inset 0 2px 4px #000c}.styles-module__range__tKYGZ::-moz-range-thumb{height:24px;width:24px;background:gold;border-radius:50%;cursor:grab;border:2px solid #8b5a2b;box-shadow:0 0 10px gold,inset 0 2px 4px #000c}.styles-module__toggleButton__DIYA2{font-size:16px;color:#f5e1a4;background:linear-gradient(90deg,#3c2f2f,#5e4b4b);border:2px solid #8b5a2b;border-radius:8px;padding:8px 16px;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;width:120px;text-align:center;display:flex;align-items:center;justify-content:center}.styles-module__toggleButton__DIYA2.styles-module__active__-i-BL{background:#cd853fe6;border-color:#769e4d;color:#fff;text-shadow:1px 1px 2px #000}.styles-module__customCell__T5dsq{position:relative}.styles-module__question__qy11q{display:flex;align-items:center}.styles-module__logoutButton__Eka4t{width:100%;padding:14px 16px;background:#8b00004d;border:2px solid #8b0000;border-radius:8px;color:#f44;font-size:16px;font-weight:700;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .3s ease-in-out;margin-top:auto}.styles-module__logoutButton__Eka4t:hover{background:#8b000080;border-color:red;color:#f66}.styles-module__logoutButton__Eka4t:active{transform:scale(.98)}.styles-module__modalContent__nFVwW{padding:20px}.styles-module__modalContent__nFVwW h3{color:#f5e1a4;margin-bottom:12px;font-size:18px;text-shadow:1px 1px 2px #000}.styles-module__modalContent__nFVwW p{color:#f5e1a4;line-height:1.5;text-shadow:1px 1px 2px #000}.styles-module__telegramButton__6Q9mv{margin-top:auto}@keyframes styles-module__fadeIn__r6Gdd{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__r6Gdd{animation:styles-module__fadeIn__r6Gdd var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__input__m-Kno{width:100%;padding:12px;border:2px solid #8b5a2b;border-radius:12px;font-size:1rem;background-color:#1e2a38;color:#f5e1a4;transition:border-color .3s ease}.styles-module__input__m-Kno:focus{border-color:#769e4d;outline:none}.styles-module__input__m-Kno::placeholder{color:#a8a8a8;opacity:.7}.styles-module__label__VjOG7{font-size:1rem;font-weight:700;color:#f5e1a4;margin-bottom:8px;display:block}.styles-module__telegramButton__bLkRC{margin-top:auto}@keyframes styles-module__fadeIn__hoGRe{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__hoGRe{animation:styles-module__fadeIn__hoGRe var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__W-cVD{display:flex;flex-direction:column;gap:20px;padding:48px 16px 16px;height:100%;width:100%;overflow:auto;animation:styles-module__fadeIn__hoGRe 1s 0s forwards}.styles-module__wrapper__W-cVD::-webkit-scrollbar{width:0;height:0}.styles-module__wrapper__W-cVD{scrollbar-width:none}.styles-module__fullScreen__PpPpO{margin-top:var(--tg-safe-area-inset-top);height:calc(100% - var(--tg-safe-area-inset-top))}.styles-module__taskDescription__5gtx1{color:#f5e1a4;font-size:1rem}.styles-module__taskCell__RKzfo{display:flex;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.styles-module__before__JXYxt{flex-shrink:0;margin-right:16px}.styles-module__taskImage__YVKYa{width:48px;height:48px;object-fit:contain}.styles-module__cellMain__QaGma{flex-grow:1;display:flex;flex-direction:column;gap:8px}.styles-module__taskTitle__0d57D{color:#f5e1a4;font-size:1rem;font-weight:700}.styles-module__amountRow__6G9tg{display:flex;gap:8px;align-items:center}.styles-module__coinImage__6jqrM{width:25px;height:25px;object-fit:contain}.styles-module__amount__oWZWJ{color:#f5e1a4;font-size:.9rem}.styles-module__after__BPPY8{flex-shrink:0;display:flex;align-items:center}.styles-module__buttonRow__V9W2V{margin-top:auto;display:flex;gap:8px;align-items:center}.styles-module__tabList__QqX1a{display:flex;justify-content:center;width:100%;gap:8px}.styles-module__button__CIgtU{background:#3c2f2f;border:2px solid #8b5a2b;border-radius:12px;color:#f5e1a4;padding:10px 20px;cursor:pointer;transition:all .3s ease}.styles-module__button__CIgtU:hover{background:#5e8237}.styles-module__button__CIgtU:active{transform:scale(.98)}.styles-module__button__CIgtU:disabled{opacity:.3;cursor:not-allowed}.styles-module__buttonFinished__GLmxv{background:#5e8237;color:#fff}.styles-module__linkIcon__B6nmO{color:#f5e1a4;cursor:pointer}.styles-module__errorWrapper__dE-ot{display:flex;flex-direction:column;gap:16px}.styles-module__errorList__JCkG1{display:flex;flex-direction:column;gap:4px;height:100%;overflow:auto}@keyframes styles-module__fadeIn__gLk4U{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__gLk4U{animation:styles-module__fadeIn__gLk4U var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__emptyState__hYHPK{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;height:100%;color:#f5e1a4}.styles-module__emptyState__hYHPK .styles-module__emptyIcon__h1gYB{font-size:48px;margin-bottom:16px;opacity:.7}.styles-module__emptyState__hYHPK .styles-module__emptyText__mXtp7{font-size:16px;opacity:.7}@keyframes styles-module__fadeIn__eNnWe{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__eNnWe{animation:styles-module__fadeIn__eNnWe var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__cell__u3vLi{display:flex;align-items:center;background:linear-gradient(145deg,#3c2f2fcc,#5e4b4bcc);border-radius:16px;padding:12px 16px;margin-bottom:10px;cursor:pointer;transition:all .3s ease-in-out}.styles-module__before__MaijN{flex-shrink:0;margin-right:16px}.styles-module__taskImage__FXN9t{width:40px;height:40px;object-fit:contain;border-radius:10px}.styles-module__cellMain__QGwyY{flex-grow:1;display:flex;flex-direction:column;padding-right:16px}.styles-module__taskTitle__JpMlZ{color:#f5e1a4;font-size:1rem;margin-bottom:4px;word-break:break-word}.styles-module__reward__yr9lk{color:#f5e1a4;font-size:.9rem}.styles-module__after__xhfer{flex-shrink:0;display:flex;align-items:center}.styles-module__listLoader__CabU3{display:flex;justify-content:center;align-items:center;padding:20px;width:100%;height:100%}@keyframes styles-module__fadeIn__7ZpY9{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__7ZpY9{animation:styles-module__fadeIn__7ZpY9 var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__tasksWrapper__M8mZZ{padding:16px 16px 0;width:100%;height:100%;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;animation:styles-module__fadeIn__7ZpY9 1s 0s forwards}.styles-module__tasksList__xXxBP{flex:1;overflow-y:auto;border-radius:16px;animation:styles-module__fadeIn__7ZpY9 1s 0s forwards}@keyframes styles-module__fadeIn__5W-SX{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__5W-SX{animation:styles-module__fadeIn__5W-SX var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__transactionsWrapper__siG3B{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:16px;color:#f5e1a4;animation:styles-module__fadeIn__5W-SX 1s 0s forwards;display:flex;flex-direction:column;gap:16px}.styles-module__empty__dDAAV{text-align:center;font-size:1.2rem;margin-top:20px;text-shadow:1px 1px 2px #000}.styles-module__list__pvSjD{width:100%;animation-delay:.3s;display:flex;flex-direction:column;gap:12px}.styles-module__filterContainer__8V8nH{width:100%}.styles-module__listLoader__4Ge94{display:flex;justify-content:center;align-items:center;min-height:200px}.styles-module__paginationLoader__wekdT{display:flex;justify-content:center;align-items:center;padding:20px 0}.styles-module__loadingTrigger__TH-l9{height:1px;width:100%}@keyframes styles-module__fadeIn__sI-bg{0%{opacity:0}to{opacity:1}}.styles-module__fadeIn__sI-bg{animation:styles-module__fadeIn__sI-bg var(--fade-duration, 1s) var(--fade-delay, 0s) forwards}.styles-module__wrapper__sXVqj{width:100%;height:100%;padding:16px;display:flex;flex-direction:column;gap:16px;animation:styles-module__fadeIn__sI-bg 1s 0s forwards;overflow-y:auto}.styles-module__image__kw5qW{width:100%;height:auto;object-fit:contain}.styles-module__button__eNPYo{margin-top:auto}.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media(max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media(max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}
