: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}}body{margin:0;font-family:Segoe UI,sans-serif;background:linear-gradient(to bottom right,#fff7ed,#fecaca);color:#111;display:flex;justify-content:center;padding:1rem}img{vertical-align:middle}.container{width:80vw;max-width:1500px;height:100vh;display:flex;flex-direction:column;align-items:center}.title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#dc2626;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.1);justify-content:center;align-items:center}.upload-box{width:100%;max-width:90vw;height:50vh;background:#fff;border:4px dashed #fca5a5;border-radius:1rem;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;overflow:hidden;position:relative}.hidden{display:none}.preview-img{object-fit:contain;width:100%;height:100%}.upload-label{color:#fca5a5;font-size:1.1rem;text-align:center;cursor:pointer}.button{background:#ef4444;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;border:none;width:100%;max-width:400px;margin-bottom:1rem;transition:background .2s ease-in-out;cursor:pointer}.button:hover{background:#dc2626}.loading-icon{width:18px;height:18px;border-radius:9999px;object-fit:cover;background-color:transparent}.result{font-size:1.5rem;font-weight:700;color:#b91c1c;text-align:center}.error{color:#dc2626;font-style:italic;text-align:center}.modal-call{text-align:center}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.modal{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #00000026;max-width:80vw;width:400px;text-align:center;animation:fadeIn .2s ease-in-out}.modal img{transition:transform .15s ease}.modal img:hover{transform:scale(1.1)}.modal .button{flex:1;max-width:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;color:#aaa;cursor:pointer;transition:color .2s ease;z-index:1000}.modal-close:hover{color:#333}.link-button{background:none;border:none;padding:0;margin:0;font:inherit;color:#3b82f6;text-decoration:underline;cursor:pointer}.link-button:hover{color:#2563eb}.link-button:focus{outline:none}.thank-you{font-size:1.2rem;color:#dc2626;margin-top:1rem}
