html[data-s2047-quality="reduced"] .s2047-particle,
html[data-s2047-quality="reduced"] .s2047-ambient-effect,
html.s2047-low-memory .s2047-particle,
html.s2047-low-memory .s2047-ambient-effect {
  display: none !important;
}

html[data-s2047-quality="reduced"] *,
html.s2047-low-memory * {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
  box-shadow: none;
}

.s2047-command-interface,
.s2047-save-manager,
.s2047-campaign-console {
  content-visibility: auto;
  contain: layout style paint;
}

@media (max-width: 720px) {
  canvas,
  .s2047-world-layer {
    max-width: 100vw;
    touch-action: none;
  }
}
