*{padding:0;margin:0;box-sizing:border-box;font-family:Kode Mono,monospace;font-optical-sizing:auto;font-style:normal}.root{width:100vw;height:100vh;background-color:#000}.header{color:#ff0;font-family:Silkscreen,sans-serif;font-weight:400;font-style:normal}.password-field{border:1px solid rgb(0,240,255);border-top-right-radius:14px;border-bottom-left-radius:14px;height:30px;width:60%;color:#fff;overflow:hidden;padding:0 5px}.field{display:flex}.buttons{gap:20px;display:flex}.parts{width:50%}.buttons button{background-color:#ff0;padding:5px}.buttons button:hover,.buttons button:active{border:none;outline:none}input[type=range]{height:23px;-webkit-appearance:none;margin:10px 0;width:60%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:2px;cursor:pointer;animate:.2s;box-shadow:0 0 #000;background:#00f0ff;border-radius:3px;border:0px solid #000000}input[type=range]::-webkit-slider-thumb{box-shadow:0 0 #000;border:1px solid rgb(0,240,255);height:16px;width:16px;border-radius:18px;background:#00f0ff;cursor:pointer;-webkit-appearance:none;margin-top:-7px}input[type=range]:focus::-webkit-slider-runnable-track{background:#00f0ff}input[type=range]::-moz-range-track{width:100%;height:3px;cursor:pointer;animate:.2s;box-shadow:0 0 #000;background:#00f0ff;border-radius:3px;border:0px solid #000000}input[type=range]::-moz-range-thumb{box-shadow:0 0 #000;border:1px solid rgb(0,240,255);height:16px;width:16px;border-radius:18px;background:#a1d0ff;cursor:pointer}input[type=range]::-ms-track{width:100%;height:3px;cursor:pointer;animate:.2s;background:transparent;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:#00f0ff;border:0px solid #000000;border-radius:6px;box-shadow:0 0 #000}input[type=range]::-ms-fill-upper{background:#00f0ff;border:0px solid #000000;border-radius:6px;box-shadow:0 0 #000}input[type=range]::-ms-thumb{margin-top:1px;box-shadow:0 0 #000;border:1px solid rgb(0,240,255);height:16px;width:16px;border-radius:18px;background:#a1d0ff;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:#00f0ff}input[type=range]:focus::-ms-fill-upper{background:#00f0ff}.password-length{color:#fff}.password-specifications{color:#fff;display:grid;row-gap:15px;grid-template-columns:1fr 1fr}.password-history{overflow-x:auto}.password-history::-webkit-scrollbar{width:8px}.password-history::-webkit-scrollbar-track{background:#00f0ff;border-radius:4px}.password-history::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.password-history::-webkit-scrollbar-thumb:hover{background:#555}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;border:1px solid yellow;cursor:pointer;margin-right:5px}input[type=checkbox]:hover{border:2px solid yellow;background:#ff0}input[type=checkbox]:checked{background:#ff0}label:hover{cursor:pointer}li,h2,.clear{color:#fff}.clear{text-align:center;width:max-content;cursor:pointer}.delete-icon{color:#ff0}.footer p{color:#00f0ff}.footer a{color:#ff0;text-decoration:none}.footer a:hover{text-decoration:underline;color:#ff0}.copy{cursor:pointer;color:#ff0}@media screen and (max-width: 600px){.field{flex-direction:column}.parts{width:80%}.password-field{width:100%}.header{text-align:start;display:grid;row-gap:10px;place-content:center}.buttons{display:flex;width:50%;justify-content:space-between}.footer{display:grid;place-content:center;width:80%;margin:0 auto}.password-specifications{margin-bottom:15px}}: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:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
