body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#1a1a1a;color:#fff;overflow:hidden;overscroll-behavior-y:none}#root{height:100vh;min-height:-webkit-fill-available;min-height:100dvh}.app-container{display:flex;flex-direction:column;height:100vh;min-height:-webkit-fill-available;min-height:100dvh;width:100%;margin:0 auto;background-color:#222;background-image:url(/images/bg_forest_main.webp);background-size:cover;background-position:center}.header{padding:10px 15px;display:flex;justify-content:space-between;align-items:center;background:none;border-bottom:none;flex-shrink:0}.header-user{display:flex;align-items:center;font-weight:700;font-size:1.1em;background:#0009;padding:8px 18px;border-radius:25px;box-shadow:0 4px 10px #0000004d;gap:8px}.header-user img{width:40px;height:40px;border-radius:50%;border:2px solid gold;flex-shrink:0}.header-balance{font-size:1.4em;font-weight:700;display:flex;align-items:center;background:#0009;padding:8px 18px;border-radius:25px;box-shadow:0 4px 10px #0000004d;gap:8px}.header-balance img{width:40px;height:40px;object-fit:contain;border-radius:50%;border:2px solid rgba(255,215,0,.7);box-shadow:0 0 8px #ffd70080;flex-shrink:0}.header{padding:8px 10px}.header-user{font-size:1em;padding:6px 14px;gap:6px}.header-user img{width:35px;height:35px}.header-balance{font-size:1.2em;padding:6px 14px;gap:6px}.header-balance img{width:35px;height:35px}.game-screen{flex-grow:1;padding:0;overflow:hidden;position:relative}.boost-header{text-align:center;margin-bottom:20px;padding:10px 0;background:linear-gradient(#00000080,#0003);border-radius:10px;border-bottom:3px solid gold}.boost-header h2{margin:0;font-size:1.5em;color:gold;text-shadow:1px 1px 4px rgba(0,0,0,.8),0 0 10px rgba(255,215,0,.5);font-weight:900;letter-spacing:1px}.golden-nut-container{position:absolute;width:60px;height:60px;cursor:pointer;z-index:50;filter:drop-shadow(0 0 8px gold);transition:top 1s ease-in-out,left 1s ease-in-out,opacity .3s}.golden-nut-container img{width:100%;height:100%;animation:floatBob 1.5s infinite alternate ease-in-out}@keyframes floatBob{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-5px) rotate(2deg)}}.active-bonus-indicator{position:absolute;top:15px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:3px;max-width:60%;z-index:60}.bonus-indicator-item{display:flex;flex-direction:row;align-items:center;white-space:nowrap;margin:0;padding:3px 8px;background:#ffd700e6;color:#000;font-weight:700;border-radius:5px;box-shadow:0 2px 8px #0006;text-align:center;animation:flash .5s infinite alternate;font-size:.9em}@keyframes flash{0%{opacity:1}to{opacity:.8}}.locked-screen-message{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;background:#000000e6;color:gold;font-size:1.3em;font-weight:700;padding:20px;box-sizing:border-box}.locked-screen-message h3{text-align:center}.locked-screen-message p{color:#eee;font-size:1em;margin-top:15px;text-align:center;max-width:90%}.forest-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;touch-action:manipulation}.forest-screen .squirrel-btn{background:none;border:none;padding:0;cursor:pointer;transition:transform .05s ease;position:relative;z-index:10;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}@keyframes clickShake{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.forest-screen .squirrel-btn.is-active{animation:clickShake .15s ease-out;transform:scale(.98)}.forest-screen .squirrel-btn img{width:100%;max-width:400px;height:auto;position:relative;top:20px;pointer-events:none}.forest-screen h3{display:none}.tap-animation{position:absolute;top:50%;left:50%;font-size:2em;font-weight:900;color:gold;text-shadow:1px 1px 3px black;pointer-events:none;opacity:0;animation:floatUp 1s ease-out forwards;z-index:20}@keyframes floatUp{0%{opacity:0;transform:translate(-50%)}15%{opacity:1}to{opacity:0;transform:translate(-50%,-150px)}}@keyframes floatUpCrit{0%{opacity:0;transform:translate(-50%) scale(1)}15%{opacity:1;transform:translate(-52%,-5px) scale(1.2) rotate(-5deg)}30%{opacity:1;transform:translate(-48%,-10px) scale(1.2) rotate(5deg)}to{opacity:0;transform:translate(-50%,-150px) scale(1.2) rotate(0)}}.tap-animation.critical{font-size:3em;color:orange;text-shadow:0 0 5px black,0 0 10px #FFD700;animation:floatUpCrit 1s ease-out forwards}.game-screen-scroll{padding:20px;overflow-y:auto;height:100%}.upgrade-list{display:flex;flex-direction:column;gap:10px;padding:10px 10px 50px}.upgrade-item{display:flex;align-items:center;background:#00000080;padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.upgrade-item img{width:40px;height:40px;margin-right:10px;background:#444;border-radius:8px}.upgrade-info{flex-grow:1;text-align:left}.upgrade-info strong{margin-bottom:2px;display:inline-block;font-size:.95em}.upgrade-info .level-text{font-size:.85em;color:#aaa;margin-bottom:2px}.upgrade-info .description-line{font-size:.85em;color:#eee;font-weight:500;line-height:1.3;word-break:break-all}.upgrade-info .description-line-next{color:#4caf50;font-weight:700}.buy-btn{background-color:#4caf50;color:#fff;border:none;padding:8px 10px;border-radius:8px;font-weight:700;cursor:pointer;flex-shrink:0;transition:background-color .3s;font-size:.9em;line-height:1.1}.buy-btn:disabled{background-color:#555;cursor:not-allowed;animation:none}.buy-btn.purchased{background-color:#3f51b5}.buy-btn.max-level{background-color:#c00;cursor:not-allowed}.raid-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:20px}.raid-btn{background-color:#e53935;color:#fff;border:none;padding:20px 30px;border-radius:12px;font-size:1.2em;font-weight:700;cursor:pointer;margin-top:20px}.raid-log{margin-top:30px;text-align:left;font-size:.9em;color:#ccc;width:100%;padding:0 20px;box-sizing:border-box}.raid-battle-container{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;box-sizing:border-box}.defender-info{margin-bottom:20px}.raid-hp-bar{width:100%;max-width:300px;height:20px;background-color:#fff3;border-radius:10px;overflow:hidden;margin-bottom:10px}.raid-hp-fill{height:100%;background:linear-gradient(90deg,#e53935,#ffb300);transition:width .1s linear}.raid-duplo-btn{background:none;border:none;padding:0;cursor:pointer;transition:transform .05s ease}.raid-duplo-btn img{width:200px;height:auto}.raid-result{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px;background:#000c;border-radius:15px;z-index:100;text-align:center}.energy-bar-container{padding:10px 15px;flex-shrink:0;background:#0000004d}.energy-bar-label{display:flex;justify-content:space-between;font-size:.9em;margin-bottom:5px}.energy-bar-fill{width:100%;height:10px;background-color:#fff3;border-radius:5px;overflow:hidden}.energy-bar-inner{height:100%;background:linear-gradient(90deg,#64dd17,#33b760);border-radius:5px;transition:width .5s ease}.tab-bar{display:flex;justify-content:space-around;background:#000000e6;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0;padding:0}.tab-item{flex-grow:1;padding:5px 2px;text-align:center;cursor:pointer;color:#eee;border-top:3px solid transparent;transition:color .2s,border-color .2s,transform .1s;font-size:.9em;font-weight:500}.tab-item:active{transform:scale(.98)}.tab-item img{width:28px;height:28px;opacity:.9;display:block;margin:0 auto 2px}.tab-item.active{color:#eee;border-top-color:gold}.tab-item.active img{opacity:1}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.app-modal{background:#282828;padding:20px;border-radius:15px;max-width:95%;width:auto;text-align:center;box-shadow:0 0 30px #ffd70080;border:2px solid gold;animation:fadeIn .3s ease-out;box-sizing:border-box}.app-modal h3{font-size:1.3em;margin-top:0;margin-bottom:15px;font-weight:700}.app-modal h3.success{color:#4caf50}.app-modal h3.max-level{color:gold;text-shadow:0 0 5px rgba(255,215,0,.8)}.app-modal h3.ended{color:#ff7043}.app-modal p{color:#fff;font-size:1em;margin-bottom:20px;line-height:1.4}.app-modal .icon{font-size:3em;margin-bottom:15px;display:inline-block}.app-modal .bot-icon{animation:pulse 1.5s infinite alternate}.app-modal .level-icon{color:gold;text-shadow:0 0 10px rgba(255,215,0,.8)}.app-modal .buy-btn{background-color:#4caf50;color:#fff;font-weight:700;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes pulse-green{0%{box-shadow:0 0 #4caf50b3}70%{box-shadow:0 0 10px 10px #4caf5000}to{box-shadow:0 0 #4caf5000}}.tasks-button,.daily-rewards-button{position:absolute;width:55px;height:55px;background:none;border:none;border-radius:0;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:40;padding:0;color:transparent;text-shadow:none}.settings-button{position:absolute;width:45px;height:45px;background:none;border:none;border-radius:0;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:40;padding:0;color:transparent;text-shadow:none}.tasks-button{top:15px;right:15px}.daily-rewards-button{top:75px;right:15px}.settings-button{top:15px;left:15px;right:auto}.tasks-button img,.daily-rewards-button img,.settings-button img{width:100%;height:100%;object-fit:contain;transition:transform .2s}.settings-button:active img,.daily-rewards-button:active img,.tasks-button:active img{transform:scale(.95)}.notification-badge{position:absolute;top:0;right:0;background:red;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.6em;font-weight:700}.daily-rewards-button .notification-badge{top:5px;right:5px}.tasks-modal{background:#282828;padding:15px;border-radius:15px;max-width:95%;width:auto;text-align:center;box-shadow:0 0 30px #ffd70080;border:2px solid gold;animation:fadeIn .3s ease-out;box-sizing:border-box;max-height:90vh;display:flex;flex-direction:column}.tasks-modal h2{color:gold;margin-top:0;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:15px}.task-list-content,.daily-rewards-content{flex-grow:1;overflow-y:auto;padding-top:10px}.daily-rewards-content{flex-grow:1;overflow-y:auto;padding:10px 0;min-height:150px}.task-tab-bar{display:flex;justify-content:space-around;border-bottom:1px solid #555;margin-bottom:15px}.task-tab{flex-grow:1;padding:10px 5px;cursor:pointer;color:#aaa;font-weight:500;border-bottom:3px solid transparent;transition:color .2s,border-color .2s;position:relative}.task-tab:hover{color:#eee}.task-tab.active{color:gold;border-bottom-color:gold}.task-tab-badge{position:absolute;top:5px;right:5px;background:red;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.7em;font-weight:700;line-height:18px}.task-list-content{max-height:calc(90vh - 200px);overflow-y:auto}.task-list-content::-webkit-scrollbar{width:6px}.task-list-content::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.task-list-content::-webkit-scrollbar-track{background:#0000001a}.task-item{display:flex;align-items:center;background:#0000004d;padding:10px;border-radius:10px;margin-bottom:10px;border:1px solid rgba(255,255,255,.1);transition:background .3s,border-color .3s}.task-item.is-claimable{background:#4caf5026;border-color:#4caf50}.task-item.is-claimable .buy-btn{background-color:#4caf50;animation:pulse-green 1.5s infinite}.task-item .icon{font-size:2em;margin-right:15px}.task-info{flex-grow:1;text-align:left}.task-title-row{display:flex;align-items:center;gap:8px}.task-info-btn{background:#555;color:#fff;border:1px solid #777;border-radius:50%;width:20px;height:20px;font-size:.8em;font-weight:700;padding:0;cursor:pointer;line-height:18px;flex-shrink:0}.task-info strong{font-size:1.1em}.task-info .progress-text{font-size:.9em;color:#aaa;word-break:break-all}.progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;margin-top:5px;overflow:hidden}.progress-bar-inner{height:100%;background:#4caf50;border-radius:4px;transition:width .3s}.daily-rewards-modal{background:#282828;padding:15px;border-radius:15px;max-width:95%;width:auto;text-align:center;box-shadow:0 0 30px #ffd70080;border:2px solid gold;animation:fadeIn .3s ease-out;box-sizing:border-box;max-height:90vh;display:flex;flex-direction:column}.daily-rewards-modal h2{color:gold;margin-top:0;margin-bottom:20px}.daily-rewards-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.daily-reward-item{background:#0000004d;border:2px solid #555;border-radius:10px;padding:15px 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100px;box-sizing:border-box}.daily-reward-item .day-label{font-size:.9em;font-weight:700;color:#aaa;margin-bottom:10px}.daily-reward-item .reward-icon{font-size:2em;margin-bottom:10px}.daily-reward-item .reward-label{font-size:1em;font-weight:700}.daily-reward-item.day-7{grid-column:span 3;background:linear-gradient(145deg,#0000004d,#ffd7001a);border-color:#777}.daily-reward-item.locked{background:#0009;border-color:#444;color:#777;cursor:pointer}.daily-reward-item.locked .reward-icon{font-size:2.5em}.daily-reward-item.claimed{background:#0000001a;border-color:#4caf50;opacity:.6}.daily-reward-item.claimed .reward-icon{font-size:2.5em;color:#4caf50}.daily-reward-item.available{background:#4caf5026;border-color:#4caf50;color:#fff;cursor:pointer;animation:pulse-green 1.5s infinite;transition:transform .2s ease}.daily-reward-item.available:hover{transform:scale(1.05)}.settings-modal{background:#282828;padding:20px;border-radius:15px;max-width:400px;width:90%;text-align:left;box-shadow:0 0 30px #ffd70080;border:2px solid gold;animation:fadeIn .3s ease-out;box-sizing:border-box;max-height:90vh;overflow-y:auto}.settings-modal h2{color:gold;margin-top:0;margin-bottom:25px;text-align:center}.settings-section{margin-bottom:20px}.settings-section h3{margin-top:0;margin-bottom:10px;border-bottom:1px solid #555;padding-bottom:5px}.settings-section p{font-size:.95em;color:#ccc;line-height:1.5;margin:0}.settings-toggle-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1em;font-weight:700;padding:10px 0}.settings-toggle-row input[type=range]{flex-grow:1;margin-left:15px;margin-right:10px;cursor:pointer}.settings-toggle-row span{min-width:45px;text-align:right;font-variant-numeric:tabular-nums}.settings-button-link{display:block;background-color:#007bff;color:#fff!important;text-decoration:none;padding:12px 15px;border-radius:8px;font-weight:700;cursor:pointer;text-align:center;transition:background-color .2s;margin-top:10px;border:none;width:100%;box-sizing:border-box;font-size:1em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.settings-button-link:hover{background-color:#0056b3}@media(max-width:375px){body,html{font-size:14px}.header-user,.header-balance{padding:3px 6px;font-size:.9em}.header-user img,.header-balance img{width:30px;height:30px}.tasks-button,.daily-rewards-button{width:50px;height:50px}.settings-button{width:40px;height:40px}.daily-rewards-button{top:68px;right:15px}.upgrade-item,.task-item{padding:6px}.buy-btn{padding:5px 8px;font-size:.8em}.upgrade-info .description-line,.upgrade-info .description-line-next,.tab-item{font-size:.8em}.tab-item img{width:25px;height:25px}}
