/* ============================================
   UNTOD ERP - Design Tokens
   ============================================ */

:root {
  /* --- Primary Palette --- */
  --untod-primary: #1a56db;
  --untod-primary-hover: #1444b0;
  --untod-primary-light: #e8effc;
  --untod-primary-rgb: 26, 86, 219;

  --untod-secondary: #0d9488;
  --untod-secondary-hover: #0a766c;
  --untod-secondary-light: #e6f7f5;

  --untod-accent: #f59e0b;
  --untod-accent-hover: #d97706;
  --untod-accent-light: #fef3c7;

  /* --- Dark Backgrounds --- */
  --untod-dark: #0f172a;
  --untod-dark-lighter: #1e293b;
  --untod-dark-card: #162033;

  /* --- Light Backgrounds --- */
  --untod-light: #f8fafc;
  --untod-light-alt: #f1f5f9;
  --untod-white: #ffffff;

  /* --- Text Colors --- */
  --untod-text: #1e293b;
  --untod-text-muted: #64748b;
  --untod-text-light: #94a3b8;
  --untod-text-on-dark: #e2e8f0;
  --untod-text-on-dark-muted: #94a3b8;

  /* --- Module Colors --- */
  --mod-ventes: #2563eb;
  --mod-ventes-light: #dbeafe;
  --mod-achats: #7c3aed;
  --mod-achats-light: #ede9fe;
  --mod-produits: #06b6d4;
  --mod-produits-light: #cffafe;
  --mod-stock: #10b981;
  --mod-stock-light: #d1fae5;
  --mod-fabrication: #f97316;
  --mod-fabrication-light: #ffedd5;
  --mod-comptabilite: #4f46e5;
  --mod-comptabilite-light: #e0e7ff;
  --mod-crm: #ec4899;
  --mod-crm-light: #fce7f3;
  --mod-marketplace: #0d9488;
  --mod-marketplace-light: #ccfbf1;
  --mod-statistiques: #eab308;
  --mod-statistiques-light: #fef9c3;
  --mod-scan: #ef4444;
  --mod-scan-light: #fee2e2;
  --mod-transport: #84cc16;
  --mod-transport-light: #ecfccb;
  --mod-admin: #64748b;
  --mod-admin-light: #f1f5f9;
  --mod-app-crm: #0369a1;
  --mod-app-crm-light: #e0f2fe;

  /* --- Spacing --- */
  --section-py: 5rem;
  --section-py-sm: 3.5rem;

  /* --- Border Radius --- */
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;

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

  /* --- Transitions --- */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;

  /* --- Font --- */
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}
