/* Small overrides on top of Tailwind (loaded via CDN - no build step, so
   this app runs on shared hosting with zero npm/Vite requirement). */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
table th, table td {
    vertical-align: middle;
}
