.password-generator .password-options{display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center;margin-top:16px}.password-generator .password-option{display:flex;align-items:center;gap:10px;min-height:34px;color:var(--muted-color);font-size:13px;font-weight:400}.password-generator .password-option span{white-space:nowrap}.password-generator .password-length-input{width:100px;height:34px;padding:0 12px;font-size:14px;line-height:1;box-sizing:border-box;border-radius:4px}.password-generator .password-checkbox-option{-webkit-user-select:none;-moz-user-select:none;user-select:none}.password-generator .password-checkbox-option input{width:16px;height:16px;accent-color:var(--primary-color)}.password-generator .password-strength{display:flex;align-items:center;gap:10px;margin-top:16px;padding:12px 14px;border-radius:12px;background:var(--bg-light);color:var(--secondary-color)}.password-generator .password-strength span{font-size:13px;color:var(--muted-color)}.password-generator .password-strength strong{font-size:14px}.password-generator .password-strength[data-strength=strong] strong{color:#166534}.password-generator .password-strength[data-strength=medium] strong{color:#b45309}.password-generator .password-strength[data-strength=weak] strong{color:#b91c1c}.password-generator .password-output{min-height:120px!important;resize:vertical;white-space:pre;overflow:auto;font-size:18px;letter-spacing:.04em}