html,
body {
  background-color: #02040a;
  color: #dae2fd;
}

.goldenglow:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.glass-card {
  background: linear-gradient(135deg, rgba(26, 35, 51, 0.4) 0%, rgba(11, 18, 36, 0.6) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
