*{box-sizing:border-box}body{font-family:roboto condensed,sans-serif;background-color:#ff9068;color:#36322e;font-size:1.1rem;min-height:100vh;background-repeat:no-repeat;background-size:cover;background-color:#212121}h1{color:#fd746c;text-align:center;font-size:3.5rem}@supports (-webkit-background-clip: text){h1{background:linear-gradient(to top,#ff9068,#fd746c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}}button{cursor:pointer}.container{background-color:#36322e;border:1px solid #fd746c;color:#faebd7;padding:2rem 1rem;max-width:30rem;min-width:15rem;margin:4rem auto;border-radius:.3rem;box-shadow:0 0 5px #ff9068;display:flex;flex-direction:column;align-items:center;gap:1rem}#password{padding:.5rem .75rem;font-family:inherit;font-size:1.5rem;border:.01rem solid #ff9068;border-radius:.3rem;color:#a044ff;text-align:center;background-color:#212121}#password:focus-visible,#password:focus-within{outline:.05rem solid #a044ff}.settings{display:flex;flex-direction:column;gap:1rem;margin-block:.5rem}.settings h2{color:#fd746c;text-align:center;font-weight:500;font-size:1.4rem}.strength-visualizer{background-color:#212121;border-radius:.3rem;height:4rem;width:10rem;display:flex;gap:.3rem;padding:.3rem}.strength-visualizer .item{height:100%;width:25%;border-radius:.3rem}.strength-visualizer.strong .item{background-color:#f8b55f}.strength-visualizer.medium .item:first-of-type,.strength-visualizer.medium .item:nth-of-type(2){background-color:#ff9068}.strength-visualizer.weak .item:first-of-type{background-color:#fd746c}label[for=password]{display:flex;align-items:center;gap:.75rem}.copy{position:relative;display:inline}.copy button{z-index:1;position:relative;width:1.6rem;aspect-ratio:1;border-radius:50%;background:url("data:image/svg+xml,%3csvg%20fill='%23ff9068'%20viewBox='0%200%201920%201920'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M1468.183%20451.76v1468.184H0V451.76h1468.183ZM1920%200v1468.296h-338.812V338.812H451.704V0H1920ZM338.812%201016.446h790.56V903.509h-790.56v112.937Zm0%20225.874h564.686v-112.937H338.812v112.937Zm0%20225.988h790.56v-113.05h-790.56v113.05Z'%20fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;background-size:1rem;background-position:center;border:none}.copy button:hover{background:url("data:image/svg+xml,%3csvg%20fill='%23ff9068'%20viewBox='0%200%201920%201920'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M1468.183%20451.76v1468.184H0V451.76h1468.183ZM1920%200v1468.296h-338.812V338.812H451.704V0H1920ZM338.812%201016.446h790.56V903.509h-790.56v112.937Zm0%20225.874h564.686v-112.937H338.812v112.937Zm0%20225.988h790.56v-113.05h-790.56v113.05Z'%20fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat,#212121;background-size:1rem;background-position:center}.alert{position:absolute;top:-80%;left:50%;transform:translate(-50%);opacity:0;z-index:0;font-size:.9rem}.alert.show{display:block;animation:alert 1s forwards;opacity:1}@keyframes alert{to{transform:translate(-50%,-25px);opacity:0}}input[type=checkbox]{accent-color:#a044ff;cursor:pointer}input[type=number]{background-color:#212121;background-color:transparent}.checkboxes{display:flex;flex-wrap:wrap;gap:1.5rem;margin-block-end:1rem}.length{display:flex;justify-content:space-between}.length input{border:none;border-bottom:.1rem solid;font-weight:600;font-size:1.1rem;width:4rem;color:#a044ff}button[type=submit]{border:none;font-size:1.3rem;color:#ece9e9;padding:.5rem 1.5rem;margin-block-start:1rem;border:.1rem solid #a044ff;background:transparent;color:#a044ff;box-shadow:.4rem .3rem,0 0 5px #a044ff;transition:.4s;border-radius:.3rem}button[type=submit]:hover{box-shadow:0 0 5px #a044ff;background-color:#a044ff;color:#36322e}
