/* Gantt chart status colors */
.gantt-draft .bar { fill: #6c757d; }
.gantt-inprogress .bar { fill: #0d6efd; }
.gantt-review .bar { fill: #fd7e14; }
.gantt-delivered .bar { fill: #198754; }
