body{margin:0;font-family:Segoe UI,sans-serif;background:#0d0d0d;color:#fff}.header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.header h1{font-size:1.5rem;color:#fff;margin:0}.container{display:flex;flex-direction:column;align-items:center;padding-top:3rem}.card{background:#1a1a1a;padding:2rem;border-radius:12px;width:100%;max-width:480px;box-shadow:0 0 10px #00ff001a;position:relative}.logo{width:80px;height:80px}h1{font-size:2rem;margin-bottom:2rem}input,select,button{width:100%;padding:.75rem;margin-top:.5rem;border-radius:8px;border:none;font-size:1rem}input{background:#2a2a2a;color:#fff}form input[type=tel],form input[type=email],form input[type=password]{box-sizing:border-box}button{background:#22c55e;color:#000;font-weight:700;margin-top:1rem;cursor:pointer}button:hover{background:#16a34a}.error{color:#ef4444;font-size:.875rem;margin-top:1rem}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#181818d9;display:flex;align-items:center;justify-content:center;border-radius:1rem;z-index:100}.loader{border:6px solid #333;border-top:6px solid #22c55e;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clear-button{background-color:#444;color:#ccc;cursor:pointer;transition:background-color .3s}.clear-button:hover{background-color:#555}.auth-container{display:flex;flex-direction:column;max-width:400px;margin:0 auto;padding:2rem;background-color:#1f1f1f;color:#fff;border-radius:8px;margin-top:10vh;box-shadow:0 0 10px #00000080;position:relative}.auth-container input{margin-bottom:1rem;padding:.5rem;border-radius:6px;border:1px solid #444;background:#2c2c2c;color:#fff}.auth-container button{padding:.5rem 1rem;border:none;background:#4f46e5b0;color:#fff;border-radius:6px;cursor:pointer}.auth-container .error{margin-top:.5rem;color:#f87171}.forbiddenMessage{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;color:red;text-align:center}.loadingMessage{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;text-align:center}
