/* AMOS auth surface — minimal overrides on top of vendored Pico.css.
   Deliberately small: Path A (the PM-Hub re-skin) is the post-login app shell
   and is applied in Step 5. The auth screens stay clean-Pico under the strict
   CSP (style-src 'self'; no inline styles, no external fonts). */

main.container {
  max-width: 30rem;
}

/* Recovery codes: monospace, easy to read/copy. */
ul code {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

/* QR enrollment image sits centered with breathing room. */
img[alt="2FA QR code"] {
  display: block;
  margin: 1rem auto;
}
