body {
  background: radial-gradient(circle at top, #1e3a8a, #020617) !important;
  background-attachment: fixed;
}

.card {
  background: rgba(15,23,42,0.8) !important;
  border: 1px solid rgba(59,130,246,0.3);
  backdrop-filter: blur(6px);
}
