/* Colori per code fase di sviluppo (frappe-gantt): gantt-phase-<code downcase> */
.gantt .gantt-phase-pre .bar {
  fill: #3B82F6; /* blue-500 - Preliminare */
}
.gantt .gantt-phase-pre .bar-progress {
  fill: #2563EB; /* blue-600 */
}

.gantt .gantt-phase-def .bar {
  fill: #6366F1; /* indigo-500 - Definitiva */
}
.gantt .gantt-phase-def .bar-progress {
  fill: #4F46E5; /* indigo-600 */
}

.gantt .gantt-phase-ese .bar {
  fill: #22C55E; /* green-500 - Esecutiva */
}
.gantt .gantt-phase-ese .bar-progress {
  fill: #16A34A; /* green-600 */
}

.gantt .gantt-phase-can .bar {
  fill: #F97316; /* orange-500 - Cantiere */
}
.gantt .gantt-phase-can .bar-progress {
  fill: #EA580C; /* orange-600 */
}

/* Today marker styling */
.gantt .today-highlight {
  fill: #FEF3C7; /* amber-100 */
  opacity: 0.5;
}
