@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--top: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14 3H2V2h12zM7.979 4.008l4.484 4.484l-.707.707l-3.277-3.277v7.984h-1V5.922L4.2 9.199l-.707-.707z' clip-rule='evenodd'/%3E%3C/svg%3E");--colorGreen: #00ff94;--back16: rgba(255, 255, 255, .16)}*{margin:0;padding:0;box-sizing:border-box}li{list-style:none}::-webkit-scrollbar{display:none}html,body{height:100vh;width:100%;background-color:#000;font-family:Roboto,sans-serif;-webkit-user-select:none;user-select:none}body.show{overflow:hidden}header{position:fixed;left:50%;transform:translate(-50%);top:0;width:100%;padding:10px;z-index:5}.home,.vip,.team,.me,.withdraw,.invest,.service,.activity,.lottery,.inviteReward,.helps,.lang-container,.security,.password-container,.transfer-container{height:100%;width:100%;padding:70px 0;color:#fff}.login header,.home header,.vip header,.team header,.me header{display:flex;align-items:center;justify-content:space-between;color:#fff;transition:all .3s linear}.login header.show,.home header.show,.vip header.show,.team header.show,.me header.show{background-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login header svg,.home header svg,.vip header svg,.team header svg,.me header svg{background-color:#ffffff29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;padding:7px;border:1px solid rgba(255,255,255,.16);height:40px;width:40px}.headerLogo{display:flex;align-items:center;gap:5px}.headerLogo img{height:auto;width:45px;border-radius:50%}.headerLogo span{color:var(--colorGreen);background-color:var(--back16);padding:7px 10px;border-radius:20px;border:1px solid var(--back16);font-size:18px;font-weight:600}.app-header{background-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;height:45px;border-bottom:1px solid var(--back16)}.app-header i{position:absolute;top:50%;left:10px;transform:translateY(-50%)}.container{width:100%;min-height:100%;background:url(assets/background.png);background-size:100% 100%;background-position:center;margin:0 auto;overflow:hidden;position:relative;padding:0 10px}.container:before{content:"";position:absolute;top:-10px;left:5px;background:url(assets/img.png);background-size:100% 100%;height:180px;filter:brightness(60%);width:180px}.container #rockets{height:400px;width:400px;position:absolute;top:100%;left:50%;transform:translate(-50%);filter:brightness(40%);animation:5s rocket linear infinite;pointer-events:none}@keyframes rocket{0%{top:100%}to{top:-100%}}#root{position:relative;z-index:10}.top{position:fixed;bottom:90px;right:30px;background-color:var(--colorGreen);width:30px;height:30px;display:none;align-items:center;border-radius:5px;justify-content:center}.top span{display:inline-block;width:24px;height:24px;background-color:#000;-webkit-mask-image:var(--top);mask-image:var(--top);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.error{position:fixed;top:50%;left:50%;word-break:break-word;word-wrap:break-word;transform:translate(-50%,-50%);background:#000000b3;z-index:7;padding:5px 10px;max-width:400px;color:#fff;border-radius:5px;font-size:15px;text-align:center;overflow-wrap:break-word;opacity:0;visibility:hidden}.error.show{visibility:visible;animation:error 3s ease forwards}@keyframes error{0%,to{opacity:0}25%,50%,75%{opacity:1}}footer{position:fixed;bottom:0;left:50%;width:100%;transform:translate(-50%);background-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;height:60px;display:flex;flex-direction:column;justify-content:center}footer ul{display:flex;align-items:center;justify-content:space-between;list-style:none}footer ul .active,footer ul .active span{font-weight:600;color:#00ff94}footer ul li{width:25%;text-align:center}footer ul li svg{height:20px;width:20px}footer ul li span{display:block;font-size:11px;color:gray}@media(min-width:567px){html,body{background-color:#fff}.container,header,footer{width:500px!important}}.loading{position:fixed;top:0;left:50%;transform:translate(-50%);height:100%;width:100%;display:flex;align-items:center;justify-content:center}.loading .loading-item{height:150px;width:150px;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:#0009}.loading .loader{width:50px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#fff 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#fff);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);animation:l13 1s infinite linear}@keyframes l13{to{transform:rotate(1turn)}}
