/* First-paint shell colors (ADR 0010). Linked from index.html / auth.html — not inline. */
html.dark {
  color-scheme: dark;
  background: hsl(225 25% 11%);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: hsl(225 25% 11%);
  color: hsl(0 0% 88%);
}

body {
  min-height: 100dvh;
}

#root {
  min-height: 100dvh;
  background: hsl(225 25% 11%);
}
