.footer{padding:20px;margin-top:auto;justify-content:center}.footer,.footer-content{width:100%;display:flex;align-items:center}.footer-content{flex-direction:column;gap:20px;max-width:600px}.theme-switcher{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:4px;gap:4px;box-shadow:0 4px 20px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1)}.theme-btn,.theme-switcher{display:flex;align-items:center}.theme-btn{justify-content:center;width:36px;height:36px;border:none;background:transparent;color:hsla(0,0%,100%,.6);border-radius:50%;cursor:pointer;transition:all .3s ease;position:relative}.theme-btn svg{width:18px;height:18px}.theme-btn:hover{color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.1)}.theme-btn.active{background:var(--theme-switcher-active,#007bff);color:#fff;box-shadow:0 2px 10px rgba(0,123,255,.3)}.footer-credits{display:flex;align-items:center;gap:5px;font-size:14px;color:hsla(0,0%,100%,.8);font-family:var(--font-inter),system-ui,sans-serif}.heart-icon{color:#ff4757;animation:heartbeat 1.5s ease-in-out infinite;width:16px;height:16px}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer-link{color:#007bff;text-decoration:none;font-weight:600;transition:color .3s ease;position:relative}.footer-link:hover{color:#0056b3}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#007bff;transition:width .3s ease}.footer-link:hover:after{width:100%}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}[data-theme=light] .theme-switcher{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1)}[data-theme=light] .theme-btn{color:rgba(0,0,0,.6)}[data-theme=light] .theme-btn:hover{color:rgba(0,0,0,.9);background:rgba(0,0,0,.05)}[data-theme=light] .footer-credits{color:rgba(0,0,0,.8)}.page_page__ZU32B{min-height:100vh;justify-content:space-between}.page_main__GlU4n,.page_page__ZU32B{display:flex;flex-direction:column;width:100%;align-items:center}.page_main__GlU4n{gap:32px;flex:1 1;justify-content:center}.the-generator{width:96vw;display:flex;flex-direction:column;align-items:center;padding:2em 1em;margin:2em 1em;border-radius:10px;background:var(--card-bg);box-shadow:0 8px 30px rgba(0,0,0,.5);text-align:center;color:var(--text-primary);transition:background .3s ease,color .3s ease}.the-password{display:flex;align-items:center;justify-content:space-between;margin:20px 0;border-radius:8px;background:var(--card-secondary);color:var(--text-secondary);transition:background .3s ease}.the-password,.the-password input{width:100%;padding:10px;position:relative}.the-password input{font-size:12px;font-weight:700;letter-spacing:.5px;color:var(--text-primary);border:none;outline:none;background-color:transparent;border-radius:5px}.the-password input::placeholder{font-size:12px;color:#888}.the-password .copy-button{display:flex;justify-content:center;align-items:center;gap:6px;padding:.6em 1em;border:none;background-color:#007bff;color:#fff;border-radius:5px;cursor:pointer;font-family:var(--font-inter),system-ui,sans-serif;font-size:13px;font-weight:500;white-space:nowrap;transition:all .2s ease}.the-password .copy-button svg{width:14px;height:14px}.the-password button:hover{background-color:#0056b3}.the-password button:disabled{opacity:.5;cursor:not-allowed}.copy-button.copied{background-color:#28a745!important;animation:pulse .3s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.loading-spinner{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}.spin{animation:spin 1s linear infinite;width:20px;height:20px;color:var(--text-secondary)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.the-password input.generating{opacity:.6;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.6}50%{opacity:.3}}.inline-icon{display:inline-block;margin-right:8px;vertical-align:middle;width:16px;height:16px}.password-strength{width:100%;margin:15px 0;padding:15px;background:var(--card-secondary);border-radius:8px;animation:fadeIn .3s ease;opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.strength-label{font-size:12px;color:var(--text-secondary);margin-bottom:8px}.strength-meter{width:100%;height:8px;background:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden;margin-bottom:8px}.strength-bar{height:100%;border-radius:4px;transition:width .3s ease,background .3s ease}.strength-bar.weak{width:33%;background:linear-gradient(90deg,#dc3545,#ff6b6b)}.strength-bar.medium{width:66%;background:linear-gradient(90deg,#ffc107,#ffcd38)}.strength-bar.strong{width:100%;background:linear-gradient(90deg,#28a745,#4caf50)}.strength-text{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.strength-text.weak{color:#ff6b6b}.strength-text.medium{color:#ffcd38}.strength-text.strong{color:#4caf50}.the-length{width:100%;display:flex;flex-direction:column;gap:1em;align-items:center;margin-bottom:20px}.the-length .length h6{font-size:13px}.the-length input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;background:#f8f8f8;border-radius:1em;outline:none;opacity:.8;transition:opacity .2s}.the-length input[type=range]:hover{opacity:1}.the-length input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#007bff;cursor:pointer;border-radius:50%}.the-length input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#007bff;cursor:pointer;border-radius:50%}.the-length input[type=range]::-ms-thumb{width:20px;height:20px;background:#007bff;cursor:pointer;border-radius:50%}div.length{display:flex;align-items:center;width:100%}.slider-label{flex:1 1;font-size:16px}.slider{width:100%;flex:2 1}div.settings-title{display:flex;align-items:center;width:100%;margin-top:20px;margin-bottom:10px}div.settings-title h6{font-size:11px;color:#a3a3a3}.options{min-width:100%;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-bottom:20px;align-content:center}.option{margin:10px;background:var(--card-secondary);padding:1em;border-radius:.5em;transition:background .3s ease}.option,.option label{width:100%;display:flex;align-items:center}.option label{justify-content:space-between}.option input[type=checkbox]{display:none}.option input[type=checkbox]+.toggle{position:relative;display:inline-block;width:40px;height:20px;background-color:#ccc;border-radius:20px;cursor:pointer;transition:background-color .2s}.option input[type=checkbox]+.toggle:before{content:"";position:absolute;width:18px;height:18px;background-color:#fff;border-radius:50%;top:1px;left:1px;transition:transform .2s}.option input[type=checkbox]:checked+.toggle{background-color:#007bff}.option input[type=checkbox]:checked+.toggle:before{transform:translateX(20px)}.null-settings-error-message{color:red;font-size:11px}.generate{width:100%;font-family:var(--font-inter),system-ui,sans-serif;margin:1em;padding:1em 2em;border:none;background:linear-gradient(90deg,#007bff,#0056b3);color:#fff;border-radius:9999px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:1.5px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px}.generate:hover:not(:disabled){background:linear-gradient(90deg,#0056b3,#007bff);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.generate:disabled{cursor:not-allowed;opacity:.7;background:linear-gradient(90deg,#6c757d,#5a6268)}.generate:active:not(:disabled){transform:translateY(0)}@media (min-width:768px){.the-generator{width:50vw;padding:2.5em 1.5em}.the-password input{font-size:16px}}@media (min-width:1024px){.the-generator{width:60vw;padding:3em 2em}.the-password input{font-size:22px}}[data-theme=light] .the-generator{box-shadow:0 8px 30px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05)}[data-theme=light] .the-password input::placeholder{color:#9ca3af}[data-theme=light] .option input[type=checkbox]+.toggle{background-color:#d1d5db}[data-theme=light] .option input[type=checkbox]:checked+.toggle{background-color:#3b82f6}[data-theme=light] .the-length input[type=range]{background:#e5e7eb}[data-theme=light] .the-length input[type=range]::-webkit-slider-thumb{background:#3b82f6}[data-theme=light] .the-length input[type=range]::-moz-range-thumb{background:#3b82f6}[data-theme=light] .the-length input[type=range]::-ms-thumb{background:#3b82f6}[data-theme=light] .generate{background:linear-gradient(90deg,#3b82f6,#2563eb)}[data-theme=light] .generate:hover:not(:disabled){background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 4px 12px rgba(59,130,246,.3)}[data-theme=light] .generate:disabled{background:linear-gradient(90deg,#9ca3af,#6b7280)}[data-theme=light] .copy-button{background-color:#3b82f6!important}[data-theme=light] .copy-button:hover{background-color:#2563eb!important}[data-theme=light] .strength-meter{background:rgba(0,0,0,.05)}[data-theme=light] div.settings-title h6{color:#6b7280}