:root {
  --bs-body-bg: #f8f9fa;
}

.stat-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  transition: transform .15s;
}
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.stat-card .stat-icon {
  font-size: 2rem;
  opacity: .6;
}
.stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
}

.table th {
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #6c757d;
}

.form-card {
  max-width: 640px;
}

.audit-row td {
  font-size: .875rem;
}
.audit-row .badge {
  font-size: .75rem;
}
