/* Módulo 5 — placeholder (conteúdo ainda não estudado) */
.math-modulo-pendente {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px dashed color-mix(in srgb, var(--muted) 40%, var(--border));
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
}

.math-modulo-pendente p {
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.6;
}

.math-modulo-pendente strong {
  color: var(--text);
}
