@charset "UTF-8";.base-icon[data-v-eb312c94]{width:1em;height:1em;vertical-align:middle;fill:currentColor;overflow:hidden}.base-cell[data-v-1e28837b]:not(:last-child):after{content:"";position:absolute;left:.24rem;right:.24rem;bottom:0;height:.02rem;background:#ffffff1a}@keyframes blink-red-ebc3d7dd{0%{box-shadow:0 .04rem 1.2rem #f80563 inset}50%{box-shadow:0 .04rem 1.2rem #f8056300 inset}to{box-shadow:0 .04rem 1.2rem #f80563 inset}}.time-link[data-v-ebc3d7dd]{animation:blink-red-ebc3d7dd 1.5s infinite}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-.3rem,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-.15rem,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-.04rem,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-.1rem,0,0)}20%,40%,60%,80%{transform:translate3d(.1rem,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-.1rem,0)}20%,40%,60%,80%{transform:translate3d(0,.1rem,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-.06rem) rotateY(-9deg)}18.5%{transform:translate(.05rem) rotateY(7deg)}31.5%{transform:translate(-.03rem) rotateY(-5deg)}43.5%{transform:translate(.02rem) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-12rem) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-20rem) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(20rem) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(12rem) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(7rem) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-20rem) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(20rem) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-7rem) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-30rem,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,.25rem,0) scaleY(.9)}75%{transform:translate3d(0,-.1rem,0) scaleY(.95)}90%{transform:translate3d(0,.05rem,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-30rem,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(.25rem,0,0) scaleX(1)}75%{transform:translate3d(-.1rem,0,0) scaleX(.98)}90%{transform:translate3d(.05rem,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(30rem,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-.25rem,0,0) scaleX(1)}75%{transform:translate3d(.1rem,0,0) scaleX(.98)}90%{transform:translate3d(-.05rem,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,30rem,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-.2rem,0) scaleY(.9)}75%{transform:translate3d(0,.1rem,0) scaleY(.95)}90%{transform:translate3d(0,-.05rem,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,.1rem,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-.2rem,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,20rem,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(.2rem,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-20rem,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-.2rem,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(20rem,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-.1rem,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,.2rem,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-20rem,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-20rem,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-20rem,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(20rem,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,20rem,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,20rem,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-20rem,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(20rem,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-20rem,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(4rem) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(4rem) scaleZ(1) translateZ(1.5rem) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(4rem) scaleZ(1) translateZ(1.5rem) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(4rem) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(4rem) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(4rem) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(4rem) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(4rem) rotateX(10deg);opacity:1}80%{transform:perspective(4rem) rotateX(-5deg)}to{transform:perspective(4rem)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(4rem) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(4rem) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(4rem) rotateY(10deg);opacity:1}80%{transform:perspective(4rem) rotateY(-5deg)}to{transform:perspective(4rem)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(4rem)}30%{transform:perspective(4rem) rotateX(-20deg);opacity:1}to{transform:perspective(4rem) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(4rem)}30%{transform:perspective(4rem) rotateY(-15deg);opacity:1}to{transform:perspective(4rem) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,7rem,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-10rem,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,.6rem,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-10rem,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(.1rem,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(10rem,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-.1rem,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,10rem,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-.6rem,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-.6rem,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,20rem,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(.42rem,0,0)}to{opacity:0;transform:scale(.1) translate3d(-20rem,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-.42rem,0,0)}to{opacity:0;transform:scale(.1) translate3d(20rem,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,.6rem,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-20rem,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}:root{--font-family-sans: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-mono: v-mono, SFMono-Regular, Menlo, Consolas, Courier, monospace;--font-family-pf: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-neue: "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-weight: 400;--font-weight-strong: 600;--font-size-xs: .1rem;--font-size-sm: .12rem;--font-size: .14rem;--font-size-lg: .16rem;--font-size-xl: .18rem;--font-size-2xl: .2rem;--font-size-3xl: .24rem;--font-size-4xl: .28rem;--font-size-5xl: .32rem;--font-size-6xl: .4rem;--line-height: 1.4;--cubic-bezier-easeInOut: cubic-bezier(.4, 0, .2, 1);--cubic-bezier-easeOut: cubic-bezier(0, 0, .2, 1);--cubic-bezier-easeIn: cubic-bezier(.4, 0, 1, 1);--border-radius: .08rem;--border-radius-small: .07rem;--border-radius-lg: .12rem;--scrollbar-width: .05rem;--scrollbar-height: .05rem;--scrollbar-border-radius: .05rem;--color-gradient-1-from: rgba(130, 58, 0, .55);--color-gradient-1-to: rgba(89, 55, 53, .6);--bg-hover: rgba(255, 255, 255, .1);--bg-active: rgba(0, 0, 0, .1);--bg-hover-mask: linear-gradient(0deg, var(--bg-hover), var(--bg-hover));--bg-active-mask: linear-gradient(0deg, var(--bg-active), var(--bg-active));--text-hover: rgba(255, 255, 255, .2);--text-active: rgba(0, 0, 0, .2);--text-hover-mask: linear-gradient(0deg, var(--text-hover), var(--text-hover));--text-active-mask: linear-gradient(0deg, var(--text-active), var(--text-active));--gap-unit: .04rem;--aside-width: 3.52rem;--color-player: #0070ff;--color-banker: #ff291a;--color-tie: #009f22;--color-dragon: #ff291a;--color-tiger: #0070ff;--color-casino-blue: #0070ff;--color-casino-blue-from: #0063f9;--color-casino-blue-to: #0080ff;--color-casino-red: #ff291a;--color-casino-red-from: #ef0000;--color-casino-red-to: #ff3700;--color-casino-green: #009f22;--color-casino-green-from: #00ac1d;--color-casino-green-to: #00dc25;--color-roulette-black: #242424;--color-roulette-red: #971b00;--color-roulette-hover: #00d0ff;--color-casino-text-blue: #308dff;--color-casino-text-red: #ed1519;--color-casino-text-green: #00b026;--opacity-1: .9;--opacity-2: .82;--opacity-3: .52;--opacity-4: .38;--opacity-5: .28;--opacity-disabled: .6}html.light{--color-primary: #ebcb87;--color-primary-hover: #f4d88f;--color-primary-pressed: #5acea7;--color-primary-suppl: #ebcb87;--color-info: #70c0e8;--color-info-hover: #8acbec;--color-info-pressed: #66afd3;--color-info-suppl: rgb(56, 137, 197);--color-success: #63e2b7;--color-success-hover: #7fe7c4;--color-success-pressed: #5acea7;--color-success-suppl: rgb(42, 148, 125);--color-warning: #f2c97d;--color-warning-hover: #f5d599;--color-warning-pressed: #e6c260;--color-warning-suppl: rgb(240, 138, 0);--color-error: #f80563;--color-error-hover: #e98b8b;--color-error-pressed: #e57272;--color-error-suppl: rgb(208, 58, 82);--color-text-base: #fff;--color-text-1: rgba(255, 255, 255, .9);--color-text-2: rgba(255, 255, 255, .82);--color-text-3: rgba(255, 255, 255, .52);--color-text-4: rgba(255, 255, 255, .38);--color-text-disabled: rgba(255, 255, 255, .38);--color-text-placeholder: rgba(255, 255, 255, .38);--color-text-placeholder-disabled: rgba(255, 255, 255, .28);--color-text-base-inverted: #000;--color-base: #000;--color-bg-1: rgba(16, 16, 20);--color-bg-2: rgb(24, 24, 28);--color-bg-3: rgb(44, 44, 50);--color-bg-4: rgba(51, 51, 51, 1);--color-bg-5: rgb(72, 72, 78);--color-bg-6: rgba(255, 255, 255, .18);--color-bg-7: rgba(255, 255, 255, .12);--color-bg-8: rgba(255, 255, 255, .06);--color-base-inverted: #fff;--color-popover: rgb(72, 72, 78);--color-card: rgb(24, 24, 28);--color-modal: rgb(44, 44, 50);--color-body: rgba(16, 16, 20);--color-tag: rgba(51, 51, 51, 1);--color-avatar: rgba(255, 255, 255, .18);--color-code: rgba(255, 255, 255, .12);--color-tab: rgba(255, 255, 255, .04);--color-action: rgba(255, 255, 255, .06);--color-hover: rgba(255, 255, 255, .09);--color-pressed: rgba(255, 255, 255, .05);--color-rail: rgba(255, 255, 255, .2);--color-rail-progress: rgba(255, 255, 255, .12);--color-inverted: #000;--color-border: rgba(255, 255, 255, .24);--color-divider: rgba(255, 255, 255, .09);--color-icon: rgba(255, 255, 255, .38);--color-icon-disabled: rgba(255, 255, 255, .28);--color-icon-hover: rgba(255, 255, 255, .475);--color-icon-pressed: rgba(255, 255, 255, .30400000000000005);--color-icon-close: rgba(255, 255, 255, .52);--color-icon-close-hover: rgba(255, 255, 255, .48);--color-icon-close-pressed: rgba(255, 255, 255, .3);--color-close-hover: rgba(255, 255, 255, .12);--color-close-pressed: rgba(255, 255, 255, .08);--color-clear: rgba(255, 255, 255, .38);--color-clear-hover: rgba(255, 255, 255, .48);--color-clear-pressed: rgba(255, 255, 255, .3);--boxShadow-1: 0 .01rem .02rem -.02rem rgba(0, 0, 0, .24), 0 .03rem .06rem 0 rgba(0, 0, 0, .18), 0 .05rem .12rem .04rem rgba(0, 0, 0, .12);--boxShadow-2: 0 .03rem .06rem -.04rem rgba(0, 0, 0, .24), 0 .06rem .12rem 0 rgba(0, 0, 0, .16), 0 .09rem .18rem .08rem rgba(0, 0, 0, .1);--boxShadow-3: 0 .06rem .16rem -.09rem rgba(0, 0, 0, .08), 0 .09rem .28rem 0 rgba(0, 0, 0, .05), 0 .12rem .48rem .16rem rgba(0, 0, 0, .03);--color-input: rgba(255, 255, 255, .1);--color-input-disabled: rgba(255, 255, 255, .06);--color-table: rgb(24, 24, 28);--color-table-header: rgba(255, 255, 255, .06);--color-table-hover: rgba(255, 255, 255, .06);--color-table-striped: rgba(255, 255, 255, .05);--color-scrollbar: rgba(255, 255, 255, .2);--color-scrollbar-hover: rgba(255, 255, 255, .3)}html.dark{--color-primary: #f0b90a;--color-primary-hover: #f4d88f;--color-primary-pressed: #f4d88f;--color-primary-suppl: #ebcb87;--color-info: #70c0e8;--color-info-hover: #8acbec;--color-info-pressed: #66afd3;--color-info-suppl: rgb(56, 137, 197);--color-success: #00be7a;--color-success-hover: #7fe7c4;--color-success-pressed: #5acea7;--color-success-suppl: rgb(42, 148, 125);--color-warning: #febc04;--color-warning-hover: #f5d599;--color-warning-pressed: #e6c260;--color-warning-suppl: rgb(240, 138, 0);--color-error: #f80563;--color-error-hover: #e98b8b;--color-error-pressed: #e57272;--color-error-suppl: rgb(208, 58, 82);--color-text-base: #fff;--color-text-1: rgba(255, 255, 255, .9);--color-text-2: rgba(255, 255, 255, .82);--color-text-3: rgba(255, 255, 255, .52);--color-text-4: rgba(255, 255, 255, .38);--color-text-disabled: rgba(255, 255, 255, .38);--color-text-placeholder: rgba(255, 255, 255, .38);--color-text-placeholder-disabled: rgba(255, 255, 255, .28);--color-text-base-inverted: #000;--color-base: #000;--color-bg-1: rgba(16, 16, 20);--color-bg-2: #18181c;--color-bg-3: rgb(44, 44, 50);--color-bg-4: #333;--color-bg-5: rgb(72, 72, 78);--color-bg-6: rgba(255, 255, 255, .18);--color-bg-7: rgba(255, 255, 255, .12);--color-bg-8: rgba(255, 255, 255, .06);--color-base-inverted: #fff;--color-popover: rgb(72, 72, 78);--color-card: #18181c;--color-modal: rgb(44, 44, 50);--color-body: rgba(16, 16, 20);--color-tag: #333;--color-avatar: rgba(255, 255, 255, .18);--color-code: rgba(255, 255, 255, .12);--color-tab: rgba(255, 255, 255, .04);--color-action: rgba(255, 255, 255, .06);--color-hover: rgba(255, 255, 255, .09);--color-pressed: rgba(255, 255, 255, .05);--color-rail: rgba(255, 255, 255, .2);--color-rail-progress: rgba(255, 255, 255, .12);--color-inverted: #000;--color-border: #48484e;--color-divider: #48484e;--color-icon: rgba(255, 255, 255, .38);--color-icon-disabled: rgba(255, 255, 255, .28);--color-icon-hover: rgba(255, 255, 255, .475);--color-icon-pressed: rgba(255, 255, 255, .30400000000000005);--color-icon-close: rgba(255, 255, 255, .52);--color-icon-close-hover: rgba(255, 255, 255, .48);--color-icon-close-pressed: rgba(255, 255, 255, .3);--color-close-hover: rgba(255, 255, 255, .12);--color-close-pressed: rgba(255, 255, 255, .08);--color-clear: rgba(255, 255, 255, .38);--color-clear-hover: rgba(255, 255, 255, .48);--color-clear-pressed: rgba(255, 255, 255, .3);--boxShadow-1: 0 .01rem .02rem -.02rem rgba(0, 0, 0, .24), 0 .03rem .06rem 0 rgba(0, 0, 0, .18), 0 .05rem .12rem .04rem rgba(0, 0, 0, .12);--boxShadow-2: 0 .03rem .06rem -.04rem rgba(0, 0, 0, .24), 0 .06rem .12rem 0 rgba(0, 0, 0, .16), 0 .09rem .18rem .08rem rgba(0, 0, 0, .1);--boxShadow-3: 0 .06rem .16rem -.09rem rgba(0, 0, 0, .08), 0 .09rem .28rem 0 rgba(0, 0, 0, .05), 0 .12rem .48rem .16rem rgba(0, 0, 0, .03);--color-input: rgba(255, 255, 255, .1);--color-input-disabled: rgba(255, 255, 255, .06);--color-table: rgb(24, 24, 28);--color-table-header: rgba(255, 255, 255, .06);--color-table-hover: rgba(255, 255, 255, .06);--color-table-striped: rgba(255, 255, 255, .05);--color-scrollbar: rgba(255, 255, 255, .2);--color-scrollbar-hover: rgba(255, 255, 255, .3)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }html,body{background-color:var(--color-base);font-family:var(--font-family-pf);font-size:var(--font-size);font-weight:var(--font-weight-strong);color:var(--color-text-2)}*{box-sizing:border-box}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-right-\[0px\]{right:-0}.-top-\[32px\]{top:-.32rem}.bottom-0{bottom:0}.bottom-1{bottom:.04rem}.bottom-20{bottom:.8rem}.left-0{left:0}.left-\[50\%\]{left:50%}.right-0{right:0}.right-\[-130px\]{right:-1.3rem}.top-0{top:0}.top-\[-1080px\]{top:-10.8rem}.top-\[110px\]{top:1.1rem}.top-\[50\%\]{top:50%}.z-50{z-index:50}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:.16rem;margin-bottom:.16rem}.mb-2{margin-bottom:.08rem}.mb-\[30px\]{margin-bottom:.3rem}.ml-2{margin-left:.08rem}.ml-3{margin-left:.12rem}.mr-2{margin-right:.08rem}.mr-\[18px\]{margin-right:.18rem}.mr-\[5px\]{margin-right:.05rem}.mt-10{margin-top:.4rem}.mt-2{margin-top:.08rem}.mt-20{margin-top:.8rem}.mt-3{margin-top:.12rem}.mt-8{margin-top:.32rem}.mt-\[200px\]{margin-top:2rem}.mt-\[22px\]{margin-top:.22rem}.mt-\[35px\]{margin-top:.35rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-10{height:.4rem}.h-15{height:.6rem}.h-20{height:.8rem}.h-\[1080px\]{height:10.8rem}.h-\[132px\]{height:1.32rem}.h-\[150px\]{height:1.5rem}.h-\[200px\]{height:2rem}.h-\[229px\]{height:2.29rem}.h-\[22px\]{height:.22rem}.h-\[252px\]{height:2.52rem}.h-\[28px\]{height:.28rem}.h-\[30px\]{height:.3rem}.h-\[320px\]{height:3.2rem}.h-\[400px\]{height:4rem}.h-\[40px\]{height:.4rem}.h-\[42px\]{height:.42rem}.h-\[44px\]{height:.44rem}.h-\[460px\]{height:4.6rem}.h-\[500px\]{height:5rem}.h-\[520px\]{height:5.2rem}.h-\[80px\]{height:.8rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.\!w-\[1200px\]{width:12rem!important}.\!w-\[1800px\]{width:18rem!important}.\!w-\[900px\]{width:9rem!important}.\!w-\[980px\]{width:9.8rem!important}.w-24{width:.96rem}.w-25{width:1rem}.w-3{width:.12rem}.w-5{width:.2rem}.w-\[100px\]{width:1rem}.w-\[1235px\]{width:12.35rem}.w-\[125px\]{width:1.25rem}.w-\[1280px\]{width:12.8rem}.w-\[128px\]{width:1.28rem}.w-\[156px\]{width:1.56rem}.w-\[157px\]{width:1.57rem}.w-\[1920px\]{width:19.2rem}.w-\[280px\]{width:2.8rem}.w-\[28px\]{width:.28rem}.w-\[330px\]{width:3.3rem}.w-\[360px\]{width:3.6rem}.w-\[400px\]{width:4rem}.w-\[40px\]{width:.4rem}.w-\[412px\]{width:4.12rem}.w-\[480px\]{width:4.8rem}.w-\[520px\]{width:5.2rem}.w-\[529px\]{width:5.29rem}.w-\[552px\]{width:5.52rem}.w-\[59px\]{width:.59rem}.w-\[600px\]{width:6rem}.w-\[66px\]{width:.66rem}.w-\[700px\]{width:7rem}.w-\[720px\]{width:7.2rem}.w-\[78px\]{width:.78rem}.w-\[90px\]{width:.9rem}.w-\[96px\]{width:.96rem}.w-full{width:100%}.w-screen{width:100vw}.min-w-\[120px\]{min-width:1.2rem}.min-w-\[360px\]{min-width:3.6rem}.max-w-\[300px\]{max-width:3rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.-translate-x-\[-100px\]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-flow-col{grid-auto-flow:column}.grid-cols-13{grid-template-columns:repeat(13,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.04rem}.gap-3{gap:.12rem}.gap-5{gap:.2rem}.gap-6{gap:.24rem}.gap-\[10px\]{gap:.1rem}.gap-\[30px\]{gap:.3rem}.gap-\[6px\]{gap:.06rem}.gap-\[75px\]{gap:.75rem}.gap-\[7px\]{gap:.07rem}.gap-\[90px\]{gap:.9rem}.gap-\[9px\]{gap:.09rem}.gap-x-\[20px\]{-moz-column-gap:.2rem;column-gap:.2rem}.gap-y-\[30px\]{row-gap:.3rem}.space-x-\[8px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.08rem * var(--tw-space-x-reverse));margin-left:calc(.08rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:var(--border-radius)}.rounded-\[10px\]{border-radius:.1rem}.rounded-\[12px\]{border-radius:.12rem}.rounded-\[20px\]{border-radius:.2rem}.rounded-\[35px\]{border-radius:.35rem}.rounded-\[9px\]{border-radius:.09rem}.rounded-full{border-radius:99.99rem}.rounded-lg{border-radius:var(--border-radius-lg)}.rounded-sm{border-radius:var(--border-radius-small)}.border-2{border-width:.02rem}.border-4{border-width:.04rem}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#F0B90A\]{--tw-border-opacity: 1;border-color:rgb(240 185 10 / var(--tw-border-opacity, 1))}.border-error{border-color:var(--color-error)}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-primary{border-color:var(--color-primary)}.border-white\/10{border-color:#ffffff1a}.bg-3{background-color:var(--color-bg-3)}.bg-4{background-color:var(--color-bg-4)}.bg-7{background-color:var(--color-bg-7)}.bg-\[\#009F22\]{--tw-bg-opacity: 1;background-color:rgb(0 159 34 / var(--tw-bg-opacity, 1))}.bg-\[\#1F1F21\]{--tw-bg-opacity: 1;background-color:rgb(31 31 33 / var(--tw-bg-opacity, 1))}.bg-\[\#2C2C32\]{--tw-bg-opacity: 1;background-color:rgb(44 44 50 / var(--tw-bg-opacity, 1))}.bg-\[\#E32800\]{--tw-bg-opacity: 1;background-color:rgb(227 40 0 / var(--tw-bg-opacity, 1))}.bg-\[\#FCD535\]{--tw-bg-opacity: 1;background-color:rgb(252 213 53 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(0\,112\,237\,0\.2\)\]{background-color:#0070ed33}.bg-\[rgba\(0\,112\,237\,0\.6\)\]{background-color:#0070ed99}.bg-\[rgba\(255\,0\,0\,0\.6\)\]{background-color:#f009}.bg-\[rgba\(26\,24\,24\,0\.1\)\]{background-color:#1a18181a}.bg-banker{background-color:var(--color-banker)}.bg-black{background-color:#000}.bg-black\/20{background-color:#0003}.bg-border{background-color:var(--color-border)}.bg-dragon{background-color:var(--color-dragon)}.bg-error{background-color:var(--color-error)}.bg-input{background-color:var(--color-input)}.bg-player{background-color:var(--color-player)}.bg-tie{background-color:var(--color-tie)}.bg-tiger{background-color:var(--color-tiger)}.bg-transparent{background-color:transparent}.bg-white\/10{background-color:#ffffff1a}.bg-\[url\(\'\@\/assets\/img\/baccarat\/bg\.png\'\)\]{background-image:url(/assets/bg-C6uDzD7m.png)}.bg-\[url\(\'\@\/assets\/img\/dragonTiger\/bg\.png\'\)\]{background-image:url(/assets/bg-C-8p2dkj.png)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#00000000\]{--tw-gradient-from: #00000000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#000000B2\]{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000000B2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#00000000\]{--tw-gradient-to: #00000000 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-\[15px\]{padding:.15rem}.p-\[30px\]{padding:.3rem}.p-\[35px\]{padding:.35rem}.p-\[6px\]{padding:.06rem}.px-1{padding-left:.04rem;padding-right:.04rem}.px-15{padding-left:.6rem;padding-right:.6rem}.px-2{padding-left:.08rem;padding-right:.08rem}.px-5{padding-left:.2rem;padding-right:.2rem}.px-6{padding-left:.24rem;padding-right:.24rem}.px-\[30px\]{padding-left:.3rem;padding-right:.3rem}.px-\[35px\]{padding-left:.35rem;padding-right:.35rem}.py-1{padding-top:.04rem;padding-bottom:.04rem}.py-10{padding-top:.4rem;padding-bottom:.4rem}.py-5{padding-top:.2rem;padding-bottom:.2rem}.py-\[12\.5px\]{padding-top:.125rem;padding-bottom:.125rem}.py-\[20px\]{padding-top:.2rem;padding-bottom:.2rem}.py-\[30px\]{padding-top:.3rem;padding-bottom:.3rem}.pb-\[80px\]{padding-bottom:.8rem}.pt-\[30px\]{padding-top:.3rem}.text-center{text-align:center}.text-right{text-align:right}.text{font-size:var(--font-size)}.text-\[100px\]{font-size:1rem}.text-\[10px\]{font-size:.1rem}.text-\[120px\]{font-size:1.2rem}.text-\[16px\]{font-size:.16rem}.text-\[18px\]{font-size:.18rem}.text-\[20px\]{font-size:.2rem}.text-\[22px\]{font-size:.22rem}.text-\[24px\]{font-size:.24rem}.text-\[250px\]{font-size:2.5rem}.text-\[25px\]{font-size:.25rem}.text-\[27px\]{font-size:.27rem}.text-\[28px\]{font-size:.28rem}.text-\[32px\]{font-size:.32rem}.text-\[36px\]{font-size:.36rem}.text-\[40px\]{font-size:.4rem}.text-\[42px\]{font-size:.42rem}.text-\[48px\]{font-size:.48rem}.text-\[500px\]{font-size:5rem}.text-\[52px\]{font-size:.52rem}.text-\[56px\]{font-size:.56rem}.text-\[60px\]{font-size:.6rem}.text-\[70px\]{font-size:.7rem}.text-\[80px\]{font-size:.8rem}.text-xs{font-size:var(--font-size-xs)}.font-\[600\]{font-weight:600}.font-bold{font-weight:var(--font-weight-strong)}.leading-\[39px\]{line-height:.39rem}.leading-\[400px\]{line-height:4rem}.leading-\[42px\]{line-height:.42rem}.leading-\[520px\]{line-height:5.2rem}.leading-\[56px\]{line-height:.56rem}.leading-\[73px\]{line-height:.73rem}.text-1{color:var(--color-text-1)}.text-3{color:var(--color-text-3)}.text-\[\#F80563\]{--tw-text-opacity: 1;color:rgb(248 5 99 / var(--tw-text-opacity, 1))}.text-base{color:var(--color-text-base)}.text-black{color:#000}.text-error{color:var(--color-error)}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-placeholder-disabled{color:var(--color-text-placeholder-disabled)}.text-primary{color:var(--color-primary)}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-white{color:#fff}.text-white\/2{color:rgba(255,255,255,var(--opacity-2))}.opacity-50{opacity:.5}.outline-none{outline:.02rem solid transparent;outline-offset:.02rem}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.gird{display:grid}.n-config-provider{height:100%}.n-modal-mask{background:#00000080!important;-webkit-backdrop-filter:blur(.1rem)!important;backdrop-filter:blur(.1rem)!important}html,body{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}#app{height:100%;min-height:100%;background:var(--color-bg-2)}.app-font-num{font-family:var(--font-family-sans);font-feature-settings:"tnum"}.app-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.animate__animated{animation-duration:.3s}.app-bg-react{cursor:pointer}.app-bg-react:hover{background-image:var(--bg-hover-mask)}.app-bg-react:active{background-image:var(--bg-active-mask)}.app-text-react{cursor:pointer;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-color:currentColor}.app-text-react:hover{background-image:var(--text-hover-mask)}.app-text-react:active{background-image:var(--text-active-mask)}.app-text-vertical{writing-mode:vertical-rl;text-orientation:upright}.app-scrollbar-hidden::-scrollbar{height:0;width:0}.app-scrollbar-hidden::-webkit-scrollbar{height:0;width:0}.custom-datepicker-theme .dp__theme_dark{--dp-background-color: var(--color-bg-3);--dp-text-color: var(--color-text-1);--dp-hover-color: #333333;--dp-hover-text-color: var(--color-primary);--dp-primary-color: var(--color-primary);--dp-primary-text-color: var(--color-bg-3);--dp-border-color: none;--dp-border-radius: 6PX;--dp-font-size: 14PX;--dp-cell-disabled-color: #777;--dp-divider-color: var(--color-divider);--dp-menu-border-color: #3a3a3a;--dp-action-buttons-padding: .08rem .16rem}.custom-datepicker-theme .dp__theme_dark .dp__calendar_item{display:flex;justify-content:center}.hover\:relative:hover{position:relative}.hover\:-top-\[10px\]:hover{top:-.1rem}.hover\:text-primary:hover{color:var(--color-primary)}@media (max-width: 639px){.h5\:overflow-x-hidden{overflow-x:hidden}}
