/* Keep the central navigation clear when desktop action buttons become crowded. */
@media (min-width: 1101px) and (max-width: 1600px) {
  .topbar { gap: 12px; padding-inline: 14px; }
  .top-actions { gap: 4px; }
  .top-actions .save-state,
  .top-actions .hide-small { display: none; }
  .history-actions { padding-right: 4px; }
}

@media (min-width: 1101px) and (max-width: 1450px) {
  .brand-copy small { display: none; }
  .nav-button { padding-inline: 10px; }
  .server-load-button { width: 40px; min-width: 40px; padding-inline: 0; }
  .server-load-button span { display: none; }
}
