.RecipientInput-module__dxSidG__wrapper{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);cursor:text;flex-wrap:wrap;align-items:center;gap:.375rem;min-height:38px;padding:.375rem .75rem;display:flex}.RecipientInput-module__dxSidG__wrapper:focus-within{border-color:var(--primary)}.RecipientInput-module__dxSidG__wrapperLine{min-height:var(--space-8);padding:var(--space-1) 0 var(--space-2);border:0;border-bottom:1px solid var(--border-subtle);background:0 0;border-radius:0}.RecipientInput-module__dxSidG__wrapperLine:focus-within{border-color:var(--primary)}.RecipientInput-module__dxSidG__chip{background:var(--surface-1);border:1px solid var(--border);color:var(--foreground);border-radius:999px;align-items:center;gap:.25rem;max-width:220px;padding:.125rem .5rem;font-size:.8rem;display:flex}.RecipientInput-module__dxSidG__chipText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.RecipientInput-module__dxSidG__chipRemove{cursor:pointer;width:14px;height:14px;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.RecipientInput-module__dxSidG__chipRemove:hover{color:var(--color-danger)}.RecipientInput-module__dxSidG__input{min-width:120px;color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:.25rem 0;font-size:.875rem}.RecipientInput-module__dxSidG__input::placeholder{color:var(--muted-foreground)}.RecipientInput-module__dxSidG__dropdown{z-index:50;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);max-height:180px;box-shadow:0 4px 12px var(--shadow);margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.RecipientInput-module__dxSidG__dropdownTop{margin-top:0;margin-bottom:.25rem;top:auto;bottom:100%}.RecipientInput-module__dxSidG__suggestion{cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:background .1s;display:flex}.RecipientInput-module__dxSidG__suggestion:hover,.RecipientInput-module__dxSidG__suggestionActive{background:var(--surface-2)}.RecipientInput-module__dxSidG__suggestionName{color:var(--foreground);font-size:.8rem;font-weight:500}.RecipientInput-module__dxSidG__suggestionEmail{color:var(--muted-foreground);font-size:.75rem}
.agent-panels-module__SQiPDG__panelLoading{height:60px;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.agent-panels-module__SQiPDG__panelEmpty{height:100%;color:var(--text-tertiary);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:13px;display:flex}.agent-panels-module__SQiPDG__spin{animation:1s linear infinite agent-panels-module__SQiPDG__af-spin}.agent-panels-module__SQiPDG__taskPanel{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.agent-panels-module__SQiPDG__taskPanelBody{flex:1;padding:8px;overflow-y:auto}.agent-panels-module__SQiPDG__taskFilterPills{flex:1;gap:4px;display:flex}.agent-panels-module__SQiPDG__filterPill{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:500;transition:background .1s,color .1s}.agent-panels-module__SQiPDG__filterPill:hover{background:var(--hover-surface)}.agent-panels-module__SQiPDG__filterPillActive{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.agent-panels-module__SQiPDG__taskToast{z-index:10;background:var(--surface-3);color:var(--foreground);border:1px solid var(--border);white-space:nowrap;pointer-events:none;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:500;animation:.2s agent-panels-module__SQiPDG__toastIn;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}@keyframes agent-panels-module__SQiPDG__toastIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.agent-panels-module__SQiPDG__taskTitleRow{width:100%;min-height:40px;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:var(--space-2);background:var(--surface-1);color:var(--text-primary);cursor:pointer;text-align:left;align-items:center;transition:background .1s,border-color .1s;display:flex}.agent-panels-module__SQiPDG__taskTitleRow:hover{background:var(--hover-surface);border-color:var(--border-medium)}.agent-panels-module__SQiPDG__taskTitleOnly{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary);overflow:hidden}.agent-panels-module__SQiPDG__taskCard{border:1px solid var(--border);background:var(--surface-1);border-radius:7px;margin-bottom:7px;overflow:hidden}.agent-panels-module__SQiPDG__taskCardHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:8px 10px;display:flex}.agent-panels-module__SQiPDG__taskCardHeader:hover{background:var(--hover-surface)}.agent-panels-module__SQiPDG__taskCardLeft{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.agent-panels-module__SQiPDG__taskCardRight{color:var(--text-tertiary);flex-shrink:0;align-items:center;gap:4px;display:flex}.agent-panels-module__SQiPDG__taskCardActions{flex-shrink:0;align-items:center;gap:2px;padding-right:8px;display:flex}.agent-panels-module__SQiPDG__taskCardAction{border:1px solid var(--border);background:var(--surface-2);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;transition:background .1s,color .1s,border-color .1s;display:flex}.agent-panels-module__SQiPDG__taskCardAction:hover{background:var(--surface-3);color:var(--foreground)}.agent-panels-module__SQiPDG__taskCardActionDelete:hover{background:rgba(var(--primary-rgb),.12);border-color:var(--primary);color:var(--primary)}.agent-panels-module__SQiPDG__taskPriority{letter-spacing:.04em;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:700}.agent-panels-module__SQiPDG__taskTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.agent-panels-module__SQiPDG__taskProgress{color:var(--text-tertiary);font-size:11px;font-weight:500}.agent-panels-module__SQiPDG__taskCardBody{border-top:1px solid var(--border);padding:0 10px 10px}.agent-panels-module__SQiPDG__taskSummary{color:var(--text-secondary);margin:7px 0 5px;font-size:12px;line-height:1.45}.agent-panels-module__SQiPDG__todoList{flex-direction:column;gap:2px;padding:4px 0;display:flex}.agent-panels-module__SQiPDG__todoRow{border-radius:4px;align-items:flex-start;gap:6px;padding:3px 4px;transition:background .1s;display:flex}.agent-panels-module__SQiPDG__todoRow:hover{background:var(--hover-surface)}.agent-panels-module__SQiPDG__todoRowDone .agent-panels-module__SQiPDG__todoText{color:var(--text-tertiary);text-decoration:line-through}.agent-panels-module__SQiPDG__todoText{color:var(--text-secondary);flex:1;font-size:12px;line-height:1.45}.agent-panels-module__SQiPDG__todoLink{color:var(--primary);flex-shrink:0;font-size:11px}.agent-panels-module__SQiPDG__taskForm{border:1px solid var(--border);background:var(--surface-2);border-radius:7px;flex-direction:column;gap:8px;margin-bottom:8px;padding:10px 12px;display:flex}.agent-panels-module__SQiPDG__taskFormInput{background:var(--surface-1);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:5px;outline:none;padding:6px 10px;font-family:inherit;font-size:13px}.agent-panels-module__SQiPDG__taskFormInput:focus{border-color:var(--primary)}.agent-panels-module__SQiPDG__taskFormSelect{background:var(--surface-1);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:5px;outline:none;padding:5px 8px;font-family:inherit;font-size:12px}.agent-panels-module__SQiPDG__taskFormActions{justify-content:flex-end;gap:6px;display:flex}.agent-panels-module__SQiPDG__taskFormTodoSection{flex-direction:column;gap:5px;display:flex}.agent-panels-module__SQiPDG__taskFormTodoLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:2px;font-size:11px;font-weight:600}.agent-panels-module__SQiPDG__taskFormTodoRow{align-items:center;gap:6px;display:flex}.agent-panels-module__SQiPDG__taskFormTodoInput{background:var(--surface-1);border:1px solid var(--border);color:var(--foreground);border-radius:5px;outline:none;flex:1;padding:5px 8px;font-family:inherit;font-size:12px}.agent-panels-module__SQiPDG__taskFormTodoInput:focus{border-color:var(--primary)}.agent-panels-module__SQiPDG__taskFormTodoRemove{width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.agent-panels-module__SQiPDG__taskFormTodoRemove:hover{background:rgba(var(--primary-rgb),.1);color:var(--primary)}.agent-panels-module__SQiPDG__taskFormTodoAdd{border:1px dashed var(--border);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:4px;width:fit-content;padding:4px 6px;font-size:12px;transition:color .1s,border-color .1s;display:flex}.agent-panels-module__SQiPDG__taskFormTodoAdd:hover{color:var(--foreground);border-color:var(--foreground)}.agent-panels-module__SQiPDG__taskFormCancel{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:5px;padding:4px 10px;font-size:12px}.agent-panels-module__SQiPDG__taskFormCancel:hover{background:var(--hover-surface)}.agent-panels-module__SQiPDG__activityPanel{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.agent-panels-module__SQiPDG__activityFilterPills{scrollbar-width:none;flex:1;gap:4px;min-width:0;display:flex;overflow-x:auto}.agent-panels-module__SQiPDG__activityFilterPills::-webkit-scrollbar{display:none}.agent-panels-module__SQiPDG__activityPanelBody{flex:1;padding:8px 10px;overflow-y:auto}.agent-panels-module__SQiPDG__activityRow{width:100%;min-height:58px;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:stretch;padding:0;display:flex}.agent-panels-module__SQiPDG__activityRow:hover .agent-panels-module__SQiPDG__activityRowBody{background:var(--hover-surface)}.agent-panels-module__SQiPDG__activitySpine{flex-shrink:0;justify-content:center;width:26px;padding-top:7px;display:flex;position:relative}.agent-panels-module__SQiPDG__activityLine{background:var(--border);width:1px;position:absolute;top:25px;bottom:0}.agent-panels-module__SQiPDG__activityDot{z-index:1;border-radius:var(--radius-full);background:var(--surface-2);border:1px solid var(--border);width:22px;height:22px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:relative}.agent-panels-module__SQiPDG__activityRowBody{border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:3px;min-width:0;padding:7px 8px 9px;transition:background .1s;display:flex}.agent-panels-module__SQiPDG__activityMetaRow{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.agent-panels-module__SQiPDG__activityTime{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-tertiary);white-space:nowrap}.agent-panels-module__SQiPDG__activityTypeBadge,.agent-panels-module__SQiPDG__activityDone,.agent-panels-module__SQiPDG__activityAttachment,.agent-panels-module__SQiPDG__activityMetaBadge,.agent-panels-module__SQiPDG__activityLinkBadge{border-radius:var(--radius-xs);min-width:0;font-size:var(--text-xs);font-weight:var(--font-semibold);white-space:nowrap;align-items:center;gap:3px;padding:1px 5px;line-height:1.2;display:inline-flex}.agent-panels-module__SQiPDG__activityTypeBadge{background:var(--surface-2);color:var(--text-secondary)}.agent-panels-module__SQiPDG__activityMetaBadge{background:var(--surface-0);border:1px solid var(--border-subtle);color:var(--text-tertiary)}.agent-panels-module__SQiPDG__activityLinkBadge{background:var(--active-surface);border:1px solid rgba(var(--primary-rgb), .22);color:var(--primary)}.agent-panels-module__SQiPDG__activityDone{background:var(--color-success-bg);color:var(--color-success)}.agent-panels-module__SQiPDG__activityAttachment{color:var(--text-tertiary);padding-left:0}.agent-panels-module__SQiPDG__activityHeadline{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary);overflow:hidden}.agent-panels-module__SQiPDG__activityHeadlineDone{color:var(--text-tertiary);text-decoration:line-through}.agent-panels-module__SQiPDG__activityRemarks{color:var(--text-secondary);font-size:var(--text-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.agent-panels-module__SQiPDG__activityTypeNote{background:var(--surface-2);border-color:var(--border);color:var(--text-secondary)}.agent-panels-module__SQiPDG__activityTypeCall{background:var(--color-info-bg);border-color:color-mix(in srgb, var(--color-info) 30%, transparent);color:var(--color-info)}.agent-panels-module__SQiPDG__activityTypeEmail{background:var(--color-success-bg);border-color:color-mix(in srgb, var(--color-success) 30%, transparent);color:var(--color-success)}.agent-panels-module__SQiPDG__activityTypeMeeting{background:color-mix(in srgb, var(--chart-violet) 12%, transparent);border-color:color-mix(in srgb, var(--chart-violet) 30%, transparent);color:var(--chart-violet)}.agent-panels-module__SQiPDG__activityTypeOther{background:var(--surface-2);border-color:var(--border);color:var(--text-tertiary)}.agent-panels-module__SQiPDG__notePanel{flex-direction:column;height:100%;display:flex;overflow:hidden}.agent-panels-module__SQiPDG__noteEditor{flex:1;min-height:0}.agent-panels-module__SQiPDG__docPanel{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.agent-panels-module__SQiPDG__docPanelBody{flex:1;padding:4px 0;overflow-y:auto}.agent-panels-module__SQiPDG__docTreeRow{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:4px 8px;transition:background .1s;display:flex}.agent-panels-module__SQiPDG__docTreeRow:hover{background:var(--hover-surface)}.agent-panels-module__SQiPDG__docTreeChevron{width:14px;color:var(--text-tertiary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.agent-panels-module__SQiPDG__docFolderIcon{color:var(--primary);flex-shrink:0}.agent-panels-module__SQiPDG__docFileIcon{color:var(--text-secondary);flex-shrink:0}.agent-panels-module__SQiPDG__docTreeLabel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.agent-panels-module__SQiPDG__docPreviewOverlay{background:var(--surface-1);z-index:10;flex-direction:column;display:flex;position:absolute;inset:0}.agent-panels-module__SQiPDG__docPreviewOverlayHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;display:flex}.agent-panels-module__SQiPDG__docPreviewTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:500;overflow:hidden}.agent-panels-module__SQiPDG__docPreviewClose{width:22px;height:22px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s;display:flex}.agent-panels-module__SQiPDG__docPreviewClose:hover{background:var(--hover-surface);color:var(--foreground)}.agent-panels-module__SQiPDG__docPreviewContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.agent-panels-module__SQiPDG__artifactPanel{flex-direction:column;height:100%;display:flex;overflow:hidden}.agent-panels-module__SQiPDG__artifactFilterPills{flex:1;gap:3px;display:flex}.agent-panels-module__SQiPDG__artifactPanelBody{flex-direction:column;flex:1;gap:2px;padding:4px 6px;display:flex;overflow-y:auto}.agent-panels-module__SQiPDG__artifactRow{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 8px;transition:background .1s,border-color .1s;display:flex}.agent-panels-module__SQiPDG__artifactRow:hover{background:var(--hover-surface);border-color:var(--border)}.agent-panels-module__SQiPDG__artifactRowIcon{background:var(--surface-2);border:1px solid var(--border);width:26px;height:26px;color:var(--text-secondary);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.agent-panels-module__SQiPDG__artifactRowMain{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.agent-panels-module__SQiPDG__artifactRowTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.agent-panels-module__SQiPDG__artifactRowMeta{align-items:center;gap:6px;display:flex}.agent-panels-module__SQiPDG__artifactTypeBadge{letter-spacing:.04em;text-transform:uppercase;background:var(--surface-3);color:var(--text-tertiary);border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:10px;font-weight:600}.agent-panels-module__SQiPDG__artifactRowDate{color:var(--text-tertiary);font-size:11px}.agent-panels-module__SQiPDG__artifactRowArrow{color:var(--text-tertiary);flex-shrink:0;transition:color .1s}.agent-panels-module__SQiPDG__artifactRow:hover .agent-panels-module__SQiPDG__artifactRowArrow{color:var(--text-secondary)}
