@charset "utf-8";
body {
  background: radial-gradient(1200px 800px at 50% 25%, #0b132b 0%, #030617 60%);
}
body::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120vmax;
  height: 120vmax;
  pointer-events: none;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(14,165,233,0.18) 0%, rgba(14,165,233,0.08) 30%, transparent 60%),
    radial-gradient(circle at 30% 40%, rgba(99,102,241,0.12) 0%, transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(56,189,248,0.10) 0%, transparent 45%);
  filter: blur(12px);
}