:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input[type=file]{font:inherit}button{cursor:pointer}.app-shell{max-width:1400px;margin:0 auto;padding:2rem 1.5rem 3rem}.hero{margin-bottom:2rem}.hero h1{margin:0 0 .5rem;font-size:2rem}.hero p{margin:0;color:#475569;max-width:70ch}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #0f172a0d}.upload-form{display:grid;gap:1rem}.upload-form label{display:grid;gap:.5rem;font-weight:600}.upload-form input[type=file]{padding:.75rem;border:1px dashed #94a3b8;border-radius:8px;background:#f8fafc}.primary-button{justify-self:start;border:0;border-radius:8px;background:#1d4ed8;color:#fff;padding:.75rem 1.25rem;font-weight:600}.primary-button:disabled{opacity:.6;cursor:not-allowed}.muted{color:#64748b;font-size:.95rem}.error-banner{margin-top:1rem;padding:.875rem 1rem;border-radius:8px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.progress-panel{margin-top:1.5rem;display:grid;gap:.5rem}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:600;width:fit-content}.viewer-layout{display:grid;gap:1rem}.viewer-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.page-controls{display:flex;align-items:center;gap:.5rem}.page-controls button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:.4rem .75rem}.split-view{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:70vh}.pane{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.pane-header{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;font-weight:600;background:#f8fafc}.pane-body{padding:1rem;overflow:auto;flex:1}.pdf-canvas-wrap{display:flex;justify-content:center;align-items:flex-start;min-height:100%;background:#f1f5f9}.pdf-canvas-wrap canvas{max-width:100%;height:auto;box-shadow:0 8px 24px #0f172a1f}.markdown-body{font-size:.95rem}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin-top:1.25rem}.markdown-body pre{overflow:auto;background:#0f172a;color:#f8fafc;padding:1rem;border-radius:8px}.text-preview{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem}.image-preview{max-width:100%;height:auto;display:block;margin:0 auto}.docx-placeholder{min-height:320px;display:grid;place-items:center;background:linear-gradient(180deg,#f8fafc,#e2e8f0);color:#475569;text-align:center;padding:2rem}@media(max-width:960px){.split-view{grid-template-columns:1fr}}
