/*
 * Standalone-only page reset. <link>-ed from index.html only — never part of the
 * federated remote bundle, so these body/html rules cannot leak into a host.
 */

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  background-color: #f3f5f9;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

html.dark body {
  color: #f1f5f9;
  background-color: #0f172a;
  background-image: none;
}
