/* App-specific overrides on top of Tabler (@tabler/core). Empty for now —
   Tabler's default theme covers layout, color scheme, and accessibility. */

/* Dashboard subsection cards double as links to that section's data-entry
   page — subtle lift on hover signals they're clickable. */
a.card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

