/* LibreChat deployment override: pure-black dark-theme main/chat background. */
.dark {
  --surface-primary: #000000;
  --surface-chat: #000000;
  --background: 0 0% 0%;
}

.dark body,
.dark html {
  background-color: #000000 !important;
}

/* The main shell also uses generated utility classes instead of the theme
   variables above. Normalize those dark surfaces to black as well. */
.dark #root,
.dark #root > *,
.dark main,
.dark [role='main'],
.dark .bg-gray-900,
.dark .bg-gray-850,
.dark .bg-gray-800,
.dark .bg-gray-700,
.dark .bg-surface-primary,
.dark .bg-surface-primary-alt,
.dark .bg-surface-secondary,
.dark .bg-surface-secondary-alt,
.dark .bg-surface-chat {
  background-color: #000000 !important;
}
