.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;flex-direction:column;border-right:1px solid var(--grey-200);height:100%;border-radius:0 var(--radius-8) var(--radius-8) 0}.task-panel,.task-panel__header{display:flex;border-bottom:1px solid var(--grey-200);background:var(--color-surface-default)}.task-panel__header{align-items:flex-start;justify-content:space-between;gap:var(--space-3,.75rem);padding:10px;border-top:1px solid var(--grey-200);border-radius:0 8px 0 0;height:60px}.task-panel__header--empty .task-panel__date,.task-panel__header--empty .task-panel__group{color:var(--grey-900)}.task-panel__header-text{min-width:0}.task-panel__date{font-size:16px;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;padding:var(--space-6,1.5rem) var(--space-4,1rem);text-align:center;gap:var(--space-8);height:-webkit-fill-available}.task-panel__empty-icon{color:var(--grey-300)!important}.task-panel__empty-title{font-weight:600;color:var(--grey-black)}.task-panel__empty-subtitle{font-weight:500;color:var(--grey-500)}.task-panel__footer{padding:var(--space-3,.75rem);border-top:1px solid var(--border-grey-default)}