/**
 * Thème marque PropulseIA.
 * Référencer via NEXT_PUBLIC_BRAND_THEME_CSS_URL=/themes/axioris/theme.css
 */

 :root {
  --primary: 52, 100%, 50%;
  --primary-foreground: 0, 0%, 0%;
  
  --secondary: 0, 0%, 0%;
  --secondary-foreground: 0, 0%, 100%;

  --background-sidebar: #000;
  --background-gradient: #ffdf00;

  --wc-toggle-container-background-toggled-disabled: gray;
}

nav button.bg-gradient {
  background-color: transparent;
  color: hsl(var(--primary));
}

/*
 * Même logique que app/themes/axioris.css : hooks globaux brand-theme-* (CSS Modules hashés).
 */
.brand-theme-home-page::before,
.brand-theme-prompt-studio-layout::before,
.brand-theme-agent-chat.brand-theme-agent-chat--new::before {
  background-image: none;
}
@media (max-width: 768px) {
  .brand-theme-agent-chat.brand-theme-agent-chat--new::before {
    background-image: none;
  }
}