.sr-password-fields{display:flex;flex-direction:column;gap:14px}.sr-password-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.sr-password-input-row input{width:100%;min-height:44px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;font:inherit;background:#fff}.sr-password-toggle{min-height:44px;padding:0 12px;border-radius:10px;border:1px solid #d1d5db;background:#fff;font:inherit;font-size:.9rem;font-weight:600;color:#374151;cursor:pointer}.sr-password-guidance-title{margin:0 0 8px;font-size:.92rem;font-weight:600;color:#374151}.sr-password-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.sr-password-checklist li{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#6b7280}.sr-password-checklist li.is-met{color:#146347}.sr-password-checklist li.is-unmet{color:#b91c1c}.sr-password-checklist li.is-pending{color:#6b7280}.sr-password-strength{margin-top:10px}.sr-password-strength-track{height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.sr-password-strength-track>span{display:block;height:100%;width:0;border-radius:inherit;background:#9ca3af;transition:width .16s ease,background-color .16s ease}.sr-password-strength[data-strength="0"] .sr-password-strength-track>span{background:#ef4444}.sr-password-strength[data-strength="1"] .sr-password-strength-track>span{background:#f59e0b}.sr-password-strength[data-strength="2"] .sr-password-strength-track>span{background:#10b981}.sr-password-strength[data-strength="3"] .sr-password-strength-track>span{background:#059669}.sr-password-strength-label{margin:6px 0 0;font-size:.85rem;color:#6b7280}.sr-password-match{margin:6px 0 0;font-size:.9rem}.sr-password-match.is-met{color:#146347}.sr-password-match.is-unmet{color:#b91c1c}.sr-password-match.is-pending{color:#6b7280}@media(prefers-reduced-motion:reduce){.sr-password-strength-track>span{transition:none}}
