/* ============================================================================
   CALNEURO MINIMAL THEME - TOOLBAR COLOR ONLY
   This minimal theme only changes the toolbar background to CalNeuro blue
   and leaves all icon rendering to OHIF's defaults
   ============================================================================ */

/* CalNeuro toolbar background - that's it! */
[class*="Toolbar"],
[class*="Header"],
[data-cy="studyBrowser-header"] {
  background: linear-gradient(135deg, #1a4d8f 0%, #14396b 100%) !important;
  border-bottom: 3px solid #4a90e2 !important;
}

/* That's all! Let OHIF handle everything else including icons */
