.gradient-blinds-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.auth-gradient-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: lighten;
}

body.has-auth-gradient {
  background: #07070c;
}

body.has-auth-gradient .auth-page {
  position: relative;
  z-index: 1;
}

body.has-auth-gradient .border-glow-card--auth {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

body.has-auth-gradient .auth-sponsor,
body.has-auth-gradient .auth-card__footer-html {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .auth-gradient-bg {
    display: none;
  }
}
