/* The quiz is a mobile-first funnel. Keep the approved phone composition on desktop previews. */
.app-shell {
  width: min(100%, 480px) !important;
  max-width: 480px !important;
  min-height: 100svh;
  margin-inline: auto !important;
  background: #f8f8f8;
  box-shadow: 0 0 0 1px rgba(23, 28, 37, 0.05), 0 18px 54px rgba(26, 29, 36, 0.08);
}

@media (max-width: 560px) {
  .app-shell {
    max-width: none !important;
    box-shadow: none;
  }
}
