: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{margin:0;padding:0;width:100%;height:100%;background:linear-gradient(160deg,#e0eafc,#cfdef3);font-family:Inter,Segoe UI,Roboto,sans-serif;color:#1a202c}.app{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;padding:2rem}h1{font-size:2rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.dropzone{width:100%;max-width:600px;min-height:200px;background:#fffc;border:3px dashed #a0aec0;border-radius:16px;box-shadow:0 6px 20px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropzone p{margin:.3rem 0;font-size:1.05rem}.dropzone .link{color:#2563eb;text-decoration:underline}.dropzone:hover{border-color:#2563eb;box-shadow:0 8px 24px #2563eb33}.dropzone.drag-active{border-color:#2563eb;background:#2563eb1a;transform:scale(1.02)}.button{margin-top:1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.75rem 1.6rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.button:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.button.secondary{background:#16a34a}.button.secondary:hover{background:#15803d}.status{margin-top:1rem;font-size:1.1rem;color:#334155}.result{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:fadeIn .4s ease forwards}.preview{max-width:100%;border-radius:12px;box-shadow:0 6px 16px #0003;background:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hidden{display:none}.overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999;color:#fff;font-size:1.8rem;font-weight:600;animation:fadeIn .2s ease}.overlay-text{border:2px dashed #fff;padding:1rem 2.5rem;border-radius:12px;text-shadow:0 1px 4px rgba(0,0,0,.4)}
