:root{--bg-color: #121212;--accent: #60cfd6;--text: #e0e0e0;--hover-bg: rgba(255, 255, 255, .05);--container-bg: #1e1e1e;--border: #333333}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,sans-serif}body{background:var(--bg-color);color:var(--text);line-height:1.6}.header{background:var(--container-bg);border-bottom:1px solid var(--border);padding:.8rem 2rem;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.nav-main{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.nav-links{display:flex;gap:1.5rem;align-items:center}.user-panel{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.nav-link{color:var(--text);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.nav-link:hover{background:var(--hover-bg);color:var(--accent);text-decoration:none}.nav-link.active{text-decoration:none}.balance{color:var(--accent);font-weight:600;background:#60cfd61a;padding:.4rem 1rem;border-radius:20px}.username{font-weight:500;opacity:.9}@media(max-width:768px){.header{padding:.6rem 1rem!important}.nav-container{gap:.8rem!important;flex-wrap:wrap}.nav-links{gap:.5rem!important;flex-wrap:wrap;flex:1;min-width:0}.nav-link{padding:.4rem .7rem!important;font-size:.85rem!important;white-space:nowrap;flex-shrink:0}.nav-link span{display:inline}.nav-link i{font-size:.9rem;margin-right:.3rem}.user-panel{gap:.5rem!important;flex-shrink:0}.user-panel .balance{padding:.3rem .7rem!important;font-size:.85rem!important}.user-panel .username{display:none}.user-panel .nav-link:last-child{padding:.4rem .6rem!important}}@media(max-width:480px){.header{padding:.5rem .8rem!important}.nav-links{gap:.3rem!important}.nav-link{padding:.35rem .5rem!important;font-size:.8rem!important}.nav-link span{font-size:.75rem}.user-panel .balance{padding:.25rem .6rem!important;font-size:.8rem!important}}:root{--primary-color: #60ced5;--secondary-color: #00ccff;--text-color: #e0e0e0;--bg-light: #1a1a1a;--bg-dark: #252525;--border-radius: 8px}.login-page{font-family:Inter,Segoe UI,sans-serif;color:var(--text-color);line-height:1.6;margin:0;padding:0;background-color:var(--bg-light);min-height:100vh}.login-page .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.login-page .header{background:var(--bg-dark);box-shadow:0 2px 4px #0000004d;padding:1rem 0}.login-page .header nav{display:flex;align-items:center;justify-content:space-between}.login-page .header .logo{font-size:1.5rem;font-weight:600;color:var(--text-color)}.login-page .header .nav-links{display:flex;gap:2rem;align-items:center;list-style:none;margin:0;padding:0}.login-page .header .nav-links li a{text-decoration:none;color:var(--text-color);transition:color .3s ease}.login-page .header .nav-links li a:hover{color:var(--primary-color)}.login-page .btn-outline{border:1px solid var(--primary-color);padding:.5rem 1rem;border-radius:var(--border-radius);color:var(--primary-color);background:transparent;cursor:pointer;font-size:1rem;font-family:inherit;transition:background .3s ease,color .3s ease}.login-page .btn-outline:hover{background:var(--primary-color);color:var(--bg-light)}.login-page .hero{padding:4rem 0;background:var(--bg-dark);display:flex;align-items:center;flex-wrap:wrap}.login-page .hero-content{max-width:600px}.login-page .hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text-color)}.login-page .hero-content p{margin-bottom:1.5rem;color:var(--text-color)}.login-page .cta-buttons a,.login-page .cta-buttons button{text-decoration:none;padding:.75rem 1.5rem;border-radius:var(--border-radius);margin-right:1rem;transition:background .3s ease,color .3s ease;border:none;cursor:pointer;font-size:1rem;font-family:inherit;font-weight:500}.login-page .btn-primary{background:var(--primary-color);color:var(--bg-light);display:inline-block}.login-page .btn-primary:hover{background:var(--secondary-color);text-decoration:none}.login-page .features{padding:3rem 0}.login-page .features h2{text-align:center;margin-bottom:2rem;color:var(--text-color)}.login-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.login-page .feature-card{background:var(--bg-dark);padding:2rem;border-radius:var(--border-radius);box-shadow:0 2px 4px #0000004d;text-align:center;transition:all .5s}.login-page .feature-card:hover{border-color:#0cf;transform:scale(1.05)}.login-page .feature-card i{font-size:2rem;margin-bottom:1rem;color:var(--primary-color)}.login-page .feature-card h3{margin-bottom:.5rem;color:var(--text-color)}.login-page .feature-card p{color:var(--text-color)}.login-page .auth-section{padding:3rem 0}.login-page .auth-card{max-width:400px;margin:2rem auto;padding:2rem;background:var(--bg-dark);border-radius:var(--border-radius);box-shadow:0 2px 4px #0000004d;text-align:center}.login-page .auth-card .brand{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.login-page .vk-btn{background:#07f;color:#fff;padding:1rem 2rem;border-radius:var(--border-radius);display:flex;align-items:center;gap:.5rem;justify-content:center;text-decoration:none;margin:1rem 0;border:none;cursor:pointer;font-size:1rem;width:100%}.login-page .vk-btn:hover{background:#06d;text-decoration:none}.login-page .vk-btn:disabled{opacity:.7;cursor:not-allowed}.login-page .auth-error{background:#c6282826;border:1px solid rgba(198,40,40,.3);border-radius:8px;padding:10px 14px;margin-bottom:16px;color:#f55;font-size:.85rem}.login-page .footer{background:var(--bg-dark);color:var(--text-color);margin-top:4rem;padding:2rem 0}.login-page .footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding-bottom:2rem}.login-page .footer-col h4{margin-bottom:1rem;color:var(--primary-color)}.login-page .footer-col ul{list-style:none;padding:0}.login-page .footer-col ul li,.login-page .footer-col ul li a{font-size:.9rem;color:var(--text-color);text-decoration:none;margin-bottom:.5rem}.login-page .footer-col ul li a:hover{color:var(--primary-color)}@media(max-width:768px){.login-page .hero{text-align:center;flex-direction:column;padding:2rem 0}.login-page .hero-content{width:100%}.login-page .hero-content h1{font-size:1.8rem}.login-page .features-grid{grid-template-columns:1fr;gap:1rem}.login-page .feature-card{padding:1.5rem}.login-page .auth-card{margin:1rem auto;padding:1.5rem}.login-page .footer{margin-top:2rem}.login-page .footer-columns{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.login-page .hero-content h1{font-size:1.4rem}.login-page .hero-content p{font-size:.9rem}.login-page .container{padding:0 12px}.login-page .feature-card{padding:1rem}.login-page .feature-card i{font-size:1.5rem}.login-page .auth-card{padding:1.2rem}.login-page .vk-btn{padding:.8rem 1.5rem;font-size:.9rem}}.mobile-view .hero-section{padding:20px 12px!important;min-height:auto!important}.mobile-view .hero-section h1{font-size:1.4rem!important;margin-bottom:8px!important}.mobile-view .hero-section p{font-size:.85rem!important;margin-bottom:12px!important}.mobile-view .hero-cta{padding:8px 16px!important;font-size:.85rem!important}.mobile-view .features-grid{grid-template-columns:1fr!important;gap:8px!important;padding:12px!important}.mobile-view .feature-card{padding:12px!important}.mobile-view .feature-card h3{font-size:.9em!important}.mobile-view .feature-card p{font-size:.8em!important}.mobile-view .auth-section{padding:16px 12px!important}.mobile-view .auth-card{width:100%!important;max-width:100%!important;padding:16px!important}.mobile-view .auth-card h2{font-size:1.1em!important;margin-bottom:8px!important}.mobile-view .vk-login-btn{padding:10px 16px!important;font-size:.9em!important;width:100%!important}.mobile-view .login-footer{padding:16px 12px!important}.mobile-view .footer-grid{grid-template-columns:1fr!important;gap:12px!important}.mobile-view .footer-grid h4{font-size:.85em!important}.mobile-view .footer-grid p,.mobile-view .footer-grid a{font-size:.8em!important}html,body{height:100%;overflow:auto}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}body{background-color:#1a1a1a;color:#e0e0e0;display:flex;flex-direction:column}a{color:#60ced5;text-decoration:none;transition:color .3s ease}a:hover{color:#60ced5}.top{height:20px;background:linear-gradient(90deg,#60ced5,#60ced5)}.create-btn{background:#60ced5;color:#1a1a1a;padding:8px 20px;border-radius:6px;border:none;cursor:pointer;transition:all .3s}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;height:100dvh;background:#000000b3;z-index:10000;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px;box-sizing:border-box}.modal[style*="display: block"],.modal[style*="display:block"]{display:flex!important;align-items:flex-start;justify-content:center}.modal-content{background:#1a1a1a;width:480px;max-width:95vw;padding:24px 32px;border-radius:16px;border:1px solid #2e2e2e;box-shadow:0 12px 40px #00000059;position:relative;color:#e0e0e0;max-height:none;margin:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10001;animation:modalEntry .4s cubic-bezier(.23,1,.32,1)}@keyframes modalEntry{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content h2{font-size:24px;color:#0cf;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #004458;font-weight:600}.modal-content label{display:block;color:#0cf;font-size:14px;margin:4px 0 2px;font-weight:500}.modal-content input[type=text],.modal-content input[type=number],.modal-content select{width:100%;padding:8px 14px;background:#252525;border:2px solid #3e3e3e;border-radius:8px;color:#fff;font-size:15px;transition:all .3s ease;box-sizing:border-box}.modal-content input[type=text]:focus,.modal-content input[type=number]:focus,.modal-content select:focus{outline:none;border-color:#0cf;box-shadow:0 0 15px #00ccff4d;background:#2d2d2d}.modal-content .button,.modal-content button[type=submit]{width:100%;padding:14px;background:linear-gradient(135deg,#0cf,#09f);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:12px}.modal-content .button:hover,.modal-content button[type=submit]:hover{box-shadow:0 4px 20px #00ccff4d}.modal-content .button:disabled,.modal-content button[type=submit]:disabled{background:linear-gradient(135deg,#284349,#0a314b);cursor:not-allowed}.close{color:#aaa;font-size:28px;position:absolute;right:20px;top:10px;cursor:pointer;z-index:10002;background:#0000004d;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.close:hover{background:#00000080;color:#fff}.form-group{margin-bottom:1.5rem}.styled-input{width:100%;padding:10px;background:#353535;border:1px solid #404040;border-radius:6px;color:#fff}.submit-btn{width:100%;padding:12px;background:#60ced5;border:none;border-radius:6px;color:#1a1a1a;cursor:pointer}.middel{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:1rem;overflow:auto}.box:has(#bots_list){height:540px;display:flex;flex-direction:column;position:relative}.box:has(#bots_list) .boxtitle{flex-shrink:0;padding:15px 20px;background:#252525;z-index:1;position:sticky;top:0}#bots_list{flex:1;overflow-y:auto;padding:0 20px 15px;min-height:250px}#bots_list>h3{color:#606060;font-weight:300;padding:20px 0;border-top:1px dashed #404040;margin-top:15px}.box{background:#2d2d2d;border-radius:12px;padding:1.5rem;max-height:calc(100vh - 2rem);overflow:auto;margin:1rem 0}.box:hover{transform:none}.boxtitle{font-size:2rem;color:#60ced5;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #3d3d3d}.avatar{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #60ceb6;margin:1rem 0}.bot-card{background:#2d2d2d;border-radius:12px;padding:1.5rem;margin:.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #3d3d3d}.bot-card:hover{box-shadow:0 4px 15px #0000004d;background:#353535}.bot-nickname{font-size:1.4rem;color:#60ced5;margin-bottom:.8rem;font-weight:600}.bot-server{color:#a0a0a0;font-size:.9rem;margin-bottom:.8rem}#bots_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem;width:100%}.home-columns{display:grid;grid-template-columns:48% 1fr;gap:1rem;padding:0 1rem 1rem}.home-profile-box{height:100%;box-sizing:border-box;margin:0!important}.home-col-bots{min-width:0;min-height:0}.home-bots-box{display:flex;flex-direction:column;height:100%;box-sizing:border-box;margin:0!important}.home-bots-box #bots_list{overflow-y:auto;flex:1 1 0;min-height:0}@media(max-width:768px){.home-columns{grid-template-columns:1fr!important;padding:.5rem!important;display:flex!important;flex-direction:column!important;height:auto!important}.home-col-profile{width:100%!important}.home-profile-box{height:auto!important}.home-col-bots{width:100%!important}.home-bots-box{height:auto!important;max-height:none!important;overflow:visible!important}.home-bots-box #bots_list{overflow-y:visible!important;flex:none!important;min-height:0!important}.middel{grid-template-columns:1fr!important;padding:.8rem!important;gap:.8rem!important}#bots_list{grid-template-columns:1fr!important;gap:1rem!important;padding:.8rem!important}.bot-card{margin:0!important;padding:1rem!important}.box{padding:1rem!important;margin:.5rem 0!important}.boxtitle{font-size:1.3rem!important;margin-bottom:1rem!important}h1{padding-left:.5rem!important;font-size:1.5rem!important}.top{padding:.8rem!important}.top h1{font-size:1.5rem!important}.modal{padding:.5rem!important;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px) + 50px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;z-index:10000!important}.modal-content{width:95%!important;max-width:100%!important;padding:1rem!important;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px) + 50px)!important;margin:.5% auto!important;margin-bottom:calc(.5% + env(safe-area-inset-bottom,0px) + 50px)!important;max-height:calc(92vh - env(safe-area-inset-bottom,0px) - 50px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;z-index:10001!important}.close{z-index:10002!important}.modal-content h2{font-size:1.2rem!important;margin-bottom:.8rem!important;padding-bottom:.8rem!important}.modal-content form{gap:.8rem!important}.modal-content label{font-size:.85rem!important;margin-bottom:.3rem!important}.modal-content input,.modal-content select{padding:.7rem!important;font-size:.9rem!important}.modal-content .button,.modal-content #createbot{padding:.8rem!important;font-size:.9rem!important;margin-top:.5rem!important}.create-btn{width:100%;margin:.5rem 0}}@media(max-width:480px){.middel{padding:.5rem!important}.box{padding:.8rem!important}.boxtitle{font-size:1.1rem!important}.bot-nickname{font-size:1.2rem!important}.bot-card{padding:.8rem!important}.modal{padding:.2rem!important;padding-bottom:calc(.2rem + env(safe-area-inset-bottom,0px) + 50px)!important;z-index:10000!important}.modal-content{width:99%!important;padding:.7rem!important;padding-bottom:calc(.7rem + env(safe-area-inset-bottom,0px) + 50px)!important;margin:.2% auto!important;margin-bottom:calc(.2% + env(safe-area-inset-bottom,0px) + 50px)!important;max-height:calc(88vh - env(safe-area-inset-bottom,0px) - 50px)!important;z-index:10001!important}.close{z-index:10002!important}.modal-content h2{font-size:1rem!important;margin-bottom:.5rem!important;padding-bottom:.5rem!important}.modal-content form{gap:.5rem!important}.modal-content label{font-size:.75rem!important;margin-bottom:.2rem!important}.modal-content input,.modal-content select{padding:.5rem!important;font-size:.8rem!important}#createbot{padding:.6rem!important;font-size:.8rem!important}}.bots-container::-webkit-scrollbar{height:8px;background-color:#2d2d2d;border-radius:4px}.bots-container::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.bots-container::-webkit-scrollbar-thumb{background:#60ced5;border-radius:4px;border:2px solid #1a1a1a;-webkit-transition:background .3s ease;transition:background .3s ease}.bots-container::-webkit-scrollbar-thumb:hover{background:#4ca8ad}.bots-container{scrollbar-color:#60ced5 #1a1a1a;scrollbar-width:thin;max-width:100%;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}h1,h2,h3{color:#fff;font-weight:500}p{color:#b0b0b0;margin:.5rem 0}#bots_list::-webkit-scrollbar{width:10px;background-color:transparent}#bots_list::-webkit-scrollbar-thumb{background:#60ced5;border-radius:8px;border:2px solid #252525;background-clip:padding-box;-webkit-transition:all .3s ease;transition:all .3s ease}#bots_list::-webkit-scrollbar-thumb:hover{background:#4ca8ad;transform:scale(1.05)}#bots_list::-webkit-scrollbar-track{background:#252525;border-radius:8px;margin:5px 0}.bots-container::-webkit-scrollbar{height:8px}#bots_list{scrollbar-color:#60ced5 #252525;scrollbar-width:thin;transition:scrollbar-color .3s ease}#bots_list:empty{background:linear-gradient(90deg,#252525 40%,#2d2d2d,#252525 60%) 0 0 / 400% 100%;animation:shine 1.5s infinite;border-radius:8px;margin:10px}@keyframes shine{0%{background-position:-100% 0}to{background-position:200% 0}}.modal-content{background:#1a1a1a;width:480px;padding:32px 40px;padding-bottom:calc(92px + env(safe-area-inset-bottom,0px));border-radius:16px;border:1px solid #2e2e2e;box-shadow:0 12px 40px #00000059;margin:4% auto;margin-bottom:calc(4% + env(safe-area-inset-bottom,0px) + 60px);color:#e0e0e0;font-family:Segoe UI,system-ui;position:relative;max-height:calc(90vh - env(safe-area-inset-bottom,0px) - 60px);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10001}.modal-content h2{font-size:26px;color:#0cf;margin:0 0 30px;padding-bottom:18px;border-bottom:2px solid #004458;font-weight:600;text-shadow:0 0 15px rgba(0,204,255,.2)}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{color:#a0a0a0;font-size:.95rem;font-weight:500;padding-left:4px;display:flex;align-items:center;gap:8px}.form-group label svg{width:20px;height:20px;fill:#0cf}.styled-input{width:100%;padding:12px 18px;background:#252525;border:2px solid #3a3a3a;border-radius:12px;color:#fff;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0003}.styled-input:hover{border-color:#0cf5;background:#2a2a2a}.styled-input:focus{outline:none;border-color:#0cf;box-shadow:0 0 15px #0cf6;background:#2d2d2d}.styled-input::-moz-placeholder{color:#7a7a7a;font-weight:300;letter-spacing:.3px}.styled-input::placeholder{color:#7a7a7a;font-weight:300;letter-spacing:.3px}#pay_tarif,#pay_amount{width:100%;padding:12px 18px;background:#252525;border:2px solid #3a3a3a;color:#fff;border-radius:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300ccff'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 18px center;background-size:16px}.total-price-block{background:linear-gradient(145deg,#1f1f1f,#252525);padding:18px;border-radius:12px;margin:18px 0;text-align:center;border:1px solid #004458;box-shadow:inset 0 2px 4px #0000001a}.total-price-block p{margin:0;font-size:.95rem;color:#909090}#total_days,#total_price{color:#0cf;font-weight:600;font-size:1.2rem;text-shadow:0 0 12px rgba(0,204,255,.3)}#createbot{width:100%;padding:14px;background:linear-gradient(135deg,#0cf,#09f);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:12px;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.2)}#createbot:active{transform:translateY(0);box-shadow:none}#createbot:disabled{background:linear-gradient(135deg,#284349,#0a314b);cursor:not-allowed}@keyframes modalEntry{0%{transform:translateY(20px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-content{animation:modalEntry .4s cubic-bezier(.23,1,.32,1)}@media(max-width:520px){.modal{padding:.3rem!important;padding-bottom:calc(.3rem + env(safe-area-inset-bottom,0px) + 50px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;z-index:10000!important}.modal-content{width:98%!important;max-width:100%!important;padding:.8rem!important;padding-bottom:calc(.8rem + env(safe-area-inset-bottom,0px) + 50px)!important;margin:.3% auto!important;margin-bottom:calc(.3% + env(safe-area-inset-bottom,0px) + 50px)!important;max-height:calc(90vh - env(safe-area-inset-bottom,0px) - 50px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;z-index:10001!important}.close{z-index:10002!important}.modal-content h2{font-size:1.1rem!important;margin-bottom:.6rem!important;padding-bottom:.6rem!important}.modal-content form{gap:.6rem!important}.modal-content label{font-size:.8rem!important;margin-bottom:.25rem!important}.modal-content input,.modal-content select{padding:.6rem!important;font-size:.85rem!important}.server-port-group{grid-template-columns:1fr;gap:10px}.styled-input{padding:.6rem!important;font-size:.85rem!important}#createbot{padding:.7rem!important;font-size:.85rem!important;margin-top:.4rem!important}.modal-content .button{padding:.7rem!important;font-size:.85rem!important}}#create_bot_form .form-group{margin-bottom:1.5rem;position:relative}#create_bot_form label{display:block;color:#0cf;font-size:.95rem;font-weight:500;text-shadow:0 0 10px rgba(0,204,255,.2)}#bot_name,#bot_server,#bot_port,#pay_tarif,#pay_amount{width:100%;padding:12px 18px;background:#252525;border:2px solid #3e3e3e;border-radius:12px;color:#fff;font-size:15px;font-family:Segoe UI,system-ui;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0003}#bot_name:hover,#bot_server:hover,#bot_port:hover,#pay_tarif:hover,#pay_amount:hover{border-color:#0cf5;background:#2a2a2a}#bot_name:focus,#bot_server:focus,#bot_port:focus,#pay_tarif:focus,#pay_amount:focus{outline:none;border-color:#0cf;box-shadow:0 0 15px #0cf6;background:#2d2d2d;animation:inputGlow 1.5s infinite}#create_bot_form input::-moz-placeholder{color:#7a7a7a;font-weight:300;letter-spacing:.3px}#create_bot_form input::placeholder{color:#7a7a7a;font-weight:300;letter-spacing:.3px}#pay_tarif{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background-repeat:no-repeat;background-position:right 18px center;background-size:16px;cursor:pointer}.server-port-group{display:grid;grid-template-columns:2.2fr 1fr;gap:18px;margin-top:8px}#bot_port{text-align:center;font-weight:500;letter-spacing:1px}@keyframes inputGlow{0%{box-shadow:0 0 10px #0cf0}50%{box-shadow:0 0 15px #0cf6}to{box-shadow:0 0 10px #0cf0}}@media(max-width:520px){.modal{padding:.5rem!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.modal-content{width:95%!important;max-width:100%!important;padding:1.5rem!important;margin:1% auto!important;max-height:98vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important}.server-port-group{grid-template-columns:1fr;gap:12px}#bot_name,#bot_server,#bot_port{padding:10px 14px;font-size:14px}}#proxySelect{margin-top:1rem}#proxySelector{width:100%;padding:12px 18px;background:#252525;border:2px solid #3e3e3e;border-radius:12px;color:#fff;font-size:15px;background-size:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}#proxySelector:hover{border-color:#0cf5;background:#2a2a2a}#proxySelector:focus{outline:none;border-color:#0cf;box-shadow:0 0 15px #0cf6;background:#2d2d2d}#proxySelector option{background:#252525;color:#fff;padding:10px;border-bottom:1px solid #3a3a3a}#proxySelector option:hover{background:#0cf;color:#1a1a1a}#modal_create_bot .modal-content form label{display:block;margin:12px 0 6px;color:#00bcd4;font-size:.9em;font-weight:500}#modal_create_bot .create-form-select-wrap{margin:8px 0 16px;width:-moz-fit-content;width:fit-content;max-width:160px}#modal_create_bot .create-form-select-wrap select,#modal_create_bot #create_version{width:100%;min-width:120px;padding:10px 18px;background:#252525;border:2px solid #3a3a3a;border-radius:10px;color:#f0f0f0;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);margin:0;box-shadow:0 2px 4px #0003}#modal_create_bot .create-form-select-wrap select:hover,#modal_create_bot #create_version:hover{border-color:#0cf5;background-color:#2a2a2a;box-shadow:0 4px 8px #0000004d}#modal_create_bot .create-form-select-wrap select:focus,#modal_create_bot #create_version:focus{border-color:#0cf;outline:none;box-shadow:0 0 15px #00ccff4d;background-color:#2d2d2d}#modal_create_bot .create-form-license-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 20px;padding:12px 0;border-top:1px solid #2e2e2e}#modal_create_bot .create-form-license-label{color:#e0e0e0;font-size:14px;font-weight:500}#modal_create_bot .checkbox-google{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}#modal_create_bot .checkbox-google input{opacity:0;width:0;height:0}#modal_create_bot .checkbox-google-switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#3a3a3a;transition:.4s;border-radius:34px;border:1px solid #4d4d4d}#modal_create_bot .checkbox-google-switch:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:2px;background-color:#6b6b6b;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0003}#modal_create_bot .checkbox-google input:checked+.checkbox-google-switch{background-color:#004458;border-color:#0cf}#modal_create_bot .checkbox-google input:checked+.checkbox-google-switch:before{transform:translate(22px);background-color:#0cf;box-shadow:0 0 12px #0cf6}#modal_create_bot .checkbox-google input:focus+.checkbox-google-switch{box-shadow:0 0 3px #0cf}.mobile-view .home-columns{flex-direction:column!important;gap:8px!important;padding:6px!important}.mobile-view .home-col-profile,.mobile-view .home-col-bots{width:100%!important;max-width:100%!important;min-width:0!important}.mobile-view .home-col-profile{padding:8px!important}.mobile-view .bot-card{padding:8px 10px!important;margin:3px 0!important;border-radius:8px!important}.mobile-view .bot-card-name{font-size:.9em!important}.mobile-view .bot-card-server{font-size:.75em!important}.mobile-view .bots-grid{grid-template-columns:1fr!important;gap:4px!important}.mobile-view .profile-info{padding:8px!important;gap:6px!important}.mobile-view .profile-avatar{width:60px!important;height:60px!important}.mobile-view .profile-greeting{font-size:1em!important}.mobile-view .home-modal .modal-content{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;max-height:100vh!important;max-height:100dvh!important;padding:12px!important;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))!important}.mobile-view .home-modal input,.mobile-view .home-modal select{padding:8px 10px!important;font-size:14px!important;margin:4px 0 8px!important}.mobile-view .home-modal label{font-size:.85em!important;margin:6px 0 2px!important}.mobile-view .resource-links{gap:6px!important}.mobile-view .resource-links a{padding:6px 10px!important;font-size:.8em!important}body{background-color:#1a1a1a;color:#fff;font-family:Arial,sans-serif;margin:0;display:flex;flex-direction:column;min-height:100vh}.top,.middel{background-color:#2d2d2d;border-radius:8px;padding:15px;margin:10px auto;box-shadow:0 4px 8px #0000004d;width:100%;max-width:1200px}.box{background-color:#333;border:1px solid #4d4d4d;border-radius:6px;padding:15px;margin:10px 0;transition:transform .2s ease}.boxtitle{font-size:1.2em;font-weight:700;color:#0cf;margin-bottom:10px;border-bottom:2px solid #4d4d4d;padding-bottom:8px}#botData,#statusFetchData,#payments_info{display:block;margin:0;padding:0;line-height:1.4}#botData+#statusFetchData,#statusFetchData+#payments_info{margin-top:2px}#botData.status-online:before,#botData.status-offline:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle;transition:background-color .3s}#botData.status-online:before{background-color:#4caf50}#botData.status-offline:before{background-color:#f44336}.chat-section{display:flex;flex-direction:column;gap:8px;height:520px;min-height:auto}.chat-message{padding:1px 0;background:none;border:none;border-radius:0;margin-bottom:0;word-break:break-word;font-size:14px;line-height:1.5;color:#fff}#commandInput{width:100%;padding:12px 24px;background:#2a2a2a;border:2px solid #3e3e3e;border-radius:15px;color:#fff;font-size:16px;font-family:Arial,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1.5;box-shadow:0 2px 6px #0000001a}.inventory-section{width:100%!important;margin:20px 0;display:flex;justify-content:center;overflow-x:auto}.inventory-container{margin-left:-160px;position:relative}.inventory-section h2{position:relative;left:120px;width:calc(100% - 120px);text-align:left;z-index:2}.inventory-slot{width:75px!important;height:75px!important;background:#404040!important;border:2px solid #595959!important;border-radius:8px;margin:0!important}.inventory-section{justify-content:flex-start!important;margin-left:auto!important;width:95%!important;padding-left:260px}.middel{display:flex;gap:20px}.chat-section{width:25%!important;height:auto!important;min-height:400px}@media(max-width:768px){.middel{flex-direction:column;gap:12px;padding:10px;align-items:stretch}.box{margin:8px 0}.chat-section{width:100%!important;min-height:auto;height:auto}.inventory-chest-container{flex-direction:column!important;gap:16px!important}.top,.middel{max-width:100%;margin:6px auto;border-radius:8px}.inventory-section{width:100%!important;margin:12px 0;padding-left:0;justify-content:center!important;align-items:center;overflow-x:hidden}.inventory-container{margin-left:0!important;display:grid!important;grid-template-columns:repeat(9,1fr)!important;grid-auto-rows:1fr!important;gap:2px!important;width:100%!important;max-width:100%!important;padding:4px 2px!important;box-sizing:border-box!important;margin-right:auto!important;overflow:hidden!important}.chest-inventory-container,.chest-inventory-player-container{display:grid!important;grid-template-columns:repeat(9,1fr)!important;grid-auto-rows:1fr!important;gap:2px!important;width:auto!important;max-width:260px;padding:4px 2px!important;box-sizing:border-box;margin-right:auto;margin-left:auto}.inventory-row{display:contents!important}.inventory-section h2{left:0;width:100%;text-align:center}#scoreboard-column{width:100%!important;min-width:0!important;max-width:100%!important;margin-top:8px}.scoreboard-window{height:auto!important;max-height:300px;overflow-y:auto;font-size:14px!important;word-break:break-word}.inventory-section{overflow-x:hidden!important;max-width:100vw!important}.armor-slot,.inventory-slot,.chest-slot,.chest-player-slot{width:100%!important;height:auto!important;aspect-ratio:1 / 1}.chat-window{height:180px}.chat-section+div,div:has(>.chat-section){flex-direction:column!important;gap:8px!important}.box>div:has(>.button){display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;flex-wrap:wrap!important}.button{padding:.5rem .6rem!important;font-size:.75rem!important;margin:0!important;width:100%!important}#commandInput{padding:10px 12px;font-size:14px}#sendCommand{margin-top:8px;width:100%;right:0}#all_menu{max-height:calc(100vh - 200px);max-height:calc(100dvh - 200px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 60px)}.box#all_menu{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}#modal_edit_bot .modal-content,#modal_pay_bot .modal-content,#modal_maps .modal-content,#modal_timers .modal-content,#modal_settings .modal-content,#modal_scripts .modal-content{width:100%;max-width:none;max-height:calc(100vh - env(safe-area-inset-bottom,0px) - 60px);max-height:calc(100dvh - env(safe-area-inset-bottom,0px) - 60px);border-radius:0;padding:12px;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));box-sizing:border-box;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}#modal_edit_bot.modal,#modal_pay_bot.modal,#modal_maps.modal,#modal_timers.modal,#modal_settings.modal,#modal_scripts.modal{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 60px)}#timers_info{flex-direction:column;min-height:auto}#timers_info_left{width:100%;padding-right:0;padding-bottom:10px;border-right:none;border-bottom:1px solid #383838}#timers_info_right{padding-top:10px}}#modal_timers.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:1000;align-items:center;justify-content:center}#modal_timers .modal-content{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:12px;padding:20px;width:95%;max-width:800px;position:relative;animation:modalSlide .3s ease}#modal_timers .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.close{cursor:pointer;font-size:28px;line-height:1;transition:color .3s;color:#fff}.close:hover{color:#0cf}#timers_info{display:flex;gap:15px;min-height:400px}#timers_info_left{width:35%;padding-right:15px;border-right:1px solid #383838}#timerList{list-style:none;padding:0;margin:0;display:grid;gap:8px}#timerList li{padding:12px;background:#2b2b2b;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent}#timerList li:hover{background:#323232;border-color:#0cf3}#timerList li.select{background:#004458;border-color:#0cf;box-shadow:0 2px 8px #0cf3}#timers_info_right{flex:1;display:flex;flex-direction:column;gap:10px}.timer-controls-wrapper{display:flex;flex-direction:column;gap:2px!important}.timer-input-group{display:flex;justify-content:space-between;align-items:center}.timer-input-group label{flex:1;margin-right:15px;white-space:nowrap}.timer-input-group input{width:200px;padding:8px 12px;background:#252525;border:1px solid #383838;border-radius:6px;color:#fff}.toggle-container{width:72px;height:32px;background:#3d3d3d;border-radius:16px;position:relative;cursor:pointer;margin:0 auto}.toggle-container.on{background:#0cf}.toggle-inner{width:26px;height:26px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .2s}.toggle-container.on .toggle-inner{transform:translate(40px)}.timer-buttons{display:block;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:8px;margin:15px 0}.timers_variant{padding:8px 12px;background:#2d2d2d!important;border:1px solid #404040!important;border-radius:6px!important;cursor:pointer;transition:all .2s}.timers_variant:hover{background:#353535!important}@keyframes modalSlide{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}#toggleSwitch.toggle-container{width:72px;height:34px;border-radius:17px;position:relative}#toggleSwitch .toggle-inner{width:26px;height:26px;border-radius:50%;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}#toggleSwitch.on .toggle-inner{transform:translate(40px);background:#0cf!important;box-shadow:0 0 15px #0cf6}#toggleText{font-size:12px;position:absolute;top:7px;right:8px;color:#0cf!important;transition:opacity .2s}#toggleSwitch.on #toggleText{left:8px;right:auto;color:#0cf!important}#toggleText{color:#0cf!important;font-weight:600;text-shadow:0 0 10px rgba(0,204,255,.4);position:absolute;top:50%;transform:translateY(-50%);right:45px;font-size:.9em}#toggleSwitch.on #toggleText{left:45px;right:auto}.inventory-slot,.chest-slot{position:relative}.chest-slot>button{position:absolute;z-index:3;padding:2px 5px;font-size:10px;line-height:1;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease;background:#282828e6;color:#fff}.inventory-slot>button{position:absolute;z-index:3;padding:2px 5px;font-size:10px;line-height:1;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease;background:#282828e6;color:#fff}.armor-slot>button{position:absolute;z-index:3;padding:2px 5px;font-size:10px;line-height:1;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease;background:#282828e6;color:#fff}#useItem_lkm{top:2px;left:2px}#useItem_pkm{top:2px;right:2px}#useChestItem_lkm{top:2px;left:2px}#useChestItem_pkm{top:2px;right:2px}#throwChestItem,#throwItem{bottom:2px;left:50%;transform:translate(-50%);font-size:9px!important;padding:1px 4px!important}#useItem_lkm:hover,#useItem_pkm:hover,#throwItem:hover,#useChestItem_lkm:hover,#useChestItem_pkm:hover,#throwChestItem:hover{background:#00ccffe6;box-shadow:0 0 5px #00ccff80}.tooltip{position:relative;display:inline-block;isolation:isolate}.tooltiptext{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-4px);background-color:#1e1e1e;border:2px solid rgb(37,1,91);border-radius:5%;color:#fff;font-size:14px;visibility:hidden;opacity:0;transition:opacity .15s ease-in-out;word-break:break-word;text-align:left;padding:10px;box-shadow:0 2px 6px #0000004d;max-width:min(400px,90vw);min-width:auto;width:-moz-max-content;width:max-content;font-family:inherit;z-index:2147483647;white-space:pre;overflow-wrap:normal;max-height:70vh;pointer-events:none}.tooltip:hover .tooltiptext,.inventory-slot:hover>.tooltiptext,.armor-slot:hover>.tooltiptext{visibility:visible;opacity:1}.inventory-slot,.armor-slot{position:relative!important}.item-tooltip-box{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background-color:#1e1e1e;border:2px solid rgb(37,1,91);border-radius:4px;color:#fff;font-size:14px;line-height:1.4;padding:8px 10px;z-index:2147483647;white-space:pre-wrap;width:-moz-max-content;width:max-content;max-width:min(350px,90vw);pointer-events:none;box-shadow:0 2px 8px #00000080;word-break:break-word;text-align:left}.inventory-slot:hover>.item-tooltip-box,.armor-slot:hover>.item-tooltip-box{visibility:visible!important;opacity:1!important}.item-fallback{display:none;position:absolute;top:0;left:0;right:0;bottom:0;align-items:center;justify-content:center;font-size:9px;color:#ccc;text-align:center;overflow:hidden;word-break:break-all;padding:2px;background:#50505066;border-radius:4px}.item-tooltip-box span,.chat-message span,.scoreboard-window span{text-decoration:none!important}.item-tooltip-box{line-height:1!important}.chat-message{line-height:1.05!important}.scoreboard-window{line-height:1!important}.tooltip[draggable=true][dragging=true] .tooltiptext,.tooltip.dragging .tooltiptext{visibility:hidden!important;opacity:0!important;display:none!important}.button{padding:.8rem 1.5rem;background:linear-gradient(145deg,#60ced5,#4fa8ad);color:#fff;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;margin:5px;font-weight:600}.button:hover{opacity:.9;box-shadow:0 4px 12px #60ced54d}.button:disabled{background:linear-gradient(145deg,#e32929,#ff4a4a)}#maps.maps-captcha-new,.maps-captcha-new{box-shadow:0 0 12px 2px #ffc107cc!important}@keyframes maps-captcha-pulse{50%{box-shadow:0 0 16px 4px #ffc107e6}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;height:100dvh;background-color:#000c;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 60px)}.modal-content{background-color:#1a1a1a;margin:4% auto;margin-bottom:calc(4% + env(safe-area-inset-bottom,0px) + 60px);padding:32px 40px;padding-bottom:calc(92px + env(safe-area-inset-bottom,0px));width:480px;max-width:90%;max-height:calc(95vh - env(safe-area-inset-bottom,0px) - 60px);border-radius:12px;position:relative;border:1px solid #4d4d4d;animation:fadeIn .3s ease;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;z-index:10001}.life-section{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;margin-bottom:15px;align-items:center}.life-section .life_text{display:inline-block}#life_heal,#life_food,#life_xp{flex:0 0 auto}#life_cord{flex-basis:100%;margin-top:5px;order:999}h2{color:#0cf;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,204,255,.2)}hr{border-color:#4d4d4d;margin:20px auto;width:80%}.grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:0px;margin:0 auto;max-width:1000px}.toggle-container{background:#4d4d4d;border-radius:20px;padding:2px;width:60px;cursor:pointer;transition:all .3s ease}.toggle-container.on{background:#4caf50}.toggle-inner{background:#fff;width:28px;height:28px;border-radius:50%;transition:transform .3s ease}.modal input,.modal select,.modal textarea{background:#2b2b2b!important;border:1px solid #3d3d3d!important;color:#e0e0e0!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal input,.modal select,.modal textarea{padding:10px 18px;background:#252525;border:2px solid #3a3a3a;border-radius:10px;color:#f0f0f0;font-size:15px;font-family:Segoe UI,system-ui;transition:all .3s cubic-bezier(.25,.8,.25,1);margin:8px 0 16px;box-shadow:0 2px 4px #0003}.modal input:hover,.modal select:hover,.modal textarea:hover{border-color:#0cf5;background:#2a2a2a;box-shadow:0 4px 8px #0000004d}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#0cf;background:#2d2d2d;box-shadow:0 0 15px #00ccff4d;outline:none}.modal select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300ccff'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:14px;padding-right:40px;cursor:pointer}.modal select option{background:#2d2d2d;color:#fff;padding:12px;border-bottom:1px solid #3a3a3a}.modal textarea{min-height:120px;resize:vertical;line-height:1}.modal input::-moz-placeholder,.modal textarea::-moz-placeholder{color:#7a7a7a;font-weight:300;letter-spacing:.3px}.modal input::placeholder,.modal textarea::placeholder{color:#7a7a7a;font-weight:300;letter-spacing:.3px}@keyframes inputGlow{0%{box-shadow:0 0 10px #0cf0}50%{box-shadow:0 0 15px #00ccff4d}to{box-shadow:0 0 10px #0cf0}}.modal input:focus,.modal select:focus,.modal textarea:focus{animation:inputGlow 1.5s infinite}.modal input:disabled,.modal select:disabled,.modal textarea:disabled{opacity:.6;background:#2a2a2a;cursor:not-allowed}.modal label{display:block;margin:12px 0 6px;color:#00bcd4;font-size:.9em;font-weight:500}.input-group{display:flex;gap:15px;margin:15px 0}.input-group>div{flex:1;min-width:200px}#modal_edit_bot .edit-form-select-wrap{margin:8px 0 16px;width:-moz-fit-content;width:fit-content;max-width:160px}#modal_edit_bot .edit-form-select-wrap select{width:100%;min-width:120px;margin:0}#modal_edit_bot .edit-form-license-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 20px;padding:12px 0;border-top:1px solid #2e2e2e}#modal_edit_bot .edit-form-license-label{color:#e0e0e0;font-size:14px;font-weight:500}#modal_edit_bot .edit-form-license-toggle.checkbox-google{flex-shrink:0}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-thumb{background:#00bcd4;border-radius:4px}.inventory-container,.chest-inventory-container,.chest-inventory-player-container{display:grid!important;grid-template-columns:repeat(9,75px);grid-auto-rows:75px;gap:5px!important;padding:8px;background:#2d2d2d;width:-moz-max-content!important;width:max-content!important;position:relative;z-index:2}.chest-inventory-container{z-index:3;margin-bottom:20px}.chest-inventory-player-container{z-index:1;margin-top:20px}.armor-slot,.inventory-slot,.chest-slot,.chest-player-slot{width:75px!important;height:75px!important;background:#404040!important;border:2px solid #595959!important;border-radius:8px;margin:0!important;position:relative;transition:transform .2s ease}.inventory-slot:hover,.chest-slot:hover,.chest-player-slot:hover{border-color:#0cf;transform:scale(1.05);z-index:1}.chest-divider{width:50%;height:2px;background-color:#4d4d4d;margin:15px auto;position:relative;z-index:1}.inventory-container{display:grid!important;grid-template-columns:repeat(9,75px);grid-auto-rows:75px;gap:5px!important;padding:8px;background:#2d2d2d;width:-moz-max-content!important;width:max-content!important;position:relative}.chest-wrapper{display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.inventory-divider{width:50%;height:2px;background-color:#4d4d4d;margin:15px auto}.armor-slot,.inventory-slot{width:75px!important;height:75px!important;background:#404040!important;border:2px solid #595959!important;border-radius:8px;margin:0!important;position:relative;transition:transform .2s ease}.chest-inventory{z-index:3;margin-bottom:20px}.player-inventory{z-index:1;margin-top:20px}.inventory-slot:hover{border-color:#0cf;transform:scale(1.05);z-index:1}.item-count{position:absolute;bottom:2px;right:2px;font-size:12px;font-weight:700;color:#fff;text-shadow:0 0 3px black;padding:2px 5px;background:#000000b3;border-radius:3px;z-index:1}.item-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;-o-object-fit:contain;object-fit:contain;z-index:1}.durability-bar-track{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:62%;height:3px;background-color:#000;border-radius:0;z-index:2;image-rendering:pixelated;box-shadow:0 1px #0006}.durability-bar-fill{height:100%;border-radius:0;transition:width .15s linear,background-color .15s linear;image-rendering:pixelated}.slot-action-button:hover{background:#00ccffe6;box-shadow:0 0 5px #00ccff80}.chest-inventory{display:none!important;opacity:0;pointer-events:none;z-index:-1}.chest-inventory[data-active]{display:block!important;opacity:1;pointer-events:all;z-index:50}.bot-inventory{display:block!important;opacity:1!important;z-index:40!important}.chest-divider{display:none}.chest-inventory[data-active] .chest-divider{display:block}.inventory-container{grid-template-columns:repeat(9,80px)}.armor-slot,.inventory-slot,.chest-slot,.chest-player-slot{width:80px!important;height:80px!important}.item-count{bottom:4px;right:4px;font-size:13px}.item-image{width:85%;height:85%}#useItem_lkm,#useItem_pkm,#useChestItem_lkm,#useChestItem_pkm{padding:3px 6px;font-size:11px}#throwItem,#throwChestItem{font-size:10px!important;padding:2px 5px!important}.timer-controls-wrapper{display:flex;flex-direction:column;gap:12px!important}.timer-controls-wrapper>label{display:flex!important;align-items:center;margin:4px 0!important;gap:8px}#timerStartbot{margin-left:auto;transform:scale(1.1)}.timer-controls-wrapper label{font-size:.92em}#timerName,#timerSeconds{width:150px!important;padding:6px 10px!important;margin:0!important}.timer-buttons{margin-top:8px!important;gap:6px!important}.timers_variant.button{padding:6px 10px!important;font-size:.9em!important}#modal_settings .modal-content{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 0 25px #00ccff1a;max-width:500px;padding:25px}#modal_settings h2{color:#0cf;text-shadow:0 0 15px rgba(0,204,255,.3);margin-bottom:25px;border-bottom:2px solid #004458;padding-bottom:15px}.settings_list,.settings_list_1,.settings_list_2{display:flex;flex-direction:column;gap:12px;margin:20px 0}.setting{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#333333e5;border-radius:8px;border:1px solid #032f41;transition:all .3s cubic-bezier(.4,0,.2,1)}.setting-title{color:#e0e0e0;font-size:15px;font-weight:500}.checkbox-google{position:relative;display:inline-block;width:50px;height:26px}.checkbox-google input{opacity:0;width:0;height:0}.checkbox-google-switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#3a3a3a;transition:.4s;border-radius:34px;border:1px solid #4d4d4d}.checkbox-google-switch:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:2px;background-color:#6b6b6b;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.checkbox-google-switch{background-color:#004458;border-color:#0cf}input:checked+.checkbox-google-switch:before{transform:translate(22px);background-color:#0cf;box-shadow:0 0 12px #0cf6}input:focus+.checkbox-google-switch{box-shadow:0 0 3px #0cf}@keyframes switch-glow{0%{box-shadow:0 0 5px #0cf0}50%{box-shadow:0 0 15px #00ccff4d}to{box-shadow:0 0 5px #0cf0}}input:checked+.checkbox-google-switch{animation:switch-glow 1.5s ease}#modal_settings p{color:#9e9d9d;font-size:14px;line-height:1.5}#modal_settings a{color:#0cf;text-decoration:none;transition:color .3s}#modal_settings a:hover{color:#00a3ff;text-shadow:0 0 10px rgba(0,163,255,.3)}.tooltiptext{position:fixed!important;z-index:2147483647!important;transform:translate(-50%)!important;pointer-events:none!important;max-width:none!important;isolation:isolate!important;overflow:visible!important;will-change:transform}.tooltiptext.bottom{top:calc(100% + 6px)!important;bottom:auto!important;transform:translate(-50%)!important}.inventory-section,.inventory-container,.chest-inventory-container,.chest-inventory-player-container,.box,.middel{transform:none!important;overflow:visible!important;position:static!important;isolation:auto!important;contain:none!important}.inventory-slot:hover{z-index:2147483646!important;position:relative}.chest-inventory-container{z-index:1000!important;position:relative}.chest-inventory-player-container{z-index:999!important;position:relative;margin-top:-30px}.tooltip{position:static!important;transform-style:preserve-3d}.boxtitle,.inventory-section h2{position:relative;z-index:1!important}#chest_name{z-index:1!important}#chest_name{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important}.tooltiptext{z-index:2147483647!important;transform:translateZ(2147483647px)!important}.middel,.top,.box,.inventory-section{position:static!important;transform:none!important;z-index:auto!important}.tooltiptext{filter:none!important;will-change:auto!important}.selected-slot{outline:3px solid #60ced5;outline-offset:-3px;box-shadow:0 0 8px #60ced599;border-radius:3px;position:relative;z-index:1}.armor-column{display:grid;grid-template-columns:75px;gap:5px;order:1}.shield-column{order:2;margin-top:10px}.armor-section h2{color:#0cf;margin-bottom:10px;text-align:right;width:100%}@media(max-width:1200px){.armor-section{margin-left:15px;flex-direction:row}.shield-column{margin-top:0;margin-left:10px}}.armor-section .trash-section{position:relative;margin-top:10px;display:flex;gap:8px;justify-content:flex-end}.armor-section button{padding:6px 12px;font-size:.9em;background:#2d2d2d;border:1px solid #404040;border-radius:4px;transition:all .2s ease}.armor-section button:hover{background:#0cf;border-color:#00a3ff}.shield-column .trash-section{position:absolute;bottom:-30px;right:0}.inventory-armor-wrapper{flex:1;display:flex;gap:20px;width:100%;flex-wrap:wrap;min-width:0}.inventory-chest-container{flex:1;max-width:800px;left:15px;min-width:-moz-min-content;min-width:min-content}.armor-section{flex-shrink:0;display:flex;flex-direction:column;gap:15px;padding:15px;border-radius:8px;margin-right:auto}.armor-column{display:grid;grid-template-columns:75px;gap:8px}.armor-slot[data-slot-type]{border:none!important;background:transparent!important;padding:0!important}.shield-column{display:flex;flex-direction:column;align-items:center;gap:10px}@media(max-width:1400px){.inventory-armor-wrapper{flex-direction:column}.armor-section{order:3;flex-direction:row;justify-content:center}.armor-column{grid-template-columns:repeat(4,75px)}.armor-section{flex-direction:row;align-items:flex-start;gap:25px}.shield-column{margin-top:0}}.armor-section{flex-direction:column}@media(max-width:768px){.armor-section{flex-direction:column}}.armor-section{margin-left:20px;padding:15px;border-radius:8px}.armor-container{display:grid;grid-template-columns:75px;grid-auto-rows:75px;gap:8px}.shield-slot{margin-top:15px;background-size:60%}.armor-slot.shield-slot,.armor-slot.shield-slot[data-slot-type]{background-color:#404040!important}.armor-slot:hover{transform:scale(1.05)}.armor-slot .item-image{width:70%;height:70%}.armor-slot .item-count{font-size:12px;bottom:3px;right:3px}.inventory-wrapper{display:flex;gap:20px;align-items:flex-start}#scoreboard_menu h2{position:static;left:0;width:100%;text-align:center;margin-bottom:10px}#scoreboard-window{width:100%;min-height:420;max-height:350px;overflow-y:auto;background:#181a1b;border:1px solid #2e2e2e;border-radius:8px;padding:30px;display:flex;flex-direction:column;margin-top:0;margin-bottom:0}#scoreboard-title{text-align:center;color:#0cf;margin-bottom:10px;font-weight:700;font-size:16px}.scoreboard-title{text-align:center;color:#0cf;margin-bottom:10px;font-weight:700;font-size:16px;padding:8px;border-bottom:1px solid #2e2e2e}.scoreboard-score{color:#e3e3e3;font-weight:400}#scoreboard-window .scoreboard-line{padding:6px 10px;background:#23272b;border-radius:5px;margin-bottom:6px;color:#e3e3e3;font-size:15px;word-break:break-word}#scoreboard-window .scoreboard-list{margin:0;padding:0;list-style:none;font-size:22px}#scoreboard-window .scoreboard-list li{margin:0;padding:0;line-height:1;font-size:22px;text-shadow:1px 1px 2px rgba(0,0,0,.8),0 0 1px #000;font-family:Segoe UI,Segoe UI Symbol,Apple Symbol,sans-serif}#scoreboard-window .scoreboard-list li .mc-scoreboard-color{text-shadow:inherit}.clickable-message{cursor:pointer!important;-moz-user-select:none;user-select:none;-webkit-user-select:none;opacity:.9;transition:opacity .15s}.clickable-message:hover{opacity:1;text-decoration:underline}.clickable-message:active{opacity:.7}.chat-message.captcha{background:#ffc10726;border-left:4px solid #ffc107;padding:6px 10px;border-radius:4px;margin:4px 0}.chat-message.error{background:#4a1a1a;border-left:4px solid #ff4444;color:#f66;font-weight:700;padding:6px 10px;border-radius:4px;margin:4px 0}.chat-message.error .error-icon{color:#f44;margin-right:8px}.reconnect-delay{margin-top:14px}.reconnect-delay .setting-title{margin-bottom:8px}.radio-label{display:inline-block;margin-right:20px;cursor:pointer}.input-number{width:80px;margin-left:6px;background:#333;color:#fff;border:1px solid #555;border-radius:4px;padding:4px}.reconnect-commands-input{width:100%;background:#333;color:#fff;border:1px solid #555;border-radius:4px;padding:8px;box-sizing:border-box;resize:vertical;font-family:monospace}.bot-mobile{padding:0 4px!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}.bot-mobile .bot-layout{flex-direction:column!important;gap:4px!important;align-items:stretch!important}.bot-mobile .bot-inventory-section{order:-2!important;width:100%!important;max-width:100%!important;flex:none!important;align-items:stretch!important}.bot-mobile .bot-armor-section{width:100%!important;min-width:0!important;flex-shrink:1!important;order:-1!important}.bot-mobile .chat-section{width:100%!important;flex-shrink:1!important;order:0!important}.bot-mobile .bot-scoreboard-section{width:100%!important;min-width:0!important;order:1!important}.bot-mobile .bot-armor-inner{display:grid!important;grid-template-columns:repeat(9,1fr)!important;gap:2px!important;width:100%!important;flex-direction:unset!important;flex-wrap:unset!important}.bot-mobile .bot-armor-inner .armor-slot,.bot-mobile .bot-armor-inner .armor-slot[data-slot-type]{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;flex-shrink:unset!important;margin:0!important;border-width:1px!important;box-sizing:border-box!important}.bot-mobile .bot-armor-inner .shield-slot,.bot-mobile .bot-armor-inner .armor-slot.shield-slot{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;margin:0!important;flex-shrink:unset!important}.bot-mobile .top,.bot-mobile .middel{padding:4px;margin-bottom:3px;width:100%;max-width:100%;margin-left:auto;margin-right:auto;overflow:visible!important;max-height:none!important;height:auto!important;box-sizing:border-box!important}.bot-mobile .middel{overflow:visible!important;max-height:none!important;height:auto!important}.bot-mobile .box{padding:4px;margin-bottom:3px;overflow:visible!important;max-height:none!important;height:auto!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.bot-mobile .box#all_menu{overflow:visible!important;max-height:none!important;height:auto!important;position:relative;display:block!important}.bot-mobile .boxtitle{font-size:1em;margin-bottom:3px}.bot-mobile #all_menu{display:flex!important;flex-direction:column!important;gap:4px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 40px);overflow:visible!important;max-height:none!important;height:auto!important;position:relative}.bot-mobile #all_menu>.inventory-chest-container>div:first-child,.bot-mobile .inventory-chest-container>div:first-child{order:-1!important}.bot-mobile #all_menu>.chat-section,.bot-mobile #all_menu .chat-section,.bot-mobile .chat-section{order:0!important}.bot-mobile .inventory-chest-container{display:contents!important;gap:4px!important}.bot-mobile .inventory-chest-container>div:first-child{order:-1!important;display:flex!important;flex-direction:column!important;gap:4px!important;width:100%!important;position:relative;z-index:1}.bot-mobile .inventory-chest-container[style*=flex-direction],.bot-mobile .inventory-chest-container[style*=row]{flex-direction:column!important}.bot-mobile .inventory-chest-container>div[style*=flex-direction],.bot-mobile .inventory-chest-container>div[style*=row]{flex-direction:column!important;display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important}.bot-mobile .inventory-chest-container>div:last-child{display:contents!important;width:100%!important}.bot-mobile .inventory-chest-container>div:last-child>div:first-child{order:2!important;width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;gap:4px!important;padding:4px!important;overflow:visible!important;box-sizing:border-box!important}.bot-mobile .inventory-chest-container>div:last-child>div:last-child{order:1!important;width:100%!important}.bot-mobile .inventory-columns{display:flex!important;flex-direction:column!important;gap:4px!important;width:100%!important}.bot-mobile #scoreboard-column[style*=width],.bot-mobile #scoreboard-column[style*=min-width],.bot-mobile #scoreboard-column[style*=max-width]{width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;flex-direction:column!important}.bot-mobile .chat-section{height:auto!important;max-height:none!important;padding:4px;overflow:visible}.bot-mobile .chat-section[style*=min-height],.bot-mobile .chat-section[style*=width]{min-height:auto!important;width:100%!important}.bot-mobile .life-section[style*=padding-bottom]{padding-bottom:1px!important}.bot-mobile .chat-window{height:150px!important;max-height:150px!important;min-height:150px!important;padding:4px;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}.bot-mobile #commandInput{width:100%}.bot-mobile #sendCommand{width:100%;margin-top:3px}.bot-mobile .inventory-section{width:100%!important;max-width:100%!important;margin:3px 0;padding:3px;display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden!important;overflow-y:visible;box-sizing:border-box!important}.bot-mobile .inventory-section h2{font-size:.9em;margin-bottom:2px;display:block!important;visibility:visible!important;opacity:1!important}.bot-mobile .inventory-chest-container{order:1;overflow:visible!important}.bot-mobile #scoreboard-column{width:100%!important;max-width:100%!important;order:1!important;padding:3px;margin-top:4px}.bot-mobile .armor-section{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:4px!important;margin:4px 0!important;width:100%!important;max-width:100%!important;overflow:visible!important;visibility:visible!important;opacity:1!important;box-sizing:border-box!important}.bot-mobile .armor-column{display:flex!important;flex-direction:row!important;gap:2px!important;justify-content:flex-start!important;align-items:center!important;align-self:center!important;flex:1 1 auto!important;min-width:0!important}.bot-mobile .armor-slot{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;border-width:1px!important;margin:0!important}.bot-mobile .shield-column{margin-left:10px!important;display:flex!important;flex-direction:row!important;gap:2px!important;align-items:center!important;align-self:center!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important}.bot-mobile .armor-slot[data-slot-type],.bot-mobile .shield-slot{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;border:2px solid #595959!important;background:#404040!important;border-radius:8px!important;padding:0!important;display:block!important;visibility:visible!important;opacity:1!important;margin:0!important;box-sizing:border-box!important}.bot-mobile .inventory-container,.bot-mobile .chest-inventory-container,.bot-mobile .chest-inventory-player-container{display:grid!important;grid-template-columns:repeat(9,1fr)!important;grid-auto-rows:1fr!important;gap:2px!important;width:100%!important;max-width:100%!important;padding:4px 2px!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;background:transparent!important}.bot-mobile #botInventory,.bot-mobile #ChestInventory,.bot-mobile #ChestInventoryPlayer{display:grid!important;grid-template-columns:repeat(9,1fr)!important;grid-auto-rows:1fr!important;gap:2px!important;width:100%!important;max-width:100%!important;padding:4px 2px!important;box-sizing:border-box!important;margin-left:0!important;margin-right:auto}.bot-mobile .inventory-row{display:contents!important}.bot-mobile .armor-slot,.bot-mobile .inventory-slot,.bot-mobile .chest-slot,.bot-mobile .chest-player-slot{width:100%!important;height:auto!important;aspect-ratio:1 / 1;margin:0!important;border-width:1px!important;position:relative!important;overflow:visible!important;z-index:1!important;box-sizing:border-box!important;isolation:auto!important;transform:none!important}.bot-mobile .shield-slot{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;margin:0!important;border-width:1px!important;position:relative!important;overflow:visible!important;z-index:1!important;box-sizing:border-box!important;isolation:auto!important}.bot-mobile .item-count,.bot-mobile .armor-slot .item-count{font-size:8px!important;bottom:1px!important;right:1px!important;z-index:3!important;position:absolute!important}.bot-mobile .inventory-slot img,.bot-mobile .chest-slot img,.bot-mobile .chest-player-slot img,.bot-mobile .inventory-slot .item-image,.bot-mobile .chest-slot .item-image,.bot-mobile .chest-player-slot .item-image{display:block!important;visibility:visible!important;opacity:1!important;width:70%!important;height:70%!important;-o-object-fit:contain!important;object-fit:contain!important;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:1!important}.bot-mobile #scoreboard-column{width:100%!important;max-width:100%!important;order:3!important;padding:4px}.bot-mobile .scoreboard-window{min-height:120px;height:auto;margin-top:2px;overflow:visible!important;-webkit-overflow-scrolling:touch}.bot-mobile #scoreboard-controls{padding:3px;margin-bottom:2px}.bot-mobile #scoreboard-controls .button{padding:4px 8px!important;font-size:.8em!important}.bot-mobile #botName{font-size:16px;margin-bottom:3px}.bot-mobile #botData,.bot-mobile #statusFetchData,.bot-mobile #payments_info{display:block!important;font-size:10px;opacity:.85;margin:2px 0 0!important;padding:0!important;line-height:1.3}.bot-mobile #botData:first-of-type{margin-top:0!important}.bot-mobile .mobile-toggle-panel{margin-bottom:3px;width:100%;padding:4px!important;font-size:.9em!important}.bot-mobile .inventory-slot>button,.bot-mobile .chest-slot>button{padding:3px 6px!important;font-size:11px!important}.bot-mobile .mobile-action-btn{-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.bot-mobile .mobile-action-btn:active{background:#00ccffe6!important;box-shadow:0 0 5px #00ccff80!important}.bot-mobile .life-section{padding-bottom:1px!important;padding-top:1px!important;gap:4px!important;margin-bottom:4px!important}.bot-mobile .life_text{font-size:.8em!important;display:block;margin-bottom:1px;line-height:1.1;padding:1px 0}.bot-mobile #commandInput,.bot-mobile #sendCommand{padding:4px!important;font-size:.85em!important;margin-top:2px}.bot-mobile .bot-buttons-grid{gap:3px!important}.bot-mobile .bot-buttons-grid .button{padding:6px 10px!important;font-size:.85em!important;margin:0!important;flex:1 1 calc(50% - 2px)!important}.bot-mobile .buttons{display:flex;flex-wrap:wrap;gap:3px;padding:3px}.bot-mobile .buttons .button{padding:4px 8px!important;font-size:.8em!important;margin:1px!important;flex:1 1 auto;min-width:calc(50% - 2px)}.bot-mobile .trash-section{padding:3px;margin-top:2px}.bot-mobile .trash-section button{padding:3px 6px!important;font-size:.75em!important;margin:1px!important}.bot-mobile #closeMenu{padding:4px 8px!important;font-size:.8em!important}.bot-mobile .inventory-section .boxtitle,.bot-mobile .inventory-section h2{font-size:.85em!important;margin-bottom:2px!important;padding-bottom:1px!important;display:block!important;visibility:visible!important;opacity:1!important}.bot-mobile #chest_name{display:block!important;visibility:visible!important;opacity:1!important;font-size:.85em!important;margin-bottom:4px!important;z-index:1!important;position:relative!important}.bot-mobile .tooltip{position:relative!important;display:inline-block!important;overflow:visible!important;isolation:isolate!important}.bot-mobile .tooltiptext,.bot-mobile .item-tooltip-box{position:absolute!important;bottom:100%!important;left:50%!important;transform:translate(-50%) translateY(-12px)!important;background-color:#1e1e1e!important;border:2px solid rgb(37,1,91)!important;border-radius:5%!important;color:#fff!important;font-size:14px!important;visibility:hidden!important;opacity:0!important;transition:opacity .15s ease-in-out!important;word-break:break-word!important;text-align:left!important;padding:10px!important;box-shadow:0 2px 6px #0000004d!important;max-width:min(400px,90vw)!important;min-width:auto!important;width:-moz-max-content!important;width:max-content!important;font-family:inherit!important;z-index:2147483647!important;white-space:pre!important;overflow-wrap:normal!important;max-height:70vh!important;pointer-events:none!important;isolation:isolate!important;overflow:visible!important;will-change:transform!important}.bot-mobile .tooltiptext.bottom{top:auto!important;bottom:calc(100% + 10px)!important;transform:translate(-50%)!important}.bot-mobile .tooltiptext.long-text.left{left:auto!important;right:0!important;transform:translate(0) translateY(-4px)!important}.bot-mobile .tooltiptext.long-text.right{left:0!important;right:auto!important;transform:translate(0) translateY(-4px)!important}.bot-mobile .tooltip:hover .tooltiptext,.bot-mobile .tooltip.show-tooltip .tooltiptext,.bot-mobile .inventory-slot.show-tooltip>.item-tooltip-box,.bot-mobile .armor-slot.show-tooltip>.item-tooltip-box{visibility:visible!important;opacity:1!important}.bot-mobile .inventory-slot:hover,.bot-mobile .chest-slot:hover,.bot-mobile .chest-player-slot:hover,.bot-mobile .armor-slot:hover,.bot-mobile .inventory-slot.show-tooltip,.bot-mobile .chest-slot.show-tooltip,.bot-mobile .chest-player-slot.show-tooltip,.bot-mobile .armor-slot.show-tooltip{z-index:2147483646!important;position:relative!important}.bot-mobile .inventory-section,.bot-mobile .inventory-container,.bot-mobile .chest-inventory-container,.bot-mobile .chest-inventory-player-container,.bot-mobile #botInventory,.bot-mobile #ChestInventory,.bot-mobile #ChestInventoryPlayer,.bot-mobile .box,.bot-mobile .middel{transform:none!important;overflow:visible!important;position:static!important;isolation:auto!important;contain:none!important;z-index:auto!important}.bot-mobile #all_menu{overflow:visible!important}.bot-mobile .slot-btn{opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;padding:0!important;overflow:hidden!important;position:absolute!important}.bot-mobile .mobile-source-slot{outline:2px solid #00ccff!important;outline-offset:-2px!important;box-shadow:0 0 10px #00ccff80!important;z-index:10!important;opacity:.5!important;touch-action:none!important}.bot-mobile .mobile-drag-over{outline:2px solid #00ff88!important;outline-offset:-2px!important;box-shadow:0 0 8px #0f86!important;z-index:10!important}.bot-mobile .mobile-actions-active{z-index:999!important;position:relative!important;overflow:visible!important}.bot-mobile .inventory-slot,.bot-mobile .chest-slot,.bot-mobile .chest-player-slot,.bot-mobile .armor-slot{-webkit-tap-highlight-color:transparent!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}.bot-mobile .item-count,.bot-mobile .item-image,.bot-mobile .item-fallback{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;pointer-events:none!important}.bot-mobile .inventory-slot.selected-hotbar{border-color:#0cf!important;box-shadow:0 0 10px #0cf9!important}.bot-mobile .inventory-slot:hover,.bot-mobile .chest-slot:hover,.bot-mobile .chest-player-slot:hover{transform:none!important}.bot-mobile .durability-bar-track{bottom:3px;width:55%;height:2px}.bot-mobile .modal{padding:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.bot-mobile .modal-content{width:100%!important;max-width:100%!important;max-height:none!important;margin:0!important;border-radius:0!important;padding:12px!important;padding-bottom:calc(52px + env(safe-area-inset-bottom,0px))!important;box-sizing:border-box!important;overflow-y:auto!important;overflow-x:hidden!important}.bot-mobile .modal-content h2{font-size:1.1rem!important;margin-bottom:10px!important}.bot-mobile .modal-content .close{right:12px!important;top:8px!important;font-size:24px!important}.bot-mobile .modal-content input:not([type=checkbox]):not([type=radio]),.bot-mobile .modal-content select,.bot-mobile .modal-content textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important;font-size:14px!important;padding:8px 10px!important}.bot-mobile .modal-content label{font-size:.85rem!important}.bot-mobile .modal-content .button,.bot-mobile .modal-content button[type=submit]{width:100%!important;padding:10px!important;font-size:.9rem!important;box-sizing:border-box!important}.bot-mobile .timers-layout{flex-direction:column!important;gap:10px!important;min-height:auto!important}.bot-mobile .timers-list-panel{width:100%!important;padding-right:0!important;border-right:none!important;border-bottom:1px solid #383838!important;padding-bottom:10px!important}.bot-mobile .timers-list{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:6px!important;padding-bottom:4px!important;-webkit-overflow-scrolling:touch!important}.bot-mobile .timers-list>div{min-width:110px!important;flex-shrink:0!important;padding:8px 12px!important;font-size:.82rem!important}.bot-mobile .timers-detail-panel{width:100%!important;text-align:left!important}.bot-mobile .timer-input-row{flex-direction:column!important;align-items:stretch!important;gap:4px!important}.bot-mobile .timer-input-row label{text-align:left!important}.bot-mobile .timer-input-row input{width:100%!important}.bot-mobile .timer-presets{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;justify-content:flex-start!important;padding-bottom:4px!important}.bot-mobile .timer-presets button{flex-shrink:0!important;padding:6px 12px!important;font-size:.8rem!important}.bot-mobile .settings-tabs{gap:4px!important;margin-bottom:12px!important}.bot-mobile .settings-tabs button{padding:6px 8px!important;font-size:.75rem!important;flex:1!important;min-width:0!important}.bot-mobile .ar-radio-row{flex-wrap:wrap!important;gap:6px!important}.bot-mobile .ar-radio-row input[type=number]{width:70px!important;flex-shrink:0!important}.bot-mobile .ar-option{margin-bottom:10px!important}.bot-mobile .modal-content form label{display:block!important;margin-top:8px!important;margin-bottom:2px!important;font-size:.85rem!important}.bot-mobile .modal-content form input:not([type=checkbox]):not([type=radio]),.bot-mobile .modal-content form select{width:100%!important;margin-bottom:4px!important}.bot-mobile .modal-content div[style*="display: grid"]{max-width:100%!important;gap:1px!important}.bot-mobile .modal-content div[style*="display: grid"] img{width:100%!important;height:auto!important}.multi-middel{display:flex;gap:32px;align-items:flex-start;max-width:1400px;margin:0 auto;padding:20px}.multi-chat-box{flex:0 0 480px;min-width:380px;max-width:600px;background:#232323;border-radius:16px;box-shadow:0 4px 20px #0003;padding:20px;max-height:520px;display:flex;flex-direction:column}.multi-chat-box .boxtitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #3e3e3e}.multi-chat-box .boxtitle .button{padding:8px 16px;font-size:14px;font-weight:500;background:#ff3d3d;border:2px solid #ff3d3d;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;justify-content:center;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 10px #ff3d3d33}.multi-chat-box .boxtitle .button:active{transform:translateY(0);box-shadow:0 2px 5px #ff3d3d33}.multi-box{flex:1 1 0;min-width:320px;background:#232323;border-radius:16px;box-shadow:0 4px 20px #0003;padding:24px}.multi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.multi-group-select-wrap{display:flex;gap:12px;align-items:center}.multi-group-select{padding:10px 16px;background:#2a2a2a;border:2px solid #3e3e3e;border-radius:12px;color:#fff;font-size:15px;min-width:200px}.multi-group-select:focus,.multi-group-select:hover{border-color:#0cf;outline:none}.multi-bots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:24px}.multi-bot-card{position:relative;background:#2a2a2a;border:2px solid #3e3e3e;border-radius:12px;padding:20px 20px 20px 50px}.multi-bot-card:hover{border-color:#0cf}.multi-bot-checkbox{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;cursor:pointer;accent-color:#00ccff}.multi-bot-card.selected-slot,.add-bot-item.selected-slot{border-color:#02f;background:#2d2d2d;box-shadow:0 0 0 2px #0cf3}.multi-actions{display:flex;gap:12px;margin-bottom:20px}.multi-command-form{display:flex;gap:12px}.multi-command-form input[type=text]{flex:1;padding:12px 16px;background:#2a2a2a;border:2px solid #3e3e3e;border-radius:12px;color:#fff;font-size:15px}.multi-command-form input[type=text]:focus{border-color:#0cf;outline:none;box-shadow:0 0 0 2px #0cf3}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1000;align-items:center;justify-content:center;overflow:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal.active{display:flex}.modal-content{background:#232323;border:1px solid #3e3e3e;border-radius:16px;padding:24px;position:relative;min-width:320px;max-width:90%;box-shadow:0 8px 32px #0000004d;max-height:80vh;overflow-y:auto}.wide-modal{width:90vw;max-width:900px}.modal-content h2{color:#0cf;margin-bottom:20px;font-size:1.3em;font-weight:600}.close{position:absolute;right:20px;top:20px;font-size:24px;color:#fff;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close:hover{color:#0cf;background:#00ccff1a}.add-bot-list{max-height:400px;overflow-y:auto;margin-bottom:20px}.add-bot-list.add-bot-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;padding:12px}.add-bot-item{background:#2a2a2a;border:1px solid #3e3e3e;border-radius:10px;padding:12px}.add-bot-item:hover{border-color:#0cf;background:#2d2d2d}.add-bot-item label{display:flex;align-items:center;gap:10px;cursor:pointer;width:100%}.add-bot-checkbox{width:18px;height:18px;accent-color:#00ccff}.add-bot-item .bot-status .bot-connection{margin-left:auto}.add-bot-list-separator{border:none;border-top:1px solid #3e3e3e;margin:20px 0}.button.main-btn{background:#0cf;border:none;border-radius:12px;color:#fff;padding:12px 24px;font-size:15px;font-weight:600;cursor:pointer;min-width:140px}.button.main-btn:hover{background:#00b3e6}.button.main-btn.alt-btn{background:#2a2a2a;border:2px solid #3e3e3e}.button.main-btn.alt-btn:hover{background:#2d2d2d;border-color:#0cf}.button.main-btn.danger-btn{background:#ff4d4d}.remove-bot-btn{position:absolute;right:12px;top:12px;width:28px;height:28px;background:#ff4d4d;border:none;border-radius:50%;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.remove-bot-btn:hover{background:#f33}@media(max-width:1200px){.multi-middel{padding:15px}.multi-bots-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:900px){.multi-middel{flex-direction:column}.multi-chat-box{width:100%;max-width:none}.multi-box{width:100%}.multi-header{flex-direction:column;gap:15px;align-items:flex-start}.multi-group-select-wrap{width:100%;flex-direction:column;gap:10px}.multi-group-select{width:100%}.multi-bots-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.multi-actions,.multi-command-form{flex-direction:column}.button.main-btn{width:100%}.wide-modal{min-width:0;width:95vw}.add-bot-list.add-bot-list-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.multi-middel{padding:10px}.multi-box{padding:15px}.multi-bots-grid{grid-template-columns:1fr}.multi-bot-card{padding:15px 15px 15px 45px}.add-bot-list.add-bot-list-grid{grid-template-columns:1fr}.modal-content{padding:20px}.modal-content h2{font-size:1.2em}}.modal-content input[type=text],.modal-content input[type=email],.modal-content input[type=password]{width:100%;padding:14px 18px;background:#23272b;border:2px solid #3e3e3e;border-radius:10px;color:#fff;font-size:1.08em;margin-bottom:18px;outline:none;box-sizing:border-box}.modal-content input[type=text]:focus,.modal-content input[type=email]:focus,.modal-content input[type=password]:focus{border-color:#0cf;box-shadow:0 0 0 2px #00ccff26;background:#262b31}.modal-content input[type=text]::-moz-placeholder{color:#8ca0b3;opacity:1;font-weight:400}.modal-content input[type=text]::placeholder{color:#8ca0b3;opacity:1;font-weight:400}body.modal-open{overflow:hidden!important;position:fixed;width:100vw}.multi-chat-messages,.multi-chat-messages-list,.multi-chat-window{flex:1 1 auto;min-height:0;max-height:350px;overflow-y:auto;margin-bottom:12px;background:#232323;border-radius:8px;padding:10px 12px}.multi-select-all-btn{display:inline-block;margin-bottom:10px;margin-right:10px;padding:6px 16px;font-size:.98em;background:#232323;color:#0cf;border:1.5px solid #00ccff;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #00ccff0d}.multi-select-all-btn:hover{background:#0cf;color:#232323}.bot-status{font-size:.9rem;padding:4px 8px;border-radius:4px;display:inline-block}.bot-status.online{background:#2e7d32;color:#d4edda}.bot-status.offline{background:#c62828;color:#ffcdd2}.chat-window{white-space:pre-line;height:250px;overflow-y:auto;background:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;padding:15px;display:flex;flex-direction:column}.multi-chat-window .chat-message{padding:8px 12px;background:#2d2d2d;border-radius:6px;margin-bottom:8px;animation:messageAppear .3s ease;word-break:break-word}.chat-window::-webkit-scrollbar{width:8px}.chat-window::-webkit-scrollbar-thumb{background-color:#4d4d4d;border-radius:4px}.chat-input-container{display:flex;gap:10px;margin-top:auto;align-items:center}#commandInput{margin-top:10px;margin-bottom:10px;width:100%;padding:12px 24px;background:#2a2a2a;border:2px solid #3e3e3e;border-radius:15px;color:#fff;font-size:16px;font-family:Arial,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1.5;box-shadow:0 2px 6px #0000001a}#commandInput:hover{border-color:#0cf6;background:#323232}#commandInput:focus{border-color:#0cf;box-shadow:0 0 15px #0cf6;background:#2d2d2d;outline:none}#commandInput::-moz-placeholder{color:#858585;font-weight:300;letter-spacing:.5px}#commandInput::placeholder{color:#858585;font-weight:300;letter-spacing:.5px}#sendCommand{position:relative;width:100%;padding:12px 15px;background:#04b57b;border:1px solid #3edfa2;border-radius:25px;color:#fff;font-size:14px;transition:all .3s ease;right:5px}.bot-status-row{display:flex;gap:10px;align-items:center}.bot-connection{font-size:.9rem;padding:4px 8px;border-radius:4px;display:inline-block}.bot-connection.online{background:#0f8196;color:#d4edda}.bot-connection.offline{background:#284349;color:#fff}@media(max-width:768px){.multi-middel{flex-direction:column!important;gap:1rem!important;padding:.8rem!important}.multi-chat-box{flex:1 1 100%!important;min-width:100%!important;max-width:100%!important;max-height:400px!important}.multi-bots-grid{grid-template-columns:1fr!important;gap:1rem!important}.multi-bot-card{padding:1rem!important}.box{padding:1rem!important;margin:.5rem 0!important}.boxtitle{font-size:1.3rem!important}h1{padding-left:.5rem!important;font-size:1.5rem!important}.button{width:100%!important;margin:.5rem 0!important;padding:.7rem 1rem!important}input,select,textarea{width:100%!important;padding:.7rem!important;font-size:.9rem!important;box-sizing:border-box!important}}@media(max-width:480px){.multi-middel{padding:.5rem!important}.multi-chat-box{padding:.8rem!important;max-height:350px!important}.box{padding:.8rem!important}.boxtitle{font-size:1.1rem!important}.button{padding:.6rem .8rem!important;font-size:.9rem!important}}.mobile-view .multi-page{padding:6px!important}.mobile-view .multi-layout{flex-direction:column!important;gap:6px!important}.mobile-view .multi-chat-box,.mobile-view .multi-main-box{width:100%!important;max-width:100%!important;min-width:0!important}.mobile-view .multi-chat-box{max-height:250px!important}.mobile-view .multi-chat-window{height:180px!important;max-height:180px!important;padding:4px!important}.mobile-view .multi-chat-message{font-size:.8em!important;padding:2px 0!important}.mobile-view .multi-bot-grid{grid-template-columns:1fr!important;gap:4px!important}.mobile-view .multi-bot-card{padding:6px 8px!important;font-size:.85em!important}.mobile-view .multi-actions{flex-wrap:wrap!important;gap:4px!important}.mobile-view .multi-actions .button{padding:4px 8px!important;font-size:.8em!important;flex:1 1 calc(50% - 4px)!important}.mobile-view .multi-command-input{padding:6px 8px!important;font-size:.85em!important}.mobile-view .multi-modal .modal-content{width:100%!important;max-width:100%!important;padding:12px!important;border-radius:0!important;max-height:calc(100vh - env(safe-area-inset-bottom,0px) - 60px)!important;max-height:calc(100dvh - env(safe-area-inset-bottom,0px) - 60px)!important}.mobile-view .group-selector{font-size:.85em!important;padding:6px!important}.mobile-view .multi-page h2{font-size:1em!important;margin-bottom:6px!important}html,body{font-family:Segoe UI,sans-serif;background-color:#1a1a1a;color:#e0e0e0}h1{padding-left:1rem}.payment-page{display:block!important;height:auto!important;flex:none!important}.payment-page .page-top{background:linear-gradient(90deg,#60ced5,#60ced5);padding:1rem;flex:none!important;height:auto!important;max-height:80px}.payment-page .page-top h1{color:#fff;margin:0;font-size:2rem}.payment-page .page-content{padding:1rem}.box{background:#2d2d2d;border-radius:12px;padding:1.5rem;margin:1rem 0;box-shadow:0 4px 6px #0000001a}.boxtitle{color:#60ced5;font-size:1.5rem;margin-bottom:1.5rem}.promo-section{display:flex;flex-direction:row;align-items:center;gap:1rem;flex-wrap:wrap}#promo-code,#pay_cost{padding:.8rem;border:1px solid #3d3d3d;border-radius:6px;background:#252525;color:#e0e0e0;font-size:1rem;flex:1;min-width:200px}.promo-button{padding:.8rem 1.5rem;background:#60ced5;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:opacity .3s ease;min-width:120px}.promo-button:hover{opacity:.9}#card_cont{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1rem 0}.card{background:#252525;border-radius:16px;padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #3d3d3d;display:flex;flex-direction:column;gap:1rem}.card h3{color:#fff;font-size:1.3rem;margin:0;line-height:1.4}.card p{color:#60ced5;font-size:1.8rem;font-weight:700;margin:.5rem 0;flex-grow:1}.buy-button{background:linear-gradient(135deg,#60ced5,#4ca1a5);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%}.card:nth-child(4){position:relative;border:2px solid #60ced5}.card:nth-child(4):before{content:"АКЦИЯ";position:absolute;top:-10px;right:-10px;background:#ff4757;color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:700;z-index:1}@media(max-width:768px){.page-top{position:sticky;top:0;z-index:100;padding:.8rem}.page-top h1{font-size:1.5rem}.page-content{padding:.8rem}.box{padding:1rem;margin:.5rem 0}.boxtitle{font-size:1.3rem;margin-bottom:1rem}h1{padding-left:.5rem;font-size:1.5rem}.promo-section{flex-direction:column;gap:.8rem}#promo-code,#pay_cost{min-width:100%;width:100%}.promo-button{width:100%;min-width:100%}#card_cont{grid-template-columns:1fr;gap:1rem}.card{padding:1.2rem}.card h3{font-size:1.2rem}.card p{font-size:1.5rem}.buy-button{padding:10px 20px;font-size:.9rem}}@media(max-width:480px){.page-top{padding:.6rem}.page-top h1{font-size:1.3rem}.page-content{padding:.5rem}.box{padding:.8rem}.boxtitle{font-size:1.1rem}.card{padding:1rem}}.mobile-view .payment-page{padding:6px!important}.mobile-view .payment-cards-grid{grid-template-columns:1fr!important;gap:6px!important}.mobile-view .payment-page .box,.mobile-view .payment-page>div>div{padding:8px!important;margin:4px 0!important;border-radius:8px!important}.mobile-view .payment-page input{width:100%!important;padding:8px 10px!important;font-size:14px!important}.mobile-view .payment-page .button,.mobile-view .payment-page button{width:100%!important;padding:8px!important;font-size:.85em!important;margin:4px 0!important}.mobile-view .payment-balance{font-size:1.2em!important;padding:8px!important}.mobile-view .promo-section{gap:6px!important}.mobile-view .promo-section input{margin-bottom:4px!important}.mobile-view .payment-page h2{font-size:1em!important;margin-bottom:6px!important}body{background-color:#1a1a1a;color:#e0e0e0;font-family:Segoe UI,sans-serif}.proxies-page{display:block!important;height:auto!important;flex:none!important}.proxies-page .page-top{background:linear-gradient(90deg,#60ced5,#60ced5);padding:1rem;flex:none!important;height:auto!important;max-height:80px}.proxies-page .page-top h1{color:#fff;margin:0;font-size:2rem;padding-left:1rem}.proxies-page .page-content{padding:1rem;overflow:auto}.proxies-page .box{background:#2d2d2d;border-radius:12px;padding:1.5rem;margin:1rem 0;box-shadow:0 4px 6px #0000001a;overflow:hidden}.proxies-page .proxy-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.proxies-page .boxtitle{color:#60ced5;font-size:1.5rem;margin-bottom:1rem}.proxies-page .button{background:#60ced5;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;cursor:pointer;transition:opacity .3s;margin:.5rem;font-weight:500}.proxies-page .button:hover{opacity:.9}.proxies-page .button:disabled{opacity:.5;cursor:not-allowed}.proxies-page .proxy-table{width:100%;border-collapse:collapse;margin:1rem 0;table-layout:auto;min-width:700px}.proxies-page .proxy-table th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.proxies-page .proxy-table th.sortable:hover{color:#60ced5}.proxies-page .proxy-table thead th{padding:10px 8px;text-align:left;color:#a0a0a0;font-size:.85rem;border-bottom:1px solid #3d3d3d}.proxies-page .proxy-table tbody td{padding:10px 8px;color:#e0e0e0;border-bottom:1px solid #2d2d2d;font-size:.9rem}.proxies-page .proxy-table tbody tr:hover{background:#353535}.proxies-page .dropdown-container{position:relative;display:inline-block}.proxies-page .dropdown-toggle{background:#60ced5;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.85rem}.proxies-page .dropdown-menu{display:none;position:absolute;top:100%;left:0;z-index:10;background-color:#404040;border-radius:5px;padding:5px 10px;box-shadow:0 2px 5px #0003;min-width:140px}.proxies-page .dropdown-container.active .dropdown-menu{display:block}.proxies-page .dropdown-menu .action-btn{display:block;width:100%;margin-bottom:5px;padding:6px 12px;background:#60ced5;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;text-align:left}.proxies-page .dropdown-menu .action-btn:hover{opacity:.85}.proxies-page .dropdown-menu .action-btn.danger{background:#c62828}.proxies-page .modal-overlay{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:#000000b3;align-items:center;justify-content:center}.proxies-page .modal-overlay.active{display:flex}.proxies-page .modal-content{background:#2d2d2d;margin:5% auto;padding:2rem;border-radius:12px;width:90%;max-width:500px;position:relative}.proxies-page .modal-content h2{color:#60ced5;margin-bottom:1rem}.proxies-page .modal-close{color:#aaa;position:absolute;right:1.5rem;top:1rem;font-size:28px;cursor:pointer;background:none;border:none}.proxies-page .modal-close:hover{color:#fff}.proxies-page .form-group{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.proxies-page .form-group label{color:#b0b0b0;font-size:.9rem}.proxies-page .form-group input,.proxies-page .form-group select{padding:.8rem;background:#252525;border:1px solid #3d3d3d;border-radius:6px;color:#e0e0e0;width:100%;box-sizing:border-box}.proxies-page .form-group input:focus,.proxies-page .form-group select:focus{border-color:#60ced5;outline:none}.proxies-page .expired-text{color:#c62828}.proxies-page .active-text{color:#2e7d32}@media(max-width:768px){.proxies-page .proxy-table{font-size:.8rem}.proxies-page .proxy-table thead{display:none}.proxies-page .proxy-table tbody tr{display:block;margin-bottom:1rem;padding:1rem;background:#252525;border-radius:8px;border:1px solid #3d3d3d}.proxies-page .proxy-table tbody td{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border:none}.proxies-page .proxy-table tbody td:before{content:attr(data-label);font-weight:600;color:#60ced5;margin-right:1rem;min-width:100px}.proxies-page .button{width:100%;margin:.5rem 0}.proxies-page .modal-content{width:95%;padding:1.5rem}}@media(max-width:480px){.proxies-page .box{padding:.8rem}.proxies-page .boxtitle{font-size:1.1rem}}.mobile-view .proxies-page .page-top{padding:.6rem .8rem!important;max-height:60px!important}.mobile-view .proxies-page .page-top h1{font-size:1.3rem!important;padding-left:.5rem!important}.mobile-view .proxies-page .page-content{padding:.5rem!important;overflow:visible!important;height:auto!important}.mobile-view .proxies-page .box{padding:.6rem!important;margin:.5rem 0!important;border-radius:8px!important;overflow:visible!important}.mobile-view .proxies-page .boxtitle{font-size:1.1rem!important;margin-bottom:.5rem!important}.mobile-view .proxies-page .proxy-table{min-width:0!important;width:100%!important;table-layout:fixed!important}.mobile-view .proxies-page .proxy-table thead{display:none!important}.mobile-view .proxies-page .proxy-table,.mobile-view .proxies-page .proxy-table tbody{display:block!important;width:100%!important}.mobile-view .proxies-page .proxy-table tbody tr{display:block!important;margin-bottom:8px!important;padding:10px!important;background:#252525!important;border-radius:8px!important;border:1px solid #3d3d3d!important}.mobile-view .proxies-page .proxy-table tbody td{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:4px 0!important;border:none!important;font-size:.82rem!important;word-break:break-all!important}.mobile-view .proxies-page .proxy-table tbody td:before{content:attr(data-label)!important;font-weight:600!important;color:#60ced5!important;margin-right:8px!important;min-width:80px!important;flex-shrink:0!important;font-size:.78rem!important}.mobile-view .proxies-page .proxy-table tbody td:last-child{flex-direction:column!important;gap:4px!important;padding-top:6px!important}.mobile-view .proxies-page .proxy-table tbody td:last-child:before{display:none!important}.mobile-view .proxies-page .proxy-table tbody td:last-child>div{display:flex!important;gap:6px!important;width:100%!important}.mobile-view .proxies-page .proxy-table tbody td:last-child .button{flex:1!important;padding:6px 8px!important;font-size:.8rem!important;margin:0!important;text-align:center!important}.mobile-view .proxies-page .box>div:last-child{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:10px!important}.mobile-view .proxies-page .box>div:last-child .button{width:100%!important;margin:0!important;padding:10px!important;font-size:.9rem!important}.mobile-view .proxies-page .modal-content{width:95%!important;max-width:100%!important;padding:1rem!important;margin:2% auto!important;border-radius:10px!important}.mobile-view .proxies-page .modal-content h2{font-size:1.1rem!important;margin-bottom:.6rem!important}.mobile-view .proxies-page .form-group{gap:.6rem!important}.mobile-view .proxies-page .form-group input,.mobile-view .proxies-page .form-group select{padding:.6rem!important;font-size:.9rem!important}.mobile-view .proxies-page .form-group label{font-size:.82rem!important;margin-bottom:-4px!important}.mobile-view .proxies-page [style*=overflowX]{overflow-x:hidden!important}.mobile-view .proxies-page .proxy-table tbody tr:last-child{margin-bottom:16px!important}.mobile-view .proxies-page{padding-bottom:60px!important}.admin-page{font-family:Segoe UI,sans-serif;background-color:#1a1a1a;color:#e0e0e0}.admin-page .page-top{background:linear-gradient(90deg,#60ced5,#60ced5);padding:1rem;height:auto!important;flex:none!important}.admin-page .page-top h1{color:#fff;margin:0;font-size:2rem;padding-left:1rem}.admin-page .page-content{padding:1rem}.admin-page .box{background:#2d2d2d;border-radius:12px;padding:1.5rem;margin:1rem 0;box-shadow:0 4px 6px #0000001a}.admin-page .admin-title{margin-left:10px;margin-top:15px;margin-bottom:20px;font-size:1.3rem;color:#e0e0e0}.admin-page .admin-buttons{display:flex;flex-wrap:wrap;gap:8px}.admin-page .button{padding:.8rem 1.5rem;background:#60ced5;color:#fff;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;margin:5px;font-weight:600;font-size:.9rem}.admin-page .button:hover{opacity:.9;box-shadow:0 4px 12px #60ced54d}.admin-page .button.active-section{box-shadow:0 0 0 3px #fff}.admin-page .button.active-sort{box-shadow:0 0 0 2px #fff;opacity:1}.admin-page .admin-filter-row{display:flex;gap:12px;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.admin-page .admin-search{padding:.7rem 1rem;background:#252525;border:1px solid #3d3d3d;border-radius:6px;color:#e0e0e0;font-size:.9rem;flex:1;min-width:200px;max-width:400px}.admin-page .admin-search:focus{border-color:#60ced5;outline:none}.admin-page .admin-count{color:#888;font-size:.85rem}.admin-page .admin-table{width:100%;border-collapse:collapse}.admin-page .admin-table thead th{padding:10px 8px;text-align:left;color:#a0a0a0;font-size:.85rem;border-bottom:2px solid #3d3d3d;white-space:nowrap}.admin-page .admin-table tbody td{padding:8px;color:#e0e0e0;border-bottom:1px solid #2a2a2a;font-size:.85rem;max-width:300px;overflow:hidden;text-overflow:ellipsis}.admin-page .admin-table tbody tr:hover{background:#353535}.admin-page .admin-pagination{display:flex;gap:.5rem;margin-top:1rem;align-items:center;flex-wrap:wrap}.admin-page .admin-pagination button{padding:.5rem 1rem;background:#252525;border:1px solid #3d3d3d;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:.85rem}.admin-page .admin-pagination button:hover{background:#353535;border-color:#60ced5;color:#60ced5}.admin-page .admin-pagination button:disabled{opacity:.4;cursor:not-allowed}.admin-page .admin-pagination .page-info{color:#888;font-size:.85rem;margin:0 .5rem}.admin-modal-overlay{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center}.admin-modal-content{background-color:#1a1a1a;padding:20px;border-radius:10px;width:80%;height:80%;display:flex;flex-direction:column;align-items:center;position:relative}.admin-modal-close{align-self:flex-end;font-size:50px;cursor:pointer;color:#aaa;line-height:1}.admin-modal-close:hover{color:#fff}.admin-modal-content textarea{width:100%;height:90%;resize:none;font-size:16px;border:1px solid #ccc;border-radius:5px;padding:10px;background:#1a1a1a;color:#fff;font-family:monospace}.pm2-logs-container::-webkit-scrollbar{width:10px}.pm2-logs-container::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.pm2-logs-container::-webkit-scrollbar-thumb{background:#4d4d4d;border-radius:4px}.pm2-logs-container::-webkit-scrollbar-thumb:hover{background:#666}.pm2-logs-container{scrollbar-width:auto;scrollbar-color:#4d4d4d #1a1a1a}@media(max-width:768px){.admin-page .page-top h1{font-size:1.5rem;padding-left:.5rem}.admin-page .page-content{padding:.5rem}.admin-page .box{padding:.8rem;margin:.5rem 0}.admin-page .admin-title{font-size:.9rem;margin-left:0}.admin-page .button{width:100%;margin:.3rem 0;padding:.6rem 1rem;font-size:.85rem}.admin-page .admin-buttons,.admin-page .admin-filter-row{flex-direction:column}.admin-page .admin-search{max-width:100%;width:100%}.admin-page .admin-table{font-size:.75rem}.admin-page .admin-table thead th,.admin-page .admin-table tbody td{padding:5px 4px}.admin-page .admin-pagination{flex-wrap:wrap;justify-content:center}.admin-page .admin-pagination button{padding:.4rem .6rem;font-size:.8rem}.admin-modal-content{width:95%;height:85%}.pm2-logs-container{font-size:.7rem!important;max-height:400px!important}}@media(max-width:480px){.admin-page .page-top h1{font-size:1.2rem}.admin-page .box{padding:.6rem}.admin-page .admin-title{font-size:.8rem}.admin-page .button{padding:.5rem .8rem;font-size:.8rem;border-radius:15px}.admin-page .admin-table{font-size:.7rem}.admin-modal-content{width:98%;height:90%;padding:10px}}.stat-page{padding:20px;max-width:1200px;margin:0 auto}.stat-page .boxtitle{color:#fff;font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #333}.stats-grid{display:flex;gap:24px;margin-bottom:32px;flex-wrap:wrap}.stat-card{flex:1 1 220px;background:#23272f;border-radius:16px;box-shadow:0 4px 24px #0000002e;padding:28px 24px;display:flex;align-items:center;gap:18px;min-width:220px}.stat-card .icon{font-size:2.2em;color:#60ced5;background:#181c22;border-radius:50%;padding:16px;margin-right:10px;display:flex;align-items:center;justify-content:center;min-width:56px;min-height:56px}.stat-card .stat-info{display:flex;flex-direction:column}.stat-card .stat-value{color:#fff;font-size:2em;font-weight:700;line-height:1.1}.stat-card .stat-label{color:#aaa;font-size:1em;margin-top:4px}.top-servers-grid{display:flex;gap:32px;margin-bottom:32px;flex-wrap:wrap}.top-list{background:#23272f;border-radius:16px;box-shadow:0 4px 24px #0000001f;padding:20px 24px;min-width:260px;flex:1 1 260px}.top-list-title{color:#fff;font-size:1.1em;font-weight:600;margin-bottom:12px}.top-list ol{margin:0;padding-left:20px;color:#fff}.top-list li{margin-bottom:6px;font-size:1em}.charts-flex{display:flex;gap:32px;flex-wrap:wrap}.chart-box{background:#23272f;border-radius:16px;box-shadow:0 4px 24px #0000001f;padding:24px 18px 18px;flex:1 1 420px;min-width:320px;max-width:600px;margin-bottom:32px}.chart-title{color:#fff;font-size:1.1em;font-weight:600;margin-bottom:16px;text-align:center}.chart-box canvas{width:100%!important;max-height:340px;display:block}.stat-page .box{background:#1a1a1a;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0003}.stat-page .resource-select{width:100%;padding:10px;border-radius:8px;background:#23272f;color:#fff;border:1px solid #333;margin-top:12px}.stat-page .resource-details{margin-top:12px;color:#fff}.stat-page .resource-details p{margin:4px 0}.stat-page .loading-text{color:#aaa;margin:0}.stat-page .error-text{color:#ff6b6b;margin:0}@media(max-width:900px){.charts-flex,.stats-grid,.top-servers-grid{flex-direction:column;gap:18px}.chart-box{max-width:100%}}@media(max-width:480px){.stat-page{padding:10px}.stat-card{padding:16px}.stat-card .stat-value{font-size:1.5em}.stat-card .icon{font-size:1.5em;padding:12px;min-width:44px;min-height:44px}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#1a1a1a;color:#e0e0e0;font-family:Segoe UI,Arial,sans-serif}@media(min-width:769px){body{overflow:hidden;height:100vh;zoom:1.25}#root{height:100vh;overflow:hidden}}@media(max-width:768px){html,body{overflow-x:hidden!important;overflow-y:auto!important;height:auto!important;min-height:100vh;min-height:100dvh}#root{height:auto!important;overflow:visible!important}}a{color:#60ced5;text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:0px;height:0px}*{scrollbar-width:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalEntry{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.inventory-container{margin-left:auto!important;margin-right:auto!important}.armor-slot[data-slot-type]{width:70px!important;height:70px!important;background:#404040!important;border:2px solid #595959!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative;cursor:pointer}.armor-slot[data-slot-type]:hover{border-color:#595959!important;transform:none!important}.armor-section{background:transparent!important;padding:0!important;margin:0!important;flex-direction:column!important;gap:5px!important}.armor-column{gap:3px!important;grid-template-columns:70px!important}.shield-column{margin-top:8px!important;align-items:flex-start!important}.inventory-slot{width:75px!important;height:75px!important;margin:0!important}.inventory-slot:hover{transform:none!important;border-color:#595959!important}.inventory-container{margin-left:auto!important;margin-right:auto!important;overflow:visible!important;background:transparent!important;display:grid!important;grid-template-columns:repeat(9,75px)!important;gap:3px!important}.inventory-slot{width:75px!important;height:75px!important}.inventory-row{display:contents!important}.slot-btn{position:absolute;z-index:10;padding:2px 5px;font-size:10px;line-height:1;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease;background:#282828e6;color:#fff;white-space:nowrap}.slot-btn:hover{background:#00ccffe6;box-shadow:0 0 5px #00ccff80}.slot-btn-lkm{top:2px;left:2px}.slot-btn-pkm{top:2px;right:2px}.slot-btn-drop{bottom:2px;left:50%;transform:translate(-50%);font-size:9px;padding:1px 4px}.inventory-slot.selected-hotbar{border-color:#0cf!important;box-shadow:0 0 10px #0cf9}.inventory-slot[draggable=true]{-webkit-user-drag:element}.life-section{margin-bottom:0!important;padding-bottom:0!important;gap:8px!important}#life_cord{margin-top:0!important}@media(max-width:768px){.inventory-container{grid-template-columns:repeat(9,1fr)!important;gap:2px!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.inventory-slot,.armor-slot[data-slot-type]{width:100%!important;height:auto!important;aspect-ratio:1 / 1}.armor-column{grid-template-columns:42px!important}.armor-section{margin-left:0!important}.slot-btn{font-size:7px;padding:1px 2px}}.mobile-view{background-color:#05060a;min-height:100vh;min-height:100dvh;max-width:100vw;overflow-x:hidden;overflow-y:visible;height:auto!important}.mobile-view .app-content{overflow:visible!important;height:auto!important}.mobile-view .header{padding:.6rem 1rem!important}.mobile-view .nav-container{gap:.8rem!important;flex-wrap:wrap}.mobile-view .nav-links{gap:.5rem!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0}.mobile-view .nav-links::-webkit-scrollbar{display:none}.mobile-view .nav-link{padding:.4rem .7rem!important;font-size:.85rem!important;white-space:nowrap;flex-shrink:0}.mobile-view .nav-link span{display:inline}.mobile-view .nav-link i{font-size:.9rem;margin-right:.3rem}.mobile-view .user-panel{gap:.5rem!important;flex-shrink:0}.mobile-view .user-panel .balance{padding:.3rem .7rem!important;font-size:.85rem!important}.mobile-view .user-panel .username{display:none}.mobile-view .user-panel .nav-link:last-child{padding:.4rem .6rem!important}
