/* Minimal custom styles — Tailwind handles the rest */

/* Smooth row hover */
tbody tr { transition: background-color 0.08s ease; }

/* Tooltip via title attribute — native browser tooltip */
[title] { cursor: help; }

/* Loading indicator shown while HTMX request is in flight */
#results.htmx-request { opacity: 0.5; transition: opacity 0.2s; }
