/* Placeholder da Fase 0 — morre quando a fundação do mockup entrar. */
:root { color-scheme: dark; }
body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #0b0e14;
  color: #f8fafc;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
.quadro { max-width: 32rem; padding: 2rem; text-align: center; }
h1 { color: #facc15; margin: 0 0 0.75rem; }
p { line-height: 1.5; margin: 0 0 0.75rem; }
.mudo { color: #8b93a7; font-size: 0.85rem; }
