@import"https://fonts.bunny.net/css?family=Nunito";*{margin:0;padding:0;box-sizing:border-box}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:50px;height:50px;margin-right:14px}.score{color:#fff;text-align:center;font-size:36px;font-weight:800;-webkit-user-select:none;-moz-user-select:none;user-select:none}.circle{position:relative;margin-bottom:1rem;display:flex;justify-content:center}.game-container{width:200px;margin:0 auto}.circle img{width:200px;height:200px;border-radius:50%;box-shadow:0 0 16px #8a8ffe0d;transition:transform .2s ease;--tiltX: 0deg;--tiltY: 0deg;transform:rotateX(var(--tiltX)) rotateY(var(--tiltY))}.plus-one{position:absolute;font-family:Inter;text-shadow:0px 0px 4px rgba(234,182,64,.25);font-size:24px;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;-moz-user-select:none;user-select:none;animation:move-up 2s forwards}.menu{background:#2a292e;display:flex;align-items:center;position:absolute;bottom:0;left:1rem;right:1rem;justify-content:space-around;height:60px;border-radius:20px;font-size:1.5rem}.menu-button{color:#4e4d52;cursor:pointer;transition:color .3s}.menu-button:hover,.menu-button.active{color:#00f;fill:#00f;cursor:pointer}.fa{width:50px;height:50px}.fa-catalog{background-image:url(/build/assets/store-BVR_y3Fc.svg)}.fa-cart{background-image:url(/build/assets/cart-CcjGT_a7.svg)}.fa-profile{background-image:url(/build/assets/man-D7Axc63b.svg)}@keyframes move-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}.game{position:relative;padding:1rem}.page{width:100vw;height:calc(100vh - 60px);display:flex;flex-direction:column;justify-content:space-around;align-items:center}.progress{position:relative}.progress-level{text-align:center;margin-bottom:.5rem;color:#fff;font-weight:400;display:flex;justify-content:space-between}.progress-container{position:relative;width:100%;height:6px;border-radius:25px;margin-bottom:1rem;background:#4b402e;overflow:hidden}.progress-value{background:#fff;position:absolute;left:0;top:0;bottom:0;transition:.2s width ease}.text-content{color:#fff}.text-content h1,.text-content h3{text-align:center;margin-bottom:1rem}.text-content h2{text-align:center;font-size:20px}.list-item{background:#2a292e;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-radius:20px;margin-bottom:1rem}.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{padding:.5rem 1rem;border-radius:20px;background:gold;border:none}.center{display:flex;justify-content:center;margin-bottom:1rem}
