/* Auth-page overrides — loaded AFTER app.css so these win the cascade without
   editing the vendored engine sheet (which is shared with the app product UI).
   Scoped to the auth card so nothing else is affected. */

/* 16px min so iOS Safari doesn't zoom-on-focus when tapping a login/reset field.
   (app.css sets .inp input to 14px globally.) */
.auth-card .inp input,
.auth-card .inp select {
  font-size: 16px;
}
