/* Phase kind colors for frappe-gantt */
.gantt .gantt-phase-preliminary .bar {
  fill: #3B82F6; /* blue-500 - Preliminare/Definitiva */
}
.gantt .gantt-phase-preliminary .bar-progress {
  fill: #2563EB; /* blue-600 */
}

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

.gantt .gantt-phase-construction_management .bar {
  fill: #F97316; /* orange-500 - Direzione Lavori */
}
.gantt .gantt-phase-construction_management .bar-progress {
  fill: #EA580C; /* orange-600 */
}

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