/* Safety net only — leftover page-specific heroes */
.games-hero,
.lo-hero,
.events-hero {
  display: none !important;
}
body.home-page .page-hero,
body.home-page .games-hero {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .site-bg-video {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .admin-sidebar { position: fixed; left: -280px; transition: left .2s; z-index: 40; }
  .admin-sidebar.is-open { left: 0; }
  .admin-member-activity { flex-wrap: wrap; }
  .admin-member-activity h1,
  .admin-page-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .admin-table-wrap { overflow-x: auto; }
  .admin-actions { display: flex; flex-direction: column; gap: .5rem; }
  .admin-avatar,
  .admin-user-avatar {
    width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
  }
  button, .btn, a.btn { min-height: 44px; }
}
