/* =============================================
   LIGHT CORAL THEME (Warm Red-Pink) - HLMS Design System
   ============================================= */

/* Coral on light background - warm and inviting */

[data-theme="light-coral"] {
  /* Primary Colors - Coral */
  --color-primary: #F87171;
  --color-primary-dark: #EF4444;
  --color-primary-light: #FCA5A5;
  --color-primary-rgb: 248, 113, 113;
  --gradient-primary: linear-gradient(135deg, #F87171 0%, #EF4444 100%);

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

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

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

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

  /* Modal */
  --modal-overlay: rgba(127, 29, 29, 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: #dc2626;
  --color-danger-dark: #b91c1c;
  --color-danger-rgb: 220, 38, 38;
  --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(248, 113, 113, 0.08);
  --shadow-md: 0 4px 6px rgba(248, 113, 113, 0.1);
  --shadow-lg: 0 10px 25px rgba(248, 113, 113, 0.12);

  /* Subject Colors */
  --subject-math: #F87171;
  --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;
}
