.password-display{background:var(--bg-secondary);border:2px solid rgba(var(--primary-rgb), .2);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.password-field{align-items:stretch;gap:.75rem;margin-bottom:1.25rem;display:flex}.password-value{letter-spacing:.01em;border:2px solid rgba(var(--primary-rgb), .3);background:var(--bg);color:var(--text);white-space:nowrap;border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:60px;padding:1rem .75rem;font-family:Courier New,monospace;font-size:.85rem;font-weight:600;display:flex;overflow:hidden}.toggle-visibility{border:2px solid rgba(var(--primary-rgb), .3);cursor:pointer;background:var(--bg);width:50px;min-width:50px;height:60px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;padding:0;transition:border-color .2s,color .2s,background .2s;display:flex}.toggle-visibility:hover{border-color:rgba(var(--primary-rgb), .5);color:var(--primary);background:var(--primary-soft)}.toggle-visibility:focus{outline:var(--focus-ring)}.toggle-visibility:active{background:rgba(var(--primary-rgb), .12)}.strength-bar{background:var(--border);border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.strength-fill{border-radius:4px;height:100%;transition:width .3s,background-color .3s}.strength-label{text-align:center;font-size:.9rem;font-weight:600;display:block}.strength-breakdown-placeholder{box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:8px;min-height:80px;margin-top:.75rem;transition:border-color .2s,background .2s}.strength-breakdown-placeholder.has-errors{border-color:var(--border);background:var(--bg);min-height:80px}.strength-breakdown-placeholder:not(.has-errors){min-height:0;margin-top:0}.strength-breakdown{grid-template-columns:1fr 1fr;align-content:start;gap:.4rem 1rem;padding:.75rem;display:grid}.strength-factor{flex:calc(50% - .5rem);align-items:center;gap:.4rem;min-width:0;font-size:.8rem;display:flex}.strength-factor__icon{flex-shrink:0;font-size:.85rem;line-height:1}.strength-factor__text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.strength-factor.passed .strength-factor__icon{color:var(--success)}.strength-factor.failed .strength-factor__icon{color:var(--error)}.strength-factor__text{color:var(--text-secondary)}.strength-factor.passed .strength-factor__text{color:var(--text)}.password-actions{grid-template-columns:1fr 1fr 1fr;gap:.75rem;display:grid}.password-action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.25rem;min-width:0;height:48px;margin:0;padding:0 1rem;font-size:.95rem;font-weight:500;transition:background .2s,transform .1s;display:inline-flex}.password-action-btn:active{transform:scale(.98)}.password-action-btn:disabled{opacity:.5;cursor:not-allowed}.password-action-btn.generate-btn,.password-action-btn.copy-btn,.password-action-btn.dictate-btn{background:var(--primary);color:#fff}.password-action-btn.dictate-btn.speaking{background:var(--error)}[data-theme=light] .password-action-btn.generate-btn,[data-theme=light] .password-action-btn.copy-btn,[data-theme=light] .password-action-btn.dictate-btn{color:#fff;background:#374151}[data-theme=light] .password-action-btn.dictate-btn.speaking{background:#dc2626}[data-theme=dark] .password-action-btn.generate-btn,[data-theme=dark] .password-action-btn.copy-btn,[data-theme=dark] .password-action-btn.dictate-btn{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#2563eb 100%);border-color:#0000}[data-theme=dark] .password-action-btn.dictate-btn.speaking{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-color:#0000}[data-theme=dark] .password-action-btn.generate-btn:hover,[data-theme=dark] .password-action-btn.copy-btn:hover,[data-theme=dark] .password-action-btn.dictate-btn:hover{background:linear-gradient(135deg,#4338ca 0%,#1d4ed8 100%)}[data-theme=dark] .password-action-btn.dictate-btn.speaking:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%)}.settings-panel{background:var(--bg-secondary);border:2px solid var(--border);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.length-label{color:var(--text);font-size:.95rem;font-weight:600}.length-value{font-variant-numeric:tabular-nums;letter-spacing:0;color:var(--primary);font-family:inherit;font-weight:500}.length-formatted{color:var(--text-secondary);margin-left:.5rem;font-weight:400}.length-slider{background:var(--border);appearance:none;border-radius:4px;outline:none;width:100%;max-width:100%;height:8px}.length-slider::-webkit-slider-runnable-track{border-radius:4px;height:8px}.length-slider::-moz-range-track{border-radius:4px;height:8px}.length-slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:grab;z-index:1;border:2px solid var(--bg-elevated);border-radius:50%;width:20px;height:20px;position:relative;box-shadow:0 4px 10px -6px #0f172a66}.length-slider::-moz-range-thumb{background:var(--primary);cursor:grab;z-index:1;border:2px solid var(--bg-elevated);box-sizing:border-box;border-radius:50%;width:20px;height:20px;position:relative;box-shadow:0 4px 10px -6px #0f172a66}.length-ticks{justify-content:space-between;width:100%;margin-top:.5rem;display:flex}.length-ticks span{color:var(--text-secondary);font-size:.85rem}.options-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.checkbox-label{cursor:pointer;background:var(--bg);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;transition:border-color .2s,background .2s;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary);flex-shrink:0}.checkbox-label span{color:var(--text);font-size:.95rem;line-height:1.35}.field{margin-bottom:1rem}.field:last-child{margin-bottom:0}.field label{color:var(--text);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.field input[type=text]{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;padding:.7rem .9rem;font-size:.9rem;transition:border-color .2s}.field input[type=text]::placeholder{color:var(--text-secondary)}.field input[type=text]:focus{border-color:var(--primary);box-shadow:var(--focus-ring);outline:none}@media (width<=768px){.password-value{white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:left;justify-content:flex-start;align-items:flex-start;line-height:1.35}.password-actions{grid-template-columns:1fr}}.password-generator-page{--password-orange:#ff8a00;--password-orange-light:#ffb43a;--password-blue:#34b7ff;--password-purple:#c678ff;--password-panel:#070a0ed6;--password-panel-strong:#0c0e13eb;--password-border:#ff8a0047;--password-border-strong:#ff8a0080;--password-muted:#a9b0bb;width:100%;max-width:none;padding-top:0}.password-page-hero{gap:.35rem;margin-bottom:1.25rem;display:grid}.password-page-hero h1{color:#f8fafc;letter-spacing:0;text-shadow:0 12px 34px #0000006b;margin:0;font-size:clamp(2rem,1.5rem + 1.5vw,3rem);font-weight:800}.password-page-hero p{color:#b8c0cc;max-width:680px;margin:0;font-size:1rem;line-height:1.55}.password-generator-layout{grid-template-columns:minmax(0,1fr) minmax(280px,330px);align-items:start;gap:1.25rem;display:grid}.password-generator-main{min-width:0}.password-display,.settings-panel,.password-history-card,.password-security-card,.password-generator-page .tool-description-section{border:1px solid var(--password-border);background:radial-gradient(520px 260px at 18% 0%, #ff8a001f, transparent 70%), linear-gradient(180deg, var(--password-panel-strong), var(--password-panel));-webkit-backdrop-filter:blur(18px);border-radius:8px;box-shadow:inset 0 1px #ffffff0b,inset 0 0 42px #ff8a0006,0 24px 64px -46px #000000f5,0 0 28px #ff8a000e}.password-display{margin-bottom:1.15rem;padding:clamp(1rem,1.8vw,1.55rem);position:relative;overflow:hidden}.password-display:before,.settings-panel:before,.password-history-card:before,.password-security-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffb43a73,#0000);height:1px;position:absolute;inset:0 0 auto}.password-field{gap:.75rem;margin-bottom:1rem;position:relative}.password-value{border:1px solid var(--password-border);color:#f8fafc;letter-spacing:.035em;background:linear-gradient(#ffffff09,#ffffff03),#03060ac2;border-radius:8px;min-height:70px;padding:1rem 1.15rem;font-size:clamp(1.05rem,.72rem + .78vw,1.42rem);font-weight:650;box-shadow:inset 0 1px #ffffff0b,0 0 22px #ff8a0014}.toggle-visibility{border:1px solid var(--password-border);color:#d8dee8;background:linear-gradient(#ffffff09,#ffffff03),#03060ab3;border-radius:8px;width:64px;min-width:64px;height:70px;min-height:70px;box-shadow:inset 0 1px #ffffff0b}.toggle-visibility:hover{border-color:var(--password-border-strong);color:var(--password-orange-light);background:linear-gradient(#ff8a001f,#ffffff04),#070a0edb;box-shadow:inset 0 1px #ffffff0f,0 0 22px #ff8a0021}.strength-indicator{margin-bottom:1.25rem}.strength-bar{background:#03060ad1;border:1px solid #ff8a001f;border-radius:999px;height:10px;box-shadow:inset 0 1px 2px #00000073}.strength-fill{border-radius:999px;position:relative;box-shadow:0 0 18px}.strength-label{text-shadow:0 0 16px;margin-top:.6rem;font-weight:760}.password-actions{gap:.75rem}.password-action-btn,.password-actions .copy-btn.password-action-btn{--password-action-accent-rgb:52, 183, 255;--password-action-accent:rgb(var(--password-action-accent-rgb));--password-action-text:#f8fafc;--password-action-icon-bg:rgba(var(--password-action-accent-rgb), .11);isolation:isolate;border:1px solid rgba(var(--password-action-accent-rgb), .36);height:auto;min-height:72px;color:var(--password-action-text);text-align:left;box-shadow:inset 0 1px 0 #ffffff0f, inset 0 0 18px rgba(var(--password-action-accent-rgb), .035), 0 16px 36px -32px #000000f5, 0 0 18px rgba(var(--password-action-accent-rgb), .08);-webkit-backdrop-filter:blur(12px);transition:transform var(--transition-fast) ease, border-color var(--transition-fast) ease, background var(--transition-fast) ease, box-shadow var(--transition-fast) ease, color var(--transition-fast) ease;background:linear-gradient(#ffffff0f,#ffffff04),#03060aa8;border-radius:8px;justify-content:flex-start;gap:.75rem;padding:.85rem 1rem;font-size:1rem;font-weight:760;position:relative;overflow:hidden}.password-action-btn:before{content:"";z-index:-1;opacity:.62;background:radial-gradient(170px 90px at 12% 10%, rgba(var(--password-action-accent-rgb), .2), transparent 72%), linear-gradient(180deg, rgba(var(--password-action-accent-rgb), .09), rgba(var(--password-action-accent-rgb), .018));transition:opacity var(--transition-fast) ease;position:absolute;inset:0}.password-action-btn svg{box-sizing:content-box;background:linear-gradient(180deg, #ffffff13, #ffffff05), var(--password-action-icon-bg);width:26px;height:26px;color:var(--password-action-accent);box-shadow:inset 0 1px 0 #ffffff13, 0 0 14px rgba(var(--password-action-accent-rgb), .12);border-radius:8px;flex:none;padding:.56rem}.password-action-btn.generate-btn{--password-action-accent-rgb:52, 183, 255;--password-action-text:#edf8ff}.password-action-btn.copy-btn{--password-action-accent-rgb:255, 160, 40;--password-action-text:#fff5e4}.password-action-btn.dictate-btn{--password-action-accent-rgb:190, 128, 255;--password-action-text:#f2e7ff}[data-theme=light] .password-action-btn.generate-btn,[data-theme=dark] .password-action-btn.generate-btn{--password-action-accent-rgb:52, 183, 255;--password-action-text:#edf8ff}[data-theme=light] .password-action-btn.copy-btn,[data-theme=dark] .password-action-btn.copy-btn{--password-action-accent-rgb:255, 160, 40;--password-action-text:#fff5e4}[data-theme=light] .password-action-btn.dictate-btn,[data-theme=dark] .password-action-btn.dictate-btn{--password-action-accent-rgb:190, 128, 255;--password-action-text:#f2e7ff}.password-action-btn:hover,.password-actions .copy-btn.password-action-btn:hover{border-color:rgba(var(--password-action-accent-rgb), .56);box-shadow:inset 0 1px 0 #ffffff13, inset 0 0 22px rgba(var(--password-action-accent-rgb), .048), 0 18px 38px -32px #000000fa, 0 0 24px rgba(var(--password-action-accent-rgb), .14);background:linear-gradient(#ffffff15,#ffffff05),#05080cc2;transform:translateY(-1px)}.password-action-btn:hover:before{opacity:.84}.password-action-btn:active,.password-actions .copy-btn.password-action-btn:active{border-color:rgba(var(--password-action-accent-rgb), .46);box-shadow:inset 0 1px 0 #ffffff0d, inset 0 0 16px rgba(var(--password-action-accent-rgb), .035), 0 12px 28px -26px #000000f5, 0 0 14px rgba(var(--password-action-accent-rgb), .1);background:linear-gradient(#ffffff0e,#ffffff03),#03060ab8;transform:translateY(0)}.password-action-btn:focus-visible,.password-actions .copy-btn.password-action-btn:focus-visible{border-color:rgba(var(--password-action-accent-rgb), .72);box-shadow:0 0 0 3px rgba(var(--password-action-accent-rgb), .18), inset 0 1px 0 #ffffff13, 0 0 24px rgba(var(--password-action-accent-rgb), .18);outline:none}.password-action-btn:disabled{opacity:.52}.password-action-btn:disabled:hover{transform:none}.password-action-btn.dictate-btn.speaking{--password-action-accent-rgb:190, 128, 255;--password-action-text:#f2e7ff}[data-theme=light] .password-action-btn.generate-btn,[data-theme=light] .password-action-btn.copy-btn,[data-theme=light] .password-action-btn.dictate-btn,[data-theme=dark] .password-action-btn.generate-btn,[data-theme=dark] .password-action-btn.copy-btn,[data-theme=dark] .password-action-btn.dictate-btn{border-color:rgba(var(--password-action-accent-rgb), .36);color:var(--password-action-text);background:linear-gradient(#ffffff0f,#ffffff04),#03060aa8}[data-theme=light] .password-action-btn.dictate-btn.speaking,[data-theme=dark] .password-action-btn.dictate-btn.speaking{--password-action-accent-rgb:190, 128, 255;--password-action-text:#f2e7ff;border-color:rgba(var(--password-action-accent-rgb), .36);color:var(--password-action-text);background:linear-gradient(#ffffff0f,#ffffff04),#03060aa8}[data-theme=light] .password-action-btn.generate-btn:hover,[data-theme=light] .password-action-btn.copy-btn:hover,[data-theme=light] .password-action-btn.dictate-btn:hover,[data-theme=light] .password-action-btn.dictate-btn.speaking:hover,[data-theme=dark] .password-action-btn.generate-btn:hover,[data-theme=dark] .password-action-btn.copy-btn:hover,[data-theme=dark] .password-action-btn.dictate-btn:hover,[data-theme=dark] .password-action-btn.dictate-btn.speaking:hover{border-color:rgba(var(--password-action-accent-rgb), .56);box-shadow:inset 0 1px 0 #ffffff13, inset 0 0 22px rgba(var(--password-action-accent-rgb), .048), 0 18px 38px -32px #000000fa, 0 0 24px rgba(var(--password-action-accent-rgb), .14);background:linear-gradient(#ffffff15,#ffffff05),#05080cc2}.settings-panel{margin-bottom:0;padding:clamp(1rem,1.8vw,1.55rem);position:relative;overflow:hidden}.settings-panel>.field:first-child{margin-bottom:1.4rem}.length-label,.field label{color:#eef3fb}.length-value{color:var(--password-orange-light);font-weight:760}.length-formatted,.length-ticks span{color:var(--password-muted)}.length-slider-container{margin:.95rem 0 2rem}.length-slider{background:linear-gradient(90deg,#ff8a00e0,#ffb43a47),#03060ad1;border:1px solid #ff8a0024;border-radius:999px;height:10px;box-shadow:inset 0 1px 2px #00000070}.length-slider::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:10px}.length-slider::-moz-range-track{background:0 0;border-radius:999px;height:10px}.length-slider::-webkit-slider-thumb{background:linear-gradient(#ffbf45,#ff8300);border-color:#130b04;width:24px;height:24px;margin-top:-7px;box-shadow:0 0 0 4px #ff8a0029,0 0 20px #ff8a0052}.length-slider::-moz-range-thumb{background:linear-gradient(#ffbf45,#ff8300);border-color:#130b04;width:24px;height:24px;box-shadow:0 0 0 4px #ff8a0029,0 0 20px #ff8a0052}.length-ticks{width:100%;height:1.25rem;margin-top:.65rem;display:block;position:relative}.length-ticks span{top:0;left:var(--tick-position,0%);font-size:.85rem;line-height:1;position:absolute;transform:translate(-50%)}.length-ticks span:first-child{--tick-position:0%;transform:none}.length-ticks span:nth-child(2){--tick-position:17.241%}.length-ticks span:nth-child(3){--tick-position:44.828%}.length-ticks span:nth-child(4){--tick-position:100%;transform:translate(-100%)}.options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.1rem 0}.checkbox-label{background:linear-gradient(#ffffff09,#ffffff03),#03060a94;border-color:#ff8a002e;border-radius:8px;grid-template-columns:44px minmax(0,1fr) 46px;align-items:center;gap:.75rem;min-height:66px;padding:.62rem .72rem;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0a}.checkbox-label:before{content:"Aa";width:42px;height:42px;color:var(--password-orange-light);background:#ff8a0012;border:1px solid #ff8a0038;border-radius:8px;place-items:center;font-size:1.1rem;font-weight:780;display:grid;box-shadow:0 0 18px #ff8a0014}.checkbox-label:nth-child(2):before{content:"AA"}.checkbox-label:nth-child(3):before{content:"09"}.checkbox-label:nth-child(4):before{content:"!@#";font-size:.95rem}.checkbox-label:nth-child(5):before{content:"0/O";font-size:.9rem}.checkbox-label:nth-child(6):before{content:"####";font-size:.8rem}.checkbox-label:hover{border-color:var(--password-border-strong);background:linear-gradient(#ff8a0017,#ffffff04),#070a0ec2}.checkbox-label span{color:#f1f5f9;font-size:.9rem;font-weight:650}.checkbox-label input[type=checkbox]{appearance:none;background:#ffffff1f;border:1px solid #ffffff1f;border-radius:999px;order:3;width:44px;height:24px;margin:0;box-shadow:inset 0 1px 3px #00000073}.checkbox-label input[type=checkbox]:before{content:"";width:18px;height:18px;transition:transform var(--transition-fast) ease, background var(--transition-fast) ease, box-shadow var(--transition-fast) ease;background:#aeb6c2;border-radius:50%;margin:2px;display:block}.checkbox-label input[type=checkbox]:checked{background:#ff8a0038;border-color:#ffb43a70}.checkbox-label input[type=checkbox]:checked:before{background:linear-gradient(#ffbf45,#ff8300);transform:translate(20px);box-shadow:0 0 14px #ff8a0057}.checkbox-label input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px #ff8a0033,inset 0 1px 3px #00000073}.settings-panel .field input[type=text]{color:#f7f8fb;background:linear-gradient(#ffffff08,#ffffff03),#03060ab8;border-color:#ff8a002e;border-radius:8px;min-height:52px;box-shadow:inset 0 1px #ffffff0b}.settings-panel .field input[type=text]:focus{border-color:#ffb43ad1;box-shadow:0 0 0 3px #ff8a0033,0 0 24px #ff8a001f}.password-generator-side{align-self:start;gap:.75rem;min-width:0;display:grid}.password-history-card{padding:.95rem;position:relative;overflow:hidden}.password-history-card__heading{color:var(--password-orange-light);align-items:center;gap:.65rem;margin-bottom:.7rem;display:flex}.password-history-card__heading h2{color:var(--password-orange-light);letter-spacing:0;margin:0;font-size:1rem;font-weight:780}.password-history-list{scrollbar-gutter:stable;flex-direction:column;gap:.42rem;max-height:clamp(168px,24vh,224px);margin:0;padding:0 .15rem 0 0;list-style:none;display:flex;overflow:hidden auto}.password-history-item{background:linear-gradient(#ffffff09,#ffffff03),#03060a85;border:1px solid #ff8a0024;border-radius:8px;flex:none;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:.45rem;min-width:0;min-height:48px;padding:.42rem;display:grid}.password-history-marker{width:24px;height:24px;color:var(--password-orange-light);background:#ff8a0012;border:1px solid #ff8a002e;border-radius:8px;place-items:center;font-size:.72rem;font-weight:780;display:grid}.password-history-value{color:#f7f8fb;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.84rem;line-height:1.25;overflow:hidden}.password-history-actions{align-items:center;gap:.25rem;display:flex}.password-history-icon-btn{color:#ffd08a;background:linear-gradient(#ffffff0d,#ffffff04),#03060a9e;border:1px solid #ff8a0038;border-radius:8px;place-items:center;width:30px;height:30px;padding:0;display:inline-grid;box-shadow:inset 0 1px #ffffff0d}.password-history-icon-btn:hover,.password-history-icon-btn.is-copied{color:var(--password-orange-light);background:linear-gradient(#ff8a0026,#ffffff04),#070a0ec7;border-color:#ffb43a80;box-shadow:0 0 18px #ff8a001f}.password-history-icon-btn--delete{color:#f8b4bf;border-color:#fb718538}.password-history-icon-btn--delete:hover{color:pink;background:linear-gradient(#fb71851f,#ffffff04),#070a0ec2;border-color:#fb71856b;box-shadow:0 0 18px #fb71851a}.password-history-empty{color:var(--password-muted);text-align:center;background:#03060a61;border:1px dashed #ff8a0038;border-radius:8px;margin:0;padding:.9rem .75rem;font-size:.9rem;line-height:1.45}.password-history-footer{gap:.45rem;margin-top:.65rem;display:grid}.password-history-feedback{min-height:1rem;color:var(--password-orange-light);margin:0;font-size:.78rem;line-height:1.2}.password-history-feedback--error{color:#f8b4bf}.password-history-clear{color:#f8b4bf;background:linear-gradient(#fb718514,#ffffff04),#03060a94;border:1px solid #fb71853d;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;width:100%;min-height:38px;padding:.58rem .75rem;font-size:.9rem;font-weight:720;display:inline-flex}.password-history-clear:hover:not(:disabled){color:pink;background:linear-gradient(#fb718521,#ffffff04),#070a0ec2;border-color:#fb71856b}.password-history-clear:disabled{cursor:not-allowed;opacity:.46}.password-security-card{align-self:start;padding:.95rem;position:relative;top:auto;overflow:hidden}.password-security-card__heading{color:var(--password-orange-light);align-items:center;gap:.65rem;margin-bottom:.7rem;display:flex}.password-security-card__heading h2{color:var(--password-orange-light);letter-spacing:0;margin:0;font-size:1rem;font-weight:780}.password-security-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.password-security-list li{background:#03060a80;border:1px solid #ff8a0024;border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:.55rem;padding:.55rem;display:grid}.password-security-list svg{box-sizing:content-box;width:18px;height:18px;color:var(--password-orange-light);background:#ff8a0012;border:1px solid #ff8a0033;border-radius:8px;padding:.42rem;box-shadow:0 0 18px #ff8a001a}.password-security-list span{color:#c2cad6;font-size:.82rem;line-height:1.35}.password-generator-page .tool-description-section{width:100%;margin-top:0}.password-generator-page .tool-description-section h2,.password-generator-page .tool-description-section h3,.password-generator-page .tool-description-section h4{color:#f8fafc!important}.password-generator-page .tool-description-section p,.password-generator-page .tool-description-section li{color:#aeb6c2!important}.password-generator-page .tool-description-faq-item{background:#03060a8f;border-color:#ff8a0029;border-radius:8px}@media (width>=1101px){.password-generator-layout{align-items:stretch}.password-generator-main{align-self:start}.password-generator-side{flex-direction:column;align-self:stretch;height:100%;min-height:0;display:flex;overflow:hidden}.password-history-card{flex:1 1 0;grid-template-rows:auto minmax(0,1fr) auto;gap:.65rem;min-height:0;display:grid}.password-history-card__heading{margin-bottom:0}.password-history-list{height:100%;min-height:0;max-height:none}.password-history-empty{place-items:center;min-height:0;display:grid}.password-history-footer{margin-top:0}.password-security-card{flex:none;align-content:start;align-self:stretch}}@media (width<=1100px){.password-generator-layout{grid-template-columns:1fr;align-items:start}.password-generator-side{height:auto;overflow:visible}.password-generator-page.premium-tool-page .password-security-card.tool-page-panel{flex:none;max-height:none;position:relative;top:auto;overflow:hidden}.password-security-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.password-generator-page{padding-inline:1rem}.password-field{align-items:stretch}.password-value{min-height:64px}.toggle-visibility{width:58px;min-width:58px;height:auto}.options-grid,.password-security-list{grid-template-columns:1fr}.checkbox-label{grid-template-columns:42px minmax(0,1fr) 44px}}
