html.has-graph-background,
body.has-graph-background {
  background: transparent !important;
}

body.has-graph-background #graph-canvas {
  position: fixed !important;
  inset: 0;
  width: 100vw !important;
  height: 100vh !important;
  display: block !important;
  z-index: -2 !important;
  pointer-events: none !important;
  opacity: 0.88;
}

body.has-graph-background::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(3, 8, 16, 0.18) 0%, rgba(3, 8, 16, 0.46) 56%, rgba(3, 8, 16, 0.6) 100%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.2), rgba(2, 5, 11, 0.56));
}
