/* DÉSACTIVÉ - Le fond est maintenant géré par superadmin-background-priority.css */
/* FORCE BACKGROUND IMAGE - HIGHEST PRIORITY */
/* This file MUST be loaded LAST to override Tailwind reset */

/* body {
  background-color: #ffffff !important;
  background-image: url('/assets/backgrounds/background.jpeg') !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 1280px auto !important;
  background-attachment: fixed !important;
  position: relative !important;
  z-index: auto !important;
} */

/* Ensure #root doesn't cover the background */
#root {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

/* Ensure no white overlay */
#root > * {
  background: transparent !important;
}
