/* Guest screens — login, forgot password, reset password.
   Relocated verbatim in phase 3 from three identical page-local <style>
   blocks (views/auth/login.php, forgot_password.php, reset_password.php).

   Values are left exactly as they were: spacing/font-size tokenisation is
   deferred by PD-01, colour tokenisation is deferred by phase 3, and this
   phase is strictly zero-pixel. `.text-center` was dropped rather than moved —
   utilities.css already declares the identical rule and these pages load it. */

.me-1 { margin-right: 0.25rem; }
.mt-3 { margin-top: 1rem; }
