.password-module__aO5utq__container{max-width:600px;color:var(--foreground);margin:0 auto;padding:2rem 1rem}.password-module__aO5utq__header{text-align:center;margin-bottom:2rem}.password-module__aO5utq__title{background:linear-gradient(135deg, var(--foreground), var(--primary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.password-module__aO5utq__subtitle{color:var(--text-secondary);font-size:1.125rem}.password-module__aO5utq__card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:2rem;padding:2rem;display:flex;box-shadow:0 4px 20px #0000001a}.password-module__aO5utq__passwordDisplay{background:var(--surface-light);border:2px solid var(--border);border-radius:8px;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.password-module__aO5utq__passwordDisplay:focus-within{border-color:var(--primary-color)}.password-module__aO5utq__passwordInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;width:100%;padding:1rem 1.5rem;font-family:monospace;font-size:1.5rem}.password-module__aO5utq__copyButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 1.5rem;transition:all .2s;display:flex}.password-module__aO5utq__copyButton:hover{color:var(--primary-color);background:rgba(var(--primary-color-rgb), .1)}.password-module__aO5utq__strengthContainer{flex-direction:column;gap:.5rem;display:flex}.password-module__aO5utq__strengthHeader{color:var(--text-secondary);justify-content:space-between;font-size:.875rem;display:flex}.password-module__aO5utq__strengthBarBg{background:var(--surface-light);border-radius:4px;height:8px;overflow:hidden}.password-module__aO5utq__strengthBar{border-radius:4px;height:100%;transition:width .3s,background-color .3s}.password-module__aO5utq__options{flex-direction:column;gap:1.5rem;display:flex}.password-module__aO5utq__sliderGroup{flex-direction:column;gap:.75rem;display:flex}.password-module__aO5utq__sliderHeader{justify-content:space-between;align-items:center;font-weight:500;display:flex}.password-module__aO5utq__lengthValue{background:var(--surface-light);border-radius:4px;padding:.25rem .75rem;font-family:monospace;font-size:1.125rem}.password-module__aO5utq__slider{appearance:none;background:var(--border);border-radius:3px;outline:none;width:100%;height:6px}.password-module__aO5utq__slider::-webkit-slider-thumb{appearance:none;background:var(--primary-color);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:background .15s}.password-module__aO5utq__slider::-webkit-slider-thumb:hover{background:var(--primary-color-hover,#2563eb)}.password-module__aO5utq__checkboxGroup{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.password-module__aO5utq__checkboxGroup{grid-template-columns:1fr}}.password-module__aO5utq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--foreground);align-items:center;gap:.75rem;display:flex}.password-module__aO5utq__checkboxLabel input{display:none}.password-module__aO5utq__checkmark{border:2px solid var(--border);border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.password-module__aO5utq__checkboxLabel input:checked~.password-module__aO5utq__checkmark{background:var(--primary-color);border-color:var(--primary-color)}.password-module__aO5utq__checkboxLabel input:checked~.password-module__aO5utq__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;margin-bottom:2px;transform:rotate(45deg)}.password-module__aO5utq__generateButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.password-module__aO5utq__generateButton:hover{background:var(--primary-color-hover,#2563eb);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.password-module__aO5utq__generateButton:active{transform:translateY(0)}
