html.app-booting #app {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.app-booting #boot-screen {
  display: flex;
}

#boot-screen {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  align-items: center;
  justify-content: center;
  background: #071c15;
  color: #e9fff6;
  font-family: "SF Pro Text", "Segoe UI", "Inter", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.build-marker {
  display: none;
}
