/**
 * Shell estático antes do bundle React (index.html).
 * Mantém zero style="" no HTML inicial — compatível com CSP style-src mais restrita no futuro.
 */
html {
  background: #dadce0;
}
body.app-shell {
  margin: 0;
  color: #1a1a1a;
  font-family: system-ui, sans-serif;
  background: #dadce0;
}
.app-shell-loading {
  padding: 2rem;
  text-align: center;
  color: #3c4043;
  margin: 0;
}
