/* Gantt Chart Status Row Styles */ .rowCompleted { background-color: #f0fdf4; /* green-50 */ } .rowInProgress { background-color: #eff6ff; /* blue-50 */ } .rowPaused { background-color: #fefce8; /* yellow-50 */ }