html {
  background: #000;
}

html.step-loading body {
  visibility: hidden;
}

html.step-ready body {
  visibility: visible;
}

body {
  margin: 0;
  background: #000;
}

#root:empty {
  min-height: 100vh;
  min-height: 100dvh;
  background: #000;
}

obf,
.obf {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  gap: 0 !important;
}

.gap-1\.5,
.gap-2,
.gap-4 {
  gap: 0 !important;
}
