:root {
  /* ===== Palette Onakasaider ===== */
  --color-primary: #D36B46;          /* Vert Onaksaider */
  --color-primary-dark: #1d4ed8;     /* Bleu foncé */
  --color-secondary: #9333ea;        /* Violet optionnel */
  --color-danger: #d32f2f;           /* Rouge erreurs */
  --color-success: #FFFFFF;          /* Vert succès */
  --color-warning: #f57c00;          /* Orange alertes */

  --color-bg-body: #f9fafb;          /* Fond général */
  --color-bg-card: #ffffff;          /* Fond des cartes */
  --color-border: #e5e7eb;           /* Gris clair bordures */

  --color-text-main: #111827;        /* Texte principal */
  --color-text-muted: #6b7280;       /* Texte secondaire */
  --color-text-inverse: #ffffff;     /* Texte inversé */

  /* ===== Rayons / Ombres ===== */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,.1);
  --shadow-md: 0 4px 12px rgba(0,0,0,.12);
  --shadow-lg: 0 6px 18px rgba(0,0,0,.15);

  /* ===== Typographie ===== */
  --font-main: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --text-sm: 13px;
  --text-md: 15px;
  --text-lg: 18px;
  --text-xl: 22px;

  /* ===== Espacements ===== */
  --gap-xs: 4px;
  --gap-sm: 8px;
  --gap-md: 12px;
  --gap-lg: 20px;
  --gap-xl: 32px;
}

:root{
  --status-publiee:  #D36B46; /* publiée / remise en ligne */
  --status-encours:  #e74c3c; /* prise en charge */
  --status-realisee: #27ae60; /* action réalisée */
  --status-annulee:  #904C8F; /* action annulée */
}


/* fichier commun chargé partout */
.note-privee {
  border: 2px dashed #c0392b;
  background: #fef6f5;
  padding: 12px 16px;
  margin-top: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
