/* Minimal styles to match layout; replace with Tailwind build if desired */
body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; background:#f7fafc; color:#111827; margin:0; }
a { color: #2563eb; text-decoration:none; }
.btn { display:inline-block; padding:8px 12px; border-radius:6px; border:1px solid #cbd5e1; background:#fff; cursor:pointer; }
input,select { font-size:14px; }
table { font-family:inherit; }
