:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:2.2em;line-height:1.1;margin-bottom:1.5rem;color:#646cff}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{background-color:#1a1a1a;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0003;max-width:500px;width:100%}.password-display{display:flex;margin-bottom:1.5rem}#password-output{flex:1;padding:.8rem;font-family:monospace;font-size:1.1rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px 0 0 4px;color:#fff}#copy-button{padding:.8rem 1rem;background-color:#535bf2;color:#fff;border:none;border-radius:0 4px 4px 0;cursor:pointer;transition:background-color .3s}#copy-button:hover{background-color:#4349d8}.options{background-color:#2a2a2a;padding:1.5rem;border-radius:4px;margin-bottom:1.5rem;text-align:left}.length-option{margin-bottom:1.5rem}#password-length{width:100%;margin-top:.5rem;accent-color:#646cff}.character-options{display:grid;gap:.8rem}.option{display:flex;align-items:center;gap:.5rem}input[type=checkbox]{width:18px;height:18px;accent-color:#646cff}#generate-button{background-color:#646cff;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s;width:100%}#generate-button:hover{background-color:#535bf2}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}.container{background-color:#f5f5f5;box-shadow:0 4px 12px #0000001a}h1{color:#535bf2}#password-output{background-color:#fff;border:1px solid #ddd;color:#333}.options{background-color:#fff;border:1px solid #eee}}
