.auth-v1-page{min-height:100vh;background:linear-gradient(135deg,#082f69,#0b4fb3);display:flex;align-items:center;justify-content:center;padding:30px 16px}.auth-v1-card{width:100%;max-width:480px;background:#ffffff;border-radius:24px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.auth-v1-logo{width:54px;height:54px;border-radius:16px;background:#0b66c3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}.auth-v1-card h1{margin:0;color:#0f172a;font-size:32px}.auth-v1-card p{margin:10px 0 22px;color:#64748b;line-height:1.55}.auth-v1-form{display:grid;grid-gap:14px;gap:14px}.auth-v1-form input{height:50px;border:1px solid #cbd5e1;border-radius:14px;padding:0 16px;font-size:15px;outline:none}.auth-v1-form input:focus{border-color:#0b66c3;box-shadow:0 0 0 4px rgba(11,102,195,.12)}.auth-v1-form button,.auth-v1-primary{height:52px;border:0;border-radius:16px;background:#0b66c3;color:#fff;font-size:16px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.auth-v1-form button:disabled{opacity:.65;cursor:not-allowed}.auth-v1-error,.auth-v1-success{padding:12px 14px;border-radius:12px;margin-bottom:16px;font-weight:700;font-size:14px}.auth-v1-success{background:#dcfce7;color:#166534}.auth-v1-error{background:#fee2e2;color:#991b1b}.auth-v1-footer{margin-top:20px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.auth-v1-footer a{color:#0b66c3;font-weight:900;text-decoration:none}.password-strength{border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#f8fafc}.password-strength-title{display:flex;justify-content:space-between;gap:10px;font-weight:900;color:#0f172a;margin-bottom:10px}.password-strength-meter{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-bottom:10px}.password-strength-meter span{display:block;height:100%;background:#0b66c3;transition:width .2s ease}.password-checks{display:grid;grid-gap:6px;gap:6px;margin:0;padding:0;list-style:none;color:#64748b;font-size:13px;font-weight:700}.password-checks .passed{color:#166534}