body {
  background-color: #f5f7fa;
}

.navbar-brand {
  font-weight: 600;
}

.main-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Table Modern Styles */
.table-container-modern {
  border-radius: 0.75rem;
  overflow: hidden;
}

.table-modern {
  border-collapse: separate;
  border-spacing: 0;
}

.table-modern thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef !important;
  white-space: nowrap;
}

.table-modern tbody td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-color: #f1f3f5;
  vertical-align: middle;
}

.table-modern tbody tr {
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.table-modern tbody tr:hover {
  background-color: #f8fbff;
  transform: translateY(-1px);
}

.table-modern .badge {
  font-weight: 600;
  border-radius: 999px;
  padding: 0.4rem 0.55rem;
}

.table-modern .dropdown .btn {
  border-radius: 0.55rem;
}

.pagination-container-modern {
  min-height: 2rem;
}
