/* Global premium-tech background layer for Website_MVP pages. */
html,
body {
  background-color: #1D1B32 !important;
}

body,
body.upload-page-bg {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(
      ellipse at top,
      rgba(126, 183, 255, 0.08) 0%,
      rgba(76, 106, 142, 0.45) 16%,
      rgba(76, 106, 142, 0.18) 30%,
      rgba(76, 106, 142, 0) 66%
    ),
    radial-gradient(
      ellipse at bottom,
      rgba(76, 106, 142, 0.35) 0%,
      rgba(76, 106, 142, 0.12) 26%,
      rgba(76, 106, 142, 0) 62%
    ),
    #1D1B32 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
