/**
 * Tawthiqi Design Tokens - توثيقي
 * Unified design system tokens shared across all layouts
 * Version: 1.0
 */

:root {
  /* Brand Colors - ألوان العلامة التجارية
     هوية وزارة التعليم السعودية — الأساسي Pantone 327 C (أخضر التعليم) */
  --brand-primary: #008A76;
  --brand-primary-light: #159E8A;
  --brand-primary-dark: #027565;
  --brand-primary-50: #EFFAF7;
  --brand-primary-100: #D6F3EC;
  --brand-primary-200: #ADE6DA;
  --brand-primary-300: #7AD3C2;
  --brand-primary-400: #40B8A4;
  --brand-primary-500: #159E8A;
  --brand-primary-600: #008A76;
  --brand-primary-700: #027565;
  --brand-primary-800: #075D51;
  --brand-primary-900: #0A4D43;

  /* Supporting Colors - الألوان المساندة من اللوحة الرسمية */
  --brand-accent: #16BECF;
  --brand-accent-dark: #127A8B;
  --brand-accent-light: #D4F4F8;
  --brand-plum: #615768;
  --brand-coral: #D46D6E;
  --brand-sand: #B3A48C;

  /* Semantic Colors - ألوان دلالية */
  --color-success: #22c55e;
  --color-success-light: #f0fdf4;
  --color-warning: #f59e0b;
  --color-warning-light: #fffbeb;
  --color-error: #ef4444;
  --color-error-light: #fef2f2;
  --color-info: #127A8B;
  --color-info-light: #EEFBFD;

  /* Neutral Colors - الرمادي المؤسسي (Pantone Cool Gray 11) */
  --neutral-50: #F7F8F9;
  --neutral-100: #EFF0F2;
  --neutral-200: #DEE0E3;
  --neutral-300: #C4C7CC;
  --neutral-400: #9CA0A7;
  --neutral-500: #73777E; /* WCAG AA على الأبيض (4.6:1) */
  --neutral-600: #595C61;
  --neutral-700: #46484D;
  --neutral-800: #303237;
  --neutral-900: #1E2023;

  /* Typography */
  --font-family: 'IBM Plex Sans Arabic', system-ui, sans-serif;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.25rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-normal: 300ms ease;
  --transition-slow: 500ms ease;
}
