:root{font-family: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}}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:#fee7eb;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.App{background-color:#fff;width:100%;max-width:600px;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026,0 12px 40px #007bff4d,0 0 10px #007bff80}h1{font-size:2rem;margin-bottom:1.5rem;color:#333}.input-box{margin-bottom:1.5rem}.gen{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.gen input[type=text]{padding:10px;width:60%;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:.3s ease}.gen input[type=text]:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff4d}.button{background-color:#007bff;color:#fff;border:none;padding:10px 18px;font-weight:700;font-size:1rem;border-radius:8px;cursor:pointer;transition:.3s ease}.button:hover{background-color:#0056b3}.extra{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1rem}.extra h5{font-size:.95rem;color:#444}.extra input[type=color],.extra input[type=range]{margin-top:5px}.output-box{margin-top:2rem}.output-box img{width:auto;height:auto;max-width:100%;border:8px solid #eee;border-radius:10px;margin-bottom:1rem}.output-box a button{background-color:#28a745;color:#fff;border:none;padding:10px 18px;font-weight:700;font-size:1rem;border-radius:8px;cursor:pointer;transition:.3s ease}.output-box a button:hover{background-color:#1e7e34}.note{margin-top:1.5rem;font-size:.95rem;color:#555;font-style:italic}
