.kanban-lane{--lane-expanded-min-width:calc(var(--container-xs) + 1.5rem);--lane-expanded-max-width:calc(var(--container-sm) + 3rem);--lane-collapsed-width:4rem;--lane-animation-duration:.6s;--lane-animation-easing:cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}@keyframes collapse-expanded{0%{opacity:1}30%,to{opacity:0}}@keyframes collapse-container{0%,30%{background-color:var(--bg-surface-base);min-width:var(--lane-expanded-min-width);max-width:var(--lane-expanded-max-width);border-width:0;padding:1rem}70%,to{background-color:var(--bg-surface-base);min-width:var(--lane-collapsed-width);max-width:var(--lane-collapsed-width);border-width:1px;padding:1.5rem 0}}@keyframes collapse-collapsed{0%,70%{opacity:0}to{opacity:1}}@keyframes expand-collapsed{0%{opacity:1}30%,to{opacity:0}}@keyframes expand-container{0%,30%{background-color:var(--bg-surface-base);min-width:var(--lane-collapsed-width);max-width:var(--lane-collapsed-width);border-width:1px;padding:1.5rem 0}70%,to{background-color:var(--bg-surface-base);min-width:var(--lane-expanded-min-width);max-width:var(--lane-expanded-max-width);border-width:0;padding:1rem}}@keyframes expand-expanded{0%,70%{opacity:0}to{opacity:1}}.kanban-lane[data-lane-state=collapsing]{animation:collapse-container var(--lane-animation-duration) var(--lane-animation-easing) forwards}.kanban-lane[data-lane-state=collapsing] .kanban-lane-content--expanded{animation:collapse-expanded var(--lane-animation-duration) var(--lane-animation-easing) forwards}.kanban-lane[data-lane-state=collapsing] .kanban-lane-content--collapsed{animation:collapse-collapsed var(--lane-animation-duration) var(--lane-animation-easing) forwards}.kanban-lane[data-lane-state=expanding]{animation:expand-container var(--lane-animation-duration) var(--lane-animation-easing) forwards}.kanban-lane[data-lane-state=expanding] .kanban-lane-content--collapsed{animation:expand-collapsed var(--lane-animation-duration) var(--lane-animation-easing) forwards}.kanban-lane[data-lane-state=expanding] .kanban-lane-content--expanded{animation:expand-expanded var(--lane-animation-duration) var(--lane-animation-easing) forwards}.kanban-lane[data-lane-state=collapsed]{background-color:var(--bg-surface-base);min-width:var(--lane-collapsed-width);max-width:var(--lane-collapsed-width);border-width:1px;padding:1.5rem 0}.kanban-lane[data-lane-state=collapsed] .kanban-lane-content--expanded{opacity:0;pointer-events:none}.kanban-lane[data-lane-state=collapsed] .kanban-lane-content--collapsed{opacity:1}.kanban-lane[data-lane-state=expanded]{background-color:var(--bg-surface-base);min-width:var(--lane-expanded-min-width);max-width:var(--lane-expanded-max-width);padding:1rem}.kanban-lane[data-lane-state=expanded] .kanban-lane-content--collapsed{opacity:0;pointer-events:none}.kanban-lane[data-lane-state=expanded] .kanban-lane-content--expanded{opacity:1}.arondite-agent-spinner{color:currentColor;width:1rem;height:1rem;display:inline-flex}.arondite-agent-spinner svg{width:100%;height:100%;overflow:visible}.arondite-agent-spinner-fill{fill:currentColor;opacity:.12}.arondite-agent-spinner-trace{fill:none;stroke:currentColor;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:.18 .82;animation:18s linear infinite arondite-agent-trace}.arondite-agent-spinner-active .arondite-agent-spinner-fill{opacity:.08}.arondite-agent-spinner-active .arondite-agent-spinner-trace{stroke-width:6px;animation:6s linear infinite arondite-agent-trace}@keyframes arondite-agent-trace{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}
