/* Minimal global stylesheet for login screen and app shell */
body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, sans-serif;
  background: #f8fafc;
  color: #111;
}
button,
input,
select {
  font: inherit;
}
