/* 62.BOOST V149 — completely clean black page background */
html,
body,
body[class],
body[class*="page"]{
  background:#000 !important;
  background-color:#000 !important;
  background-image:none !important;
}

/* Remove every page-level ambient/glow layer. */
body::before,
body::after,
body[class]::before,
body[class]::after,
main::before,
main::after,
.shell::before,
.shell::after,
.wrap::before,
.wrap::after,
.app-shell::before,
.app-shell::after,
.viewer-shell::before,
.viewer-shell::after,
.story-shell::before,
.story-shell::after,
.download-shell::before,
.download-shell::after,
.fonts-shell::before,
.fonts-shell::after,
.hub-shell::before,
.hub-shell::after,
.page-shell::before,
.page-shell::after,
.content-shell::before,
.content-shell::after,
.hero::before,
.hero::after,
.boost-motion-orb{
  display:none !important;
  content:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
  filter:none !important;
}

main,
.shell,
.wrap,
.app-shell,
.viewer-shell,
.story-shell,
.download-shell,
.fonts-shell,
.hub-shell,
.analyzer-shell,
.legal,
.portal-shell,
.page-shell,
.content-shell,
.result-shell{
  background-color:transparent !important;
  background-image:none !important;
}

/* Never let the old motion ambient light come back when JS runs later. */
.boost-motion-orb,
body > .boost-motion-orb{
  width:0 !important;
  height:0 !important;
  pointer-events:none !important;
}
