/* =============================================
   LIGHT INDIGO THEME (Deep Purple) - HLMS Design System
   ============================================= */

/* Indigo on light background - elegant and professional */

[data-theme="light-indigo"] {
  /* Primary Colors - Indigo */
  --color-primary: #6366F1;
  --color-primary-dark: #4F46E5;
  --color-primary-light: #818CF8;
  --color-primary-rgb: 99, 102, 241;
  --gradient-primary: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);

  /* Background - Light Indigo tint */
  --bg-body: #eef2ff;
  --bg-card: #ffffff;
  --bg-surface: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);

  /* Text - Dark for readability */
  --text-primary: #312e81;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;

  /* Borders */
  --border-color: #c7d2fe;

  /* Navigation */
  --nav-bg: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
  --nav-text: #ffffff;
  --nav-text-hover: rgba(255, 255, 255, 0.8);

  /* Modal */
  --modal-overlay: rgba(49, 46, 129, 0.6);

  /* Semantic Colors */
  --color-success: #10b981;
  --color-success-dark: #059669;
  --color-success-rgb: 16, 185, 129;
  --color-warning: #f59e0b;
  --color-warning-dark: #d97706;
  --color-warning-rgb: 245, 158, 11;
  --color-danger: #ef4444;
  --color-danger-dark: #dc2626;
  --color-danger-rgb: 239, 68, 68;
  --color-info: #3b82f6;
  --color-info-rgb: 59, 130, 246;

  /* Grays */
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(99, 102, 241, 0.08);
  --shadow-md: 0 4px 6px rgba(99, 102, 241, 0.1);
  --shadow-lg: 0 10px 25px rgba(99, 102, 241, 0.12);

  /* Subject Colors */
  --subject-math: #6366F1;
  --subject-reading: #10b981;
  --subject-writing: #f59e0b;
  --subject-science: #3b82f6;
  --subject-history: #8b5cf6;
  --subject-spelling: #ec4899;
  --subject-geography: #06b6d4;
  --subject-art: #f97316;
  --subject-music: #a855f7;
  --subject-pe: #22c55e;
}
