.site-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: #030304;
}

.site-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(204, 0, 17, 0.06), transparent 50%),
    radial-gradient(ellipse 80% 50% at 100% 80%, rgba(88, 101, 242, 0.04), transparent 45%),
    radial-gradient(ellipse 70% 40% at 0% 60%, rgba(204, 0, 17, 0.04), transparent 45%);
}
