body {
  background: #f5f7fb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar-brand {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.table thead th {
  background: #0d6efd;
  color: #fff;
  border: none;
}

.table tbody tr:hover {
  background: #eef3ff;
}

.btn-primary, .btn-success, .btn-outline-danger, .btn-outline-secondary {
  border-radius: 999px;
  padding-inline: 1.4rem;
}

.form-control, .form-select {
  border-radius: 999px;
}
