:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:krungthep;font-weight:400;font-style:normal;src:url(/fonts/krungthep/krungthep.eot?51);src:url(/fonts/krungthep/krungthep.eot?185#iefix) format("embedded-opentype"),url(/fonts/krungthep/krungthep.ttf?228) format("truetype"),url(/fonts/krungthep/krungthep.woff?160) format("woff"),url(/fonts/krungthep/krungthep.svg?92#krungthep) format("svg")}@font-face{font-family:dincondensed;font-weight:400;font-style:normal;src:url(/fonts/dincondensed/dincondensed.eot?34);src:url(/fonts/dincondensed/dincondensed.eot?59#iefix) format("embedded-opentype"),url(/fonts/dincondensed/dincondensed.ttf?147) format("truetype"),url(/fonts/dincondensed/dincondensed.woff?36) format("woff"),url(/fonts/dincondensed/dincondensed.svg?144#dincondensed) format("svg")}@font-face{font-family:anton;src:url(/fonts/anton/AntonRegular.ttf)}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;font-family:Roboto;font-size:625%}body{font-size:.14rem}*,:after,:before{box-sizing:inherit}:active,:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;touch-action:manipulation}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a,a:active,a:focus,a:hover,abbr,abbr[title]{outline:none;text-decoration:none}a img{border:0}br{font-family:sans}img{-ms-interpolation-mode:bicubic}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;padding:0;line-height:normal;vertical-align:baseline;background-color:transparent;border-radius:0;border:none}button[type=button],button[type=email],button[type=image],button[type=number],button[type=password],button[type=reset],button[type=search],button[type=submit],button[type=tel],button[type=text],input[type=button],input[type=email],input[type=image],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text]{-webkit-appearance:none}button{-webkit-user-select:none;-moz-user-select:none;user-select:none}button,input[type=button],input[type=image],input[type=reset],input[type=search],input[type=submit]{cursor:hand;cursor:pointer;outline:none;border:none}input[type=checkbox],input[type=radio]{padding:0;vertical-align:-1px;vertical-align:middle\9}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{font-family:inherit}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}::-moz-selection,::selection{text-shadow:none}sup{vertical-align:super}sub,sup{display:inline-block}sub{vertical-align:sub}:root{--area-top:env(safe-area-inset-top);--area-bottom:env(safe-area-inset-bottom);--area-left:env(safe-area-inset-left);--area-right:env(safe-area-inset-right);--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom);--safe-left:env(safe-area-inset-left);--safe-right:env(safe-area-inset-right)}*{-webkit-user-select:none}input,textarea{-webkit-user-select:auto}body,html{overscroll-behavior-y:none;touch-action:manipulation!important}body,html{overflow:hidden}body{font-family:Roboto,sans-serif;background:#000}.toast-custom-style{margin-left:10%;margin-right:10%;top:-50vh!important;background:#363739;border-radius:.08rem}.toast-custom-style .Toastify__toast-body{padding:.1rem .16rem}.toast-custom-style div div{text-align:center;font-weight:600;color:#fff;font-size:.14rem}.button-touch:active,button:active{transform:scale(1);transition:.2s;opacity:.3}button:disabled{cursor:not-allowed;pointer-events:none}@supports(font:-apple-system-body) and (-webkit-appearance:none){img[loading=lazy]{-webkit-clip-path:inset(.6px);clip-path:inset(.6px)}}:root{--global-background-color:#202129;--global-icon-color:#a5aac4}@keyframes styles_sides__leO1n{0%{margin-left:0}to{margin-left:10px}}@keyframes styles_bubbling__tjrUU{0%{transform:translateY(0) scale(1);opacity:1}25%{transform:translateY(-12.5vh) scale(.5);opacity:.5}50%{transform:translateY(-25vh) scale(1);opacity:1}75%{transform:translateY(-37.5vh) scale(1.5);opacity:.5}to{transform:translateY(-70vh) scale(0);opacity:0}}@keyframes styles_opacityIn__QX_2X{0%{opacity:0}to{opacity:1}}@keyframes styles_opacityOut__shsuT{0%{opacity:1}to{opacity:0}}@keyframes styles_animate-pulse__yWjT7{50%{opacity:.3}to{opacity:1}}@keyframes styles_marquee__ejEXU{0%{transform:translateX(100%)}27%{transform:translateX(0)}73%{transform:translateX(0)}to{transform:translateX(-100%)}}.styles_ball_beat__OnHin.styles_anim__V3GNs div{animation:styles_ball_beat__OnHin 1s linear 0s infinite;-webkit-animation-fill-mode:both;-webkit-animation:styles_ball_beat__OnHin 1s linear 0s infinite}.styles_ball_beat__OnHin.styles_anim__V3GNs div:nth-child(2n-1){animation-delay:-.5s!important;-webkit-animation-delay:-.5s!important}.styles_ball_beat__OnHin div{background-color:#f8565b;width:4vmin;height:4vmin;border-radius:100%;margin:.5333333333vmin;animation-fill-mode:both;display:inline-block}.styles_ball_beat__OnHin.styles_v_draw__26jps div{width:1.6vmin;height:1.6vmin;background-color:hsla(0,0%,100%,.7)}.styles_ball_beat__OnHin.styles_v_draw_s__7U4tp div{width:1.6vmin;height:1.6vmin;background-color:rgba(248,86,91,.7)}@keyframes styles_ball_beat__OnHin{50%{opacity:.2;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.styles_cool_play4fun__0stpO{z-index:10000;position:fixed;display:flex;align-items:center;padding-top:1.7rem;flex-direction:column;background:#202129;left:0;top:0;width:100%;height:100%}.styles_cool_play4fun_logo__QgM_G{background-image:url(/_next/static/media/Logo-P4F.e8e0949e.png);width:1rem;height:.75rem;background-size:cover;background-position:center .12rem;background-repeat:no-repeat;animation:styles_logo-animate__6cjE2 2.6s linear infinite}@keyframes styles_logo-animate__6cjE2{0%{background-position-y:.12rem}20%{background-position-y:0}40%{background-position-y:.12rem}60%{background-position-y:0}80%{background-position-y:.12rem}}.styles_cool_play4fun_label__LBRxR{margin-top:.1rem;width:1rem;height:.3083333333rem;display:flex}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P{background-image:url(/_next/static/media/Logo-P4F.e8e0949e.png);background-repeat:no-repeat;background-size:1rem 1.0583333333rem;animation:styles_bounce__OU_Su 2.6s linear infinite}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:first-child{width:.1104166667rem;height:.3083333333rem;background-position-x:0;background-position-y:-.75rem;animation-name:styles_bounce-xs__A2P9S;animation-delay:0s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(2){width:.0604166667rem;height:.3083333333rem;background-position-x:-.1104166667rem;background-position-y:-.75rem;animation-name:styles_bounce-xs__A2P9S;animation-delay:.25s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(3){width:.11875rem;height:.3083333333rem;background-position-x:-.1708333333rem;background-position-y:-.75rem;animation-name:styles_bounce__OU_Su;animation-delay:.5s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(4){width:.1229166667rem;height:.3083333333rem;background-position-x:-.2895833333rem;background-position-y:-.75rem;animation-name:styles_bounce__OU_Su;animation-delay:.75s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(5){width:.2479166667rem;height:.3083333333rem;background-position-x:-.4125rem;background-position-y:-.75rem;animation-name:styles_bounce-xs__A2P9S;animation-delay:1s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(6){width:.0958333333rem;height:.3083333333rem;background-position-x:-.6604166667rem;background-position-y:-.75rem;animation-name:styles_bounce-xs__A2P9S;animation-delay:1.25s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(7){width:.1229166667rem;height:.3083333333rem;background-position-x:-.75625rem;background-position-y:-.75rem;animation-name:styles_bounce__OU_Su;animation-delay:1.5s}.styles_cool_play4fun_label__LBRxR>.styles_cool_play4fun_char__oeg2P:nth-child(8){width:.1208333333rem;height:.3083333333rem;background-position-x:-.8791666667rem;background-position-y:-.75rem;animation-name:styles_bounce__OU_Su;animation-delay:1.75s}@keyframes styles_bounce__OU_Su{0%{background-position-y:-.75rem}6.25%{background-position-y:-.85rem}12.5%{background-position-y:-.75rem}}@keyframes styles_bounce-xs__A2P9S{0%{background-position-y:-.75rem}6.25%{background-position-y:-.79rem}12.5%{background-position-y:-.75rem}}.styles_loading__Mlust{display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_loading__Mlust.large{font-size:1.3rem}.styles_loading__Mlust.default{font-size:1rem}.styles_loading__Mlust.small{font-size:.7rem}.styles_loading_absolute__EiIL_{position:absolute;left:0;top:0;width:100%;height:100%}.styles_loading_fixed__W_Hw0{position:fixed;left:0;top:0;width:100%;height:100%;z-index:50}.styles_loading_flex__Gt0vv{flex:1 1;width:100%;height:100%}.styles_loading_label__zrCNv{color:#a5aac4;font-size:.14em}.styles_loading_spin__Q0Nuy{--svg-size:0.2rem;width:var(--svg-size);height:var(--svg-size);animation:styles_spin__C9ngx 1s linear infinite}.styles_loading_spin__Q0Nuy.large{--svg-size:0.24rem}.styles_loading_spin__Q0Nuy.small{--svg-size:0.16rem}@keyframes styles_spin__C9ngx{to{transform:rotate(359deg)}}.styles_loading_svg__I7Sx_{height:.42rem;width:.42rem;margin-bottom:.12em;animation:styles_step__k4l_H 2.4s linear infinite}.styles_loading_svg__I7Sx_ path{transition:all .3s}@keyframes styles_step__k4l_H{0%,to{--center-color:transparent;--step-1:transparent;--step-2:transparent;--step-3:transparent}12.5%,87.5%{--center-color:#a5aac4}25%,75%{--step-1:#a5aac4}37.5%,62.5%{--step-2:#a5aac4}50%{--step-3:#a5aac4}}.style_button__KaMfH{--btn-border:transparent;--btn-txt:#202129;--btn-bg:#fae24b;--btn-min-w:1.2rem;--btn-height:0.4rem;--btn-size:0.15rem;--btn-active:#eddd75;--btn-disabled-txt:#4f4d27;--btn-disabled-bg:#877b29;--btn-disalbed-border:transparent;--btn-svg-size:0.2rem;display:flex;align-items:center;justify-content:center;border-radius:.12rem;padding:0 .12rem;font-weight:600;transition:background-color .3s;color:var(--btn-txt);border:.01rem solid var(--btn-border);background-color:var(--btn-bg);min-width:var(--btn-min-w);min-height:var(--btn-height);font-size:var(--btn-size)}.style_button__KaMfH:active{background-color:var(--btn-active);opacity:1}.style_button__KaMfH:disabled{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-txt);border-color:var(--btn-disalbed-border)}.style_button__KaMfH svg{width:var(--btn-svg-size)!important;height:var(--btn-svg-size)!important}.style_button__KaMfH.large{--btn-height:0.46rem;--btn-size:0.16rem;--btn-svg-size:0.24rem}.style_button__KaMfH.small{--btn-height:0.36rem;--btn-size:0.14rem;--btn-svg-size:0.2rem;--btn-min-w:1rem}.style_button__KaMfH.mini{--btn-height:0.3rem;--btn-size:0.13rem;--btn-svg-size:0.18rem;--btn-min-w:0.8rem}.style_button__KaMfH.gray{--btn-bg:#2e2e3c;--btn-border:#2e2e3c;--btn-txt:#a5aac4;--btn-disabled-bg:#27282f;--btn-disabled-txt:#454755;--btn-active:#3f4253}.style_button__KaMfH.outline{--btn-bg:transparent;--btn-border:#fff;--btn-txt:#fff;--btn-disabled-bg:transparent;--btn-disabled-txt:#474747;--btn-disalbed-border:#474747;--btn-active:hsla(0,0%,100%,.15)}.style_button__KaMfH.outline-gray{--btn-bg:transparent;--btn-border:#a5aac4;--btn-txt:#a5aac4;--btn-disabled-bg:transparent;--btn-disabled-txt:#454755;--btn-disalbed-border:#454755;--btn-active:rgba(165,170,196,.15)}.style_button__KaMfH .style_btn_msg__pRMpA{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_button__KaMfH img,.style_button__KaMfH>svg{flex-shrink:0}.style_button__KaMfH img:not(:last-child),.style_button__KaMfH>svg:not(:last-child){margin-right:.08rem}.style_spin__TAloF{animation:style_spin__TAloF 1s linear infinite}@keyframes style_spin__TAloF{to{transform:rotate(359deg)}}.alert_alert_bg__pciF3{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.5)}.alert_alert_container__8TEub{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.alert_alert_body__yE8dj{width:3.4rem;padding:.34rem .24rem;border-radius:.12rem;background:#202129;box-shadow:0 .08rem .08rem 0 rgba(0,0,0,.2);position:relative}.alert_alert_body__yE8dj h1{font-size:.16rem;font-weight:700;color:#f1f1f1;text-align:center}.alert_alert_body__yE8dj h1:not(:last-child){margin-bottom:.2rem}.alert_alert_body_message__OtvbG{text-align:center;font-size:.14rem;line-height:.21rem;color:#b0bbcc}.alert_alert_body_message__OtvbG:not(:last-child){margin-bottom:.2rem}.alert_alert_footer__N90fX{display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.alert_alert_footer__N90fX button{margin-left:.05rem;margin-right:.05rem;flex:1 1;max-width:2.52rem}.alert_alert_float_close__dEE3f{height:.44rem;width:.44rem;position:absolute;right:0;top:0}.alert_alert_float_close__dEE3f svg{height:.22rem;width:.22rem}.style_container__50sU6{pointer-events:none;position:fixed;left:0;top:0;z-index:170;display:flex;height:50%;width:100%;flex-direction:column;align-items:center;justify-content:flex-end}.style_container_toast__uHOna{pointer-events:auto;display:flex;max-width:3.2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.08rem;background-color:#363739;padding:.1rem .16rem;text-align:center;font-size:.16rem;color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:.02rem solid transparent;outline-offset:.02rem}.style_container_toast__uHOna img{pointer-events:none}.styles_container__TLIVk{position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;height:100%;width:100%;overflow:hidden;overscroll-behavior-y:none}.styles_container__TLIVk iframe{width:100%;height:100%}@font-face{font-family:vd-iconfont;src:url(/_next/static/media/vd-iconfont.06f5fc99.ttf) format("truetype"),url(/_next/static/media/vd-iconfont.63e45d77.woff) format("woff"),url(/_next/static/media/vd-iconfont.6f251f6c.svg) format("svg");font-weight:400;font-style:normal;font-display:block}.style_font_icon__ZG7HZ,.style_icon__eWDLU{font-family:vd-iconfont!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.style_font_icon__ZG7HZ{height:.24rem;width:.24rem;font-size:.24rem;display:block}.style_font_icon__ZG7HZ.vd_Icon_Stroke:before{content:""}.style_font_icon__ZG7HZ.vd_settings:before{content:""}.style_font_icon__ZG7HZ.vd_users:before{content:""}.style_font_icon__ZG7HZ.vd_about1:before{content:""}.style_font_icon__ZG7HZ.vd_bet:before{content:""}.style_font_icon__ZG7HZ.vd_chat:before{content:""}.style_font_icon__ZG7HZ.vd_check:before{content:""}.style_font_icon__ZG7HZ.vd_chevron_down:before{content:""}.style_font_icon__ZG7HZ.vd_chevron_left1:before{content:""}.style_font_icon__ZG7HZ.vd_chevron_right:before{content:""}.style_font_icon__ZG7HZ.vd_chevron_up:before{content:""}.style_font_icon__ZG7HZ.vd_closure:before{content:""}.style_font_icon__ZG7HZ.vd_copy2:before{content:""}.style_font_icon__ZG7HZ.vd_crystal:before{content:""}.style_font_icon__ZG7HZ.vd_download1:before{content:""}.style_font_icon__ZG7HZ.vd_email:before{content:""}.style_font_icon__ZG7HZ.vd_eyes_off:before{content:""}.style_font_icon__ZG7HZ.vd_eyes_on:before{content:""}.style_font_icon__ZG7HZ.vd_face_full:before{content:""}.style_font_icon__ZG7HZ.vd_favourite1:before{content:""}.style_font_icon__ZG7HZ.vd_history:before{content:""}.style_font_icon__ZG7HZ.vd_host:before{content:""}.style_font_icon__ZG7HZ.vd_info:before{content:""}.style_font_icon__ZG7HZ.vd_keyboard:before{content:""}.style_font_icon__ZG7HZ.vd_like:before{content:""}.style_font_icon__ZG7HZ.vd_link1:before{content:""}.style_font_icon__ZG7HZ.vd_liveloading:before{content:""}.style_font_icon__ZG7HZ.vd_loading:before{content:""}.style_font_icon__ZG7HZ.vd_lock:before{content:""}.style_font_icon__ZG7HZ.vd_log_out1:before{content:""}.style_font_icon__ZG7HZ.vd_lottery:before{content:""}.style_font_icon__ZG7HZ.vd_menu:before{content:""}.style_font_icon__ZG7HZ.vd_mobile1:before{content:""}.style_font_icon__ZG7HZ.vd_more:before{content:""}.style_font_icon__ZG7HZ.vd_online:before{content:""}.style_font_icon__ZG7HZ.vd_open:before{content:""}.style_font_icon__ZG7HZ.vd_order:before{content:""}.style_font_icon__ZG7HZ.vd_player:before{content:""}.style_font_icon__ZG7HZ.vd_plus:before{content:""}.style_font_icon__ZG7HZ.vd_QR1:before{content:""}.style_font_icon__ZG7HZ.vd_refresh1:before{content:""}.style_font_icon__ZG7HZ.vd_search:before{content:""}.style_font_icon__ZG7HZ.vd_send:before{content:""}.style_font_icon__ZG7HZ.vd_service1:before{content:""}.style_font_icon__ZG7HZ.vd_sound_off:before{content:""}.style_font_icon__ZG7HZ.vd_sound_on:before{content:""}.style_font_icon__ZG7HZ.vd_statistics:before{content:""}.style_font_icon__ZG7HZ.vd_transfer:before{content:""}.style_font_icon__ZG7HZ.vd_user_1:before{content:""}.style_font_icon__ZG7HZ.vd_user:before{content:""}.style_font_icon__ZG7HZ.vd_wallet:before{content:""}.style_font_icon__ZG7HZ.vd_x_circle:before{content:""}.style_font_icon__ZG7HZ.vd_x_close1:before{content:""}.styles_container__iC8Nm{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.12rem}.styles_container__iC8Nm .styles_user_info__BtKjw{display:flex;align-items:center;flex:1 1;overflow:hidden}.styles_container__iC8Nm .styles_user_info__BtKjw .styles_text_wrapper__dQZrg{flex:1 1;overflow:hidden;display:flex;align-items:flex-start;flex-direction:column;padding-left:.08rem}.styles_container__iC8Nm .styles_user_info__BtKjw .styles_text_wrapper__dQZrg .styles_name__eWzwc{font-size:.12rem;font-weight:600;line-height:normal;color:#fff;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_container__iC8Nm .styles_user_info__BtKjw .styles_text_wrapper__dQZrg .styles_user_id_box__uX_oo{display:flex;width:100%;align-items:center;margin-top:.02rem;color:#a5aac4;overflow:hidden}.styles_container__iC8Nm .styles_user_info__BtKjw .styles_text_wrapper__dQZrg .styles_user_id_box__uX_oo .styles_id__R6q_A{font-size:.1rem;font-weight:400;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_container__iC8Nm .styles_user_info__BtKjw .styles_text_wrapper__dQZrg .styles_user_id_box__uX_oo .styles_copy_button__1x1lx{font-size:.1rem;padding-left:.04rem;color:var(--global-icon-color);flex-shrink:0}.styles_setting__CIBbz{position:relative;color:var(--global-icon-color);height:.24rem;width:.24rem;display:flex;align-items:center;justify-content:center}.styles_setting_badge__BY2w9{height:.07rem;width:.07rem;background-color:#f43432;border:1px solid #202129;border-radius:9999px;position:absolute;display:block;z-index:2;top:.02rem;right:.02rem}.styles_avatar__59vWU{flex-shrink:0}.avatar_avatar__uzNkZ{width:.36rem;height:.36rem;border-radius:50%;overflow:hidden}.avatar_avatar__uzNkZ img{width:100%;height:100%;border-radius:.08rem}.styles_page_error_boundary__Ncn_g{width:100%;height:100vh;display:flex;flex-direction:column;padding-top:1.26rem;align-items:center;background-color:#202129}.styles_page_error_boundary__Ncn_g .styles_header__Utm7u{width:100%;height:.42rem;background-color:#fff;font-size:.18rem;font-weight:600;color:#39393a;position:absolute;top:0;left:0;line-height:.42rem;padding:0 .32rem}.styles_page_error_boundary__Ncn_g p{color:#a5aac4;font-size:.14rem;text-align:center;line-height:.22rem;word-break:break-all}.styles_page_error_boundary__Ncn_g .styles_button__qvlJn{width:84vmin;height:12.2666666667vmin;background-color:#fae24b;color:#202129;font-size:4.2666666667vmin;font-weight:600;letter-spacing:.1066666667vmin;text-align:center;margin-top:7.4666666667vmin;border-radius:.12rem}.styles_page_error_boundary__Ncn_g .styles_service_weapper__00gvU{width:72%;display:flex;justify-content:center;flex-direction:column;margin-top:.36rem;font-size:.14rem;text-align:center}.styles_page_error_boundary__Ncn_g .styles_service_weapper__00gvU a{color:#3b88ff}.styles_page_error_boundary__Ncn_g .styles_service_weapper__00gvU p{font-size:.12rem;margin-top:.12rem;color:#a5aac4}.Header_container___ABJ0{display:flex;flex:1 1;flex-direction:row;justify-content:space-between}.Header_container___ABJ0 h2{font-size:.15rem;color:#a5aac4;font-weight:700;letter-spacing:-.003rem}.Header_container___ABJ0 button{font-size:.14rem;color:#fae24b;font-weight:600}.input_input__tquvS{border-radius:.06rem;border:.01rem solid transparent;padding:.01rem .01rem .01rem .12rem;background:#2e2e3c;font-size:.14rem;display:flex;align-items:center;transition:border-color .3s,background-color .3s;color:#a5aac4}.input_input__tquvS.input_focus__YRR8l{border-width:.02rem;border-color:#fae24b;padding:0 0 0 .11rem}.input_input__tquvS.input_error__tqegX{border-color:#f43432;background-color:#282429}.input_input__tquvS.input_marge_bottom__badLU{margin-bottom:.04rem}.input_input__tquvS input{flex:1 1;color:#fff;font-weight:600;line-height:.22rem;height:.44rem;font-size:.14rem}.input_input__tquvS input::placeholder{color:#6f7185;font-weight:400}.input_input__tquvS input.input_push_icon__zWhJB{margin-left:.08rem}.input_input__tquvS input:-webkit-autofill,.input_input__tquvS input:-webkit-autofill:active,.input_input__tquvS input:-webkit-autofill:focus,.input_input__tquvS input:-webkit-autofill:hover{background-color:transparent;-webkit-box-shadow:inset 0 0 0 30px #2e2e3c!important}.input_input__tquvS input:-webkit-autofill{background-color:transparent;-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 30px #2e2e3c!important}.input_icon__mqOHr{width:.44rem;height:.44rem;display:flex;align-items:center;justify-content:center}.input_msg__tKv9C{font-size:.12rem;line-height:.14rem;color:#6f7185}.input_msg_error__eP46F{color:#f43432}.AccountInput_container__pLd0b{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.AccountInput_container__pLd0b.AccountInput_register__yGB1F{margin-bottom:.14rem}.AccountInput_container__pLd0b.AccountInput_login__ZGQx_{height:.7rem}.AccountInput_container__pLd0b .AccountInput_input_format__ib_X1{margin-top:.04rem;color:#6f7185;font-size:.12rem;font-style:normal;font-weight:400;line-height:.14rem}.PasswordInput_container__QX0lL{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.PasswordInput_container__QX0lL .PasswordInput_input_format__Q9G_W{margin-top:.04rem;color:#6f7185;font-size:.12rem;font-style:normal;font-weight:400;line-height:.14rem}.PasswordInput_container__QX0lL .PasswordInput_confrim_password_input__ZvByp{margin-top:.14rem}.LoginOrRegisterButton_container__gegIR{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:.24rem;margin-bottom:.24rem}.LoginOrRegisterButton_container__gegIR .LoginOrRegisterButton_confirm_button__Dov7T{width:100%;height:.48rem;margin-bottom:.12rem}.LoginOrRegisterButton_container__gegIR .LoginOrRegisterButton_change_mode_text__gUs_x span{color:#6f7185;font-size:.14rem;font-style:normal;font-weight:500;line-height:normal}.LoginOrRegisterButton_container__gegIR .LoginOrRegisterButton_change_mode_text__gUs_x button{display:inline;color:#fae24b;font-size:.14rem;font-style:normal;font-weight:900;line-height:normal}.checkbox_checkbox__K4fAi{display:flex;align-items:center;justify-content:center;color:#a5aac4;font-size:.13rem;line-height:.16rem}.checkbox_checkbox_icon__yGd_p{flex-shrink:0;margin-right:.09rem;line-height:1}.checkbox_checkbox_icon__yGd_p svg{height:.2rem;width:.2rem}.checkbox_checkbox_icon__yGd_p svg.checkbox_on___Ainv{--icon-fill:#fae24b;--icon-stroke:#202129}.checkbox_checkbox_icon__yGd_p svg.checkbox_off__PHxwc{--icon-fill:#2e2e3c;--icon-stroke:#6f7185}.checkbox_checkbox_input__T7Gy_{display:none}.checkbox_checkbox__K4fAi.checkbox_disabled__jyrxP svg.checkbox_off__PHxwc,.checkbox_checkbox__K4fAi.checkbox_disabled__jyrxP svg.checkbox_on___Ainv{--icon-fill:#27282f;--icon-stroke:#363646}.checkbox_checkbox__K4fAi a,.checkbox_checkbox__K4fAi button{color:#fff}.AgreementContainer_container__7Av7v{display:flex;flex-direction:row;align-items:center;margin-bottom:.24rem}.AgreementContainer_container__7Av7v button{display:inline-block;margin-right:.04rem}.AgreementContainer_container__7Av7v .AgreementContainer_text_box__tiu07{display:inline-block;word-wrap:break-word;color:#a5aac4;line-height:normal;font-size:.11rem;font-weight:400}.AgreementContainer_container__7Av7v .AgreementContainer_text_box__tiu07 span{color:#fff;line-height:normal;font-size:.11rem}.GuestPanel_container__znhdg{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:flex-start}.GuestPanel_container__znhdg .GuestPanel_text__MJpoB{color:#a5aac4;font-size:.14rem;font-style:normal;font-weight:600;line-height:.2rem;margin-bottom:.24rem}.GuestPanel_container__znhdg button{width:100%;height:.46rem;margin-bottom:.14rem}.popup_popup_bg__mO7NR{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.5)}.popup_popup_container__VGfCq{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100%;height:100svh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.popup_popup_body__uzYdM{border-top-left-radius:.12rem;border-top-right-radius:.12rem;background-color:#202129;padding-bottom:var(--safe-bottom);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s}.popup_popup_body__uzYdM .container{flex:1 1;overflow-y:auto;overflow-x:hidden}.popup_popup_header_info__6O_sF{--close-fill:#a5aac4;display:flex;height:.48rem;align-items:center;justify-content:space-between;color:#a5aac4;font-size:.15rem;border-bottom:1px solid #2e2e3c;flex-shrink:0}.popup_popup_header_info_icon__18K5h{padding-left:.12rem;padding-right:.06rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup_popup_header_info_title__YHj6L{flex:1 1;color:#a5aac4;font-size:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup_popup_header_info_title__YHj6L:first-child{padding-left:.12rem}.popup_popup_header_info_close__gubFK{display:flex;height:.48rem;width:.48rem;align-items:center;justify-content:center;flex-shrink:0}.popup_popup_header_back__0g1Ab{--close-fill:#a5aac4;justify-content:space-between;border-bottom:1px solid #2e2e3c;flex-shrink:0;padding-left:.12rem;padding-right:.12rem}.popup_popup_header_back__0g1Ab,.popup_popup_header_back__0g1Ab button{display:flex;height:.48rem;align-items:center;color:#a5aac4;font-size:.15rem}.popup_popup_header_back__0g1Ab button{font-weight:700}.popup_popup_header_back__0g1Ab button :first-child{margin-right:.06rem}.popup_popup_page__qaCzM{display:flex;flex-direction:column;flex:1 1;overflow:hidden}.style_divide__sGbsY{display:flex;align-items:center;justify-content:center;color:#4d4d61;font-size:.12rem;line-height:.14rem}.style_divide__sGbsY:after,.style_divide__sGbsY:before{content:"";height:.01rem;flex:1 1;background-color:#2e2e3c}.style_divide__sGbsY:before{margin-right:.1rem}.style_divide__sGbsY:after{margin-left:.1rem}.style_divide__sGbsY.style_hide_margin__mcl8A:after,.style_divide__sGbsY.style_hide_margin__mcl8A:before{margin:0!important}.styles_modal_radius__BOWP9{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:flex-end;z-index:150;pointer-events:auto}.styles_party_wrapper__aa9j2{width:100%;display:flex;justify-content:center;gap:.14rem;margin-top:.12rem}.styles_party_wrapper__aa9j2.styles_bind__IavGd{flex-wrap:wrap}.styles_party_wrapper__aa9j2 .styles_bind_title__E0m0e{min-height:.44rem;padding:.12rem;font-size:.15rem;text-align:center;border-bottom:1px solid #dadada}.styles_party_wrapper__aa9j2 .styles_content_wrapper__KCEfI{width:100%;min-height:1.32rem;display:flex;justify-content:center;align-items:center}.styles_party_wrapper__aa9j2 .styles_content_wrapper__KCEfI>ul{display:flex;justify-content:space-around;align-items:center}.styles_party_wrapper__aa9j2 .styles_content_wrapper__KCEfI>ul>li{margin:.23rem}.styles_party_wrapper__aa9j2 .styles_content_wrapper__KCEfI>ul>li>button{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.styles_party_wrapper__aa9j2 .styles_content_wrapper__KCEfI>ul>li>button>span:first-child{display:flex;justify-content:center;align-items:center;width:.6rem;height:.6rem;border-radius:.3rem}.styles_party_wrapper__aa9j2 .styles_content_wrapper__KCEfI>ul>li>button>span:last-child{font-size:.14rem;line-height:1.86}.styles_party_wrapper__aa9j2 .styles_oauth_button__oDz7D{gap:.1rem;text-transform:capitalize;justify-content:center}.styles_party_wrapper__aa9j2 .styles_oauth_button__oDz7D.styles_login__QdvTt{flex:1 1}.styles_party_wrapper__aa9j2 .styles_oauth_button__oDz7D.styles_bind__IavGd{width:100%}.style_spin__dj7eu{width:.16rem;height:.16rem;margin:0 .12rem;animation:style_spin__dj7eu .6s linear infinite}@keyframes style_spin__dj7eu{to{transform:rotate(-359deg)}}.style_code__J1c2e{color:#6f7185;line-height:.14rem;padding-right:.12rem}.style_code__J1c2e:not(:disabled){color:#fae24b;font-weight:700}.style_row__xDQmM{flex:1 1;overflow-y:auto}.style_row_item__rsNfR{display:flex;align-items:center;justify-content:space-between;background-position:calc(100% - .12rem);background-repeat:no-repeat;background-image:url(/_next/static/media/chevron-right.ccc54afb.svg);min-height:.52rem;color:#a5aac4;font-size:.14rem;width:100%;border-bottom:1px solid #2e2e3c;line-height:.18rem;padding-left:.12rem;padding-right:.42rem}.style_row_item__rsNfR.style_hide_chevron__zi3Lg{background-image:unset}.style_row_item__rsNfR.style_hide_chevron__zi3Lg:active{opacity:1}.style_row_item__rsNfR :nth-child(2){color:#fff}.style_row_item__rsNfR :nth-child(2).error{color:#f43432;font-size:.14rem;font-weight:600}.style_avatar_clip__e8Ceg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;display:flex;align-items:center;flex-direction:column;background-color:#000}.style_avatar_clip_body__EXy5R{width:100%;flex:1 1;display:flex;align-items:center;justify-content:center;max-width:5.76rem;overflow:hidden;position:relative}.style_avatar_clip_footer__ypxO8{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:.12rem}.style_avatar_clip_btn__P76jE{padding:.12rem .24rem;min-width:1.4rem;margin:0 .06rem}.style_canvas__boK_f{width:100%;padding-bottom:100%;position:relative;z-index:10}.style_canvas__boK_f canvas{background-color:transparent;width:100%;height:100%;position:absolute}.style_icon__Bchx3{color:var(--global-icon-color);height:.24rem;width:.24rem;display:flex;align-items:center;justify-content:center}.style_row__12Z2Y{padding:.12rem .16rem .24rem}.style_logout__PZ54K{margin-bottom:.24rem;align-self:center;padding:0 .24rem}.style_upload__v3Cll{visibility:hidden;opacity:0;position:fixed;top:-.4rem;z-index:9999}.style_item_label___BVgo{flex-shrink:0}.style_item_set__SHYKg{padding-left:.12rem;color:#3c4445;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.style_item_col__3NRSY{display:flex;align-items:flex-start;flex-direction:column;overflow:hidden}.style_item_col__3NRSY .style_item_set__SHYKg{padding-left:0}.style_page__Oxlmd{margin-bottom:.3rem;padding:.24rem .3rem}.style_page_confirm__OHAtz{margin-top:.24rem;width:100%}.style_page__e94_r{margin-bottom:.3rem;padding:.24rem .3rem}.style_page_confirm__rCGOz{margin-top:.24rem;width:100%}.style_page_note__iuZFr{margin-top:.12rem;color:#6f7185}.style_page__5dLbY{margin-bottom:.3rem;padding:.24rem .3rem}.style_page_input__4MwC2{margin-bottom:.16rem}.style_page_confirm__pKgFg{margin-top:.24rem;width:100%}.style_delete_account__I6uKT{width:100%;height:auto;padding:.24rem .3rem}.style_delete_account__I6uKT .style_description_content__VqNLe{color:#fff;font-size:.14rem;font-weight:400;line-height:.2rem;padding-bottom:.12rem;border-bottom:1px solid #2e2e3c;margin-bottom:.24rem}.style_delete_account__I6uKT .style_from_wapper__xS0GO .style_account_wapper__T7Ehe{color:#a5aac4;font-size:.12rem;font-weight:400;line-height:.16rem}.style_delete_account__I6uKT .style_from_wapper__xS0GO .style_input__Z3GGN{margin-top:.06rem;margin-bottom:.24rem}.style_delete_account__I6uKT .style_from_wapper__xS0GO .style_tip__EBdX_{color:#fff;border-top:1px solid #2e2e3c;padding-top:.12rem;margin-bottom:.24rem}.style_page__qbHoh{margin-bottom:.3rem;padding:.24rem .3rem}.style_page_confirm__TevwU{margin-top:.24rem;width:100%}.style_page_input__oD7Rr{margin-bottom:.16rem}.style_forgot_password__kLc0Z{text-align:right;padding-top:.16rem}.style_forgot_password__kLc0Z button{color:#fae24b;font-weight:900;font-size:.14rem}.OauthSliderUp_container__lgMuE{padding:.24rem .3rem}.OauthSliderUp_forgot_password__Nm08d{display:flex;justify-content:flex-end;margin-bottom:.24rem;margin-top:.14rem;font-size:.14rem;font-style:normal;line-height:normal}.OauthSliderUp_forgot_password__Nm08d span{font-weight:500;display:inline;color:#6f7185}.OauthSliderUp_forgot_password__Nm08d button{font-weight:900;color:#fae24b}.styles_container__Y7Gh4{margin-bottom:.22rem;padding:.05rem .04rem .05rem .1rem;border-radius:.08rem;background:#323443;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.styles_container__Y7Gh4 .styles_header__4ZRqv{color:#fff;font-size:.12rem;font-weight:400;line-height:normal;margin-bottom:.07rem}.styles_container__Y7Gh4 .styles_coins_box__4xUDY{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.styles_container__Y7Gh4 .styles_coins_box__4xUDY .styles_icon__7MWee{display:inline-block;margin-right:.04rem;width:.14rem;height:.14rem;background-size:contain;background-repeat:no-repeat;background-position:50%;background-image:url(/_next/static/media/gold-icon.b0e8cafc.png)}.styles_container__Y7Gh4 .styles_coins_box__4xUDY .styles_coins_text__nW3_P{color:#fae24b;font-size:.16rem;font-weight:700;line-height:normal}.styles_container__Y7Gh4 .styles_coins_box__4xUDY .styles_refresh_button__bQb6Y{font-size:.1rem;margin-left:.06rem;color:#cac6ca}.styles_container__Y7Gh4 .styles_coins_box__4xUDY .styles_refresh_button__bQb6Y.styles_rotating__NJHCB{animation:styles_rotate__h_bYt 2s linear infinite}@keyframes styles_rotate__h_bYt{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_container__Y7Gh4 .styles_vnd_text__Ko7_J{margin-left:.18rem;color:#6f7185;font-size:.12rem;font-weight:600;line-height:normal}.styles_common_button___bTsP{display:flex;flex-direction:column;justify-content:center;align-items:center}.styles_common_button___bTsP .styles_icon__imqY7{color:var(--global-icon-color);font-size:.18rem;border-radius:.18rem;background:#323443;display:flex;height:.32rem;width:.32rem;align-items:center;justify-content:center}.styles_common_button___bTsP .styles_name___it1O{margin-top:.06rem;color:#fff;text-align:center;font-size:.12rem;font-weight:400;line-height:normal}.styles_online_count_tips__9HMac{display:flex;justify-content:center;align-items:center;padding-left:.03rem;padding-right:.03rem;border-radius:.5rem;background-color:#f8565b;position:relative}.styles_online_count_tips__9HMac>span{color:#fff;text-align:center;font-size:.1rem;font-weight:400;line-height:normal}.styles_online_count_tips__9HMac>svg{position:absolute;bottom:100}.styles_bubble__k5udg{pointer-events:none;position:absolute;display:flex;justify-content:center;align-items:center;padding:0 .04rem;border-radius:.5rem;background-color:#f43432;top:-.11rem;z-index:100}.styles_bubble__k5udg .styles_triangle__xfR3F{position:absolute;bottom:-.04rem;left:50%;transform:translateX(-50%);width:0;height:0;border-left:.03rem solid transparent;border-right:.03rem solid transparent;border-top:.05rem solid #f8565b}.styles_bubble__k5udg .styles_content__IIjZv{color:#fff;text-align:center;font-family:Roboto;font-style:normal;font-size:.1rem;font-weight:400;line-height:normal;white-space:nowrap}.modal_modal__k3m0y{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.5)}.modal_modal_content__Q7jKX{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:150;pointer-events:auto}.modal_modal__k3m0y .modal_content__HkGlf{background:#fff;border-radius:.1rem;width:3.12rem;padding-bottom:.28rem;padding-top:.2rem;display:flex;flex-direction:column;align-items:center}.modal_modal__k3m0y .modal_content__HkGlf .modal_img___LY5X{margin-bottom:.2rem;width:6.4rem;height:6.4rem}.modal_conform_modal_wrapper__T1eCc{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.5)}.modal_conform_modal_wrapper_section__c67NU{position:fixed;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:160}.modal_conform_modal_wrapper_section_content__86TJI{background:#fff;border-radius:.1rem;width:3.12rem;padding-bottom:.28rem;padding-top:.2rem;display:flex;flex-direction:column;align-items:center}.modal_conform_modal_wrapper_section_content_image__qlM5T{margin-bottom:.2rem;width:.64rem;height:.64rem}.modal_conform_modal_wrapper_section_content_title__HaSX7{text-align:center;line-height:.2rem;font-weight:700;margin-bottom:.2rem;font-size:.16rem;padding-left:.2rem;padding-right:.2rem;color:#39393a}.modal_conform_modal_wrapper_section_content_custom__Job79,.modal_conform_modal_wrapper_section_content_message__mLCrJ{margin-bottom:.2rem;font-size:.14rem;line-height:.18rem;color:#898989}.modal_conform_modal_wrapper_section_content_btn__VXIk0{display:flex;justify-content:center;align-items:center}.modal_btn_cancel__UxZIS{display:flex;align-items:center;height:44px;padding-left:32px;padding-right:32px;border-width:1px;border-color:#f8565b;color:#f8565b;border-radius:9999px;margin-left:8px;margin-right:8px;font-size:16px;font-weight:700;transition-property:all;transition-duration:.4s;position:relative;box-shadow:0 3px 5px rgba(248,86,91,.25)}.modal_btn_cancel__UxZIS:hover{top:-1px}.modal_btn_cancel__UxZIS:active{opacity:.5;top:-1px}.modal_btn_cancel__UxZIS .modal_spin__bSJoD{width:.16rem;height:.16rem}.modal_btn_confirm__01Vu5{display:flex;align-items:center;height:44px;padding-left:32px;padding-right:32px;background-color:#f8565b;color:#fff;border-radius:9999px;margin-left:8px;margin-right:8px;font-size:16px;font-weight:700;transition-property:all;transition-duration:.4s;position:relative;box-shadow:0 3px 5px rgba(248,86,91,.25)}.modal_btn_confirm__01Vu5:hover{top:-1px}.modal_btn_confirm__01Vu5:active{opacity:.5;top:-1px}.modal_btn_confirm__01Vu5 .modal_spin__bSJoD{width:.16rem;height:.16rem}.modal_slideup_modal__4wlLA{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.5);z-index:150}.modal_slideup_modal_mask__bEfZN{position:fixed;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;z-index:150;pointer-events:auto;bottom:0}.modal_slideup_modal_mask_inner__y_ETC{background:var(--global-background-color);border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}.modal_popright__ipls5{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.5)}.modal_popright_inner__933Un{position:fixed;top:0;bottom:0;right:0;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;z-index:150;background:#fff;padding-right:.4rem;margin-right:-.4rem}.modal_pull_to_refresh__67lv1{height:.56rem;align-items:center;justify-content:center;font-size:.12rem;font-weight:700}.styles_custom_button__MUan9{--custom-color:#fae24b;position:relative;display:flex;justify-content:center;align-items:center;height:.46rem;padding:.13rem .24rem;border-radius:.12rem;font-size:.16rem;font-weight:700}.styles_custom_button__MUan9:hover{top:-1px}.styles_custom_button__MUan9:active{top:1px}.styles_custom_button__MUan9.styles_text__cGPLQ{color:var(--custom-color)}.styles_custom_button__MUan9.styles_contained__tB9W2{width:calc(100vw - .6rem);background-color:var(--custom-color);color:#202129}.styles_custom_button__MUan9.styles_outlined__4FmkZ{border:1px solid var(--custom-color);color:var(--custom-color)}.styles_empty_data__q_6kB{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.styles_empty_data__q_6kB .styles_bg__nPWCC{width:1.4rem;height:1.4rem;background:url(/assets/img/bg/img-status-broken.png);background-size:cover;margin-bottom:.4rem}.styles_empty_data__q_6kB .styles_text_wapper__7wTUd{text-align:center;margin-bottom:.44rem}.styles_empty_data__q_6kB .styles_text_wapper__7wTUd p{color:#a5aac4;line-height:.22rem}.styles_empty_data__q_6kB .styles_text_wapper__7wTUd p:first-of-type{font-size:.14rem;font-weight:700}.styles_virtual_list_wapper__y4rOy{width:100%;height:100%;overflow-y:auto;position:relative}.styles_virtual_list_wapper__y4rOy .styles_loading_wapper__XCHHY{width:100%;position:absolute;right:0;bottom:0}.styles_virtual_list_wapper__y4rOy .styles_loading_wapper__XCHHY.styles_full_screen_loading__l2fOe{left:0;top:0;display:-moz-flex;display:flex;-moz-justify-content:center;justify-content:center;-moz-align-items:center;align-items:center}.styles_virtual_list_wapper__y4rOy .styles_loading_wapper__XCHHY.styles_full_screen_loading__l2fOe>div{transform:scale(.7)}.styles_virtual_list_wapper__y4rOy .styles_virtual_list__hRUFc{position:relative;margin-top:.2rem}.styles_header__zp800{width:100%;height:.56rem;border-bottom:1px solid #2e2e3c;padding:.16rem .12rem;font-size:.15rem;color:#39393a;display:-moz-flex;display:flex;-moz-justify-content:space-between;justify-content:space-between;-moz-align-items:center;align-items:center}.styles_header__zp800 .styles_left_wapper__IXNs3{display:-moz-flex;display:flex;flex:1 1}.styles_header__zp800 .styles_left_wapper__IXNs3 .styles_title_icon__lGori{font-size:.18rem;color:var(--global-icon-color)}.styles_header__zp800 .styles_left_wapper__IXNs3 .styles_title__SybC1{display:flex;flex-direction:row;align-items:center;color:var(--global-icon-color);margin-left:.06rem}.styles_header__zp800 .styles_right_wapper__eGnGK{display:-moz-flex;display:flex;-moz-align-items:center;align-items:center}.styles_header__zp800 .styles_right_wapper__eGnGK .styles_close__d_Hj6 .styles_icon__lJ_PY{color:var(--global-icon-color)}.styles_row_item__MMKrM{width:calc(100% - .3rem);position:absolute;top:0;left:.12rem;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column}.styles_row_item__MMKrM .styles_content_wapper__M3B7S{flex:1 1;background-color:#282931;padding:.05rem .12rem;display:-moz-flex;display:flex;-moz-align-items:center;align-items:center;border-radius:.08rem;-moz-justify-content:space-between;justify-content:space-between}.styles_row_item__MMKrM .styles_content_wapper__M3B7S .styles_left_wapper__IXNs3{display:-moz-flex;display:flex}.styles_row_item__MMKrM .styles_content_wapper__M3B7S .styles_left_wapper__IXNs3 .styles_text_wapper__Qy0eG{text-align:left;margin-left:.12rem;font-size:.14rem;color:#fff;font-weight:500;gap:.06rem;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;-moz-justify-content:center;justify-content:center}.styles_row_item__MMKrM .styles_content_wapper__M3B7S .styles_left_wapper__IXNs3 .styles_text_wapper__Qy0eG .styles_registration_time_text__AiQmR{font-weight:400;font-size:.12rem;color:#6f7185}.styles_row_item__MMKrM .styles_content_wapper__M3B7S .styles_right_wapper__eGnGK strong{font-weight:700;font-size:.14rem;color:#39393a}@keyframes styles_fadeIn__P7vPt{0%{opacity:0}to{opacity:1}}@keyframes styles_fadeOut__mgrQc{0%{opacity:1}to{opacity:0}}.styles_container__zn27p{height:100vh;width:100vw;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.55);z-index:10000;opacity:0;pointer-events:none;transition:opacity .2s}.styles_container__zn27p.styles_fade-in__dAbOK{opacity:1;pointer-events:auto}.styles_container__zn27p.styles_fade-out__BTMHs{opacity:0;pointer-events:none}.styles_container__zn27p .styles_inner__SAhPK{transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;display:flex;flex-direction:column;align-items:center}.styles_container__zn27p .styles_inner__SAhPK canvas{border-radius:.2rem}.styles_container__zn27p .styles_inner__SAhPK button.styles_download__mNgq_{padding:.08rem .16rem;justify-content:center;align-items:center;border-radius:1rem;background:#fae24b;margin-top:.24rem}.styles_container__zn27p .styles_inner__SAhPK button.styles_download__mNgq_ span{color:var(--global-background-color);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.styles_container__zn27p .styles_inner__SAhPK .styles_cancel__GYxWJ{margin-top:.56rem}.styles_container__zn27p .styles_inner__SAhPK .styles_cancel__GYxWJ .styles_circle___CITH{border-radius:100px;border:2px solid #fff;height:.48rem;width:.48rem;display:flex;align-items:center;justify-content:center}.styles_container__zn27p .styles_inner__SAhPK .styles_cancel__GYxWJ .styles_circle___CITH .styles_close_icon__gVLoY{overflow:hidden;color:#fff}.styles_wrapper__kvU_f{width:64vw;height:100vh;background-color:var(--global-background-color);padding-left:.12rem;padding-right:.12rem;padding-top:.16rem}.styles_wrapper__kvU_f .styles_first_buttons_row__9LlCN,.styles_wrapper__kvU_f .styles_second_buttons_row__mGyWU{display:flex;flex-wrap:wrap;gap:.06rem}.styles_wrapper__kvU_f .styles_first_buttons_row__9LlCN>button,.styles_wrapper__kvU_f .styles_second_buttons_row__mGyWU>button{width:calc(33.3333333333% - .04rem);justify-content:start;position:relative;margin-bottom:.12rem}.styles_wrapper__kvU_f .styles_invite_friends_tips_box__glUxB{background:#141518;border-radius:.08rem;margin-bottom:.12rem;padding:.06rem .1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.styles_wrapper__kvU_f .styles_invite_friends_tips_box__glUxB .styles_icon__2IKEC{color:var(--global-background-color);text-align:center;background:#fae24b;margin-right:.1rem;display:flex;height:.19rem;width:.19rem;align-items:center;justify-content:center;border-radius:9999px;flex-shrink:0}.styles_wrapper__kvU_f .styles_invite_friends_tips_box__glUxB .styles_text__b5ihX{color:var(--global-icon-color);font-size:.12rem;font-weight:400;line-height:normal}.styles_wrapper__kvU_f .styles_invite_friends_tips_box__glUxB .styles_text__b5ihX.styles_award_text__NjRcj{color:#fae24b}.styles_wrapper__kvU_f .styles_gold_tips_text__RV1Y4{padding-top:.06rem;padding-bottom:.06rem;padding-left:.1rem;background:#141518;border-radius:.08rem;color:#fae24b;font-size:.12rem;font-weight:400;line-height:normal}