/*
 * SuperAdmin Color Overrides
 *
 * This file overrides the primary color palette from sage green to indigo
 * for the SuperAdmin interface. All other design system tokens are inherited
 * from the main application.css.
 *
 * IMPORTANT: Scoped to body[data-theme="superadmin"] to prevent theme bleed
 * when navigating between regular app and SuperAdmin sections via Turbo Drive.
 */

body[data-theme="superadmin"] {
  /* ---------- Indigo Palette for SuperAdmin ---------- */
  /* Professional, authoritative color scheme for platform administration */

  --color-primary-50: #eef2ff;
  --color-primary-100: #e0e7ff;
  --color-primary-200: #c7d2fe;
  --color-primary-300: #a5b4fc;
  --color-primary-400: #818cf8;
  --color-primary-500: #6366f1;
  --color-primary-600: #4f46e5;
  --color-primary-700: #4338ca;
  --color-primary-800: #3730a3;
  --color-primary-900: #312e81;
}
