/* Journey embed shell only. The historical prototype remains unchanged. */
html,
body {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #000;
}

body {
  display: block;
  padding: 0;
}

.legend-panel,
.toast {
  display: none !important;
}

.prototype-wrapper,
.phone-frame {
  width: 100%;
  height: 100%;
}

.prototype-wrapper {
  display: block;
  padding: 0;
}

.phone-frame {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.phone-screen {
  border-radius: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
