:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f2937;background:#f3f4f6}*{box-sizing:border-box}body{margin:0}.container{max-width:1080px;margin:0 auto;padding:1rem}.card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 8px 24px #0000000f;margin-bottom:1rem}.hero h1{margin-top:0}button{background:#0f766e;color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#334155}input[type=file]{display:block;margin:.75rem 0}.error-text{color:#b91c1c}.info-text{color:#065f46}.grid-layout{display:grid;grid-template-columns:1fr;gap:1rem}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.6rem}tr{cursor:pointer}.selected-row{background:#ecfeff}.status-badge{display:inline-block;font-size:.8rem;border-radius:999px;padding:.2rem .6rem;font-weight:600}.status-uploaded{background:#dbeafe;color:#1d4ed8}.status-processing{background:#fef3c7;color:#92400e}.status-completed{background:#dcfce7;color:#166534}.status-failed{background:#fee2e2;color:#991b1b}.details pre{background:#0f172a;color:#e2e8f0;padding:.75rem;border-radius:8px;overflow:auto}@media (min-width: 900px){.grid-layout{grid-template-columns:2fr 1fr}}
