/* Semantic theme colors are not emitted by the deployed Tailwind bundle. */
.bg-gradient-to-br.from-primary.to-accent {
  background-image: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
}

.bg-gradient-to-b.from-background.via-background.to-muted\/20 {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8fafc 58%, #eef2ff 100%) !important;
}

.bg-gradient-to-r.from-primary.via-accent.to-chart-4.bg-clip-text.text-transparent {
  background-image: linear-gradient(to right, #2563eb 0%, #7c3aed 52%, #db2777 100%) !important;
}

.bg-gradient-to-br.from-primary\/10.via-accent\/10.to-chart-4\/10 {
  background-image: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 52%, #fdf2f8 100%) !important;
}
