@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Fredoka,sans-serif;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body,html{width:100%;height:100%;overflow:hidden;background:#000}.game-container{position:relative;width:100%;height:100vh;max-width:500px;margin:0 auto;background-image:url(/assets/background-D5bZwoHL.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;padding:10px}.wood-panel{background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;background-repeat:repeat;border:3px solid #3d2611;border-radius:12px;box-shadow:0 4px 10px #00000080,inset 0 2px 4px #ffffff1a;display:flex;align-items:center;color:#fff;padding:4px 12px;text-shadow:0 2px 2px rgba(0,0,0,.8);position:relative;overflow:hidden}.wood-panel:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(rgba(255,255,255,.05) 0%,transparent 100%);pointer-events:none}.top-bar{display:flex;justify-content:space-between;align-items:flex-start;height:60px;z-index:10}.header-left{display:flex;flex-direction:column;gap:8px}.balance-box{height:36px;min-width:130px;justify-content:space-between;gap:10px}.balance-box.silver{min-width:130px;justify-content:space-between}.icon-circle{width:26px;height:26px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;box-shadow:0 2px 4px #0000004d;border:1px solid rgba(255,255,255,.3);flex-shrink:0}.star,.silver-star{background:#000;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.coin-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.token-logo{width:100%;height:100%;object-fit:contain;flex-shrink:0}.plus-btn{width:22px;height:22px;background:#4caf50;border:1px solid #2e7d32;border-radius:4px;color:#fff;font-weight:900;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 2px #1b5e20}.plus-btn:active{transform:translateY(1px);box-shadow:none}.header-right{display:flex;gap:8px}.square-btn{width:44px;height:44px;justify-content:center;padding:0}.lang-btn img{width:22px;border-radius:2px}.menu-btn{font-size:18px}.main-stage{flex:1;display:flex;flex-direction:column;width:100%;overflow:hidden;padding:0 10px}.tab-content{display:none;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center;animation:fadeIn .3s ease-out;overflow-y:auto;padding-bottom:20px}.tab-content.active{display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.farm-buttons{width:100%;display:flex;flex-direction:column;gap:20px;max-width:320px}.farm-btn{width:100%;height:90px;padding:0 20px;justify-content:space-between;border:4px solid #3d2611;cursor:pointer;text-align:left}.farm-btn .btn-icon{font-size:44px;filter:drop-shadow(0 4px 4px rgba(0,0,0,.4))}.farm-btn .btn-text{flex:1;margin-left:20px;display:flex;flex-direction:column}.btn-title{font-size:20px;font-weight:700;color:#fff;line-height:1.2}.btn-desc{font-size:13px;font-weight:400;color:#ffffffb3}.farm-btn i.fa-chevron-right{font-size:16px;color:#fff6}.hidden{display:none!important}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.room-header{display:flex;align-items:center;gap:15px;margin-bottom:10px}.back-btn{background:#5d3a1a;border:2px solid #3d2611;color:#fff;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px #3d2611}.back-btn:active{transform:translateY(2px);box-shadow:none}.room-title{font-size:22px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}#game-container{width:100%;flex:1;background:transparent;border-radius:20px;border:none;overflow:hidden;position:relative;box-shadow:none;margin-top:5px}canvas{display:block;width:100%!important;height:100%!important}.chicken-slot{position:relative;width:100%;height:100px;display:flex;justify-content:center;align-items:flex-end}.nest{position:absolute;bottom:5px;width:65px;height:30px;background:#d4a373;background-image:radial-gradient(#bc8a5f 20%,transparent 20%),radial-gradient(#bc8a5f 20%,transparent 20%);background-position:0 0,5px 5px;background-size:10px 10px;border-radius:50% 50% 30% 30%;border:2px solid #5d3a1a;box-shadow:inset 0 -5px 10px #00000080;z-index:1}.chicken-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:15px;width:100%;height:100%;padding:10px;box-sizing:border-box}.chicken-slot{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%}.nest-wrap{position:absolute;bottom:0;width:100%;height:40px;z-index:1}.nest-svg{width:100%;height:100%;filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.chicken-wrap{position:relative;width:65px;height:65px;z-index:2;margin-bottom:5px;display:flex;justify-content:center;align-items:center}.hen-svg{width:100%;height:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.15))}.breathing-part{transform-origin:center bottom;animation:breathing 3s ease-in-out infinite}.eye-blink{transform-origin:center;animation:blink 4s infinite}@keyframes blink{0%,96%,to{transform:scaleY(1)}98%{transform:scaleY(0)}}@keyframes breathing{0%,to{transform:scale(1)}50%{transform:scale(1.03,.97)}}.bottom-bar{height:85px;display:flex;justify-content:space-around;align-items:center;background:#2b1b0de6;border-top:4px solid #3d2611;margin:0 -10px -10px;padding:0 5px;border-radius:20px 20px 0 0;box-shadow:0 -5px 15px #0006;z-index:10}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#ffffff80;cursor:pointer;flex:1;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.nav-item span{font-size:11px;font-weight:600}.nav-icon{font-size:20px;transition:transform .3s}.nav-item.active{color:#fc0}.nav-item.active .nav-icon{transform:translateY(-5px) scale(1.1)}.center-icon{width:55px;height:55px;background:linear-gradient(135deg,#ffdb4d,#fc0);border:4px solid #5d3a1a;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#5d3a1a;font-size:24px;box-shadow:0 5px 10px #0006;margin-top:-35px}.nav-item.active .center-icon{transform:scale(1.1) rotate(-5deg)}.shop-container{width:100%;max-width:320px;display:flex;flex-direction:column}.shop-grid{display:flex;flex-direction:column;gap:15px}.shop-item{display:flex;padding:10px 15px;gap:15px;align-items:center}.shop-item-img{width:70px;height:70px;background:#0000004d;border-radius:10px;border:2px solid #5d3a1a;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:inset 0 2px 5px #00000080}.shop-item-img img{height:90%;object-fit:contain;filter:drop-shadow(0 2px 2px rgba(0,0,0,.5))}.shop-item-info{flex:1;display:flex;flex-direction:column;gap:5px}.shop-item-info h3{font-size:18px;margin:0;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.8)}.shop-item-info p{font-size:12px;color:#ffffffb3;margin:0}.buy-btn,.buy-worker-btn{background:linear-gradient(#4caf50,#2e7d32);border:2px solid #1b5e20;color:#fff;border-radius:8px;padding:6px 12px;font-family:Fredoka,sans-serif;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px #1b5e20,0 4px 4px #0000004d;margin-top:5px;transition:all .1s;display:inline-block;width:max-content}.buy-btn:active,.buy-worker-btn:active{transform:translateY(4px);box-shadow:none}.buy-btn .coin-icon,.buy-worker-btn .coin-icon{width:18px;height:18px;vertical-align:middle;margin-right:4px;border-radius:50%;object-fit:cover;background:#000}.buy-btn.owned,.buy-worker-btn.owned{background:#555;border-color:#333;box-shadow:0 2px #333;color:#aaa;cursor:default;transform:translateY(2px)}.shop-actions{display:flex;gap:10px;width:100%}.buy-btn,.buy-worker-btn{flex:2}.sell-btn,.sell-worker-btn{flex:1;background:#e74c3c;border:3px solid #c0392b;box-shadow:0 4px #c0392b;color:#fff;padding:8px;border-radius:12px;font-family:Fredoka,sans-serif;font-weight:600;cursor:pointer;transition:all .1s;font-size:14px}.sell-btn:active:not(:disabled),.sell-worker-btn:active:not(:disabled){transform:translateY(4px);box-shadow:none}.sell-btn:disabled,.buy-btn:disabled,.sell-worker-btn:disabled,.buy-worker-btn:disabled{background:#7f8c8d;border-color:#95a5a6;box-shadow:0 2px #95a5a6;opacity:.6;cursor:not-allowed;transform:translateY(2px)}#shop{justify-content:flex-start;padding-top:20px}.buy-cow-btn{background:linear-gradient(#4caf50,#2e7d32);border:2px solid #1b5e20;color:#fff;border-radius:8px;padding:6px 12px;font-family:Fredoka,sans-serif;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px #1b5e20,0 4px 4px #0000004d;margin-top:5px;transition:all .1s;display:inline-block;width:max-content;flex:2}.buy-cow-btn:active:not(:disabled){transform:translateY(4px);box-shadow:none}.buy-cow-btn .coin-icon{width:18px;height:18px;vertical-align:middle;margin-right:4px;border-radius:50%;object-fit:cover;background:#000}.sell-cow-btn{flex:1;background:#e74c3c;border:3px solid #c0392b;box-shadow:0 4px #c0392b;color:#fff;padding:8px;border-radius:12px;font-family:Fredoka,sans-serif;font-weight:600;cursor:pointer;transition:all .1s;font-size:14px}.sell-cow-btn:active:not(:disabled){transform:translateY(4px);box-shadow:none}.buy-cow-btn:disabled,.sell-cow-btn:disabled{background:#7f8c8d;border-color:#95a5a6;box-shadow:0 2px #95a5a6;opacity:.6;cursor:not-allowed;transform:translateY(2px)}.shop-section-title{font-family:Fredoka,sans-serif;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);margin:25px 0 10px;font-size:20px;border-bottom:2px dashed rgba(255,255,255,.2);padding-bottom:5px}.custom-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:0 20px;opacity:0;pointer-events:none;transition:opacity .3s ease}.custom-modal-overlay.active{opacity:1;pointer-events:auto}.custom-modal-card{background:#151516;border-radius:20px;width:100%;max-width:360px;padding:24px;text-align:center;box-shadow:0 10px 30px #0009;border:2px solid rgba(52,152,219,.3);transform:translateY(20px);transition:transform .3s ease}.custom-modal-overlay.active .custom-modal-card{transform:translateY(0)}.custom-modal-card.state-success{border-color:#2ecc714d}.custom-modal-card.state-error{border-color:#e74c3c4d}.custom-modal-logo-container{width:80px;height:80px;margin:0 auto 16px}.custom-modal-logo-container.animate-bounce-custom{animation:bounceLogo 2s infinite}@keyframes bounceLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.custom-modal-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.custom-modal-title{font-family:Fredoka,sans-serif;font-size:28px;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.custom-modal-title.state-success{color:#fff}.custom-modal-title.state-error{color:#e74c3c}.custom-modal-message{font-size:16px;font-weight:500;line-height:1.4;margin-bottom:24px}.custom-modal-message.state-success{color:#2ecc71}.custom-modal-message.state-error{color:#95a5a6}.custom-modal-message.state-info{color:#3498db}.custom-modal-btn{width:100%;background:#fff;color:#000;font-family:Fredoka,sans-serif;font-size:18px;font-weight:700;padding:16px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 4px 6px #0003;transition:background .2s ease,transform .1s ease}.custom-modal-btn:active{background:#e0e0e0;transform:scale(.98)}img{-webkit-touch-callout:none!important;-webkit-user-drag:none!important;user-drag:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none}*{-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.full-coop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:#3d2611;background-image:url(/assets/background2-AdaKBMCg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:10px;z-index:9999}@keyframes coopFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.coop-top-bar{z-index:10001}.coop-bottom-bar{position:relative;width:calc(100% + 20px);margin:0 -10px -10px;z-index:10001;border-radius:20px 20px 0 0}#game-container{flex:1;width:100%;margin-top:20px;position:relative;overflow:hidden}.full-coop-overlay.hidden{display:none!important}.full-cow-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:#1e3d11;background-image:url(/assets/background3-C1kTHmzO.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:10px;z-index:9999;animation:cowFadeIn .3s ease-out}@keyframes cowFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.cow-top-bar{z-index:10001}.cow-bottom-bar{position:relative;width:calc(100% + 20px);margin:0 -10px -10px;z-index:10001;border-radius:20px 20px 0 0}#cows-game-container{flex:1;width:100%;margin-top:20px;position:relative;overflow:hidden}.full-cow-overlay.hidden{display:none!important}#barn.tab-content{display:none;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;position:relative;padding-top:10px}#barn.tab-content.active{display:flex}.warehouse-title{font-family:Fredoka,sans-serif;font-size:32px;font-weight:700;color:#fff;text-align:center;margin:10px 0 20px;text-shadow:0px 4px 6px rgba(0,0,0,.6),0px 0px 10px rgba(0,0,0,.4);letter-spacing:.5px;z-index:2}.warehouse-hut{width:90%;max-width:380px;height:320px;background-color:#5d3a1a;background-image:linear-gradient(rgba(0,0,0,.15) 50%,transparent 50%);background-size:100% 24px;border:6px solid #3c2410;border-radius:16px;position:relative;margin-top:30px;box-shadow:0 10px 20px #0009,inset 0 0 25px #000c;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;z-index:2}.warehouse-hut:before{content:"";position:absolute;top:-35px;left:-15px;right:-15px;height:50px;background:#d49343;border-radius:20px 20px 5px 5px;box-shadow:0 6px 10px #0000004d;z-index:3;border-bottom:5px solid #ab6d25}.warehouse-thatch-roof{position:absolute;top:-45px;left:-20px;right:-20px;height:60px;z-index:4;pointer-events:none;overflow:hidden}.warehouse-thatch-roof:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background-image:repeating-linear-gradient(45deg,#d49343,#d49343 15px,#c38132 15px,#c38132 30px);clip-path:polygon(0% 100%,5% 0%,10% 100%,15% 0%,20% 100%,25% 0%,30% 100%,35% 0%,40% 100%,45% 0%,50% 100%,55% 0%,60% 100%,65% 0%,70% 100%,75% 0%,80% 100%,85% 0%,90% 100%,95% 0%,100% 100%);filter:drop-shadow(0 2px 2px rgba(0,0,0,.3))}.warehouse-shelf{width:90%;height:8px;background:#3c2410;border-radius:4px;box-shadow:0 4px 6px #00000080;margin-bottom:55px;position:relative}.warehouse-shelf:after{content:"";position:absolute;bottom:-6px;left:5%;right:5%;height:6px;background:#231408;border-radius:0 0 4px 4px}.shelf-display-board{position:absolute;top:25px;width:65%;height:48px;background:#472c16;border:3px solid #2e1c0e;border-radius:12px;display:flex;justify-content:center;align-items:center;font-family:Fredoka,sans-serif;font-size:24px;font-weight:700;color:#fff;box-shadow:0 5px 8px #0006,inset 0 2px 4px #ffffff0d;text-shadow:0px 2px 3px rgba(0,0,0,.8);z-index:5}.shelf-display-board img,.shelf-display-board svg{margin-right:10px;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}.shelf-items-container{position:absolute;bottom:8px;width:90%;height:50px;display:flex;justify-content:center;align-items:flex-end;gap:8px}.tray-carton{width:140px;height:16px;background:#805c3c;border:2px solid #5a3f28;border-radius:6px;position:relative;box-shadow:0 3px 5px #0006;display:flex;justify-content:space-around;align-items:flex-end;padding:0 4px;margin-bottom:2px}.tray-carton:before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 5%,#5a3f28 5%,#5a3f28 15%,transparent 15%,transparent 25%,#5a3f28 25%,#5a3f28 35%,transparent 35%,transparent 45%,#5a3f28 45%,#5a3f28 55%,transparent 55%,transparent 65%,#5a3f28 65%,#5a3f28 75%,transparent 75%,transparent 85%,#5a3f28 85%,#5a3f28 95%,transparent 95%)}.shelf-item-preview{width:24px;height:24px;margin-bottom:6px;filter:drop-shadow(0px 2px 3px rgba(0,0,0,.5));animation:bouncePop .4s cubic-bezier(.175,.885,.32,1.275)}.warehouse-arrow{position:absolute;right:-25px;top:50%;transform:translateY(-50%);width:50px;height:50px;background:linear-gradient(#1e88e5,#1565c0);border:3px solid #ffffff;border-radius:50%;box-shadow:0 5px 10px #0006,inset 0 2px 4px #fff3;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px;cursor:pointer;z-index:10;transition:transform .1s,filter .1s}.warehouse-arrow:active{transform:translateY(-50%) scale(.9);filter:brightness(.9)}.warehouse-arrow i{filter:drop-shadow(0 2px 2px rgba(0,0,0,.3))}.warehouse-fence{width:96%;max-width:420px;height:80px;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:180px auto;background-repeat:repeat;border:4px solid #3c2410;border-radius:16px;box-shadow:0 6px 12px #00000080,inset 0 3px 6px #ffffff1a;position:absolute;bottom:25px;display:flex;justify-content:space-around;align-items:center;padding:0 10px;z-index:5}.warehouse-fence-posts{position:absolute;bottom:-15px;left:20px;right:20px;height:95px;display:flex;justify-content:space-between;pointer-events:none;z-index:4}.warehouse-fence-post{width:14px;height:100%;background-color:#3c2410;border-radius:4px 4px 0 0;border-left:2px solid #5a3c20;border-right:2px solid #231205;box-shadow:2px 0 5px #0000004d}.warehouse-actions{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.wood-action-btn-circle{width:48px;height:48px;background:#6a4023;border:3px solid #3c2410;border-radius:50%;box-shadow:0 4px #3c2410,0 4px 6px #0006;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;font-family:Fredoka,sans-serif;font-weight:700;cursor:pointer;transition:all .1s}.wood-action-btn-circle:active{transform:translateY(4px);box-shadow:0 0 #3c2410,0 1px 2px #0006}.wood-action-btn-circle i{text-shadow:0px 2px 2px rgba(0,0,0,.5)}.sell-all-btn{flex:1;height:52px;background:linear-gradient(to bottom,#ffea00,#ff9800);border:3px solid #ffcc00;border-radius:16px;box-shadow:0 5px #b86800,0 5px 8px #0006;display:flex;justify-content:center;align-items:center;gap:10px;color:#3d2611;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;cursor:pointer;transition:all .1s;text-shadow:0px 1px 1px rgba(255,255,255,.4)}.sell-all-btn:active{transform:translateY(5px);box-shadow:0 0 #b86800,0 1px 2px #0006}.sell-all-btn svg,.sell-all-btn img{filter:drop-shadow(0px 1px 2px rgba(0,0,0,.3))}.sell-all-btn:disabled{background:linear-gradient(to bottom,#bdc3c7,#95a5a6);border-color:#bdc3c7;box-shadow:0 3px #7f8c8d,0 3px 5px #0000004d;color:#7f8c8d;cursor:not-allowed;transform:translateY(2px)}@keyframes bouncePop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}#tasks.tab-content{display:none;flex-direction:column;align-items:center;justify-content:flex-start!important;width:100%;height:100%;position:relative;padding-top:10px;padding-bottom:0!important;overflow-y:hidden!important}#tasks.tab-content.active{display:flex}#tasks .tasks-title{font-family:Fredoka,sans-serif;font-size:32px;font-weight:700;color:#fff;text-align:center;margin:0 0 14px;flex-shrink:0;text-shadow:0px 4px 6px rgba(0,0,0,.6),0px 0px 10px rgba(0,0,0,.4);letter-spacing:.5px;z-index:2}#tasks .tasks-list-scroll{width:100%;flex:1;min-height:0;overflow-y:auto;padding:0 10px 100px;display:flex;flex-direction:column;gap:14px;z-index:2}#tasks .tasks-list-scroll::-webkit-scrollbar{width:8px}#tasks .tasks-list-scroll::-webkit-scrollbar-track{background:#2314084d;border-radius:4px}#tasks .tasks-list-scroll::-webkit-scrollbar-thumb{background:#6a4023;border:1px solid #3c2410;border-radius:4px}#tasks .tasks-list-scroll::-webkit-scrollbar-thumb:hover{background:#7d4d2b}#tasks .task-card{width:100%;min-height:90px;height:90px;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;background-repeat:repeat;border:3.5px solid #3d2611;border-radius:16px;box-shadow:0 6px 12px #00000073,inset 0 2px 4px #ffffff1a;display:flex;align-items:center;padding:0 14px;gap:14px;position:relative;overflow:hidden;cursor:pointer;flex-shrink:0;transition:transform .1s,box-shadow .1s}#tasks .task-card:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(rgba(255,255,255,.05) 0%,transparent 100%);pointer-events:none}#tasks .task-card:active{transform:scale(.985);box-shadow:0 3px 6px #0006}#tasks .task-icon-box{width:52px;height:52px;background:#503118;border:2.5px solid #2e1c0e;border-radius:12px;box-shadow:inset 0 2px 6px #0009,0 2px 3px #ffffff0d;display:flex;justify-content:center;align-items:center;flex-shrink:0}#tasks .task-icon-box svg{width:30px;height:30px;fill:#fff;filter:drop-shadow(0px 2px 2px rgba(0,0,0,.4))}#tasks .task-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0}#tasks .task-card-title{font-family:Fredoka,sans-serif;font-size:19px;font-weight:700;color:#fff;text-shadow:0px 2px 3px rgba(0,0,0,.85);letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tasks .task-progress-slot{width:80%;max-width:200px;height:24px;background:#2b170a;border:2px solid #1c0e06;border-radius:12px;position:relative;overflow:hidden;box-shadow:inset 0 2px 5px #000c;display:flex;align-items:center}#tasks .task-progress-fill{height:100%;background:linear-gradient(to right,#4caf50,#2e7d32);border-radius:10px;transition:width .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 2px #fff3}#tasks .task-progress-text{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;font-family:Fredoka,sans-serif;font-size:14px;font-weight:700;color:#fff;text-shadow:0px 1.5px 2px rgba(0,0,0,.9)}#tasks .task-chevron-btn{width:38px;height:38px;background:linear-gradient(180deg,#fff,#e0e0e0);border:2px solid #3d2611;border-radius:50%;box-shadow:0 4px #3d2611,0 4px 5px #0000004d;display:flex;justify-content:center;align-items:center;color:#3d2611;font-size:16px;cursor:pointer;flex-shrink:0;transition:transform .1s,box-shadow .1s}#tasks .task-card:active .task-chevron-btn{transform:translateY(3px);box-shadow:0 1px #3d2611,0 1px 3px #0000004d}#tasks .task-chevron-btn i{font-weight:900}#menu.tab-content{display:none;flex-direction:column;align-items:center;justify-content:center!important;width:100%;height:100%;position:relative;padding-top:10px;padding-bottom:80px!important;overflow:hidden!important;gap:15px}#menu.tab-content.active{display:flex}#menu .menu-plank-btn{width:80%;max-width:250px;min-height:60px;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;background-repeat:repeat;border:3.5px solid #3d2611;border-radius:12px;box-shadow:0 6px #2a1809,0 8px 10px #00000080,inset 0 2px 4px #ffffff26;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.8),0px -1px 1px rgba(0,0,0,.5);text-align:center;line-height:1.2;padding:10px;transform-origin:center}#menu .menu-plank-btn:active{box-shadow:0 2px #2a1809,0 3px 5px #0006,inset 0 2px 4px #ffffff26}#menu .menu-plank-btn:nth-child(1){transform:rotate(-2deg)}#menu .menu-plank-btn:nth-child(1):active{transform:rotate(-2deg) translateY(4px)}#menu .menu-plank-btn:nth-child(2){transform:rotate(1.5deg)}#menu .menu-plank-btn:nth-child(2):active{transform:rotate(1.5deg) translateY(4px)}#menu .menu-plank-btn:nth-child(3){transform:rotate(-1deg)}#menu .menu-plank-btn:nth-child(3):active{transform:rotate(-1deg) translateY(4px)}#menu .menu-plank-btn:nth-child(4){transform:rotate(2deg)}#menu .menu-plank-btn:nth-child(4):active{transform:rotate(2deg) translateY(4px)}#menu .menu-plank-btn:after{content:"";position:absolute;top:0;left:0;right:0;height:45%;background:linear-gradient(rgba(255,255,255,.08) 0%,transparent 100%);pointer-events:none;border-top-left-radius:8px;border-top-right-radius:8px}#referrals.tab-content{display:none;flex-direction:column;align-items:center;justify-content:flex-start!important;width:100%;height:100%;position:relative;padding:20px 14px 100px;overflow-y:auto!important;gap:15px}#referrals.tab-content.active{display:flex}#referrals .ref-header{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:5px}#referrals .ref-title{font-family:Fredoka,sans-serif;font-size:32px;font-weight:700;color:#fff;text-shadow:0px 4px 6px rgba(0,0,0,.6),0px 0px 10px rgba(0,0,0,.4);letter-spacing:.5px;margin-top:25px;text-align:center}#referrals .ref-switcher{width:100%;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;border:3.5px solid #3d2611;border-radius:12px;box-shadow:0 4px 8px #00000080,inset 0 2px 4px #ffffff1a;display:flex;overflow:hidden;flex-shrink:0;min-height:54px}#referrals .ref-subtab-btn{flex:1;background:transparent;border:none;color:#ffffffb3;font-family:Fredoka,sans-serif;font-size:20px;font-weight:700;padding:12px 0;cursor:pointer;text-shadow:0px 2px 2px rgba(0,0,0,.8);transition:all .2s ease}#referrals .ref-subtab-btn.active{color:#fff;background:#0003;box-shadow:inset 0 0 10px #0009}@keyframes refFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}#referrals .ref-pane{width:100%;display:none;flex-direction:column;gap:15px;animation:refFadeIn .3s ease-out forwards;flex-shrink:0}#referrals .ref-pane.active{display:flex!important;flex-shrink:0}#referrals .ref-link-card{width:100%;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;border:3.5px solid #3d2611;border-radius:12px;box-shadow:0 6px 8px #00000080;padding:14px;display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}#referrals .ref-label{font-family:Fredoka,sans-serif;font-size:18px;font-weight:700;color:#fff;text-shadow:0px 2px 3px rgba(0,0,0,.8);flex-shrink:0}#referrals .ref-input-group{width:100%;display:flex;gap:8px;flex-shrink:0}#referrals .ref-input{flex:1;background:#331f0e;border:2px solid #1c0e06;border-radius:8px;color:#fff;font-family:monospace;font-size:14px;padding:10px;box-shadow:inset 0 2px 5px #000c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;outline:none;flex-shrink:0}#referrals .ref-copy-btn{width:44px;height:44px;background:linear-gradient(180deg,#81cbf5,#469ad4);border:2px solid #235882;border-radius:8px;color:#fff;display:flex;justify-content:center;align-items:center;font-size:18px;cursor:pointer;box-shadow:0 4px #235882,0 4px 5px #0000004d;flex-shrink:0}#referrals .ref-copy-btn:active{transform:translateY(3px);box-shadow:0 1px #235882,0 1px 3px #0000004d;flex-shrink:0}#referrals .ref-blue-btn{width:100%;background:linear-gradient(180deg,#71bdf2,#4696d3);border:3px solid #1b4d73;border-radius:12px;color:#fff;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;padding:14px;cursor:pointer;text-shadow:0px 2px 2px rgba(0,0,0,.5);box-shadow:0 6px #1b4d73,0 6px 8px #0006,inset 0 2px 4px #ffffff4d;transition:transform .1s,box-shadow .1s;text-align:center;flex-shrink:0}#referrals .ref-blue-btn:active{transform:translateY(4px);box-shadow:0 2px #1b4d73,0 2px 4px #0006,inset 0 2px 4px #ffffff4d;flex-shrink:0}#referrals .ref-bonus-card{width:100%;background:linear-gradient(180deg,#d3f3f9,#a4e5ed);border:2px solid #5aa5ad;border-radius:16px;box-shadow:0 6px 10px #0000004d;display:flex;flex-direction:column;align-items:center;padding:16px;gap:12px;text-align:center;flex-shrink:0}#referrals .ref-bonus-title{font-family:Fredoka,sans-serif;font-size:22px;font-weight:900;color:#1a4d5a;letter-spacing:1px;flex-shrink:0}#referrals .ref-bonus-text{font-family:Fredoka,sans-serif;font-size:16px;font-weight:700;color:#2b6e82;line-height:1.3;flex-shrink:0}#referrals .ref-rewards-box{width:100%;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;border:3.5px solid #3d2611;border-radius:12px;box-shadow:0 4px 8px #00000080;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;box-sizing:border-box}#referrals .ref-commission-box{margin-top:0}#referrals .ref-rewards-left{display:flex;align-items:center;gap:8px;font-family:Fredoka,sans-serif;font-size:16px;font-weight:700;color:#fff;text-shadow:0px 2px 3px rgba(0,0,0,.8);flex-shrink:0}#referrals .ref-rewards-icon{width:28px;height:28px;background:#cba864;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;font-weight:700;border:2px solid #fff;box-shadow:0 2px 4px #00000080;flex-shrink:0}#referrals .ref-rewards-right{display:flex;gap:8px;flex-shrink:0}#referrals .ref-coin-badge{width:32px;height:32px;border-radius:50%;background:#000;border:2px solid #555;display:flex;justify-content:center;align-items:center;color:#fff;flex-shrink:0}#referrals .ref-coin-badge.gold{background:#f7b731;border-color:#f1f2f6;flex-shrink:0}#referrals .ref-coin-badge.silver{background:#a4b0be;border-color:#f1f2f6;flex-shrink:0}#referrals .ref-levels-card{width:100%;background:linear-gradient(180deg,#d8f5fa,#b3e7f0);border:2px solid #5aa5ad;border-radius:16px;box-shadow:0 6px 10px #0000004d;display:flex;flex-direction:column;padding:12px;gap:16px;align-items:center;flex-shrink:0;max-height:320px;overflow-y:auto}#referrals .ref-levels-switcher{width:100%;display:flex;background:#0c3343;border-radius:12px;padding:4px;gap:4px;flex-shrink:0}#referrals .ref-lvl-btn{flex:1;background:transparent;border:none;color:#fff;font-family:Fredoka,sans-serif;font-size:16px;font-weight:700;padding:10px 0;border-radius:8px;cursor:pointer;transition:background .2s;flex-shrink:0}#referrals .ref-lvl-btn.active{background:#a4e5ed;color:#0c3343;flex-shrink:0}#referrals .ref-no-refs{font-family:Fredoka,sans-serif;font-size:20px;font-weight:900;color:#0c3343;padding:20px 0;text-align:center}#referrals .ref-list-container{width:100%;max-height:250px;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:8px}#referrals .ref-item{display:flex;justify-content:space-between;align-items:center;background:#0f3d50;border:2px solid #5aa5ad;border-radius:12px;padding:10px 12px;color:#fff;box-shadow:inset 0 1px 3px #ffffff1a,0 3px 6px #0003;transition:all .2s ease;animation:refFadeIn .3s ease-out forwards}#referrals .ref-item-left{display:flex;align-items:center;gap:10px}#referrals .ref-item-avatar{width:38px;height:38px;background:linear-gradient(135deg,#a4e5ed,#3498db);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:700;color:#fff;border:2px solid #fff;box-shadow:0 2px 4px #0000004d}#referrals .ref-item-info{display:flex;flex-direction:column;gap:2px;text-align:left}#referrals .ref-item-name{font-family:Fredoka,sans-serif;font-size:16px;font-weight:700;color:#fff}#referrals .ref-item-date{font-size:11px;color:#a4e5ed;opacity:.8}#referrals .ref-item-right{display:flex;align-items:center}#referrals .ref-item-reward{font-family:Fredoka,sans-serif;font-size:14px;font-weight:700;color:#ffd275;display:flex;align-items:center;gap:4px;background:#f7b73126;padding:4px 8px;border-radius:20px;border:1px dashed rgba(247,183,49,.4)}#referrals .ref-claim-btn{background:linear-gradient(180deg,#ffd275,#f7b731);border:2px solid #b87d14;border-radius:12px;color:#3d2611;font-family:Fredoka,sans-serif;font-size:14px;font-weight:900;padding:6px 14px;cursor:pointer;box-shadow:0 3px #b87d14,0 3px 4px #0000004d;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .1s ease;white-space:nowrap;min-width:70px}#referrals .ref-claim-btn:active:not(:disabled){transform:translateY(2px);box-shadow:0 1px #b87d14,0 1px 3px #0000004d}#referrals .ref-claim-btn:disabled{background:#7f8c8d;border-color:#555;color:#d2d2d2;box-shadow:none;cursor:not-allowed;transform:none;opacity:.6}#exchanger.tab-content{display:none;flex-direction:column;align-items:center;justify-content:flex-start!important;width:100%;height:100%;position:relative;padding:20px 14px 100px;overflow-y:auto!important;gap:20px}#exchanger.tab-content.active{display:flex}#exchanger .exc-title{font-family:Fredoka,sans-serif;font-size:36px;font-weight:700;color:#fff;text-shadow:0px 4px 6px rgba(0,0,0,.6),0px 0px 10px rgba(0,0,0,.4);letter-spacing:1px;margin-top:10px;margin-bottom:5px;text-align:center;flex-shrink:0}#exchanger .exc-panel{width:100%;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;border:3.5px solid #3d2611;border-radius:12px;box-shadow:0 6px 12px #0009,inset 0 2px 4px #ffffff1a;display:flex;flex-direction:column;align-items:center;padding:15px;gap:15px;flex-shrink:0}#exchanger .exc-label{font-family:Fredoka,sans-serif;font-size:20px;font-weight:700;color:#fff;text-shadow:0px 2px 3px rgba(0,0,0,.8);text-align:center}#exchanger .exc-input-container{width:100%;display:flex;align-items:center;gap:12px}#exchanger .exc-icon{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;filter:drop-shadow(0px 3px 4px rgba(0,0,0,.5))}#exchanger .exc-swap-btn{width:44px;height:44px;background:linear-gradient(180deg,#5dade2,#2e86c1);border:2px solid #1b4f72;border-radius:50%;color:#fff;display:flex;justify-content:center;align-items:center;font-size:20px;cursor:pointer;box-shadow:0 3px #1b4f72,0 4px 6px #0006;flex-shrink:0;transition:transform .1s,box-shadow .1s;margin:10px 0;z-index:2}#exchanger .exc-swap-btn:active{transform:translateY(3px) rotate(180deg);box-shadow:0 1px #1b4f72,0 2px 4px #0006}#exchanger .exc-input{flex:1;min-width:0;width:100%;box-sizing:border-box;height:44px;background:#331f0e;border:2px solid #1c0e06;border-radius:8px;color:#f7b731;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;padding:0 15px;box-shadow:inset 0 3px 6px #000c;outline:none;text-align:left}#exchanger .exc-input.readonly-input{color:#a4b0be}#exchanger .exc-yellow-btn{width:100%;background:linear-gradient(180deg,#ffd34e,#f39c12);border:3px solid #b36b00;border-radius:12px;color:#fff;font-family:Fredoka,sans-serif;font-size:24px;font-weight:700;padding:14px;cursor:pointer;text-shadow:0px 2px 2px rgba(0,0,0,.5);box-shadow:0 6px #b36b00,0 6px 8px #0006,inset 0 2px 4px #fff6;transition:transform .1s,box-shadow .1s;text-align:center;flex-shrink:0;margin-top:10px}#exchanger .exc-yellow-btn:active{transform:translateY(4px);box-shadow:0 2px #b36b00,0 2px 4px #0006,inset 0 2px 4px #fff6}#withdraw.tab-content,#deposit.tab-content{display:none;flex-direction:column;align-items:center;justify-content:flex-start!important;width:100%;height:100%;position:relative;padding:20px 14px 100px;overflow-y:auto!important;gap:15px}#withdraw.tab-content.active,#deposit.tab-content.active{display:flex}#withdraw .wd-title,#deposit .wd-title{font-family:Fredoka,sans-serif;font-size:36px;font-weight:700;color:#fff;text-shadow:0px 4px 6px rgba(0,0,0,.6),0px 0px 10px rgba(0,0,0,.4);letter-spacing:1px;margin-top:10px;margin-bottom:5px;text-align:center;flex-shrink:0}#withdraw .wd-panel,#deposit .wd-panel{width:100%;background-image:url(/assets/wood_texture-ASXuxf1Y.png);background-size:200px auto;border:3.5px solid #3d2611;border-radius:12px;box-shadow:0 6px 12px #0009,inset 0 2px 4px #ffffff1a;display:flex;flex-direction:column;align-items:center;padding:18px 15px;gap:12px;flex-shrink:0}#withdraw .wd-label,#deposit .wd-label{font-family:Fredoka,sans-serif;font-size:20px;font-weight:700;color:#fff;text-shadow:0px 2px 3px rgba(0,0,0,.8);text-align:center}#withdraw .wd-connect-btn,#deposit .wd-connect-btn{width:100%;background:linear-gradient(180deg,#3498db,#2980b9);border:3px solid #1a5276;border-radius:12px;color:#fff;font-family:Fredoka,sans-serif;font-size:20px;font-weight:700;padding:14px;cursor:pointer;text-shadow:0px 2px 2px rgba(0,0,0,.5);box-shadow:0 6px #1a5276,0 6px 8px #0006,inset 0 2px 4px #ffffff4d;transition:transform .1s,box-shadow .1s;display:flex;justify-content:center;align-items:center;gap:10px}#withdraw .wd-connect-btn:active,#deposit .wd-connect-btn:active{transform:translateY(4px);box-shadow:0 2px #1a5276,0 2px 4px #0006,inset 0 2px 4px #ffffff4d}#withdraw .wd-connect-btn.connected,#deposit .wd-connect-btn.connected{background:linear-gradient(180deg,#2ecc71,#27ae60);border-color:#145a32;box-shadow:0 6px #145a32,0 6px 8px #0006,inset 0 2px 4px #ffffff4d}#withdraw .wd-connect-btn.connected:active,#deposit .wd-connect-btn.connected:active{box-shadow:0 2px #145a32,0 2px 4px #0006,inset 0 2px 4px #ffffff4d}#withdraw .wd-ton-icon,#deposit .wd-ton-icon{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0px 2px 2px rgba(0,0,0,.5))}#withdraw .wd-balance-row,#deposit .wd-balance-row{width:100%;display:flex;justify-content:space-around;align-items:center;background:#0003;border-radius:8px;padding:10px;box-shadow:inset 0 2px 5px #00000080}#withdraw .wd-balance-item,#deposit .wd-balance-item{display:flex;align-items:center;gap:8px;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;color:#ffd34e;text-shadow:0px 2px 2px rgba(0,0,0,.8)}#withdraw .wd-balance-icon,#deposit .wd-balance-icon{width:32px;height:32px;border-radius:50%;object-fit:cover;filter:drop-shadow(0px 2px 3px rgba(0,0,0,.5))}#withdraw .wd-input-container,#deposit .wd-input-container{width:100%;display:flex;align-items:center;gap:12px}#withdraw .wd-icon,#deposit .wd-icon{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;filter:drop-shadow(0px 3px 4px rgba(0,0,0,.5))}#withdraw .wd-input,#deposit .wd-input{flex:1;min-width:0;width:100%;box-sizing:border-box;height:44px;background:#331f0e;border:2px solid #1c0e06;border-radius:8px;color:#f7b731;font-family:Fredoka,sans-serif;font-size:22px;font-weight:700;padding:0 15px;box-shadow:inset 0 3px 6px #000c;outline:none;text-align:left}#withdraw .wd-yellow-btn,#deposit .wd-yellow-btn{width:100%;background:linear-gradient(180deg,#ffd34e,#f39c12);border:3px solid #b36b00;border-radius:12px;color:#fff;font-family:Fredoka,sans-serif;font-size:24px;font-weight:700;padding:14px;cursor:pointer;text-shadow:0px 2px 2px rgba(0,0,0,.5);box-shadow:0 6px #b36b00,0 6px 8px #0006,inset 0 2px 4px #fff6;transition:transform .1s,box-shadow .1s;text-align:center;flex-shrink:0;margin-top:5px}#withdraw .wd-yellow-btn:active,#deposit .wd-yellow-btn:active{transform:translateY(4px);box-shadow:0 2px #b36b00,0 2px 4px #0006,inset 0 2px 4px #fff6}
