body.has-login-prism {
  isolation: isolate;
  background-color: #08090d;
  background-image: none;
}

.login-prism-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.login-prism-background canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Keep the landing page's unframed text readable over the bright prism. */
body.has-login-prism:has(.auth-landing) .login-prism-background {
  opacity: .3;
}

body.has-login-prism .app-shell {
  background-color: transparent;
}

body.has-login-prism .app-shell::before {
  content: none;
}
