/* App-level auth UI CSS overrides.
 * Safe local changes: page background, card styles, borders, spacing, and typography.
 * Do not hide required auth fields or rewrite auth flow states in local CSS.
 */

/* Example:
.app-auth-page {
  background: linear-gradient(180deg, #f8fafc 0%, #dbeafe 100%);
}

.app-auth-shell {
  border-color: #bfdbfe;
}

.app-auth-primary-button {
  border-radius: 999px;
}
*/
