.horizon-empty-dash{display:inline-block;width:8px;height:2.5px;background-color:var(--color-text-primary);border-radius:.0625rem;flex-shrink:0}.task-panel{width:22rem;min-width:22rem;display:flex;flex-direction:column;border-left:1px solid var(--border-grey-default);background:var(--color-surface-default);height:100%}.task-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3,.75rem);padding:12px;background:var(--color-table-header-bg);border-bottom:1px solid var(--grey-200);border-right:1px solid var(--grey-200);border-top:1px solid var(--grey-200);border-radius:0 8px 0 0}.task-panel__header--empty .task-panel__date,.task-panel__header--empty .task-panel__group{color:var(--grey-500)}.task-panel__header-text{min-width:0}.task-panel__date{font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--color-text-primary)}.task-panel__group{margin-top:8px;font-size:12px;font-weight:500;line-height:1.3;color:var(--grey-500)}.task-panel__progress-empty{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0}.task-panel__list{flex:1;overflow-y:auto}.task-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:12rem;padding:var(--space-6,1.5rem) var(--space-4,1rem);text-align:center}.task-panel__empty-icon{color:var(--grey-300)!important;margin-bottom:var(--space-2,.5rem)}.task-panel__empty-title{margin:0 0 var(--space-1,.25rem);font-size:.875rem;font-weight:600;color:var(--grey-500)}.task-panel__empty-subtitle{margin:0;font-size:.75rem;line-height:1.4;color:var(--grey-400);max-width:14rem}.task-panel__footer{padding:var(--space-3,.75rem);border-top:1px solid var(--border-grey-default)}