/* NewSage dynamic brand theme — generated 2026-04-21T04:32:28.143Z */
:root {
  --brand-primary: #1e40af;
  --brand-primary-dark: #1e3a8a;
  --brand-primary-light: #dbeafe;
  --brand-accent: #3b82f6;
  --sidebar-bg: #243341;
  --sidebar-accent: #f08324;
  --sidebar-text: #f2c48d;
  --sidebar-item-text: #cbd5e1;
  --sidebar-active-text: #ffffff;
  --sidebar-title-text: #94a3b8;
  --sidebar-icon-color: #94a3b8;
}

/* Background colors */
.bg-blue-50   { background-color: #dbeafe !important; }
.bg-blue-100  { background-color: #dbeafe !important; }
.bg-blue-200  { background-color: #dbeafe !important; }
.bg-blue-500  { background-color: #1e40af !important; }
.bg-blue-600  { background-color: #1e40af !important; }
.bg-blue-700  { background-color: #1e3a8a !important; }
.bg-blue-800  { background-color: #1e3a8a !important; }
.bg-blue-900  { background-color: #1e3a8a !important; }

/* Text colors */
.text-blue-50   { color: #dbeafe !important; }
.text-blue-100  { color: #dbeafe !important; }
.text-blue-500  { color: #1e40af !important; }
.text-blue-600  { color: #1e40af !important; }
.text-blue-700  { color: #1e3a8a !important; }
.text-blue-800  { color: #1e3a8a !important; }
.text-blue-900  { color: #1e3a8a !important; }

/* Borders */
.border-blue-100 { border-color: #dbeafe !important; }
.border-blue-200 { border-color: #dbeafe !important; }
.border-blue-500 { border-color: #1e40af !important; }
.border-blue-600 { border-color: #1e40af !important; }
.border-blue-700 { border-color: #1e3a8a !important; }

/* Hover states */
.hover\:bg-blue-50:hover  { background-color: #dbeafe !important; }
.hover\:bg-blue-100:hover { background-color: #dbeafe !important; }
.hover\:bg-blue-600:hover { background-color: #1e40af !important; }
.hover\:bg-blue-700:hover { background-color: #1e3a8a !important; }
.hover\:bg-blue-800:hover { background-color: #1e3a8a !important; }
.hover\:text-blue-600:hover { color: #1e40af !important; }
.hover\:text-blue-700:hover { color: #1e3a8a !important; }
.hover\:text-blue-800:hover { color: #1e3a8a !important; }

/* Focus & Rings */
.ring-blue-500 { --tw-ring-color: #1e40af !important; }
.focus\:ring-blue-500:focus { --tw-ring-color: #1e40af !important; }
.focus\:border-blue-500:focus { border-color: #1e40af !important; }

/* Gradients */
.from-blue-500 { --tw-gradient-from: #1e40af !important; }
.from-blue-600 { --tw-gradient-from: #1e40af !important; }
.from-blue-700 { --tw-gradient-from: #1e3a8a !important; }
.to-blue-500   { --tw-gradient-to: #1e40af !important; }
.to-blue-600   { --tw-gradient-to: #1e40af !important; }
.to-blue-700   { --tw-gradient-to: #1e3a8a !important; }

/* Native form controls */
input[type="checkbox"]:checked, input[type="radio"]:checked { accent-color: #1e40af; }

/* Accent color helpers */
.bg-brand-accent  { background-color: #3b82f6 !important; }
.text-brand-accent { color: #3b82f6 !important; }