/* NewSage dynamic brand theme — generated 2026-04-08T20:33:02.861Z */
:root {
  --brand-primary: #2563eb;
  --brand-primary-dark: #1d4ed8;
  --brand-primary-light: #eff6ff;
  --brand-accent: #9a3412;
  --sidebar-bg: #253341;
  --sidebar-accent: #f18324;
  --sidebar-text: #f2c48d;
}

/* Background colors */
.bg-blue-50   { background-color: #eff6ff !important; }
.bg-blue-100  { background-color: #eff6ff !important; }
.bg-blue-200  { background-color: #eff6ff !important; }
.bg-blue-500  { background-color: #2563eb !important; }
.bg-blue-600  { background-color: #2563eb !important; }
.bg-blue-700  { background-color: #1d4ed8 !important; }
.bg-blue-800  { background-color: #1d4ed8 !important; }
.bg-blue-900  { background-color: #1d4ed8 !important; }

/* Text colors */
.text-blue-50   { color: #eff6ff !important; }
.text-blue-100  { color: #eff6ff !important; }
.text-blue-500  { color: #2563eb !important; }
.text-blue-600  { color: #2563eb !important; }
.text-blue-700  { color: #1d4ed8 !important; }
.text-blue-800  { color: #1d4ed8 !important; }
.text-blue-900  { color: #1d4ed8 !important; }

/* Borders */
.border-blue-100 { border-color: #eff6ff !important; }
.border-blue-200 { border-color: #eff6ff !important; }
.border-blue-500 { border-color: #2563eb !important; }
.border-blue-600 { border-color: #2563eb !important; }
.border-blue-700 { border-color: #1d4ed8 !important; }

/* Hover states */
.hover\:bg-blue-50:hover  { background-color: #eff6ff !important; }
.hover\:bg-blue-100:hover { background-color: #eff6ff !important; }
.hover\:bg-blue-600:hover { background-color: #2563eb !important; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8 !important; }
.hover\:bg-blue-800:hover { background-color: #1d4ed8 !important; }
.hover\:text-blue-600:hover { color: #2563eb !important; }
.hover\:text-blue-700:hover { color: #1d4ed8 !important; }
.hover\:text-blue-800:hover { color: #1d4ed8 !important; }

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

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

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

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