/* Admin fix: hide only footer and main nav, keep right-side user/language controls */
html:has(.admin-dark) footer {
  display: none !important;
}
html:has(.admin-dark) header nav {
  display: none !important;
}
