/* Desktop shell background (shown only when body has .body-bg) */
body.body-bg {
  margin: 0;
  overflow: hidden;
  background-color: #0b1020;
  background-image: url(./assets/bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#viewport-container {
  display: none;
}

/* Inside phone iframe / real mobile */
body.app-viewport {
  margin: 0;
  padding: 0 !important;
}

#root {
  min-height: 100%;
}
