/* Shared styles for redirect/fallback pages (index.html, admin-home.html) */
body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: #eef5fb;
  color: #123a58;
}
a {
  color: #0f5f8f;
}
