@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.navigation{width:100%;position:fixed;display:flex;justify-content:center;align-items:center;bottom:0;left:0;right:0;background:#0D1413;border-top:2px solid #212231;backdrop-filter:blur(10px);z-index:1000}.navigation__container{display:flex;justify-content:center;padding:.5rem;gap:.5rem;max-width:325px}.navigation__item{display:flex;flex-direction:column;align-items:center;padding:.5rem;text-decoration:none;color:#888;transition:all .3s ease;border-radius:4px}.navigation__item.active{color:#e3fb4c}.navigation__icon{font-size:1.2rem;margin-bottom:.25rem}.navigation__label{font-size:.5rem;text-align:center}.pixel-background{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.pixel-element{position:absolute;font-size:1.5rem;opacity:.6;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 0 10px currentColor)}@media (max-width: 480px){.pixel-element{font-size:1.2rem}}.layout{min-height:100vh;position:relative;display:flex;flex-direction:column}.layout__content{flex:1;padding:1.5rem;padding-bottom:100px;max-width:480px;margin:0 auto;width:100%;position:relative;z-index:2}@media (max-width: 480px){.layout__content{padding:1rem;padding-bottom:90px}}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;backdrop-filter:blur(6px);background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-gif{height:150px;image-rendering:pixelated}.tasks__header{text-align:center;margin-bottom:2rem}.tasks__progress{margin-bottom:2rem}.tasks__progress h2{text-align:center;margin-bottom:1rem}.tasks__ads{margin-bottom:2rem;text-align:center}.tasks__ads h2{margin-bottom:1.5rem}.tasks__tasks h2{text-align:center;margin-bottom:1rem}.progress__stats{text-align:center}.progress__count{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem}.progress__count span:first-child{font-size:1.5rem}.progress__bar{width:100%;height:8px;background:rgba(57,255,20,.2);border-radius:4px;margin-bottom:1rem;overflow:hidden}.progress__fill{height:100%;background:linear-gradient(90deg,#E3FB4C,#A9FF00);transition:width .3s ease}.progress__earned{font-size:.6rem;padding:.5rem;background:rgba(57,255,20,.1);border-radius:4px}.ads__watching .watching__icon{font-size:3rem;margin-bottom:1rem}.ads__watching .watching__progress{width:100%;height:4px;background:rgba(57,255,20,.2);border-radius:2px;margin:1rem 0;overflow:hidden}.ads__watching .watching__bar{height:100%;background:#E3FB4C;animation:loading 3s linear}.ads__ready .ads__icon{font-size:4rem;margin-bottom:1rem}.ads__ready .ads__button{margin:1rem 0;padding:1rem 1.5rem;font-size:.7rem}.task__infocontainer{display:flex;justify-content:space-between;align-items:center;width:100%}.task__info{display:flex;flex-direction:column;gap:.1rem}.task__info h4{margin:0;line-height:1}.task__info span{line-height:1}.tasks__list{display:flex;flex-direction:column;justify-content:center;gap:1rem}.tasks .task__item{display:flex;align-items:center;padding:1rem;background:rgba(57,255,20,.05);border:1px solid #212231;border-radius:8px}.tasks .task__item .task__completed{font-size:.7rem;padding:.25rem .5rem;background:rgba(57,255,20,.2);border-radius:4px;white-space:nowrap}@keyframes loading{0%{width:0%}to{width:100%}}.earn-footer{text-align:center}.activity__task{display:flex;flex-direction:column;gap:.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Press Start 2P",monospace;background:#0D1413;color:#fff;overflow-x:hidden;min-height:100vh}#root{min-height:100vh}.pixel-font{font-family:"Press Start 2P",monospace;line-height:1.4}.pixel-title{font-size:1.5rem;color:#e3fb4c;text-shadow:0 0 10px #E3FB4C}@media (max-width: 480px){.pixel-title{font-size:1.2rem}}.pixel-subtitle{font-size:.8rem;color:#ccc}.pixel-text{font-size:.7rem;line-height:1.6}.glow-green{color:#e3fb4c;text-shadow:0 0 10px #E3FB4C,0 0 20px #E3FB4C}.glow-red{color:#f33;text-shadow:0 0 10px #ff3333}.glow-blue{color:#14efff;text-shadow:0 0 10px #14efff}.glow-yellow{color:#ffdc00;text-shadow:0 0 10px #FFDC00}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{text-shadow:0 0 5px currentColor,0 0 10px currentColor}50%{text-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor}}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.pixel-button{background:transparent;border:2px solid #E3FB4C;color:#e3fb4c;padding:.5rem 1rem;font-family:"Press Start 2P",monospace;font-size:.6rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.pixel-button:hover{background:#E3FB4C;color:#0d1413;box-shadow:0 0 20px #212231}.pixel-button:active{transform:scale(.95)}.pixel-button.primary{background:#E3FB4C;color:#0d1413}.pixel-button.primary:hover{background:#A9FF00}.pixel-button.common{background:#E3FB4C;color:#0d1413}.pixel-button.common:hover{background:#A9FF00}.pixel-button.rare{background:#14efff;color:#0d1413;border:2px solid #14efff}.pixel-button.rare:hover{background:#14efff}.pixel-button.epic{background:#cc33ff;color:#0d1413;border:2px solid #cc33ff}.pixel-button.epic:hover{background:#cc33ff}.pixel-button.danger{border-color:#f33;color:#f33}.pixel-button.danger:hover{background:#ff3333;color:#fff}.pixel-card{background:#0D1413;border:2px solid #212231;border-radius:8px;padding:1.5rem;backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000080}.pixel-card.glow{border-color:#e3fb4c;box-shadow:0 0 20px #212231,0 4px 20px #00000080}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0D1413}::-webkit-scrollbar-thumb{background:#E3FB4C;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#A9FF00}.underline-none{text-decoration:none}.my-1{margin-top:1rem;margin-bottom:1rem}.main__header{text-align:center;margin-bottom:3rem}
