.auth-pw-strength{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.auth-pw-strength-bar{flex:1 1;height:4px;border-radius:2px;background:var(--line);position:relative;overflow:hidden}.auth-pw-strength-bar:after{content:"";position:absolute;left:0;top:0;height:100%;border-radius:2px;transition:width .2s,background .2s}.auth-pw-strength-bar.auth-pw-strength-1:after{width:33%;background:var(--c-red,#DC2626)}.auth-pw-strength-bar.auth-pw-strength-2:after{width:66%;background:var(--c-amber,#D97706)}.auth-pw-strength-bar.auth-pw-strength-3:after{width:100%;background:var(--c-green,#059669)}.auth-pw-strength-label{font-size:.75rem;font-weight:600;white-space:nowrap;font-family:var(--mono)}.auth-pw-strength-label.auth-pw-strength-1{color:var(--c-red,#DC2626)}.auth-pw-strength-label.auth-pw-strength-2{color:var(--c-amber,#D97706)}.auth-pw-strength-label.auth-pw-strength-3{color:var(--c-green,#059669)}.auth-tos-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;cursor:pointer;line-height:1.5}.auth-tos-label input[type=checkbox]{margin-top:.3rem;flex-shrink:0;width:1rem;height:1rem}.auth-tos-label span{flex:1 1}.auth-pw-strength-bar.auth-pw-strength-1:after{background:rgba(220,70,50,.85)}.auth-pw-strength-bar.auth-pw-strength-2:after{background:rgba(200,130,60,.9)}.auth-pw-strength-bar.auth-pw-strength-3:after{background:var(--accent)}.auth-pw-strength-label{font-family:var(--mono,ui-monospace,monospace);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.auth-pw-strength-label.auth-pw-strength-3{color:var(--accent)}.auth-tos-label{color:var(--ink-2);font-size:13px}.auth-tos-label input[type=checkbox]{accent-color:var(--accent)}.auth-tos-label a{color:var(--accent)}