@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Pangolin&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{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.container{position:relative;border:2px solid #352626}.container .triangle{z-index:4;position:absolute;width:0px;height:0px;border-style:solid;border-width:0 0 5px 5px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:inherit;border-left-color:transparent;transform:rotate(0)}.container .triangle.top{top:0;rotate:180deg;transform:scaleX(-1)}.container .triangle.bottom{bottom:0}.custom-button{border-radius:50px;cursor:pointer}.custom-button:disabled{cursor:not-allowed}.custom-button:disabled .button-container{filter:grayscale(.3);box-shadow:unset}.custom-button:disabled .button-container .children{opacity:.3}.custom-button:disabled .button-container .children.hidden{opacity:0}.custom-button:active:not(:disabled){transform:translateY(3px)}.custom-button:active:not(:disabled) .button-container{box-shadow:0 1px #00000059}.custom-button.yellow .button-container{background:#ffd180}.custom-button.yellow-3d{text-shadow:0 1px 0 #ffb32f}.custom-button.yellow-3d .button-container{background:linear-gradient(180deg,#ffd180 42.77%,#ffbc47 95.35%);box-shadow:-2px -2px #00000059 inset,0 4px #00000059}.custom-button.green .button-container{background:#ccbe98}.custom-button.orange .button-container{background:#ffb17b}.custom-button.red .button-container{background:#d96c6c}.custom-button.orange-3d .button-container{background:linear-gradient(180deg,#ffb17b 42.77%,#ff9d58 95.35%);box-shadow:0 1.5px #ff9346 inset,-1.5px -1.5px #8b542d inset}.custom-button.center{transform-origin:center}.custom-button.center:active:not(:disabled){transform:unset;scale:.9}.custom-button .button-container{position:relative;display:flex;align-items:center;justify-content:center;padding:7px 11px;font-size:14px;font-weight:700;line-height:1;color:#352626;text-transform:uppercase;border-radius:50px;box-shadow:0 4px #00000059;transition:.1s ease-in-out;transition-property:color,background,background-color,filter}.custom-button .button-container .loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-button .button-container .children{display:inherit;flex:inherit;align-items:inherit;justify-content:inherit;gap:inherit;width:100%;height:100%;transition:.2s ease-in-out;transition-property:opacity}._ButtonBack_1beg6_30{height:30px;width:30px}._ButtonBack_1beg6_30>.button-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:unset}._ButtonBack_1beg6_30>.button-container svg{height:60%;width:auto}._ButtonInfo_1krxq_30{flex-shrink:0;height:30px;aspect-ratio:1/1}._ButtonInfo_1krxq_30 svg{height:70%;width:auto}._ButtonInfo_1krxq_30>.button-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:unset}._ButtonRing_1ygst_30{height:30px;width:30px}._ButtonRing_1ygst_30>.button-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:unset}._Modal_9judj_30{position:fixed;top:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;width:100%;height:100%}._Modal_back_9judj_42{position:absolute;left:0;top:0;width:100%;height:100%;background:#1b1b1bcc;animation:_modalBack_9judj_1 .2s ease-out}@keyframes _modalBack_9judj_1{0%{opacity:0}to{opacity:1}}._Modal_bodyWrap_9judj_60{width:fit-content;height:fit-content;max-width:100%;max-height:100%;padding:56px 64px}._Modal_bodyWrap_9judj_60::-webkit-scrollbar{display:none}._Modal_body_9judj_60{position:relative;z-index:2;width:fit-content;height:fit-content;max-width:100%;max-height:100%;pointer-events:all;animation:_modal_9judj_1 .2s ease-out}@keyframes _modal_9judj_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._ModalStoneFlexContainer_1q9m9_30{position:relative;width:fit-content;height:fit-content;max-width:100%;max-height:100%}._ModalStoneFlexContainer_1q9m9_30._ton_1q9m9_37 ._ModalStoneFlexContainer_content_1q9m9_37{background:radial-gradient(237.06% 110.29% at 50.09% 44.16%,#d4d6eb,#babcd9 61.48%,#9792a5 72.12%)}._ModalStoneFlexContainer_content_1q9m9_37{position:relative;overflow-y:auto;width:fit-content;height:fit-content;max-width:100%;max-height:calc(100vh - 100px);padding:16px;background:radial-gradient(228.63% 107.94% at 50.08% 44.28%,#dfcfb2,#b3a58b 61.48%,#a7997f 72.12%)}._ModalStoneFrame_i71i4_30{position:absolute;z-index:5;inset:0;pointer-events:none}._ModalStoneFrame_angle_i71i4_37{position:absolute;z-index:2}._ModalStoneFrame_angle_i71i4_37 img{height:100%;width:auto}._ModalStoneFrame_angle_i71i4_37._tl_i71i4_45{top:0;left:0;height:40px;translate:-40% -30%}@media screen and (max-height:600px){._ModalStoneFrame_angle_i71i4_37._tl_i71i4_45{height:28px}}._ModalStoneFrame_angle_i71i4_37._tr_i71i4_56{top:0;right:0;height:45px;translate:40% -30%}@media screen and (max-height:600px){._ModalStoneFrame_angle_i71i4_37._tr_i71i4_56{height:38px}}._ModalStoneFrame_angle_i71i4_37._bl_i71i4_67{bottom:0;left:0;height:32px;translate:-30% 30%}@media screen and (max-height:600px){._ModalStoneFrame_angle_i71i4_37._bl_i71i4_67{height:26px}}._ModalStoneFrame_angle_i71i4_37._br_i71i4_78{bottom:0;right:0;height:32px;translate:30% 30%}@media screen and (max-height:600px){._ModalStoneFrame_angle_i71i4_37._br_i71i4_78{height:26px}}._ModalStoneFrame_breakpoint_i71i4_90{position:absolute;z-index:5}._ModalStoneFrame_breakpoint_i71i4_90 img{height:100%;width:auto}._ModalStoneFrame_breakpoint_i71i4_90._tl_i71i4_45{top:0;left:0;height:37px;translate:5% -90%;scale:-1 1}@media screen and (max-height:600px){._ModalStoneFrame_breakpoint_i71i4_90._tl_i71i4_45{height:30px}}._ModalStoneFrame_breakpoint_i71i4_90._tr_i71i4_56{top:0;right:0;height:37px;translate:-5% -90%}@media screen and (max-height:600px){._ModalStoneFrame_breakpoint_i71i4_90._tr_i71i4_56{height:30px}}._ModalStoneFrame_breakpoint_i71i4_90._bl_i71i4_67{bottom:0;left:0;height:30px;translate:-80% 70%;scale:-1 1}@media screen and (max-height:600px){._ModalStoneFrame_breakpoint_i71i4_90._bl_i71i4_67{height:23px}}._ModalStoneFrame_breakpoint_i71i4_90._br_i71i4_78{bottom:0;right:0;height:30px;translate:80% 70%}@media screen and (max-height:600px){._ModalStoneFrame_breakpoint_i71i4_90._br_i71i4_78{height:23px}}._ModalStoneFrame_stones_i71i4_145{position:absolute;z-index:4}._ModalStoneFrame_stones_i71i4_145 img{height:100%;width:auto}._ModalStoneFrame_stones_i71i4_145._left_i71i4_153{bottom:0;left:0;translate:-90% 5px;height:calc(100% + 5px);width:35px;background-position:top center;background-repeat:repeat;background-size:100% auto}@media screen and (max-height:600px){._ModalStoneFrame_stones_i71i4_145._left_i71i4_153{width:28px}}._ModalStoneFrame_stones_i71i4_145._right_i71i4_168{bottom:0;right:0;translate:90% 5px;height:calc(100% + 5px);width:35px;background-position:top center;background-repeat:repeat;background-size:100% auto}@media screen and (max-height:600px){._ModalStoneFrame_stones_i71i4_145._right_i71i4_168{width:28px}}._ModalStoneFrame_stones_i71i4_145._top_i71i4_183{top:0;left:0;translate:5px -90%;height:35px;width:calc(100% - 20px);background-position:left center;background-repeat:repeat;background-size:auto 100%}@media screen and (max-height:600px){._ModalStoneFrame_stones_i71i4_145._top_i71i4_183{height:28px}}._ModalFullscreen_zzz3y_30{position:fixed;top:0;left:0;z-index:100;width:100vw;height:100vh;background:#3e4d3e;animation:_modalFullscreenFade_zzz3y_1 .2s ease-out}._ModalFullscreen_body_zzz3y_41{position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}._ModalFullscreen_body_zzz3y_41::-webkit-scrollbar{display:none}@keyframes _modalFullscreenFade_zzz3y_1{0%{opacity:0}to{opacity:1}}._AuthRedirectModal_kwfci_30{display:flex;flex-direction:column;align-items:center;padding:24px;gap:12px}._AuthRedirectModal_title_kwfci_38{font-size:18px;text-align:center}._AuthRedirectModal_description_kwfci_43{font-size:14px;text-align:center}._AuthRedirectModal_buttons_kwfci_48{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px}._OutlinedText_6ni74_30{position:relative;font-size:12px;font-weight:700;line-height:1;color:#fff}._OutlinedText_fakeText_6ni74_38{display:inline}._OutlinedText_text_6ni74_42{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;text-transform:inherit;white-space:inherit}._OutlinedText_content_6ni74_51{position:absolute;top:0;left:0;width:100%;display:inline;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;text-transform:inherit;white-space:inherit}._OutlinedText_content_6ni74_51 span{position:relative;z-index:2}._OutlinedText_shadow_6ni74_69{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;-webkit-text-stroke-width:.3em;-webkit-text-stroke-color:#352626}._DevToolsModal_content_12hb0_30{display:flex;flex-direction:column;align-items:center}._DevToolsModal_title_12hb0_36{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._DevToolsModal_sections_12hb0_44{display:flex;flex-direction:column;gap:16px;width:100%;margin-top:16px}._EmulateEnvironmentSection_1mizm_30{display:flex;flex-direction:column;gap:8px;width:100%}._EmulateEnvironmentSection_title_1mizm_37{color:#2b1f1f;font-size:14px;font-weight:700;text-transform:uppercase;margin:0}._EmulateEnvironmentSection_row_1mizm_45{display:flex;align-items:center;gap:8px}._EmulateEnvironmentSection_label_1mizm_51{color:#2b1f1f;font-size:12px;font-weight:600;flex:1}._EmulateEnvironmentSection_select_1mizm_58{flex:0 0 auto;font-size:12px;font-weight:600;color:#2b1f1f;padding:4px 6px;border:1px solid #2b1f1f;border-radius:4px;background:#fff;cursor:pointer}._EmulatePhoneDeviceSection_1j8og_30{display:flex;flex-direction:column;gap:8px;width:100%}._EmulatePhoneDeviceSection_title_1j8og_37{color:#2b1f1f;font-size:14px;font-weight:700;text-transform:uppercase;margin:0}._EmulatePhoneDeviceSection_row_1j8og_45{display:flex;align-items:center;gap:8px}._EmulatePhoneDeviceSection_label_1j8og_51{color:#2b1f1f;font-size:12px;font-weight:600;flex:1}._EmulatePhoneDeviceSection_checkbox_1j8og_58{width:18px;height:18px;accent-color:#2b1f1f;cursor:pointer}._StorageSection_1bjex_30{display:flex;flex-direction:column;gap:8px;width:100%}._StorageSection_title_1bjex_37{color:#2b1f1f;font-size:14px;font-weight:700;text-transform:uppercase;margin:0}._StorageSection_button_1bjex_45{width:100%}._TgInsetsSection_tgwpk_30{display:flex;flex-direction:column;gap:8px;width:100%}._TgInsetsSection_title_tgwpk_37{color:#2b1f1f;font-size:14px;font-weight:700;text-transform:uppercase;margin:0}._TgInsetsSection_presetRow_tgwpk_45{display:flex;align-items:center;gap:8px}._TgInsetsSection_presetSelect_tgwpk_51{flex:1;padding:4px 6px;font-size:12px;background:#ede0c2;color:#2b1f1f;border:1px solid #2b1f1f;border-radius:4px}._TgInsetsSection_group_tgwpk_61{display:flex;flex-direction:column;gap:6px;border:1px solid #2b1f1f;border-radius:4px;padding:6px 8px;margin:0}._TgInsetsSection_legend_tgwpk_71{color:#2b1f1f;font-size:11px;font-weight:700;text-transform:uppercase;padding:0 4px}._TgInsetsSection_grid_tgwpk_79{display:grid;grid-template-columns:1fr 1fr;gap:6px 8px}._TgInsetsSection_field_tgwpk_85{display:flex;align-items:center;gap:6px}._TgInsetsSection_label_tgwpk_91{color:#2b1f1f;font-size:11px;font-weight:600;min-width:48px;text-transform:capitalize}._TgInsetsSection_input_tgwpk_99{flex:1;width:100%;padding:4px 6px;font-size:12px;background:#ede0c2;color:#2b1f1f;border:1px solid #2b1f1f;border-radius:4px}._TgInsetsSection_resetButton_tgwpk_110{width:100%;margin-top:4px}._HowItWorksModal_bodyWrap_1vo3m_30{padding:28px 64px}._HowItWorksModal_content_1vo3m_34{display:flex;flex-direction:column;max-width:100%!important;width:500px!important;padding-top:8px!important;padding-bottom:24px!important;padding-inline:0px!important;max-height:calc(100vh - 50px)!important}._HowItWorksModal_buttons_1vo3m_45{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;justify-content:center;gap:16px;pointer-events:none}._HowItWorksModal_button_1vo3m_45{pointer-events:all}._HowItWorksModal_button_1vo3m_45._next_1vo3m_60 svg{transform:rotate(180deg)}._HowItWorksModal_steam_1vo3m_64{display:flex;flex-direction:column;gap:12px}._HowItWorksModal_slides_1vo3m_70{width:100%}._HowItWorksModal_swiper_1vo3m_74{width:100%;padding-inline:16px!important;padding-block:6px!important}._HowItWorksModal_indicator_1vo3m_80{display:flex;justify-content:center;align-items:center;gap:2px;margin-top:4px}._HowItWorksModal_indicator_dot_1vo3m_88{height:10px;aspect-ratio:1/1;background-color:#8f756a;border-radius:50%;border:2px solid #8f756a;transition:.2s ease-in-out;transition-property:background-color,border-color}._HowItWorksModal_indicator_dot_1vo3m_88._active_1vo3m_97{background-color:#ffb17b;border-color:#352626}._HowItWorksText_wgah3_30{font-size:12px;line-height:100%;letter-spacing:-.02em}._HowItWorksText_wgah3_30 span{display:inline;color:#35262699}._HowItWorksText_wgah3_30 ul{padding-left:12px;list-style:disc}._HowItWorksText_wgah3_30._center_wgah3_43{text-align:center}._HowItWorksTitle_4zrzq_30{text-align:center;font-size:16px!important;text-transform:uppercase}._HowItWorksSlide_ifuie_30{display:flex;flex-direction:column;gap:8px;width:100%}._HowItWorksSlide_ifuie_30._slide_goal_ifuie_36 ._HowItWorksSlide_img_ifuie_36,._HowItWorksSlide_ifuie_30._slide_screen_ifuie_39 ._HowItWorksSlide_img_ifuie_36,._HowItWorksSlide_ifuie_30._slide_screenLayout_ifuie_42 ._HowItWorksSlide_img_ifuie_36{max-width:400px}._HowItWorksSlide_ifuie_30._slide_howToPlay_ifuie_45 ._HowItWorksSlide_img_ifuie_36{max-width:300px}._HowItWorksSlide_ifuie_30._slide_runes_ifuie_48 ._HowItWorksSlide_img_ifuie_36{max-width:400px}._HowItWorksSlide_ifuie_30._slide_effects_ifuie_51 ._HowItWorksSlide_img_ifuie_36{max-width:130px}._HowItWorksSlide_video_ifuie_55{height:200px;width:fit-content;align-self:center;border-radius:8px}._HowItWorksSlide_buttons_ifuie_62{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}._HowItWorksSlide_buttons_item_ifuie_69{text-transform:uppercase}._HowItWorksImg_1k3cn_30{position:relative;overflow:hidden;margin:0 auto;width:100%;height:fit-content;border:2px solid #352626;border-radius:8px;filter:drop-shadow(0 4px 0 rgba(0,0,0,.35))}._HowItWorksImg_1k3cn_30 img{width:100%;height:auto}.custom-modal:has(.loaderWrapper){padding:0}.custom-modal:has(.loaderWrapper) .custom-modal-body:has(.loaderWrapper){animation:unset}.custom-modal:has(.loaderWrapper) .custom-modal-body .loaderWrapper{width:100vw;height:100vh;width:100svw;height:100svh;background:#2c2421bf;color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center}@keyframes anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-modal:has(.loaderWrapper) .custom-modal-body .loaderWrapper .loader{width:60px;height:60px;background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.9998%2037.9042C25.6408%2037.9042%2022.0957%2034.3591%2022.0957%2030.0001C22.0957%2025.6411%2025.6408%2022.0959%2029.9998%2022.0959C34.3588%2022.0959%2037.904%2025.6411%2037.904%2030.0001C37.904%2034.3591%2034.3588%2037.9042%2029.9998%2037.9042ZM29.9998%2025.1212C27.3111%2025.1212%2025.121%2027.3114%2025.121%2030.0001C25.121%2032.6888%2027.3111%2034.8789%2029.9998%2034.8789C32.6885%2034.8789%2034.8787%2032.693%2034.8787%2030.0001C34.8787%2027.3071%2032.6928%2025.1212%2029.9998%2025.1212Z'%20fill='white'%20fill-opacity='0.16'/%3e%3cmask%20id='mask0_1846_106496'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='6'%20y='6'%20width='48'%20height='48'%3e%3cpath%20d='M30.0005%2053.7124C16.9235%2053.7124%206.28809%2043.0769%206.28809%2030C6.28809%2016.923%2016.9235%206.2876%2030.0005%206.2876C43.0774%206.2876%2053.7128%2016.923%2053.7128%2030C53.7128%2043.0769%2043.0774%2053.7124%2030.0005%2053.7124ZM30.0005%2015.3635C21.9344%2015.3635%2015.364%2021.9339%2015.364%2030C15.364%2038.066%2021.9344%2044.6365%2030.0005%2044.6365C38.0665%2044.6365%2044.637%2038.0788%2044.637%2030C44.637%2021.9212%2038.0793%2015.3635%2030.0005%2015.3635Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_1846_106496)'%3e%3cpath%20d='M54.288%2035.1132L53.5721%2037.9127C52.9585%2036.2125%2052.345%2034.5252%2051.7314%2032.8251C51.399%2032.6844%2051.0667%2032.5438%2050.7343%2032.3904C49.75%2032.9018%2048.7785%2033.4003%2047.7942%2033.9116C47.398%2033.4642%2047.0145%2033.004%2046.6182%2032.5566C45.6339%2033.4386%2044.6624%2034.3207%2043.6781%2035.2027C37.5423%2035.1771%2031.4193%2035.1388%2025.2834%2035.1132C24.5932%2028.3766%2023.9157%2021.64%2023.2254%2014.9033C23.9668%2014.0341%2024.7082%2013.1649%2025.4496%2012.2956C24.8488%2011.8994%2024.2608%2011.4903%2023.66%2011.094C23.8901%2010.9406%2024.1202%2010.7745%2024.3631%2010.6211C25.6541%2010.7105%2026.9452%2010.8%2028.2363%2010.8767C27.8273%2010.0714%2027.431%209.26606%2027.0219%208.46074C25.6669%207.70654%2024.3247%206.95235%2022.9697%206.19815C24.6699%206.05754%2026.37%205.92971%2028.0701%205.7891C28.7093%205.73797%2029.3612%205.7124%2030.0131%205.7124C43.4097%205.7124%2054.3008%2016.6035%2054.3008%2030V35.1132H54.288ZM34.7173%2024.8868H43.0901C41.5306%2020.8858%2038.1814%2017.7795%2034.0398%2016.5268L34.7045%2024.8868H34.7173Z'%20fill='%23FFD180'/%3e%3c/g%3e%3c/svg%3e");animation:2s linear anim infinite forwards}._PrivacyPolicyContent_mkp20_30{color:#eae3cf;font-family:Rowdies,Arial,sans-serif;font-size:14px;line-height:1.5}._PrivacyPolicyContent_mkp20_30 h1{margin-top:8px;margin-bottom:24px;color:#ffd180;font-size:24px;text-align:center;text-transform:uppercase}._PrivacyPolicyContent_mkp20_30 h3{margin-top:24px;margin-bottom:8px;color:#ffd180;font-size:16px;text-transform:uppercase}._PrivacyPolicyContent_mkp20_30 p{margin-bottom:12px}._PrivacyPolicyContent_mkp20_30 ol,._PrivacyPolicyContent_mkp20_30 ul{margin-bottom:12px;padding-left:20px}._PrivacyPolicyContent_mkp20_30 li{margin-bottom:6px}._PrivacyPolicyContent_mkp20_30 b{color:#ffd180;font-weight:700}._PrivacyPolicyContent_mkp20_30 i{font-style:italic}._PrivacyPolicyContent_mkp20_30 a{display:inline;color:#ffb17b;text-decoration:underline;overflow-wrap:anywhere}._PrivacyPolicyContent_lastUpdated_mkp20_76{margin-bottom:4px;color:#ffd180b3;font-size:12px;text-align:center}._PrivacyPolicyModal_j8z7j_30{display:flex;flex-direction:column}._PrivacyPolicyModal_content_j8z7j_35{flex:1;padding:24px 32px 100px}._PrivacyPolicyModal_footer_j8z7j_40{position:sticky;bottom:0;display:flex;justify-content:center;padding:16px;background:#3e4d3e;border-top:1px solid rgba(255,209,128,.2)}._SettingsModal_body_1efx6_30{display:flex}._SettingsModal_content_1efx6_34{display:flex;flex-direction:column;align-items:center;width:260px!important;padding-bottom:28px!important}._SettingsModal_footerButtons_1efx6_42{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;gap:8px;width:calc(100% - 30px)}._SettingsModal_footerButtons_item_1efx6_53{width:100%}._SettingsModal_title_1efx6_57{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._SettingsModal_musicVolume_1efx6_65,._SettingsModal_languageSwitcher_1efx6_69{margin-top:12px}._SettingsModal_skinSwitcher_1efx6_73{margin-top:16px}._SettingsModal_legalRow_1efx6_77{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:6px;margin-top:12px}._SettingsModal_legalRow_link_1efx6_86{color:#865e4f;font-size:12px;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:.1s ease-in-out;transition-property:color}._SettingsModal_legalRow_link_1efx6_86:hover:not(:disabled){color:#352626}._SettingsModal_legalRow_link_1efx6_86:active:not(:disabled){transform:translateY(1px)}._Range_cihdm_30{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}._Range_drag_cihdm_38{width:100%}._Range_dragBox_cihdm_42{position:relative;width:100%;height:10px;border:2px solid #352626;background:#2c2421bf;border-radius:10px}._Range_tongueBack_cihdm_52{position:absolute;top:50%;left:0;transform:translateY(-50%);height:100%;padding:1px;border-radius:10px;background:#352626}._Range_tongueBack_inner_cihdm_63{width:100%;height:100%;background-color:#ffd180;border-radius:1000px}._Range_tongue_cihdm_52{position:absolute;z-index:20;top:50%;left:0;transform:translateY(-50%);display:flex;align-items:center;width:20px;aspect-ratio:1/1;border:2px solid #352626;background:#ffd180;border-radius:50%;will-change:transform}._Range_tongue_cihdm_52:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%;background:#352626;border-radius:50%}._Range_diapason_cihdm_97{display:flex;justify-content:space-between;width:100%;margin-top:4px;opacity:.5}._Range_diapason_item_cihdm_105{font-size:12px;line-height:100%;letter-spacing:.02em;text-transform:uppercase}._MusicVolume_776xm_30{width:100%}._MusicVolume_header_776xm_34{display:flex;justify-content:space-between;align-items:center}._MusicVolume_range_776xm_40{margin-top:12px}._SourceOption_enth2_30{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:34px;padding:0 15px;margin:0;color:#352626;font:inherit;cursor:pointer;border-radius:6px;background:#ede5d0;border:2px solid #352626;transition:.2s ease-in-out;transition-property:background}._SourceOption_enth2_30._isChosen_enth2_48,._SourceOption_enth2_30._isChosen_enth2_48 ._SourceOption_button_enth2_51{background:#ffd180}._SourceOption_enth2_30._isChosen_enth2_48 ._SourceOption_button_enth2_51 span{background:#352626}._SourceOption_title_enth2_58{font-size:12px}._SourceOption_button_enth2_51{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid #352626;border-radius:100%;background:#cbc3ad;will-change:transform;transition:.2s ease-in-out;transition-property:background}._SourceOption_button_enth2_51 span{width:12px;height:12px;background:#a09984;border-radius:100%;will-change:transform;transition:.2s ease-in-out;transition-property:background}._LanguageSwitcher_169au_30{display:flex;gap:20px;padding-left:8px}._TermsOfUseContent_vw93h_30{color:#eae3cf;font-family:Rowdies,Arial,sans-serif;font-size:14px;line-height:1.5}._TermsOfUseContent_vw93h_30 h1{margin-top:8px;margin-bottom:24px;color:#ffd180;font-size:24px;text-align:center;text-transform:uppercase}._TermsOfUseContent_vw93h_30 h3{margin-top:24px;margin-bottom:8px;color:#ffd180;font-size:16px;text-transform:uppercase}._TermsOfUseContent_vw93h_30 p{margin-bottom:12px}._TermsOfUseContent_vw93h_30 ol,._TermsOfUseContent_vw93h_30 ul{margin-bottom:12px;padding-left:20px}._TermsOfUseContent_vw93h_30 li{margin-bottom:6px}._TermsOfUseContent_vw93h_30 b{color:#ffd180;font-weight:700}._TermsOfUseContent_vw93h_30 i{font-style:italic}._TermsOfUseContent_vw93h_30 a{display:inline;color:#ffb17b;text-decoration:underline;overflow-wrap:anywhere}._TermsOfUseContent_lastUpdated_vw93h_76{margin-bottom:4px;color:#ffd180b3;font-size:12px;text-align:center}._TermsOfUseModal_1nsdt_30{display:flex;flex-direction:column}._TermsOfUseModal_content_1nsdt_35{flex:1;padding:24px 32px 100px}._TermsOfUseModal_footer_1nsdt_40{position:sticky;bottom:0;display:flex;justify-content:center;padding:16px;background:#3e4d3e;border-top:1px solid rgba(255,209,128,.2)}._FinishMatchModal_13vxq_30._winner_13vxq_30 ._FinishMatchModal_dog_13vxq_30{height:85px}._FinishMatchModal_13vxq_30._winner_13vxq_30 ._FinishMatchModal_dog_13vxq_30 img{height:110%;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._FinishMatchModal_13vxq_30._ton_13vxq_37 ._FinishMatchModal_button_13vxq_37._continue_13vxq_37>div{background:#d4d6eb!important}._FinishMatchModal_13vxq_30._goldenDust_13vxq_40 ._FinishMatchModal_text_13vxq_40{margin-top:2px}._FinishMatchModal_body_13vxq_44{max-width:255px!important}._FinishMatchModal_content_13vxq_48{display:flex;flex-direction:column;align-items:center;padding-top:6px!important;padding-bottom:24px!important}._FinishMatchModal_dog_13vxq_30{position:relative;height:75px}._FinishMatchModal_dog_13vxq_30 img{position:absolute;top:0;left:50%;translate:-50% 2%;height:120%;width:auto}._FinishMatchModal_title_13vxq_69{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._FinishMatchModal_reward_13vxq_77{display:flex;align-items:center;gap:4px;margin-top:6px;font-size:12px!important;color:#352626}._FinishMatchModal_reward_13vxq_77 img,._FinishMatchModal_reward_13vxq_77 svg{height:16px;width:auto}._FinishMatchModal_text_13vxq_40{margin-top:12px;color:#35262699;text-align:center;font-size:12px;line-height:100%;letter-spacing:-.02em}._FinishMatchModal_text_13vxq_40 img,._FinishMatchModal_text_13vxq_40 svg{display:inline;vertical-align:bottom;height:14px;width:auto}._FinishMatchModal_buttons_13vxq_107{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;gap:8px}._FinishMatchModal_button_13vxq_37{white-space:nowrap}._EffectFrame_9xcr5_30{position:relative;flex-shrink:0;width:29px;height:32px}@media screen and (max-height:600px){._EffectFrame_9xcr5_30{width:26px;height:29px}}._EffectFrame_frame_9xcr5_43{position:absolute;z-index:1;inset:0;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._EffectFrame_frame_9xcr5_43 img{width:100%;height:100%}._EffectFrame_counter_9xcr5_54{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;text-align:center;border-radius:50%;pointer-events:none}._EffectFrame_content_9xcr5_67{position:absolute;z-index:5;top:50%;left:50%;translate:-49.3% -50%;width:80%;height:79%;clip-path:url(#active-effects-item-content-mask);-webkit-clip-path:url(#active-effects-item-content-mask);will-change:transform}._EffectFrame_content_9xcr5_67 img{width:100%;height:100%;object-fit:cover}._EffectFrame_content_9xcr5_67 svg{position:absolute;top:0;left:0;opacity:0;pointer-events:none}._MatchEffectsModal_body_1gtb6_30{display:flex}._MatchEffectsModal_content_1gtb6_34{display:flex;flex-direction:column;align-items:center;padding-bottom:28px!important;min-width:200px;min-height:100px}._MatchEffectsModal_footerButtons_1gtb6_43{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;justify-content:center;gap:8px;width:calc(100% - 30px)}._MatchEffectsModal_title_1gtb6_55{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._MatchEffectsModal_effects_1gtb6_63{display:flex;flex-direction:column;gap:8px;margin-top:12px}._MatchEffectsModal_separator_1gtb6_70{height:2px;width:100%;background:linear-gradient(to right,transparent,#352626,transparent);opacity:.4}._MatchEffectsModal_effect_1gtb6_63{display:flex;gap:10px}._MatchEffectsModal_effect_img_1gtb6_82{height:52px!important;width:46px!important}._MatchEffectsModal_effect_content_1gtb6_87{padding-top:10px}._MatchEffectsModal_effect_title_1gtb6_91{color:#ffb17b!important;font-size:12px!important}._MatchEffectsModal_effect_description_1gtb6_96{margin-top:4px;font-size:12px}._MatchEffectsModal_effects_empty_1gtb6_101{margin-top:16px;text-align:center}._MatchGoldCards_body_10zoh_30{display:flex}._MatchGoldCards_content_10zoh_34{max-width:500px!important;padding-top:14px!important;padding-inline:12px!important;padding-bottom:32px!important}._MatchGoldCards_title_10zoh_41{text-align:center;font-size:18px!important;line-height:100%;text-transform:uppercase}._MatchGoldCards_list_10zoh_48{display:grid;grid-template-columns:repeat(3,130px);grid-auto-rows:auto;gap:8px;width:100%;margin-top:8px}._MatchGoldCards_state_10zoh_57{margin-top:12px;text-align:center;font-size:12px}._MatchGoldCards_footerButtons_10zoh_63{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;justify-content:center;width:calc(100% - 24px)}._ArcText_ba7fb_30{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}._ArcText_svg_ba7fb_39{display:block;width:100%;height:100%;overflow:visible}._ArcText_text_ba7fb_46{fill:currentColor;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}._Card_5lkhh_30{position:relative;width:var(--card-width);height:var(--card-height);isolation:isolate;overflow:visible;container-type:inline-size;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;border-radius:16.5cqw;filter:drop-shadow(4px 4px 0 rgba(0,0,0,.25));pointer-events:all}._Card_5lkhh_30._disabled_5lkhh_44 ._Card_img_5lkhh_44,._Card_5lkhh_30._disabled_5lkhh_44 ._Card_price_5lkhh_45{filter:grayscale(1)}._Card_5lkhh_30:not(._user_5lkhh_48) ._Card_close_5lkhh_48{opacity:0;scale:.5;pointer-events:none}._Card_5lkhh_30._exit_5lkhh_53{display:none}._Card_5lkhh_30._deck_5lkhh_56,._Card_5lkhh_30._opponent_5lkhh_56,._Card_5lkhh_30._removed-player_5lkhh_56{pointer-events:none}._Card_5lkhh_30._removed-player_5lkhh_56{position:absolute;top:0;right:0;width:calc(var(--card-width) * .5);height:calc(var(--card-height) * .5);opacity:0}._Card_5lkhh_30._archive_5lkhh_67{position:absolute;top:0;left:0;opacity:.5}._Card_5lkhh_30._deck_5lkhh_56{position:absolute;top:0;right:0;filter:none}._Card_5lkhh_30._opponent_5lkhh_56,._Card_5lkhh_30._removed-opponent_5lkhh_79{position:absolute;top:0;left:50%;width:calc(var(--card-width) * .6);height:calc(var(--card-height) * .6)}._Card_5lkhh_30._removed-opponent_5lkhh_79{transform:translate(-50%) translateY(-100%)}._Card_5lkhh_30._deck_5lkhh_56 ._Card_content_5lkhh_89,._Card_5lkhh_30._gold_5lkhh_89 ._Card_content_5lkhh_89,._Card_5lkhh_30._opponent_5lkhh_56 ._Card_content_5lkhh_89,._Card_5lkhh_30._removed-opponent_5lkhh_79 ._Card_content_5lkhh_89{transform:rotateY(180deg)}._Card_5lkhh_30._opponent_5lkhh_56 ._Card_content_5lkhh_89{rotate:180deg}._Card_5lkhh_30._preview_5lkhh_95{width:calc(var(--card-width) * 2.6);height:calc(var(--card-height) * 2.6);pointer-events:none}._Card_5lkhh_30._preview_5lkhh_95 ._Card_front_description_5lkhh_100{font-size:calc(var(--card-height) * 2 / 10)}._Card_5lkhh_30._opponent-view_5lkhh_103{width:calc(var(--card-width) * .8);height:calc(var(--card-height) * .8)}._Card_5lkhh_30._opponent-view_5lkhh_103 ._Card_front_description_5lkhh_100{font-size:calc(var(--card-height) * .8 / 10)}._Card_5lkhh_30._archive_5lkhh_67._isEndMatch_5lkhh_110,._Card_5lkhh_30._active_5lkhh_110._isEndMatch_5lkhh_110{width:calc(var(--card-width) * .8);height:calc(var(--card-height) * .8)}._Card_5lkhh_30._archive_5lkhh_67._isEndMatch_5lkhh_110 ._Card_front_description_5lkhh_100,._Card_5lkhh_30._active_5lkhh_110._isEndMatch_5lkhh_110 ._Card_front_description_5lkhh_100{font-size:calc(var(--card-height) * .8 / 10)}._Card_5lkhh_30._back_5lkhh_117 ._Card_content_5lkhh_89{transform:rotateY(180deg)}._Card_5lkhh_30._skin_cyberpunk_5lkhh_120 ._Card_front_title_5lkhh_120{filter:drop-shadow(0px 0px 2px #d985e9)}._Card_content_5lkhh_89{position:relative;z-index:1;width:100%;height:100%;transform-origin:center;transform-style:preserve-3d;perspective:1000px}._Card_auraLayer_5lkhh_134{position:absolute;top:50%;left:50%;translate:-50% -50%;width:140%;height:128%;pointer-events:none;z-index:0;mix-blend-mode:normal;opacity:.58}._Card_auraLayer_5lkhh_134._morph_5lkhh_146{opacity:.35}._GoldAura_5lkhh_150{width:100%;height:100%;overflow:visible;display:block}._Card_contentSwap_5lkhh_157{position:relative;width:100%;height:100%;transform-origin:center;transform-style:preserve-3d}._Card_close_5lkhh_48{position:absolute;z-index:10;top:0;right:0;translate:30% -30%;height:26.3cqw;cursor:pointer}._Card_close_5lkhh_48:active{scale:.9}._Card_close_5lkhh_48 svg{height:100%;width:auto}._Card_front_5lkhh_100,._Card_back_5lkhh_183{position:absolute;inset:0;backface-visibility:hidden;border-radius:inherit;display:flex;align-items:center;justify-content:center;color:#fff}._Card_front_5lkhh_100{z-index:2}._Card_back_5lkhh_183{z-index:1;transform:rotateY(180deg)}._Card_back_img_5lkhh_203{position:absolute;top:50%;left:50%;translate:-50% -50%;width:115%;height:115%}._Card_back_img_5lkhh_203 img{width:100%;height:100%}._Card_price_5lkhh_45{position:absolute;z-index:10;top:0;left:0;translate:-40% -40%;height:45cqw;transition:.5s ease-in-out;transition-property:filter}._Card_price_5lkhh_45 img{height:100%;width:auto}._Card_price_text_5lkhh_231{position:absolute;top:50%;left:50%;translate:-50% -60%;font-size:20cqw;font-weight:700;line-height:100%;text-align:center}._Card_front_frame_5lkhh_242{position:absolute;z-index:9;top:50%;left:50%;translate:-50% -50%;width:115%;height:115%;pointer-events:none}._Card_front_frame_5lkhh_242 img{width:100%;height:100%}._Card_front_content_5lkhh_257{position:absolute;inset:0;display:flex;flex-direction:column}._Card_img_5lkhh_44{position:absolute;z-index:1;top:6.4%;left:50%;translate:-50% 0;width:86%;height:46%;background:linear-gradient(to right,#dfcfb2,#dfcfb2,#687079);transition:.5s ease-in-out;transition-property:filter}._Card_img_5lkhh_44 img{width:100%;height:100%;object-fit:cover}._Card_front_title_5lkhh_120{position:absolute;z-index:10;top:54.1%;left:50%;translate:-50% 0%;display:flex;width:83%;height:9%;font-size:10.5cqw;text-align:center;text-transform:uppercase;line-height:100%;letter-spacing:-.3cqw;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}._Card_front_title_arc_5lkhh_301{font-size:12cqw;translate:0 15%}._Card_front_description_5lkhh_100{position:absolute;z-index:5;bottom:6%;left:50%;translate:-50% 0;display:flex;justify-content:center;align-items:center;width:84%;height:30.5%;padding:5cqw;background:#dfcfb2}._Card_front_description_5lkhh_100 p{position:relative;z-index:2;color:#462507;text-align:center;line-height:110%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}._Card_front_description_5lkhh_100 svg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}._MatchGoldCardItem_14i13_30{display:flex;flex-direction:column;justify-content:space-between;gap:6px;padding:4px 4px 6px;border-radius:8px;border:2px solid #352626;background:radial-gradient(87.16% 60.85% at 48.08% 54.96%,#dfc3a6,#e6d1b9);box-shadow:0 2px #00000059}._MatchGoldCardItem_header_14i13_42{position:relative;display:flex;flex-direction:column;width:100%;aspect-ratio:1/.9;padding:6px 6px 4px;border-radius:4px;background:radial-gradient(61.01% 53.57% at 48.08% 54.96%,#b06732,#753b1e)}._MatchGoldCardItem_title_14i13_53{color:#f6e4d1;font-size:11px;line-height:100%}._MatchGoldCardItem_card_14i13_59{display:flex;flex-direction:column;flex:1 0 0;align-items:center;justify-content:center}._MatchGoldCardItem_cardPreview_14i13_67{height:95%!important;width:auto!important;aspect-ratio:1/1.3!important;filter:drop-shadow(0 3px 0 rgba(0,0,0,.35))}._MatchGoldCardItem_count_14i13_74{display:flex;align-items:center;gap:2px;color:#f6e4d1cc;font-size:12px;line-height:100%;letter-spacing:-.02em}._MatchGoldCardItem_count_14i13_74 svg{width:auto;height:12px}._MatchGoldCardItem_middle_14i13_88{display:flex;flex-direction:column;flex:1 0 0}._MatchGoldCardItem_rule_14i13_94{text-align:center;font-size:8px!important;line-height:110%}._MatchGoldCardItem_rule_14i13_94._rune_master_14i13_99{color:#afe49f}._MatchGoldCardItem_rule_14i13_94._little_mischief_14i13_102{color:#ff7979}._MatchGoldCardItem_rule_14i13_94._cleansing_14i13_105{color:#caa1ff}._MatchGoldCardItem_text_14i13_109{margin-top:3px;text-align:center;font-size:8px!important;line-height:110%}._MatchGoldCardItem_button_14i13_116:disabled>div{font-size:10px!important}._MatchGoldCardItem_button_14i13_116>div{min-height:30px;font-size:11px!important;background:#ffd180!important}._Pagination_5iecx_30{display:flex;align-items:center;gap:4px}._Pagination_pages_5iecx_36{padding:7px 18px;font-size:14px;background:#fff;border-radius:50px;border:2px solid #352626}._Pagination_pages_5iecx_36 span{color:#35262699}._Pagination_button_5iecx_47._next_5iecx_47 svg{transform:rotate(180deg)}._MatchLogs_sjter_30{display:flex;flex-direction:column;align-items:center;flex:1 0 0;width:100%}._MatchLogs_sjter_30._desktop_sjter_37{height:100%;flex:unset}._MatchLogs_sjter_30._desktop_sjter_37 ._MatchLogs_logs_sjter_41{position:relative;overflow-y:auto;display:flex;flex-direction:column;flex:1 0 0;padding-inline:5px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 10px);mask-image:linear-gradient(to bottom,transparent,black 10px)}._MatchLogs_sjter_30._desktop_sjter_37 ._MatchLogs_log_sjter_41:first-child{padding-top:8px}._MatchLogs_title_sjter_54{position:relative;display:flex;align-items:center;justify-content:center;width:100%}._MatchLogs_title_sjter_54>div{font-size:16px!important;text-transform:uppercase}._MatchLogs_title_sjter_54>span{position:absolute;top:50%;left:0;translate:0 -50%;font-size:8px;opacity:.5}._MatchLogs_pagination_sjter_74{position:absolute;z-index:10;top:0;right:0}._MatchLogs_logs_sjter_41{width:100%;transition:.2s ease-in-out}._MatchLogs_logs_sjter_41._loading_sjter_85{opacity:0}._MatchLogs_loader_sjter_89{position:absolute;top:50%;left:50%;translate:-50% -50%}._LogEffectApplied_1wlwk_30>span span{opacity:.5}._LogEffectApplied_1p7mw_30{opacity:1}._LogEffectApplied_1p7mw_30>span span{opacity:.5}._LogsList_item_1qn4b_30{position:relative;width:100%;padding:16px 0;overflow-wrap:break-word}._LogsList_item_1qn4b_30+._LogsList_item_1qn4b_30:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,transparent,rgba(53,38,38,.2),transparent)}._LogsList_item_logs_1qn4b_46{width:100%}._LogsList_item_turn_1qn4b_50{display:inline;font-size:14px!important}._LogsList_item_player_1qn4b_55{display:inline;color:#ff7979!important;font-size:13px!important}._LogsList_item_player_1qn4b_55>div{translate:0 1px}._LogsList_item_player_1qn4b_55._me_1qn4b_63{color:#afe49f!important}._LogsList_item_logs_1qn4b_46{display:inline;font-size:14px!important;font-weight:300!important}._LogsList_item_logs_1qn4b_46 *{display:inline!important;font-size:14px!important;font-weight:300!important}._LogsList_item_logs_1qn4b_46 .outlinedText{display:inline!important;font-size:12px!important}._LogsList_item_logs_1qn4b_46 .outlinedText *{display:block;font-size:inherit!important}._LogsList_item_logs_1qn4b_46 .outlinedText>div{translate:-1px 1px}._LogsList_item_logs_1qn4b_46 .green{color:#1d7d45}._LogsList_item_logs_1qn4b_46 .green-light{color:#afe49f}._LogsList_item_logs_1qn4b_46 .red{color:#cb1617}._LogsList_item_logs_1qn4b_46 .red-light{color:#ff7979}._LogsList_item_logs_1qn4b_46 .blue{color:#3983ad}._LogsList_item_logs_1qn4b_46 .orange{color:#cb4b16}._LogsList_empty_1qn4b_107{margin-top:16px;text-align:center}._MatchLogsModal_content_1j6za_30{display:flex;flex-direction:column;align-items:center;width:100vw!important;height:100vh!important;max-height:calc(100vh - 100px)!important;padding-top:16px!important;padding-bottom:24px!important}._MatchLogsModal_buttons_1j6za_41{position:absolute;z-index:10;bottom:0;display:flex;justify-content:center;align-items:flex-end;height:100%;width:100%;gap:8px;pointer-events:none}._MatchLogsModal_button_1j6za_41{position:absolute;bottom:0;translate:0 50%;pointer-events:all}._ImageLoader_spinner_1ronz_30{position:absolute;top:50%;left:50%;translate:-50% -50%}._PlayerAvatar_1pgor_30{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;height:24px;aspect-ratio:1/1;filter:drop-shadow(0px 3px 0px rgba(0,0,0,.35))}._PlayerAvatar_1pgor_30._vip_1pgor_40 ._PlayerAvatar_container_1pgor_40{clip-path:url(#clipPath_avatar)}._PlayerAvatar_1pgor_30 svg{position:absolute;opacity:0;pointer-events:none}._PlayerAvatar_vipBorder_1pgor_49{position:absolute;z-index:10;top:50%;left:50%;translate:-50% -45%;width:112%;height:130%;will-change:transform}._PlayerAvatar_container_1pgor_40{position:relative;overflow:hidden;width:100%;height:100%;background:#5b5b5b;border:1.5px solid #352626;border-radius:4px}._PlayerAvatar_container_1pgor_40 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._MatchPlayerModal_body_1qeha_30{display:flex}._MatchPlayerModal_content_1qeha_34{display:flex;flex-direction:column;align-items:center;padding-bottom:28px!important;min-width:200px;min-height:100px}._MatchPlayerModal_footerButtons_1qeha_43{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;justify-content:center;gap:8px;width:calc(100% - 30px)}._MatchPlayerModal_title_1qeha_55{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._MatchPlayerModal_effects_1qeha_63{display:flex;flex-direction:column;gap:16px}._MatchPlayerModal_effect_1qeha_63{display:flex;gap:10px;margin-top:12px}._MatchPlayerModal_effect_img_1qeha_75{height:52px!important;width:46px!important}._MatchPlayerModal_effect_content_1qeha_80{padding-top:10px}._MatchPlayerModal_header_1qeha_84{display:flex;align-items:center;gap:10px}._MatchPlayerModal_avatar_1qeha_90{height:34px;aspect-ratio:1/1;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._MatchPlayerModal_effect_title_1qeha_96{color:#ffb17b!important;font-size:12px!important;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._MatchPlayerModal_info_1qeha_102{display:flex;gap:16px;margin-top:16px}._MatchPlayerModal_info_left_1qeha_108{width:270px}._MatchPlayerModal_info_header_1qeha_112{display:flex;justify-content:space-between;gap:5px;height:38px}._MatchPlayerModal_infoBox_1qeha_119{display:flex;flex:1 0 0;height:100%;padding:4px;font-size:14px;line-height:100%;border-radius:2px;border:2px solid #352626;background:#e6d8bd;box-shadow:0 2px #00000059}._MatchPlayerModal_infoBox_1qeha_119._user_1qeha_131{align-items:center;gap:5px;font-size:14px}._MatchPlayerModal_infoBox_1qeha_119._user_1qeha_131._position_1qeha_136{opacity:.5}._MatchPlayerModal_infoBox_1qeha_119._user_1qeha_131 ._name_1qeha_139{position:relative;display:flex;flex:1 0 0}._MatchPlayerModal_infoBox_1qeha_119._user_1qeha_131 ._name_1qeha_139>div{position:absolute;left:0;top:50%;translate:0 -50%;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._MatchPlayerModal_infoBox_1qeha_119._pit_1qeha_156{flex-direction:column}._MatchPlayerModal_infoBox_1qeha_119._pit_1qeha_156 ._level_1qeha_159{color:#ffd180!important}._MatchPlayerModal_separator_1qeha_163{width:100%;height:2px;margin-block:6px;background:linear-gradient(to right,transparent,#352626,transparent);opacity:.4}._MatchPlayerModal_upgrades_1qeha_171{display:flex;gap:8px}._MatchPlayerModal_info_right_1qeha_176{width:180px}._MatchPlayerModal_shovel_1qeha_180{width:100%;padding:6px;border-radius:8px;border:2px solid #352626;background:#e6d8bd;box-shadow:0 2px #00000059}._MatchPlayerModal_shovel_top_1qeha_189{display:flex;gap:6px;width:100%}._MatchPlayerModal_shovel_icon_1qeha_195{position:relative;height:85px;aspect-ratio:1/1;border-radius:6px;border:2px solid #352626;background:#cabb9f}._MatchPlayerModal_shovel_icon_1qeha_195 img{position:absolute;top:50%;left:50%;translate:-50% -50%;height:80%;width:auto;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._MatchPlayerModal_shovel_stats_1qeha_213{display:flex;flex:1 0 0;flex-direction:column;gap:2px}._MatchPlayerModal_shovel_stats_item_1qeha_220{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;gap:2px;padding-inline:4px 6px;font-size:12px;border-radius:6px;border:2px solid #352626;background:#cabb9f}._MatchPlayerModal_shovel_stats_item_1qeha_220 svg{height:16px;width:auto;opacity:.5}._MatchPlayerModal_shovel_runes_1qeha_238{display:flex;gap:4px;width:100%;margin-top:8px}._MatchPlayerModal_shovel_rune_1qeha_238{position:relative;display:flex;flex:1 0 0;aspect-ratio:1/1;border-radius:2px;border:1px solid #352626;background:#cabb9f;opacity:.5}._MatchPlayerModal_shovel_rune_1qeha_238 img{position:absolute;top:50%;left:50%;translate:-50% -50%;height:90%;width:auto}._MatchPlayerModal_shovel_rune_1qeha_238._active_1qeha_263{opacity:1}._UpgradeCard_20vjv_30{display:flex;flex:1 0 0;flex-direction:column;gap:3px;padding:2px;border-radius:8px;border:2px solid #352626;background:#e6d8bd;box-shadow:0 2px #00000059}._UpgradeCard_iconWrap_20vjv_42{width:100%;padding:2px}._UpgradeCard_icon_20vjv_42{position:relative;flex-shrink:0;width:100%;aspect-ratio:1/1;border-radius:6px;border:2px solid #352626;background:linear-gradient(0deg,#a29680,#e6d8bd 103.85%);box-shadow:4px 0 #76684c inset}._UpgradeCard_icon_20vjv_42 img{position:absolute;top:50%;left:50%;translate:-50% -50%;height:70%;width:auto}._UpgradeCard_label_20vjv_66{display:flex;justify-content:center;align-items:center;gap:2px;height:20px;font-size:12px;border-radius:4px;border:2px solid #352626;background:#ccbe98}._UpgradeCard_label_20vjv_66 ._gold_20vjv_77{font-size:11px!important;color:#ffb47f!important}._UpgradeCard_label_20vjv_66 ._bones_20vjv_81{font-size:11px!important;color:#c0ce83!important}._Achievements_m28mr_30{display:flex;align-items:center;gap:6px;width:100%;margin-top:8px}._AchievementCard_b8pxq_30{position:relative;display:flex;flex:1 0 0;aspect-ratio:1/1;border-radius:12px;border:2px solid #352626;background:linear-gradient(0deg,#a29680,#e6d8bd 103.85%);box-shadow:4px 0 #76684c inset;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._AchievementCard_b8pxq_30 img{position:absolute;top:50%;left:50%;translate:-50% -50%;height:80%;width:auto}._AchievementCard_b8pxq_30._staker_b8pxq_49 img{top:unset;bottom:0;left:50%;translate:-50% 0}._AchievementCard_level_b8pxq_56{position:absolute;bottom:0;right:0;translate:1px 1px;display:flex;justify-content:center;align-items:center;height:20px;min-width:20px;padding-inline:2px;font-size:12px;line-height:80%;border-radius:1000px;border:1.5px solid #352626;background:#ffd180}._MatchSettingsModal_body_jvsuh_30{display:flex}._MatchSettingsModal_content_jvsuh_34{display:flex;flex-direction:column;align-items:center;width:210px!important;padding-bottom:28px!important}._MatchSettingsModal_footerButtons_jvsuh_42{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;gap:8px;width:calc(100% - 30px)}._MatchSettingsModal_footerButtons_item_jvsuh_53{width:100%}._MatchSettingsModal_title_jvsuh_57{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._MatchSettingsModal_buttons_jvsuh_65{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:16px}._MatchSettingsModal_buttons_item_jvsuh_73{width:100%}._MatchSurrenderModal_body_ucig5_30{display:flex}._MatchSurrenderModal_content_ucig5_34{display:flex;flex-direction:column;align-items:center;width:210px!important;padding-bottom:28px!important}._MatchSurrenderModal_footerButtons_ucig5_42{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;gap:8px;width:calc(100% - 30px)}._MatchSurrenderModal_footerButtons_item_ucig5_53{width:100%}._MatchSurrenderModal_title_ucig5_57{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._MatchSurrenderModal_text_ucig5_65{margin-top:12px;color:#35262699;text-align:center;font-size:12px;line-height:100%;letter-spacing:-.02em}._MatchSurrenderModal_button_ucig5_74{width:100%;margin-top:12px}._ToastContent_triangles_1miew_30{position:absolute;overflow:hidden;top:0;left:0;width:100%;height:100%;border-radius:inherit}._ToastContent_triangle_1miew_30{position:absolute}._ToastContent_triangle_1miew_30._top_1miew_43{top:0;translate:0 -50%;width:0px;height:0px;border-style:solid;border-width:8px 8px 0 0;border-color:#352626 transparent transparent transparent;transform:rotate(0)}._ToastContent_triangle_1miew_30._bottom_1miew_53{bottom:0;translate:0 50%;width:0px;height:0px;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #352626 transparent;transform:rotate(0)}._FindMatchModal_body_2gok1_30{max-width:225px!important}._FindMatchModal_content_2gok1_34{display:flex;flex-direction:column;align-items:center;padding:24px 16px 0!important}._FindMatchModal_title_2gok1_41{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._FindMatchModal_text_2gok1_49{text-align:center;font-size:12px;line-height:100%;letter-spacing:-.02em}._FindMatchModal_text_2gok1_49 span{opacity:.6}._FindMatchModal_text_2gok1_49._subtitle_2gok1_58{margin-top:12px}._FindMatchModal_text_2gok1_49._text_2gok1_61{margin-top:7px}._FindMatchModal_logo_2gok1_65{position:relative;margin-top:10px;height:100px}._FindMatchModal_logo_2gok1_65 img{position:absolute;top:0;left:50%;height:100%;width:auto;translate:-50% 0%}._FindMatchModal_timer_2gok1_79{position:absolute;z-index:10;top:0;left:50%;translate:-50% -80%;display:flex;justify-content:center;align-items:center;width:calc(100% - 40px);height:50px}._FindMatchModal_timer_2gok1_79 img{position:absolute;width:100%;height:100%}._FindMatchModal_timer_text_2gok1_97{text-align:center;font-size:22px!important;line-height:100%;text-transform:uppercase}._FindMatchModal_buttons_2gok1_104{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;gap:8px}._PlayerStatus_1ul1r_30{position:relative;overflow:hidden;display:flex;align-items:center;gap:4px;height:36px;width:100%;padding-right:6px;border-radius:4px;transition:.2s ease-in-out;transition-property:background}._PlayerStatus_1ul1r_30._common_1ul1r_43{background:linear-gradient(266deg,#b8a98f 16.15% 79.33%)}._PlayerStatus_1ul1r_30._common_1ul1r_43._ready_1ul1r_46{background:linear-gradient(266deg,#97ff94 16.15%,#b8a98f 79.33%)}._PlayerStatus_1ul1r_30._ton_1ul1r_49{background:linear-gradient(266deg,#babcd9 16.15% 79.33%)}._PlayerStatus_1ul1r_30._ton_1ul1r_49._ready_1ul1r_46{background:linear-gradient(266deg,#c194ff 16.15%,#afbfff 79.33%)}._PlayerStatus_avatar_1ul1r_56{position:relative;height:100%;aspect-ratio:1/1}._PlayerStatus_avatar_1ul1r_56 img{position:absolute;top:50%;left:50%;translate:-50% -50%;height:100%;width:100%;object-fit:cover}._PlayerStatus_nameWrapper_1ul1r_71{position:relative;display:flex;flex:1 0 0}._PlayerStatus_name_1ul1r_71{position:absolute;top:50%;left:0;translate:0 -50%;width:100%;font-size:12px;line-height:100%;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._PlayerStatus_status_1ul1r_93{font-size:10px;line-height:100%;letter-spacing:-.02em}._FindTonMatchModal_content_nfn6f_30{padding:18px 16px 25px!important;max-width:310px!important}._FindTonMatchModal_footerButtons_nfn6f_35{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;align-items:center;justify-content:center;gap:4px;width:fit-content}._FindTonMatchModal_footerButtons_item_nfn6f_48{display:flex;flex:1 0 0}._FindTonMatchModal_footerButtons_item_nfn6f_48._cancel_nfn6f_52>div,._FindTonMatchModal_footerButtons_item_nfn6f_48._disconnect_nfn6f_52>div{background:#d4d6eb!important}._FindTonMatchModal_footerButtons_item_nfn6f_48._ready_nfn6f_55>div{display:flex;align-items:center;justify-content:center;gap:4px;background:#afbfff!important}._FindTonMatchModal_footerButtons_item_nfn6f_48._ready_nfn6f_55>div img,._FindTonMatchModal_footerButtons_item_nfn6f_48._ready_nfn6f_55>div svg{height:16px;width:auto}._FindTonMatchModal_footerButtons_item_nfn6f_48>div{width:100%;white-space:nowrap}._FindTonMatchModal_title_nfn6f_72{text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._FindTonMatchModal_timer_nfn6f_79{margin-top:4px;text-align:center;font-size:12px;font-weight:700;line-height:100%;text-transform:uppercase}._FindTonMatchModal_players_nfn6f_88{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:6px}._FindTonMatchModal_vs_nfn6f_96{text-align:center;font-size:14px;font-weight:700;line-height:100%;text-transform:uppercase}._FindTonMatchModal_text_nfn6f_104{margin-top:8px;color:#caa1ff!important;text-align:center;font-size:10px!important;line-height:100%;letter-spacing:-.02em}._PlayWithFriendModal_content_1sct8_30{display:flex;flex-direction:column;align-content:center;padding:18px 16px 25px!important;width:310px!important}._PlayWithFriendModal_footerButtons_1sct8_38{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;align-items:center;justify-content:center;gap:4px;width:fit-content}._PlayWithFriendModal_footerButtons_item_1sct8_51{display:flex;flex:1 0 0}._PlayWithFriendModal_footerButtons_item_1sct8_51>div{width:100%;white-space:nowrap}._PlayWithFriendModal_title_1sct8_60{text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._PlayWithFriendModal_timer_1sct8_67{margin-top:4px;text-align:center;font-size:12px;font-weight:700;line-height:100%;text-transform:uppercase}._PlayWithFriendModal_waiting_1sct8_76{margin-top:8px;text-align:center;font-size:13px;font-weight:600;line-height:130%}._PlayWithFriendModal_error_1sct8_84{margin-top:8px;text-align:center;font-size:13px;font-weight:600;line-height:130%;color:#ff6b6b}._InviteLinkRow_hb0z7_30{display:flex;flex-direction:column;gap:4px;margin-top:12px}._InviteLinkRow_label_hb0z7_37{font-size:12px;line-height:130%}._InviteLinkRow_linkBox_hb0z7_42{display:flex;flex-direction:row;align-items:center;gap:8px;padding:10px 8px;background:#0000001a;border-radius:6px;border-bottom:2px solid rgba(0,0,0,.24)}._InviteLinkRow_linkText_hb0z7_53{overflow:hidden;flex:1;font-size:14px;line-height:100%;white-space:nowrap;text-overflow:ellipsis}._InviteLinkRow_icon_hb0z7_62{flex-shrink:0;height:20px;width:auto;cursor:pointer;opacity:.8}._InviteLinkRow_icon_hb0z7_62:active{opacity:.5}._InviteLinkRow_icon_hb0z7_62._share_hb0z7_72{height:18px}._TonMatchInfoModal_footerButtons_40fya_30{position:absolute;z-index:5;bottom:0;left:50%;translate:-50% 50%}._TonMatchInfoModal_content_40fya_38{padding-bottom:25px!important}._TonMatchInfoModal_title_40fya_42{color:#eaeaeb;text-align:center;font-size:16px!important;text-transform:uppercase}._TonMatchInfoModal_list_40fya_49{display:flex;flex-direction:column;gap:4px;margin-top:4px;padding-left:14px}._TonMatchInfoModal_list_40fya_49 li{list-style:disc}._BalancePill_1cs3g_30{position:relative;display:flex;align-items:center;gap:1px;min-width:120px;height:30px;padding:2px 24px 2px 2px;border-radius:1000px}._BalancePill_1cs3g_30._ton_1cs3g_41{background:#afbfff}._BalancePill_1cs3g_30._gold_1cs3g_44{background:#ffd180}._BalancePill_1cs3g_30._bones_1cs3g_47{background:#ccbe98}._BalancePill_1cs3g_30._labr_1cs3g_50{background:#afbfff}._BalancePill_1cs3g_30._goldenDust_1cs3g_53{background:#ffb47f;border:2px solid #352626;box-shadow:0 4px #00000059}._BalancePill_icon_1cs3g_59{height:100%}._BalancePill_icon_1cs3g_59 img,._BalancePill_icon_1cs3g_59 svg{height:100%;width:auto}._BalancePill_value_1cs3g_68{display:flex;flex:1 0 0;justify-content:center;text-align:center;font-size:14px;line-height:100%}._TonRoomsModal_content_d76lg_30{max-width:520px!important;padding:22px 0!important}._TonRoomsModal_footerButtons_d76lg_35{position:absolute;z-index:2;bottom:0;left:50%;translate:-50% 50%;display:flex;align-items:center;gap:8px}._HowItWorksModal_button_d76lg_46>div{background:#afbfff!important}._HowItWorksModal_button_d76lg_46._next_d76lg_49 svg{transform:rotate(180deg)}._TonRoomsModal_header_d76lg_52{padding-inline:28px}._TonRoomsModal_header_inner_d76lg_56{position:relative;display:flex;flex-direction:column;align-items:center;padding-inline:28px}._TonRoomsModal_balance_d76lg_64{position:absolute;top:0;left:0}._TonRoomsModal_title_d76lg_70{color:#eaeaeb!important;font-size:16px!important;line-height:100%!important;text-align:center;text-transform:uppercase}._TonRoomsModal_text_d76lg_78{margin-top:4px;color:#caa1ff!important;font-size:12px!important;line-height:100%!important;letter-spacing:-.02em!important;text-align:center}._TonRoomsModal_infoButton_d76lg_87{position:absolute;top:0;right:0;height:24px}._TonRoomsModal_infoButton_d76lg_87>div{background:#afbfff!important}._TonRoomsModal_swiperContainer_d76lg_97{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:10px}._TonRoomsModal_swiper_d76lg_97{width:100%;padding-inline:28px}._TonRoomsModal_indicator_d76lg_110{display:flex;justify-content:center;align-items:center;gap:2px;margin-top:8px}._TonRoomsModal_indicator_dot_d76lg_118{height:6px;aspect-ratio:1/1;background-color:#7e81a1;border-radius:100%;border:1px solid #7e81a1;transition:.2s ease-in-out;transition-property:background-color,border-color}._TonRoomsModal_indicator_dot_d76lg_118._active_d76lg_127{background-color:#ccbe98;border-color:#352626}._TonRoom_qanjt_30{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;padding:4px;border-radius:8px}._TonRoom_imgBox_qanjt_40{display:flex;flex-direction:column;gap:6px;width:100%;height:105px;padding:6px 6px 2px;background:linear-gradient(266deg,#c194ff 16.15%,#afbfff 79.33%);border-radius:4px}._TonRoom_amount_qanjt_51{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;line-height:100%;letter-spacing:-.02em}._TonRoom_amount_qanjt_51 img,._TonRoom_amount_qanjt_51 svg{height:12px;width:auto}._TonRoom_img_qanjt_40{position:relative;display:flex;flex:1 0 0}._TonRoom_img_qanjt_40 img{position:absolute;top:50%;left:50%;translate:-50% -50%;width:100%;height:100%;object-fit:contain;object-position:center}._TonRoom_button_qanjt_82{width:100%}._TonRoom_button_qanjt_82>div{width:100%;background-color:#afbfff!important;box-shadow:none!important}._TonRoom_players_qanjt_91{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;padding:6px;background:#babcd9;border-radius:4px}._TonRoom_players_count_qanjt_102{display:flex;align-items:center;gap:4px;font-size:12px;line-height:100%;letter-spacing:-.02em}._TonRoom_players_count_qanjt_102 svg{height:12px;width:auto}._TonRoom_players_text_qanjt_115{text-align:center;font-size:10px;line-height:100%;letter-spacing:-.02em}._BuyGoldCard_body_6b3o5_30{display:flex}._BuyGoldCard_container_6b3o5_34{background:radial-gradient(51.92% 56.85% at 48.08% 54.96%,#f6e4d1 61.54%,#dfc3a6)}._BuyGoldCard_content_6b3o5_38{display:flex;flex-direction:column;gap:12px;width:340px!important;padding-bottom:34px!important}._BuyGoldCard_title_6b3o5_46{text-align:center;font-size:16px!important;line-height:100%;text-transform:uppercase}._BuyGoldCard_top_6b3o5_53{display:flex;align-items:stretch;gap:12px}._BuyGoldCard_preview_6b3o5_59{flex:0 0 104px}._BuyGoldCard_previewCard_6b3o5_63{width:100%!important;height:auto!important;aspect-ratio:1/1.4!important;filter:drop-shadow(0 4px 0 rgba(0,0,0,.35))}._BuyGoldCard_info_6b3o5_70{display:flex;flex-direction:column;justify-content:space-between;gap:4px;flex:1 1 auto}._BuyGoldCard_name_6b3o5_78{font-size:14px;line-height:100%}._BuyGoldCard_description_6b3o5_83{margin-top:4px;font-size:10px!important;line-height:100%;letter-spacing:-.02em}._BuyGoldCard_description_6b3o5_83._rune_master_6b3o5_89{color:#afe49f}._BuyGoldCard_description_6b3o5_83._little_mischief_6b3o5_92{color:#ff7979}._BuyGoldCard_description_6b3o5_83._cleansing_6b3o5_95{color:#caa1ff}._BuyGoldCard_text_6b3o5_99{margin-top:4px;font-size:10px;line-height:100%;letter-spacing:-.02em}._BuyGoldCard_quantityTitle_6b3o5_106{font-size:10px;line-height:100%;letter-spacing:-.02em}._BuyGoldCard_quantityList_6b3o5_112{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px}._BuyGoldCard_quantityItem_6b3o5_119{display:flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 6px;border-radius:2px;border:1px solid #352626;background:#83624e;font-size:12px;line-height:100%;letter-spacing:-.02em;transition:.1s ease-in-out;transition-property:filter,background}._BuyGoldCard_quantityItem_selected_6b3o5_136{background:radial-gradient(79.12% 63.31% at 48.08% 54.96%,#f6e4d1 38.88%,#dfc3a6)}._BuyGoldCard_quantityItem_disabled_6b3o5_140{opacity:.45}._BuyGoldCard_footerButtons_6b3o5_144{position:absolute;z-index:10;bottom:0;left:50%;translate:-50% 50%;display:flex;gap:8px;width:calc(100% - 22px)}._BuyGoldCard_footerButtons_item_6b3o5_155{width:100%}._BuyGoldCard_footerButtons_item_6b3o5_155>div{height:30px}._BuyGoldCard_footerButtons_item_buy_6b3o5_162>div{background:#ffd180!important}._BuyGoldCard_buyContent_6b3o5_166{display:flex;align-items:center;justify-content:center;gap:4px}._BuyGoldCard_buyContent_6b3o5_166 svg,._BuyGoldCard_buyContent_6b3o5_166 img{height:18px;width:auto}._DisconnectWalletModal_content_1hyqq_30{display:flex;flex-direction:column;align-items:center;gap:12px}._DisconnectWalletModal_title_1hyqq_37{color:#eaeaeb;text-align:center;font-size:16px!important;line-height:120%;text-transform:uppercase}._DisconnectWalletModal_address_1hyqq_45{font-size:14px;opacity:.75;font-family:monospace;letter-spacing:.5px}._DisconnectWalletModal_buttons_1hyqq_52{display:flex;gap:8px;width:100%;margin-top:8px}._DisconnectWalletModal_buttons_item_1hyqq_59{flex:1}._WithdrawOtpModal_content_f92r9_30{display:flex;flex-direction:column;gap:12px;align-items:center}._WithdrawOtpModal_title_f92r9_37{font-size:16px!important;line-height:120%;color:#eaeaeb;text-align:center;text-transform:uppercase}._WithdrawOtpModal_description_f92r9_45{font-size:14px;line-height:1.4;text-align:center}._WithdrawOtpModal_otpGroup_f92r9_51{display:flex;justify-content:center;gap:8px;width:100%}._WithdrawOtpModal_otpBox_f92r9_58{width:40px;height:48px;font-family:Rowdies,Arial,sans-serif;font-size:20px;font-weight:700;color:#352626;text-align:center;background:#ffffff26;border:2px solid rgba(53,38,38,.3);border-radius:8px;outline:none;caret-color:transparent}._WithdrawOtpModal_otpBox_f92r9_58:focus{border-color:#352626;background:#ffffff40}._WithdrawOtpModal_buttons_f92r9_77{display:flex;gap:8px;width:100%;margin-top:8px}._WithdrawOtpModal_button_f92r9_77{flex:1}._PrivacyPolicy_suk0q_30{height:100%;padding:24px 16px;overflow-y:auto;background:#3e4d3e}._PrivacyPolicy_content_suk0q_37{max-width:800px;margin:0 auto;padding:24px 32px}._TermsOfUse_yzk7m_30{height:100%;padding:24px 16px;overflow-y:auto;background:#3e4d3e}._TermsOfUse_content_yzk7m_37{max-width:800px;margin:0 auto;padding:24px 32px}.default-error{background-color:#ffd180;padding:10px}.default-error__image{display:block;align-self:center;margin:0 auto}.default-error>.triangle{scale:2}.default-error h1{font-size:32px}.default-error h2{font-size:24px}.default-error .error-info{max-height:350px;overflow:auto;background-color:#d6cfbd80;padding:5px 0;margin:10px 0;border-radius:4px}.default-error .error-info p{color:#352626e6;padding-left:3px;overflow-wrap:anywhere}.default-error .error-info p span{color:#000}.default-error .error-info hr{border:1px solid black;margin:5px 0}.default-error button{width:150px;display:block;margin:10px auto 0}.default-error button .button-container{background-color:#d6cfbd80}._RotateOverlay_y6jre_30{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:#0e0b17eb;color:#fff;pointer-events:all}._RotateOverlay_bg_y6jre_42{position:absolute;top:0;left:0;width:100%;height:100%}._RotateOverlay_bg_y6jre_42 img{width:100%;height:100%;object-fit:cover}._RotateOverlay_logo_y6jre_55{position:absolute;z-index:5;top:10px;left:50%;translate:-50% 0%;height:80px}._RotateOverlay_logo_y6jre_55 img{height:100%;width:auto}._RotateOverlay__content_y6jre_68{position:relative;z-index:5;padding:32px 36px;display:flex;flex-direction:column;align-items:center;justify-content:center}._RotateOverlay__content_icon_y6jre_78{width:100px}._RotateOverlay__content_icon_y6jre_78 svg{width:100%;height:auto}._RotateOverlay__content_text_y6jre_86{color:#fff;text-align:center;text-shadow:0 2px 0 rgba(0,0,0,.35);font-size:21px;line-height:100%;letter-spacing:.02em}._RotateOverlay__content_text_y6jre_86._title_y6jre_94{margin-top:20px;font-size:21px}._RotateOverlay__content_text_y6jre_86._description_y6jre_98{margin-top:6px;font-size:16px;opacity:.5}._AppVersion_1l44w_30{position:fixed;z-index:10000;bottom:1px;right:calc(10px + max(var(--tg-safe-area-inset-right, 0px) - 10px,0px));font-size:8px!important;opacity:.4}._NotALabrUser_1heml_30{position:fixed;z-index:100000;top:0;left:0;width:100%;height:100%;background-color:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._NotALabrUser_content_1heml_41{position:absolute;top:50%;left:50%;translate:-50% -50%;max-width:342px;display:flex;flex-direction:column;align-items:center;padding:32px 24px 28px;text-align:center;background:#776565;border-radius:9px;box-shadow:0 4px #00000059}._NotALabrUser_content_1heml_41 h1{color:#fff;font-weight:700;font-size:24px;text-transform:uppercase;margin-bottom:12px;text-align:center}@media screen and (max-width:1024px){._NotALabrUser_content_1heml_41 h1{font-size:18px}}@media screen and (max-width:565px){._NotALabrUser_content_1heml_41{max-width:90%;width:100%;padding:24px 12px 14px}}._NotALabrUser_content_description_1heml_77{color:#ffffff59;font-weight:400;font-size:17px;text-align:center;margin-bottom:20px}._NotALabrUser_content_description_1heml_77 svg{display:block;max-width:124px;width:100%;margin:0 auto 12px}@media screen and (max-width:1024px){._NotALabrUser_content_description_1heml_77 svg{max-width:98px}}@media screen and (max-width:1024px){._NotALabrUser_content_description_1heml_77{font-size:14px}}._NotALabrUser_content_button_1heml_101 .button-container{padding:6px 12px!important}@media screen and (max-width:565px){._NotALabrUser_content_button_1heml_101 .button-container{font-size:12px!important}}._UnderMaintenance_30yp0_30{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._UnderMaintenance_content_30yp0_41{position:absolute;top:50%;left:50%;translate:-50% -50%;max-width:342px;display:flex;flex-direction:column;align-items:center;padding:32px 24px 28px;text-align:center;background:#776565;border-radius:9px;box-shadow:0 4px #00000059}._UnderMaintenance_content_30yp0_41 h1{color:#fff;font-weight:700;font-size:20px;text-transform:uppercase;margin-bottom:8px;text-align:center}._UnderMaintenance_content_description_30yp0_65{color:#ffffff59;font-weight:400;font-size:17px;text-align:center;margin-bottom:20px}._UnderMaintenance_content_description_30yp0_65 hr{border:none;outline:none;border-top:dashed 2px rgba(53,38,38,.3019607843);margin:18px 0}._UnderMaintenance_content_button_30yp0_79{display:flex;align-items:center;gap:8px}._UnderMaintenance_content_button_30yp0_79 .button-container{padding:6px 12px!important}._UnderMaintenance_decorImg_30yp0_88{position:absolute;bottom:0;right:0;transform:translate(50%,35%);max-width:225px;pointer-events:none}._Shop_1444t_30{position:relative;overflow-y:auto;display:flex;flex-direction:column;width:100%;height:100%;padding:4px;padding-left:calc(4px + max(var(--tg-content-safe-area-inset-left, 0px) - 4px,0px) + max(var(--tg-safe-area-inset-left, 0px) - 0px,0px));padding-right:calc(4px + max(var(--tg-content-safe-area-inset-right, 0px) - 4px,0px) + max(var(--tg-safe-area-inset-right, 0px) - 0px,0px));background:#352626}._Shop_inner_1444t_43{display:flex;flex-direction:column;align-items:center;flex:1 0 0;padding:16px;padding-top:calc(62px + max(var(--tg-content-safe-area-inset-top, 0px) - 62px,0px) + max(var(--tg-safe-area-inset-top, 0px) - 0px,0px));border:1px solid #352626;background:radial-gradient(51.88% 54.56% at 50.08% 54.56%,#f6e4d1 83.68%,#dfc3a6);border-radius:30px}._Shop_title_1444t_55{position:absolute;top:22px;left:50%;translate:-50% 0;width:100%;text-align:center;font-size:28px;line-height:100%;text-transform:uppercase}._Shop_title_1444t_55:before{content:"";position:absolute;bottom:0;left:50%;translate:-50% 4px;width:50%;height:1px;background:linear-gradient(to right,transparent,#352626,transparent);border-radius:100%}._Shop_content_1444t_78{display:flex;flex-direction:column;flex:1 0 0;width:100%}._Shop_content_header_1444t_85{position:relative;padding-left:40px}._Shop_nav_1444t_90{position:absolute;bottom:0;left:0;translate:0 -10px;display:flex;justify-content:space-between;width:100%}._Shop_content_switcher_1444t_100{position:relative;overflow:hidden;display:flex;width:fit-content;background:radial-gradient(192.21% 101.23% at 63.85% 100%,#f6e4d1,#dfc3a6);border-radius:8px 8px 0 0;border:1px solid #352626;border-bottom:unset}._Shop_content_switcher_item_1444t_111{display:flex;align-items:center;gap:2px;padding:6px;text-align:center;font-size:14px;line-height:100%;text-decoration:none;color:inherit;cursor:pointer;transition:.2s ease-in-out;transition-property:background}._Shop_content_switcher_item_1444t_111._active_1444t_125{background:#ffd180}._Shop_content_switcher_item_1444t_111+._Shop_content_switcher_item_1444t_111{border-left:1px solid #352626}._Shop_content_body_1444t_132{display:flex;flex:1 0 0;flex-direction:column;padding:16px;border-radius:12px;border:1px solid #352626}._Shop_currencySwitch_1444t_141{justify-content:start}._Shop_currencySwitch_item_1444t_145 img,._Shop_currencySwitch_item_1444t_145 svg{height:20px;width:auto}._Shop_content_body_list_1444t_151{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:auto;gap:12px 8px;margin-top:10px;width:100%}._CardSkinItem_12qbr_30{display:flex;flex-direction:column;gap:4px;padding:4px 6px 6px;border-radius:8px;border:2px solid #352626;box-shadow:0 2px #00000059}._CardSkinItem_header_12qbr_40{position:relative;display:flex;flex-direction:column;width:100%;aspect-ratio:1/1;padding-inline:2px;padding-bottom:0;border-radius:4px}._CardSkinItem_title_12qbr_51{color:#f6e4d1;font-size:12px}._CardSkinItem_img_12qbr_56{position:relative;display:flex;flex:1 0 0;align-items:center;justify-content:center}._CardSkinItem_preview_12qbr_64{width:100%!important;height:auto!important;aspect-ratio:1/1.3!important;filter:drop-shadow(0 4px 0 rgba(0,0,0,.35))}._CardSkinItem_count_12qbr_71{position:absolute;bottom:10px;left:10px;display:flex;align-items:center;gap:2px;padding:2px 4px;text-align:center;font-size:12px;line-height:100%;letter-spacing:-.02em;background-color:#f6e4d1;border:2px solid #352626;border-radius:1000px}._CardSkinItem_count_12qbr_71 svg{height:12px;width:auto}._CardSkinItem_count_12qbr_71 svg path[fill],._CardSkinItem_count_12qbr_71 svg g[fill]{fill:#000}._CardSkinItem_count_12qbr_71 svg path[stroke],._CardSkinItem_count_12qbr_71 svg g[stroke]{stroke:#000}._CardSkinItem_button_12qbr_100{margin-top:2px}._CardSkinItem_button_12qbr_100>div{display:flex;align-items:center;gap:4px}._CardSkinItem_button_12qbr_100._star_12qbr_108>div{background:#ffd180!important}._CardSkinItem_button_12qbr_100._ton_12qbr_111>div{background:#ffd180!important}._CardSkinItem_button_12qbr_100._goldenDust_12qbr_114>div{background:#ffd180!important}._CardSkinItem_button_12qbr_100._has_12qbr_117>div,._CardSkinItem_button_12qbr_100._active_12qbr_117>div{background:#ffb17b!important}._CardSkinItem_button_12qbr_100 img,._CardSkinItem_button_12qbr_100 svg{height:14px;width:auto}._SwitchWrap_173xo_30{display:flex;justify-content:center}._SwitchWrap_173xo_30._winter_173xo_34 ._Switch_173xo_30{background-color:#544858}._SwitchWrap_173xo_30._winter_173xo_34 ._Selector_select_173xo_37:before{background-color:#afbfff}._SwitchWrap_173xo_30._cupid_173xo_40 ._Switch_173xo_30{background-color:#7d1d1e}._SwitchWrap_173xo_30._cupid_173xo_40 ._Selector_select_173xo_37:before{background-color:#c7383e}._Switch_173xo_30{position:relative;display:flex;max-width:100%;width:fit-content;border-radius:1000px;border:2px solid #352626;background:#c79f7e}._Selector_select_173xo_37{position:absolute;top:50%;left:0;translate:0 -50%;z-index:1;height:calc(100% + 4px);border:2px solid #352626;border-radius:1000px;opacity:0;will-change:transform}._Selector_select_173xo_37:before,._Selector_select_173xo_37:after{content:"";position:absolute;inset:0;border-radius:inherit;transition:.2s ease-in-out;transition-property:opacity}._Selector_select_173xo_37:before{background-color:#ffb17b}._Selector_select_173xo_37:after{background:linear-gradient(225deg,#e8a13b,#b05c25);opacity:0}._Selector_select_173xo_37._new_173xo_84:before{opacity:0}._Selector_select_173xo_37._new_173xo_84:after{opacity:1}._Selector_select_173xo_37>img{width:80%;filter:drop-shadow(0 0px 5px rgba(0,0,0,.1))}._Item_golzq_30{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;gap:6px;padding:4px 12px;color:#352626;font-size:14px;line-height:100%;letter-spacing:-.02em;text-transform:uppercase;border-radius:1000px;cursor:pointer;transition:.3s ease-in-out;transition-property:color}._Item_golzq_30.active{color:#352626}._Item_golzq_30._new_golzq_51{box-shadow:0 0 5px 2px #d98f35;border:1px solid #d98f35}._Item_golzq_30._new_golzq_51.active{color:#fff}._Item_golzq_30._new_golzq_51:before{content:"";position:absolute;top:0;right:0;translate:0% -20%;height:7px;width:7px;border-radius:50%;background-color:#e8a13b;border:1px solid #b05c25}._Item_golzq_30._cupid_golzq_70.active{color:#fff}._FindMatchLabel_6edpb_30{position:fixed;overflow:hidden;z-index:1000;top:20px;left:50%;translate:-50% 0;display:flex;justify-content:space-between;height:40px;width:350px;border-radius:24px;border:2px solid #352626}._FindMatchLabel_6edpb_30._common_6edpb_44{background:#ffd180}._FindMatchLabel_6edpb_30._common_6edpb_44 ._FindMatchLabel_buttons_item_6edpb_47>div{background-color:#ccbe98!important}._FindMatchLabel_6edpb_30._ton_6edpb_50{background:linear-gradient(266deg,#c194ff 16.15%,#afbfff 79.33%)}._FindMatchLabel_6edpb_30._ton_6edpb_50 ._FindMatchLabel_buttons_item_6edpb_47>div{background-color:#afbfff!important}._FindMatchLabel_left_6edpb_57{display:flex;align-items:center;gap:4px;height:100%;padding-left:4px}._FindMatchLabel_img_6edpb_65{height:100%}._FindMatchLabel_img_6edpb_65 img,._FindMatchLabel_img_6edpb_65 svg{height:100%;width:auto}._FindMatchLabel_title_6edpb_74{font-size:12px;line-height:100%;text-transform:uppercase}._FindMatchLabel_text_6edpb_80{font-size:10px;line-height:100%;letter-spacing:-.02em}._FindMatchLabel_buttons_6edpb_47{height:100%;padding:3px}._FindMatchLabel_buttons_item_6edpb_47{height:100%}._FindMatchLabel_buttons_item_6edpb_47>div{height:100%;min-width:70px!important;padding:0 8px!important;font-size:12px!important;text-transform:uppercase;box-shadow:none!important}._Loader_1ease_30{position:absolute;z-index:1000000;top:0;left:0;width:100%;height:100%}._Loader_bg_1ease_39{position:absolute;top:50%;left:50%;translate:-50% -50%;width:101%;height:101%;object-fit:cover;object-position:center}._Loader_logo_1ease_50{position:absolute;top:50%;left:50%;translate:-50% -50%;height:25%;min-height:175px;width:auto}.loader-bar{position:absolute;left:calc(10px + max(var(--tg-safe-area-inset-left, 0px) - 10px,0px) + max(var(--tg-content-safe-area-inset-left, 0px) - 0px,0px));top:50%;transform:translateY(-50%)}.loader-bar .loader-track{background:#2c2421bf;padding:2px;width:8px;height:267px;border-radius:4px}.loader-bar .loader-track>div{border-radius:2px;background:#ffd180;transition:height .25s;position:relative}.loader-bar .loader-track>div .loader-value{position:absolute;left:calc(100% + 10px);bottom:0;transform:translateY(50%);background:#ffd180;padding:3px 5px;border-radius:6px;border:2px solid #352626;filter:drop-shadow(0 2px rgba(0,0,0,.3490196078));transition:top .25s}.loader-bar .loader-track>div .loader-value>svg{position:absolute;right:100%;top:50%;transform:translateY(-50%)}.loader-bar .loader-track>div .loader-value span{font-size:16px}.loader-bar .loader-track>div .loader-value p{font-size:12px;color:#35262699}#app-old-version{display:flex;justify-content:center;align-items:center;background-position:center;background-size:cover;background-repeat:no-repeat}#app-old-version .wrapper{position:absolute;top:20%;background-color:#776565;padding:32px 24px 28px;text-align:center;max-width:90%}#app-old-version .wrapper h1{color:#fff;font-weight:700;font-size:20px;text-transform:uppercase;margin-bottom:12px}#app-old-version .wrapper h2{font-weight:400;font-size:17px;color:#fff9;margin-bottom:20px}#app-old-version .wrapper .divider{border:1px dashed rgba(53,38,38,.3019607843);margin-bottom:20px}#app-old-version .wrapper .buttons{display:flex;justify-content:center;align-items:center;gap:16px}#app-old-version .wrapper .buttons button .container{display:flex;justify-content:center;align-items:center;gap:6px;font-weight:700;font-size:18px}#app-old-version .dog{position:absolute;right:0;bottom:0;height:max(35%,180px);pointer-events:none}._ContentContainer_5qjj4_30{position:absolute;overflow:hidden;top:50%;left:50%;translate:-50% -50%;display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media screen and (min-width:1440px){._ContentContainer_5qjj4_30{max-height:unset;max-width:unset;border-radius:unset}._ContentContainer_5qjj4_30 ._ContentContainer_safeArea_5qjj4_48{max-width:1920px;max-height:1080px}}._ContentContainer_bg_5qjj4_54{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}._ContentContainer_bg_5qjj4_54 img{width:100%;height:100%;object-fit:cover}._ContentContainer_safeArea_5qjj4_48{position:relative;z-index:5;width:100%;height:100%;border-radius:12px}._Spinner_ol844_30{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}._sm_ol844_38{--card-width: 20px;--card-height: 28px;--gap: 2px}._md_ol844_44{--card-width: 32px;--card-height: 45px;--gap: 4px}._lg_ol844_50{--card-width: 48px;--card-height: 67px;--gap: 6px}._Spinner_cards_ol844_56{display:flex;gap:var(--gap);perspective:600px}._Spinner_card_ol844_56{width:var(--card-width);height:var(--card-height);animation:_cardFlip_ol844_1 1.2s ease-in-out infinite;transform-style:preserve-3d}._Spinner_card_ol844_56 img{width:100%;height:100%;object-fit:cover;border-radius:3px;box-shadow:0 2px 4px #0000004d}@keyframes _cardFlip_ol844_1{0%,to{transform:rotateY(0) translateY(0)}25%{transform:rotateY(90deg) translateY(-4px)}50%{transform:rotateY(180deg) translateY(0)}75%{transform:rotateY(270deg) translateY(-4px)}}._Spinner_text_ol844_90{font-size:14px;color:#c9a66b;text-align:center;animation:_textPulse_ol844_1 1.5s ease-in-out infinite}@keyframes _textPulse_ol844_1{0%,to{opacity:.6}50%{opacity:1}}._GameConnectionOverlay_container_vgx2d_30{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._GameConnectionOverlay_text_vgx2d_43{color:#fff;font-size:18px;text-align:center}._Game_bm9le_30{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;height:100%;background:radial-gradient(327.27% 149.48% at 49.06% 59.91%,#dfcfb2,#b3a58b 61.48%,#a7997f)}._Game_content_bm9le_41{position:relative;display:flex;justify-content:center;flex:1 0 0}._Game_stones_bm9le_48{position:absolute;overflow-x:clip;z-index:5;top:0;left:0;width:100%;height:calc(100% + 10px);pointer-events:none}._Game_stones_left_bm9le_59,._Game_stones_right_bm9le_60{height:100%;background-position:top center;background-repeat:repeat;background-size:100% auto}._Game_stones_left_bm9le_59{position:absolute;top:0;left:0;translate:calc(-100% + 15px + max(var(--tg-safe-area-inset-left, 0px) - 15px,0px)) 0;scale:1 1;width:calc((50px + max(var(--tg-safe-area-inset-left, 0px) - 50px,0px))*1.15)}._Game_stones_right_bm9le_60{position:absolute;top:0;right:0;translate:calc(100% - (15px + max(var(--tg-safe-area-inset-right, 0px) - 15px,0px))) 0;scale:-1 1;width:calc((50px + max(var(--tg-safe-area-inset-right, 0px) - 50px,0px))*1.15)}._Game_stones_top_bm9le_85,._Game_stones_bottom_bm9le_86{width:100%;height:25px;filter:drop-shadow(0 3px 0px rgba(0,0,0,.25))}@media screen and (max-height:600px){._Game_stones_top_bm9le_85,._Game_stones_bottom_bm9le_86{height:20px}}._Game_stones_top_bm9le_85{position:absolute;top:0;left:0;translate:0 0%;background-position:bottom center;background-repeat:repeat;background-size:auto 100%}._Game_stones_bottom_bm9le_86{position:absolute;bottom:0;left:0;background-position:left 20% bottom;background-repeat:repeat;background-size:auto 100%}._Game_content_side_bm9le_117{display:flex;flex-direction:column;gap:2px;width:110px;min-width:110px;padding:26px 6px 24px}._Game_content_side_bm9le_117._user_bm9le_125{padding-left:8px;padding-right:0}._Game_content_side_bm9le_117._opponent_bm9le_129{padding-right:8px;padding-left:0}._Game_content_side_section_bm9le_134{display:flex;flex-direction:column;gap:6px;padding:6px;width:100%}._Game_content_side_bottom_bm9le_142{display:flex;flex:1 0 0;flex-direction:column;justify-content:flex-end;padding:6px 6px 8px}._Game_logs_bm9le_150{height:25%}._Separator_1w2zl_30{position:relative;width:100%;height:5px}._Separator_1w2zl_30 img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}._UserRuneBalance_j9jyz_30{display:flex;flex-direction:column;gap:4px;width:100%;padding:6px 6px 6px 3px}@media screen and (max-height:600px){._UserRuneBalance_j9jyz_30{gap:1px;padding:3px 6px 3px 3px}}._UserRuneBalanceItem_biyrl_30{display:flex;align-items:center;gap:2px}._UserRuneBalanceItem_icon_biyrl_36{height:26px;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._UserRuneBalanceItem_icon_biyrl_36 img{height:100%;width:auto}._UserRuneBalanceItem_value_biyrl_45{display:flex;align-items:center;gap:6px;color:#fff;font-size:12px!important;line-height:100%;filter:drop-shadow(0 2px 0 rgba(0,0,0,.35))}._UserRuneBalanceItem_value_biyrl_45 span._green_biyrl_54{color:#afe49f}._UserInfo_db20s_30{display:flex;flex-direction:column;justify-content:center;gap:2px;width:100%;padding:6px}@media screen and (max-height:600px){._UserInfo_db20s_30{padding-block:3px}}._UserInfo_name_db20s_44{display:flex;align-items:center;gap:4px}._UserInfo_name_text_db20s_50{position:relative;display:flex;flex:1 0 0}._UserInfo_name_text_db20s_50 div{position:absolute;top:50%;left:0;translate:0 -50%;width:100%;font-size:14px;line-height:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._UserInfo_name_button_db20s_70{flex-shrink:0;width:20px;height:20px}._UserInfo_status_db20s_76{font-size:12px}._UserInfo_status_db20s_76._winner_db20s_79{color:#afe49f}._UserInfo_status_db20s_76._loser_db20s_82{color:#ff7979}._UserInfo_winners_db20s_86{margin-top:4px;font-size:12px;color:#afe49f}._UserInfo_losers_db20s_92{font-size:12px;color:#ffb17b}._ActiveEffects_1mkti_30{display:flex;justify-content:center;flex-direction:column;flex-wrap:wrap;width:100%;padding:6px 4px}._ActiveEffects_line_1mkti_39{display:flex;justify-content:center;gap:4px}._ActiveEffects_line_1mkti_39+._ActiveEffects_line_1mkti_39{margin-top:-3px}._GameDesk_1vt23_30{position:relative;display:flex;width:100%}._GameDesk_socket_1vt23_36{position:absolute;z-index:10;top:25px;left:30px;display:flex;gap:3px}._GameDesk_socket_1vt23_36 div{height:10px;aspect-ratio:1/1;background:#d96c6c;border-radius:100%;border:2px solid #352626}._GameDesk_socket_1vt23_36 div._active_1vt23_51{background:#afe49f}._GameDesk_sessionNumber_1vt23_55{position:absolute;z-index:60;bottom:1%;left:2%;font-size:8px;pointer-events:none;mix-blend-mode:difference;opacity:.8}._GameDesk_goldCard_1vt23_66{position:absolute;z-index:10;top:10%;left:9%;translate:0 0%;height:clamp(90px,30%,200px);width:fit-content;aspect-ratio:1/1.32;filter:drop-shadow(4px 4px 0 rgba(0,0,0,.25));cursor:pointer}._GameDesk_goldCard_1vt23_66 .card-item{position:absolute;top:0;left:0;width:100%!important;height:100%!important;filter:unset}._GameDesk_discardField_1vt23_87{position:fixed;z-index:30;top:0;left:0;width:100%;height:100%;pointer-events:none}._GameDesk_discardField_overlay_1vt23_97{position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0}._GameDesk_discardField_gradient_1vt23_108{position:absolute;z-index:10;top:0;right:0;width:20%;height:100%;background:linear-gradient(to right,transparent,#b91c1c);opacity:0}._GameDesk_discardField_discardCard_1vt23_119{position:absolute;top:50%;right:20px;translate:0% -50%;display:flex;justify-content:center;align-items:center;width:calc(var(--card-width) * 1.2);height:calc(var(--card-height) * 1.2);border-radius:4px;border:4px dashed #ff4141;background:#d96c6c4d}._GameDesk_discardField_discardCard_1vt23_119 svg{width:30%;height:auto}._GameDesk_content_1vt23_138{position:absolute;top:4px;left:0;width:100%;height:calc(100% + -0px);background:radial-gradient(175.53% 59.79% at 50.08% 44.28%,#dfcfb2,#b3a58b 61.48%,#a7997f 72.12%);border-radius:100px}@media screen and (max-height:600px){._GameDesk_content_1vt23_138{border-radius:80px}}._GameDesk_frame_1vt23_153{position:absolute;z-index:5;top:-8px;left:0;width:100%;height:calc(100% + 8px);pointer-events:none}._GameDesk_frame_1vt23_153._shadow_1vt23_162{z-index:1}._GameDesk_frame_1vt23_153 img{width:100%;height:100%}._GameDesk_opponentCards_1vt23_170{position:absolute;z-index:2;top:20px;left:50%;translate:-50% 0;width:100%;height:100%;overflow:hidden;pointer-events:none}._GameDesk_opponentCards_1vt23_170 .card-item{height:clamp(0px,20%,200px)!important;width:unset!important;aspect-ratio:1/1.32}._GameDesk_opponentViewCards_1vt23_187{position:absolute;z-index:40;top:0;left:50%;translate:-50% -5%;display:flex;justify-content:center;gap:16px;height:clamp(0px,22%,200px);width:1000%;pointer-events:none}@media screen and (max-height:500px){._GameDesk_opponentViewCards_1vt23_187{gap:10px}}._GameDesk_opponentViewCards_1vt23_187 .card-item{height:100%!important;width:unset!important;aspect-ratio:1/1.32}._GameDesk_removedOpponentCards_1vt23_211{position:absolute;z-index:2;top:0;left:50%;translate:-50% 0%;width:100%;height:calc(var(--card-height) * 2);overflow:hidden;pointer-events:none}._GameDesk_deckCards_1vt23_223{position:absolute;z-index:10;top:10%;right:9%;translate:0 0%;height:clamp(90px,30%,200px);width:fit-content;aspect-ratio:1/1.32;filter:drop-shadow(4px 4px 0 rgba(0,0,0,.25));pointer-events:none}._GameDesk_deckCards_1vt23_223 .card-item{width:100%!important;height:100%!important}._GameDesk_deckCards_overlay_1vt23_240{position:absolute;z-index:15;top:50%;left:50%;translate:-50% -50%}._GameDesk_deckCards_overlay_text_1vt23_248{font-size:24px}._GameDesk_archiveCards_1vt23_252{position:absolute;z-index:14;top:50%;left:50%;translate:-95% -80%;height:clamp(90px,30%,200px);width:fit-content;aspect-ratio:1/1.32;filter:drop-shadow(4px 4px 0 rgba(0,0,0,.25));pointer-events:none}._GameDesk_archiveCards_1vt23_252 .card-item{height:100%!important;width:unset!important;aspect-ratio:1/1.32}._GameDesk_activeCards_1vt23_270{position:absolute;z-index:15;top:50%;left:50%;translate:-50% -80%;height:clamp(90px,30%,200px);width:fit-content;pointer-events:none}._GameDesk_activeCards_1vt23_270 .card-item{height:100%!important;width:unset!important;aspect-ratio:1/1.32}._GameDesk_playerCards_1vt23_286{position:absolute;z-index:40;bottom:0;left:50%;translate:-50% -20px;display:flex;justify-content:center;gap:16px;height:clamp(90px,32%,200px);width:500%;pointer-events:none}@media screen and (max-height:600px){._GameDesk_playerCards_1vt23_286{gap:10px}}._GameDesk_playerCards_1vt23_286 .card-item{height:100%!important;width:unset!important;aspect-ratio:1/1.32}._GameDesk_buttonTurn_1vt23_310{position:absolute;z-index:10;top:50%;right:5%;translate:0 -50%}._GameDesk_activeCardField_1vt23_318{position:absolute;top:0%;left:50%;translate:-50% 0%;width:calc(100% - var(--card-width) * 3);height:calc(100% - var(--card-height) * 1.3);pointer-events:none}._GameDesk_removedPlayerCards_1vt23_328{position:fixed;z-index:20;right:0;top:50%;translate:250% -50%;width:var(--card-width);height:var(--card-height)}._GameDesk_previewCardField_1vt23_338{position:fixed;z-index:30;top:0;left:0;width:100%;height:100%;pointer-events:none}._GameDesk_previewCardField_1vt23_338._active_1vt23_51{pointer-events:all}._GameDesk_previewCardField_1vt23_338._active_1vt23_51 ._GameDesk_previewCardField_overlay_1vt23_350{opacity:1}._GameDesk_previewCardField_overlay_1vt23_350{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:.2s ease-in-out;transition-property:opacity}._GameDesk_previewCardField_cardPlace_1vt23_366{position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(var(--card-width) * 2.6);height:calc(var(--card-height) * 2.6)}._GameDesk_cardController_1vt23_375{position:absolute;z-index:10;top:20px;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;pointer-events:none}._GameDesk_cardController_1vt23_375>*{pointer-events:all}._GameDesk_cardController_1vt23_375>*>div{padding:4px 6px!important}._ButtonTurn_qeefr_30{padding:1px;border-radius:1000px;border:2px solid #352626;background:#a0927a;box-shadow:1px 1px #00000040 inset}._ButtonTurn_qeefr_30>div{padding:5px 8px!important}@media screen and (max-height:600px){._ButtonTurn_qeefr_30>div{padding:4px 6px!important;font-size:11px!important}}._ButtonTurn_qeefr_30 span{text-transform:lowercase}._DeskFrame_8ql3o_30{position:absolute;z-index:10;top:0;left:50%;width:calc(100% + 5px);height:102%;translate:-50% -7px;pointer-events:none;filter:drop-shadow(4px 4px 0px rgba(0,0,0,.25))}@media screen and (max-height:600px){._DeskFrame_8ql3o_30{translate:-50% -5px}}._DeskFrame_angle_8ql3o_47{position:absolute;z-index:5;height:70px}@media screen and (max-height:600px){._DeskFrame_angle_8ql3o_47{height:50px}}._DeskFrame_angle_8ql3o_47 img{height:100%;width:auto}._DeskFrame_angle_8ql3o_47._tl_8ql3o_61{top:0;left:0}._DeskFrame_angle_8ql3o_47._tr_8ql3o_65{top:0;right:0;translate:2% 0%;rotate:90deg}._DeskFrame_angle_8ql3o_47._bl_8ql3o_71{bottom:0;left:0;translate:-1% -3%;rotate:-90deg}._DeskFrame_angle_8ql3o_47._br_8ql3o_77{bottom:0;right:0;rotate:180deg}._DeskFrame_side_8ql3o_83{position:absolute}._DeskFrame_side_8ql3o_83._l_8ql3o_86,._DeskFrame_side_8ql3o_83._r_8ql3o_86{width:30px;height:calc(100% - 40px);-webkit-mask-image:linear-gradient(to bottom,transparent,black 20px,black calc(100% - 20px),transparent);mask-image:linear-gradient(to bottom,transparent,black 20px,black calc(100% - 20px),transparent);background-position:left center;background-repeat:repeat;background-size:100% auto}@media screen and (max-height:600px){._DeskFrame_side_8ql3o_83._l_8ql3o_86,._DeskFrame_side_8ql3o_83._r_8ql3o_86{width:25px}}._DeskFrame_side_8ql3o_83._l_8ql3o_86{top:50%;left:0;translate:0% -50%}._DeskFrame_side_8ql3o_83._r_8ql3o_86{top:50%;right:0;translate:-3% -50%}._DeskFrame_side_8ql3o_83._t_8ql3o_61,._DeskFrame_side_8ql3o_83._b_8ql3o_71{height:30px;width:calc(100% - 40px);background-position:bottom center;background-repeat:repeat;background-size:auto 100%;-webkit-mask-image:linear-gradient(to right,transparent,black 20px,black calc(100% - 20px),transparent);mask-image:linear-gradient(to right,transparent,black 20px,black calc(100% - 20px),transparent)}@media screen and (max-height:600px){._DeskFrame_side_8ql3o_83._t_8ql3o_61,._DeskFrame_side_8ql3o_83._b_8ql3o_71{height:25px}}._DeskFrame_side_8ql3o_83._t_8ql3o_61{top:0;left:50%;translate:-50% 0%}._DeskFrame_side_8ql3o_83._b_8ql3o_71{bottom:0%;left:50%;translate:-50% 10%}._ViewCard_1b9db_30{position:fixed;z-index:50;top:0;left:0;width:100%;height:100%}._ViewCard_overlay_1b9db_39{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;animation:_fadeOverlay_1b9db_1 .2s ease-out}._ViewCard_cardPlace_1b9db_49{position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(var(--card-width) * 2.6);height:calc(var(--card-height) * 2.6);animation:_viewCardScale_1b9db_1 .25s ease-out}@keyframes _fadeOverlay_1b9db_1{0%{opacity:0}to{opacity:1}}@keyframes _viewCardScale_1b9db_1{0%{scale:.8;opacity:0}to{scale:1;opacity:1}}._GameSidePlayer_117v5_30{display:flex;flex-direction:column;gap:2px;width:calc(var(--game-side-width) + 0px + max(var(--tg-safe-area-inset-left, 0px) - 0px,0px));min-width:calc(var(--game-side-width) + 0px + max(var(--tg-safe-area-inset-left, 0px) - 0px,0px));padding:26px 6px 36px 0;padding-left:calc(6px + max(var(--tg-safe-area-inset-left, 0px) - 6px,0px))}@media screen and (max-height:600px){._GameSidePlayer_117v5_30{padding-top:22px;gap:0px}}._DebugPlayersStats_117v5_46{position:fixed;top:0;left:0;z-index:1000}._GameSideOpponent_1cpzp_30{display:flex;flex-direction:column;gap:2px;width:calc(var(--game-side-width) + 0px + max(var(--tg-safe-area-inset-right, 0px) - 0px,0px));min-width:calc(var(--game-side-width) + 0px + max(var(--tg-safe-area-inset-right, 0px) - 0px,0px));padding:26px 0 36px 6px;padding-right:calc(6px + max(var(--tg-safe-area-inset-right, 0px) - 6px,0px))}@media screen and (max-height:600px){._GameSideOpponent_1cpzp_30{padding-top:22px;gap:0px}}._DebugPlayersStats_1cpzp_46{position:fixed;top:0;right:0;z-index:1000}._GameMenu_1m8mr_30{position:absolute;z-index:10;bottom:8px;display:flex;align-items:flex-end;justify-content:space-between;width:100%;padding-inline:calc(10px + max(var(--tg-safe-area-inset-left, 0px) - 10px,0px)) calc(10px + max(var(--tg-safe-area-inset-right, 0px) - 10px,0px));pointer-events:none}._GameMenu_buttons_1m8mr_42{display:flex;align-items:flex-end;gap:8px;pointer-events:none}._GameMenu_button_1m8mr_42{pointer-events:all}._GameMenu_button_1m8mr_42 svg{height:60%;width:auto}._GameMenu_button_1m8mr_42 svg path[fill],._GameMenu_button_1m8mr_42 svg g[fill]{fill:#352626}._GameMenu_button_1m8mr_42 svg path[stroke],._GameMenu_button_1m8mr_42 svg g[stroke]{stroke:#352626}._GameMenu_button_1m8mr_42._log_1m8mr_64>div{font-size:12px}._GameMenu_button_1m8mr_42._log_1m8mr_64 svg{height:60%}._GameMenu_button_1m8mr_42._share_1m8mr_70 svg{height:50%}._GameMenu_button_1m8mr_42._exit_1m8mr_73 svg{height:60%}._GameTopProgress_1op0m_30{position:relative;overflow-x:clip;height:64px;width:100%}@media screen and (min-width:1440px){._GameTopProgress_1op0m_30{height:100px}}._GameTopProgress_bg_1op0m_42{position:absolute;z-index:1;top:0;left:0;height:calc(100% + 4px);width:100%;background-position:bottom center;background-repeat:repeat;background-size:auto 100%}._GameTopProgress_content_1op0m_54{position:absolute;z-index:20;top:50%;left:50%;translate:-50% -45%;display:flex;justify-content:center;gap:3px;width:100%;height:70%}._GameTopProgress_content_chest_1op0m_67{position:relative;height:100%}._GameTopProgress_content_chest_1op0m_67 img{height:100%;width:auto}._GameTopProgress_content_chest_reward_1op0m_76{position:absolute;z-index:5;top:50%;left:50%;translate:-50% -50%;display:flex;align-items:center;gap:2px;padding:2px 4px 2px 2px;font-size:12px;background:#afbfff;border:2px solid #352626;border-radius:1000px}._GameTopProgress_content_chest_reward_1op0m_76 img,._GameTopProgress_content_chest_reward_1op0m_76 svg{height:14px;width:auto}._ProgressTunnel_1n0yb_30{display:flex;flex:1 0 0;height:100%}._ProgressTunnel_1n0yb_30._player_1n0yb_35 ._ProgressTunnel_items_1n0yb_35{bottom:0;right:0;translate:-5px -10%}._ProgressTunnel_1n0yb_30._opponent_1n0yb_40{justify-content:flex-end}._ProgressTunnel_1n0yb_30._opponent_1n0yb_40 ._ProgressTunnel_items_1n0yb_35{bottom:0;left:0;translate:5px -10%;scale:-1 1}._ProgressTunnel_1n0yb_30._opponent_1n0yb_40 ._ProgressTunnel_stones_progress_1n0yb_49,._ProgressTunnel_1n0yb_30._opponent_1n0yb_40 ._ProgressTunnel_dog_progress_1n0yb_50{scale:-1 1}._ProgressTunnel_content_1n0yb_54{position:relative;display:flex;height:100%;transition:.2s ease-in-out;transition-property:width}._ProgressTunnel_content_1n0yb_54 svg{height:100%;width:100%}._ProgressTunnel_items_1n0yb_35{position:absolute;display:flex;align-items:flex-end;gap:10px;height:75%;width:auto}._ProgressTunnel_items_1n0yb_35 img{height:100%;width:auto}._ProgressTunnel_items_1n0yb_35 img._stones_1n0yb_78{height:90%}._ProgressTunnel_dog_1n0yb_50{position:relative;z-index:2;height:100%}._ProgressTunnel_dog_1n0yb_50 img{height:100%;width:auto;scale:1.2}._ProgressTunnel_badge_1n0yb_93{position:absolute;z-index:3;bottom:0;left:50%;translate:-50% 110%;padding:2px 3px;font-size:12px;white-space:nowrap;border:2px solid #352626;border-radius:5px}._ProgressTunnel_dog_progress_1n0yb_50{background-color:#ffd180}._ProgressTunnel_stones_1n0yb_49{position:relative;z-index:2;height:100%}._ProgressTunnel_stones_1n0yb_49 img{height:100%;width:auto;translate:0 20%}._ProgressTunnel_stones_progress_1n0yb_49{background-color:#d96c6c}._ChangeTurnPopup_1dbwg_30{position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:1000;padding:32px 128px;opacity:0;scale:.5;pointer-events:none}._ChangeTurnPopup_1dbwg_30._isMyTurn_1dbwg_41:before{background:linear-gradient(90deg,#0000,#ff7d21 50%,#0000)}._ChangeTurnPopup_1dbwg_30:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0000,#d93131 50%,#0000);-webkit-mask-image:linear-gradient(to right,transparent,black,black,black,transparent);mask-image:linear-gradient(to right,transparent,black,black,black,transparent);filter:blur(20px)}._ChangeTurnPopup_title_1dbwg_56{color:#fff;font-size:32px;white-space:nowrap}._UserSpeedBonus_kxqi4_30{padding:2px 4px 4px;color:#352626;font-size:12px;line-height:100%;letter-spacing:-.02em;filter:drop-shadow(0 1.5px 0 rgba(0,0,0,.25))}._UserSpeedBonus_bonus_kxqi4_39{display:inline;font-size:11px!important;color:#ffb17b;translate:0 5%}._MatchLogsModal_1l69w_30{position:relative;display:flex;flex-direction:column;align-items:center;height:25%;padding:28px var(--game-side-width) 0px}._MatchLogsModal_logs_1l69w_39{width:100%}._Home_1uwf4_30{width:100%;height:100%;padding:16px;padding-top:calc(16px + max(var(--tg-content-safe-area-inset-top, 0px) - 16px,0px) + max(var(--tg-safe-area-inset-top, 0px) - 0px,0px));padding-left:calc(16px + max(var(--tg-content-safe-area-inset-left, 0px) - 16px,0px) + max(var(--tg-safe-area-inset-left, 0px) - 0px,0px));padding-right:calc(16px + max(var(--tg-content-safe-area-inset-right, 0px) - 16px,0px) + max(var(--tg-safe-area-inset-right, 0px) - 0px,0px));background-color:#100b04}._Home_logo_1uwf4_40{position:absolute;z-index:10;top:10px;left:50%;translate:-50% 0%;height:72px;pointer-events:none}._Home_logo_1uwf4_40 img{height:100%;width:auto}._Home_container_1uwf4_54{position:relative;z-index:10;width:100%;height:100%;pointer-events:none}._Home_header_1uwf4_62{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between}._Home_header_item_1uwf4_71{display:flex;gap:4px}._Home_header_item_1uwf4_71>*{pointer-events:all}._Home_bottom_1uwf4_79{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:space-between}._Home_bottom_cell_1uwf4_88{display:flex;align-items:center;gap:4px}._Home_bottom_cell_1uwf4_88>*{pointer-events:all}._Home_content_1uwf4_97{position:absolute;top:0;left:0;width:100%;height:100%}._Home_floor_1uwf4_105{position:absolute;bottom:0;left:0;width:100%;height:130px;background-image:url(/assets/floor-BzLKogX7.webp);background-size:auto 100%;background-position:100%;background-repeat:repeat;-webkit-mask-image:linear-gradient(to bottom,transparent 15%,black 35%);mask-image:linear-gradient(to bottom,transparent 15%,black 35%)}._Home_bg_1uwf4_118{position:absolute;top:0;left:0;display:flex;justify-content:center;width:100%;height:100%}._Home_bg_1uwf4_118 img{height:100%;width:100%;object-fit:cover;object-position:top center}._Home_menu_1uwf4_134{position:absolute;bottom:50px;left:50%;translate:-50% 0;display:flex;justify-content:center;align-items:flex-end}._Home_menu_item_1uwf4_144:nth-child(1),._Home_menu_item_1uwf4_144:nth-child(3){translate:0px -10px;scale:.95;transform-origin:bottom center}._Home_overlayDark_1uwf4_150{position:absolute;top:0;left:0;width:100%;height:100%;z-index:8;mix-blend-mode:multiply;pointer-events:none}._Home_overlayDark_1uwf4_150:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}._Home_overlayDark_1uwf4_150:after{content:"";position:absolute;top:40%;left:50%;translate:-50% -50%;width:100%;height:130%;background:radial-gradient(white 50%,transparent 90%)}._Home_overlayLight_1uwf4_180{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;mix-blend-mode:plus-lighter;pointer-events:none}._Home_overlayLight_item_1uwf4_191{position:absolute;z-index:9;bottom:0;left:50%;transform:translate(-50%);filter:blur(40px)}._Home_overlayLight_item_1uwf4_191._item_1_1uwf4_199{width:80px;height:80px;background-color:#ff6b01;border-radius:100%;translate:-145px -249px;opacity:.5}._Home_overlayLight_item_1uwf4_191._item_2_1uwf4_207{width:200px;height:100px;background-color:#ff6b01;border-radius:100% 100% 0 0;translate:0px -285px;opacity:.3}._Home_bgLight_1uwf4_216{position:absolute;z-index:9;top:0;left:0;display:flex;justify-content:center;width:100%;height:100%;mix-blend-mode:plus-lighter;pointer-events:none;opacity:.7;-webkit-mask-image:linear-gradient(to left,transparent 0%,black 50%);mask-image:linear-gradient(to left,transparent 0%,black 50%)}._Home_bgLight_1uwf4_216 img,._Home_bgLight_1uwf4_216 svg{height:100%;width:100%;object-fit:cover;object-position:top center;filter:blur(4.6511627907vw)}._HomeMenuItem_ju48c_30{position:relative;width:278px;height:286px}@media screen and (max-height:600px){._HomeMenuItem_ju48c_30{width:258px;height:266px}}._HomeMenuItem_ju48c_30._disabled_ju48c_41{pointer-events:none}._HomeMenuItem_ju48c_30._disabled_ju48c_41>*{filter:brightness(.4)}._HomeMenuItem_ju48c_30>svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0}._HomeMenuItem_disabled_ju48c_57{filter:unset!important;position:absolute;z-index:20;top:50%;left:48.5%;translate:-50% -50%;display:flex;align-items:center;gap:6px;text-align:center;color:#fff}._HomeMenuItem_disabled_ju48c_57 svg{height:14px;width:auto}._HomeMenuItem_block_ju48c_75{position:absolute;top:0;left:0;width:100%;height:100%}._HomeMenuItem_block_ju48c_75 img{width:100%;height:100%;object-fit:fill;object-position:center}._HomeMenuItem_title_ju48c_89{position:absolute;top:9.5%;left:48.5%;translate:-50% -50%;text-align:center;font-size:16px!important;text-transform:uppercase}@media screen and (max-height:600px){._HomeMenuItem_title_ju48c_89{font-size:14px!important}}._HomeMenuItem_content_ju48c_104{position:absolute;top:18.6%;left:48%;translate:-50% 0;display:flex;justify-content:center;align-items:center;width:70%;height:53.1%;padding:16px;text-align:center;font-size:12px;line-height:100%;letter-spacing:-.02em;clip-path:url(#home-menu-item-container-mask)}._HomeMenuItem_button_ju48c_122{position:absolute!important;bottom:9%;left:48.5%;translate:-50% 0;width:55%!important}._HomeMenuItem_button_ju48c_122>button{width:100%}._WithFriends_content_1mpiw_30{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:24px 12px 0}._WithFriends_friends_img_1mpiw_38{position:relative;display:flex;flex:1 0 0;width:100%;max-height:70px}._WithFriends_friends_img_1mpiw_38 img{position:absolute;top:0;left:50%;translate:-50% 0;height:100%;width:auto;object-fit:contain;object-position:center}._ButtonInRock_1py5p_30{position:relative;width:fit-content}._ButtonInRock_bg_1py5p_35{position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% + 10px);height:calc(100% + 4px)}._ButtonInRock_bg_1py5p_35 img{width:100%;height:100%;object-fit:fill;object-position:center}._ButtonInRock_button_1py5p_50:active:not(:disabled){transform:scale(.95)}._ButtonInRock_button_1py5p_50 .button-container{padding:8px 5px;box-shadow:unset}._FindMatch_content_1d01e_30{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:24px 12px 0}._FindMatch_img_1d01e_38{position:relative;display:flex;flex:1 0 0;width:100%;max-height:72px}._FindMatch_img_1d01e_38 img{position:absolute;top:0;left:50%;translate:-50% 0;height:100%;width:auto;object-fit:contain;object-position:center}._PlayTon_content_1w4bt_30{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:24px 12px 0}._PlayTon_img_1w4bt_38{position:relative;display:flex;flex:1 0 0;width:100%;max-height:72px}._PlayTon_img_1w4bt_38 img{position:absolute;top:0;left:50%;translate:-50% 0;height:100%;width:auto;object-fit:contain;object-position:center}._EmailOtpForm_el72r_30{width:100%}._EmailOtpForm_slide_el72r_34{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}._EmailOtpForm_input_el72r_42{width:100%;height:40px;padding:0 16px;border:1px solid rgba(255,255,255,.3);border-radius:20px;background-color:#ffffff1a;color:#fff;font-size:14px;outline:none}._EmailOtpForm_input_el72r_42::placeholder{color:#ffffff80}._EmailOtpForm_hint_el72r_57{margin:0;width:100%;color:#fff9;font-size:13px;text-align:center;word-break:break-all}._EmailOtpForm_otpGroup_el72r_66{display:flex;justify-content:center;gap:8px;width:100%;padding:4px 0}._EmailOtpForm_otpBox_el72r_74{width:40px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background-color:#ffffff1a;color:#fff;font-size:20px;font-weight:600;text-align:center;outline:none;caret-color:transparent}._EmailOtpForm_otpBox_el72r_74:focus{border-color:#ffffffb3;background-color:#ffffff26}._EmailOtpForm_button_el72r_92,._EmailOtpForm_back_el72r_93{width:100%}._EmailOtpForm_button_el72r_92>div,._EmailOtpForm_back_el72r_93>div{width:100%;height:38px}._GoogleAuthButton_3tkd7_30{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;padding:0 16px;border:none;border-radius:20px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer}._GoogleAuthButton_icon_3tkd7_47{width:18px;height:18px}._YandexAuthButton_76odj_30{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;padding:0 16px;border:none;border-radius:20px;background-color:#fc3f1d;color:#fff;font-size:14px;font-weight:500;cursor:pointer}._YandexAuthButton_icon_76odj_47{width:18px;height:18px}._TelegramAuthButton_17gkb_30{display:flex;justify-content:center;width:100%}._Login_1n2li_30{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100lvh}._Login_bg_1n2li_40{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover}._Login_logo_1n2li_50{height:120px;width:auto}._Login_title_1n2li_55{margin-top:8px;font-size:24px;color:#fff}._Login_providers_1n2li_61{display:flex;flex-direction:column;align-items:center;gap:8px;width:290px;margin-top:16px}._Login_divider_1n2li_70{display:flex;align-items:center;width:100%;gap:12px;margin:4px 0;color:#ffffff80;font-size:13px}._Login_divider_1n2li_70:before,._Login_divider_1n2li_70:after{content:"";flex:1;height:1px;background-color:#fff3}._Login_providersFast_1n2li_86{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}._Login_footer_1n2li_94{margin-top:16px;font-size:14px;color:#fffc;text-align:center}._Login_footer_link_1n2li_101{margin-left:4px;color:#fff;text-decoration:underline}._Referrals_2dy58_30{position:relative;overflow-y:auto;display:flex;flex-direction:column;width:100%;height:100%;padding:4px;padding-left:calc(4px + max(var(--tg-content-safe-area-inset-left, 0px) - 4px,0px) + max(var(--tg-safe-area-inset-left, 0px) - 0px,0px));padding-right:calc(4px + max(var(--tg-content-safe-area-inset-right, 0px) - 4px,0px) + max(var(--tg-safe-area-inset-right, 0px) - 0px,0px));background:#352626}._Referrals_title_2dy58_43{position:absolute;top:22px;left:50%;translate:-50% 0;width:100%;text-align:center;font-size:28px;line-height:100%;text-transform:uppercase}._Referrals_title_2dy58_43:before{content:"";position:absolute;bottom:0;left:50%;translate:-50% 4px;width:50%;height:1px;background:linear-gradient(to right,transparent,#352626,transparent);border-radius:100%}._Referrals_inner_2dy58_66{display:flex;flex-direction:column;align-items:center;flex:1 0 0;padding:16px;padding-top:calc(62px + max(var(--tg-content-safe-area-inset-top, 0px) - 62px,0px) + max(var(--tg-safe-area-inset-top, 0px) - 0px,0px));border:1px solid #352626;background:radial-gradient(51.88% 54.56% at 50.08% 54.56%,#f6e4d1 83.68%,#dfc3a6);border-radius:30px}._Referrals_content_2dy58_78{display:flex;flex-direction:column;flex:1 0 0;width:100%}._Referrals_content_header_2dy58_85{position:relative;padding-left:40px}._Referrals_nav_2dy58_90{position:absolute;bottom:0;left:0;translate:0 -10px;display:flex;justify-content:space-between;width:100%}._Referrals_content_switcher_2dy58_100{position:relative;overflow:hidden;display:flex;width:fit-content;background:radial-gradient(192.21% 101.23% at 63.85% 100%,#f6e4d1,#dfc3a6);border-radius:8px 8px 0 0;border:1px solid #352626;border-bottom:unset}._Referrals_content_switcher_item_2dy58_111{display:flex;align-items:center;gap:2px;padding:6px;text-align:center;font-size:14px;line-height:100%;text-decoration:none;color:inherit;cursor:pointer;transition:.2s ease-in-out;transition-property:background}._Referrals_content_switcher_item_2dy58_111._active_2dy58_125{background:#ffd180}._Referrals_content_switcher_item_2dy58_111+._Referrals_content_switcher_item_2dy58_111{border-left:1px solid #352626}._Referrals_content_body_2dy58_132{position:relative;display:flex;flex:1 0 0;flex-direction:column;border-radius:12px;border:1px solid #352626}._Referrals_content_body_2dy58_132>*{border-radius:inherit}._CommissionsTab_kt3f7_30{display:flex;flex:1 0 0;padding:16px;background:linear-gradient(0deg,#674367b3,#674367b3),#e8d1b8;filter:drop-shadow(0 4px 0 rgba(0,0,0,.35));justify-content:center;align-items:center}._CommissionCard_1rmeq_30{display:flex;flex-direction:column;gap:16px;width:282px;align-items:center}._CommissionCard_title_1rmeq_38{font-size:14px;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;width:100%}._CommissionCard_plate_1rmeq_47{width:100%;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;padding:16px;background:#d9bcdb;border-radius:12px;box-shadow:0 4px #00000059}._CommissionCard_amountRow_1rmeq_60{display:flex;gap:8px;align-items:center}._CommissionCard_starIcon_1rmeq_66{width:32px;height:32px;flex-shrink:0}._CommissionCard_amountValue_1rmeq_72{font-size:32px;font-weight:700;color:#352626;letter-spacing:.02em}._CommissionCard_usdtEquivalent_1rmeq_79{font-size:12px;color:#35262699;letter-spacing:-.02em;white-space:nowrap}._CommissionCard_divider_1rmeq_86{width:100%;height:1px;background:#3526264d}._CommissionCard_description_1rmeq_92{font-size:14px;color:#fff9;text-align:center;letter-spacing:-.02em;white-space:pre-wrap}._CommissionCard_skeleton_1rmeq_100{display:inline-block;width:60px;height:24px;background:#35262626;border-radius:4px}._DetailsTab_5tbn7_30{display:flex;flex:1 0 0;gap:10px;padding:16px;background:linear-gradient(0deg,#674367b3,#674367b3),#e8d1b8;filter:drop-shadow(0 4px 0 rgba(0,0,0,.35))}._InviteCard_47s3r_30{flex:0 0 274px;display:flex;padding:8px;background:#ffd180;border:1px solid #352626;border-radius:12px}._InviteCard_inner_47s3r_39{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px;border:2px dashed #b99658;border-radius:8px}._InviteCard_icon_47s3r_50{width:100px;height:100px}._InviteCard_title_47s3r_55{font-size:21px;color:#352626;text-align:center}._InviteCard_description_47s3r_61{font-size:14px;color:#35262699;text-align:center}._RewardsPanel_j8wbq_30{flex:1 1 0;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid #352626}._RewardsPanel_operationType_j8wbq_39{padding:12px 16px;background:#442745;display:flex;flex-direction:column;gap:4px}._RewardsPanel_operationLabel_j8wbq_47{font-size:14px;color:#bb84bc}._RewardsPanel_operationDescription_j8wbq_52{font-size:14px;color:#fff}._RewardsPanel_starsInline_j8wbq_57{display:inline-flex;align-items:center;gap:4px}._RewardsPanel_starsInline_j8wbq_57 svg{width:16px;height:16px}._RewardsPanel_friendRewards_j8wbq_67{padding:12px 16px;background:#5a385b;display:flex;flex:1 0 0;flex-direction:column;justify-content:center;align-items:center;gap:8px}._RewardsPanel_friendRewardsTitle_j8wbq_78{font-size:14px;font-weight:700;color:#fff}._RewardsPanel_rewardsRow_j8wbq_84,._RewardsPanel_rewardItem_j8wbq_90{display:flex;align-items:center;gap:8px}._RewardsPanel_rewardIcon_j8wbq_96{height:32px;width:auto;flex-shrink:0}._RewardsPanel_rewardValue_j8wbq_102{font-size:24px;color:#bb84bc}._RewardsPanel_rewardAnd_j8wbq_107{font-size:18px;color:#fff9}._RewardsPanel_skeleton_j8wbq_112{display:inline-block;width:36px;height:18px;background:#35262626;border-radius:4px}._FriendsTab_vq59z_30{display:flex;flex-direction:row;gap:12px;flex:1 0 0;padding:16px;background:linear-gradient(0deg,#674367b3,#674367b3),#e8d1b8}@media(max-width:565px){._FriendsTab_vq59z_30{flex-direction:column}}._FriendCard_14o76_30{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:4px;padding:6px;width:100%;aspect-ratio:1/.8;background:#ffd180;border:2px solid #352626;border-radius:8px;color:#352626;box-shadow:0 4px #35262699}._FriendCard_14o76_30._isNew_14o76_45{padding:6px 6px 22px;background-color:#9aca89}._FriendCard_top_14o76_50{display:flex;gap:6px}._FriendCard_avatar_14o76_55{display:flex;flex-shrink:0;width:30px;height:30px}._FriendCard_name_14o76_62{line-height:110%;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._FriendCard_newPill_14o76_72{position:absolute;bottom:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;padding:4px;background:#fff;font-size:10px;line-height:100%;text-transform:uppercase}._FriendCard_earnings_14o76_87{display:flex;flex:1 0 0;align-items:flex-end;flex-wrap:wrap;gap:6px;font-size:14px;line-height:100%;margin-top:6px}._FriendCard_earningItem_14o76_98{display:inline-flex;align-items:center;gap:2px}._FriendCard_earningItem_14o76_98 img,._FriendCard_earningItem_14o76_98 svg{height:16px;width:auto}._FriendsGrid_1b9ml_30{display:flex;flex-direction:column;flex:1 0 0;min-width:0}._FriendsGrid_listWrapper_1b9ml_37{display:flex;flex:1 0 0}._FriendsGrid_list_1b9ml_37{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-auto-rows:auto;gap:10px 4px;width:100%;height:fit-content;transition:opacity .15s ease-in-out}._FriendsGrid_list_1b9ml_37._isFetching_1b9ml_51{opacity:.5;pointer-events:none}._FriendsGrid_skeleton_1b9ml_56{aspect-ratio:90/93;background:#ccbe98;border:1px solid #352626;border-radius:8px;opacity:.4}._FriendsGrid_message_1b9ml_64{flex:1 0 0;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;font-size:14px;color:#fff9}._FriendsGrid_footer_1b9ml_75{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 4px 0}._FriendsGrid_footerTotals_1b9ml_83{display:flex;flex-direction:column;gap:2px;font-size:14px;color:#fff;line-height:100%}._FriendsGrid_footer_left_1b9ml_92{display:flex;align-items:center;gap:12px}._FriendsGrid_footerTotal_1b9ml_83{display:inline-flex;align-items:center;gap:4px}._FriendsGrid_footerTotalIcon_1b9ml_104{width:18px;height:18px}._InviteHero_q2zwc_30{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:12px;padding:16px 12px;width:251px;flex-shrink:0;border-radius:6px;color:#fff}@media(max-width:565px){._InviteHero_q2zwc_30{width:100%}}._InviteHero_q2zwc_30>*{z-index:5}._InviteHero_image_q2zwc_53{position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;object-fit:cover}._InviteHero_copy_q2zwc_63{display:flex;flex-direction:column;gap:4px;text-align:center}._InviteHero_title_q2zwc_70{font-size:16px;line-height:120%;font-weight:600}._InviteHero_rewards_q2zwc_76{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;line-height:100%}._InviteHero_rewardIcon_q2zwc_85{width:18px;height:18px}._InviteHero_rewardAnd_q2zwc_90{opacity:.6}._InviteHero_actions_q2zwc_94{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;width:100%}._Register_1mnqa_30{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100lvh}._Register_bg_1mnqa_40{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover}._Register_logo_1mnqa_50{height:120px;width:auto}._Register_title_1mnqa_55{margin-top:8px;font-size:24px;color:#fff}._Register_providers_1mnqa_61{display:flex;flex-direction:column;align-items:center;gap:8px;width:290px;margin-top:16px}._Register_divider_1mnqa_70{display:flex;align-items:center;width:100%;gap:12px;margin:4px 0;color:#ffffff80;font-size:13px}._Register_divider_1mnqa_70:before,._Register_divider_1mnqa_70:after{content:"";flex:1;height:1px;background-color:#fff3}._Register_providersFast_1mnqa_86{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}._Register_footer_1mnqa_94{margin-top:16px;font-size:14px;color:#fffc;text-align:center}._Register_footer_link_1mnqa_101{margin-left:4px;color:#fff;text-decoration:underline}._CardSkinItem_c6pv6_30{display:flex;flex-direction:column;gap:4px;padding:4px 4px 6px;border-radius:8px;border:2px solid #352626;box-shadow:0 2px #00000059}._CardSkinItem_header_c6pv6_40{display:flex;flex-direction:column;width:100%;aspect-ratio:1/1;padding:6px 6px 0;border-radius:4px;background:radial-gradient(87.16% 60.85% at 48.08% 54.96%,#dfc3a6,#e6d1b9)}._CardSkinItem_title_c6pv6_50{font-size:12px}._CardSkinItem_img_c6pv6_54{position:relative;display:flex;flex:1 0 0}._CardSkinItem_img_back_c6pv6_60{position:absolute;top:0;right:0;height:90%;width:auto;filter:drop-shadow(0px 4px 0px rgba(0,0,0,.35))}._CardSkinItem_img_front_c6pv6_69{position:absolute;bottom:0;left:0;height:90%;width:auto;filter:drop-shadow(0px 4px 0px rgba(0,0,0,.35))}._CardSkinItem_button_c6pv6_78>div{display:flex;align-items:center;gap:4px;font-size:12px!important}._CardSkinItem_button_c6pv6_78._star_c6pv6_84>div{background:#ffd180!important}._CardSkinItem_button_c6pv6_78._ton_c6pv6_87>div{background:#ffd180!important}._CardSkinItem_button_c6pv6_78._has_c6pv6_90>div,._CardSkinItem_button_c6pv6_78._active_c6pv6_90>div{background:#ffb17b!important}._CardSkinItem_button_c6pv6_78 img,._CardSkinItem_button_c6pv6_78 svg{height:14px;width:auto}._TelegramAuthError_12rc0_30{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100lvh}._TelegramAuthError_bg_12rc0_40{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover}._TelegramAuthError_logo_12rc0_50{height:120px;width:auto}._TelegramAuthError_text_12rc0_55{margin-top:16px;color:#fff}._TelegramAuthError_button_12rc0_60{margin-top:16px}._Wallet_vrf4h_30{position:relative;overflow-y:auto;display:flex;flex-direction:column;width:100%;height:100%;padding:4px;padding-left:calc(4px + max(var(--tg-content-safe-area-inset-left, 0px) - 4px,0px) + max(var(--tg-safe-area-inset-left, 0px) - 0px,0px));padding-right:calc(4px + max(var(--tg-content-safe-area-inset-right, 0px) - 4px,0px) + max(var(--tg-safe-area-inset-right, 0px) - 0px,0px));background:#352626}._Wallet_title_vrf4h_43{position:absolute;top:22px;left:50%;translate:-50% 0;width:100%;text-align:center;font-size:28px;line-height:100%;text-transform:uppercase}._Wallet_title_vrf4h_43:before{content:"";position:absolute;bottom:0;left:50%;translate:-50% 4px;width:50%;height:1px;background:linear-gradient(to right,transparent,#352626,transparent);border-radius:100%}._Wallet_inner_vrf4h_66{display:flex;flex-direction:column;align-items:center;flex:1 0 0;padding:16px;padding-top:calc(62px + max(var(--tg-content-safe-area-inset-top, 0px) - 62px,0px) + max(var(--tg-safe-area-inset-top, 0px) - 0px,0px));border:1px solid #352626;background:radial-gradient(51.88% 54.56% at 50.08% 54.56%,#f6e4d1 83.68%,#dfc3a6);border-radius:30px}._Wallet_content_vrf4h_78{display:flex;flex-direction:column;flex:1 0 0;width:100%}._Wallet_content_header_vrf4h_85{position:relative;padding-left:40px}._Wallet_nav_vrf4h_90{position:absolute;bottom:0;left:0;translate:0 -10px;display:flex;justify-content:space-between;width:100%}._Wallet_content_switcher_vrf4h_100{position:relative;overflow:hidden;display:flex;width:fit-content;background:radial-gradient(192.21% 101.23% at 63.85% 100%,#f6e4d1,#dfc3a6);border-radius:8px 8px 0 0;border:1px solid #352626;border-bottom:unset}._Wallet_content_switcher_item_vrf4h_111{display:flex;align-items:center;gap:2px;padding:6px;text-align:center;font-size:14px;line-height:100%;text-decoration:none;color:inherit;cursor:pointer;transition:.2s ease-in-out;transition-property:background}._Wallet_content_switcher_item_vrf4h_111._active_vrf4h_125{background:#ffd180}._Wallet_content_switcher_item_vrf4h_111+._Wallet_content_switcher_item_vrf4h_111{border-left:1px solid #352626}._Wallet_content_body_vrf4h_132{position:relative;display:flex;flex:1 0 0;flex-direction:column;border-radius:12px;border:1px solid #352626}._Wallet_content_body_vrf4h_132>*{border-radius:inherit}._DepositTab_svmje_30{display:flex;flex-direction:column;flex:1;background:#546a6380}._DepositTab_card_svmje_37{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:12px}._DepositTab_title_svmje_45{font-size:16px;color:#352626}._DepositTab_description_svmje_50{font-size:12px;color:#352626;opacity:.7}._DepositTab_presets_svmje_56{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}._DepositPresetChip_gvlex_30>div{gap:4px;background-color:#ede5d0!important}._DepositPresetChip_gvlex_30._active_gvlex_34>div{background:#ffd180!important}._DepositPresetChip_icon_gvlex_38{height:20px;width:auto}._DepositPresetChip_amount_gvlex_43{font-size:16px;color:#352626;font-weight:500}._DepositPresetChip_unit_gvlex_49{font-size:12px;color:#352626;opacity:.7}._TonAmountInput_16m1h_30{display:flex;flex-direction:row;align-items:center;gap:10px}._TonAmountInput_field_16m1h_37{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;padding:12px 14px;background:#c6bda5;border-radius:6px;box-shadow:0 2px #00000040}._TonAmountInput_field_16m1h_37 input{flex:1;background:transparent;border:none;outline:none;font-family:Rowdies,Arial,sans-serif;font-size:16px;color:#352626}._TonAmountInput_field_16m1h_37 input::placeholder{color:#352626;opacity:.5}._TonAmountInput_icon_16m1h_62{width:24px;height:24px;flex-shrink:0}._WithdrawTab_9d9i3_30{display:flex;flex:1;flex-direction:column;gap:12px;padding:16px;background:#546a6380}._WithdrawTab_balances_9d9i3_39{display:flex;gap:12px}._ConnectWalletChip_5dbjd_30{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:40px;min-width:110px;padding:6px 10px;background:transparent;border:1px dashed #352626;border-radius:8px;cursor:pointer;transition:.15s ease-in-out;transition-property:background,border}._ConnectWalletChip_5dbjd_30._connected_5dbjd_46{background:#3526260f;border-style:solid}._ConnectWalletChip_top_5dbjd_51{font-size:12px;line-height:100%;color:#352626}._OperationRow_1iarl_30{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;width:100%}._OperationRow_left_1iarl_39{display:flex;align-items:center;gap:12px;min-width:0}._OperationRow_iconWrap_1iarl_46{position:relative;flex-shrink:0;width:38px;height:38px}._OperationRow_icon_1iarl_46{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ede5d0;border:1.5px solid #352626;border-radius:50%;color:#352626}._OperationRow_icon_1iarl_46 svg{width:16px;height:16px}._OperationRow_badge_1iarl_69{position:absolute;left:23px;top:18px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1.5px solid #352626;border-radius:50%;color:#352626;box-shadow:0 2px #00000059}._OperationRow_badge_1iarl_69 svg{width:60%;height:60%}._OperationRow_badge_1iarl_69._inProcess_1iarl_87{background:#abc5eb}._OperationRow_badge_1iarl_69._success_1iarl_90{background:#bfdcc3}._OperationRow_badge_1iarl_69._failed_1iarl_93{background:#ebabac}._OperationRow_badge_1iarl_69._cancelled_1iarl_96{background:#f4eba4}._OperationRow_info_1iarl_100{display:flex;flex-direction:column;gap:6px;min-width:0}._OperationRow_title_1iarl_107{font-size:12px;line-height:100%;letter-spacing:-.02em;color:#fff}._OperationRow_status_1iarl_114{font-size:12px;line-height:100%;letter-spacing:-.02em;color:#fff9}._OperationRow_right_1iarl_121{display:flex;align-items:center;gap:4px;flex-shrink:0}._OperationRow_right_1iarl_121 svg{height:14px;width:auto}._OperationRow_sign_1iarl_132,._OperationRow_amount_1iarl_139{font-weight:700;font-size:14px;line-height:100%;color:#fff}._OperationsList_5snbd_30{display:flex;flex:1 0 0;flex-direction:column;gap:6px;padding:12px 0;background:#0003;border-radius:8px}._OperationsList_header_5snbd_40{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:0 16px}._OperationsList_title_5snbd_49{font-weight:700;font-size:14px;line-height:100%;text-transform:uppercase;color:#fff}._OperationsList_body_5snbd_57{display:flex;flex-direction:column;gap:8px;transition:.2s ease-in-out}._OperationsList_body_5snbd_57._loading_5snbd_63{opacity:.5;pointer-events:none}._OperationsList_group_5snbd_68{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}._OperationsList_groupLabel_5snbd_76{font-size:14px;line-height:100%;letter-spacing:-.02em;text-align:center;color:#fff9}._OperationsList_groupRows_5snbd_84{display:flex;flex-direction:column;width:100%}._OperationsList_empty_5snbd_90{display:flex;align-items:center;justify-content:center;flex:1 0 0;min-height:120px;padding:0 16px;font-size:14px;color:#fff9}._WithdrawBalanceCard_wkcvu_30{display:flex;flex-direction:column;gap:12px;flex:1 0 0;padding:16px;background:#d6cfbc;border:2px solid #352626;border-radius:12px}._WithdrawBalanceCard_header_wkcvu_41{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}._WithdrawBalanceCard_label_wkcvu_48{font-family:Rowdies,Arial,sans-serif;font-size:12px;line-height:120%;color:#352626}._WithdrawBalanceCard_amountRow_wkcvu_55{display:flex;align-items:center;gap:6px;margin-top:8px}._WithdrawBalanceCard_amountRow_wkcvu_55 svg{height:18px;width:auto}._WithdrawBalanceCard_amount_wkcvu_55{font-family:Rowdies,Arial,sans-serif;font-size:22px;line-height:100%;color:#352626}._WithdrawBalanceCard_unit_wkcvu_73{font-family:Rowdies,Arial,sans-serif;font-size:14px;line-height:100%;color:#352626;opacity:.7}._WithdrawBalanceCard_button_wkcvu_81{margin-top:auto}._WithdrawForm_1o2yk_30{display:flex;gap:10px;align-items:center;height:242px}._WithdrawForm_divider_1o2yk_37{width:1px;height:100%;background:#35262633}._WithdrawAmountInput_1n4k9_30{display:flex;flex-direction:column;gap:10px;width:342px;height:100%}._WithdrawAmountInput_header_1n4k9_38{display:flex;align-items:center;gap:16px}._WithdrawAmountInput_icon_1n4k9_44{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:10px;background:#d6cfbc;border:1.5px solid #352626;border-radius:444px}._WithdrawAmountInput_icon_1n4k9_44 svg{width:20px;height:20px}._WithdrawAmountInput_title_1n4k9_60{font-size:21px;font-weight:700;line-height:1;letter-spacing:.42px;text-transform:uppercase;color:#352626}._WithdrawAmountInput_body_1n4k9_69{display:flex;flex:1 0 0;flex-direction:column;gap:10px;justify-content:flex-end}._WithdrawAmountInput_limitsRow_1n4k9_77{display:flex;align-items:center;justify-content:space-between}._WithdrawAmountInput_amountLabel_1n4k9_83{flex:1 0 0;font-size:14px;font-weight:400;line-height:1;letter-spacing:-.28px;color:#352626}._WithdrawAmountInput_limits_1n4k9_77{display:flex;gap:16px;align-items:center}._WithdrawAmountInput_limitItem_1n4k9_98{display:flex;gap:4px;align-items:center;font-size:12px;font-weight:400;line-height:1;letter-spacing:-.24px;color:#352626}._WithdrawAmountInput_limitValue_1n4k9_109{display:flex;gap:2px;align-items:center;font-weight:700}._WithdrawAmountInput_limitValue_1n4k9_109 svg{width:12px;height:12px}._WithdrawAmountInput_description_1n4k9_120{font-size:12px;font-weight:400;line-height:1;letter-spacing:-.24px;color:#35262699}._WithdrawAmountInput_inputContainer_1n4k9_128{display:flex;gap:8px;align-items:center;width:100%;padding:14px 16px;background:#c6bda5;border-bottom:2px solid rgba(0,0,0,.24);border-radius:6px}._WithdrawAmountInput_inputIcon_1n4k9_139{display:flex;align-items:center}._WithdrawAmountInput_inputIcon_1n4k9_139 svg{width:24px;height:24px}._WithdrawAmountInput_input_1n4k9_128{flex:1;font-family:Rowdies,Arial,sans-serif;font-size:21px;font-weight:700;line-height:1;letter-spacing:.42px;color:#35262699;text-transform:uppercase;background:transparent;border:none;outline:none}._WithdrawAmountInput_input_1n4k9_128::placeholder{color:#3526264d}._WithdrawAmountInput_percentRow_1n4k9_165{display:flex;gap:4px;align-items:center}._WithdrawAmountInput_percentButton_1n4k9_171{display:flex;flex:1 0 0;align-items:center;justify-content:center;height:24px;padding:10px;font-family:Rowdies,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;letter-spacing:-.24px;color:#352626;cursor:pointer;background:#d6cfbc;border:2px solid #352626;border-radius:48px;box-shadow:0 2px #00000059}._WithdrawAmountInput_percentButton_1n4k9_171:active{transform:translateY(2px);box-shadow:none}._WithdrawSummary_upc0j_30{display:flex;flex:1 0 0;flex-direction:column;gap:44px;width:253px;height:100%}._WithdrawSummary_info_upc0j_39{display:flex;flex-direction:column;gap:8px}._WithdrawSummary_label_upc0j_45{font-size:14px;font-weight:400;line-height:1;letter-spacing:-.28px;color:#352626}._WithdrawSummary_balanceRow_upc0j_53{display:flex;gap:8px;align-items:center}._WithdrawSummary_balanceRow_upc0j_53 svg{width:24px;height:24px}._WithdrawSummary_balanceValue_upc0j_63{display:flex;gap:4px;align-items:baseline}._WithdrawSummary_balanceAmount_upc0j_69{font-size:21px;font-weight:700;line-height:1;letter-spacing:.42px;color:#352626}._WithdrawSummary_balanceUnit_upc0j_77{font-size:14px;font-weight:400;line-height:1;letter-spacing:.28px;color:#35262699}._WithdrawSummary_bottom_upc0j_85{display:flex;flex:1 0 0;flex-direction:column;gap:12px}._WithdrawSummary_walletRow_upc0j_92{display:flex;flex:1 0 0;gap:24px;align-items:center}._WithdrawSummary_walletChip_upc0j_99{display:flex;gap:6px;align-items:center;padding:10px;overflow:hidden;font-size:12px;font-weight:400;line-height:1;letter-spacing:-.24px;color:#35262699;background:#d6cfbc;border:1.6px solid #352626;border-radius:4px;box-shadow:0 2px #00000059}._WithdrawSummary_notConnected_upc0j_116{font-style:italic;opacity:.5}._WithdrawSummary_receiveBlock_upc0j_121{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;padding:12px 16px;background:#c6bda5;border-radius:6px}._WithdrawSummary_receiveLabel_upc0j_132{font-size:14px;font-weight:400;line-height:1;letter-spacing:-.28px;color:#35262699}._WithdrawSummary_receiveValue_upc0j_140{display:flex;gap:4px;align-items:center;font-size:20px;font-weight:700;line-height:1;letter-spacing:-.4px;color:#352626;text-transform:uppercase}._WithdrawSummary_receiveValue_upc0j_140 svg{width:18px;height:18px}._WithdrawSummary_buttons_upc0j_156{display:flex;gap:9px;align-items:center}._WithdrawSummary_withdrawButton_upc0j_162{flex:1}._WithdrawSummary_receiveSkeleton_upc0j_166{display:inline-block;width:60px;height:12px;background:#35262626;border-radius:2px}:root{--card-width: 95px;--card-height: 125px;--game-side-width: 116px}@media screen and (max-height:600px){:root{--card-width: 68px;--card-height: 90px}}@media screen and (min-width:1000px){:root{--card-width: 94px;--card-height: 125px}}@media screen and (min-width:1300px){:root{--card-width: 117px;--card-height: 150px}}@media screen and (min-width:1440px){:root{--game-side-width: 150px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}button{display:block;border:none;font-family:inherit;background:none}ul{list-style:none;padding-inline-start:0}input:focus,button:focus,textarea:focus{outline:none}a{display:block;color:inherit;text-decoration:none}a:hover{text-decoration:none}input,textarea{font-family:inherit;background:none;border:none;outline:none;max-width:100%;resize:none}input::-webkit-scrollbar,textarea::-webkit-scrollbar{display:none}input::placeholder,textarea::placeholder{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}img{display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}span{display:inline-block}svg{overflow:visible}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html::-webkit-scrollbar{width:0}html *{-webkit-user-select:none;user-select:none}html[lang=en] *{font-family:Rowdies,serif!important}html[lang=uk] *{letter-spacing:.02em!important;font-family:Pangolin,sans-serif!important;font-weight:800!important}html[lang=ru] *{font-family:Montserrat Alternates,sans-serif!important;font-weight:700!important}html[data-platform=macos]{--tg-safe-area-inset-top: 0px !important;--tg-safe-area-inset-bottom: 0px !important;--tg-safe-area-inset-left: 0px !important;--tg-safe-area-inset-right: 0px !important;--tg-content-safe-area-inset-top: 0px !important;--tg-content-safe-area-inset-bottom: 0px !important;--tg-content-safe-area-inset-left: 0px !important;--tg-content-safe-area-inset-right: 0px !important}body{width:100%;height:100%;overflow:hidden;color:#352626;font-weight:400;background-color:#352626}#root{position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%}.Toastify{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.Toastify__toast-container{position:absolute;width:80vw;bottom:calc(32px + max(var(--tg-safe-area-inset-bottom, 0px) - 32px,0px))}.Toastify__toast{min-height:unset;margin-bottom:10px!important;padding:12px;color:#352626;font-family:Rowdies,Arial,sans-serif;text-align:center;border-radius:8px;border:2px solid #352626;box-shadow:0 2px #00000059;pointer-events:all}.Toastify__toast-icon svg{fill:#352626cc}.Toastify__toast--success{background:#a4cc98}.Toastify__toast--error{background:#d96c6c}.Toastify__toast--warning{background:#ffb47f}.Toastify__toast--info{background:#a9e0ff}.Toastify__toast--default{justify-content:center;background:#dfb9aa}.Toastify__progress-bar{height:4px;background:#0006}.Toastify__close-button{display:none}
