@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.gr-overlay{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;background-color:#000c}.gr-popup{position:fixed;transition:all .3s ease-in-out}.gr-popup-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.gr-dialog{position:fixed;color:#000;padding:2%;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;flex-direction:column}.gr-dialog-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.gr-dialog-close-icon{position:absolute;top:0;left:-8%}.gr-dialog-inner{flex:1;position:relative;width:100%;overflow:hidden}.gr-container{display:flex;width:100%;height:100%;justify-content:flex-start;align-items:center}.gr-container-horizontal{flex-direction:row}.gr-container-vertical{flex-direction:column}.gr-header{position:relative;display:flex;align-items:center}.gr-header-center{justify-content:center}.gr-header-between{justify-content:space-between}.gr-header-around{justify-content:space-around}.gr-header-start{justify-content:flex-start}.gr-header-end{justify-content:flex-end}.gr-title{display:flex;align-items:center;justify-content:center}.gr-button{position:relative;display:flex;align-items:center;justify-content:center}.gr-button.horizontal{flex-direction:row}.gr-button.vertical{flex-direction:column}.gr-button.disabled{filter:grayscale(1) brightness(.8)}.gr-toast,.gr-toast-loading{position:fixed;transition:all .3s ease-in-out}.gr-toast-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.gr-toast-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.1875rem .25rem;background-color:#0009}.gr-loading{display:inline-block;position:relative;z-index:9}.gr-loading-icon{width:8vh;height:8vh;max-width:52px;max-height:52px;display:flex;align-items:center;justify-content:center}.gr-loading-fullscreen{position:fixed;top:0;left:0;z-index:1999;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background-color:#0000}.gr-loading-circle{border:.6vh solid #fff;border-bottom-color:#ff0057;border-radius:50%;animation:rotator 1s linear infinite}.gr-loading-circle-thin{border-radius:50%;border-top:.4vh solid #ff0057;border-right:.4vh solid transparent;animation:rotator .8s linear infinite}.gr-loading-circle-inner{position:relative;border-radius:50%;border:.4vh solid #fff;animation:rotator .8s linear infinite}.gr-loading-circle-inner:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;height:92%;border:.4vh solid transparent;border-bottom-color:#ff0057;border-radius:50%}.gr-loading-ripple{position:relative}.gr-loading-ripple:after,.gr-loading-ripple:before{content:"";width:100%;height:100%;border-radius:50%;border:.4vh solid #fff;position:absolute;left:0;top:0;opacity:0;-webkit-animation:ripple 2s linear infinite;animation:ripple 2s linear infinite}.gr-loading-ripple:after{animation-delay:1s}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}.gr-fall-enter-active,.gr-expansion-enter-active,.gr-flip-enter-active,.gr-bounce-enter-active,.gr-rise-enter-active{transition:all .3s cubic-bezier(.18,.89,.32,1.28)}.gr-fall-leave-active,.gr-expansion-leave-active,.gr-bounce-leave-active .gr-rise-leave-active{transition:all .3s cubic-bezier(.6,-.28,.74,.05)}@keyframes gr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gr-fade-out{0%{opacity:1}to{opacity:0}}.gr-fade-enter-active{animation:.3s gr-fade-in both ease-out}.gr-fade-leave-active{animation:.3s gr-fade-out both ease-in}.gr-bounce-enter-from{transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.gr-bounce-leave-active{transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.gr-flip-enter-from,.gr-flip-leave-active{transform:translate3d(-50%,-50%,0) rotateX(-90deg);opacity:0}.gr-expansion-enter-from{transform:translate3d(-50%,-50%,0) scaleX(.7);opacity:0}.gr-expansion-leave-active{transform:translate3d(-50%,-50%,0) scaleX(.9);opacity:0}.gr-fall-enter-from,.gr-fall-leave-active{transform:translate3d(-50%,-80%,0);opacity:0}.gr-rise-enter-from,.gr-rise-leave-active{transform:translate3d(-50%,80%,0);opacity:0}.app-screen-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001;color:#e3e3e3;text-align:center;background-color:#2e215a}.app-screen-popup.vertical .app-screen-icon{width:50vw;height:30vw;animation:swingOne 1.5s ease infinite alternate}.app-screen-popup.vertical .app-screen-text{margin-top:18.5185185185vh;font-size:4.6296296296vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-screen-popup.vertical .app-screen-text{margin-top:10.4166666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-screen-popup.vertical .app-screen-text{font-size:2.6041666667vw}}.app-screen-popup.horizontal .app-screen-icon{width:30vw;height:18vw;animation:swingTwo 1.5s ease infinite alternate}.app-screen-popup.horizontal .app-screen-text{margin-top:9.2592592593vh;font-size:3.7037037037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-screen-popup.horizontal .app-screen-text{margin-top:5.2083333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-screen-popup.horizontal .app-screen-text{font-size:2.0833333333vw}}.app-screen-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5%}.app-screen-icon{margin:auto;background:url(https://dl.dir.freefiremobile.com/common/web_event/common/images/scape.png) center/contain no-repeat}@media screen and (orientation: portrait){.app-screen-popup.vertical{display:flex;flex-direction:column;align-items:center;justify-content:center}}@media screen and (orientation: landscape){.app-screen-popup.horizontal{display:flex;flex-direction:column;align-items:center;justify-content:center}}.app-alert{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#000}.app-alert-inner{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:81.1111111111vh;height:44.2592592593vh;border-bottom:.3703703704vh solid #6f6f6f;background-color:#272727}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-inner{width:45.625vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-inner{height:24.8958333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-inner{border-bottom:.2083333333vw solid #6f6f6f}}.app-alert-top{position:relative;width:100%;height:6.2962962963vh;display:flex;align-items:center;justify-content:center;font-size:4.6296296296vh;background-image:linear-gradient(to bottom,#b1b1b1,#f7f5ed)}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-top{height:3.5416666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-top{font-size:2.6041666667vw}}.app-alert-top:after{content:"";position:absolute;bottom:.0925925926vh;width:70%;height:.3703703704vh;background:linear-gradient(to right,rgba(255,242,146,0) 0%,rgb(255,242,146) 20%,rgb(255,242,146) 50%,rgb(255,242,146) 80%,rgba(255,242,146,0) 100%);filter:drop-shadow(0 .1em .05em rgba(228,149,18,.3))}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-top:after{bottom:.0520833333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-top:after{height:.2083333333vw}}.app-alert-title{margin-top:.3703703704vh;background-image:linear-gradient(to bottom,#333332 10%,#836133);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-title{margin-top:.2083333333vw}}.app-alert-content{width:73.7037037037vh;height:24.8148148148vh;font-size:2.5925925926vh;margin:2.4074074074vh auto;padding:.462962963vh 1.8518518519vh;font-family:inherit!important;overflow:hidden;overflow-y:auto;background-color:#393939}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-content{width:41.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-content{height:13.9583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-content{font-size:1.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-content{margin:1.3541666667vw auto}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-content{padding:.2604166667vw 1.0416666667vw}}.app-alert-content *{font-family:inherit!important;font-style:normal!important}.app-alert-content p{line-height:3.1481481481vh;font-family:inherit!important;color:#fff}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-content p{line-height:1.7708333333vw}}.app-alert-content::-webkit-scrollbar:vertical{width:.5vw}.app-alert-content::-webkit-scrollbar-thumb{background-color:#8f8f8f}.app-alert-content::-webkit-scrollbar-track{background-color:#161616}.app-alert-bottom{display:flex;align-items:center;justify-content:center}.app-alert-reject,.app-alert-accept{display:flex;align-items:center;justify-content:center;width:23.5185185185vh;height:5.7407407407vh;padding-top:.462962963vh;margin:0 1.6666666667vh;font-size:3.3333333333vh;border-radius:.3703703704vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-reject,.app-alert-accept{width:13.2291666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-reject,.app-alert-accept{height:3.2291666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-reject,.app-alert-accept{padding-top:.2604166667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-reject,.app-alert-accept{margin:0 .9375vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-reject,.app-alert-accept{font-size:1.875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-alert-reject,.app-alert-accept{border-radius:.2083333333vw}}.app-alert-reject{filter:brightness(.9);color:#002757;background-image:linear-gradient(to bottom,#008dc1,#007297)}.app-alert-accept{color:#753f00;background-image:linear-gradient(to bottom,#fbed65,#f0b64d)}.app-camera-icon.hide{visibility:hidden}.app-camera-icon.none{display:none}.app-reward{position:relative}.app-reward-size-normal{width:13.1481481481vh;height:13.1481481481vh;font-size:1.8518518519vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-normal{width:7.3958333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-normal{height:7.3958333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-normal{font-size:1.0416666667vw}}.app-reward-size-small{width:12.2222222222vh;height:12.2222222222vh;font-size:1.8518518519vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-small{width:6.875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-small{height:6.875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-small{font-size:1.0416666667vw}}.app-reward-size-mini{width:8.5185185185vh;height:8.5185185185vh;font-size:1.6666666667vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-mini{width:4.7916666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-mini{height:4.7916666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-mini{font-size:.9375vw}}.app-reward-size-large{width:27.962962963vh;height:27.962962963vh;font-size:3.3333333333vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-large{width:15.7291666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-large{height:15.7291666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-size-large{font-size:1.875vw}}.app-reward-status-disabled:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-reward-status-disabled .app-reward-iframe{filter:grayscale(1)}.app-reward-status-disabled .app-reward-iframe .app-reward-counts{color:#5d686e}.app-reward-status-drawn:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-reward-status-drawn .app-reward-iframe{filter:brightness(.3)}.app-reward-status-drawn .app-reward-iframe .app-reward-counts{color:#5d686e}.app-reward-status-active .app-reward-type-grand{filter:drop-shadow(0 0 .1em #ffc000) drop-shadow(-.1em -.1em .1em #ffc000) drop-shadow(.1em .1em .1em #ffc000) drop-shadow(0 0 .6em #ffc000)}.app-reward-status-active .app-reward-type-normal{filter:drop-shadow(0 0 .1em #d22fee) drop-shadow(-.1em -.1em .1em #d22fee) drop-shadow(.1em .1em .1em #d22fee) drop-shadow(0 0 .6em #d22fee)}.app-reward-iframe{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.app-reward-img{max-width:75%;max-height:75%}.app-reward-counts{position:absolute;right:4%;bottom:10%;z-index:2;height:2.2222222222vh;line-height:2.2222222222vh;padding:.0925925926vh .9259259259vh;font-family:inherit;font-size:1em;color:#d7d7d7;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 20%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0) 100%)}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-counts{height:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-counts{line-height:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-counts{padding:.0520833333vw .5208333333vw}}.app-reward-layer{position:absolute;z-index:9;padding:.3703703704vh 1.8518518519vh;border-width:.0925925926vh;min-width:100%;white-space:wrap;border-color:#4a4288;border-style:solid;background-color:#000;text-align:center}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-layer{padding:.2083333333vw 1.0416666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-layer{border-width:.0520833333vw}}.app-reward-layer.right-bottom{left:60%;bottom:10%}.app-rule-content{width:100%;height:100%;padding:0 3.7037037037vh;font-size:2.7777777778vh;font-family:inherit!important;color:#fff;overflow:hidden;overflow-y:auto}@media screen and (max-aspect-ratio: 1920 / 1080){.app-rule-content{padding:0 2.0833333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-rule-content{font-size:1.5625vw}}.app-rule-content *{font-family:inherit!important}.app-rule-content h1,.app-rule-content h2,.app-rule-content h3,.app-rule-content h4,.app-rule-content h5,.app-rule-content h6{font-size:3.3333333333vh;color:#d8aaff!important}@media screen and (max-aspect-ratio: 1920 / 1080){.app-rule-content h1,.app-rule-content h2,.app-rule-content h3,.app-rule-content h4,.app-rule-content h5,.app-rule-content h6{font-size:1.875vw}}.app-rule-content p{color:#fff;line-height:inherit}.app-rule-content img{max-width:100%!important;height:auto!important}.app-arrow-down{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1.8518518519vh;height:1.8518518519vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-arrow-down{width:1.0416666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-arrow-down{height:1.0416666667vw}}.app-remind-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.app-remind{display:flex;align-items:center;justify-content:center;margin:2.7777777778vh 0 4.6296296296vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind{margin:1.5625vw 0 2.6041666667vw}}.app-remind-check{position:relative;width:2.5925925926vh;height:2.5925925926vh;margin-top:-.1851851852vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind-check{width:1.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind-check{height:1.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind-check{margin-top:-.1041666667vw}}.app-remind-check-icon{position:absolute;width:2.962962963vh;height:2.4074074074vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind-check-icon{width:1.6666666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind-check-icon{height:1.3541666667vw}}.app-remind-text{margin:0 0 0 1.8518518519vh;font-size:3rem;color:#917fb7}@media screen and (max-aspect-ratio: 1920 / 1080){.app-remind-text{margin:0 0 0 1.0416666667vw}}.app-remind-confirm{background-image:linear-gradient(to bottom,#210901 10%,#b95c28);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem;margin-top:.5rem}.app-drawn-dialog-ctx{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:flex-start;margin:1.4814814815vh 0vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-drawn-dialog-ctx{margin:.8333333333vw 0vw}}.app-drawn-dialog-confirm{background-image:linear-gradient(to bottom,#210901 10%,#b95c28);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem;margin-top:.5rem}.app-drawn-tip{margin:.9259259259vh 0 0;font-size:1.6rem;color:#c2b9d5}@media screen and (max-aspect-ratio: 1920 / 1080){.app-drawn-tip{margin:.5208333333vw 0 0}}.app-grand{display:flex;flex-direction:column;align-items:center;justify-content:center;width:123.5185185185vh;height:69.4444444444vh;position:relative;padding:4%;text-align:center;overflow:hidden}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand{width:69.4791666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand{height:39.0625vw}}.app-grand-title{background-image:linear-gradient(to bottom,#f389eb 35%,rgb(255,255,255));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem}.app-grand-close{position:absolute;left:12%;top:11%}.app-grand-main{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:51.2962962963vh;height:51.2962962963vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-main{width:28.8541666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-main{height:28.8541666667vw}}.app-grand-img{max-width:100%;max-height:100%}.app-grand-footer{flex-shrink:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-11.4814814815vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-footer{margin-top:-6.4583333333vw}}.app-grand-count{position:absolute;right:12%;top:-22%;font-size:2.962962963vh;color:#d7d7d7}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-count{font-size:1.6666666667vw}}.app-grand-name{padding:0 5.5555555556vh;margin:0 0 .9259259259vh;font-size:3.2rem;color:#fcdb4f;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 20%,rgb(0,0,0) 40%,rgb(0,0,0) 60%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0) 100%)}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-name{padding:0 3.125vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-name{margin:0 0 .5208333333vw}}.app-grand-btn{background-image:linear-gradient(to bottom,#210901 10%,#b95c28);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem;margin-top:.5rem}.app-grand-tip{margin:.9259259259vh 0 0;font-size:1.6rem;color:#c2b9d5}@media screen and (max-aspect-ratio: 1920 / 1080){.app-grand-tip{margin:.5208333333vw 0 0}}.app-grand-html-title{display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem}.app-grand-html-title .text-blue{font-size:1.2em;color:#0cd9e2}.app-grand-html-title .text-orange{font-size:1.2em;color:#fcdb4f}.eu-policy-alert{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#000}.eu-policy-close-icon{position:absolute;top:0;right:-7%;width:5.0925925926vh;height:4.8148148148vh;display:inline-block}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-close-icon{width:2.8645833333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-close-icon{height:2.7083333333vw}}.eu-policy-alert-inner{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:79.2592592593vh;height:44.2592592593vh;border-bottom:.3703703704vh solid #6f6f6f;background-color:#343434;transition:all .3s ease-in-out}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-inner{width:44.5833333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-inner{height:24.8958333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-inner{border-bottom:.2083333333vw solid #6f6f6f}}.eu-policy-alert-top{position:relative;width:100%;height:6.2962962963vh;display:flex;align-items:center;justify-content:center;font-size:4.6296296296vh;background-image:linear-gradient(to bottom,#b1b1b1,#f7f5ed)}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-top{height:3.5416666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-top{font-size:2.6041666667vw}}.eu-policy-alert-top:after{content:"";position:absolute;bottom:.0925925926vh;width:70%;height:.3703703704vh;background:linear-gradient(to right,rgba(255,242,146,0) 0%,rgb(255,242,146) 20%,rgb(255,242,146) 50%,rgb(255,242,146) 80%,rgba(255,242,146,0) 100%);filter:drop-shadow(0 .1em .05em rgba(228,149,18,.3))}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-top:after{bottom:.0520833333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-top:after{height:.2083333333vw}}.eu-policy-alert-title{margin-top:.3703703704vh;background-image:linear-gradient(to bottom,#353332,#836133);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.6296296296vh}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-title{margin-top:.2083333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-title{font-size:2.6041666667vw}}.eu-policy-alert-content{width:73.7037037037vh;height:24.8148148148vh;font-size:2.5925925926vh;margin:2.4074074074vh auto;padding:.462962963vh 1.8518518519vh;font-family:inherit!important;overflow:hidden;overflow-y:auto;background-color:#444}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-content{width:41.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-content{height:13.9583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-content{font-size:1.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-content{margin:1.3541666667vw auto}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-content{padding:.2604166667vw 1.0416666667vw}}.eu-policy-alert-content *{font-family:inherit!important;font-style:normal!important;line-height:1.5}.eu-policy-alert-content p{font-family:inherit!important;color:#c9c9c9}.eu-policy-alert-content a{text-decoration:underline;color:#f0b84e}.eu-policy-alert-content a:hover{color:#f0b84e}.eu-policy-alert-content::-webkit-scrollbar:vertical{width:.5vw}.eu-policy-alert-content::-webkit-scrollbar-thumb{background-color:#8f8f8f}.eu-policy-alert-content::-webkit-scrollbar-track{background-color:#161616}.eu-policy-alert-choice{padding:1.8518518519vh 3.7037037037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice{padding:1.0416666667vw 2.0833333333vw}}.eu-policy-alert-choice-item{display:flex;word-break:break-word;margin-bottom:2.7777777778vh}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-item{margin-bottom:1.5625vw}}.eu-policy-alert-choice-item:nth-child(2){margin-bottom:0!important}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-item:nth-child(2){margin-bottom:0!important}}.eu-policy-alert-choice-left{display:inline-block;padding-top:.7407407407vh}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-left{padding-top:.4166666667vw}}.eu-policy-alert-choice-selector{width:2.2222222222vh;height:2.2222222222vh;border:1px solid #cbbfa2;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;margin-right:.9259259259vh;flex-grow:0;flex-shrink:0}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-selector{width:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-selector{height:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-selector{margin-right:.5208333333vw}}.eu-policy-alert-choice-checked{width:1.1111111111vh;height:1.1111111111vh;border-radius:50%;background-image:linear-gradient(to bottom,#e5d48f,#9e6722)}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-checked{width:.625vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-choice-checked{height:.625vw}}.eu-policy-alert-choice-text{display:inline-block}.eu-policy-alert-bottom{display:flex;align-items:center;justify-content:center}.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{display:flex;align-items:center;justify-content:center;width:21.5740740741vh;height:5.7407407407vh;margin:0 1.6666666667vh;font-size:3.3333333333vh;border-radius:.3703703704vh}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{width:12.1354166667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{height:3.2291666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{margin:0 .9375vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{font-size:1.875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{border-radius:.2083333333vw}}.eu-policy-alert-more{color:#002757;background-image:linear-gradient(to bottom,#008dc1,#007297);border:1px solid #00c6e0}.eu-policy-alert-accept,.eu-policy-alert-reject{color:#753f00;background-image:linear-gradient(to bottom,#fbed65,#f0b64d);border:1px solid #f8db74}.eu-policy-fall-enter-active,.eu-policy-fall-leave-active{transition:all .4s cubic-bezier(.18,.89,.32,1.28)}.eu-policy-fall-enter-from,.eu-policy-fall-leave-to{transform:translate3d(-50%,-80%,0);opacity:0}.eu-policy-fall-leave-from,.eu-policy-fall-enter-to{transform:translate3d(-50%,-50%,0);opacity:1}@media screen and (orientation: portrait){.eu-policy-alert-inner{width:34.0625vh;height:41.4583333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-inner{width:60.5555555556vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-inner{height:73.7037037037vw}}@media screen and (orientation: portrait){.eu-policy-alert-top{height:3.5416666667vh;font-size:2.6041666667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-top{height:6.2962962963vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-top{font-size:4.6296296296vw}}@media screen and (orientation: portrait){.eu-policy-alert-title{margin-top:.2083333333vh;font-size:2.6041666667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-title{margin-top:.3703703704vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-title{font-size:4.6296296296vw}}@media screen and (orientation: portrait){.eu-policy-alert-content{width:31.6666666667vh;height:22.7083333333vh;font-size:1.4583333333vh;margin:1.0416666667vh auto .625vh;padding:.5208333333vh 1.0416666667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-content{width:56.2962962963vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-content{height:40.3703703704vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-content{font-size:2.5925925926vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-content{margin:1.8518518519vw auto 1.1111111111vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-content{padding:.9259259259vw 1.8518518519vw}}@media screen and (orientation: portrait){.eu-policy-alert-choice{padding:1.0416666667vh 2.0833333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice{padding:1.8518518519vw 3.7037037037vw}}@media screen and (orientation: portrait){.eu-policy-alert-choice-item{margin-bottom:1.5625vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-item{margin-bottom:2.7777777778vw}}@media screen and (orientation: portrait){.eu-policy-alert-choice-left{padding-top:.4166666667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-left{padding-top:.7407407407vw}}@media screen and (orientation: portrait){.eu-policy-alert-choice-selector{width:1.25vh;height:1.25vh;margin-right:.5208333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-selector{width:2.2222222222vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-selector{height:2.2222222222vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-selector{margin-right:.9259259259vw}}@media screen and (orientation: portrait){.eu-policy-alert-choice-checked{width:.625vh;height:.625vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-checked{width:1.1111111111vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-choice-checked{height:1.1111111111vw}}@media screen and (orientation: portrait){.eu-policy-alert-bottom{flex-direction:column;align-items:space-between}}@media screen and (orientation: portrait){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{width:31.6666666667vh;height:3.2291666667vh;margin:.5208333333vh 0;font-size:1.875vh;border-radius:.2083333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{width:56.2962962963vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{height:5.7407407407vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{margin:.9259259259vw 0}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{font-size:3.3333333333vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-reject,.eu-policy-alert-accept,.eu-policy-alert-more{border-radius:.3703703704vw}}@media screen and (orientation: portrait){.eu-policy-close-icon{position:absolute;top:-12%;right:0;width:2.8645833333vh;height:2.7083333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-close-icon{width:5.0925925926vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-close-icon{height:4.8148148148vw}}@media screen and (orientation: portrait){.eu-policy-alert-inner-choice{width:34.0625vh;height:23.9583333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-inner-choice{width:60.5555555556vw}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-inner-choice{height:42.5925925926vw}}@media screen and (orientation: portrait){.eu-policy-alert-inner-choice .eu-policy-alert-content{height:13.9583333333vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-inner-choice .eu-policy-alert-content{height:24.8148148148vw}}@media screen and (orientation: portrait){.eu-policy-alert-inner-choice .eu-policy-alert-accept{width:12.1354166667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){.eu-policy-alert-inner-choice .eu-policy-alert-accept{width:21.5740740741vw}}@media screen and (orientation: portrait){.app-layout{display:flex;flex-direction:column}.app-layout .app-layout-background{position:relative}.app-layout .app-layout-background img{width:100%;object-fit:contain}.app-layout .app-layout-container{flex:1;position:relative;width:100%;display:flex;flex-direction:column}.app-layout .app-layout-container .app-social-media{margin-top:auto}.mobile-bottom-bg{position:absolute;height:100%;width:100%;bottom:0;left:0;z-index:-1;background-size:78% 63%;background-position:156% bottom}}@media screen and (orientation: landscape){.app-layout .app-layout-background{position:absolute;top:0;left:0;height:100%;width:100%}.app-layout .app-layout-background img{height:100%;width:100%;object-fit:cover}.app-layout-container{margin:0 auto;position:relative;height:100%;width:100%;padding-left:50.625rem;padding-bottom:4.8125rem}.mobile{display:none}.ingame .app-layout-container{padding-bottom:8.8125rem}.ingame .activate-result{padding-left:7rem!important;padding-top:2rem!important}.ingame .activate-for-kol{height:auto!important;left:40rem!important}}.app-layout{position:relative;height:100%;width:100%}@media screen and (orientation: landscape){.portrait-content{display:none}}@media screen and (orientation: portrait){.landscape-img,.landscape-content{display:none}}.app-fall,.app-expansion,.app-flip,.app-bounce,.app-fall-enter-active,.app-fall-leave-active{transition:all .3s cubic-bezier(.18,.89,.32,1.28)}.app-fall-leave-active{transition:all .3s ease-in-out}.app-fall-enter-from,.app-fall-leave-active{transform:translate3d(0,-80%,0);opacity:0}@keyframes swingOne{0%{transform:rotate(-90deg)}30%{transform:rotate(-90deg)}70%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes swingTwo{0%{transform:rotate(0)}30%{transform:rotate(0)}70%{transform:rotate(-90deg)}to{transform:rotate(-90deg)}}.video-player[data-v-5c89eb16]{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-player-close[data-v-5c89eb16]{position:absolute;width:1.375rem;height:1.375rem;right:0;top:-1.375rem}.video-player-container[data-v-5c89eb16]{position:relative;width:20.9375rem;height:11.7775rem}.video-player-container .inner-container[data-v-5c89eb16]{height:100%!important;width:100%!important}@media screen and (orientation: landscape){.video-player-container[data-v-5c89eb16]{width:64rem;height:36rem}.video-player-close[data-v-5c89eb16]{width:2.75rem;height:2.75rem;right:-2.75rem;top:0}}.video-player-dialog{height:100vh!important;width:100vw!important}iframe{height:100%!important;width:100%!important}.login-container[data-v-513800ef]{position:relative;text-align:center;color:#fff;font-style:italic;background:rgb(79,26,103);top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.login-container .login-container-channel[data-v-513800ef]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.login-container .login-container-close[data-v-513800ef]{position:absolute}.login-container .login-container-title[data-v-513800ef]{position:relative;color:#fff;font-weight:500;text-transform:uppercase}.login-container .login-container-tips[data-v-513800ef]{font-weight:400}@media screen and (orientation: landscape){.login-container[data-v-513800ef]{width:36.8125rem;min-height:17rem;padding:2.5rem}.login-container .login-container-close[data-v-513800ef]{width:1rem;height:1rem;top:1rem;right:1rem;cursor:pointer}.login-container .login-container-title[data-v-513800ef]{font-size:1.5rem;line-height:2.25rem;text-shadow:.125rem .125rem 0 rgb(130,28,163)}.login-container .login-container-channel[data-v-513800ef]{margin:2.75rem auto;width:15.75rem;min-height:2.75rem}.login-container .login-container-channel .channel-icon[data-v-513800ef]{flex:33.3%;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-container .login-container-channel .channel-icon .icon-img[data-v-513800ef]{pointer-events:auto;width:2.75rem;height:2.75rem}.login-container .login-container-tips[data-v-513800ef]{font-size:1rem}}@media screen and (orientation: portrait){.login-container[data-v-513800ef]{width:20.9375rem;min-height:11.8125rem;padding:1.875rem}.login-container-close[data-v-513800ef]{width:.75rem;height:.75rem;top:.75rem;right:.75rem}.login-container-title[data-v-513800ef]{font-size:.9375rem;text-shadow:.0625rem .0625rem 0 rgb(130,28,163)}.login-container-channel[data-v-513800ef]{margin:1.5rem auto;width:12rem;min-height:2.75rem}.login-container-channel .channel-icon[data-v-513800ef]{flex:33.3%;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-container-channel .channel-icon .icon-img[data-v-513800ef]{pointer-events:auto;width:2.75rem;height:2.75rem}.login-container-tips[data-v-513800ef]{font-size:.625rem}}.login-dialog{height:100vh!important;width:100vw!important}.rule-content[data-v-c41a6527]{position:relative}.rule-content img[data-v-c41a6527]{height:100%;width:100%;object-fit:cover}@media screen and (orientation: landscape){.rule-content[data-v-c41a6527]{width:64rem;height:36rem;background-color:#4f1a67}.rule-content .rule-content-close[data-v-c41a6527]{position:absolute;width:2.75rem;height:2.75rem;right:-2.75rem;top:0;background:rgb(79,26,103);display:flex;flex-direction:column;align-items:center;justify-content:center}.rule-content .rule-content-close .close-entity[data-v-c41a6527]{width:1.375rem;height:1.375rem}}@media screen and (orientation: portrait){.rule-content[data-v-c41a6527]{width:20.9375rem;height:11.75rem;background-color:#4f1a67}.rule-content .rule-content-close[data-v-c41a6527]{position:absolute;width:1.375rem;height:1.375rem;right:0;top:-1.375rem;background:rgb(79,26,103);display:flex;flex-direction:column;align-items:center;justify-content:center}.rule-content .rule-content-close .close-entity[data-v-c41a6527]{width:.75rem;height:.75rem}}.rule-dialog,.rule-container{height:100vh!important;width:100vw!important;display:flex;flex-direction:column;align-items:center;justify-content:center}.player-button[data-v-b52a3d50]{cursor:pointer;position:absolute}@media screen and (orientation: portrait){.player-button[data-v-b52a3d50]{width:2.5rem;height:1.75rem;left:50%;top:50%;transform:translate(-50%) translateY(-50%)}}@media screen and (orientation: landscape){.player-button[data-v-b52a3d50]{width:7.5rem;height:5.25rem;top:50%;left:21.5625rem;transform:translateY(-50%)}}.app-social-media[data-v-cb5f4e55]{display:flex;flex-direction:column}.app-social-media .social-media-follow[data-v-cb5f4e55]{font-style:italic;font-weight:500}.app-social-media .media-icon img[data-v-cb5f4e55]{height:100%;width:100%}.app-social-media .social-media-link[data-v-cb5f4e55]{display:flex;justify-content:space-between;align-items:center}.app-social-media .media-list[data-v-cb5f4e55]{display:flex}@media screen and (orientation: landscape){.app-social-media[data-v-cb5f4e55]{position:fixed;width:24.6625rem;height:6.5rem;left:5rem;bottom:2.25rem}.app-social-media .social-media-follow[data-v-cb5f4e55]{font-size:1.5rem;margin-bottom:1.5rem}.app-social-media .social-media-link[data-v-cb5f4e55]{width:100%;height:3.75rem}.google-play-btn[data-v-cb5f4e55]{height:3.75rem;width:12.4125rem}.media-list[data-v-cb5f4e55]{height:2.75rem}.media-icon[data-v-cb5f4e55]{flex-shrink:0;height:2.75rem;width:2.75rem;margin-right:1rem}}@media screen and (orientation: portrait){.app-social-media[data-v-cb5f4e55]{position:relative;width:100%;padding:.75rem 1.25rem 1.6875rem;height:7.1875rem;left:0}.app-social-media .social-media-follow[data-v-cb5f4e55]{font-size:.8125rem;margin-bottom:.6875rem}.media-list[data-v-cb5f4e55]{height:2.5rem}.media-icon[data-v-cb5f4e55]{height:2.5rem;width:2.5rem;margin-right:1.25rem}.google-play-btn[data-v-cb5f4e55]{height:2.5rem;width:8.25rem}}@media screen and (orientation: landscape){.success-title .title-tips[data-v-7aa6a061]{position:absolute;width:1.5rem;height:1.5rem;right:-2.5rem;top:50%;margin-top:-.625rem;z-index:4;cursor:pointer}.success-title .title-tips .title-tips-mesage[data-v-7aa6a061]{position:absolute;white-space:nowrap;height:3rem;padding-bottom:.875rem;font-style:italic;font-size:.875rem;line-height:1.375rem;left:50%;transform:translate(-50%) translateY(-100%)}.success-title .title-tips .title-tips-mesage .tips-content[data-v-7aa6a061]{padding:.375rem .5rem;color:#fff;background-color:#4f1a67;box-shadow:0 .125rem .5rem #00000026;text-shadow:none;text-decoration:underline;font-style:italic}.success-title .title-tips .title-tips-mesage .tips-arrow[data-v-7aa6a061]{position:absolute;width:.7063rem;height:.3475rem;left:50%;transform:translate(-50%)}}@media screen and (orientation: portrait){.success-title[data-v-7aa6a061]{text-align:center;pointer-events:none}.success-title .title-tips[data-v-7aa6a061]{position:absolute;width:1rem;height:1rem;right:-1.5rem;top:50%;margin-top:-.5rem;cursor:pointer;pointer-events:auto}.success-title .title-tips .title-tips-mesage[data-v-7aa6a061]{position:absolute;z-index:3;white-space:nowrap;height:1.5rem;padding-bottom:.875rem;font-style:italic;font-size:.4375rem;line-height:.6875rem;left:50%;transform:translate(-50%) translateY(-100%)}.success-title .title-tips .title-tips-mesage .tips-content[data-v-7aa6a061]{padding:.1875rem .25rem;color:#fff;background-color:#4f1a67;box-shadow:0 .125rem .5rem #00000026;text-shadow:none;text-decoration:underline;font-style:italic}.success-title .title-tips .title-tips-mesage .tips-arrow[data-v-7aa6a061]{position:absolute;width:.7063rem;height:.3475rem;left:50%;transform:translate(-50%)}.success-title-tips[data-v-7aa6a061]{font-size:.9375rem;line-height:1.375rem}}@media screen and (orientation: landscape){.regret-title[data-v-46f4ee8a]{color:#fff}.regret-title-tips[data-v-46f4ee8a]{margin-top:1.5rem;font-size:1rem;font-weight:400;line-height:1.5rem;color:#fff}}@media screen and (orientation: portrait){.regret-title[data-v-46f4ee8a]{text-align:center}.regret-title-subtitle[data-v-46f4ee8a]{font-size:.9375rem;line-height:1.375rem}.regret-title-tips[data-v-46f4ee8a]{text-align:center;font-size:.625rem}}.activate-code[data-v-826cae03]{position:relative;display:flex;flex-direction:column}.activate-code .activate-code-title[data-v-826cae03]{display:flex;align-items:center}.activate-code .activate-code-content[data-v-826cae03]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.activate-code .activate-code-content .border-triangle[data-v-826cae03]{position:absolute;left:0;width:0;height:0;top:0;border:.25rem solid transparent}.activate-code .activate-code-content.premiun .border-triangle[data-v-826cae03]{border-left-color:#d54fd4;border-top-color:#d54fd4}.activate-code .activate-code-content.friend .border-triangle[data-v-826cae03]{border-left-color:#46c471;border-top-color:#46c481}@media screen and (orientation: landscape){.activate-code[data-v-826cae03]{position:relative;width:100%;justify-content:flex-start}.activate-code .activate-code-title[data-v-826cae03]{position:relative;width:100%;margin-bottom:1rem;justify-content:flex-start;font-style:italic;font-size:1.5rem;font-weight:500}.activate-code .activate-code-title.premiun span[data-v-826cae03]{color:transparent;background:linear-gradient(to right,rgb(213,79,212),rgb(251,160,250));background-clip:text}.activate-code .activate-code-title.friend[data-v-826cae03]{margin-top:2rem}.activate-code .activate-code-title.friend span[data-v-826cae03]{color:transparent;background:linear-gradient(to right,rgb(70,196,113),rgb(164,250,193));background-clip:text}.activate-code .activate-code-title span[data-v-826cae03]{position:relative}.activate-code .activate-code-title .activate-code-copy[data-v-826cae03]{position:absolute;width:1.25rem;height:1.25rem;right:-1.75rem;top:50%;margin-top:-.5rem;cursor:pointer}.activate-code .mobile[data-v-826cae03]{display:none}.activate-code .activate-code-content[data-v-826cae03]{padding:.75rem 0;font-style:italic;font-size:1.875rem;line-height:2.8125rem;width:33.125rem;font-weight:500}.activate-code .activate-code-content.premiun[data-v-826cae03]{height:3rem}.activate-code .activate-code-content.friend[data-v-826cae03]{height:15.5625rem}.activate-code .activate-tips[data-v-826cae03]{position:absolute;bottom:0;transform:translateY(calc(100% + 2rem));left:0;width:33.125rem;font-weight:400;font-size:.875rem;color:#ffffffb3}}@media screen and (orientation: portrait){.activate-code[data-v-826cae03]{position:relative;width:100%;justify-content:flex-start;align-items:center}.activate-code .activate-code-title[data-v-826cae03]{position:relative;justify-content:flex-start;font-style:italic;font-size:.8125rem;font-weight:500;margin-top:1rem;margin-bottom:.25rem}.activate-code .activate-code-title.premiun span[data-v-826cae03]{color:transparent;background:linear-gradient(to right,rgb(213,79,212),rgb(251,160,250));background-clip:text}.activate-code .activate-code-title.friend span[data-v-826cae03]{color:transparent;background:linear-gradient(to right,rgb(70,196,113),rgb(164,250,193));background-clip:text}.activate-code .activate-code-title span[data-v-826cae03]{position:relative}.activate-code .activate-code-title .activate-code-copy[data-v-826cae03]{position:absolute;width:1rem;height:1rem;right:-1.25rem;top:50%;margin-top:-.625rem;cursor:pointer}.activate-code .activate-code-content[data-v-826cae03]{font-style:italic;font-size:.9375rem;line-height:1.375rem;width:16.25rem;font-weight:500}.activate-code .activate-code-content.premiun[data-v-826cae03]{height:1.875rem}.activate-code .activate-code-content.friend[data-v-826cae03]{height:7.375rem}.activate-code .pc[data-v-826cae03]{display:none}.activate-code .activate-tips[data-v-826cae03]{width:16.25rem;text-align:center;font-weight:400;font-size:.625rem;line-height:.9375rem;color:#ffffffb3;margin-top:1rem}}.activate-for-kol[data-v-f1b7e1bd]{background:rgba(255,239,118,.3)}.activate-for-kol .activate-for-kol-title[data-v-f1b7e1bd]{display:flex;justify-content:space-between;align-items:center;font-style:italic;color:#fff}.activate-for-kol .activate-for-kol-tips[data-v-f1b7e1bd]{font-weight:400;font-style:italic;color:#fff}.activate-for-kol[data-v-f1b7e1bd]:after{content:"";position:absolute;width:100%;bottom:0;left:0;background-color:#ffef76}@media screen and (orientation: landscape){.activate-for-kol[data-v-f1b7e1bd]{position:absolute;height:5.3125rem;border:.0625rem solid rgba(255,239,118,.5);padding:.5rem 1.5rem .625rem;left:57rem;bottom:1.875rem;transform:translate(-50%)}.activate-for-kol span[data-v-f1b7e1bd]{white-space:nowrap;padding-right:.75rem}.activate-for-kol .activate-for-kol-title[data-v-f1b7e1bd]{font-size:1.875rem;height:2.8125rem}.activate-for-kol .activate-for-kol-title .kol-arrow[data-v-f1b7e1bd]{width:1.5rem;height:1.5rem}.activate-for-kol .activate-for-kol-tips[data-v-f1b7e1bd]{font-size:.875rem;text-align:left;line-height:1.5rem}.activate-for-kol[data-v-f1b7e1bd]:after{height:.125rem}}@media screen and (orientation: portrait){.activate-for-kol[data-v-f1b7e1bd]{position:relative;width:18.75rem;height:3.0625rem;border:.0625rem solid rgba(255,239,118,.5);padding:.375rem 1.5rem .4375rem;margin:2rem auto .75rem}.activate-for-kol .activate-for-kol-title[data-v-f1b7e1bd]{display:flex;font-size:.9375rem;height:1.375rem}.activate-for-kol .activate-for-kol-title .kol-arrow[data-v-f1b7e1bd]{background-size:contain;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);width:.75rem;height:.75rem}.activate-for-kol .activate-for-kol-tips[data-v-f1b7e1bd]{font-size:.625rem;text-align:left;line-height:.9375rem}.activate-for-kol[data-v-f1b7e1bd]:after{height:.0625rem}}.activate-result[data-v-5abc00bb]{position:relative;font-style:italic}.result-img img[data-v-5abc00bb]{height:100%;width:100%;object-fit:cover}@media screen and (orientation: landscape){.activate-result[data-v-5abc00bb]{height:100%;padding:7.5rem 15rem 1.875rem 7.5rem}.activate-result-container[data-v-5abc00bb]{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%;padding-bottom:1.875rem}.activate-result-container .result-title[data-v-5abc00bb]{position:relative;font-size:2.5rem;line-height:3.75rem;font-weight:500;color:transparent;margin-bottom:2.75rem}.activate-result-container .result-img[data-v-5abc00bb]{width:43.875rem;height:25.3125rem;background-color:#4f1a67}.activate-tips[data-v-5abc00bb]{position:absolute;bottom:0;transform:translateY(calc(100% + 2rem));left:0;width:33.125rem;font-weight:400;font-size:.875rem;color:#ffffffb3}.ingame .activate-result-container[data-v-5abc00bb]{justify-content:flex-start;padding-top:3rem}}@media screen and (orientation: portrait){.activate-result[data-v-5abc00bb]{width:100%;padding:0 1.25rem}.activate-result-container .result-title[data-v-5abc00bb]{position:relative;font-size:1.25rem;line-height:1.875rem;font-weight:500}.activate-result-container .result-img[data-v-5abc00bb]{width:18.75rem;height:10.5rem;background-color:#4f1a67;margin:1rem auto 0}.activate-tips[data-v-5abc00bb]{width:16.25rem;text-align:center;font-weight:400;font-size:.625rem;line-height:.9375rem;color:#ffffffb3}}.shadow-text{position:relative}.shadow-text .shadow-text-span{position:relative;z-index:2;color:transparent;background-clip:text;background-image:linear-gradient(to bottom,#fddc05,#fee53a)}.shadow-text:before{position:absolute;content:attr(data-text);width:100%;height:100%;top:0;left:0;z-index:0;text-shadow:.125rem .125rem 0 rgb(130,28,163)}.app-rule-tips[data-v-702ba81d]{font-style:italic;font-weight:400;color:#ffffff80}@media screen and (orientation: landscape){.app-rule-tips[data-v-702ba81d]{position:absolute;width:70rem;left:50%;transform:translate(-50%);white-space:wrap;word-break:break-word;text-align:center;bottom:2.375rem;font-size:.75rem}}@media screen and (orientation: portrait){.app-rule-tips[data-v-702ba81d]{width:100%;padding:0 1.25rem;font-size:.625rem;text-align:center}}.Sign-in[data-v-f80147fe]{position:absolute}.Sign-in .info-avatar[data-v-f80147fe]{border-radius:100%}.Sign-in .log-out[data-v-f80147fe]{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgb(198,66,252);font-style:italic;font-weight:400}.Sign-in .log-out span[data-v-f80147fe]{overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media screen and (orientation: landscape){.Sign-in[data-v-f80147fe]{top:2.5rem;right:0;padding-left:1.25rem;width:12.75rem;height:3rem;display:flex;align-items:center;background-image:linear-gradient(to right,rgba(100,45,90,.5),rgba(202,90,182,.4))}.Sign-in[data-v-f80147fe]:before{content:"";position:absolute;height:100%;width:.25rem;left:0;top:0;background:rgb(213,79,212)}.Sign-in .info-avatar[data-v-f80147fe]{height:2rem;width:2rem;object-fit:cover;margin-right:.5rem}.Sign-in .info-name[data-v-f80147fe]{width:6.625rem;height:1.5rem;font-style:italic;font-weight:400;font-size:1rem;line-height:1.5rem;overflow:hidden;color:#fff;margin-right:.5rem;text-align:left}.Sign-in .info-name span[data-v-f80147fe]{overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.Sign-in .info-arrow[data-v-f80147fe]{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;height:.875rem;width:.875rem}.Sign-in .info-arrow .info-arrow-icon[data-v-f80147fe]{width:.75rem;height:.5rem}.Sign-in .info-arrow.active[data-v-f80147fe]{transform:rotate(180deg)}.Sign-in .log-out[data-v-f80147fe]{width:100%;height:100%;left:0;bottom:-100%;font-size:1rem}}@media screen and (orientation: portrait){.Sign-in[data-v-f80147fe]{width:1.5rem;height:1.5rem;top:1.25rem;right:1.25rem;border-radius:100%}.Sign-in .info-avatar[data-v-f80147fe]{height:100%;width:100%;object-fit:cover}.Sign-in .info-name[data-v-f80147fe],.Sign-in .info-arrow[data-v-f80147fe]{display:none}.Sign-in .log-out[data-v-f80147fe]{width:7.5rem;height:2.1875rem;right:0;top:100%;font-size:.8125rem}}.activate-form[data-v-61e8f5ae]{width:100%}.form-label[data-v-61e8f5ae]{color:#fff;font-style:italic;font-weight:500}.form-label .form-label-tips[data-v-61e8f5ae]{white-space:nowrap;font-weight:500;color:#ffffff80}.form-title[data-v-61e8f5ae]{width:100%;text-align:center;font-style:italic;position:relative;color:#46c471;text-transform:uppercase;text-shadow:.125rem .125rem rgb(130,28,163)}.app-form-submit .submit-button.submit-activate[data-v-61e8f5ae]{color:#402263}.app-form-submit .submit-button.submit-disabled[data-v-61e8f5ae]{color:#666}.app-form-submit .submit-button span[data-v-61e8f5ae]{overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.app-form-ctx input[data-v-61e8f5ae]{border:1px solid transparent;transition:all .4s ease 0s}.app-form-ctx input[data-v-61e8f5ae]:focus{border-color:#c642fc}@media screen and (orientation: landscape){.activate-form[data-v-61e8f5ae]{height:100%;overflow:hidden}.app-form[data-v-61e8f5ae]{display:block;width:100%}.activate-form-container[data-v-61e8f5ae]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:7.5rem;padding-right:21.875rem;padding-left:7.5rem;width:100%;height:100%;overflow:hidden}.form-title[data-v-61e8f5ae]{flex-shrink:0;height:2.8125rem;font-size:1.875rem}.form-warp[data-v-61e8f5ae]{flex:1;position:relative;width:40rem;max-height:calc(100% - 2.8125rem);text-align:left;padding-top:2.75rem;padding-bottom:3.625rem;display:flex}.form-warp .form-container[data-v-61e8f5ae]{flex:1;height:100%;width:100%;overflow-y:auto}.app-form-item[data-v-61e8f5ae]{margin-bottom:1.5rem}.app-form-item[data-v-61e8f5ae]:nth-last-child(1){margin-bottom:0}.form-label[data-v-61e8f5ae]{font-size:1rem}.form-label .form-label-tips[data-v-61e8f5ae]{font-size:.6835rem}.app-form-ctx[data-v-61e8f5ae]{position:relative;margin-top:.5rem;border:1px solid rgb(73,6,94)}.app-form-ctx.error[data-v-61e8f5ae]{border-color:#ff5400!important}.app-form-ctx.error[data-v-61e8f5ae]:after{position:absolute;content:attr(data-error);left:0;top:calc(100% + .25rem);color:#ff5400;font-size:.75rem;font-style:italic}.app-form-ctx input[data-v-61e8f5ae]{width:100%;height:3rem;background-color:#0000004d;color:#fff;padding:.75rem 1rem;font-style:italic;font-size:1rem}.app-form-ctx .from-select-style[data-v-61e8f5ae]{width:100%!important;height:3rem!important}.app-form-submit[data-v-61e8f5ae]{position:absolute;width:100%;height:3.625rem;bottom:0;cursor:pointer}.app-form-submit .submit-button[data-v-61e8f5ae]{width:13.75rem;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:-3.125rem;transform:translate(100%);padding:0 3.2rem;height:3.625rem;font-size:2.25rem;font-style:italic;font-weight:700;overflow:hidden}.mobile[data-v-61e8f5ae]{display:none}}@media screen and (orientation: portrait){.form-title[data-v-61e8f5ae]{font-weight:500;font-size:.9375rem}.form-warp[data-v-61e8f5ae]{padding:0 1.25rem}.form-container[data-v-61e8f5ae]{width:100%;margin-top:1rem}.app-form-item[data-v-61e8f5ae]{margin-bottom:.75rem}.form-label[data-v-61e8f5ae]{font-size:.8125rem}.form-label .form-label-tips[data-v-61e8f5ae]{font-size:.6875rem}.app-form-ctx[data-v-61e8f5ae]{position:relative;margin-top:.25rem;border:1px solid rgb(73,6,94)}.app-form-ctx.error[data-v-61e8f5ae]{border-color:#ff5400!important}.app-form-ctx.error[data-v-61e8f5ae]:after{position:absolute;content:attr(data-error);left:0;top:calc(100% + .25rem);color:#ff5400;font-size:.625rem;font-style:italic}.app-form-ctx input[data-v-61e8f5ae]{width:100%;height:2.125rem;color:#fff;padding:.625rem .75rem;font-size:.75rem;font-style:italic;background-color:#0000004d}.app-form-ctx .from-select-style[data-v-61e8f5ae]{width:100%!important;height:2.125rem!important}.app-form-submit[data-v-61e8f5ae]{margin-bottom:.75rem;padding-top:1rem;width:100%;height:3.625rem}.app-form-submit .submit-button[data-v-61e8f5ae]{display:flex;align-items:center;justify-content:center;padding:0 3.3438rem;height:100%;font-size:.9375rem;font-style:italic;font-weight:500}.pc[data-v-61e8f5ae]{display:none}}.from-select-style{border:1px solid transparent;transition:all .4s ease 0s!important}.from-select-style.ant-select-focused{color:#fff!important}.from-select-style.ant-select-open .ant-select-suffix{transform:rotate(180deg)}.from-select-style.ant-select-focused{border:1px solid;border-color:#c642fc}.from-select-style .ant-select-selector{height:100%!important;background-color:#0000004d!important;border:1px solid transparent!important;border-radius:0!important;color:#fff!important;font-style:italic!important;box-shadow:none!important}.from-select-style .ant-select-selector .ant-select-selection-item{color:#fff!important}.from-select-style .ant-select-selector .ant-select-suffix{transition:all .2s linear 0s}.select-option-style{border-radius:0;background-color:#1f012c;padding:0;font-style:italic;width:100%}.select-option-style .ant-select-item{display:flex;align-items:center;color:#fffc!important;font-weight:400;transition:all .2s ease 0s;border-radius:0!important}.select-option-style .ant-select-item-option-selected{color:#fff!important;background-color:#4f1a67!important;border-radius:0;font-weight:500}.select-option-style .ant-select-item-option-active{color:#c442fb!important}@media screen and (orientation: landscape){.from-select-style .ant-select-selector{padding:0 .875rem!important;font-size:1rem!important;line-height:3rem!important}.from-select-style .ant-select-selector .ant-select-selection-item{font-size:1rem!important;line-height:3rem!important}.from-select-style .ant-select-arrow{width:1.5rem!important;height:1.5rem!important;margin-top:-.75rem;right:1rem}.from-select-style .ant-select-suffix{width:1.5rem!important;height:1.5rem!important}.select-option-style .ant-select-item{font-size:1rem!important;padding:.625rem .75rem!important;line-height:1.5rem;font-weight:400;vertical-align:middle}.ant-select-selection-placeholder{font-size:1rem!important;line-height:3rem!important;color:#fff6!important}}@media screen and (orientation: portrait){.from-select-style .ant-select-selector{padding:.625rem .75rem!important}.from-select-style .ant-select-selector .ant-select-selection-item{font-size:.75rem!important;line-height:.75rem!important}.from-select-style .ant-select-arrow{width:.75rem!important;height:.75rem!important;margin-top:-.375rem;right:.75rem}.from-select-style .ant-select-suffix{width:.75rem!important;height:.75rem!important}.select-option-style .ant-select-item{font-size:.75rem!important;font-weight:400}.ant-select-selection-placeholder{font-size:.72rem!important;line-height:.72rem!important;color:#ffffff80!important}}.game-logo[data-v-e2f2c990]{z-index:99}@media screen and (orientation: landscape){.game-logo[data-v-e2f2c990]{position:fixed;width:12.75rem;height:3.625rem;top:5rem;left:5rem}}@media screen and (orientation: portrait){.game-logo[data-v-e2f2c990]{position:absolute;width:5.4375rem;height:1.5rem;top:1.25rem;left:1.25rem}}.app-user-info[data-v-726f6e47]{position:absolute;top:.3703703704vh;right:4.0740740741vh;display:flex;flex-direction:column;align-items:center;justify-content:center;align-items:flex-end}@media screen and (max-aspect-ratio: 1920 / 1080){.app-user-info[data-v-726f6e47]{top:.2083333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-user-info[data-v-726f6e47]{right:2.2916666667vw}}.app-user-token[data-v-726f6e47]{display:flex;align-items:center;justify-content:center;font-size:3.1481481481vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-user-token[data-v-726f6e47]{font-size:1.7708333333vw}}.app-user-token .app-token-icon[data-v-726f6e47]{margin-right:.462962963vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-user-token .app-token-icon[data-v-726f6e47]{margin-right:.2604166667vw}}.app-user-id[data-v-726f6e47]{font-size:1.8518518519vh;margin-top:-.5555555556vh;color:#cdb5f1}@media screen and (max-aspect-ratio: 1920 / 1080){.app-user-id[data-v-726f6e47]{font-size:1.0416666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-user-id[data-v-726f6e47]{margin-top:-.3125vw}}.base-transition{transition:all .2s ease 0s}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td,figure{padding:0;margin:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var,b{font-weight:400;font-style:normal}ol,ul,li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}q:before,q:after{content:""}abbr,acronym{border:0}a{text-decoration:none}input,button,textarea,select,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;border:none}textarea,input{outline:none}button{border:none;background-color:transparent;outline:none;margin:0;padding:0}i{font-style:normal}::-webkit-scrollbar{-webkit-appearance:none}::-webkit-scrollbar:vertical{width:.3vw}::-webkit-scrollbar:horizontal{height:0}::-webkit-scrollbar-thumb{background-color:#8078c9;border:0px solid #fff}::-webkit-scrollbar-track{background-color:#332e5d}html[data-lang=my]{font-size:.7407407407vh}@media screen and (max-aspect-ratio: 1920 / 1080){html[data-lang=my]{font-size:.4166666667vw}}html[data-lang=my] body{font-family:Zawgyi-One,Roboto,sans-serif}html[data-lang=my] .app-rule-content,html[data-lang=my] .app-alert-content{font-size:2.037037037vh}@media screen and (max-aspect-ratio: 1920 / 1080){html[data-lang=my] .app-rule-content,html[data-lang=my] .app-alert-content{font-size:1.1458333333vw}}html[data-lang=my] .app-rule-content p,html[data-lang=my] .app-alert-content p{line-height:1.6}html[data-lang=ar] body{font-family:GFF Ar,Roboto,sans-serif}html[data-lang=ar] .app-rule-content,html[data-lang=ar] .app-history-content{direction:rtl}html[data-lang=ar] .app-extra-reward{margin:.9259259259vh 4.2592592593vh 0 0}@media screen and (max-aspect-ratio: 1920 / 1080){html[data-lang=ar] .app-extra-reward{margin:.5208333333vw 2.3958333333vw 0 0}}html[data-lang=hi] body{font-family:GFF Devanagar,Roboto,sans-serif}html[data-lang=th] body{font-family:GFF Thai,Roboto,sans-serif}html[data-lang=zh] body,html[data-lang=zh-Hant] body,html[data-lang=zh-tw] body{font-family:FZLTHB,Roboto,sans-serif}html[data-lang=ja] body,html[data-lang=ko] body{font-family:Noto Sans TC,Roboto,sans-serif}html[data-lang=ur]{font-size:.7407407407vh}@media screen and (max-aspect-ratio: 1920 / 1080){html[data-lang=ur]{font-size:.4166666667vw}}html[data-lang=ur] body{font-family:Noto Nastaliq Urdu,Roboto,sans-serif}html[data-lang=tr] .eu-policy-alert-title{font-size:4.0740740741vh}@media screen and (max-aspect-ratio: 1920 / 1080){html[data-lang=tr] .eu-policy-alert-title{font-size:2.2916666667vw}}@media screen and (orientation: portrait){html[data-lang=tr] .eu-policy-alert-title{font-size:2.2916666667vh}}@media screen and (orientation: portrait) and (max-aspect-ratio: 1080 / 1920){html[data-lang=tr] .eu-policy-alert-title{font-size:4.0740740741vw}}@keyframes RotateLoop{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{font-family:inherit;box-sizing:border-box;background-position:center;background-size:100% auto;background-repeat:no-repeat;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (orientation: portrait){html{cursor:pointer;font-size:4.2666666667vw}#app{overflow-y:auto}.gr-toast{font-size:1.3rem}}@media screen and (orientation: landscape){html{font-size:1.4814814815vh;font-size:1.4814814815dvh}}@media screen and (orientation: landscape) and (max-aspect-ratio: 1920/1080){html{font-size:.8333333333vw}}@media screen and (orientation: landscape){body{min-height:375px}}@media screen and (orientation: landscape){.gr-toast{font-size:1.3rem}}body{position:fixed;width:100%;height:100%;font-family:Roboto,sans-serif;user-select:none;-webkit-user-select:none;overflow:hidden;color:#fff;background-color:#2e003f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%!important;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important}html,body,#app{width:100vw;height:100vh}#app{width:100dvw;height:100dvh}img{pointer-events:none}#__vconsole *{font-family:sans-serif!important}.number{font-family:Roboto,sans-serif!important}.no-click{pointer-events:none}.gr-loading-spinner{color:#fff}.gr-toast{width:74.0740740741vh;height:7.4074074074vh;color:#c2b9d5}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-toast{width:41.6666666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-toast{height:4.1666666667vw}}.gr-container{background-size:cover}.gr-header{width:100%;height:6.8518518519vh;background-size:100% 100%}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-header{height:3.8541666667vw}}.gr-title{position:relative;top:.1851851852vh;margin-right:3.3333333333vh;font-size:5.8rem;color:#fff}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-title{top:.1041666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-title{margin-right:1.875vw}}.gr-title .app-title-text{background-image:linear-gradient(to bottom,#f389eb 35%,rgb(255,255,255));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.gr-main{position:relative;flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;justify-content:flex-start}.gr-button.special{width:31.9444444444vh;height:8.7037037037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-button.special{width:17.96875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-button.special{height:4.8958333333vw}}.gr-button.primary{width:32.3148148148vh;height:7.6851851852vh}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-button.primary{width:18.1770833333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-button.primary{height:4.3229166667vw}}.gr-button.draw,.gr-button.smart-draw{width:22.5925925926vh;height:8.7037037037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-button.draw,.gr-button.smart-draw{width:12.7083333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-button.draw,.gr-button.smart-draw{height:4.8958333333vw}}.gr-dialog{width:78.7037037037vh;height:41.6666666667vh}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-dialog{width:44.2708333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-dialog{height:23.4375vw}}.gr-dialog-close-icon{width:4.6296296296vh;height:4.6296296296vh}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-dialog-close-icon{width:2.6041666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.gr-dialog-close-icon{height:2.6041666667vw}}.gr-dialog-title{font-size:3.6rem;text-align:center;background-image:linear-gradient(to bottom,#f389eb 35%,rgb(255,255,255));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.app-drawn-dialog .gr-dialog-title{font-size:4.4444444444vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-drawn-dialog .gr-dialog-title{font-size:2.5vw}}.app-token-icon{width:2.7777777778vh;height:2.5vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-token-icon{width:1.5625vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-token-icon{height:1.40625vw}}.app-token-icon.normal{width:2.4074074074vh;height:2.2222222222vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-token-icon.normal{width:1.3541666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-token-icon.normal{height:1.25vw}}.app-token-icon.small{width:2.2222222222vh;height:2.037037037vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-token-icon.small{width:1.25vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-token-icon.small{height:1.1458333333vw}}.app-rule-icon{margin-right:.7407407407vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-rule-icon{margin-right:.4166666667vw}}.app-rule-icon,.app-history-icon{width:4.3518518519vh;height:4.3518518519vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-rule-icon,.app-history-icon{width:2.4479166667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-rule-icon,.app-history-icon{height:2.4479166667vw}}.app-music-icon{position:absolute;left:2.5925925926vh;top:.462962963vh;width:5.2777777778vh;height:5.2777777778vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-music-icon{left:1.4583333333vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-music-icon{top:.2604166667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-music-icon{width:2.96875vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-music-icon{height:2.96875vw}}.app-music-icon.on{animation:RotateLoop 2s linear infinite}.app-reward-status-disabled:after{width:5.7407407407vh;height:5.7407407407vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-status-disabled:after{width:3.2291666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-status-disabled:after{height:3.2291666667vw}}.app-reward-status-drawn:after{width:5.5555555556vh;height:4.4444444444vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-status-drawn:after{width:3.125vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward-status-drawn:after{height:2.5vw}}.app-reward.disabled .app-reward-iframe,.app-reward.selected .app-reward-iframe{filter:brightness(.5)}.app-reward.selected:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:13.5185185185vh;height:13.5185185185vh}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward.selected:after{width:7.6041666667vw}}@media screen and (max-aspect-ratio: 1920 / 1080){.app-reward.selected:after{height:7.6041666667vw}}.app-reward .app-reward-counts{font-family:Roboto,sans-serif!important}
