/* Tailwind covers most of the look; this file is a hook for tweaks Tailwind
   can't express well from the CDN (e.g. scrollbar styling). */
html { color-scheme: dark; }
body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
table { border-collapse: collapse; }
th, td { padding: 0.5rem 0.75rem; text-align: left; }
tbody tr:nth-child(odd) { background: rgba(255,255,255,0.02); }
