:root {
  color-scheme: normal;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  min-height: 100vh;
  background: #f8fafc;
}

button,
a {
  transition: all 0.2s ease;
}

table th,
table td {
  vertical-align: middle;
}

button:hover,
a:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
