*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f4f6f9;color:#1a1d23;line-height:1.5}#root{min-height:100vh}.app{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem}header h1{margin:0 0 .35rem;font-size:1.75rem;font-weight:700}header p{margin:0 0 1.5rem;color:#4b5563}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 2px #0f172a0a}.upload-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.upload-row input[type=file]{flex:1 1 220px}button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.hint{font-size:.875rem;color:#64748b;margin-top:.75rem}.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:.75rem 1rem;margin-top:1rem;white-space:pre-wrap;font-size:.9rem}.loading{display:flex;align-items:center;gap:.65rem;margin-top:1rem;color:#334155}.upload-status{margin-top:1rem;padding:1rem 1.1rem;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.upload-status-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.upload-status-text{display:flex;flex-direction:column;gap:.2rem;color:#1e293b}.upload-status-file{font-size:.82rem;color:#64748b;word-break:break-all}.upload-status-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.upload-status-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .35s ease}.upload-status-steps{display:flex;flex-wrap:wrap;gap:.5rem 1rem;list-style:none;margin:.85rem 0 0;padding:0;font-size:.8rem;color:#94a3b8}.upload-status-steps li.active{color:#1d4ed8;font-weight:600}.upload-status-steps li.done{color:#059669}.upload-status-steps li.done:before{content:"✓ "}.spinner{width:1.1rem;height:1.1rem;border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.tab{background:#e2e8f0;color:#334155}.tab.active{background:#1e293b;color:#fff}.pdf-frame{width:100%;min-height:70vh;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.json-pre{margin:0;padding:1rem;background:#0f172a;color:#e2e8f0;border-radius:8px;overflow:auto;max-height:70vh;font-size:.8rem;line-height:1.45}.meta{font-size:.875rem;color:#475569;margin-bottom:.75rem}
