/* Elite Elevation — accent override for the Shift Command design system.
   Linked from the root layout when NEXT_PUBLIC_BRAND_ASSETS points here.
   Every `blue-*` utility and `.fx-*` brand token in src/app/globals.css
   resolves to these variables, so this re-skins the UI without touching
   components. (.legacy-app surfaces keep their own scoped palette.) */
:root {
  --color-brand-blue: #b8455f;
  --color-brand-blue-hi: #c05870;
  --color-brand-blue-lo: #9e3b52;
  --color-brand-violet: #8F3149;
  --color-blue-50: #faf3f4;
  --color-blue-100: #f4e6e9;
  --color-blue-200: #ecd5da;
  --color-blue-300: #e0adb9;
  --color-blue-400: #cd798c;
  --color-blue-500: #c05870;
  --color-blue-600: #b8455f;
  --color-blue-700: #9e3b52;
  --color-blue-800: #843244;
  --color-blue-900: #6b2837;
  --color-blue-950: #4a1c26;
  --fx-grad-brand: linear-gradient(140deg, #b8455f, #8F3149);
  --fx-shadow-brand: 0 10px 22px -10px rgba(184, 69, 95, 0.9);
}
