: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{margin:0;padding:0;background:linear-gradient(165deg,#f0f9ff,#e0f2fe,#f8fafc 70%,#f1f5f9);color:#1e293b;font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*,*:before,*:after{box-sizing:border-box}body{display:block}#root{min-height:100vh;display:flex;flex-direction:column}.page{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;width:100%}.card{width:100%;max-width:720px;background:#fff;border:1px solid rgba(59,130,246,.12);border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000f,0 10px 20px -5px #00000014,0 0 0 1px #3b82f608;padding:2.5rem;margin:0 auto;overflow:hidden}.dropzone{border:2px dashed #cbd5e1;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:1rem;padding:4rem 2.5rem;text-align:center;margin-bottom:1.5rem;transition:all .25s ease;cursor:pointer}.dropzone:hover{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.dropzone.drag-over{border-color:#2563eb;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-width:2px;transform:scale(1.01)}.dropzone.has-file{border-style:solid;border-color:#86efac;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.dropzone.has-file:hover{border-color:#22c55e;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.dropzone .dropzone-icon{transition:transform .2s ease}.dropzone:hover .dropzone-icon{transform:scale(1.08)}.dropzone.drag-over .dropzone-icon{transform:scale(1.12)}.dropzone p{margin:.5rem 0;color:#475569;font-size:.95rem;transition:color .2s ease}.dropzone p:last-of-type{font-size:.8rem;color:#94a3b8}.dropzone-filename{font-weight:600;color:#0f766e;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.5rem;border:1px solid transparent;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:.9375rem}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.btn-secondary{background:#f1f5f9;color:#334155;border-color:#e2e8f0}.btn-secondary:hover{background:#e2e8f0}.section{margin-bottom:1rem}.section-title{font-size:.95rem;font-weight:700;color:#374151;margin:0 0 .5rem}.kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem}.kv-item{display:flex;flex-direction:column}.kv-key{font-size:.8rem;font-weight:700;color:#6b7280}.kv-val{margin-top:.125rem;padding:.4rem .6rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.9rem;color:#111827}.items-grid{display:none}.table-wrap{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table thead th{position:sticky;top:0;background:#f9fafb;color:#374151;text-align:left;font-weight:700;border-bottom:1px solid #e5e7eb;padding:.5rem .75rem;white-space:nowrap}.table tbody td{border-bottom:1px solid #f3f4f6;padding:.5rem .75rem;color:#111827;vertical-align:top}.table tbody tr:nth-child(2n){background:#fafafa}.split{display:flex;gap:1rem;align-items:flex-start;width:100%}.pane{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:1rem;min-width:0}.pane.viewer{flex:0 0 35%;max-width:35%}.pane.results{flex:1 1 65%;max-width:65%}.pdf-frame{width:100%;height:80vh;border:none;border-radius:.5rem}@media (max-width: 980px){.split{flex-direction:column}.pdf-frame{height:60vh}}pre{background:#f3f4f6;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.section-card{border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;margin-bottom:.75rem;overflow:hidden}.section-card summary{list-style:none;cursor:pointer;padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#374151}.section-card summary::-webkit-details-marker{display:none}.section-card .section-body{padding:.75rem 1rem}.input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .15s ease-in-out;background-color:#fff;color:#111827}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #ffffff inset;-webkit-text-fill-color:#111827}.input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.stat-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;text-align:center}.nav-header,nav{background:#fffffff2;box-shadow:0 1px 3px #0000000f,0 2px 8px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}nav .btn{transition:all .2s ease}nav .btn:hover:not(:disabled){transform:translateY(-.5px)}.app-footer{text-align:center;padding:1.25rem;font-size:.8125rem;color:#64748b;background:#fff9;border-top:1px solid #e2e8f0}.app-footer a{color:#0d9488;font-weight:600;text-decoration:none}.app-footer a:hover{text-decoration:underline}
