/* Override stili DevExtreme Gantt — coerente col tema Corporate Refined */
.dx-gantt .dx-gantt-tsa {
  background: var(--bg-card, #fff);
}

.dx-gantt .dx-treelist-headers {
  background: var(--primary-surface, #eaf0f8) !important;
  border-bottom: 2px solid var(--border, #dce1e8) !important;
}

.dx-gantt .dx-treelist-headers td {
  font-weight: 600 !important;
  color: var(--primary, #162d4a) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'DM Sans', sans-serif;
}

.dx-gantt .dx-row td {
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  border-bottom: 1px solid var(--border-subtle, #f0f2f5) !important;
}

.dx-gantt .dx-row:hover td {
  background: var(--accent-surface, #e6f7f5) !important;
}

/* Barra temporale Gantt */
.dx-gantt .dx-gantt-si {
  border-radius: 4px;
}

/* Evidenziazione giorno odierno */
.gantt-today-strip {
  background-color: rgba(22, 130, 255, 0.08) !important;
  border-left: 2px solid rgba(22, 130, 255, 0.5) !important;
  border-right: 2px solid rgba(22, 130, 255, 0.5) !important;
}
