.demo-gantt{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.demo-gantt-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex}.demo-gantt-label-col{border-right:1px solid #e5e7eb;flex-shrink:0;width:80px}.demo-gantt-columns{flex:1;display:flex}.demo-gantt-column{text-align:center;color:#6b7280;border-right:1px solid #e5e7eb;flex:1;padding:6px 4px;font-size:9px}.demo-gantt-column:last-child{border-right:none}.demo-gantt-rows{flex-direction:column;display:flex}.demo-gantt-row{animation:.3s ease-out backwards demo-gantt-row-appear;animation-delay:calc(var(--row-index,0)*.1s);border-bottom:1px solid #e5e7eb;display:flex}@keyframes demo-gantt-row-appear{0%{opacity:0}to{opacity:1}}.demo-gantt-row:last-child{border-bottom:none}.demo-gantt-label{color:#374151;border-right:1px solid #e5e7eb;flex-shrink:0;align-items:center;width:80px;padding:8px;font-size:10px;display:flex}.demo-gantt-bar-container{background:repeating-linear-gradient(90deg,#0000,#0000 calc(25% - 1px),#e5e7eb calc(25% - 1px) 25%);flex:1;height:28px;position:relative}.demo-gantt-bar{border-radius:3px;height:16px;position:absolute;top:6px;overflow:hidden}.demo-gantt-progress{background:#ffffff4d;border-right:2px solid #ffffff80;height:100%;position:absolute;top:0;left:0}