body {
  background-color: #f9fafb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2 {
  font-weight: 600;
  color: #0d6efd;
}
.card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border: none;
}
.table-primary {
  background-color: #0d6efd !important;
  color: white !important;
}
a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}
