@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:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.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{backface-visibility:hidden;transform:translateZ(0)}.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{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.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,.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{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.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{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}: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{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.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%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.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{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.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);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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));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);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.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:translateY(-50%)}: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{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}: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{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.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);top:0;left: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%;top:0;left:0}.swiper-pagination-lock{display:none}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}.container{border:2px solid #352626;position:relative}.container .triangle{z-index:4;border-style:solid;border-width:0 0 5px 5px;border-top-color:#0000;border-right-color:#0000;border-bottom-color:inherit;border-left-color:#0000;width:0;height:0;position:absolute;transform:rotate(0)}.container .triangle.top{top:0;transform:scaleX(-1)}.container .triangle.bottom{bottom:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}.custom-button{cursor:pointer;border-radius:50px;transition:transform .1s ease-in-out,scale .1s ease-in-out}.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):not(.non-active){transform:translateY(3px)}.custom-button:active:not(:disabled):not(.non-active) .button-container{box-shadow:0 1px #00000059}.custom-button.yellow .button-container{background:#ffd180}.custom-button.yellow-3d{text-shadow:0 1px #ffb32f}.custom-button.yellow-3d .button-container{background:linear-gradient(#ffd180 42.77%,#ffbc47 95.35%);box-shadow:inset -2px -2px #00000059,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.ton .button-container{background:#abc5eb;box-shadow:inset 0 -3px #00000040}.custom-button.ton-grad .button-container{background:linear-gradient(222deg,#c194ff 23.59%,#afbfff 76.6%);box-shadow:inset 0 -3px #00000040}.custom-button.orange-3d .button-container{background:linear-gradient(#ffb17b 42.77%,#ff9d58 95.35%);box-shadow:inset 0 1.5px #ff9346,inset -1.5px -1.5px #8b542d}.custom-button.center{transform-origin:50%}.custom-button.center:active:not(:disabled){transform:unset;scale:.9}.custom-button.nonActive:active:not(:disabled){transform:unset!important}.custom-button .button-container{color:#352626;text-transform:uppercase;border-radius:50px;justify-content:center;align-items:center;padding:7px 11px;font-size:14px;font-weight:700;line-height:1;transition:color .1s ease-in-out,background .1s ease-in-out,background-color .1s ease-in-out,filter .1s ease-in-out,box-shadow .1s ease-in-out;display:flex;position:relative;box-shadow:0 4px #00000059}.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:opacity .2s ease-in-out}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ButtonBack_oap7e_30{aspect-ratio:1;flex-shrink:0;height:30px}._ButtonBack_oap7e_30>.button-container{width:100%;height:100%;padding:unset;justify-content:center;align-items:center;display:flex}._ButtonBack_oap7e_30>.button-container svg{width:auto;height:60%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ButtonInfo_1krxq_30{aspect-ratio:1;flex-shrink:0;height:30px}._ButtonInfo_1krxq_30 svg{width:auto;height:70%}._ButtonInfo_1krxq_30>.button-container{width:100%;height:100%;padding:unset;justify-content:center;align-items:center;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ButtonRing_1fg0p_30{aspect-ratio:1;flex-shrink:0;height:30px}._ButtonRing_1fg0p_30>.button-container{width:100%;height:100%;padding:unset;justify-content:center;align-items:center;display:flex}._ButtonRing_1fg0p_30>.button-container svg{width:auto;height:70%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Modal_9judj_30{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}._Modal_back_9judj_42{background:#1b1b1bcc;width:100%;height:100%;animation:.2s ease-out _modalBack_9judj_1;position:absolute;top:0;left:0}@keyframes _modalBack_9judj_1{0%{opacity:0}to{opacity:1}}._Modal_bodyWrap_9judj_60{width:fit-content;max-width:100%;height:fit-content;max-height:100%;padding:56px 64px}._Modal_bodyWrap_9judj_60::-webkit-scrollbar{display:none}._Modal_body_9judj_60{z-index:2;pointer-events:all;width:fit-content;max-width:100%;height:fit-content;max-height:100%;animation:.2s ease-out _modal_9judj_1;position:relative}@keyframes _modal_9judj_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ModalStoneFlexContainer_1q9m9_30{width:fit-content;max-width:100%;height:fit-content;max-height:100%;position:relative}._ModalStoneFlexContainer_1q9m9_30._ton_1q9m9_37 ._ModalStoneFlexContainer_content_1q9m9_37{background:radial-gradient(237.06% 110.29% at 50.09% 44.16%,#d4d6eb 0%,#babcd9 61.48%,#9792a5 72.12%)}._ModalStoneFlexContainer_content_1q9m9_37{background:radial-gradient(228.63% 107.94% at 50.08% 44.28%,#dfcfb2 0%,#b3a58b 61.48%,#a7997f 72.12%);width:fit-content;max-width:100%;height:fit-content;max-height:calc(100vh - 100px);padding:16px;position:relative;overflow-y:auto}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ModalStoneFrame_i71i4_30{z-index:5;pointer-events:none;position:absolute;inset:0}._ModalStoneFrame_angle_i71i4_37{z-index:2;position:absolute}._ModalStoneFrame_angle_i71i4_37 img{width:auto;height:100%}._ModalStoneFrame_angle_i71i4_37._tl_i71i4_45{height:40px;top:0;left:0;translate:-40% -30%}@media screen and (height<=600px){._ModalStoneFrame_angle_i71i4_37._tl_i71i4_45{height:28px}}._ModalStoneFrame_angle_i71i4_37._tr_i71i4_56{height:45px;top:0;right:0;translate:40% -30%}@media screen and (height<=600px){._ModalStoneFrame_angle_i71i4_37._tr_i71i4_56{height:38px}}._ModalStoneFrame_angle_i71i4_37._bl_i71i4_67{height:32px;bottom:0;left:0;translate:-30% 30%}@media screen and (height<=600px){._ModalStoneFrame_angle_i71i4_37._bl_i71i4_67{height:26px}}._ModalStoneFrame_angle_i71i4_37._br_i71i4_78{height:32px;bottom:0;right:0;translate:30% 30%}@media screen and (height<=600px){._ModalStoneFrame_angle_i71i4_37._br_i71i4_78{height:26px}}._ModalStoneFrame_breakpoint_i71i4_90{z-index:5;position:absolute}._ModalStoneFrame_breakpoint_i71i4_90 img{width:auto;height:100%}._ModalStoneFrame_breakpoint_i71i4_90._tl_i71i4_45{height:37px;top:0;left:0;translate:5% -90%;scale:-1 1}@media screen and (height<=600px){._ModalStoneFrame_breakpoint_i71i4_90._tl_i71i4_45{height:30px}}._ModalStoneFrame_breakpoint_i71i4_90._tr_i71i4_56{height:37px;top:0;right:0;translate:-5% -90%}@media screen and (height<=600px){._ModalStoneFrame_breakpoint_i71i4_90._tr_i71i4_56{height:30px}}._ModalStoneFrame_breakpoint_i71i4_90._bl_i71i4_67{height:30px;bottom:0;left:0;translate:-80% 70%;scale:-1 1}@media screen and (height<=600px){._ModalStoneFrame_breakpoint_i71i4_90._bl_i71i4_67{height:23px}}._ModalStoneFrame_breakpoint_i71i4_90._br_i71i4_78{height:30px;bottom:0;right:0;translate:80% 70%}@media screen and (height<=600px){._ModalStoneFrame_breakpoint_i71i4_90._br_i71i4_78{height:23px}}._ModalStoneFrame_stones_i71i4_145{z-index:4;position:absolute}._ModalStoneFrame_stones_i71i4_145 img{width:auto;height:100%}._ModalStoneFrame_stones_i71i4_145._left_i71i4_153{background-position:top;background-repeat:repeat;background-size:100%;width:35px;height:calc(100% + 5px);bottom:0;left:0;translate:-90% 5px}@media screen and (height<=600px){._ModalStoneFrame_stones_i71i4_145._left_i71i4_153{width:28px}}._ModalStoneFrame_stones_i71i4_145._right_i71i4_168{background-position:top;background-repeat:repeat;background-size:100%;width:35px;height:calc(100% + 5px);bottom:0;right:0;translate:90% 5px}@media screen and (height<=600px){._ModalStoneFrame_stones_i71i4_145._right_i71i4_168{width:28px}}._ModalStoneFrame_stones_i71i4_145._top_i71i4_183{background-position:0;background-repeat:repeat;background-size:auto 100%;width:calc(100% - 20px);height:35px;top:0;left:0;translate:5px -90%}@media screen and (height<=600px){._ModalStoneFrame_stones_i71i4_145._top_i71i4_183{height:28px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ModalFullscreen_zzz3y_30{z-index:100;background:#3e4d3e;width:100vw;height:100vh;animation:.2s ease-out _modalFullscreenFade_zzz3y_1;position:fixed;top:0;left:0}._ModalFullscreen_body_zzz3y_41{width:100%;height:100%;position:relative;overflow:hidden auto}._ModalFullscreen_body_zzz3y_41::-webkit-scrollbar{display:none}@keyframes _modalFullscreenFade_zzz3y_1{0%{opacity:0}to{opacity:1}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._AuthRedirectModal_kwfci_30{flex-direction:column;align-items:center;gap:12px;padding:24px;display:flex}._AuthRedirectModal_title_kwfci_38{text-align:center;font-size:18px}._AuthRedirectModal_description_kwfci_43{text-align:center;font-size:14px}._AuthRedirectModal_buttons_kwfci_48{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._OutlinedText_6ni74_30{color:#fff;font-size:12px;font-weight:700;line-height:1;position:relative}._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{width:100%;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;text-transform:inherit;white-space:inherit;display:inline;position:absolute;top:0;left:0}._OutlinedText_content_6ni74_51 span{z-index:2;position:relative}._OutlinedText_shadow_6ni74_69{z-index:1;-webkit-text-stroke-width:.3em;-webkit-text-stroke-color:#352626;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DevToolsModal_content_12hb0_30{flex-direction:column;align-items:center;display:flex}._DevToolsModal_title_12hb0_36{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._DevToolsModal_sections_12hb0_44{flex-direction:column;gap:16px;width:100%;margin-top:16px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmulateEnvironmentSection_1mizm_30{flex-direction:column;gap:8px;width:100%;display:flex}._EmulateEnvironmentSection_title_1mizm_37{color:#2b1f1f;text-transform:uppercase;margin:0;font-size:14px;font-weight:700}._EmulateEnvironmentSection_row_1mizm_45{align-items:center;gap:8px;display:flex}._EmulateEnvironmentSection_label_1mizm_51{color:#2b1f1f;flex:1;font-size:12px;font-weight:600}._EmulateEnvironmentSection_select_1mizm_58{color:#2b1f1f;cursor:pointer;background:#fff;border:1px solid #2b1f1f;border-radius:4px;flex:none;padding:4px 6px;font-size:12px;font-weight:600}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmulatePhoneDeviceSection_1j8og_30{flex-direction:column;gap:8px;width:100%;display:flex}._EmulatePhoneDeviceSection_title_1j8og_37{color:#2b1f1f;text-transform:uppercase;margin:0;font-size:14px;font-weight:700}._EmulatePhoneDeviceSection_row_1j8og_45{align-items:center;gap:8px;display:flex}._EmulatePhoneDeviceSection_label_1j8og_51{color:#2b1f1f;flex:1;font-size:12px;font-weight:600}._EmulatePhoneDeviceSection_checkbox_1j8og_58{accent-color:#2b1f1f;cursor:pointer;width:18px;height:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._BalancePill_s6gy1_30{border-radius:1000px;align-items:center;gap:1px;min-width:120px;height:30px;padding:2px 24px 2px 2px;display:flex;position:relative;box-shadow:0 4px #00000059}._BalancePill_s6gy1_30._ton_s6gy1_42{background:#afbfff}._BalancePill_s6gy1_30._gold_s6gy1_45{background:#ffd180}._BalancePill_s6gy1_30._bones_s6gy1_48{background:#ccbe98}._BalancePill_s6gy1_30._labr_s6gy1_51{background:#afbfff}._BalancePill_s6gy1_30._goldenDust_s6gy1_54{background:#ffb47f}._BalancePill_icon_s6gy1_58{height:100%}._BalancePill_icon_s6gy1_58 img,._BalancePill_icon_s6gy1_58 svg{width:auto;height:100%}._BalancePill_value_s6gy1_67{text-align:center;flex:1 0 0;justify-content:center;font-size:14px;line-height:100%;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._SwitchWrap_173xo_30{justify-content:center;display:flex}._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{background:#c79f7e;border:2px solid #352626;border-radius:1000px;width:fit-content;max-width:100%;display:flex;position:relative}._Selector_select_173xo_37{z-index:1;opacity:0;will-change:transform;border:2px solid #352626;border-radius:1000px;height:calc(100% + 4px);position:absolute;top:50%;left:0;translate:0 -50%}._Selector_select_173xo_37:before,._Selector_select_173xo_37:after{content:"";border-radius:inherit;transition:opacity .2s ease-in-out;position:absolute;inset:0}._Selector_select_173xo_37:before{background-color:#ffb17b}._Selector_select_173xo_37:after{opacity:0;background:linear-gradient(225deg,#e8a13b 0%,#b05c25 100%)}._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{filter:drop-shadow(0 0 5px #0000001a);width:80%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Item_golzq_30{z-index:2;color:#352626;letter-spacing:-.02em;text-transform:uppercase;cursor:pointer;border-radius:1000px;justify-content:center;align-items:center;gap:6px;padding:4px 12px;font-size:14px;line-height:100%;transition:color .3s ease-in-out;display:flex;position:relative}._Item_golzq_30.active{color:#352626}._Item_golzq_30._new_golzq_51{border:1px solid #d98f35;box-shadow:0 0 5px 2px #d98f35}._Item_golzq_30._new_golzq_51.active{color:#fff}._Item_golzq_30._new_golzq_51:before{content:"";background-color:#e8a13b;border:1px solid #b05c25;border-radius:50%;width:7px;height:7px;position:absolute;top:0;right:0;translate:0% -20%}._Item_golzq_30._cupid_golzq_70.active{color:#fff}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._StoreCurrencySwitch_5ncjk_30{justify-content:start}._StoreCurrencySwitch_item_5ncjk_34 img,._StoreCurrencySwitch_item_5ncjk_34 svg{width:auto;height:20px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmotionsModal_fbv3d_30,._EmotionsModal_body_fbv3d_34{width:100%}._EmotionsModal_container_fbv3d_38{width:100%;max-width:720px}._EmotionsModal_content_fbv3d_43{flex-direction:column;display:flex;padding-bottom:4px!important}._EmotionsModal_header_fbv3d_49{justify-content:space-between;align-items:center;display:flex}._EmotionsModal_columns_fbv3d_55{width:420px;height:250px;margin-top:4px;position:relative}._EmotionsModal_columns_inner_fbv3d_62{align-items:stretch;gap:2px;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._EmotionsModal_buttons_fbv3d_73{z-index:10;gap:8px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._EmotionsModal_button_fbv3d_73{white-space:nowrap}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ToastContent_triangles_1miew_30{border-radius:inherit;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._ToastContent_triangle_1miew_30{position:absolute}._ToastContent_triangle_1miew_30._top_1miew_43{border-top:8px solid #352626;border-bottom:0 solid #0000;border-left:0 solid #0000;border-right:8px solid #0000;width:0;height:0;top:0;transform:rotate(0)}._ToastContent_triangle_1miew_30._bottom_1miew_53{border-top:0 solid #0000;border-bottom:8px solid #352626;border-left:8px solid #0000;border-right:0 solid #0000;width:0;height:0;bottom:0;transform:rotate(0)}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmotionPhrasesWrap_1xnt6_30{width:100px;padding-block:4px 16px;display:flex;position:relative}._EmotionPhrases_1xnt6_30{background:radial-gradient(124.59% 99.96% at 48.08% 54.96%,#f6e4d1 0%,#dfc3a6 100%);border:2px solid #352626;border-radius:8px;width:100%;height:100%}._EmotionPhrases_spinner_1xnt6_45{position:absolute;top:50%;left:50%;translate:-50% -50%}._EmotionPhrases_list_1xnt6_52{flex-direction:column;width:100%;height:100%;padding:2px;display:flex;position:relative;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#000 16px calc(100% - 16px),#0000);mask-image:linear-gradient(#0000,#000 16px calc(100% - 16px),#0000)}._EmotionPhrases_item_1xnt6_63{text-align:center;cursor:pointer;padding-block:10px;font-size:12px}._EmotionPhrases_separator_1xnt6_70{will-change:transform;background:#352626;border-radius:100%;flex-shrink:0;width:100%;height:1px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmotionStickers_5a6tp_30{flex-direction:column;flex:1;width:315px;height:100%;padding-block:4px 16px;display:flex;position:relative;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#000 10px calc(100% - 16px),#0000);mask-image:linear-gradient(#0000,#000 10px calc(100% - 16px),#0000)}._EmotionStickers_grid_5a6tp_42{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmotionStickerCell_1yf3a_30{aspect-ratio:1;cursor:pointer;background:radial-gradient(124.59% 99.96% at 48.08% 54.96%,#f6e4d1 0%,#dfc3a6 100%);border:2px solid #352626;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:8px;display:flex;position:relative;overflow:hidden}._EmotionStickerCell_1yf3a_30._disabled_1yf3a_44{pointer-events:none}._EmotionStickerCell_1yf3a_30._locked_1yf3a_47 img{opacity:.45}._EmotionStickerCell_img_1yf3a_51{width:90%;height:auto;position:absolute;bottom:0;left:50%;translate:-50%}._EmotionStickerCell_price_1yf3a_60{border-radius:1000px;align-items:center;font-size:14px;display:flex;position:absolute;bottom:4px;right:2px}._EmotionStickerCell_price_1yf3a_60>div{gap:4px;padding:3px 4px!important;box-shadow:0 2px #0006!important}._EmotionStickerCell_price_1yf3a_60 svg,._EmotionStickerCell_price_1yf3a_60 img{width:auto;height:14px}._EmotionStickerCell_loader_1yf3a_80{z-index:2;background:#f6e4d199;border-radius:14px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FinishMatchModal_6kv08_30._winner_6kv08_30 ._FinishMatchModal_dog_6kv08_30{height:85px}._FinishMatchModal_6kv08_30._winner_6kv08_30 ._FinishMatchModal_dog_6kv08_30 img{filter:drop-shadow(0 2px #00000059);height:110%}._FinishMatchModal_6kv08_30._ton_6kv08_37 ._FinishMatchModal_button_6kv08_37._continue_6kv08_37>div{background:#d4d6eb!important}._FinishMatchModal_6kv08_30._goldenDust_6kv08_40 ._FinishMatchModal_progress_6kv08_40{margin-top:2px}._FinishMatchModal_6kv08_30._goldenDust_6kv08_40 ._FinishMatchModal_text_6kv08_43{margin-top:6px}._FinishMatchModal_body_6kv08_47{max-width:295px!important}._FinishMatchModal_content_6kv08_51{flex-direction:column;align-items:center;display:flex;padding-top:6px!important;padding-bottom:22px!important}._FinishMatchModal_dog_6kv08_30{height:75px;position:relative}._FinishMatchModal_dog_6kv08_30 img{width:auto;height:120%;position:absolute;top:0;left:50%;translate:-50% 2%}._FinishMatchModal_title_6kv08_72{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._FinishMatchModal_progress_6kv08_40{margin-top:12px}._FinishMatchModal_reward_6kv08_84{color:#352626;align-items:center;gap:4px;margin-top:6px;display:flex;font-size:12px!important}._FinishMatchModal_reward_6kv08_84 img,._FinishMatchModal_reward_6kv08_84 svg{width:auto;height:16px}._FinishMatchModal_heartLoss_6kv08_98{color:#352626;align-items:center;gap:4px;margin-top:8px;display:flex;font-size:16px!important}._FinishMatchModal_heartLoss_6kv08_98 img,._FinishMatchModal_heartLoss_6kv08_98 svg{width:auto;height:18px}._FinishMatchModal_text_6kv08_43{color:#35262699;text-align:center;letter-spacing:-.02em;margin-top:8px;font-size:12px;line-height:100%}._FinishMatchModal_text_6kv08_43 img,._FinishMatchModal_text_6kv08_43 svg{vertical-align:bottom;width:auto;height:14px;display:inline}._FinishMatchModal_buttons_6kv08_128{z-index:10;gap:8px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._FinishMatchModal_button_6kv08_37{white-space:nowrap}._FinishMatchModal_report_6kv08_142{height:32px}._FinishMatchModal_report_6kv08_142>.button-container svg{width:auto;height:60%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GoldenDustProgress_59hap_30{align-items:center;gap:8px;display:flex}._GoldenDustProgress_bar_59hap_36{background:#35262626;border:1px solid #352626;border-radius:1000px;width:80px;height:8px;position:relative;overflow:hidden}._GoldenDustProgress_fill_59hap_46{background:#ffd180;border:1px solid #352626;border-radius:1000px;height:calc(100% + 2px);transition:width .3s;position:absolute;top:-1px;left:-1px}._GoldenDustProgress_count_59hap_57,._GoldenDustProgress_timer_59hap_58{color:#352626;letter-spacing:-.02em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:11px;line-height:100%}._GoldenDustProgress_timer_59hap_58{text-align:center;min-width:60px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchTimingStats_18zcd_30{justify-content:space-between;width:100%;margin-top:8px;padding-top:10px;display:flex;position:relative}._MatchTimingStats_18zcd_30:before{content:"";background:#0003;border-radius:100%;width:100%;height:2px;position:absolute;top:0;left:0}._MatchTimingStats_item_18zcd_49{flex-direction:column;align-items:center;gap:2px;display:flex}._MatchTimingStats_label_18zcd_56{text-align:center;color:#3526268c;font-size:12px}._MatchTimingStats_value_18zcd_62{text-align:center;font-variant-numeric:tabular-nums;color:#352626;font-size:16px;font-weight:700}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MmrChangeBar_l7bt6_30{align-items:center;gap:4px;width:220px;margin-top:8px;display:flex}._MmrChangeBar_badge_l7bt6_38{filter:drop-shadow(0 2px #0006);flex-shrink:0;width:auto;height:33px}._MmrChangeBar_main_l7bt6_45{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._MmrChangeBar_labelRow_l7bt6_53{color:#4a2f1e;justify-content:space-between;align-items:flex-end;font-size:10px;line-height:80%;display:flex}._MmrChangeBar_value_l7bt6_62{letter-spacing:-.02em}._MmrChangeBar_delta_l7bt6_66{align-items:flex-end;gap:3px;display:flex}._MmrChangeBar_delta_l7bt6_66._gain_l7bt6_71 ._MmrChangeBar_delta_value_l7bt6_71,._MmrChangeBar_delta_l7bt6_66._gain_l7bt6_71 ._MmrChangeBar_arrow_l7bt6_72{color:#a0ff98}._MmrChangeBar_delta_l7bt6_66._loss_l7bt6_75 ._MmrChangeBar_delta_value_l7bt6_71,._MmrChangeBar_delta_l7bt6_66._loss_l7bt6_75 ._MmrChangeBar_arrow_l7bt6_72{color:#fd5656}._MmrChangeBar_delta_value_l7bt6_71{font-size:12px;line-height:80%}._MmrChangeBar_arrow_l7bt6_72{width:auto;height:14px;translate:0 10%}._MmrChangeBar_delta_l7bt6_66._gain_l7bt6_71 ._MmrChangeBar_arrow_l7bt6_72{transform:rotate(180deg)}._MmrChangeBar_track_l7bt6_95{background:#a86954;border:2px solid #352626;border-radius:1000px;width:100%;height:18px;padding:1px;position:relative;overflow:hidden}._MmrChangeBar_track_inner_l7bt6_106{border-radius:inherit;background:#783e28;border:2px solid #352626;width:100%;height:100%;position:relative;overflow:hidden}._MmrChangeBar_fill_l7bt6_116{background:#ede0c4;height:100%;position:absolute;top:0;left:0}._MmrChangeBar_segment_l7bt6_124{border-left:1px solid #352626;border-right:1px solid #352626;height:100%;animation:.45s ease-out .25s both _mmr-segment-reveal_l7bt6_1;position:absolute;top:0}._MmrChangeBar_segment_l7bt6_124._loss_l7bt6_75{transform-origin:100%;background:#fd5656}._MmrChangeBar_segment_l7bt6_124._gain_l7bt6_71{transform-origin:0;background:#a0ff98}@keyframes _mmr-segment-reveal_l7bt6_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EffectFrame_9xcr5_30{flex-shrink:0;width:29px;height:32px;position:relative}@media screen and (height<=600px){._EffectFrame_9xcr5_30{width:26px;height:29px}}._EffectFrame_frame_9xcr5_43{z-index:1;filter:drop-shadow(0 2px #00000059);position:absolute;inset:0}._EffectFrame_frame_9xcr5_43 img{width:100%;height:100%}._EffectFrame_counter_9xcr5_54{z-index:10;color:#fff;text-align:center;pointer-events:none;border-radius:50%;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._EffectFrame_content_9xcr5_67{z-index:5;clip-path:url(#active-effects-item-content-mask);will-change:transform;width:80%;height:79%;position:absolute;top:50%;left:50%;translate:-49.3% -50%}._EffectFrame_content_9xcr5_67 img{object-fit:cover;width:100%;height:100%}._EffectFrame_content_9xcr5_67 svg{opacity:0;pointer-events:none;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchEffectsModal_body_1gtb6_30{display:flex}._MatchEffectsModal_content_1gtb6_34{flex-direction:column;align-items:center;min-width:200px;min-height:100px;display:flex;padding-bottom:28px!important}._MatchEffectsModal_footerButtons_1gtb6_43{z-index:10;justify-content:center;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._MatchEffectsModal_title_1gtb6_55{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._MatchEffectsModal_effects_1gtb6_63{flex-direction:column;gap:8px;margin-top:12px;display:flex}._MatchEffectsModal_separator_1gtb6_70{opacity:.4;background:linear-gradient(90deg,#0000,#352626,#0000);width:100%;height:2px}._MatchEffectsModal_effect_1gtb6_63{gap:10px;display:flex}._MatchEffectsModal_effect_img_1gtb6_82{width:46px!important;height:52px!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{text-align:center;margin-top:16px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchGoldCards_body_10zoh_30{display:flex}._MatchGoldCards_content_10zoh_34{padding-top:14px!important;padding-inline:12px!important;max-width:500px!important;padding-bottom:32px!important}._MatchGoldCards_title_10zoh_41{text-align:center;text-transform:uppercase;line-height:100%;font-size:18px!important}._MatchGoldCards_list_10zoh_48{grid-template-columns:repeat(3,130px);grid-auto-rows:auto;gap:8px;width:100%;margin-top:8px;display:grid}._MatchGoldCards_state_10zoh_57{text-align:center;margin-top:12px;font-size:12px}._MatchGoldCards_footerButtons_10zoh_63{z-index:10;justify-content:center;width:calc(100% - 24px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ArcText_ba7fb_30{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._ArcText_svg_ba7fb_39{width:100%;height:100%;display:block;overflow:visible}._ArcText_text_ba7fb_46{fill:currentColor;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Card_a62e6_30{width:var(--card-width);height:var(--card-height);isolation:isolate;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;filter:drop-shadow(4px 4px #00000040);pointer-events:all;border-radius:16.5cqw;position:relative;overflow:visible;container-type:inline-size}._Card_a62e6_30._disabled_a62e6_44 ._Card_img_a62e6_44,._Card_a62e6_30._disabled_a62e6_44 ._Card_price_a62e6_45{filter:grayscale()}._Card_a62e6_30:not(._user_a62e6_48) ._Card_close_a62e6_48{opacity:0;pointer-events:none;scale:.5}._Card_a62e6_30._exit_a62e6_53{display:none}._Card_a62e6_30._deck_a62e6_56,._Card_a62e6_30._opponent_a62e6_56,._Card_a62e6_30._removed-player_a62e6_56{pointer-events:none}._Card_a62e6_30._removed-player_a62e6_56{width:calc(var(--card-width) * .5);height:calc(var(--card-height) * .5);opacity:0;position:absolute;top:0;right:0}._Card_a62e6_30._archive_a62e6_67{opacity:.5;position:absolute;top:0;left:0}._Card_a62e6_30._deck_a62e6_56{filter:none;position:absolute;top:0;right:0}._Card_a62e6_30._opponent_a62e6_56,._Card_a62e6_30._removed-opponent_a62e6_79{width:calc(var(--card-width) * .6);height:calc(var(--card-height) * .6);position:absolute;top:0;left:50%}._Card_a62e6_30._removed-opponent_a62e6_79{transform:translate(-50%)translateY(-100%)}._Card_a62e6_30._deck_a62e6_56 ._Card_content_a62e6_89,._Card_a62e6_30._gold_a62e6_89 ._Card_content_a62e6_89,._Card_a62e6_30._opponent_a62e6_56 ._Card_content_a62e6_89,._Card_a62e6_30._removed-opponent_a62e6_79 ._Card_content_a62e6_89{transform:rotateY(180deg)}._Card_a62e6_30._opponent_a62e6_56 ._Card_content_a62e6_89{rotate:180deg}._Card_a62e6_30._preview_a62e6_95{width:calc(var(--card-width) * 2.6);height:calc(var(--card-height) * 2.6);pointer-events:none}._Card_a62e6_30._preview_a62e6_95 ._Card_front_description_a62e6_100{font-size:calc(var(--card-height) * 2 / 10)}._Card_a62e6_30._opponent-view_a62e6_103{width:calc(var(--card-width) * .8);height:calc(var(--card-height) * .8)}._Card_a62e6_30._opponent-view_a62e6_103 ._Card_front_description_a62e6_100{font-size:calc(var(--card-height) * .8 / 10)}._Card_a62e6_30._archive_a62e6_67._isEndMatch_a62e6_110,._Card_a62e6_30._active_a62e6_110._isEndMatch_a62e6_110{width:calc(var(--card-width) * .8);height:calc(var(--card-height) * .8)}._Card_a62e6_30._archive_a62e6_67._isEndMatch_a62e6_110 ._Card_front_description_a62e6_100,._Card_a62e6_30._active_a62e6_110._isEndMatch_a62e6_110 ._Card_front_description_a62e6_100{font-size:calc(var(--card-height) * .8 / 10)}._Card_a62e6_30._back_a62e6_117 ._Card_content_a62e6_89{transform:rotateY(180deg)}._Card_a62e6_30._skin_cyberpunk_a62e6_120 ._Card_front_title_a62e6_120{filter:drop-shadow(0 0 2px #d985e9)}._Card_content_a62e6_89{z-index:1;transform-origin:50%;width:100%;height:100%;transform-style:preserve-3d;perspective:1000px;position:relative}._Card_auraLayer_a62e6_134{pointer-events:none;z-index:0;mix-blend-mode:normal;opacity:.58;width:140%;height:128%;position:absolute;top:50%;left:50%;translate:-50% -50%}._Card_auraLayer_a62e6_134._morph_a62e6_146{opacity:.35}._GoldAura_a62e6_150{width:100%;height:100%;display:block;overflow:visible}._Card_contentSwap_a62e6_157{transform-origin:50%;width:100%;height:100%;transform-style:preserve-3d;position:relative}._Card_close_a62e6_48{z-index:10;cursor:pointer;height:26.3cqw;position:absolute;top:0;right:0;translate:30% -30%}._Card_close_a62e6_48:active{scale:.9}._Card_close_a62e6_48 svg{width:auto;height:100%}._Card_front_a62e6_100,._Card_back_a62e6_183{backface-visibility:hidden;border-radius:inherit;color:#fff;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._Card_front_a62e6_100{z-index:2}._Card_back_a62e6_183{z-index:1;transform:rotateY(180deg)}._Card_back_img_a62e6_203{width:115%;height:115%;position:absolute;top:50%;left:50%;translate:-50% -50%}._Card_back_img_a62e6_203 img{width:100%;height:100%}._Card_price_a62e6_45{z-index:10;height:45cqw;transition:filter .5s ease-in-out;position:absolute;top:0;left:0;translate:-40% -40%}._Card_price_a62e6_45 img{width:auto;height:100%}._Card_price_text_a62e6_231{text-align:center;font-size:20cqw;font-weight:700;line-height:100%;position:absolute;top:50%;left:50%;translate:-50% -60%}._Card_front_frame_a62e6_242{z-index:9;pointer-events:none;width:115%;height:115%;position:absolute;top:50%;left:50%;translate:-50% -50%}._Card_front_frame_a62e6_242 img{width:100%;height:100%}._Card_front_content_a62e6_257{flex-direction:column;display:flex;position:absolute;inset:0}._Card_img_a62e6_44{z-index:1;background:linear-gradient(90deg,#dfcfb2,#dfcfb2,#687079);justify-content:center;align-items:center;width:86%;height:46%;transition:filter .5s ease-in-out;display:flex;position:absolute;top:6.4%;left:50%;translate:-50%}._Card_img_a62e6_44 img{object-fit:cover;width:100%;height:100%}._Card_front_title_a62e6_120{z-index:10;text-align:center;text-transform:uppercase;letter-spacing:-.3cqw;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:83%;height:9%;font-size:10.5cqw;line-height:100%;display:flex;position:absolute;top:54.1%;left:50%;translate:-50%}._Card_front_title_arc_a62e6_304{font-size:12cqw;translate:0 15%}._Card_front_description_a62e6_100{z-index:5;background:#dfcfb2;justify-content:center;align-items:center;width:84%;height:30.5%;padding:5cqw;display:flex;position:absolute;bottom:6%;left:50%;translate:-50%}._Card_front_description_a62e6_100 p{z-index:2;color:#462507;text-align:center;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:110%;position:relative}._Card_front_description_a62e6_100 svg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchGoldCardItem_12vvu_30{background:radial-gradient(87.16% 60.85% at 48.08% 54.96%,#dfc3a6 0%,#e6d1b9 100%);border:2px solid #352626;border-radius:8px;flex-direction:column;justify-content:space-between;gap:6px;padding:4px 4px 6px;display:flex;box-shadow:0 2px #00000059}._MatchGoldCardItem_header_12vvu_42{aspect-ratio:1/.9;background:radial-gradient(61.01% 53.57% at 48.08% 54.96%,#b06732 0%,#753b1e 100%);border-radius:4px;flex-direction:column;width:100%;padding:6px 6px 4px;display:flex;position:relative}._MatchGoldCardItem_title_12vvu_53{color:#f6e4d1;font-size:11px;line-height:100%}._MatchGoldCardItem_card_12vvu_59{flex-direction:column;flex:1 0 0;justify-content:center;align-items:center;display:flex}._MatchGoldCardItem_cardPreview_12vvu_67{filter:drop-shadow(0 3px #00000059);aspect-ratio:1/1.3!important;width:auto!important;height:95%!important}._MatchGoldCardItem_count_12vvu_74{color:#f6e4d1cc;letter-spacing:-.02em;align-items:center;gap:2px;font-size:12px;line-height:100%;display:flex}._MatchGoldCardItem_count_12vvu_74 svg{width:auto;height:12px}._MatchGoldCardItem_middle_12vvu_88{flex-direction:column;flex:1 0 0;display:flex}._MatchGoldCardItem_rule_12vvu_94{text-align:center;line-height:110%;font-size:8px!important}._MatchGoldCardItem_rule_12vvu_94._rune_master_12vvu_99{color:#afe49f}._MatchGoldCardItem_rule_12vvu_94._little_mischief_12vvu_102{color:#ff7979}._MatchGoldCardItem_rule_12vvu_94._cleansing_12vvu_105{color:#caa1ff}._MatchGoldCardItem_text_12vvu_109{text-align:center;margin-top:3px;line-height:110%;font-size:8px!important}._MatchGoldCardItem_actions_12vvu_116{flex-direction:column;gap:4px;display:flex}._MatchGoldCardItem_button_12vvu_122{flex:1 1 0;min-width:0}._MatchGoldCardItem_button_12vvu_122:disabled>div{font-size:10px!important}._MatchGoldCardItem_button_12vvu_122>div{min-height:30px;font-size:11px!important}._MatchGoldCardItem_useButton_12vvu_134>div{background:#ffd180!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Pagination_5iecx_30{align-items:center;gap:4px;display:flex}._Pagination_pages_5iecx_36{background:#fff;border:2px solid #352626;border-radius:50px;padding:7px 18px;font-size:14px}._Pagination_pages_5iecx_36 span{color:#35262699}._Pagination_button_5iecx_47._next_5iecx_47 svg{transform:rotate(180deg)}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchLogs_sjter_30{flex-direction:column;flex:1 0 0;align-items:center;width:100%;display:flex}._MatchLogs_sjter_30._desktop_sjter_37{flex:unset;height:100%}._MatchLogs_sjter_30._desktop_sjter_37 ._MatchLogs_logs_sjter_41{flex-direction:column;flex:1 0 0;padding-inline:5px;display:flex;position:relative;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#000 10px);mask-image:linear-gradient(#0000,#000 10px)}._MatchLogs_sjter_30._desktop_sjter_37 ._MatchLogs_log_sjter_41:first-child{padding-top:8px}._MatchLogs_title_sjter_54{justify-content:center;align-items:center;width:100%;display:flex;position:relative}._MatchLogs_title_sjter_54>div{text-transform:uppercase;font-size:16px!important}._MatchLogs_title_sjter_54>span{opacity:.5;font-size:8px;position:absolute;top:50%;left:0;translate:0 -50%}._MatchLogs_pagination_sjter_74{z-index:10;position:absolute;top:0;right:0}._MatchLogs_logs_sjter_41{width:100%;transition:all .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%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LogEffectApplied_1wlwk_30>span span{opacity:.5}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LogEffectApplied_1p7mw_30{opacity:1}._LogEffectApplied_1p7mw_30>span span{opacity:.5}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LogsList_item_1qn4b_30{overflow-wrap:break-word;width:100%;padding:16px 0;position:relative}._LogsList_item_1qn4b_30+._LogsList_item_1qn4b_30:before{content:"";background:linear-gradient(90deg,#0000,#35262633,#0000);width:100%;height:2px;position:absolute;top:0;left:0}._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 *{font-size:14px!important;font-weight:300!important;display:inline!important}._LogsList_item_logs_1qn4b_46 .outlinedText{font-size:12px!important;display:inline!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{text-align:center;margin-top:16px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchLogsModal_content_1j6za_30{flex-direction:column;align-items:center;display:flex;width:100vw!important;height:100vh!important;max-height:calc(100vh - 100px)!important;padding-top:16px!important;padding-bottom:24px!important}._MatchLogsModal_buttons_1j6za_41{z-index:10;pointer-events:none;justify-content:center;align-items:flex-end;gap:8px;width:100%;height:100%;display:flex;position:absolute;bottom:0}._MatchLogsModal_button_1j6za_41{pointer-events:all;position:absolute;bottom:0;translate:0 50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ImageLoader_spinner_1ronz_30{position:absolute;top:50%;left:50%;translate:-50% -50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PlayerAvatar_1pgor_30{aspect-ratio:1;filter:drop-shadow(0 3px #00000059);flex-shrink:0;justify-content:center;align-items:center;height:24px;display:flex;position:relative}._PlayerAvatar_1pgor_30._vip_1pgor_40 ._PlayerAvatar_container_1pgor_40{clip-path:url(#clipPath_avatar)}._PlayerAvatar_1pgor_30 svg{opacity:0;pointer-events:none;position:absolute}._PlayerAvatar_vipBorder_1pgor_49{z-index:10;will-change:transform;width:112%;height:130%;position:absolute;top:50%;left:50%;translate:-50% -45%}._PlayerAvatar_container_1pgor_40{background:#5b5b5b;border:1.5px solid #352626;border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden}._PlayerAvatar_container_1pgor_40 img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchPlayerModal_body_1qeha_30{display:flex}._MatchPlayerModal_content_1qeha_34{flex-direction:column;align-items:center;min-width:200px;min-height:100px;display:flex;padding-bottom:28px!important}._MatchPlayerModal_footerButtons_1qeha_43{z-index:10;justify-content:center;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._MatchPlayerModal_title_1qeha_55{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._MatchPlayerModal_effects_1qeha_63{flex-direction:column;gap:16px;display:flex}._MatchPlayerModal_effect_1qeha_63{gap:10px;margin-top:12px;display:flex}._MatchPlayerModal_effect_img_1qeha_75{width:46px!important;height:52px!important}._MatchPlayerModal_effect_content_1qeha_80{padding-top:10px}._MatchPlayerModal_header_1qeha_84{align-items:center;gap:10px;display:flex}._MatchPlayerModal_avatar_1qeha_90{aspect-ratio:1;filter:drop-shadow(0 2px #00000059);height:34px}._MatchPlayerModal_effect_title_1qeha_96{filter:drop-shadow(0 2px #00000059);color:#ffb17b!important;font-size:12px!important}._MatchPlayerModal_info_1qeha_102{gap:16px;margin-top:16px;display:flex}._MatchPlayerModal_info_left_1qeha_108{width:270px}._MatchPlayerModal_info_header_1qeha_112{justify-content:space-between;gap:5px;height:38px;display:flex}._MatchPlayerModal_infoBox_1qeha_119{background:#e6d8bd;border:2px solid #352626;border-radius:2px;flex:1 0 0;height:100%;padding:4px;font-size:14px;line-height:100%;display:flex;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{flex:1 0 0;display:flex;position:relative}._MatchPlayerModal_infoBox_1qeha_119._user_1qeha_131 ._name_1qeha_139>div{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;display:-webkit-box;position:absolute;top:50%;left:0;overflow:hidden;translate:0 -50%}._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{opacity:.4;background:linear-gradient(90deg,#0000,#352626,#0000);width:100%;height:2px;margin-block:6px}._MatchPlayerModal_upgrades_1qeha_171{gap:8px;display:flex}._MatchPlayerModal_info_right_1qeha_176{width:180px}._MatchPlayerModal_shovel_1qeha_180{background:#e6d8bd;border:2px solid #352626;border-radius:8px;width:100%;padding:6px;box-shadow:0 2px #00000059}._MatchPlayerModal_shovel_top_1qeha_189{gap:6px;width:100%;display:flex}._MatchPlayerModal_shovel_icon_1qeha_195{aspect-ratio:1;background:#cabb9f;border:2px solid #352626;border-radius:6px;height:85px;position:relative}._MatchPlayerModal_shovel_icon_1qeha_195 img{filter:drop-shadow(0 2px #00000059);width:auto;height:80%;position:absolute;top:50%;left:50%;translate:-50% -50%}._MatchPlayerModal_shovel_stats_1qeha_213{flex-direction:column;flex:1 0 0;gap:2px;display:flex}._MatchPlayerModal_shovel_stats_item_1qeha_220{background:#cabb9f;border:2px solid #352626;border-radius:6px;flex:1 0 0;justify-content:space-between;align-items:center;gap:2px;padding-inline:4px 6px;font-size:12px;display:flex}._MatchPlayerModal_shovel_stats_item_1qeha_220 svg{opacity:.5;width:auto;height:16px}._MatchPlayerModal_shovel_runes_1qeha_238{gap:4px;width:100%;margin-top:8px;display:flex}._MatchPlayerModal_shovel_rune_1qeha_238{aspect-ratio:1;opacity:.5;background:#cabb9f;border:1px solid #352626;border-radius:2px;flex:1 0 0;display:flex;position:relative}._MatchPlayerModal_shovel_rune_1qeha_238 img{width:auto;height:90%;position:absolute;top:50%;left:50%;translate:-50% -50%}._MatchPlayerModal_shovel_rune_1qeha_238._active_1qeha_263{opacity:1}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._UpgradeCard_20vjv_30{background:#e6d8bd;border:2px solid #352626;border-radius:8px;flex-direction:column;flex:1 0 0;gap:3px;padding:2px;display:flex;box-shadow:0 2px #00000059}._UpgradeCard_iconWrap_20vjv_42{width:100%;padding:2px}._UpgradeCard_icon_20vjv_42{aspect-ratio:1;background:linear-gradient(#e6d8bd -3.85%,#a29680 100%);border:2px solid #352626;border-radius:6px;flex-shrink:0;width:100%;position:relative;box-shadow:inset 4px 0 #76684c}._UpgradeCard_icon_20vjv_42 img{width:auto;height:70%;position:absolute;top:50%;left:50%;translate:-50% -50%}._UpgradeCard_label_20vjv_66{background:#ccbe98;border:2px solid #352626;border-radius:4px;justify-content:center;align-items:center;gap:2px;height:20px;font-size:12px;display:flex}._UpgradeCard_label_20vjv_66 ._gold_20vjv_77{color:#ffb47f!important;font-size:11px!important}._UpgradeCard_label_20vjv_66 ._bones_20vjv_81{color:#c0ce83!important;font-size:11px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Achievements_m28mr_30{align-items:center;gap:6px;width:100%;margin-top:8px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._AchievementCard_b8pxq_30{aspect-ratio:1;filter:drop-shadow(0 2px #00000059);background:linear-gradient(#e6d8bd -3.85%,#a29680 100%);border:2px solid #352626;border-radius:12px;flex:1 0 0;display:flex;position:relative;box-shadow:inset 4px 0 #76684c}._AchievementCard_b8pxq_30 img{width:auto;height:80%;position:absolute;top:50%;left:50%;translate:-50% -50%}._AchievementCard_b8pxq_30._staker_b8pxq_49 img{top:unset;bottom:0;left:50%;translate:-50%}._AchievementCard_level_b8pxq_56{background:#ffd180;border:1.5px solid #352626;border-radius:1000px;justify-content:center;align-items:center;min-width:20px;height:20px;padding-inline:2px;font-size:12px;line-height:80%;display:flex;position:absolute;bottom:0;right:0;translate:1px 1px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchSettingsModal_body_jvsuh_30{display:flex}._MatchSettingsModal_content_jvsuh_34{flex-direction:column;align-items:center;display:flex;width:210px!important;padding-bottom:28px!important}._MatchSettingsModal_footerButtons_jvsuh_42{z-index:10;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._MatchSettingsModal_footerButtons_item_jvsuh_53{width:100%}._MatchSettingsModal_title_jvsuh_57{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._MatchSettingsModal_buttons_jvsuh_65{flex-direction:column;gap:8px;width:100%;margin-top:16px;display:flex}._MatchSettingsModal_buttons_item_jvsuh_73{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchSurrenderModal_body_ucig5_30{display:flex}._MatchSurrenderModal_content_ucig5_34{flex-direction:column;align-items:center;display:flex;width:210px!important;padding-bottom:28px!important}._MatchSurrenderModal_footerButtons_ucig5_42{z-index:10;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._MatchSurrenderModal_footerButtons_item_ucig5_53{width:100%}._MatchSurrenderModal_title_ucig5_57{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._MatchSurrenderModal_text_ucig5_65{color:#35262699;text-align:center;letter-spacing:-.02em;margin-top:12px;font-size:12px;line-height:100%}._MatchSurrenderModal_button_ucig5_74{width:100%;margin-top:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RankUpModal_fl07r_30{--rankup-badge-size:200px;--rankup-name-size:56px;--rankup-progress-w:92vw;--rankup-eyebrow-size:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050308cc}._RankUpModal_body_fl07r_39{overflow:hidden}._RankUpModal_stage_fl07r_43{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._RankUpModal_badgeLayer_fl07r_52{width:var(--rankup-badge-size);height:var(--rankup-badge-size);margin-bottom:40px;position:relative}._RankUpModal_progressLayer_fl07r_59{bottom:calc(56px + max(var(--tg-content-safe-area-inset-bottom,0px) - 56px, 0px) + 0px + max(var(--tg-safe-area-inset-bottom,0px) - 0px, 0px));width:var(--rankup-progress-w);position:absolute;left:50%;translate:-50%}._RankUpModal_skip_fl07r_67{top:calc(16px + max(var(--tg-content-safe-area-inset-top,0px) - 16px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));z-index:10;position:absolute;right:16px}._RankUpModal_pixi_fl07r_74{pointer-events:none;z-index:-5;position:absolute;inset:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._NewBadge_5147w_30{width:100%;height:100%;filter:drop-shadow(0 0 24px color-mix(in srgb, var(--rankup-accent) 70%, transparent));position:absolute;inset:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._OldBadge_1o6os_30{width:100%;height:100%;filter:brightness(var(--brightness,1)) saturate(var(--saturate,1)) drop-shadow(0 0 var(--glow,0) #fffffff2);position:absolute;inset:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ProgressBar_labelRow_xbuo9_30{color:color-mix(in oklch, var(--rankup-accent), white 15%);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}._ProgressBar_barWrap_xbuo9_40{border:2px solid #352626;border-radius:1000px;width:100%;height:14px;position:relative;overflow:hidden}._ProgressBar_fill_xbuo9_49{background:linear-gradient(90deg, var(--rankup-accent), color-mix(in oklch, var(--rankup-accent), white 25%));box-shadow:0 0 16px color-mix(in srgb, var(--rankup-accent) 60%, transparent);position:absolute;inset:0}._ProgressBar_spark_xbuo9_56{background:linear-gradient(90deg, transparent 0%, color-mix(in oklch, var(--rankup-accent), white 60%) 50%, transparent 100%);pointer-events:none;width:28px;height:24px;position:absolute;top:50%;translate:-50% -50%}._ProgressBar_floater_xbuo9_66{color:color-mix(in oklch, var(--rankup-accent), white 45%);text-shadow:0 0 12px color-mix(in srgb, var(--rankup-accent) 80%, transparent);font-size:16px;position:absolute;top:0;right:0;translate:0 -200%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RankNameReveal_wrap_br36z_30{pointer-events:none;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute;bottom:30vh;left:50%;translate:-50%}._RankNameReveal_eyebrow_br36z_42{font-size:var(--rankup-eyebrow-size);letter-spacing:.4em;color:color-mix(in oklch, var(--rankup-accent), white 15%);text-transform:uppercase;border:1px solid color-mix(in srgb, var(--rankup-accent) 60%, transparent);background:color-mix(in srgb, var(--rankup-accent) 10%, transparent);border-radius:999px;padding:6px 14px;font-weight:700}._RankNameReveal_name_br36z_54{font-size:var(--rankup-name-size);letter-spacing:.08em;color:color-mix(in oklch, var(--rankup-accent), white 70%);text-shadow:0 0 24px color-mix(in srgb, var(--rankup-accent) 80%, transparent);white-space:nowrap;font-weight:800}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._SkipButton_1g1eh_30{color:#ffffffe6;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:8px 18px;font-size:13px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._SourceOption_enth2_30{color:#352626;width:100%;height:34px;font:inherit;cursor:pointer;background:#ede5d0;border:2px solid #352626;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0 15px;transition:background .2s ease-in-out;display:flex;position:relative}._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{will-change:transform;background:#cbc3ad;border:2px solid #352626;border-radius:100%;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s ease-in-out;display:flex;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}._SourceOption_button_enth2_51 span{will-change:transform;background:#a09984;border-radius:100%;width:12px;height:12px;transition:background .2s ease-in-out}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ReportPlayerModal_body_nku4a_30{display:flex}._ReportPlayerModal_content_nku4a_34{flex-direction:column;gap:16px;width:360px;padding-bottom:36px;padding-left:8px;display:flex}._ReportPlayerModal_title_nku4a_43{text-align:center;font-size:18px}._ReportPlayerModal_reasons_nku4a_48{flex-direction:column;gap:8px;padding-left:16px;display:flex}._ReportPlayerModal_footer_nku4a_55{z-index:10;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._ReportPlayerModal_footerButton_nku4a_66{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FindMatchModal_body_2gok1_30{max-width:225px!important}._FindMatchModal_content_2gok1_34{flex-direction:column;align-items:center;display:flex;padding:24px 16px 0!important}._FindMatchModal_title_2gok1_41{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._FindMatchModal_text_2gok1_49{text-align:center;letter-spacing:-.02em;font-size:12px;line-height:100%}._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{height:100px;margin-top:10px;position:relative}._FindMatchModal_logo_2gok1_65 img{width:auto;height:100%;position:absolute;top:0;left:50%;translate:-50%}._FindMatchModal_timer_2gok1_79{z-index:10;justify-content:center;align-items:center;width:calc(100% - 40px);height:50px;display:flex;position:absolute;top:0;left:50%;translate:-50% -80%}._FindMatchModal_timer_2gok1_79 img{width:100%;height:100%;position:absolute}._FindMatchModal_timer_text_2gok1_97{text-align:center;text-transform:uppercase;line-height:100%;font-size:22px!important}._FindMatchModal_buttons_2gok1_104{z-index:10;gap:8px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PlayerStatus_1ul1r_30{border-radius:4px;align-items:center;gap:4px;width:100%;height:36px;padding-right:6px;transition:background .2s ease-in-out;display:flex;position:relative;overflow:hidden}._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{aspect-ratio:1;height:100%;position:relative}._PlayerStatus_avatar_1ul1r_56 img{object-fit:cover;width:100%;height:100%;position:absolute;top:50%;left:50%;translate:-50% -50%}._PlayerStatus_nameWrapper_1ul1r_71{flex:1 0 0;display:flex;position:relative}._PlayerStatus_name_1ul1r_71{text-transform:uppercase;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;font-size:12px;line-height:100%;display:-webkit-box;position:absolute;top:50%;left:0;overflow:hidden;translate:0 -50%}._PlayerStatus_status_1ul1r_93{letter-spacing:-.02em;font-size:10px;line-height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FindTonMatchModal_content_nfn6f_30{max-width:310px!important;padding:18px 16px 25px!important}._FindTonMatchModal_footerButtons_nfn6f_35{z-index:10;justify-content:center;align-items:center;gap:4px;width:fit-content;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._FindTonMatchModal_footerButtons_item_nfn6f_48{flex:1 0 0;display:flex}._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{justify-content:center;align-items:center;gap:4px;display:flex;background:#afbfff!important}._FindTonMatchModal_footerButtons_item_nfn6f_48._ready_nfn6f_55>div img,._FindTonMatchModal_footerButtons_item_nfn6f_48._ready_nfn6f_55>div svg{width:auto;height:16px}._FindTonMatchModal_footerButtons_item_nfn6f_48>div{white-space:nowrap;width:100%}._FindTonMatchModal_title_nfn6f_72{text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._FindTonMatchModal_timer_nfn6f_79{text-align:center;text-transform:uppercase;margin-top:4px;font-size:12px;font-weight:700;line-height:100%}._FindTonMatchModal_players_nfn6f_88{flex-direction:column;align-items:center;gap:4px;margin-top:6px;display:flex}._FindTonMatchModal_vs_nfn6f_96{text-align:center;text-transform:uppercase;font-size:14px;font-weight:700;line-height:100%}._FindTonMatchModal_text_nfn6f_104{text-align:center;letter-spacing:-.02em;margin-top:8px;line-height:100%;color:#caa1ff!important;font-size:10px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FindTournamentMatchModal_body_la9wx_30{max-width:225px!important}._FindTournamentMatchModal_content_la9wx_34{flex-direction:column;align-items:center;display:flex;padding:24px 16px 0!important}._FindTournamentMatchModal_title_la9wx_41{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._FindTournamentMatchModal_text_la9wx_49{text-align:center;letter-spacing:-.02em;font-size:12px;line-height:100%}._FindTournamentMatchModal_text_la9wx_49 span{opacity:.6}._FindTournamentMatchModal_text_la9wx_49._subtitle_la9wx_58{margin-top:12px}._FindTournamentMatchModal_text_la9wx_49._text_la9wx_61{margin-top:7px}._FindTournamentMatchModal_logo_la9wx_65{height:100px;margin-top:10px;position:relative}._FindTournamentMatchModal_logo_la9wx_65 img{width:auto;height:100%;position:absolute;top:0;left:50%;translate:-50%}._FindTournamentMatchModal_timer_la9wx_79{z-index:10;justify-content:center;align-items:center;width:calc(100% - 40px);height:50px;display:flex;position:absolute;top:0;left:50%;translate:-50% -80%}._FindTournamentMatchModal_timer_la9wx_79 img{width:100%;height:100%;position:absolute}._FindTournamentMatchModal_timer_text_la9wx_97{text-align:center;text-transform:uppercase;line-height:100%;font-size:22px!important}._FindTournamentMatchModal_buttons_la9wx_104{z-index:10;gap:8px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchmakingUnavailableModal_1x4xx_30{text-align:center;flex-direction:column;gap:16px;padding:24px;display:flex}._MatchmakingUnavailableModal_title_1x4xx_38{font-size:20px;font-weight:600;line-height:1.2}._MatchmakingUnavailableModal_description_1x4xx_44{opacity:.85;font-size:14px;line-height:1.4}._MatchmakingUnavailableModal_buttons_1x4xx_50{justify-content:center;margin-top:8px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PlayWithFriendModal_content_1sct8_30{flex-direction:column;align-content:center;display:flex;width:310px!important;padding:18px 16px 25px!important}._PlayWithFriendModal_footerButtons_1sct8_38{z-index:10;justify-content:center;align-items:center;gap:4px;width:fit-content;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._PlayWithFriendModal_footerButtons_item_1sct8_51{flex:1 0 0;display:flex}._PlayWithFriendModal_footerButtons_item_1sct8_51>div{white-space:nowrap;width:100%}._PlayWithFriendModal_title_1sct8_60{text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._PlayWithFriendModal_timer_1sct8_67{text-align:center;text-transform:uppercase;margin-top:4px;font-size:12px;font-weight:700;line-height:100%}._PlayWithFriendModal_waiting_1sct8_76{text-align:center;margin-top:8px;font-size:13px;font-weight:600;line-height:130%}._PlayWithFriendModal_error_1sct8_84{text-align:center;color:#ff6b6b;margin-top:8px;font-size:13px;font-weight:600;line-height:130%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._InviteLinkRow_hb0z7_30{flex-direction:column;gap:4px;margin-top:12px;display:flex}._InviteLinkRow_label_hb0z7_37{font-size:12px;line-height:130%}._InviteLinkRow_linkBox_hb0z7_42{background:#0000001a;border-bottom:2px solid #0000003d;border-radius:6px;flex-direction:row;align-items:center;gap:8px;padding:10px 8px;display:flex}._InviteLinkRow_linkText_hb0z7_53{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;line-height:100%;overflow:hidden}._InviteLinkRow_icon_hb0z7_62{cursor:pointer;opacity:.8;flex-shrink:0;width:auto;height:20px}._InviteLinkRow_icon_hb0z7_62:active{opacity:.5}._InviteLinkRow_icon_hb0z7_62._share_hb0z7_72{height:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TonMatchInfoModal_footerButtons_40fya_30{z-index:5;position:absolute;bottom:0;left:50%;translate:-50% 50%}._TonMatchInfoModal_content_40fya_38{padding-bottom:25px!important}._TonMatchInfoModal_title_40fya_42{color:#eaeaeb;text-align:center;text-transform:uppercase;font-size:16px!important}._TonMatchInfoModal_list_40fya_49{flex-direction:column;gap:4px;margin-top:4px;padding-left:14px;display:flex}._TonMatchInfoModal_list_40fya_49 li{list-style:outside}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TonRoomsModal_content_od1af_30{width:520px!important;padding:22px 0!important}._TonRoomsModal_footerButtons_od1af_35{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._TonRoomsModal_header_od1af_46{padding-inline:28px}._TonRoomsModal_header_inner_od1af_50{flex-direction:column;align-items:center;padding-inline:28px;display:flex;position:relative}._TonRoomsModal_balance_od1af_58{position:absolute;top:0;left:0}._TonRoomsModal_title_od1af_64{text-align:center;text-transform:uppercase;color:#eaeaeb!important;font-size:16px!important;line-height:100%!important}._TonRoomsModal_text_od1af_72{text-align:center;margin-top:4px;color:#caa1ff!important;letter-spacing:-.02em!important;font-size:12px!important;line-height:100%!important}._TonRoomsModal_infoButton_od1af_81{height:24px;position:absolute;top:0;right:0}._TonRoomsModal_infoButton_od1af_81>div{background:#afbfff!important}._TonRoomsModal_grid_od1af_91{grid-template-columns:repeat(3,1fr);gap:6px;width:100%;margin-top:10px;padding-inline:28px;display:grid}._TonRoomsModal_skeleton_item_od1af_100{border-radius:8px;height:108px;position:relative;overflow:hidden}._TonRoomsModal_skeleton_item_od1af_100:before{content:"";background:linear-gradient(90deg,#0000 30%,#fff6 50%,#0000 70%) 0 0/400%;animation:1.5s linear infinite _shimmer_od1af_1;position:absolute;inset:0}@keyframes _shimmer_od1af_1{0%{background-position:100% 100%}to{background-position:0 0}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TonRoom_ea3nl_30{border-radius:8px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:4px;display:flex;box-shadow:0 3px #00000059}._TonRoom_ea3nl_30._active_ea3nl_40{box-shadow:0 3px #00000059,0 0 10px #903fff}._TonRoom_ea3nl_30._active_ea3nl_40 ._TonRoom_content_ea3nl_43{background:linear-gradient(266.18deg,#4eee7a 16.15%,#63f38b 40.45%,#3eebb5 79.33%)}._TonRoom_ea3nl_30._active_ea3nl_40 ._TonRoom_button_ea3nl_46>div{background-color:#71f896!important}._TonRoom_content_ea3nl_43{background:linear-gradient(266deg,#c194ff 16.15%,#afbfff 79.33%);border-radius:4px;gap:6px;width:100%;height:60px;padding:6px;transition:background .2s ease-in-out;display:flex}._TonRoom_img_ea3nl_62{flex-shrink:0;width:50%;height:100%;position:relative}._TonRoom_img_ea3nl_62 img{object-fit:contain;object-position:center;width:100%;height:100%;position:absolute;top:50%;left:50%;translate:-50% -50%}._TonRoom_info_ea3nl_79{flex-direction:column;justify-content:space-between;gap:4px;padding-block:4px;display:flex}._TonRoom_amount_ea3nl_87{letter-spacing:-.02em;align-items:center;gap:4px;font-size:12px;line-height:100%;display:flex}._TonRoom_amount_ea3nl_87 img,._TonRoom_amount_ea3nl_87 svg{width:auto;height:12px}._TonRoom_playersCount_ea3nl_101{letter-spacing:-.02em;align-items:center;gap:4px;font-size:12px;line-height:100%;display:flex}._TonRoom_playersCount_ea3nl_101 svg{width:auto;height:12px}._TonRoom_button_ea3nl_46{width:100%}._TonRoom_button_ea3nl_46>div{width:100%;box-shadow:none!important;background-color:#afbfff!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._BuyGoldCard_body_1qzxm_30{display:flex}._BuyGoldCard_container_1qzxm_34{background:radial-gradient(51.92% 56.85% at 48.08% 54.96%,#f6e4d1 61.54%,#dfc3a6 100%)}._BuyGoldCard_content_1qzxm_38{flex-direction:column;gap:12px;display:flex;width:340px!important;padding-bottom:34px!important}._BuyGoldCard_header_1qzxm_46{flex-direction:column;align-items:center;gap:8px;display:flex}._BuyGoldCard_title_1qzxm_53{text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._BuyGoldCard_top_1qzxm_60{align-items:stretch;gap:12px;display:flex}._BuyGoldCard_preview_1qzxm_66{flex:0 0 104px}._BuyGoldCard_previewCard_1qzxm_70{filter:drop-shadow(0 4px #00000059);aspect-ratio:1/1.4!important;width:100%!important;height:auto!important}._BuyGoldCard_info_1qzxm_77{flex-direction:column;flex:auto;justify-content:space-between;gap:4px;display:flex}._BuyGoldCard_name_1qzxm_85{font-size:14px;line-height:100%}._BuyGoldCard_description_1qzxm_90{letter-spacing:-.02em;margin-top:4px;line-height:100%;font-size:10px!important}._BuyGoldCard_description_1qzxm_90._rune_master_1qzxm_96{color:#afe49f}._BuyGoldCard_description_1qzxm_90._little_mischief_1qzxm_99{color:#ff7979}._BuyGoldCard_description_1qzxm_90._cleansing_1qzxm_102{color:#caa1ff}._BuyGoldCard_text_1qzxm_106{letter-spacing:-.02em;margin-top:4px;font-size:10px;line-height:100%}._BuyGoldCard_info_bottom_1qzxm_113{flex-direction:column;align-items:flex-start;display:flex}._BuyGoldCard_quantityTitle_1qzxm_119{letter-spacing:-.02em;margin-top:6px;font-size:10px;line-height:100%}._BuyGoldCard_quantityList_1qzxm_126{flex-wrap:wrap;gap:3px;margin-top:4px;display:flex}._BuyGoldCard_quantityItem_1qzxm_133{letter-spacing:-.02em;background:#83624e;border:1px solid #352626;border-radius:2px;justify-content:center;align-items:center;min-width:30px;height:24px;padding:0 6px;font-size:12px;line-height:100%;transition:filter .1s ease-in-out,background .1s ease-in-out;display:flex}._BuyGoldCard_quantityItem_selected_1qzxm_150{background:radial-gradient(79.12% 63.31% at 48.08% 54.96%,#f6e4d1 38.88%,#dfc3a6 100%)}._BuyGoldCard_quantityItem_disabled_1qzxm_154{opacity:.45}._BuyGoldCard_footerButtons_1qzxm_158{z-index:10;gap:8px;width:calc(100% - 22px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._BuyGoldCard_footerButtons_item_1qzxm_169{width:100%}._BuyGoldCard_footerButtons_item_1qzxm_169>div{height:30px}._BuyGoldCard_footerButtons_item_buy_1qzxm_176>div{background:#ffd180!important}._BuyGoldCard_buyContent_1qzxm_180{justify-content:center;align-items:center;gap:4px;display:flex}._BuyGoldCard_buyContent_1qzxm_180 svg,._BuyGoldCard_buyContent_1qzxm_180 img{width:auto;height:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._NotEnoughTonModal_content_10nwe_30{padding:24px 20px}._NotEnoughTonModal_title_10nwe_34{text-align:center;font-size:22px;font-weight:700}._NotEnoughTonModal_description_10nwe_40{text-align:center;margin-top:12px;font-size:16px;line-height:1.4}._NotEnoughTonModal_buttons_10nwe_47{z-index:10;gap:8px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PurchaseStatusModal_x2xed_30{width:320px;max-width:100%}._PurchaseStatusModal_content_x2xed_35{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:24px 20px;display:flex}._PurchaseStatusModal_icon_x2xed_44{justify-content:center;align-items:center;width:64px;height:64px;display:flex}._PurchaseStatusModal_icon_x2xed_44 svg{width:100%;height:100%}._PurchaseStatusModal_icon_x2xed_44 svg path[fill],._PurchaseStatusModal_icon_x2xed_44 svg g[fill]{fill:#35262699}._PurchaseStatusModal_icon_x2xed_44 svg path[stroke],._PurchaseStatusModal_icon_x2xed_44 svg g[stroke]{stroke:#35262699}._PurchaseStatusModal_title_x2xed_64{font-size:20px;font-weight:700;line-height:1.2}._PurchaseStatusModal_description_x2xed_70{opacity:.85;font-size:14px;line-height:1.4}._PurchaseStatusModal_buttonWrap_x2xed_76{z-index:10;width:calc(100% - 22px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._PurchaseStatusModal_button_x2xed_76{width:100%}._PurchaseStatusModal_button_x2xed_76>div{height:30px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DisconnectWalletModal_content_1hyqq_30{flex-direction:column;align-items:center;gap:12px;display:flex}._DisconnectWalletModal_title_1hyqq_37{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:120%;font-size:16px!important}._DisconnectWalletModal_address_1hyqq_45{opacity:.75;letter-spacing:.5px;font-family:monospace;font-size:14px}._DisconnectWalletModal_buttons_1hyqq_52{gap:8px;width:100%;margin-top:8px;display:flex}._DisconnectWalletModal_buttons_item_1hyqq_59{flex:1}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._WithdrawOtpModal_content_f92r9_30{flex-direction:column;align-items:center;gap:12px;display:flex}._WithdrawOtpModal_title_f92r9_37{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:120%;font-size:16px!important}._WithdrawOtpModal_description_f92r9_45{text-align:center;font-size:14px;line-height:1.4}._WithdrawOtpModal_otpGroup_f92r9_51{justify-content:center;gap:8px;width:100%;display:flex}._WithdrawOtpModal_otpBox_f92r9_58{color:#352626;text-align:center;caret-color:#0000;background:#ffffff26;border:2px solid #3526264d;border-radius:8px;outline:none;width:40px;height:48px;font-family:Rowdies,Arial,sans-serif;font-size:20px;font-weight:700}._WithdrawOtpModal_otpBox_f92r9_58:focus{background:#ffffff40;border-color:#352626}._WithdrawOtpModal_buttons_f92r9_77{gap:8px;width:100%;margin-top:8px;display:flex}._WithdrawOtpModal_button_f92r9_77{flex:1}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._OpenAnyModalSection_1qljn_30{flex-direction:column;gap:8px;width:100%;display:flex}._OpenAnyModalSection_title_1qljn_37{color:#2b1f1f;text-transform:uppercase;margin:0;font-size:14px;font-weight:700}._OpenAnyModalSection_group_1qljn_45{flex-direction:column;gap:6px;display:flex}._OpenAnyModalSection_groupTitle_1qljn_51{color:#2b1f1f;text-transform:capitalize;margin:0;font-size:12px;font-weight:700}._OpenAnyModalSection_buttons_1qljn_59{flex-wrap:wrap;gap:8px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._StorageSection_1bjex_30{flex-direction:column;gap:8px;width:100%;display:flex}._StorageSection_title_1bjex_37{color:#2b1f1f;text-transform:uppercase;margin:0;font-size:14px;font-weight:700}._StorageSection_button_1bjex_45{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TgInsetsSection_tgwpk_30{flex-direction:column;gap:8px;width:100%;display:flex}._TgInsetsSection_title_tgwpk_37{color:#2b1f1f;text-transform:uppercase;margin:0;font-size:14px;font-weight:700}._TgInsetsSection_presetRow_tgwpk_45{align-items:center;gap:8px;display:flex}._TgInsetsSection_presetSelect_tgwpk_51{color:#2b1f1f;background:#ede0c2;border:1px solid #2b1f1f;border-radius:4px;flex:1;padding:4px 6px;font-size:12px}._TgInsetsSection_group_tgwpk_61{border:1px solid #2b1f1f;border-radius:4px;flex-direction:column;gap:6px;margin:0;padding:6px 8px;display:flex}._TgInsetsSection_legend_tgwpk_71{color:#2b1f1f;text-transform:uppercase;padding:0 4px;font-size:11px;font-weight:700}._TgInsetsSection_grid_tgwpk_79{grid-template-columns:1fr 1fr;gap:6px 8px;display:grid}._TgInsetsSection_field_tgwpk_85{align-items:center;gap:6px;display:flex}._TgInsetsSection_label_tgwpk_91{color:#2b1f1f;text-transform:capitalize;min-width:48px;font-size:11px;font-weight:600}._TgInsetsSection_input_tgwpk_99{color:#2b1f1f;background:#ede0c2;border:1px solid #2b1f1f;border-radius:4px;flex:1;width:100%;padding:4px 6px;font-size:12px}._TgInsetsSection_resetButton_tgwpk_110{width:100%;margin-top:4px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HowItWorksModal_bodyWrap_1vo3m_30{padding:28px 64px}._HowItWorksModal_content_1vo3m_34{flex-direction:column;display:flex;padding-top:8px!important;padding-bottom:24px!important;width:500px!important;max-width:100%!important;max-height:calc(100vh - 50px)!important;padding-inline:0!important}._HowItWorksModal_buttons_1vo3m_45{z-index:10;pointer-events:none;justify-content:center;gap:16px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._HowItWorksModal_button_1vo3m_45{pointer-events:all}._HowItWorksModal_button_1vo3m_45._next_1vo3m_60 svg{transform:rotate(180deg)}._HowItWorksModal_steam_1vo3m_64{flex-direction:column;gap:12px;display:flex}._HowItWorksModal_slides_1vo3m_70{width:100%}._HowItWorksModal_swiper_1vo3m_74{width:100%;padding-block:6px!important;padding-inline:16px!important}._HowItWorksModal_indicator_1vo3m_80{justify-content:center;align-items:center;gap:2px;margin-top:4px;display:flex}._HowItWorksModal_indicator_dot_1vo3m_88{aspect-ratio:1;background-color:#8f756a;border:2px solid #8f756a;border-radius:50%;height:10px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}._HowItWorksModal_indicator_dot_1vo3m_88._active_1vo3m_97{background-color:#ffb17b;border-color:#352626}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HowItWorksText_wgah3_30{letter-spacing:-.02em;font-size:12px;line-height:100%}._HowItWorksText_wgah3_30 span{color:#35262699;display:inline}._HowItWorksText_wgah3_30 ul{padding-left:12px;list-style:outside}._HowItWorksText_wgah3_30._center_wgah3_43{text-align:center}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HowItWorksTitle_4zrzq_30{text-align:center;text-transform:uppercase;font-size:16px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HowItWorksSlide_k1bxi_30{flex-direction:column;gap:8px;width:100%;height:100%;display:flex}._HowItWorksSlide_k1bxi_30._slide_goal_k1bxi_37 ._HowItWorksSlide_img_k1bxi_37,._HowItWorksSlide_k1bxi_30._slide_screen_k1bxi_40 ._HowItWorksSlide_img_k1bxi_37,._HowItWorksSlide_k1bxi_30._slide_screenLayout_k1bxi_43 ._HowItWorksSlide_img_k1bxi_37{max-width:400px}._HowItWorksSlide_k1bxi_30._slide_howToPlay_k1bxi_46 ._HowItWorksSlide_img_k1bxi_37{max-width:300px}._HowItWorksSlide_k1bxi_30._slide_runes_k1bxi_49 ._HowItWorksSlide_img_k1bxi_37{max-width:400px}._HowItWorksSlide_k1bxi_30._slide_effects_k1bxi_52 ._HowItWorksSlide_img_k1bxi_37{max-width:130px}._HowItWorksSlide_video_k1bxi_56{aspect-ratio:16/9;border:0;border-radius:8px;align-self:center;height:200px}._HowItWorksSlide_buttons_k1bxi_64{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}._HowItWorksSlide_buttons_item_k1bxi_71{text-transform:uppercase}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HowItWorksImg_1k3cn_30{filter:drop-shadow(0 4px #00000059);border:2px solid #352626;border-radius:8px;width:100%;height:fit-content;margin:0 auto;position:relative;overflow:hidden}._HowItWorksImg_1k3cn_30 img{width:100%;height:auto}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}.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{color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2c2421bf;justify-content:center;align-items:center;width:100svw;height:100svh;display:flex}@keyframes anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-modal:has(.loaderWrapper) .custom-modal-body .loaderWrapper .loader{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");width:60px;height:60px;animation:2s linear infinite forwards anim}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PrivacyPolicyContent_mkp20_30{color:#eae3cf;font-family:Rowdies,Arial,sans-serif;font-size:14px;line-height:1.5}._PrivacyPolicyContent_mkp20_30 h1{color:#ffd180;text-align:center;text-transform:uppercase;margin-top:8px;margin-bottom:24px;font-size:24px}._PrivacyPolicyContent_mkp20_30 h3{color:#ffd180;text-transform:uppercase;margin-top:24px;margin-bottom:8px;font-size:16px}._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{color:#ffb17b;overflow-wrap:anywhere;text-decoration:underline;display:inline}._PrivacyPolicyContent_lastUpdated_mkp20_76{color:#ffd180b3;text-align:center;margin-bottom:4px;font-size:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PrivacyPolicyModal_j8z7j_30{flex-direction:column;display:flex}._PrivacyPolicyModal_content_j8z7j_35{flex:1;padding:24px 32px 100px}._PrivacyPolicyModal_footer_j8z7j_40{background:#3e4d3e;border-top:1px solid #ffd18033;justify-content:center;padding:16px;display:flex;position:sticky;bottom:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._SettingsModal_body_1woxx_30{display:flex}._SettingsModal_content_1woxx_34{flex-direction:column;align-items:center;display:flex;width:260px!important;padding-bottom:28px!important}._SettingsModal_footerButtons_1woxx_42{z-index:10;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._SettingsModal_footerButtons_item_1woxx_53{width:100%}._SettingsModal_title_1woxx_57{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._SettingsModal_musicVolume_1woxx_65,._SettingsModal_languageSwitcher_1woxx_69,._SettingsModal_mutedReactions_1woxx_73{margin-top:12px}._SettingsModal_logoutButton_1woxx_77{margin-top:16px}._SettingsModal_legalRow_1woxx_81{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:6px;margin-top:12px;display:flex}._SettingsModal_legalRow_link_1woxx_90{color:#865e4f;text-underline-offset:2px;cursor:pointer;font-size:12px;text-decoration:underline;transition:color .1s ease-in-out}._SettingsModal_legalRow_link_1woxx_90:hover:not(:disabled){color:#352626}._SettingsModal_legalRow_link_1woxx_90:active:not(:disabled){transform:translateY(1px)}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Range_cihdm_30{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}._Range_drag_cihdm_38{width:100%}._Range_dragBox_cihdm_42{background:#2c2421bf;border:2px solid #352626;border-radius:10px;width:100%;height:10px;position:relative}._Range_tongueBack_cihdm_52{background:#352626;border-radius:10px;height:100%;padding:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}._Range_tongueBack_inner_cihdm_63{background-color:#ffd180;border-radius:1000px;width:100%;height:100%}._Range_tongue_cihdm_52{z-index:20;aspect-ratio:1;will-change:transform;background:#ffd180;border:2px solid #352626;border-radius:50%;align-items:center;width:20px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}._Range_tongue_cihdm_52:before{content:"";background:#352626;border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._Range_diapason_cihdm_97{opacity:.5;justify-content:space-between;width:100%;margin-top:4px;display:flex}._Range_diapason_item_cihdm_105{letter-spacing:.02em;text-transform:uppercase;font-size:12px;line-height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MusicVolume_776xm_30{width:100%}._MusicVolume_header_776xm_34{justify-content:space-between;align-items:center;display:flex}._MusicVolume_range_776xm_40{margin-top:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LanguageSwitcher_169au_30{gap:20px;padding-left:8px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MutedReactionsToggle_qcwnn_30{justify-content:space-between;align-items:center;width:100%;display:flex}._MutedReactionsToggle_label_qcwnn_37{font-size:12px}._MutedReactionsToggle_switch_qcwnn_41{cursor:pointer;background:#865e4f;border:2px solid #352626;border-radius:999px;width:52px;height:28px;padding:0;transition:background .2s;position:relative}._MutedReactionsToggle_switch_qcwnn_41._isOn_qcwnn_52{background:#ffd180}._MutedReactionsToggle_switch_qcwnn_41._isOn_qcwnn_52 ._MutedReactionsToggle_knob_qcwnn_55{transform:translate(24px)}._MutedReactionsToggle_knob_qcwnn_55{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 0 2px #00000073}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TermsOfUseContent_vw93h_30{color:#eae3cf;font-family:Rowdies,Arial,sans-serif;font-size:14px;line-height:1.5}._TermsOfUseContent_vw93h_30 h1{color:#ffd180;text-align:center;text-transform:uppercase;margin-top:8px;margin-bottom:24px;font-size:24px}._TermsOfUseContent_vw93h_30 h3{color:#ffd180;text-transform:uppercase;margin-top:24px;margin-bottom:8px;font-size:16px}._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{color:#ffb17b;overflow-wrap:anywhere;text-decoration:underline;display:inline}._TermsOfUseContent_lastUpdated_vw93h_76{color:#ffd180b3;text-align:center;margin-bottom:4px;font-size:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TermsOfUseModal_1nsdt_30{flex-direction:column;display:flex}._TermsOfUseModal_content_1nsdt_35{flex:1;padding:24px 32px 100px}._TermsOfUseModal_footer_1nsdt_40{background:#3e4d3e;border-top:1px solid #ffd18033;justify-content:center;padding:16px;display:flex;position:sticky;bottom:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentHistoryModal_content_5ko6p_30{flex-direction:column;align-items:center;width:500px;display:flex;padding-bottom:28px!important}._TournamentHistoryModal_title_5ko6p_38{font-size:20px}._TournamentHistoryModal_filter_5ko6p_42{margin-top:10px}._TournamentHistoryModal_rows_5ko6p_46{flex-direction:column;gap:1px;width:100%;margin-top:4px;display:flex}._TournamentHistoryModal_empty_5ko6p_54{text-align:center;padding:24px 0;font-size:14px}._TournamentHistoryModal_pagination_5ko6p_60{margin-top:2px}._TournamentHistoryModal_footer_5ko6p_64{z-index:10;gap:8px;width:280px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._TournamentHistoryModal_footer_item_5ko6p_75{flex:1 1 0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HistoryFilterSwitch_1k6tp_30{align-items:center;gap:10px;display:flex}._HistoryFilterSwitch_item_1k6tp_36{cursor:pointer;align-items:center;gap:2px;display:flex}._HistoryFilterSwitch_label_1k6tp_43{color:#352626;white-space:nowrap;font-size:10px;line-height:1}._HistoryFilterSwitch_dot_1k6tp_50{box-sizing:border-box;border:1px solid #352626;border-radius:50%;width:10px;height:10px;position:relative}._HistoryFilterSwitch_dot_1k6tp_50:after{content:"";background:#352626;border-radius:50%;width:4px;height:4px;transition:scale .2s ease-in-out;position:absolute;top:50%;left:50%;translate:-50% -50%;scale:0}._HistoryFilterSwitch_dot_1k6tp_50._all_1k6tp_72{background:#bd7d61}._HistoryFilterSwitch_dot_1k6tp_50._free_1k6tp_75{background:#a0ff98}._HistoryFilterSwitch_dot_1k6tp_50._ton_1k6tp_78{background:#59bed0}._HistoryFilterSwitch_dot_1k6tp_50._selected_1k6tp_81:after{scale:1}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LeaderboardReward_14j8o_30{align-items:center;gap:6px;display:inline-flex}._LeaderboardReward_label_14j8o_36{font-size:10px}._LeaderboardReward_item_14j8o_40{letter-spacing:-.02em;align-items:center;gap:2px;font-size:12px;display:inline-flex}._LeaderboardReward_item_14j8o_40 svg,._LeaderboardReward_item_14j8o_40 img{width:auto;height:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentHistoryRow_yhx50_30{filter:drop-shadow(0 4px #0006);cursor:pointer;background-color:#d5c5a9;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:4px 6px;display:flex}._TournamentHistoryRow_yhx50_30._PAID_yhx50_42{background:linear-gradient(222deg,#c194ff -2.62%,#afbfff 76.6%),#859bdf}._TournamentHistoryRow_left_yhx50_46{align-items:center;gap:6px;display:flex}._TournamentHistoryRow_cup_yhx50_52{object-fit:contain;flex-shrink:0;width:28px;height:28px}._TournamentHistoryRow_title_yhx50_59{text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;flex:auto;min-width:0;font-size:13px;overflow:hidden}._TournamentHistoryRow_participants_yhx50_69{align-items:center;gap:2px;padding-left:6px;display:flex;position:relative}._TournamentHistoryRow_participants_yhx50_69:before{content:"";background-color:#0006;border-radius:100%;width:1px;height:100%;position:absolute;top:50%;left:0;translate:0 -50%}._TournamentHistoryRow_participants_icon_yhx50_88 svg{width:auto;height:12px}._TournamentHistoryRow_participants_number_yhx50_93{font-size:10px}._TournamentHistoryRow_right_yhx50_97{align-items:center;gap:6px;display:flex}._TournamentHistoryRow_wins_yhx50_103{color:#afe49f;flex-shrink:0;font-size:12px!important}._TournamentHistoryRow_reward_yhx50_109{flex-shrink:0}._TournamentHistoryRow_place_yhx50_113{text-align:right;font-size:10px}._TournamentHistoryRow_separator_yhx50_118{background-color:#35262666;border-radius:100%;width:1px;height:20px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentInfoModal_content_13qln_30{flex-direction:column;align-items:center;gap:8px;width:350px;display:flex;padding:16px 20px 32px!important}._TournamentInfoModal_title_13qln_39{text-transform:uppercase;font-size:16px!important}._TournamentInfoModal_hero_13qln_44{filter:drop-shadow(0 2px #0006);width:auto;height:66px}._TournamentInfoModal_tagline_13qln_50,._TournamentInfoModal_section_13qln_51{letter-spacing:-.02em;text-align:center;color:#35262699;font-size:12px;font-weight:400;line-height:1}._TournamentInfoModal_divider_13qln_60{background-color:#35262699;border-radius:100%;width:220px;height:1px}._TournamentInfoModal_icon_13qln_67,._TournamentInfoModal_iconImg_13qln_68{vertical-align:middle;width:auto;height:14px;display:inline-block}._TournamentInfoModal_icon_13qln_67 img,._TournamentInfoModal_iconImg_13qln_68 img{width:auto;height:100%}._TournamentInfoModal_footer_13qln_80{z-index:10;width:280px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._TournamentInfoModal_footer_item_13qln_90{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentJoinConfirmModal_body_1wzoa_30{display:flex}._TournamentJoinConfirmModal_content_1wzoa_34{flex-direction:column;align-items:center;display:flex;width:275px!important;padding-bottom:22px!important}._TournamentJoinConfirmModal_title_1wzoa_42{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._TournamentJoinConfirmModal_text_1wzoa_50{color:#35262699;text-align:center;letter-spacing:-.02em;margin-top:12px;font-size:12px;line-height:100%}._TournamentJoinConfirmModal_button_1wzoa_59{width:100%;margin-top:12px}._TournamentJoinConfirmModal_button_label_1wzoa_64{letter-spacing:-.02em}._TournamentJoinConfirmModal_button_fee_1wzoa_68{letter-spacing:0;align-items:center;gap:4px;margin-left:6px;display:inline-flex}._TournamentJoinConfirmModal_button_fee_1wzoa_68 svg{width:14px;height:14px}._TournamentJoinConfirmModal_footer_1wzoa_80{z-index:10;gap:8px;width:calc(100% - 30px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._TournamentJoinConfirmModal_footer_item_1wzoa_91{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentLeaderboardModal_1jdzi_30._isFetching_1jdzi_30 ._TournamentLeaderboardModal_columns_1jdzi_30{opacity:.2}._TournamentLeaderboardModal_body_1jdzi_34{display:flex}._TournamentLeaderboardModal_content_1jdzi_38{flex-direction:column;display:flex;width:537px!important;padding:16px 20px 24px!important}._TournamentLeaderboardModal_title_1jdzi_45{color:#eaeaeb;text-align:center;text-transform:uppercase;line-height:100%;font-size:16px!important}._TournamentLeaderboardModal_columns_1jdzi_30{flex:1;gap:12px;margin-top:12px;transition:opacity .2s ease-in-out;display:flex}._TournamentLeaderboardModal_right_1jdzi_62{flex-direction:column;flex:1;min-width:0;display:flex}._TournamentLeaderboardModal_rows_1jdzi_69{flex-direction:column;flex:1;gap:4px;display:flex}._TournamentLeaderboardModal_pagination_1jdzi_76{align-self:center;margin-top:8px}._TournamentLeaderboardModal_footer_1jdzi_81{z-index:10;gap:8px;width:280px;display:flex;position:absolute;bottom:0;left:50%;translate:-50% 50%}._TournamentLeaderboardModal_footer_item_1jdzi_92{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LeaderboardMyEntry_1cc22_30{background:#d5c5a9;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:135px;padding:12px 10px;display:flex}._LeaderboardMyEntry_place_1cc22_42{font-weight:700;font-size:14px!important}._LeaderboardMyEntry_name_1cc22_47{text-overflow:ellipsis;white-space:nowrap;color:#352626;letter-spacing:-.02em;max-width:100%;font-size:12px;overflow:hidden}._LeaderboardMyEntry_avatar_1cc22_57{height:84px}._LeaderboardMyEntry_score_1cc22_61{letter-spacing:-.02em;align-items:center;gap:4px;margin-top:4px;display:flex;font-size:12px!important}._LeaderboardMyEntry_score_wins_1cc22_69{color:#afe49f}._LeaderboardMyEntry_score_losses_1cc22_72{color:#ffb17b}._LeaderboardMyEntry_lives_1cc22_76{color:#352626;letter-spacing:-.02em;align-items:center;gap:4px;font-size:12px;line-height:80%;display:flex}._LeaderboardMyEntry_lives_1cc22_76 svg{width:auto;height:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LeaderboardPrizeRow_44697_30{color:#352626;letter-spacing:-.02em;border-radius:8px;align-items:center;gap:8px;height:36px;padding:0 10px;font-size:12px;display:flex}._LeaderboardPrizeRow_44697_30._rank1_44697_41{background:#ffc868}._LeaderboardPrizeRow_44697_30._rank2_44697_44{background:#ffd180}._LeaderboardPrizeRow_44697_30._rank3_44697_47{background:#ffdda2}._LeaderboardPrizeRow_44697_30._rankDefault_44697_50{background:#d5c5a9}._LeaderboardPrizeRow_place_44697_54{min-width:24px;font-weight:700}._LeaderboardPrizeRow_reward_44697_59{margin-left:auto}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._LeaderboardRow_6ao45_30{color:#352626;letter-spacing:-.02em;filter:drop-shadow(0 2px #35262666);border-radius:8px;align-items:center;gap:8px;padding:4px 6px 4px 4px;font-size:12px;display:flex}._LeaderboardRow_6ao45_30._rank1_6ao45_42{background:#ffc868}._LeaderboardRow_6ao45_30._rank2_6ao45_45{background:#ffd180}._LeaderboardRow_6ao45_30._rank3_6ao45_48{background:#ffdda2}._LeaderboardRow_6ao45_30._rankDefault_6ao45_51{background:#d5c5a9}._LeaderboardRow_place_6ao45_55{min-width:24px;font-weight:700}._LeaderboardRow_avatar_6ao45_60{height:24px;filter:unset!important}._LeaderboardRow_info_6ao45_65{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}._LeaderboardRow_name_6ao45_72{font-size:12px}._LeaderboardRow_username_6ao45_76{color:#35262699;font-size:10px}._LeaderboardRow_score_6ao45_81{white-space:nowrap;align-items:center;gap:4px;display:flex}._LeaderboardRow_score_wins_6ao45_87{color:#afe49f}._LeaderboardRow_score_losses_6ao45_90{color:#ffb17b}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PrivacyPolicy_suk0q_30{background:#3e4d3e;height:100%;padding:24px 16px;overflow-y:auto}._PrivacyPolicy_content_suk0q_37{max-width:800px;margin:0 auto;padding:24px 32px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TermsOfUse_yzk7m_30{background:#3e4d3e;height:100%;padding:24px 16px;overflow-y:auto}._TermsOfUse_content_yzk7m_37{max-width:800px;margin:0 auto;padding:24px 32px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}.default-error{background-color:#ffd180;padding:10px}.default-error__image{align-self:center;margin:0 auto;display:block}.default-error>.triangle{scale:2}.default-error h1{font-size:32px}.default-error h2{font-size:24px}.default-error .error-info{background-color:#d6cfbd80;border-radius:4px;max-height:350px;margin:10px 0;padding:5px 0;overflow:auto}.default-error .error-info p{color:#352626e6;overflow-wrap:anywhere;padding-left:3px}.default-error .error-info p span{color:#000}.default-error .error-info hr{border:1px solid #000;margin:5px 0}.default-error button{width:150px;margin:10px auto 0;display:block}.default-error button .button-container{background-color:#d6cfbd80}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RotateOverlay_y6jre_30{z-index:100000;color:#fff;pointer-events:all;background:#0e0b17eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._RotateOverlay_bg_y6jre_42{width:100%;height:100%;position:absolute;top:0;left:0}._RotateOverlay_bg_y6jre_42 img{object-fit:cover;width:100%;height:100%}._RotateOverlay_logo_y6jre_55{z-index:5;height:80px;position:absolute;top:10px;left:50%;translate:-50%}._RotateOverlay_logo_y6jre_55 img{width:auto;height:100%}._RotateOverlay__content_y6jre_68{z-index:5;flex-direction:column;justify-content:center;align-items:center;padding:32px 36px;display:flex;position:relative}._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 #00000059;letter-spacing:.02em;font-size:21px;line-height:100%}._RotateOverlay__content_text_y6jre_86._title_y6jre_94{margin-top:20px;font-size:21px}._RotateOverlay__content_text_y6jre_86._description_y6jre_98{opacity:.5;margin-top:6px;font-size:16px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._AppVersion_1l44w_30{z-index:10000;bottom:1px;right:calc(10px + max(var(--tg-safe-area-inset-right,0px) - 10px, 0px));opacity:.4;position:fixed;font-size:8px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._NotALabrUser_1heml_30{z-index:100000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000059;width:100%;height:100%;position:fixed;top:0;left:0}._NotALabrUser_content_1heml_41{text-align:center;background:#776565;border-radius:9px;flex-direction:column;align-items:center;max-width:342px;padding:32px 24px 28px;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:0 4px #00000059}._NotALabrUser_content_1heml_41 h1{color:#fff;text-transform:uppercase;text-align:center;margin-bottom:12px;font-size:24px;font-weight:700}@media screen and (width<=1024px){._NotALabrUser_content_1heml_41 h1{font-size:18px}}@media screen and (width<=565px){._NotALabrUser_content_1heml_41{width:100%;max-width:90%;padding:24px 12px 14px}}._NotALabrUser_content_description_1heml_77{color:#ffffff59;text-align:center;margin-bottom:20px;font-size:17px;font-weight:400}._NotALabrUser_content_description_1heml_77 svg{width:100%;max-width:124px;margin:0 auto 12px;display:block}@media screen and (width<=1024px){._NotALabrUser_content_description_1heml_77 svg{max-width:98px}._NotALabrUser_content_description_1heml_77{font-size:14px}}._NotALabrUser_content_button_1heml_101 .button-container{padding:6px 12px!important}@media screen and (width<=565px){._NotALabrUser_content_button_1heml_101 .button-container{font-size:12px!important}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._UnderMaintenance_30yp0_30{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000059;width:100%;height:100%;position:fixed;top:0;left:0}._UnderMaintenance_content_30yp0_41{text-align:center;background:#776565;border-radius:9px;flex-direction:column;align-items:center;max-width:342px;padding:32px 24px 28px;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:0 4px #00000059}._UnderMaintenance_content_30yp0_41 h1{color:#fff;text-transform:uppercase;text-align:center;margin-bottom:8px;font-size:20px;font-weight:700}._UnderMaintenance_content_description_30yp0_65{color:#ffffff59;text-align:center;margin-bottom:20px;font-size:17px;font-weight:400}._UnderMaintenance_content_description_30yp0_65 hr{border:none;border-top:2px dashed #3526264d;outline:none;margin:18px 0}._UnderMaintenance_content_button_30yp0_79{align-items:center;gap:8px;display:flex}._UnderMaintenance_content_button_30yp0_79 .button-container{padding:6px 12px!important}._UnderMaintenance_decorImg_30yp0_88{pointer-events:none;max-width:225px;position:absolute;bottom:0;right:0;transform:translate(50%,35%)}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Shop_1fptx_30{width:100%;height:100%;padding-left:calc(24px + max(var(--tg-content-safe-area-inset-left,0px) - 24px, 0px) + 0px + max(var(--tg-safe-area-inset-left,0px) - 0px, 0px));padding-right:calc(24px + max(var(--tg-content-safe-area-inset-right,0px) - 24px, 0px) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));padding-top:calc(42px + max(var(--tg-content-safe-area-inset-top,0px) - 42px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));flex-direction:column;padding-bottom:16px;display:flex;position:relative;overflow-y:auto}._Shop_bg_1fptx_43{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}._Shop_bg_1fptx_43 img{object-fit:cover;width:100%;height:100%}._Shop_title_1fptx_57{min-width:220px;padding:16px;position:absolute;top:0;left:50%;translate:-50%}._Shop_title_bg_1fptx_66{position:absolute;inset:0}._Shop_title_bg_1fptx_66 img{width:100%;height:100%}._Shop_title_text_1fptx_75{text-align:center;text-transform:uppercase;font-size:28px;line-height:100%}._Shop_inner_1fptx_82{flex-direction:column;align-items:center;display:flex;position:relative}._Shop_content_1fptx_89{flex-direction:column;flex:1 0 0;width:100%;display:flex}._Shop_content_header_1fptx_96{padding-left:40px;position:relative}._Shop_nav_side_1fptx_101{align-items:center;gap:8px;display:flex}._Shop_nav_1fptx_101{justify-content:space-between;align-items:flex-end;width:100%;display:flex;position:absolute;bottom:0;left:0;translate:0 -6px}._Shop_content_switcher_1fptx_118{border:1px solid #352626;border-bottom:unset;background:radial-gradient(192.21% 101.23% at 63.85% 100%,#f6e4d1 0%,#dfc3a6 100%);border-radius:8px 8px 0 0;width:fit-content;display:flex;position:relative;overflow:hidden}._Shop_content_switcher_item_1fptx_129{text-align:center;color:inherit;cursor:pointer;align-items:center;gap:2px;padding:6px;font-size:14px;line-height:100%;text-decoration:none;transition:background .2s ease-in-out;display:flex}._Shop_content_switcher_item_1fptx_129._active_1fptx_143{background:#ffd180}._Shop_content_switcher_item_1fptx_129+._Shop_content_switcher_item_1fptx_129{border-left:1px solid #352626}._Shop_content_body_1fptx_150{background:radial-gradient(118.86% 59.67%,#c2976d00 0%,#debf90 100%),radial-gradient(95.21% 69.17% at 46.68%,#ffe2b7 68.53%,#c2976d 100%);border:2px solid #352626;border-radius:8px;flex-direction:column;flex:1 0 0;padding:16px;display:flex}._Shop_content_body_list_1fptx_162{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:auto;gap:12px 8px;width:100%;margin-top:10px;display:grid}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmotionShopItem_c49hi_30{background:#6f4c2f;border:2px solid #352626;border-radius:8px;flex-direction:column;gap:4px;padding:4px 4px 6px;display:flex;box-shadow:0 2px #00000059}._EmotionShopItem_header_c49hi_41{aspect-ratio:1;width:100%;padding:6px;padding-bottom:unset;background:#ffe2b6;border-radius:4px;flex-direction:column;display:flex}._EmotionShopItem_title_c49hi_52{text-align:center;font-size:14px}._EmotionShopItem_img_c49hi_57{flex:1 0 0;justify-content:center;align-items:center;min-height:0;display:flex}._EmotionShopItem_img_c49hi_57 img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}._EmotionShopItem_button_c49hi_72{height:32px}._EmotionShopItem_button_c49hi_72>div{justify-content:center;align-items:center;gap:4px;height:100%;display:flex;font-size:12px!important}._EmotionShopItem_button_c49hi_72._star_c49hi_83>div,._EmotionShopItem_button_c49hi_72._ton_c49hi_86>div{background:#ffd180!important}._EmotionShopItem_button_c49hi_72._has_c49hi_89>div{background:#ffb17b!important}._EmotionShopItem_button_c49hi_72 img,._EmotionShopItem_button_c49hi_72 svg{width:auto;height:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._CardSkinItem_2guzc_30{background:#6f4c2f;border:2px solid #352626;border-radius:8px;flex-direction:column;gap:4px;padding:4px 6px 6px;display:flex;box-shadow:0 2px #00000059}._CardSkinItem_header_2guzc_41{aspect-ratio:1;padding-inline:2px;border-radius:4px;flex-direction:column;width:100%;padding-bottom:0;display:flex;position:relative}._CardSkinItem_title_2guzc_52{color:#f6e4d1;font-size:12px}._CardSkinItem_img_2guzc_57{flex:1 0 0;justify-content:center;align-items:center;display:flex;position:relative}._CardSkinItem_preview_2guzc_65{filter:drop-shadow(0 4px #00000059);aspect-ratio:1/1.3!important;width:100%!important;height:auto!important}._CardSkinItem_count_2guzc_72{text-align:center;letter-spacing:-.02em;background-color:#f6e4d1;border:2px solid #352626;border-radius:1000px;align-items:center;gap:2px;padding:2px 4px;font-size:12px;line-height:100%;display:flex;position:absolute;bottom:10px;left:10px}._CardSkinItem_count_2guzc_72 svg{width:auto;height:12px}._CardSkinItem_count_2guzc_72 svg path[fill],._CardSkinItem_count_2guzc_72 svg g[fill]{fill:#000}._CardSkinItem_count_2guzc_72 svg path[stroke],._CardSkinItem_count_2guzc_72 svg g[stroke]{stroke:#000}._CardSkinItem_button_2guzc_101{margin-top:2px}._CardSkinItem_button_2guzc_101>div{align-items:center;gap:4px;display:flex}._CardSkinItem_button_2guzc_101._star_2guzc_109>div,._CardSkinItem_button_2guzc_101._ton_2guzc_112>div,._CardSkinItem_button_2guzc_101._goldenDust_2guzc_115>div{background:#ffd180!important}._CardSkinItem_button_2guzc_101._has_2guzc_118>div,._CardSkinItem_button_2guzc_101._active_2guzc_118>div{background:#ffb17b!important}._CardSkinItem_button_2guzc_101 img,._CardSkinItem_button_2guzc_101 svg{width:auto;height:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FindMatchLabel_6edpb_30{z-index:1000;border:2px solid #352626;border-radius:24px;justify-content:space-between;width:350px;height:40px;display:flex;position:fixed;top:20px;left:50%;overflow:hidden;translate:-50%}._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{align-items:center;gap:4px;height:100%;padding-left:4px;display:flex}._FindMatchLabel_img_6edpb_65{height:100%}._FindMatchLabel_img_6edpb_65 img,._FindMatchLabel_img_6edpb_65 svg{width:auto;height:100%}._FindMatchLabel_title_6edpb_74{text-transform:uppercase;font-size:12px;line-height:100%}._FindMatchLabel_text_6edpb_80{letter-spacing:-.02em;font-size:10px;line-height:100%}._FindMatchLabel_buttons_6edpb_47{height:100%;padding:3px}._FindMatchLabel_buttons_item_6edpb_47{height:100%}._FindMatchLabel_buttons_item_6edpb_47>div{text-transform:uppercase;height:100%;min-width:70px!important;box-shadow:none!important;padding:0 8px!important;font-size:12px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Loader_1ease_30{z-index:1000000;width:100%;height:100%;position:absolute;top:0;left:0}._Loader_bg_1ease_39{object-fit:cover;object-position:center;width:101%;height:101%;position:absolute;top:50%;left:50%;translate:-50% -50%}._Loader_logo_1ease_50{width:auto;height:25%;min-height:175px;position:absolute;top:50%;left:50%;translate:-50% -50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}.loader-bar{left:calc(10px + max(var(--tg-safe-area-inset-left,0px) - 10px, 0px) + 0px + max(var(--tg-content-safe-area-inset-left,0px) - 0px, 0px));position:absolute;top:50%;transform:translateY(-50%)}.loader-bar .loader-track{background:#2c2421bf;border-radius:4px;width:8px;height:267px;padding:2px}.loader-bar .loader-track>div{background:#ffd180;border-radius:2px;transition:height .25s;position:relative}.loader-bar .loader-track>div .loader-value{filter:drop-shadow(0 2px #00000059);background:#ffd180;border:2px solid #352626;border-radius:6px;padding:3px 5px;transition:top .25s;position:absolute;bottom:0;left:calc(100% + 10px);transform:translateY(50%)}.loader-bar .loader-track>div .loader-value>svg{position:absolute;top:50%;right:100%;transform:translateY(-50%)}.loader-bar .loader-track>div .loader-value span{font-size:16px}.loader-bar .loader-track>div .loader-value p{color:#35262699;font-size:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._PageNotFound_root_catqd_30{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._PageNotFound_overlay_catqd_41{background-color:#0000008c;position:absolute;inset:0}._PageNotFound_content_catqd_47{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:0 24px;display:flex;position:relative}._PageNotFound_title_catqd_57{color:#fff;text-shadow:0 4px 16px #0009;letter-spacing:4px;margin:0;font-size:96px;font-weight:700;line-height:1}._PageNotFound_subtitle_catqd_67{color:#e8d9b8;text-shadow:0 2px 8px #000000b3;max-width:320px;margin:0;font-size:18px;font-weight:500;line-height:1.4}._PageNotFound_button_catqd_77{margin-top:8px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}#app-old-version{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex}#app-old-version .wrapper{text-align:center;background-color:#776565;max-width:90%;padding:32px 24px 28px;position:absolute;top:20%}#app-old-version .wrapper h1{color:#fff;text-transform:uppercase;margin-bottom:12px;font-size:20px;font-weight:700}#app-old-version .wrapper h2{color:#fff9;margin-bottom:20px;font-size:17px;font-weight:400}#app-old-version .wrapper .divider{border:1px dashed #3526264d;margin-bottom:20px}#app-old-version .wrapper .buttons{justify-content:center;align-items:center;gap:16px;display:flex}#app-old-version .wrapper .buttons button .container{justify-content:center;align-items:center;gap:6px;font-size:18px;font-weight:700;display:flex}#app-old-version .dog{pointer-events:none;height:max(35%,180px);position:absolute;bottom:0;right:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ContentContainer_5qjj4_30{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;translate:-50% -50%}@media screen and (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{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}._ContentContainer_bg_5qjj4_54 img{object-fit:cover;width:100%;height:100%}._ContentContainer_safeArea_5qjj4_48{z-index:5;border-radius:12px;width:100%;height:100%;position:relative}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Spinner_ol844_30{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}._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{gap:var(--gap);perspective:600px;display:flex}._Spinner_card_ol844_56{width:var(--card-width);height:var(--card-height);transform-style:preserve-3d;animation:1.2s ease-in-out infinite _cardFlip_ol844_1}._Spinner_card_ol844_56 img{object-fit:cover;border-radius:3px;width:100%;height:100%;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{color:#c9a66b;text-align:center;font-size:14px;animation:1.5s ease-in-out infinite _textPulse_ol844_1}@keyframes _textPulse_ol844_1{0%,to{opacity:.6}50%{opacity:1}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameConnectionOverlay_container_vgx2d_30{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}._GameConnectionOverlay_text_vgx2d_43{color:#fff;text-align:center;font-size:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Game_2m2yl_30{background:radial-gradient(327.27% 149.48% at 49.06% 59.91%,#dfcfb2 0%,#b3a58b 61.48%,#a7997f 100%);flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._Game_content_2m2yl_41{flex:1 0 0;justify-content:center;display:flex;position:relative}._Game_content_2m2yl_41._refetching_2m2yl_47{pointer-events:none}._Game_stones_2m2yl_51{z-index:5;pointer-events:none;width:100%;height:calc(100% + 10px);position:absolute;top:0;left:0;overflow-x:clip}._Game_stones_left_2m2yl_62,._Game_stones_right_2m2yl_63{background-position:top;background-repeat:repeat;background-size:100%;height:100%}._Game_stones_left_2m2yl_62{translate:calc(-100% + 15px + max(var(--tg-safe-area-inset-left,0px) - 15px, 0px)) 0;width:calc((50px + max(var(--tg-safe-area-inset-left,0px) - 50px, 0px)) * 1.15);position:absolute;top:0;left:0;scale:1}._Game_stones_right_2m2yl_63{translate:calc(100% - (15px + max(var(--tg-safe-area-inset-right,0px) - 15px, 0px))) 0;width:calc((50px + max(var(--tg-safe-area-inset-right,0px) - 50px, 0px)) * 1.15);position:absolute;top:0;right:0;scale:-1 1}._Game_stones_top_2m2yl_88,._Game_stones_bottom_2m2yl_89{filter:drop-shadow(0 3px #00000040);width:100%;height:25px}@media screen and (height<=600px){._Game_stones_top_2m2yl_88,._Game_stones_bottom_2m2yl_89{height:20px}}._Game_stones_top_2m2yl_88{background-position:bottom;background-repeat:repeat;background-size:auto 100%;position:absolute;top:0;left:0;translate:0}._Game_stones_bottom_2m2yl_89{background-position:left 20% bottom;background-repeat:repeat;background-size:auto 100%;position:absolute;bottom:0;left:0}._Game_content_side_2m2yl_120{flex-direction:column;gap:2px;width:110px;min-width:110px;padding:26px 6px 24px;display:flex}._Game_content_side_2m2yl_120._user_2m2yl_128{padding-left:8px;padding-right:0}._Game_content_side_2m2yl_120._opponent_2m2yl_132{padding-left:0;padding-right:8px}._Game_content_side_section_2m2yl_137{flex-direction:column;gap:6px;width:100%;padding:6px;display:flex}._Game_content_side_bottom_2m2yl_145{flex-direction:column;flex:1 0 0;justify-content:flex-end;padding:6px 6px 8px;display:flex}._Game_logs_2m2yl_153{height:25%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Separator_1w2zl_30{width:100%;height:5px;position:relative}._Separator_1w2zl_30 img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._UserRuneBalance_j9jyz_30{flex-direction:column;gap:4px;width:100%;padding:6px 6px 6px 3px;display:flex}@media screen and (height<=600px){._UserRuneBalance_j9jyz_30{gap:1px;padding:3px 6px 3px 3px}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._UserRuneBalanceItem_biyrl_30{align-items:center;gap:2px;display:flex}._UserRuneBalanceItem_icon_biyrl_36{filter:drop-shadow(0 2px #00000059);height:26px}._UserRuneBalanceItem_icon_biyrl_36 img{width:auto;height:100%}._UserRuneBalanceItem_value_biyrl_45{color:#fff;filter:drop-shadow(0 2px #00000059);align-items:center;gap:6px;line-height:100%;display:flex;font-size:12px!important}._UserRuneBalanceItem_value_biyrl_45 span._green_biyrl_54{color:#afe49f}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RankBadge_151tb_30{align-items:center;gap:2px;display:flex}._RankBadge_badge_151tb_36{object-fit:contain;flex-shrink:0;width:32px;height:32px}._RankBadge_value_151tb_43{font-size:16px;line-height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._UserInfo_1l90c_30{flex-direction:column;justify-content:center;gap:2px;width:100%;padding:6px;display:flex}@media screen and (height<=600px){._UserInfo_1l90c_30{padding-block:3px}}._UserInfo_name_1l90c_44{align-items:center;gap:4px;display:flex;position:relative}._UserInfo_name_text_1l90c_51{flex:1 0 0;display:flex;position:relative}._UserInfo_name_text_1l90c_51 div{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;font-size:14px;line-height:100%;display:-webkit-box;position:absolute;top:50%;left:0;overflow:hidden;translate:0 -50%}._UserInfo_name_button_1l90c_71{flex-shrink:0;width:20px;height:20px}._UserInfo_status_1l90c_77{font-size:12px}._UserInfo_status_1l90c_77._winner_1l90c_80{color:#afe49f}._UserInfo_status_1l90c_77._loser_1l90c_83{color:#ff7979}._UserInfo_rank_1l90c_87{margin-top:-2px}._UserInfo_statistics_1l90c_91{flex-wrap:wrap;gap:4px;margin-top:0;display:flex}._UserInfo_winners_1l90c_98{color:#afe49f;font-size:10px}._UserInfo_losers_1l90c_103{color:#ffb17b;font-size:10px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ReactionBubble_12iix_30{z-index:1000;opacity:0;visibility:hidden;pointer-events:none;background:#f6e4d1;border:2px solid #352626;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-width:90px;height:30px;display:flex;position:absolute;top:50%;translate:0 -50%}._ReactionBubble_12iix_30>svg{position:absolute;top:50%}._ReactionBubble_12iix_30._self_12iix_52{transform-origin:0 100%;margin-left:8px;left:100%}._ReactionBubble_12iix_30._self_12iix_52>svg{left:0;translate:-100% -50%}._ReactionBubble_12iix_30._self_12iix_52 ._ReactionBubble_sticker_12iix_61{scale:-1 1}._ReactionBubble_12iix_30._opponent_12iix_64{transform-origin:100% 100%;margin-right:8px;right:100%}._ReactionBubble_12iix_30._opponent_12iix_64>svg{right:0;translate:100% -50%;scale:-1 1}._ReactionBubble_sticker_12iix_61{width:95%;height:auto;position:absolute;bottom:0;left:50%;translate:-50%}._ReactionBubble_text_12iix_84{text-align:center;font-size:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ActiveEffects_1mkti_30{flex-flow:column wrap;justify-content:center;width:100%;padding:6px 4px;display:flex}._ActiveEffects_line_1mkti_39{justify-content:center;gap:4px;display:flex}._ActiveEffects_line_1mkti_39+._ActiveEffects_line_1mkti_39{margin-top:-3px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameDesk_te610_30{width:100%;display:flex;position:relative}._GameDesk_socket_te610_36{z-index:10;gap:3px;display:flex;position:absolute;top:25px;left:30px}._GameDesk_socket_te610_36 div{aspect-ratio:1;background:#d96c6c;border:2px solid #352626;border-radius:100%;height:10px}._GameDesk_socket_te610_36 div._active_te610_51{background:#afe49f}._GameDesk_sessionNumber_te610_55{z-index:60;pointer-events:none;mix-blend-mode:difference;opacity:.8;font-size:8px;position:absolute;bottom:1%;left:2%}._GameDesk_discardField_te610_66{z-index:30;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}._GameDesk_discardField_overlay_te610_76{z-index:5;opacity:0;background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}._GameDesk_discardField_gradient_te610_87{z-index:10;opacity:0;background:linear-gradient(90deg,#0000,#b91c1c);width:20%;height:100%;position:absolute;top:0;right:0}._GameDesk_discardField_discardCard_te610_98{width:calc(var(--card-width) * 1.2);height:calc(var(--card-height) * 1.2);background:#d96c6c4d;border:4px dashed #ff4141;border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:20px;translate:0% -50%}._GameDesk_discardField_discardCard_te610_98 svg{width:30%;height:auto}._GameDesk_content_te610_117{background:radial-gradient(175.53% 59.79% at 50.08% 44.28%,#dfcfb2 0%,#b3a58b 61.48%,#a7997f 72.12%);border-radius:100px;width:100%;height:100%;position:absolute;top:4px;left:0}@media screen and (height<=600px){._GameDesk_content_te610_117{border-radius:80px}}._GameDesk_frame_te610_132{z-index:5;pointer-events:none;width:100%;height:calc(100% + 8px);position:absolute;top:-8px;left:0}._GameDesk_frame_te610_132._shadow_te610_141{z-index:1}._GameDesk_frame_te610_132 img{width:100%;height:100%}._GameDesk_activeCardField_te610_149{width:calc(100% - var(--card-width) * 3);height:calc(100% - var(--card-height) * 1.3);pointer-events:none;position:absolute;top:0%;left:50%;translate:-50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ButtonTurn_qeefr_30{background:#a0927a;border:2px solid #352626;border-radius:1000px;padding:1px;box-shadow:inset 1px 1px #00000040}._ButtonTurn_qeefr_30>div{padding:5px 8px!important}@media screen and (height<=600px){._ButtonTurn_qeefr_30>div{padding:4px 6px!important;font-size:11px!important}}._ButtonTurn_qeefr_30 span{text-transform:lowercase}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DeskFrame_8ql3o_30{z-index:10;pointer-events:none;filter:drop-shadow(4px 4px #00000040);width:calc(100% + 5px);height:102%;position:absolute;top:0;left:50%;translate:-50% -7px}@media screen and (height<=600px){._DeskFrame_8ql3o_30{translate:-50% -5px}}._DeskFrame_angle_8ql3o_47{z-index:5;height:70px;position:absolute}@media screen and (height<=600px){._DeskFrame_angle_8ql3o_47{height:50px}}._DeskFrame_angle_8ql3o_47 img{width:auto;height:100%}._DeskFrame_angle_8ql3o_47._tl_8ql3o_61{top:0;left:0}._DeskFrame_angle_8ql3o_47._tr_8ql3o_65{top:0;right:0;translate:2%;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{background-position:0;background-repeat:repeat;background-size:100%;width:30px;height:calc(100% - 40px);-webkit-mask-image:linear-gradient(#0000,#000 20px calc(100% - 20px),#0000);mask-image:linear-gradient(#0000,#000 20px calc(100% - 20px),#0000)}@media screen and (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{background-position:bottom;background-repeat:repeat;background-size:auto 100%;width:calc(100% - 40px);height:30px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 20px calc(100% - 20px),#0000);mask-image:linear-gradient(90deg,#0000,#000 20px calc(100% - 20px),#0000)}@media screen and (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%}._DeskFrame_side_8ql3o_83._b_8ql3o_71{bottom:0%;left:50%;translate:-50% 10%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ViewCard_1b9db_30{z-index:50;width:100%;height:100%;position:fixed;top:0;left:0}._ViewCard_overlay_1b9db_39{background-color:#00000080;width:100%;height:100%;animation:.2s ease-out _fadeOverlay_1b9db_1;position:absolute;top:0;left:0}._ViewCard_cardPlace_1b9db_49{width:calc(var(--card-width) * 2.6);height:calc(var(--card-height) * 2.6);animation:.25s ease-out _viewCardScale_1b9db_1;position:absolute;top:50%;left:50%;translate:-50% -50%}@keyframes _fadeOverlay_1b9db_1{0%{opacity:0}to{opacity:1}}@keyframes _viewCardScale_1b9db_1{0%{opacity:0;scale:.8}to{opacity:1;scale:1}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameDeskCards_r9twh_31{pointer-events:none;transition:filter .2s ease-in-out;position:absolute;inset:0}._GameDeskCards_r9twh_31._refetching_r9twh_38{z-index:5;filter:blur(5px);pointer-events:none!important}._GameDeskCards_r9twh_31._refetching_r9twh_38 *{pointer-events:none!important}._GameDeskCards_goldCard_r9twh_47{z-index:10;aspect-ratio:1/1.32;filter:drop-shadow(4px 4px #00000040);cursor:pointer;pointer-events:auto;width:fit-content;height:clamp(90px,30%,200px);position:absolute;top:10%;left:9%;translate:0}._GameDeskCards_goldCard_r9twh_47 .card-item{filter:unset;position:absolute;top:0;left:0;width:100%!important;height:100%!important}._GameDeskCards_opponentCards_r9twh_69{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:20px;left:50%;overflow:hidden;translate:-50%}._GameDeskCards_opponentCards_r9twh_69 .card-item{aspect-ratio:1/1.32;height:clamp(0px,20%,200px)!important;width:unset!important}._GameDeskCards_opponentViewCards_r9twh_86{z-index:40;pointer-events:none;justify-content:center;gap:16px;width:1000%;height:clamp(0px,22%,200px);display:flex;position:absolute;top:0;left:50%;translate:-50% -5%}@media screen and (height<=500px){._GameDeskCards_opponentViewCards_r9twh_86{gap:10px}}._GameDeskCards_opponentViewCards_r9twh_86 .card-item{aspect-ratio:1/1.32;height:100%!important;width:unset!important}._GameDeskCards_removedOpponentCards_r9twh_110{z-index:2;width:100%;height:calc(var(--card-height) * 2);pointer-events:none;position:absolute;top:0;left:50%;overflow:hidden;translate:-50%}._GameDeskCards_deckCards_r9twh_122{z-index:10;aspect-ratio:1/1.32;filter:drop-shadow(4px 4px #00000040);pointer-events:none;width:fit-content;height:clamp(90px,30%,200px);position:absolute;top:10%;right:9%;translate:0}._GameDeskCards_deckCards_r9twh_122 .card-item{width:100%!important;height:100%!important}._GameDeskCards_deckCards_overlay_r9twh_139{z-index:15;position:absolute;top:50%;left:50%;translate:-50% -50%}._GameDeskCards_deckCards_overlay_text_r9twh_147{font-size:24px}._GameDeskCards_archiveCards_r9twh_151{z-index:14;aspect-ratio:1/1.32;filter:drop-shadow(4px 4px #00000040);pointer-events:auto;width:fit-content;height:clamp(90px,30%,200px);position:absolute;top:50%;left:50%;translate:-95% -80%}._GameDeskCards_archiveCards_r9twh_151 .card-item{aspect-ratio:1/1.32;height:100%!important;width:unset!important}._GameDeskCards_activeCards_r9twh_169{z-index:15;pointer-events:auto;width:fit-content;height:clamp(90px,30%,200px);position:absolute;top:50%;left:50%;translate:-50% -80%}._GameDeskCards_activeCards_r9twh_169 .card-item{aspect-ratio:1/1.32;height:100%!important;width:unset!important}._GameDeskCards_playerCards_r9twh_185{z-index:20;pointer-events:none;justify-content:center;gap:16px;width:500%;height:clamp(90px,32%,200px);display:flex;position:absolute;bottom:0;left:50%;translate:-50% -20px}._GameDeskCards_playerCards_r9twh_185>*{pointer-events:all}@media screen and (height<=600px){._GameDeskCards_playerCards_r9twh_185{gap:10px}}._GameDeskCards_playerCards_r9twh_185 .card-item{aspect-ratio:1/1.32;height:100%!important;width:unset!important}._GameDeskCards_buttonTurn_r9twh_215{z-index:10;pointer-events:auto;position:absolute;top:50%;right:5%;translate:0 -50%}._GameDeskCards_removedPlayerCards_r9twh_224{z-index:20;width:var(--card-width);height:var(--card-height);position:fixed;top:50%;right:0;translate:250% -50%}._GameDeskCards_previewCardField_r9twh_234{z-index:30;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}._GameDeskCards_previewCardField_r9twh_234._active_r9twh_243{pointer-events:all}._GameDeskCards_previewCardField_r9twh_234._active_r9twh_243 ._GameDeskCards_previewCardField_overlay_r9twh_246{opacity:1}._GameDeskCards_previewCardField_overlay_r9twh_246{opacity:0;background-color:#00000080;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}._GameDeskCards_previewCardField_cardPlace_r9twh_262{width:calc(var(--card-width) * 2.6);height:calc(var(--card-height) * 2.6);position:absolute;top:50%;left:50%;translate:-50% -50%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameSidePlayer_117v5_30{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));flex-direction:column;gap:2px;display:flex}@media screen and (height<=600px){._GameSidePlayer_117v5_30{gap:0;padding-top:22px}}._DebugPlayersStats_117v5_46{z-index:1000;position:fixed;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameSideOpponent_1cpzp_30{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));flex-direction:column;gap:2px;display:flex}@media screen and (height<=600px){._GameSideOpponent_1cpzp_30{gap:0;padding-top:22px}}._DebugPlayersStats_1cpzp_46{z-index:1000;position:fixed;top:0;right:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameMenu_ehzc7_30{z-index:30;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;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:8px}._GameMenu_buttons_ehzc7_42{pointer-events:none;align-items:flex-end;gap:8px;display:flex}._GameMenu_button_ehzc7_42{pointer-events:all}._GameMenu_button_ehzc7_42 svg{width:auto;height:60%}._GameMenu_button_ehzc7_42 svg path[fill],._GameMenu_button_ehzc7_42 svg g[fill]{fill:#352626}._GameMenu_button_ehzc7_42 svg path[stroke],._GameMenu_button_ehzc7_42 svg g[stroke]{stroke:#352626}._GameMenu_button_ehzc7_42._log_ehzc7_64>div{font-size:12px}._GameMenu_button_ehzc7_42._log_ehzc7_64 svg{height:60%}._GameMenu_button_ehzc7_42._share_ehzc7_70 svg{height:50%}._GameMenu_button_ehzc7_42._exit_ehzc7_73 svg{height:60%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GameTopProgress_1op0m_30{width:100%;height:64px;position:relative;overflow-x:clip}@media screen and (width>=1440px){._GameTopProgress_1op0m_30{height:100px}}._GameTopProgress_bg_1op0m_42{z-index:1;background-position:bottom;background-repeat:repeat;background-size:auto 100%;width:100%;height:calc(100% + 4px);position:absolute;top:0;left:0}._GameTopProgress_content_1op0m_54{z-index:20;justify-content:center;gap:3px;width:100%;height:70%;display:flex;position:absolute;top:50%;left:50%;translate:-50% -45%}._GameTopProgress_content_chest_1op0m_67{height:100%;position:relative}._GameTopProgress_content_chest_1op0m_67 img{width:auto;height:100%}._GameTopProgress_content_chest_reward_1op0m_76{z-index:5;background:#afbfff;border:2px solid #352626;border-radius:1000px;align-items:center;gap:2px;padding:2px 4px 2px 2px;font-size:12px;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%}._GameTopProgress_content_chest_reward_1op0m_76 img,._GameTopProgress_content_chest_reward_1op0m_76 svg{width:auto;height:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ProgressTunnel_1n0yb_30{flex:1 0 0;height:100%;display:flex}._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{height:100%;transition:width .2s ease-in-out;display:flex;position:relative}._ProgressTunnel_content_1n0yb_54 svg{width:100%;height:100%}._ProgressTunnel_items_1n0yb_35{align-items:flex-end;gap:10px;width:auto;height:75%;display:flex;position:absolute}._ProgressTunnel_items_1n0yb_35 img{width:auto;height:100%}._ProgressTunnel_items_1n0yb_35 img._stones_1n0yb_78{height:90%}._ProgressTunnel_dog_1n0yb_50{z-index:2;height:100%;position:relative}._ProgressTunnel_dog_1n0yb_50 img{width:auto;height:100%;scale:1.2}._ProgressTunnel_badge_1n0yb_93{z-index:3;white-space:nowrap;border:2px solid #352626;border-radius:5px;padding:2px 3px;font-size:12px;position:absolute;bottom:0;left:50%;translate:-50% 110%}._ProgressTunnel_dog_progress_1n0yb_50{background-color:#ffd180}._ProgressTunnel_stones_1n0yb_49{z-index:2;height:100%;position:relative}._ProgressTunnel_stones_1n0yb_49 img{width:auto;height:100%;translate:0 20%}._ProgressTunnel_stones_progress_1n0yb_49{background-color:#d96c6c}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ChangeTurnPopup_1dbwg_30{z-index:1000;opacity:0;pointer-events:none;padding:32px 128px;position:absolute;top:50%;left:50%;translate:-50% -50%;scale:.5}._ChangeTurnPopup_1dbwg_30._isMyTurn_1dbwg_41:before{background:linear-gradient(90deg,#0000,#ff7d21 50%,#0000)}._ChangeTurnPopup_1dbwg_30:before{content:"";filter:blur(20px);background:linear-gradient(90deg,#0000,#d93131 50%,#0000);width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000,#000,#000,#0000);mask-image:linear-gradient(90deg,#0000,#000,#000,#000,#0000)}._ChangeTurnPopup_title_1dbwg_56{color:#fff;white-space:nowrap;font-size:32px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._UserSpeedBonus_kxqi4_30{color:#352626;letter-spacing:-.02em;filter:drop-shadow(0 1.5px #00000040);padding:2px 4px 4px;font-size:12px;line-height:100%}._UserSpeedBonus_bonus_kxqi4_39{color:#ffb17b;display:inline;translate:0 5%;font-size:11px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._MatchLogsModal_1l69w_30{height:25%;padding:28px var(--game-side-width) 0px;flex-direction:column;align-items:center;display:flex;position:relative}._MatchLogsModal_logs_1l69w_39{width:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HomeV2_abm2x_30{width:100%;height:100%;padding:16px;padding-top:calc(16px + max(var(--tg-content-safe-area-inset-top,0px) - 16px, 0px) + 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) + 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) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));background-color:#100b04}._HomeV2_logo_abm2x_40{z-index:10;pointer-events:none;height:72px;position:absolute;top:10px;left:50%;translate:-50%}._HomeV2_logo_abm2x_40 img{width:auto;height:100%}._HomeV2_container_abm2x_54{z-index:10;width:100%;height:100%;position:relative}._HomeV2_profile_abm2x_61{align-items:center;gap:6px;display:flex;position:absolute;top:0;left:0}._HomeV2_back_abm2x_70{width:auto;height:40px}._HomeV2_content_abm2x_75{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}._HomeV2_bg_abm2x_84{justify-content:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._HomeV2_bg_abm2x_84 img{object-fit:cover;object-position:top center;width:100%;height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._NavItem_1t9mk_30{padding:0;cursor:pointer;filter:drop-shadow(0 2px #0000004d);align-items:center;height:30px;padding-inline:46px 14px;transition:scale .1s ease-in-out;display:flex;position:relative}._NavItem_1t9mk_30:active{scale:.96}._NavItem_bg_1t9mk_46{width:100%;height:100%;position:absolute;top:0;left:0}._NavItem_bg_1t9mk_46 img{width:100%;height:100%}._NavItem_icon_1t9mk_58{filter:drop-shadow(0 2px #0000004d);width:42px;position:absolute;bottom:2px;left:2px}._NavItem_icon_1t9mk_58 svg{width:100%;height:auto}._NavItem_label_1t9mk_70{font-size:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HomeNav_b8287_30{flex-direction:column;gap:16px;display:flex;position:absolute;bottom:4px;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HomeAvatar_bz5xa_30{aspect-ratio:1;flex-shrink:0;height:50px;position:relative}._HomeAvatar_frame_bz5xa_37{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}._HomeAvatar_frame_bz5xa_37 img{width:100%;height:100%;position:absolute;top:0;left:0}._HomeAvatar_img_bz5xa_53{z-index:1;border-radius:100%;width:80%;height:80%;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}._HomeAvatar_img_bz5xa_53:before{content:"";z-index:2;border-radius:inherit;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 4px #0006}._HomeAvatar_img_bz5xa_53 img{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._BalancePillStone_1krae_30{filter:drop-shadow(0 2px #0000004d);justify-content:center;align-items:center;min-width:80px;height:24px;padding-inline:24px 12px;display:flex;position:relative}._BalancePillStone_bg_1krae_41{width:100%;height:100%;position:absolute;top:0;left:0}._BalancePillStone_bg_1krae_41 svg,._BalancePillStone_bg_1krae_41 img{width:100%;height:100%}._BalancePillStone_icon_1krae_54{height:100%;position:absolute;top:50%;left:0;translate:-20% -50%}._BalancePillStone_icon_1krae_54 img,._BalancePillStone_icon_1krae_54 svg{width:auto;height:100%}._BalancePillStone_value_1krae_67{text-align:center;font-size:12px;line-height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HomeTopBar_cim43_30{align-items:center;gap:8px;display:flex;position:absolute;top:0;right:0}._HomeTopBar_settings_cim43_39{height:26px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RockButton_bb4nx_30{filter:drop-shadow(0 4px #0000004d);cursor:pointer;transition:scale .1s ease-in-out;position:relative}._RockButton_bb4nx_30:active{scale:.95}._RockButton_bg_bb4nx_41{position:absolute;inset:-9px;translate:0 3%}._RockButton_bg_bb4nx_41>img{width:100%;height:100%;position:absolute;top:0;left:0}._RockButton_btn_bb4nx_54{width:100%;height:100%}._RockButton_btn_bb4nx_54>div{width:100%;height:100%;font-size:16px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HomeMatchMode_pqd1b_30{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:4px;right:0}._HomeMatchMode_content_pqd1b_39{filter:drop-shadow(0 4px #0000004d);border-radius:20px;flex-direction:column;justify-content:space-between;width:220px;height:100px;padding:8px 12px;display:flex;position:relative}._HomeMatchMode_content_image_pqd1b_51{z-index:0;pointer-events:none;position:absolute;inset:10px;overflow:hidden}._HomeMatchMode_content_image_pqd1b_51 img{object-fit:cover;width:100%;height:100%}._HomeMatchMode_content_frame_pqd1b_64{z-index:1;pointer-events:none;position:absolute;inset:0}._HomeMatchMode_content_frame_pqd1b_64 img{width:100%;height:100%;position:absolute;top:0;left:0}._HomeMatchMode_content_title_pqd1b_78{z-index:2;text-align:center;text-transform:uppercase;position:relative;font-size:14px!important}._HomeMatchMode_content_description_pqd1b_86{z-index:2;text-align:center;color:#fff;width:50%;font-size:10px;position:absolute;top:40%;right:20px;translate:0 -50%}._HomeMatchMode_playBtnWrap_pqd1b_98{width:80%;height:40px;margin-top:-20px}._HomeMatchMode_selector_pqd1b_104{z-index:5;width:80%;position:absolute;top:0;left:50%;translate:-50% -40%}._HomeMatchMode_tonMatchLabel_pqd1b_113{z-index:5;transform-origin:bottom;background:linear-gradient(266deg,#c194ff 16.15%,#afbfff 79.33%);border:2px solid #352626;border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:42px;padding:4px;transition:opacity .3s ease-in-out,scale .3s ease-in-out,translate .3s ease-in-out;display:flex;position:absolute;bottom:calc(100% + 22px);left:50%;translate:-50%}._HomeMatchMode_tonMatchLabel_pqd1b_113._hide_pqd1b_132{opacity:0;translate:-50% 50%;scale:.2}._HomeMatchMode_tonMatchLabel_pqd1b_113>svg{width:auto;height:7px;position:absolute;top:100%;left:50%;translate:-50%}._HomeMatchMode_tonMatchLabel_left_pqd1b_146{align-items:center;gap:8px;height:100%;display:flex}._HomeMatchMode_tonMatchLabel_img_pqd1b_153{aspect-ratio:1;height:100%;position:relative}._HomeMatchMode_tonMatchLabel_img_pqd1b_153 img{object-fit:contain;width:100%;height:100%;position:absolute;top:50%;left:50%;translate:-50% -50%;scale:1.4}._HomeMatchMode_tonMatchLabel_info_pqd1b_169{flex-direction:column;gap:2px;display:flex}._HomeMatchMode_tonMatchLabel_title_pqd1b_175{text-transform:uppercase;font-size:12px;line-height:100%}._HomeMatchMode_tonMatchLabel_subtitle_pqd1b_181{letter-spacing:-0.02%;font-size:10px;line-height:100%}._HomeMatchMode_tonMatchLabel_btn_pqd1b_187,._HomeMatchMode_tonMatchLabel_btn_pqd1b_187>div{height:100%}._HomeMatchMode_selector_btn_pqd1b_194{cursor:pointer;justify-content:center;align-items:center;width:100%;height:38px;transition:scale .1s ease-in-out;display:flex}._HomeMatchMode_selector_btn_pqd1b_194:active{scale:.98}._HomeMatchMode_selector_btn_bg_pqd1b_208,._HomeMatchMode_selector_btn_bg_pqd1b_208 img{width:100%;height:100%;position:absolute;top:0;left:0}._HomeMatchMode_selector_btn_label_pqd1b_223{z-index:5;text-transform:uppercase;font-size:12px!important}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ModeSelectorMenu_1pdti_30{z-index:-2;padding:10px;pointer-events:auto;transform-origin:bottom;background-color:#594235;border-radius:10px;flex-direction:column;gap:2px;width:95%;padding-bottom:20px;display:flex;position:absolute;bottom:calc(100% - 15px);left:50%;translate:-50%}._ModeSelectorMenu_item_1pdti_48{cursor:pointer;justify-content:center;align-items:center;width:100%;height:55px;padding:0 12px;transition:scale .1s ease-in-out,background .1s ease-in-out;display:flex;position:relative}._ModeSelectorMenu_item_1pdti_48._comingSoon_1pdti_60{pointer-events:none}._ModeSelectorMenu_item_1pdti_48._comingSoon_1pdti_60 ._ModeSelectorMenu_item_image_1pdti_63{filter:brightness(.4)}._ModeSelectorMenu_item_1pdti_48:active{scale:.97}._ModeSelectorMenu_item_image_1pdti_63{z-index:0;position:absolute;inset:8px;overflow:hidden}._ModeSelectorMenu_item_image_1pdti_63 img{object-fit:cover;width:100%;height:100%}._ModeSelectorMenu_item_frame_1pdti_82{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}._ModeSelectorMenu_item_frame_1pdti_82 img{width:100%;height:100%}._ModeSelectorMenu_item_title_1pdti_95{z-index:2;width:80%;padding:6px 16px;position:absolute;top:0;left:50%;translate:-50%}._ModeSelectorMenu_item_title_text_1pdti_105{text-align:center;text-transform:uppercase;font-size:8px!important}._ModeSelectorMenu_item_title_bg_1pdti_111{width:100%;height:100%;position:absolute;top:0;left:0}._ModeSelectorMenu_item_title_bg_1pdti_111 img{width:100%;height:100%}._ModeSelectorMenu_item_comingSoon_1pdti_123{z-index:3;text-transform:uppercase;color:#fff;justify-content:center;align-items:center;gap:4px;width:90%;display:flex;position:absolute;top:55%;left:50%;translate:-50% -50%;font-size:8px!important}._ModeSelectorMenu_item_comingSoon_1pdti_123 svg{width:auto;height:10px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._HomeRankProgress_1y7wa_30{cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;height:52px;padding:8px 16px 12px 12px;display:flex;position:relative}._HomeRankProgress_frame_1y7wa_42{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}._HomeRankProgress_frame_1y7wa_42 img{width:100%;height:100%}._HomeRankProgress_badge_1y7wa_55{z-index:2;aspect-ratio:1;flex-shrink:0;height:100%;position:relative}._HomeRankProgress_badge_1y7wa_55 img{object-fit:contain;width:100%;height:100%}._HomeRankProgress_info_1y7wa_68{z-index:2;flex-direction:column;flex:1;gap:2px;display:flex;position:relative}._HomeRankProgress_points_1y7wa_77{color:#f3e2c7;text-align:center;font-size:10px}._HomeRankProgress_bar_1y7wa_83{background-color:#a86954;border:1px solid #352626;border-radius:1000px;width:95px;height:14px;padding:2px;position:relative;overflow:hidden;box-shadow:0 2px #0009}._HomeRankProgress_bar_inner_1y7wa_95{border-radius:inherit;background:#783e28;border:1px solid #352626;width:100%;height:100%;position:relative;overflow:hidden}._HomeRankProgress_bar_fill_1y7wa_105{border-radius:inherit;background-color:#f3e2c7;height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentsWidget_62otu_30{z-index:5;cursor:pointer;filter:drop-shadow(0 2px #0000004d);background:0 0;border:none;padding-left:10px;transition:scale .1s ease-in-out;position:absolute;top:30px;right:0}._TournamentsWidget_62otu_30:active{scale:.96}._TournamentsWidget_inner_62otu_46{flex-direction:column;align-items:center;gap:3px;width:135px;padding:8px 0;display:flex;position:relative}._TournamentsWidget_bg_62otu_56{z-index:-1;position:absolute;inset:0}._TournamentsWidget_bg_62otu_56 img{width:100%;height:100%}._TournamentsWidget_title_62otu_66{letter-spacing:-.02em;font-size:10px}._TournamentsWidget_rows_62otu_71{flex-direction:column;gap:2px;width:100%;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentWidgetRow_pg0pz_30{align-items:center;padding-left:10px;padding-right:6px;display:flex;position:relative}._TournamentWidgetRow_pg0pz_30._registration_pg0pz_37{--plate-fill:#ffd180;--row-text:#352626}._TournamentWidgetRow_pg0pz_30._active_pg0pz_41{--plate-fill:#afe49f;--row-text:#352626}._TournamentWidgetRow_pg0pz_30._inactive_pg0pz_45{--plate-fill:#3d1e00;--row-text:#ff7979}._TournamentWidgetRow_cup_pg0pz_50{z-index:2;filter:drop-shadow(0 1px #00000059);width:auto;height:100%;position:absolute;top:50%;left:0;translate:-50% -60%}._TournamentWidgetRow_plate_pg0pz_61{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;flex:1;justify-content:space-between;align-items:center;gap:4px;height:18px;padding:4px 6px;display:flex;position:relative}._TournamentWidgetRow_plate_pg0pz_61>*{z-index:2}._TournamentWidgetRow_plate_bg_pg0pz_78{z-index:1;width:100%;height:110%;color:var(--plate-fill);position:absolute;bottom:0;left:0}._TournamentWidgetRow_label_pg0pz_88{letter-spacing:-.02em;white-space:nowrap;color:var(--row-text);font-size:10px;position:relative}._TournamentWidgetRow_value_pg0pz_96{letter-spacing:-.02em;white-space:nowrap;color:var(--row-text);font-size:10px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._EmailOtpForm_el72r_30{width:100%}._EmailOtpForm_slide_el72r_34{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._EmailOtpForm_input_el72r_42{color:#fff;background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:20px;outline:none;width:100%;height:40px;padding:0 16px;font-size:14px}._EmailOtpForm_input_el72r_42::placeholder{color:#ffffff80}._EmailOtpForm_hint_el72r_57{color:#fff9;text-align:center;word-break:break-all;width:100%;margin:0;font-size:13px}._EmailOtpForm_otpGroup_el72r_66{justify-content:center;gap:8px;width:100%;padding:4px 0;display:flex}._EmailOtpForm_otpBox_el72r_74{color:#fff;text-align:center;caret-color:#0000;background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;outline:none;width:40px;height:48px;font-size:20px;font-weight:600}._EmailOtpForm_otpBox_el72r_74:focus{background-color:#ffffff26;border-color:#ffffffb3}._EmailOtpForm_button_el72r_92,._EmailOtpForm_back_el72r_93{width:100%}._EmailOtpForm_button_el72r_92>div,._EmailOtpForm_back_el72r_93>div{width:100%;height:38px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._GoogleAuthButton_3tkd7_30{color:#333;cursor:pointer;background-color:#fff;border:none;border-radius:20px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;padding:0 16px;font-size:14px;font-weight:500;display:flex}._GoogleAuthButton_icon_3tkd7_47{width:18px;height:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._YandexAuthButton_76odj_30{color:#fff;cursor:pointer;background-color:#fc3f1d;border:none;border-radius:20px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;padding:0 16px;font-size:14px;font-weight:500;display:flex}._YandexAuthButton_icon_76odj_47{width:18px;height:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TelegramAuthButton_17gkb_30{justify-content:center;width:100%;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Login_1n2li_30{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100lvh;display:flex;position:relative}._Login_bg_1n2li_40{z-index:-1;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}._Login_logo_1n2li_50{width:auto;height:120px}._Login_title_1n2li_55{color:#fff;margin-top:8px;font-size:24px}._Login_providers_1n2li_61{flex-direction:column;align-items:center;gap:8px;width:290px;margin-top:16px;display:flex}._Login_divider_1n2li_70{color:#ffffff80;align-items:center;gap:12px;width:100%;margin:4px 0;font-size:13px;display:flex}._Login_divider_1n2li_70:before,._Login_divider_1n2li_70:after{content:"";background-color:#fff3;flex:1;height:1px}._Login_providersFast_1n2li_86{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._Login_footer_1n2li_94{color:#fffc;text-align:center;margin-top:16px;font-size:14px}._Login_footer_link_1n2li_101{color:#fff;margin-left:4px;text-decoration:underline}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Quests_50rzq_30{width:100%;height:100%;padding:4px;padding-left:calc(24px + max(var(--tg-content-safe-area-inset-left,0px) - 24px, 0px) + 0px + max(var(--tg-safe-area-inset-left,0px) - 0px, 0px));padding-right:calc(24px + max(var(--tg-content-safe-area-inset-right,0px) - 24px, 0px) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));padding-bottom:16px;position:relative;overflow-y:auto}._Quests_inner_50rzq_41{flex-direction:column;align-items:center;display:flex;position:relative}._Quests_bg_50rzq_48{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}._Quests_bg_50rzq_48 img{object-fit:cover;width:100%;height:100%}._Quests_title_50rzq_62{min-width:220px;padding:16px;position:absolute;top:0;left:50%;translate:-50%}._Quests_title_bg_50rzq_71{position:absolute;inset:0}._Quests_title_bg_50rzq_71 img{width:100%;height:100%}._Quests_title_text_50rzq_80{text-align:center;text-transform:uppercase;font-size:28px;line-height:100%}._Quests_subtitle_50rzq_87{text-align:center;letter-spacing:-.02em;color:#fff9;width:calc(100% - 240px);font-size:14px;line-height:130%;position:absolute;top:50%;left:50%;translate:-50% -50%}._Quests_subtitle_50rzq_87 img{width:auto;height:14px;display:inline}._Quests_subtitle_highlight_50rzq_105{color:#ffd180}._Quests_subtitle_icon_50rzq_109{vertical-align:middle;width:18px;height:18px}._Quests_subtitle_reward_50rzq_115{color:#ffd180;font-weight:700}._Quests_header_50rzq_120{width:100%;margin-top:calc(56px + max(var(--tg-content-safe-area-inset-top,0px) - 56px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));justify-content:space-between;align-items:center;display:flex;position:relative}._Quests_body_50rzq_129{background:radial-gradient(118.86% 59.67%,#c2976d00 0%,#debf90 100%),radial-gradient(95.21% 69.17% at 46.68%,#ffe2b7 68.53%,#c2976d 100%);border:2px solid #352626;border-radius:8px;flex-direction:column;flex:1 0 0;width:100%;margin-top:2px;display:flex;position:relative}._Quests_body_50rzq_129>*{border-radius:inherit}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._QuestsList_tjvsr_30{border-radius:12px;flex-direction:column;flex:1 0 0;padding:12px;display:flex}._QuestsList_header_tjvsr_38{justify-content:space-between;align-items:center;gap:12px;display:flex}._QuestsList_switch_tjvsr_45,._QuestsList_refresh_tjvsr_49{flex:none}._QuestsList_titleBlock_tjvsr_53{text-align:right;flex-direction:column;align-items:flex-end;gap:4px;display:flex}._QuestsList_title_tjvsr_53{text-transform:uppercase;color:#352626;font-size:18px;font-weight:700;line-height:100%}._QuestsList_count_tjvsr_69{letter-spacing:.02em;color:#35262699;font-size:12px;line-height:100%}._QuestsList_countValue_tjvsr_76{color:#352626;font-weight:700}._QuestsList_items_tjvsr_81{flex-direction:column;gap:4px;margin-top:6px;display:flex}._QuestsList_items_tjvsr_81>div:first-child:not([class*=QuestCard]){margin-inline:auto}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._QuestCard_1plue_30{cursor:pointer;opacity:1;background:linear-gradient(90deg,#ffe1ad 0%,#ffd180 90.87%);border:2px solid #352626;border-radius:12px;align-items:stretch;display:flex;position:relative;overflow:hidden;box-shadow:0 2px #00000059}._QuestCard_1plue_30._available_1plue_42{cursor:pointer}._QuestCard_1plue_30._ready_1plue_45{z-index:5;cursor:pointer;animation:1.2s ease-in-out infinite _questCardGlow_1plue_1}._QuestCard_1plue_30._claimed_1plue_50{cursor:default;background:linear-gradient(90deg,#dfd6c0 0%,#ccbe98 90.87%)}._QuestCard_1plue_30._loading_1plue_54{cursor:progress}@keyframes _questCardGlow_1plue_1{0%,to{box-shadow:0 2px #00000059,0 0 14px 2px #ffd180a6}50%{box-shadow:0 2px #00000059,0 0 26px 7px #ffd180}}._QuestCard_loader_1plue_66{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._QuestCard_img_1plue_80{background:#ffb17b;border-right:2px solid #352626;flex-shrink:0;width:75px;position:relative}._QuestCard_img_1plue_80 img{width:100%;height:auto}._QuestCard_info_1plue_92{flex-direction:column;flex:1 0 0;justify-content:space-between;min-width:0;padding:8px 10px;display:flex}._QuestCard_titleRow_1plue_101{align-items:flex-start;gap:8px;display:flex}._QuestCard_title_1plue_101{letter-spacing:.02em;color:#352626;flex:1;min-width:0;font-size:16px;line-height:100%}._QuestCard_progress_1plue_116{letter-spacing:.02em;color:#352626;flex-shrink:0;font-size:14px;font-weight:700;line-height:100%}._QuestCard_bottom_1plue_125{justify-content:space-between;align-items:flex-end;margin-top:8px;display:flex}._QuestCard_reward_1plue_132{letter-spacing:-.02em;color:#352626;background:#ffb17b;border-radius:1000px;align-items:center;gap:4px;padding:4px 6px;font-size:12px;line-height:100%;display:inline-flex}._QuestCard_reward_1plue_132 img{width:auto;height:14px;display:block}._QuestCard_action_1plue_150{letter-spacing:-.02em;color:#352626;text-transform:uppercase;background:#ffb17b;border-radius:1000px;padding:4px 6px;font-size:12px;font-weight:700;line-height:100%}._QuestCard_claimed_1plue_162{align-items:center;height:20px;display:flex}._QuestCard_claimed_1plue_162 svg{color:#352626;width:auto;height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DailyResetTimer_zx993_30{letter-spacing:.02em;color:#35262699;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px;line-height:100%}._DailyResetTimer_time_zx993_39{color:#352626;font-weight:700}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Ranks_d030q_30{width:100%;height:100%;padding-top:calc(72px + max(var(--tg-content-safe-area-inset-top,0px) - 72px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));background:#352626;flex-direction:column;padding-bottom:24px;display:flex;position:relative;overflow:hidden}._Ranks_d030q_30>*{z-index:2}._Ranks_bg_d030q_45{z-index:1;position:absolute;inset:0}._Ranks_bg_d030q_45:before{content:"";z-index:2;opacity:.6;background:radial-gradient(#000,#0000 80%);position:absolute;inset:0}._Ranks_bg_d030q_45 img{object-fit:cover;width:100%;height:100%}._Ranks_title_d030q_64{min-width:220px;padding:16px;position:absolute;top:8px;left:50%;translate:-50%}._Ranks_title_bg_d030q_73{position:absolute;inset:0}._Ranks_title_bg_d030q_73 img{width:100%;height:100%}._Ranks_title_text_d030q_82{text-align:center;text-transform:uppercase;font-size:28px;line-height:100%}._Ranks_content_d030q_89{width:100%;padding-left:calc(16px + max(var(--tg-content-safe-area-inset-left,0px) - 16px, 0px) + 0px + max(var(--tg-safe-area-inset-left,0px) - 0px, 0px));flex:1 0 0;align-items:center;display:flex;position:relative}._Ranks_content_inner_d030q_98{width:100%;height:100%;max-height:320px;display:flex;position:relative}._Ranks_currentRank_back_d030q_106{z-index:10;position:absolute;top:6px;left:6px}._Ranks_currentRank_d030q_106{z-index:5;background:radial-gradient(73.39% 53.32% at 46.68%,#ffe2b7 0%,#c2976d 100%);border:2px solid #352626;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:25%;height:100%;padding:16px;display:flex;position:absolute;top:0;left:0;box-shadow:5px 0 9.9px #00000073}._Ranks_currentRank_suptitle_d030q_131{opacity:.6;font-size:12px;line-height:80%}._Ranks_currentRank_title_d030q_137{margin-top:6px;font-size:20px;line-height:80%}._Ranks_currentRank_img_d030q_143{width:100%;height:120px}._Ranks_currentRank_img_d030q_143 img{object-fit:contain;width:100%;height:100%}._Ranks_currentRank_points_d030q_153{font-size:16px;line-height:80%}._Ranks_currentRank_progressBar_d030q_158{background-color:#a86954;border:2px solid #352626;border-radius:1000px;width:100%;max-width:260px;margin-top:6px;padding:1px;box-shadow:0 4px #0000004d}._Ranks_currentRank_progressBar_inner_d030q_169{background-color:#783e28;border:2px solid #352626;border-radius:1000px;width:100%;height:16px;position:relative;overflow:hidden}._Ranks_currentRank_progressBar_progress_d030q_179{background-color:#ffe7c3;border-right:2px solid #352626;height:100%}._Ranks_currentRank_next_d030q_185{opacity:.6;margin-top:10px;font-size:10px;line-height:80%}._Ranks_devPreview_d030q_192{z-index:10;color:#fff;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#0009;border:1px solid #fff6;border-radius:6px;padding:8px 14px;font-size:12px;position:absolute;top:6px;left:40px}._Ranks_content_rankList_d030q_208{z-index:1;flex:1 0 0;width:100%;height:100%;padding-left:25%;position:relative}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RanksList_1xil8_30{align-items:center;gap:24px;width:100%;height:100%;display:flex;position:relative}._RanksList_shadow_1xil8_39{z-index:5;opacity:.4;pointer-events:none;filter:blur(5px);background:linear-gradient(90deg,#000,#0000 20% 80%,#000);width:110%;height:100%;position:absolute;top:50%;left:50%;translate:-50% -50%}._RanksList_content_1xil8_53{z-index:1;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:scroll clip}._RanksList_content_1xil8_53::-webkit-scrollbar{display:none}._RanksList_content_1xil8_53._dragging_1xil8_69{cursor:grabbing;-webkit-user-select:none;user-select:none}._RanksList_content_inner_1xil8_74{flex-direction:column;align-items:center;width:fit-content;height:100%;padding:0 50%;display:flex;position:relative}._RanksList_contentTop_1xil8_84{flex-direction:column;justify-content:flex-end;width:100%;height:50%;display:flex}._RanksList_rankShieldBg_1xil8_92{flex-direction:column;justify-content:flex-end;width:100%;height:50%;display:flex;position:absolute;top:0;left:0}._RanksList_rankShieldBg_inner_1xil8_103{background:linear-gradient(90deg,#c2976d 1.16%,#ffe2b7 51.17%,#c2976d 99.99%);border:1px solid #352626;border-left:none;border-right:none;width:100%;height:170px;max-height:90%;position:relative}._RanksList_line_1xil8_114{align-items:center;height:16px;margin-top:20px;padding:2px 0;display:flex;position:relative}._RanksList_line_progressBar_1xil8_123{z-index:1;will-change:transform;background-color:#352626;border-radius:1000px;width:100%;height:40%;padding:1px;position:relative;overflow:hidden}._RanksList_line_progressBar_progress_1xil8_135{z-index:1;width:100%;height:100%;clip-path:inset(0 calc(100% - var(--rank-progress,0%)) 0 0);border-radius:inherit;position:relative}._RanksList_line_bg_1xil8_144{background-repeat:repeat;background-size:auto 100%;border-radius:1000px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._RanksList_rank_1xil8_92{z-index:4;flex-direction:column;align-items:center;gap:8px;height:100%;display:flex;position:absolute;top:50%;translate:-50% -50%}._RanksList_rank_1xil8_92 img{width:80px;height:auto}._RanksList_rank_1xil8_92._active_1xil8_171 ._RanksList_rank_point_1xil8_171 svg{scale:1.5}._RanksList_rank_1xil8_92._active_1xil8_171 ._RanksList_chip_1xil8_174{transform-origin:top;scale:1.2}._RanksList_rank_1xil8_92._active_1xil8_171 ._RanksList_rank_shield_1xil8_178 img{scale:1.4}._RanksList_rank_1xil8_92._active_1xil8_171 ._RanksList_rank_shield_label_1xil8_181{translate:0 -110%}._RanksList_rank_point_1xil8_171{z-index:5;height:28px;position:absolute;top:50%;left:50%;translate:-50% -50%}._RanksList_rank_point_1xil8_171 svg{width:auto;height:100%;translate:0 -15%}._RanksList_rank_shield_1xil8_178{flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;height:150px;padding-bottom:6px;display:flex;position:absolute;bottom:calc(100% + 20px);left:50%;translate:-50%}._RanksList_rank_shield_1xil8_178 img{transform-origin:50% 70%;width:auto;height:90px}._RanksList_rank_shield_label_1xil8_181{text-transform:uppercase;white-space:nowrap;line-height:80%}._RanksList_chip_1xil8_174{flex-direction:column;align-items:center;gap:4px;min-width:115px;padding:22px 22px 26px;display:flex;position:absolute;top:calc(100% + 12px);left:50%;translate:-50%}._RanksList_chip_bg_1xil8_237{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}._RanksList_chip_bg_1xil8_237 svg{width:100%;height:100%}._RanksList_chip_1xil8_174._active_1xil8_171._wood_1xil8_250 ._RanksList_chip_bg_1xil8_237 .chip-bg-fill{fill:url(#chip-bg--wood)}._RanksList_chip_1xil8_174._active_1xil8_171._steel_1xil8_254 ._RanksList_chip_bg_1xil8_237 .chip-bg-fill{fill:url(#chip-bg--steel)}._RanksList_chip_1xil8_174._active_1xil8_171._titanium_1xil8_258 ._RanksList_chip_bg_1xil8_237 .chip-bg-fill{fill:url(#chip-bg--titanium)}._RanksList_chip_1xil8_174._active_1xil8_171._diamond_1xil8_262 ._RanksList_chip_bg_1xil8_237 .chip-bg-fill{fill:url(#chip-bg--diamond)}._RanksList_chipLabel_1xil8_266{white-space:nowrap;font-size:16px;line-height:80%}._RanksList_chipRange_1xil8_272{white-space:nowrap;opacity:.6;font-size:12px;line-height:80%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Referrals_2dy58_30{width:100%;height:100%;padding:4px;padding-left:calc(4px + max(var(--tg-content-safe-area-inset-left,0px) - 4px, 0px) + 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) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));background:#352626;flex-direction:column;display:flex;position:relative;overflow-y:auto}._Referrals_title_2dy58_43{text-align:center;text-transform:uppercase;width:100%;font-size:28px;line-height:100%;position:absolute;top:22px;left:50%;translate:-50%}._Referrals_title_2dy58_43:before{content:"";background:linear-gradient(90deg,#0000,#352626,#0000);border-radius:100%;width:50%;height:1px;position:absolute;bottom:0;left:50%;translate:-50% 4px}._Referrals_inner_2dy58_66{padding:16px;padding-top:calc(62px + max(var(--tg-content-safe-area-inset-top,0px) - 62px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));background:radial-gradient(51.88% 54.56% at 50.08% 54.56%,#f6e4d1 83.68%,#dfc3a6 100%);border:1px solid #352626;border-radius:30px;flex-direction:column;flex:1 0 0;align-items:center;display:flex}._Referrals_content_2dy58_78{flex-direction:column;flex:1 0 0;width:100%;display:flex}._Referrals_content_header_2dy58_85{padding-left:40px;position:relative}._Referrals_nav_2dy58_90{justify-content:space-between;width:100%;display:flex;position:absolute;bottom:0;left:0;translate:0 -10px}._Referrals_content_switcher_2dy58_100{border:1px solid #352626;border-bottom:unset;background:radial-gradient(192.21% 101.23% at 63.85% 100%,#f6e4d1 0%,#dfc3a6 100%);border-radius:8px 8px 0 0;width:fit-content;display:flex;position:relative;overflow:hidden}._Referrals_content_switcher_item_2dy58_111{text-align:center;color:inherit;cursor:pointer;align-items:center;gap:2px;padding:6px;font-size:14px;line-height:100%;text-decoration:none;transition:background .2s ease-in-out;display:flex}._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{border:1px solid #352626;border-radius:12px;flex-direction:column;flex:1 0 0;display:flex;position:relative}._Referrals_content_body_2dy58_132>*{border-radius:inherit}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._CommissionsTab_kt3f7_30{filter:drop-shadow(0 4px #00000059);background:linear-gradient(#674367b3,#674367b3),#e8d1b8;flex:1 0 0;justify-content:center;align-items:center;padding:16px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._CommissionCard_1rmeq_30{flex-direction:column;align-items:center;gap:16px;width:282px;display:flex}._CommissionCard_title_1rmeq_38{color:#fff;text-align:center;text-transform:uppercase;width:100%;font-size:14px;font-weight:700}._CommissionCard_plate_1rmeq_47{background:#d9bcdb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;display:flex;box-shadow:0 4px #00000059}._CommissionCard_amountRow_1rmeq_60{align-items:center;gap:8px;display:flex}._CommissionCard_starIcon_1rmeq_66{flex-shrink:0;width:32px;height:32px}._CommissionCard_amountValue_1rmeq_72{color:#352626;letter-spacing:.02em;font-size:32px;font-weight:700}._CommissionCard_usdtEquivalent_1rmeq_79{color:#35262699;letter-spacing:-.02em;white-space:nowrap;font-size:12px}._CommissionCard_divider_1rmeq_86{background:#3526264d;width:100%;height:1px}._CommissionCard_description_1rmeq_92{color:#fff9;text-align:center;letter-spacing:-.02em;white-space:pre-wrap;font-size:14px}._CommissionCard_skeleton_1rmeq_100{background:#35262626;border-radius:4px;width:60px;height:24px;display:inline-block}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DetailsTab_5tbn7_30{filter:drop-shadow(0 4px #00000059);background:linear-gradient(#674367b3,#674367b3),#e8d1b8;flex:1 0 0;gap:10px;padding:16px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._InviteCard_47s3r_30{background:#ffd180;border:1px solid #352626;border-radius:12px;flex:0 0 274px;padding:8px;display:flex}._InviteCard_inner_47s3r_39{border:2px dashed #b99658;border-radius:8px;flex-direction:column;flex:auto;align-items:center;gap:12px;padding:12px;display:flex}._InviteCard_icon_47s3r_50{width:100px;height:100px}._InviteCard_title_47s3r_55{color:#352626;text-align:center;font-size:21px}._InviteCard_description_47s3r_61{color:#35262699;text-align:center;font-size:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._InviteCTA_copy_1sr0u_30{text-align:center;flex-direction:column;gap:4px;display:flex}._InviteCTA_title_1sr0u_37{color:#fff;font-size:16px;font-weight:600;line-height:120%}._InviteCTA_rewards_1sr0u_44{color:#fff;justify-content:center;align-items:center;gap:4px;font-size:14px;line-height:100%;display:flex}._InviteCTA_rewardIcon_1sr0u_54{width:18px;height:18px}._InviteCTA_rewardAnd_1sr0u_59{opacity:.6}._InviteCTA_actions_1sr0u_63{flex-wrap:wrap;justify-content:center;gap:6px;width:100%;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._RewardsPanel_qy1q2_30{border:1px solid #352626;border-radius:12px;flex-direction:column;flex:1 1 0;display:flex;overflow:hidden}._RewardsPanel_operationType_qy1q2_39{background:#442745;flex-direction:column;gap:4px;padding:12px 16px;display:flex}._RewardsPanel_operationDescription_qy1q2_47{color:#fff;font-size:14px}._RewardsPanel_friendRewards_qy1q2_52{background:#5a385b;flex-direction:column;flex:1 0 0;justify-content:center;align-items:center;gap:8px;padding:12px 16px;display:flex}._RewardsPanel_friendRewardsTitle_qy1q2_63{color:#fff;font-size:14px;font-weight:700}._RewardsPanel_rewardsRow_qy1q2_69,._RewardsPanel_rewardItem_qy1q2_75{align-items:center;gap:8px;display:flex}._RewardsPanel_rewardIcon_qy1q2_81{flex-shrink:0;width:auto;height:32px}._RewardsPanel_rewardValue_qy1q2_87{color:#bb84bc;font-size:24px}._RewardsPanel_rewardAnd_qy1q2_92{color:#fff9;font-size:18px}._RewardsPanel_skeleton_qy1q2_97{background:#35262626;border-radius:4px;width:36px;height:18px;display:inline-block}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FriendsTab_vq59z_30{background:linear-gradient(#674367b3,#674367b3),#e8d1b8;flex-direction:row;flex:1 0 0;gap:12px;padding:16px;display:flex}@media (width<=565px){._FriendsTab_vq59z_30{flex-direction:column}}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FriendCard_14o76_30{aspect-ratio:1/.8;color:#352626;background:#ffd180;border:2px solid #352626;border-radius:8px;flex-direction:column;gap:4px;width:100%;padding:6px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px #35262699}._FriendCard_14o76_30._isNew_14o76_45{background-color:#9aca89;padding:6px 6px 22px}._FriendCard_top_14o76_50{gap:6px;display:flex}._FriendCard_avatar_14o76_55{flex-shrink:0;width:30px;height:30px;display:flex}._FriendCard_name_14o76_62{word-wrap:break-word;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:110%;display:-webkit-box;overflow:hidden}._FriendCard_newPill_14o76_72{text-transform:uppercase;background:#fff;justify-content:center;align-items:center;width:100%;padding:4px;font-size:10px;line-height:100%;display:flex;position:absolute;bottom:0;left:0}._FriendCard_earnings_14o76_87{flex-wrap:wrap;flex:1 0 0;align-items:flex-end;gap:6px;margin-top:6px;font-size:14px;line-height:100%;display:flex}._FriendCard_earningItem_14o76_98{align-items:center;gap:2px;display:inline-flex}._FriendCard_earningItem_14o76_98 img,._FriendCard_earningItem_14o76_98 svg{width:auto;height:16px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._FriendsGrid_1b9ml_30{flex-direction:column;flex:1 0 0;min-width:0;display:flex}._FriendsGrid_listWrapper_1b9ml_37{flex:1 0 0;display:flex}._FriendsGrid_list_1b9ml_37{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;display:grid}._FriendsGrid_list_1b9ml_37._isFetching_1b9ml_51{opacity:.5;pointer-events:none}._FriendsGrid_skeleton_1b9ml_56{aspect-ratio:90/93;opacity:.4;background:#ccbe98;border:1px solid #352626;border-radius:8px}._FriendsGrid_message_1b9ml_64{text-align:center;color:#fff9;flex:1 0 0;justify-content:center;align-items:center;padding:24px;font-size:14px;display:flex}._FriendsGrid_footer_1b9ml_75{justify-content:space-between;align-items:center;gap:8px;padding:8px 4px 0;display:flex}._FriendsGrid_footerTotals_1b9ml_83{color:#fff;flex-direction:column;gap:2px;font-size:14px;line-height:100%;display:flex}._FriendsGrid_footer_left_1b9ml_92{align-items:center;gap:12px;display:flex}._FriendsGrid_footerTotal_1b9ml_83{align-items:center;gap:4px;display:inline-flex}._FriendsGrid_footerTotalIcon_1b9ml_104{width:18px;height:18px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._InviteHero_1thb5_30{color:#fff;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;width:251px;padding:16px 12px;display:flex;position:relative;overflow:hidden}@media (width<=565px){._InviteHero_1thb5_30{width:100%}}._InviteHero_1thb5_30>*{z-index:5}._InviteHero_image_1thb5_53{z-index:1;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Register_1mnqa_30{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100lvh;display:flex;position:relative}._Register_bg_1mnqa_40{z-index:-1;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}._Register_logo_1mnqa_50{width:auto;height:120px}._Register_title_1mnqa_55{color:#fff;margin-top:8px;font-size:24px}._Register_providers_1mnqa_61{flex-direction:column;align-items:center;gap:8px;width:290px;margin-top:16px;display:flex}._Register_divider_1mnqa_70{color:#ffffff80;align-items:center;gap:12px;width:100%;margin:4px 0;font-size:13px;display:flex}._Register_divider_1mnqa_70:before,._Register_divider_1mnqa_70:after{content:"";background-color:#fff3;flex:1;height:1px}._Register_providersFast_1mnqa_86{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._Register_footer_1mnqa_94{color:#fffc;text-align:center;margin-top:16px;font-size:14px}._Register_footer_link_1mnqa_101{color:#fff;margin-left:4px;text-decoration:underline}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._CardSkinItem_vnzhx_30{background:#6f4c2f;border:2px solid #352626;border-radius:8px;flex-direction:column;gap:4px;padding:4px 4px 6px;display:flex;box-shadow:0 2px #00000059}._CardSkinItem_vnzhx_30._active_vnzhx_40 ._CardSkinItem_header_vnzhx_40{background:#c5a680}._CardSkinItem_header_vnzhx_40{aspect-ratio:1;background:#ffe2b6;border-radius:4px;flex-direction:column;width:100%;padding:6px 6px 0;transition:background .2s ease-in-out;display:flex}._CardSkinItem_title_vnzhx_56{font-size:12px}._CardSkinItem_img_vnzhx_60{flex:1 0 0;display:flex;position:relative}._CardSkinItem_img_back_vnzhx_66{filter:drop-shadow(0 4px #00000059);width:auto;height:90%;position:absolute;top:0;right:0}._CardSkinItem_img_front_vnzhx_75{filter:drop-shadow(0 4px #00000059);width:auto;height:90%;position:absolute;bottom:0;left:0}._CardSkinItem_button_vnzhx_84{height:32px}._CardSkinItem_button_vnzhx_84>div{align-items:center;gap:4px;height:100%;display:flex;font-size:12px!important}._CardSkinItem_button_vnzhx_84._star_vnzhx_94>div,._CardSkinItem_button_vnzhx_84._ton_vnzhx_97>div{background:#ffd180!important}._CardSkinItem_button_vnzhx_84._has_vnzhx_100>div,._CardSkinItem_button_vnzhx_84._active_vnzhx_40>div{background:#ffb17b!important}._CardSkinItem_button_vnzhx_84 img,._CardSkinItem_button_vnzhx_84 svg{width:auto;height:14px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TelegramAuthError_12rc0_30{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100lvh;display:flex;position:relative}._TelegramAuthError_bg_12rc0_40{z-index:-1;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}._TelegramAuthError_logo_12rc0_50{width:auto;height:120px}._TelegramAuthError_text_12rc0_55{color:#fff;margin-top:16px}._TelegramAuthError_button_12rc0_60{margin-top:16px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentDetails_o7pmp_30{width:100%;height:100%;padding-top:calc(16px + max(var(--tg-content-safe-area-inset-top,0px) - 16px, 0px) + 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) + 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) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));padding-bottom:16px;position:relative;overflow:hidden}._TournamentDetails_bg_o7pmp_41{z-index:0;position:absolute;inset:0}._TournamentDetails_bg_o7pmp_41 img{object-fit:cover;width:100%;height:100%}._TournamentDetails_header_o7pmp_52{z-index:5;position:absolute;top:6px;left:50%;translate:-50%}._TournamentDetails_inner_o7pmp_60{z-index:1;flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}._TournamentDetails_nav_o7pmp_70{align-items:center;gap:6px;display:flex;position:absolute;top:0;left:0}._TournamentDetails_title_o7pmp_79{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-width:300px;padding:16px;display:flex;position:relative}._TournamentDetails_title_bg_o7pmp_90{z-index:-1;position:absolute;inset:0}._TournamentDetails_title_bg_o7pmp_90 img{width:100%;height:100%}._TournamentDetails_title_text_o7pmp_100{font-size:28px}._TournamentDetails_timer_o7pmp_104{z-index:0;justify-content:center;align-items:center;margin-top:-6px;padding:12px 20px;display:flex;position:absolute;top:100%;left:50%;translate:-50% -2px}._TournamentDetails_timer_bg_o7pmp_117{z-index:-1;position:absolute;inset:0}._TournamentDetails_timer_bg_o7pmp_117 img{width:100%;height:100%}._TournamentDetails_timer_text_o7pmp_127{white-space:nowrap;font-size:14px}._TournamentDetails_lives_o7pmp_132{filter:drop-shadow(0 2px #0000004d);justify-content:center;align-items:center;min-width:80px;height:24px;padding-inline:24px 12px;display:flex;position:absolute;top:0;right:0}._TournamentDetails_lives_bg_o7pmp_145{width:100%;height:100%;position:absolute;top:0;left:0}._TournamentDetails_lives_bg_o7pmp_145 img{width:100%;height:100%}._TournamentDetails_lives_icon_o7pmp_157{height:100%;position:absolute;top:50%;left:0;translate:-20% -50%}._TournamentDetails_lives_icon_o7pmp_157 svg{width:auto;height:100%}._TournamentDetails_lives_value_o7pmp_169{text-align:center;font-size:12px;line-height:100%}._TournamentDetails_trophyWrap_o7pmp_175{pointer-events:none;flex-direction:column;align-items:center;height:100%;display:flex;position:absolute;bottom:0;left:50%;translate:-50%}._TournamentDetails_trophy_o7pmp_175{z-index:2;filter:drop-shadow(0 4px #0006);justify-content:center;align-items:center;height:60%;display:flex;position:absolute;bottom:0;left:50%;translate:-50% -27%}._TournamentDetails_trophy_o7pmp_175 img{width:auto;height:100%}._TournamentDetails_pedestal_o7pmp_204{z-index:1;height:90%;position:absolute;bottom:0;left:50%;translate:-50% 70%}._TournamentDetails_pedestal_o7pmp_204 img{width:auto;height:100%}._TournamentDetails_awards_o7pmp_217{position:absolute;bottom:0;left:0}._TournamentDetails_findMatch_o7pmp_223{position:absolute;bottom:10px;right:0}._TournamentDetails_participants_o7pmp_229{text-transform:uppercase;align-items:center;gap:6px;font-size:14px;display:inline-flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._TournamentDetails_participants_icon_o7pmp_241{display:flex}._TournamentDetails_participants_icon_o7pmp_241 svg{width:21px;height:16px}._TournamentDetails_participants_count_o7pmp_249{color:#afe49f}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentAwards_eldes_30{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;padding:0;display:flex}._TournamentAwards_img_eldes_40{z-index:1;object-fit:contain;width:110px;margin-bottom:-10px;position:relative}._TournamentAwards_label_eldes_48{justify-content:center;align-items:center;min-width:110px;padding:10px 16px;display:flex;position:relative}._TournamentAwards_label_text_eldes_57{font-size:12px}._TournamentAwards_label_bg_eldes_61{position:absolute;inset:0}._TournamentAwards_label_bg_eldes_61 img{width:100%;height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentScore_jfd36_30{z-index:0;filter:drop-shadow(0 2px #0000004d);text-transform:uppercase;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px 16px;padding:12px 20px;display:flex;position:relative}._TournamentScore_bg_jfd36_43{z-index:-1;position:absolute;inset:0}._TournamentScore_bg_jfd36_43 img{width:100%;height:100%}._TournamentScore_item_jfd36_53{white-space:nowrap;font-size:14px}._TournamentScore_item_jfd36_53._wins_jfd36_57{color:#afe49f}._TournamentScore_item_jfd36_53._losses_jfd36_60{color:#ffb17b}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentFindMatch_1y6bm_30{flex-direction:column;align-items:center;width:220px;display:flex;position:relative}._TournamentFindMatch_score_1y6bm_38{z-index:2;width:100%;position:absolute;top:0;translate:0 calc(12px - 100%)}._TournamentFindMatch_card_1y6bm_46{filter:drop-shadow(0 4px #0000004d);width:100%;height:100px;position:relative}._TournamentFindMatch_bg_1y6bm_53{z-index:0;pointer-events:none;background:radial-gradient(65.74% 65.73%,#ffb600 37.98%,#b45400 100%);border-radius:8px;position:absolute;inset:10px}._TournamentFindMatch_bg_1y6bm_53._paid_1y6bm_61{background:radial-gradient(82.82% 80.58%,#7bd8ff 0%,#007ebc 100%)}._TournamentFindMatch_art_1y6bm_65{z-index:0;pointer-events:none;border-radius:8px;position:absolute;inset:10px;overflow:hidden}._TournamentFindMatch_art_1y6bm_65 img{object-fit:cover;width:100%;height:100%}._TournamentFindMatch_frame_1y6bm_79{z-index:1;pointer-events:none;position:absolute;inset:0}._TournamentFindMatch_frame_1y6bm_79 img{width:100%;height:100%}._TournamentFindMatch_text_1y6bm_90{z-index:2;text-align:center;color:#352626;width:50%;font-size:13px;font-weight:700;position:absolute;top:50%;right:16px;translate:0 -50%}._TournamentFindMatch_action_1y6bm_103{width:80%;height:40px;margin-top:-12px}._TournamentFindMatch_action_1y6bm_103._blocked_1y6bm_109{opacity:.5}._TournamentFindMatch_fee_1y6bm_113{align-items:center;gap:3px;margin-left:6px;display:inline-flex}._TournamentFindMatch_fee_1y6bm_113 svg{width:auto;height:16px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Tournaments_12uod_30{width:100%;height:100%;padding:4px;padding-left:calc(24px + max(var(--tg-content-safe-area-inset-left,0px) - 24px, 0px) + 0px + max(var(--tg-safe-area-inset-left,0px) - 0px, 0px));padding-right:calc(24px + max(var(--tg-content-safe-area-inset-right,0px) - 24px, 0px) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));padding-bottom:16px;position:relative}._Tournaments_inner_12uod_40{flex-direction:column;align-items:center;height:100%;display:flex;position:relative}._Tournaments_bg_12uod_48{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}._Tournaments_bg_12uod_48 img{object-fit:cover;width:100%;height:100%}._Tournaments_title_12uod_62{min-width:220px;padding:16px 24px;position:absolute;top:0;left:50%;translate:-50%}._Tournaments_title_bg_12uod_71{position:absolute;inset:0}._Tournaments_title_bg_12uod_71 img{width:100%;height:100%}._Tournaments_title_text_12uod_80{text-align:center;text-transform:uppercase;font-size:28px;line-height:100%}._Tournaments_subtitle_12uod_87{text-align:center;letter-spacing:-.02em;color:#fff9;width:calc(100% - 240px);font-size:14px;line-height:130%;position:absolute;top:50%;left:50%;translate:-50% -50%}._Tournaments_subtitle_12uod_87 img,._Tournaments_subtitle_12uod_87 svg{vertical-align:middle;width:auto;height:14px;display:inline}._Tournaments_subtitle_highlight_12uod_107{color:#ffd180;font-weight:700}._Tournaments_subtitle_icon_12uod_112{vertical-align:middle;width:18px;height:18px}._Tournaments_header_12uod_118{width:100%;margin-top:calc(64px + max(var(--tg-content-safe-area-inset-top,0px) - 64px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));justify-content:space-between;align-items:center;display:flex;position:relative}._Tournaments_header_left_12uod_127{align-items:center;gap:4px;display:flex}._Tournaments_body_12uod_133{flex-direction:column;flex:1 0 0;width:100%;margin-top:12px;display:flex;position:relative}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentsList_9gwv6_30{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;height:100%;max-height:400px;padding-bottom:16px;display:grid}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TournamentCard_1dnk4_30{cursor:pointer;width:100%;height:100%;position:relative}._TournamentCard_1dnk4_30._comingSoon_1dnk4_36 ._TournamentCard_inner_1dnk4_36{filter:brightness(.4)}._TournamentCard_inner_1dnk4_36{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;flex-direction:column;align-items:center;gap:8px;width:100%;height:100%;padding:28px 24px 55px;display:flex;position:relative}._TournamentCard_title_1dnk4_54{color:#352626;text-align:center;text-transform:uppercase;align-items:center;font-size:14px;line-height:110%;display:flex}._TournamentCard_imageWrap_1dnk4_64{flex:1 0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._TournamentCard_imageWrap_1dnk4_64 img{object-fit:contain;filter:drop-shadow(0 4px #0006);width:80%;height:100%;position:absolute;top:50%;left:50%;translate:-50% -50%}._TournamentCard_image_1dnk4_64{display:block}._TournamentCard_comingSoon_1dnk4_88{z-index:5;white-space:nowrap;color:#fff;align-items:center;gap:4px;font-size:14px;line-height:100%;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%}._TournamentCard_comingSoon_1dnk4_88 svg{width:auto;height:12px}._TournamentCard_status_1dnk4_107{text-align:center;flex-direction:column;align-items:center;gap:2px;min-height:26px;display:flex}._TournamentCard_statusLine_1dnk4_116{text-transform:uppercase;font-size:10px;line-height:12px}._TournamentCard_action_1dnk4_122{width:70%;height:45px;position:absolute;bottom:0;left:50%;translate:-50% 15%}._TournamentCard_action_button_1dnk4_131>div{flex-wrap:wrap;gap:2px;font-size:14px!important}._TournamentCard_cost_1dnk4_137{align-items:center;gap:3px;display:inline-flex}._TournamentCard_cost_1dnk4_137 svg{width:auto;height:16px}._TournamentCard_action_1dnk4_122._disabled_1dnk4_147{opacity:.5;pointer-events:none}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._Wallet_vrf4h_30{width:100%;height:100%;padding:4px;padding-left:calc(4px + max(var(--tg-content-safe-area-inset-left,0px) - 4px, 0px) + 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) + 0px + max(var(--tg-safe-area-inset-right,0px) - 0px, 0px));background:#352626;flex-direction:column;display:flex;position:relative;overflow-y:auto}._Wallet_title_vrf4h_43{text-align:center;text-transform:uppercase;width:100%;font-size:28px;line-height:100%;position:absolute;top:22px;left:50%;translate:-50%}._Wallet_title_vrf4h_43:before{content:"";background:linear-gradient(90deg,#0000,#352626,#0000);border-radius:100%;width:50%;height:1px;position:absolute;bottom:0;left:50%;translate:-50% 4px}._Wallet_inner_vrf4h_66{padding:16px;padding-top:calc(62px + max(var(--tg-content-safe-area-inset-top,0px) - 62px, 0px) + 0px + max(var(--tg-safe-area-inset-top,0px) - 0px, 0px));background:radial-gradient(51.88% 54.56% at 50.08% 54.56%,#f6e4d1 83.68%,#dfc3a6 100%);border:1px solid #352626;border-radius:30px;flex-direction:column;flex:1 0 0;align-items:center;display:flex}._Wallet_content_vrf4h_78{flex-direction:column;flex:1 0 0;width:100%;display:flex}._Wallet_content_header_vrf4h_85{padding-left:40px;position:relative}._Wallet_nav_vrf4h_90{justify-content:space-between;width:100%;display:flex;position:absolute;bottom:0;left:0;translate:0 -10px}._Wallet_content_switcher_vrf4h_100{border:1px solid #352626;border-bottom:unset;background:radial-gradient(192.21% 101.23% at 63.85% 100%,#f6e4d1 0%,#dfc3a6 100%);border-radius:8px 8px 0 0;width:fit-content;display:flex;position:relative;overflow:hidden}._Wallet_content_switcher_item_vrf4h_111{text-align:center;color:inherit;cursor:pointer;align-items:center;gap:2px;padding:6px;font-size:14px;line-height:100%;text-decoration:none;transition:background .2s ease-in-out;display:flex}._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{border:1px solid #352626;border-radius:12px;flex-direction:column;flex:1 0 0;display:flex;position:relative}._Wallet_content_body_vrf4h_132>*{border-radius:inherit}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DepositTab_svmje_30{background:#546a6380;flex-direction:column;flex:1;display:flex}._DepositTab_card_svmje_37{border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}._DepositTab_title_svmje_45{color:#352626;font-size:16px}._DepositTab_description_svmje_50{color:#352626;opacity:.7;font-size:12px}._DepositTab_presets_svmje_56{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._DepositPresetChip_gvlex_30>div{gap:4px;background-color:#ede5d0!important}._DepositPresetChip_gvlex_30._active_gvlex_34>div{background:#ffd180!important}._DepositPresetChip_icon_gvlex_38{width:auto;height:20px}._DepositPresetChip_amount_gvlex_43{color:#352626;font-size:16px;font-weight:500}._DepositPresetChip_unit_gvlex_49{color:#352626;opacity:.7;font-size:12px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._TonAmountInput_16m1h_30{flex-direction:row;align-items:center;gap:10px;display:flex}._TonAmountInput_field_16m1h_37{background:#c6bda5;border-radius:6px;flex-direction:row;flex:1;align-items:center;gap:8px;padding:12px 14px;display:flex;box-shadow:0 2px #00000040}._TonAmountInput_field_16m1h_37 input{color:#352626;background:0 0;border:none;outline:none;flex:1;font-family:Rowdies,Arial,sans-serif;font-size:16px}._TonAmountInput_field_16m1h_37 input::placeholder{color:#352626;opacity:.5}._TonAmountInput_icon_16m1h_62{flex-shrink:0;width:24px;height:24px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._WithdrawTab_9d9i3_30{background:#546a6380;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}._WithdrawTab_balances_9d9i3_39{gap:12px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._ConnectWalletChip_5dbjd_30{cursor:pointer;background:0 0;border:1px dashed #352626;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:110px;height:40px;padding:6px 10px;transition:background .15s ease-in-out,border .15s ease-in-out;display:flex}._ConnectWalletChip_5dbjd_30._connected_5dbjd_46{background:#3526260f;border-style:solid}._ConnectWalletChip_top_5dbjd_51{color:#352626;font-size:12px;line-height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._OperationRow_1iarl_30{justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 16px;display:flex}._OperationRow_left_1iarl_39{align-items:center;gap:12px;min-width:0;display:flex}._OperationRow_iconWrap_1iarl_46{flex-shrink:0;width:38px;height:38px;position:relative}._OperationRow_icon_1iarl_46{color:#352626;background:#ede5d0;border:1.5px solid #352626;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._OperationRow_icon_1iarl_46 svg{width:16px;height:16px}._OperationRow_badge_1iarl_69{color:#352626;border:1.5px solid #352626;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:18px;left:23px;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{flex-direction:column;gap:6px;min-width:0;display:flex}._OperationRow_title_1iarl_107{letter-spacing:-.02em;color:#fff;font-size:12px;line-height:100%}._OperationRow_status_1iarl_114{letter-spacing:-.02em;color:#fff9;font-size:12px;line-height:100%}._OperationRow_right_1iarl_121{flex-shrink:0;align-items:center;gap:4px;display:flex}._OperationRow_right_1iarl_121 svg{width:auto;height:14px}._OperationRow_sign_1iarl_132,._OperationRow_amount_1iarl_139{color:#fff;font-size:14px;font-weight:700;line-height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._OperationsList_5snbd_30{background:#0003;border-radius:8px;flex-direction:column;flex:1 0 0;gap:6px;padding:12px 0;display:flex}._OperationsList_header_5snbd_40{justify-content:space-between;align-items:center;gap:8px;width:100%;padding:0 16px;display:flex}._OperationsList_title_5snbd_49{text-transform:uppercase;color:#fff;font-size:14px;font-weight:700;line-height:100%}._OperationsList_body_5snbd_57{flex-direction:column;gap:8px;transition:all .2s ease-in-out;display:flex}._OperationsList_body_5snbd_57._loading_5snbd_63{opacity:.5;pointer-events:none}._OperationsList_group_5snbd_68{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._OperationsList_groupLabel_5snbd_76{letter-spacing:-.02em;text-align:center;color:#fff9;font-size:14px;line-height:100%}._OperationsList_groupRows_5snbd_84{flex-direction:column;width:100%;display:flex}._OperationsList_empty_5snbd_90{color:#fff9;flex:1 0 0;justify-content:center;align-items:center;min-height:120px;padding:0 16px;font-size:14px;display:flex}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._WithdrawBalanceCard_wkcvu_30{background:#d6cfbc;border:2px solid #352626;border-radius:12px;flex-direction:column;flex:1 0 0;gap:12px;padding:16px;display:flex}._WithdrawBalanceCard_header_wkcvu_41{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}._WithdrawBalanceCard_label_wkcvu_48{color:#352626;font-family:Rowdies,Arial,sans-serif;font-size:12px;line-height:120%}._WithdrawBalanceCard_amountRow_wkcvu_55{align-items:center;gap:6px;margin-top:8px;display:flex}._WithdrawBalanceCard_amountRow_wkcvu_55 svg{width:auto;height:18px}._WithdrawBalanceCard_amount_wkcvu_55{color:#352626;font-family:Rowdies,Arial,sans-serif;font-size:22px;line-height:100%}._WithdrawBalanceCard_unit_wkcvu_73{color:#352626;opacity:.7;font-family:Rowdies,Arial,sans-serif;font-size:14px;line-height:100%}._WithdrawBalanceCard_button_wkcvu_81{margin-top:auto}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._WithdrawForm_1o2yk_30{align-items:center;gap:10px;height:242px;display:flex}._WithdrawForm_divider_1o2yk_37{background:#35262633;width:1px;height:100%}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._WithdrawAmountInput_1n4k9_30{flex-direction:column;gap:10px;width:342px;height:100%;display:flex}._WithdrawAmountInput_header_1n4k9_38{align-items:center;gap:16px;display:flex}._WithdrawAmountInput_icon_1n4k9_44{background:#d6cfbc;border:1.5px solid #352626;border-radius:444px;justify-content:center;align-items:center;width:38px;height:38px;padding:10px;display:flex}._WithdrawAmountInput_icon_1n4k9_44 svg{width:20px;height:20px}._WithdrawAmountInput_title_1n4k9_60{letter-spacing:.42px;text-transform:uppercase;color:#352626;font-size:21px;font-weight:700;line-height:1}._WithdrawAmountInput_body_1n4k9_69{flex-direction:column;flex:1 0 0;justify-content:flex-end;gap:10px;display:flex}._WithdrawAmountInput_limitsRow_1n4k9_77{justify-content:space-between;align-items:center;display:flex}._WithdrawAmountInput_amountLabel_1n4k9_83{letter-spacing:-.28px;color:#352626;flex:1 0 0;font-size:14px;font-weight:400;line-height:1}._WithdrawAmountInput_limits_1n4k9_77{align-items:center;gap:16px;display:flex}._WithdrawAmountInput_limitItem_1n4k9_98{letter-spacing:-.24px;color:#352626;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:1;display:flex}._WithdrawAmountInput_limitValue_1n4k9_109{align-items:center;gap:2px;font-weight:700;display:flex}._WithdrawAmountInput_limitValue_1n4k9_109 svg{width:12px;height:12px}._WithdrawAmountInput_description_1n4k9_120{letter-spacing:-.24px;color:#35262699;font-size:12px;font-weight:400;line-height:1}._WithdrawAmountInput_inputContainer_1n4k9_128{background:#c6bda5;border-bottom:2px solid #0000003d;border-radius:6px;align-items:center;gap:8px;width:100%;padding:14px 16px;display:flex}._WithdrawAmountInput_inputIcon_1n4k9_139{align-items:center;display:flex}._WithdrawAmountInput_inputIcon_1n4k9_139 svg{width:24px;height:24px}._WithdrawAmountInput_input_1n4k9_128{letter-spacing:.42px;color:#35262699;text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;font-family:Rowdies,Arial,sans-serif;font-size:21px;font-weight:700;line-height:1}._WithdrawAmountInput_input_1n4k9_128::placeholder{color:#3526264d}._WithdrawAmountInput_percentRow_1n4k9_165{align-items:center;gap:4px;display:flex}._WithdrawAmountInput_percentButton_1n4k9_171{letter-spacing:-.24px;color:#352626;cursor:pointer;background:#d6cfbc;border:2px solid #352626;border-radius:48px;flex:1 0 0;justify-content:center;align-items:center;height:24px;padding:10px;font-family:Rowdies,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;display:flex;box-shadow:0 2px #00000059}._WithdrawAmountInput_percentButton_1n4k9_171:active{box-shadow:none;transform:translateY(2px)}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}._WithdrawSummary_upc0j_30{flex-direction:column;flex:1 0 0;gap:44px;width:253px;height:100%;display:flex}._WithdrawSummary_info_upc0j_39{flex-direction:column;gap:8px;display:flex}._WithdrawSummary_label_upc0j_45{letter-spacing:-.28px;color:#352626;font-size:14px;font-weight:400;line-height:1}._WithdrawSummary_balanceRow_upc0j_53{align-items:center;gap:8px;display:flex}._WithdrawSummary_balanceRow_upc0j_53 svg{width:24px;height:24px}._WithdrawSummary_balanceValue_upc0j_63{align-items:baseline;gap:4px;display:flex}._WithdrawSummary_balanceAmount_upc0j_69{letter-spacing:.42px;color:#352626;font-size:21px;font-weight:700;line-height:1}._WithdrawSummary_balanceUnit_upc0j_77{letter-spacing:.28px;color:#35262699;font-size:14px;font-weight:400;line-height:1}._WithdrawSummary_bottom_upc0j_85{flex-direction:column;flex:1 0 0;gap:12px;display:flex}._WithdrawSummary_walletRow_upc0j_92{flex:1 0 0;align-items:center;gap:24px;display:flex}._WithdrawSummary_walletChip_upc0j_99{letter-spacing:-.24px;color:#35262699;background:#d6cfbc;border:1.6px solid #352626;border-radius:4px;align-items:center;gap:6px;padding:10px;font-size:12px;font-weight:400;line-height:1;display:flex;overflow:hidden;box-shadow:0 2px #00000059}._WithdrawSummary_notConnected_upc0j_116{opacity:.5;font-style:italic}._WithdrawSummary_receiveBlock_upc0j_121{background:#c6bda5;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 16px;display:flex}._WithdrawSummary_receiveLabel_upc0j_132{letter-spacing:-.28px;color:#35262699;font-size:14px;font-weight:400;line-height:1}._WithdrawSummary_receiveValue_upc0j_140{letter-spacing:-.4px;color:#352626;text-transform:uppercase;align-items:center;gap:4px;font-size:20px;font-weight:700;line-height:1;display:flex}._WithdrawSummary_receiveValue_upc0j_140 svg{width:18px;height:18px}._WithdrawSummary_buttons_upc0j_156{align-items:center;gap:9px;display:flex}._WithdrawSummary_withdrawButton_upc0j_162{flex:1}._WithdrawSummary_receiveSkeleton_upc0j_166{background:#35262626;border-radius:2px;width:60px;height:12px;display:inline-block}:root{--card-width:95px;--card-height:125px;--game-side-width:116px}@media screen and (height<=600px){:root{--card-width:68px;--card-height:90px}}@media screen and (width>=1000px){:root{--card-width:94px;--card-height:125px}}@media screen and (width>=1300px){:root{--card-width:117px;--card-height:150px}}@media screen and (width>=1440px){:root{--game-side-width:150px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}button{background:0 0;border:none;font-family:inherit;display:block}ul{padding-inline-start:0;list-style:none}input:focus,button:focus,textarea:focus{outline:none}a{color:inherit;text-decoration:none;display:block}a:hover{text-decoration:none}input,textarea{resize:none;background:0 0;border:none;outline:none;max-width:100%;font-family:inherit}input::-webkit-scrollbar{display:none}textarea::-webkit-scrollbar{display:none}input::placeholder,textarea::placeholder{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;display:block}span{display:inline-block}svg{overflow:visible}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;height: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{color:#352626;background-color:#352626;width:100%;height:100%;font-weight:400;overflow:hidden}#root{width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.Toastify{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Toastify__toast-container{width:80vw;bottom:calc(32px + max(var(--tg-safe-area-inset-bottom,0px) - 32px, 0px));position:absolute}.Toastify__toast{min-height:unset;color:#352626;text-align:center;pointer-events:all;border:2px solid #352626;border-radius:8px;padding:12px;font-family:Rowdies,Arial,sans-serif;box-shadow:0 2px #00000059;margin-bottom:10px!important}.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{background:#dfb9aa;justify-content:center}.Toastify__progress-bar{background:#0006;height:4px}.Toastify__close-button{display:none}
