/* Neutral backdrop while the landing app loads (no teal hero placeholder) */
html,
body {
  margin: 0;
  background-color: #ffffff;
}

html:not(.landing-ready) #root {
  visibility: hidden;
}

html.landing-ready #root {
  visibility: visible;
}
