*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.container{animation:fadeIn .5s ease-in;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:600px;padding:40px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.5em;margin-bottom:10px;text-align:center}.subtitle{color:#666;font-size:.95em;margin-bottom:30px;text-align:center}.output-section{align-items:center;display:flex;gap:10px;margin-bottom:30px}.random-string-display{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;color:#333;display:flex;flex:1 1;font-family:Courier New,monospace;font-size:1.2em;font-weight:600;min-height:60px;padding:20px;word-break:break-all}.copy-btn{background:#667eea;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;padding:15px 20px;transition:all .3s ease;white-space:nowrap}.copy-btn:hover:not(:disabled){background:#5568d3;box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.copy-btn:disabled{cursor:not-allowed;opacity:.5}.controls{margin-bottom:30px}.length-control{margin-bottom:25px}.length-control label{color:#333;display:block;font-size:1.1em;font-weight:600;margin-bottom:10px}.length-value{color:#667eea;font-size:1.2em;margin-left:5px}.length-control input[type=range]{-webkit-appearance:none;background:#e9ecef;border-radius:5px;height:8px;outline:none;width:100%}.length-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#667eea;border-radius:50%;cursor:pointer;height:20px;-webkit-transition:all .3s ease;transition:all .3s ease;width:20px}.length-control input[type=range]::-webkit-slider-thumb:hover{background:#5568d3;transform:scale(1.2)}.length-control input[type=range]::-moz-range-thumb{background:#667eea;border:none;border-radius:50%;cursor:pointer;height:20px;-moz-transition:all .3s ease;transition:all .3s ease;width:20px}.length-control input[type=range]::-moz-range-thumb:hover{background:#5568d3;transform:scale(1.2)}.options h3{color:#333;font-size:1.1em;margin-bottom:15px}.checkbox-group{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.checkbox-label{align-items:center;color:#555;cursor:pointer;display:flex;font-size:.95em;transition:color .3s ease}.checkbox-label:hover{color:#667eea}.checkbox-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:20px;margin-right:10px;width:20px}.checkbox-label span{-webkit-user-select:none;user-select:none}.generate-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1em;font-weight:600;padding:15px;transition:all .3s ease;width:100%}.generate-btn:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.generate-btn:active{transform:translateY(0)}.info{background:#f8f9fa;border-radius:10px;margin-top:20px;padding:20px}.info h3{color:#333;font-size:1.1em;margin-bottom:15px}.info ul{list-style:none;padding:0}.info li{color:#555;line-height:1.6;margin-bottom:10px;padding-left:20px;position:relative}.info li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.info strong{color:#667eea}@media (max-width:600px){.container{padding:25px}h1{font-size:1.8em}.random-string-display{font-size:1em;padding:15px}.output-section{flex-direction:column}.copy-btn{width:100%}}
/*# sourceMappingURL=main.363c3065.css.map*/