/* ── Thème : Carbon (sombre — industriel) ───────────────────────────────────
   Gris anthracite + accents orange / rouge. Énergie, industrie, logistique.
   Recommandé pour : apps terrain, suivi production, maintenance, BTP.
*/
:root {
  --bg:      #111111;
  --bg2:     #1c1c1c;
  --bg3:     #252525;
  --border:  rgba(255,255,255,0.09);
  --cyan:    #f97316;
  --purple:  #ea580c;
  --grad:    linear-gradient(135deg,#f97316 0%,#dc2626 100%);
  --text:    #e5e5e5;
  --muted:   #737373;
  --success: #22c55e;
  --danger:  #ef4444;
  --radius:  8px;
}
