.password-display{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.password-text{display:block;font-size:1.25rem;font-family:SF Mono,Menlo,Monaco,monospace;word-break:break-all;margin-bottom:1rem;padding:1rem;background:var(--bg);border-radius:8px;text-align:center;min-height:3rem;line-height:1.5}.password-actions{display:flex;gap:.75rem;justify-content:center}.strength-indicator{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.strength-bar{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.strength-fill{height:100%;border-radius:4px;transition:width .3s ease,background .3s ease}.strength-none{background:var(--border)}.strength-weak{background:#ef4444}.strength-moderate{background:#f59e0b}.strength-strong{background:#22c55e}.strength-very-strong{background:#3b82f6}.strength-label{font-size:.875rem;font-weight:600;min-width:100px}.strength-label.strength-weak{color:var(--color-error)}.strength-label.strength-moderate{color:#f59e0b}.strength-label.strength-strong{color:var(--color-success)}.strength-label.strength-very-strong{color:#3b82f6}.password-options{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.option-row{margin-bottom:1.5rem}.option-row label{display:block;font-weight:600;margin-bottom:.75rem}.range-slider{width:100%;height:8px;appearance:none;background:var(--border);border-radius:4px;outline:none}.range-slider::-webkit-slider-thumb{appearance:none;width:24px;height:24px;background:var(--primary);border-radius:50%;cursor:pointer}.range-slider::-moz-range-thumb{width:24px;height:24px;background:var(--primary);border-radius:50%;cursor:pointer;border:none}.option-toggles{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:480px){.option-toggles{grid-template-columns:repeat(4,1fr)}}.toggle-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .75rem;background:var(--bg);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s ease;min-height:80px}.toggle-btn:hover{border-color:var(--primary)}.toggle-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.toggle-label{font-size:1.25rem;font-weight:700;font-family:SF Mono,Menlo,Monaco,monospace}.toggle-desc{font-size:.75rem;opacity:.8;margin-top:.25rem}.security-note{text-align:center;font-size:.875rem;color:var(--text-muted);padding:1rem;background:var(--card-bg);border-radius:8px}
