.password-strength-meter{margin-top:.75rem;font-size:.875rem}.strength-bar-container{width:100%;height:6px;background-color:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.strength-bar{height:100%;width:0%;transition:all .3s ease;border-radius:3px}.strength-bar[data-strength=none]{width:0%;background-color:transparent}.strength-bar[data-strength=weak]{background:linear-gradient(90deg,#ef4444,#f87171)}.strength-bar[data-strength=medium]{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.strength-bar[data-strength=good]{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.strength-bar[data-strength=strong]{background:linear-gradient(90deg,#10b981,#34d399)}.strength-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:var(--color-text-secondary);font-size:.8125rem}.strength-label{font-weight:500}.strength-score{font-family:'Courier New',monospace;font-weight:600}.strength-feedback{padding:.75rem;background-color:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.08);margin-top:.5rem}.feedback-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--color-text-secondary)}.feedback-list{list-style:none;padding:0;margin:0}.feedback-list li{padding:.25rem 0;padding-left:1.25rem;position:relative;color:var(--color-text-secondary)}.feedback-list li:before{content:'✗';position:absolute;left:0;color:#ef4444;font-weight:700}.feedback-success{color:#10b981;font-weight:500;display:flex;align-items:center;gap:.5rem}.form-field.has-strength-meter .form-input{margin-bottom:0}.password-field-wrapper{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.5rem;font-size:1.25rem;line-height:1;transition:color .2s ease}.password-toggle:hover{color:var(--color-text)}.password-field-wrapper .form-input{padding-right:3rem}