.bg-slate-900 {
  background-color: #0f172a;
}
.text-gray-300 {
  color: #d1d5db;
}
.glassmorphism {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.text-gradient {
  background: linear-gradient(to right, #3b82f6, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-card {
  background-color: #1e293b;
}
.text-card-foreground {
  color: #e5e7eb;
}