/* Constellation Background Styles */
:root {
  --bg-top: #020308;
  --bg-bottom: #020308;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at top, #050812 0%, #020308 40%, #020308 100%) fixed,
    linear-gradient(135deg, var(--bg-top) 0%, var(--bg-bottom) 100%) fixed !important;
  background-blend-mode: screen, normal !important;
}

#signal-constellation-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  #signal-constellation-bg {
    opacity: 0.85;
  }
}
