:root {
  --brand-bg: #f7f9fc;
  --brand-accent: #0d6efd;
}

body {
  background: radial-gradient(circle at top right, #e8f1ff 0%, var(--brand-bg) 45%, #ffffff 100%);
}

.hero-card {
  border: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.state-chip {
  margin: 0.2rem;
}

.table thead th {
  white-space: nowrap;
}
