/* Standalone password interstitial (COMING_SOON_PW). The layout centers this
 * in the viewport (`page-main.centered`); all this needs is a width constraint
 * so the shared `.card` reads as a compact, centered box. Card, form-field, and
 * button styling are all inherited from the shared component sheets. */
.coming-soon {
  @apply w-full max-w-sm px-4;
}
