*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:8px;background:transparent}::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#fff9}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}html,body{width:100%;height:100%;font-family:Segoe UI,Roboto,sans-serif;background-color:#0c0c16;color:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}input,button,textarea{font-family:inherit;outline:none}#root{isolation:isolate;position:relative;z-index:1}.login-page{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:10}.login-form-wrapper{background:#1e1f2b;border-radius:8px;box-shadow:0 0 15px #00000080;width:100%;max-width:520px;margin:0 auto;overflow:hidden}.tab-header{display:flex;background:#111;border-bottom:2px solid #333}.tab-header button{flex:1;padding:1rem;background:#1e1f2b;color:#ccc;border:none;font-weight:700;cursor:pointer;transition:background .3s ease}.tab-header button.active{background:#65baff;color:#fff}.tab-header button:hover{background:#2a2c3f}.tab-body{padding:2rem}.login-form input,.login-form button{width:100%;margin-bottom:1rem}.tab-selector{display:flex;justify-content:space-between;margin-bottom:1.5rem}.tab-selector button{flex:1;padding:.75rem 1rem;background-color:#1e1e35;color:#ccc;border-radius:6px;margin:0 4px;transition:background .3s}.tab-selector button.active{background-color:#2e2e55;color:#fff}.login-form h2{margin-bottom:1rem;text-align:center}.login-form input{display:block;width:100%;padding:.75rem;margin-bottom:1rem;border-radius:6px;background-color:#1b1b2f;border:1px solid #333;color:#eee}.login-form button[type=submit]{width:100%;padding:.75rem;border-radius:6px;background:#3e3ed1;color:#fff;font-weight:700;transition:background .2s ease-in-out}.login-form button[type=submit]:hover{background:#5050ff}.login-disabled-message{text-align:center;padding:1rem;color:#ff6b6b;font-weight:700;background-color:#ff00000d;border-radius:8px;margin-bottom:1rem}.captcha-container{margin-bottom:1rem}.captcha-responsive{display:flex;justify-content:center;transform:scale(.85);transform-origin:center}.grecaptcha-badge{z-index:9999!important}.grecaptcha-badge{visibility:hidden!important}body.login-page .grecaptcha-badge{visibility:visible!important}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.toast-popup{position:fixed;bottom:2rem;right:2rem;background:#222;color:#fff;padding:.8rem 1.2rem;border-radius:6px;box-shadow:0 0 10px #0000004d;font-size:.95rem;z-index:9999;border-left:4px solid #4caf50;animation:fadein .3s ease}.toast-popup.error{border-left-color:#e53935;background:#2a0000}@keyframes fadein{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.site-loader{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;background:#0e0e1a;display:flex;align-items:center;justify-content:center}.loader-circle{width:50px;height:50px;border:5px solid #444;border-top:5px solid #fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
