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

body {
  display: block;
  padding: 0;
}

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

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

.prototype-wrapper {
  display: block;
}

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

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

/* This exhibit intentionally isolates Step 5 from the larger onboarding flow. */
#screen-6 .edu-header,
#screen-6 .ob-save-btn,
#screen-6 .progress-bar {
  display: none;
}

@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;
  }
}
