:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f8fafc}body{margin:0;min-width:320px;min-height:100vh}#root{margin:0 auto;padding:2rem}.layout-wrap.form-layout{max-width:800px;margin:0 auto}.layout-wrap.result-layout{max-width:1400px;margin:0 auto}.form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.form input{padding:.5rem .75rem;font-size:1rem;border:1px solid #cbd5e1;border-radius:6px}.form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.form button{align-self:flex-start;padding:.5rem 1.25rem;font-size:1rem;font-weight:500;color:#fff;background-color:#2563eb;border:none;border-radius:6px;cursor:pointer}.form button:hover{background-color:#1d4ed8}.form button:disabled{opacity:.6;cursor:not-allowed}.result{padding:1rem;border-radius:6px;background-color:#ecfdf5;border:1px solid #a7f3d0}.result.error{background-color:#fef2f2;border-color:#fecaca}.result p{margin:0}.result strong{font-weight:600}.result-loading{margin-top:1rem}.result-actions{margin-bottom:1rem}.result-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;height:min(100vh,1000px);max-height:min(100vh,1000px);min-height:400px}.result-split>*{min-height:0}@media(max-width:768px){.result-split{grid-template-columns:1fr}}.result-document{border:1px solid #cbd5e1;border-radius:6px;overflow:hidden}.result-document-iframe{width:100%;height:60vh;min-height:500px;border:none}.result-document-loading,.result-document-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;margin:0;color:#64748b}.result-document-error{color:#dc2626}.result-document{position:relative;display:flex;flex-direction:column;min-height:0}.result-document-pdf{width:100%;overflow:hidden;flex:1;min-height:0}.result-document-page{margin:0 auto;display:block}.result-document-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem;border-top:1px solid #cbd5e1;background-color:#f8fafc;flex-shrink:0}.result-document-pagination button{padding:.4rem .75rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#2563eb;border:none;border-radius:6px;cursor:pointer}.result-document-pagination button:hover:not(:disabled){background-color:#1d4ed8}.result-document-pagination button:disabled{opacity:.5;cursor:not-allowed}.result-document-pagination-label{font-size:.875rem;color:#64748b}.result-json{padding:1rem;border:1px solid #cbd5e1;border-radius:6px;background-color:#f8fafc;overflow:auto;min-height:0}.result-json-loading{margin:0;color:#64748b;display:flex;align-items:center;justify-content:center}.result-json pre{margin:0;font-size:.875rem;white-space:pre-wrap;word-break:break-word}
