: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}}html,body,#root{height:100%;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.App{font-family:Arial,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f2f5;color:#333}.container{background-color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 12px #0000001a;width:90%;max-width:800px}.header{text-align:center;margin-bottom:30px;border-bottom:2px solid #eee;padding-bottom:20px}.header h1{font-size:2.5em;color:#007bff;margin:0}.header p{color:#555;font-size:1em}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:700;margin-bottom:8px;color:#555}.form-group input{width:100%;padding:12px;border:1px solid #ccc;border-radius:5px;font-size:1em}.button-container{display:flex;justify-content:space-between;gap:15px;margin-top:30px}.btn{padding:12px 25px;border:none;border-radius:5px;cursor:pointer;font-size:1em;font-weight:700;transition:background-color .3s ease;flex:1}.btn-process{background-color:#007bff;color:#fff}.btn-process:hover{background-color:#0056b3}.btn-reset{background-color:#dc3545;color:#fff}.btn-reset:hover{background-color:#c82333}.result-box{background-color:#e9ecef;border:1px dashed #ccc;padding:20px;margin-top:30px;border-radius:5px;word-wrap:break-word;font-family:Courier New,Courier,monospace}.result-box h4{margin-top:0;color:#333}.result-box.show{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
