/* NedLLM huisstijl-overrides — geladen NA de LibreChat-CSS.
   Primair #1B3A6B (blauw) · Accent #C8102E (rood) · Achtergrond #0F1419 */

/* --- Accent (knoppen, links, focus) — beide thema's --- */
:root, .dark {
  --surface-submit:        #C8102E;
  --surface-submit-hover:  #a50d26;
  --green-500: #C8102E;
  --green-600: #b30e29;
  --green-700: #a50d26;
  --green-800: #8a0b20;
  --brand-purple: #C8102E;
  --primary: 350 85% 42%;            /* rood, voor UI-componenten */
  --primary-foreground: 0 0% 100%;
  --ring-primary: #C8102E;
  --header-primary: #1B3A6B;         /* blauw merk-accent */
}

/* --- Licht thema: lichte achtergrond, klantaccenten behouden --- */
:root {
  --surface-primary:   #ffffff;
  --surface-secondary: #f4f6fa;      /* subtiele blauwe tint */
  --surface-tertiary:  #e9edf4;
}

/* --- Donker thema: klant-achtergrond doorzetten --- */
.dark {
  --surface-primary:        #0F1419;
  --surface-primary-alt:    #0b0f13;
  --surface-primary-contrast:#161f2b;
  --surface-secondary:      #161f2b;
  --surface-secondary-alt:  #1b2735;
  --surface-tertiary:       #1e2a38;
  --surface-chat:           #0F1419;
  --surface-active:         #243447;
  --surface-active-alt:     #2b3d52;
  --surface-hover:          #1b2735;
  --border-medium:          #ffffff1f;
  --border-light:           #ffffff14;
}
