/* Page-level adjustments for Simulação */

.history-global {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .history-global { margin-top: 1.25rem; }
}

/* Resume banner kept hidden by JS; if ever shown, keep subtle look */
#resumeLastSim {
  margin-top: .5rem;
  font-size: .9rem;
  opacity: .9;
}

/* Disable entrance animations on initial render (avoid visual displacement) */
.simulation-container { animation: none !important; }
#step3:not(.hidden),
#resumoStep3.visible,
.step3-buttons.visible { animation: none !important; }
