/* Legacy overrides — app layout uses full-width form controls */
.app-content input,
.app-content select,
.app-content textarea,
.app-auth-card input,
.app-auth-card select,
.app-auth-card textarea {
  max-width: none;
}

/* Home/marketing pages without app shell */
.body-content {
  margin-top: 0;
  padding: 0;
}

