body {
  background-color: #f8f9fa;
}

.navbar-brand {
  font-size: 1.1rem;
}

/* Slightly tighter hero padding on mobile */
@media (max-width: 576px) {
  .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
}

/* Admin table: compact */
.table th, .table td {
  vertical-align: middle;
  font-size: 0.875rem;
}
