.field-tip {
    color: #ef4444 !important;
    font-size: 12px;
    margin-top: 4px;
    min-height: 18px;
}
.pwd-strength-bar { display: flex; gap: 4px; margin-top: 6px; height: 4px; opacity: 1; transition: opacity 0.2s; }
.pwd-strength-item { flex: 1; background: #e0e0e0; border-radius: 2px; transition: background 0.2s; }
.pwd-strength-item.weak { background: #ff4d4f; }
.pwd-strength-item.normal { background: #faad14; }
.pwd-strength-item.strong { background: #52c41a; }
.pwd-strength-item.very-strong { background: var(--site-primary); }
.pwd-strength-text { margin-top: 4px; font-size: 12px; color: #999; height: 18px; }
.pwd-strength-text.weak { color: #ff4d4f; }
.pwd-strength-text.normal { color: #faad14; }
.pwd-strength-text.strong { color: #52c41a; }
.pwd-strength-text.very-strong { color: var(--site-primary); }
