.password-studio-tool{gap:18px;display:grid}.password-studio-header{border:1px solid var(--color-border);background:var(--color-surface);border-radius:15px;justify-content:space-between;align-items:center;gap:15px;padding:13px;display:flex}.password-mode-switch{background:#f1f3f8;border-radius:11px;flex-wrap:wrap;gap:6px;padding:5px;display:flex}.password-mode-switch button,.password-clear-button,.password-history-card header>button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding-inline:13px;font-weight:700;display:inline-flex}.password-mode-switch button{background:0 0;border-color:#0000}.password-mode-switch button.is-active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.password-main-card,.password-settings-card,.password-analysis-card,.password-batch-card,.password-history-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:17px;padding:19px}.password-main-card>header,.password-settings-card>header,.password-analysis-card>header,.password-batch-card>header,.password-history-card>header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:15px;display:flex}.password-main-card>header>div:first-child,.password-settings-card>header,.password-analysis-card>header,.password-batch-card>header,.password-history-card>header{align-items:flex-start;gap:9px;display:flex}.password-main-card header svg,.password-settings-card header svg,.password-analysis-card header svg,.password-batch-card header svg,.password-history-card header svg{color:var(--color-primary)}.password-main-card h2,.password-settings-card h2,.password-analysis-card h2,.password-batch-card h2,.password-history-card h2{margin:0;font-size:18px}.password-main-card p,.password-settings-card p,.password-analysis-card p,.password-batch-card p,.password-history-card p{color:var(--color-text-secondary);margin:4px 0 0;font-size:11px;line-height:1.55}.password-strength-pill{text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.password-strength-pill.is-very-weak,.password-strength-pill.is-weak{color:#9e3434;background:#fff1f1}.password-strength-pill.is-medium{color:#8a681e;background:#fff9e8}.password-strength-pill.is-strong,.password-strength-pill.is-very-strong{color:#267452;background:#eefaf4}.password-display{grid-template-columns:minmax(0,1fr) auto auto;gap:7px;display:grid}.password-display input{border:1px solid var(--color-border);color:#f0f4fb;background:#101522;border-radius:12px;min-height:58px;padding-inline:15px;font:15px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.password-display button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-width:48px;padding-inline:13px;font-weight:700;display:flex}.password-strength{margin-top:14px}.password-strength>div:first-child{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.password-strength>div:first-child span{color:var(--color-text-secondary);font-size:11px}.password-strength progress{width:100%;height:12px;accent-color:var(--color-primary)}.password-strength-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.password-strength-stats article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:10px;padding:12px}.password-strength-stats span,.password-strength-stats strong{display:block}.password-strength-stats span{color:var(--color-text-secondary);text-transform:uppercase;font-size:9px}.password-strength-stats strong{margin-top:5px}.password-generate-button{background:var(--color-primary);color:#fff;cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:14px;font-weight:750;display:flex}.password-length-control{border:1px solid var(--color-border);background:#f8f9fc;border-radius:13px;padding:15px}.password-length-control>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.password-length-control>div:first-child span{color:var(--color-text-secondary);font-size:11px}.password-length-control>div:first-child strong{color:var(--color-primary);font-size:20px}.password-length-control input{width:100%;accent-color:var(--color-primary);margin:12px 0}.password-length-presets{grid-template-columns:repeat(8,minmax(0,1fr));gap:5px;display:grid}.password-length-presets button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:8px;min-height:35px;font-weight:700}.password-length-presets button.is-active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.password-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.password-option-grid label{border:1px solid var(--color-border);cursor:pointer;background:#f8f9fc;border-radius:11px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:14px;display:grid}.password-option-grid input{width:18px;height:18px;accent-color:var(--color-primary)}.password-option-grid strong,.password-option-grid small{display:block}.password-option-grid small{color:var(--color-text-secondary);margin-top:4px;line-height:1.45}.passphrase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.passphrase-grid label{gap:7px;display:grid}.passphrase-grid label>span{color:var(--color-text-secondary);text-transform:uppercase;font-size:10px;font-weight:700}.passphrase-grid select,.password-batch-controls select{border:1px solid var(--color-border);background:#fff;border-radius:9px;min-height:43px;padding-inline:10px}.password-analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.password-analysis-grid article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:11px;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:13px;display:grid}.password-analysis-grid article.is-passed{color:#267452;background:#f1fbf6;border-color:#bde3cf}.password-analysis-grid article.is-failed{color:#9e3434;background:#fff1f1;border-color:#efbcbc}.password-analysis-grid strong,.password-analysis-grid span{display:block}.password-analysis-grid span{color:var(--color-text-secondary);margin-top:3px;font-size:10px}.password-recommendations{border:1px solid var(--color-border);background:#f8f9fc;border-radius:12px;margin-top:13px;padding:15px}.password-recommendations h3{margin:0}.password-recommendations ul{color:var(--color-text-secondary);gap:7px;margin-bottom:0;display:grid}.password-analysis-note{color:#7c641f;background:#fff9e8;border-radius:10px;grid-template-columns:auto minmax(0,1fr);gap:8px;margin-top:10px;padding:12px;font-size:10px;line-height:1.55;display:grid}.password-batch-controls{grid-template-columns:180px minmax(200px,1fr) auto auto;align-items:end;gap:8px;display:grid}.password-batch-controls label{gap:7px;display:grid}.password-batch-controls label>span{color:var(--color-text-secondary);text-transform:uppercase;font-size:10px;font-weight:700}.password-batch-controls button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding-inline:13px;font-weight:700;display:flex}.password-batch-controls button:first-of-type{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.password-batch-list,.password-history-list{gap:7px;margin-top:13px;display:grid}.password-batch-list article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:9px;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;display:grid}.password-batch-list article>span{background:var(--color-primary-soft);width:27px;height:27px;color:var(--color-primary);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.password-batch-list code{white-space:nowrap;overflow:auto}.password-batch-list button,.password-history-list button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:36px;display:flex}.password-history-card>header{align-items:center}.password-history-card>header>div{flex:1}.password-history-card header>button:disabled{opacity:.45;cursor:default}.password-history-list article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:9px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px;display:grid}.password-history-list article>div{min-width:0}.password-history-list span,.password-history-list code{display:block}.password-history-list span{color:var(--color-primary);text-transform:uppercase;font-size:9px;font-weight:750}.password-history-list code{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;overflow:hidden}.password-history-list button{padding-inline:11px}.password-empty-history{border:1px dashed var(--color-border);min-height:150px;color:var(--color-text-secondary);text-align:center;background:#fafbfe;border-radius:11px;align-content:center;place-items:center;gap:7px;display:grid}.password-empty-history strong{color:var(--color-text)}.password-status{border:1px solid var(--color-border);border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:14px;display:grid}.password-status.is-success{color:#267452;background:#eefaf4;border-color:#bde3cf}.password-status.is-error{color:#9e3434;background:#fff1f1;border-color:#efbcbc}.password-status span{color:var(--color-text-secondary);font-size:11px}.password-privacy{color:var(--color-text-secondary);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.password-privacy svg{color:#267452}@media (width<=1000px){.password-strength-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.password-length-presets{grid-template-columns:repeat(4,minmax(0,1fr))}.password-batch-controls{grid-template-columns:1fr 1fr}.password-batch-controls label{grid-column:1/-1}.passphrase-grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.password-studio-header{flex-direction:column;align-items:stretch}.password-mode-switch{grid-template-columns:1fr 1fr;display:grid}.password-clear-button{width:100%}.password-main-card>header,.password-history-card>header{flex-direction:column;align-items:stretch}.password-display{grid-template-columns:minmax(0,1fr) auto}.password-display button:last-child{grid-column:1/-1;min-height:43px}.password-strength-stats,.password-option-grid,.password-analysis-grid,.passphrase-grid,.password-batch-controls{grid-template-columns:1fr}.password-batch-controls label{grid-column:auto}.password-history-list article{grid-template-columns:minmax(0,1fr) auto}.password-history-list article button:first-of-type{grid-column:1/-1}.password-length-presets{grid-template-columns:repeat(4,minmax(0,1fr))}}
