.password-strength{flex-direction:column;gap:.25rem;display:flex}.password-strength-bar{background:var(--gray-200);border-radius:var(--radius-full,9999px);height:6px;overflow:hidden}.password-strength-fill{border-radius:inherit;height:100%;transition:width .3s,background-color .3s}.password-strength[data-score="0"]{--strength-color:var(--red)}.password-strength[data-score="1"]{--strength-color:#e67700}.password-strength[data-score="2"]{--strength-color:#d4a017}.password-strength[data-score="3"]{--strength-color:var(--green)}.password-strength[data-score="4"]{--strength-color:var(--green-dark)}.password-strength-fill{background-color:var(--strength-color)}.password-strength-label{font-size:var(--text-xs);color:var(--strength-color);line-height:1}
