@font-face{font-family:Delight;src:url(/assets/Delight-Thin-B5bZRDYN.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-ExtraLight-DFYGNRCO.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-Light-CvxiPlNT.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-Regular-BDKkv6NU.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-Medium-c04SgUpY.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-SemiBold-x-D8JQZO.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-Bold-cNQUk-xv.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-ExtraBold-C3Vse0l4.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Delight;src:url(/assets/Delight-Black-BetjGcw0.ttf) format("truetype");font-weight:900;font-style:normal}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif;font-family:Delight,sans-serif}html,body{margin:0;height:100%;padding:0;width:100%;display:flex;justify-content:center;background-color:#1c1f24;overflow-y:hidden;overflow-x:hidden}.header{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.header img{width:35px;height:35px;margin-right:14px}.score{position:relative;z-index:5;color:#fff;text-align:center;font-size:40px;font-weight:600;-webkit-user-select:none;user-select:none}.circle{position:relative;margin-bottom:3rem;display:flex;justify-content:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.game-container{width:100%;margin:0 auto;height:100dvh;display:flex;flex-direction:column;justify-content:space-around;position:relative;padding:20px}.plus-one{position:absolute;font-family:Inter;text-shadow:0px 0px 4px rgba(234,182,64,.25);font-size:30px;font-weight:800;background:linear-gradient(180deg,#e8c547,#ef882b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;pointer-events:none;-webkit-user-select:none;user-select:none;animation:move-up 2s forwards}.menu{background-color:#242424;display:flex;padding:4px;align-items:center;position:absolute;bottom:0;left:1rem;right:1rem;justify-content:space-around;height:60px;border-radius:20px;font-size:1.5rem;margin:0 20px 35px}.menu-button{width:50px;height:50px;background-color:#363636;color:#4e4d52;cursor:pointer;transition:color .3s;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:20px;transition:ease-in-out .2s}.menu-button:hover,.menu-button.active{background-color:#ff914d;color:#fff;cursor:pointer}@keyframes move-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}.game{position:relative;padding:1rem;background-color:#1b1b1b;height:100vh}.header-bg{margin:0 auto;position:absolute;top:-150px;left:0;right:0;height:300px;width:350px;background:#ff914d;z-index:0;border-radius:80px;filter:blur(180px)}.header-bg{backface-visibility:hidden;transform:translateZ(0)}.page{width:100vw;height:calc(100vh - 60px);display:flex;flex-direction:column;justify-content:space-around;align-items:center}.progress{position:relative}.progress-container{position:relative;width:100%;height:23px;border-radius:25px;margin-top:5px;overflow:hidden}.progress-value{position:absolute;left:0;top:0;bottom:0;transition:.2s width ease;border-radius:10px}.progress-level{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#fff;font-size:.9rem;z-index:1}.progress-name{position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#fff;font-size:.9rem;z-index:1}.text-content{padding-top:80px;color:#fff;width:80%;max-height:100vh;overflow-y:auto;margin:0 auto;height:100%;display:flex;flex-direction:column;position:relative;scrollbar-width:none;-ms-overflow-style:none}.text-content::-webkit-scrollbar{display:none}.text-content h1,.text-content h3{text-align:center;margin-bottom:1rem}.list{height:60%;margin-bottom:50px;overflow-y:auto;display:flex;flex-direction:column}.list-item{background:#242424;border-radius:10px;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;color:#fff;margin-bottom:5px;font-size:12px}.list-item p{font-size:15px;font-weight:500}.tasks-content{width:100%;top:-80px;display:flex;flex-direction:column;align-items:center;height:400px;overflow-y:auto;z-index:5}.tasks-list-item{height:70px;background:#242424;border-radius:15px;padding:10px 15px;display:flex;align-items:center;color:#fff;font-family:sans-serif;margin-bottom:10px;font-size:14px;position:relative}.tasks-subtitle{position:relative;z-index:5;color:#fff;font-size:15px;font-weight:400;margin-bottom:10px}.groups-channel,.tasks-video,.tasks-blog{width:100%;min-height:150px}.tasks-video .tasks-subtitle{margin-top:40px}.task-description{width:150px;margin-left:10px;font-size:14px}.task-description p:nth-child(2){font-weight:500;color:#ff914d}.task-go{position:absolute;right:15px;background-color:#ff914d;width:50px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer}.list-btn{background:#fff;color:#000;border-radius:20px;padding:0 .5rem;text-decoration:none;margin-left:1rem}.list-btn.done{background:#080;color:#fff}.referal{width:75%;height:60px;padding:.5rem 1rem;background-color:#ff914d;border-radius:15px;border:none;color:#fff;font-size:20px;font-weight:500}.referal.copied{background-color:#e55800}.referal-copy{width:20%;padding:5px;background-color:#ff914d;border:none;border-radius:20px}.referal-content-top{height:62px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.referal-my-info{width:100%;height:40%;padding:0 10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:10px}.referal-my-info p:nth-child(1){color:#fff;font-weight:200;font-size:17px}.referal-my-info p:nth-child(2){color:#fff;font-weight:700;font-size:24px}.referal-info-content{font-size:11px;font-weight:700}.center{display:flex;justify-content:space-around;margin-bottom:1rem}.back-home{width:30px;height:30px;background-color:#1c1816;position:absolute;top:10px;left:0;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:100%}.no-tasks{color:#888;font-size:14px;text-align:center;margin-top:10px}.leaderboard-list-item{height:60px;background:#68686833;border-radius:10px;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-family:sans-serif;margin-bottom:10px;font-size:14px;position:relative}.leaderboard-list-item:nth-child(1) div p:nth-child(1),.leaderboard-list-item:nth-child(2) div p:nth-child(1),.leaderboard-list-item:nth-child(3) div p:nth-child(1){color:#f4ba25}@media (prefers-reduced-motion: no-preference){#circle{transition:transform .2s ease,box-shadow .2s ease}}.overlay[data-v-aeffed51]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal[data-v-aeffed51]{background:#ff914d;border-radius:20px;padding:20px;width:90%;max-width:380px;text-align:center;color:#fff;position:relative}.close[data-v-aeffed51]{position:absolute;top:10px;right:15px;background:none;border:none;color:#fff;font-size:20px;cursor:pointer}.avatar[data-v-aeffed51]{width:80px;height:80px;border-radius:12px;object-fit:cover;margin-bottom:15px}.title[data-v-aeffed51]{font-size:22px;font-weight:700;margin-bottom:8px}.description[data-v-aeffed51]{font-size:16px;margin-bottom:20px;padding:0 10px}.energy-block[data-v-aeffed51]{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:20px}.energy-box[data-v-aeffed51]{background:#fff;color:#000;border-radius:10px;padding:8px 16px;font-size:18px}.arrow[data-v-aeffed51]{font-size:20px}.buttons[data-v-aeffed51]{display:flex;flex-direction:column;gap:10px}.subscribe-btn[data-v-aeffed51]{background:#fff;color:#000;font-weight:700;padding:12px;border-radius:10px;border:none;cursor:pointer;font-size:16px}.verify-btn[data-v-aeffed51]{background:#444;color:#fff;font-weight:700;padding:12px;border-radius:10px;border:none;cursor:pointer;font-size:16px}.profile_container[data-v-8caaa6f0]{background:transparent;border-radius:20px;padding:5px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-family:sans-serif;font-size:14px;position:relative;background-color:#242424}.profile_avatar[data-v-8caaa6f0]{display:flex;align-items:center;justify-content:center;padding:5px;border-radius:15px;background-color:#242424;height:100%}.profile_avatar img[data-v-8caaa6f0]{width:50px;border-radius:15px}.profile_name[data-v-8caaa6f0]{font-size:18px;font-weight:600;margin-left:7px;margin-right:5px}.profile_content[data-v-8caaa6f0]{font-size:20px;font-weight:600;background-color:#242424;padding:12px;border-radius:15px;height:100%;display:flex;align-items:center}#circle{border-radius:50%;transition:transform .2s ease,box-shadow .2s ease;transform:rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg));-webkit-transform:rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg));-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform,box-shadow}#circle.pressed{transform:scale(.95) rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg));-webkit-transform:scale(.95) rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg));box-shadow:0 0 25px 8px #ffd70099;border-radius:50%}
