.auth-section{min-height:calc(100vh - 90px);display:flex;align-items:center;justify-content:center;padding:120px 2rem 3rem}
.auth-container{width:100%;max-width:480px}.auth-card{padding:2.5rem;border:1px solid var(--border);border-radius:var(--radius);background:rgba(255,255,255,.06);box-shadow:0 24px 70px rgba(0,0,0,.22)}
.auth-card h1{text-align:center;font-size:1.8rem;margin:0 0 .5rem}.auth-card .subtitle{text-align:center;color:var(--light);font-size:.95rem;margin:0 0 2rem}
.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--light);font-size:.85rem;font-weight:600}
.form-group input{box-sizing:border-box;width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:12px;outline:0;background:rgba(255,255,255,.05);color:#fff;font:inherit}
.form-group input:focus{border-color:var(--cyan)}.auth-btn{width:100%;padding:.9rem;border:0;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font:inherit;font-weight:700;cursor:pointer}
.alert{padding:.85rem 1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem}.alert-error{border:1px solid rgba(239,68,68,.3);background:rgba(239,68,68,.15);color:#fca5a5}.alert-success{border:1px solid rgba(16,185,129,.3);background:rgba(16,185,129,.15);color:#6ee7b7}
.auth-footer{text-align:center;margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:var(--cyan);font-weight:600;text-decoration:none}@media(max-width:500px){.auth-card{padding:1.5rem}}
.reset-toast{position:fixed;z-index:100000;top:100px;right:20px;width:min(380px,calc(100vw - 40px));box-sizing:border-box;padding:14px 16px;border:1px solid;border-radius:10px;box-shadow:0 18px 45px rgba(0,0,0,.28);font-size:.9rem;font-weight:700}.reset-toast.is-info{border-color:#38bdf8;background:#0c4a6e;color:#e0f2fe}.reset-toast.is-success{border-color:#34d399;background:#064e3b;color:#d1fae5}.reset-toast.is-error{border-color:#f87171;background:#7f1d1d;color:#fee2e2}
