.SubGoalTree-module__hbEeNq__aggregatedProgress{background:var(--bg-secondary,#fafafa);border-radius:8px;margin:8px 0;padding:10px 12px}.SubGoalTree-module__hbEeNq__aggregatedHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.SubGoalTree-module__hbEeNq__aggregatedLabel{text-transform:uppercase;letter-spacing:.3px;color:var(--text-secondary,#6b7280);font-size:11px;font-weight:600}.SubGoalTree-module__hbEeNq__aggregatedCount{color:var(--text-secondary,#6b7280);font-size:11px}.SubGoalTree-module__hbEeNq__aggregatedBar{background:var(--surface-tertiary,#e5e7eb);border-radius:3px;height:6px;overflow:hidden}.SubGoalTree-module__hbEeNq__aggregatedBarFill{background:var(--accent-primary,#3b82f6);border-radius:3px;height:100%;transition:width .3s}.SubGoalTree-module__hbEeNq__segmentDots{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.SubGoalTree-module__hbEeNq__segmentItem{color:var(--text-muted,#9ca3af);align-items:center;gap:4px;font-size:10px;display:flex}.SubGoalTree-module__hbEeNq__segmentDot{border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.SubGoalTree-module__hbEeNq__segmentCompleted{background:var(--success-color,#22c55e)}.SubGoalTree-module__hbEeNq__segmentActive{background:var(--accent,#f97316)}.SubGoalTree-module__hbEeNq__segmentPending{background:var(--text-muted,#9ca3af)}.SubGoalTree-module__hbEeNq__segmentFailed{background:var(--danger-color,#ef4444)}.SubGoalTree-module__hbEeNq__subGoalTree{margin:8px 0 0}.SubGoalTree-module__hbEeNq__toggleBtn{cursor:pointer;color:var(--text-muted,#9ca3af);text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;width:100%;padding:6px 4px;font-size:12px;font-weight:500;transition:background .15s;display:flex}.SubGoalTree-module__hbEeNq__toggleBtn:hover{background:var(--surface-hover,#f3f4f6)}.SubGoalTree-module__hbEeNq__toggleBtn:focus-visible{outline:2px solid var(--accent-primary,#3b82f6);outline-offset:2px}.SubGoalTree-module__hbEeNq__toggleChevron{width:16px;height:16px;color:var(--text-muted,#9ca3af);flex-shrink:0;transition:transform .2s}.SubGoalTree-module__hbEeNq__toggleChevronExpanded{transform:rotate(180deg)}.SubGoalTree-module__hbEeNq__toggleLabel{flex:1}.SubGoalTree-module__hbEeNq__subGoalList{flex-direction:column;gap:4px;padding-top:4px;animation:.2s ease-out SubGoalTree-module__hbEeNq__slideDown;display:flex}@keyframes SubGoalTree-module__hbEeNq__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.SubGoalTree-module__hbEeNq__subGoalItem{border-radius:6px;padding:0}.SubGoalTree-module__hbEeNq__itemDepth1{background:var(--bg-secondary,#fafafa);border:1px solid var(--border-color,#e5e7eb);border-radius:6px;padding:8px 10px}.SubGoalTree-module__hbEeNq__itemDepth2{background:var(--bg-tertiary,#f3f4f6);border:1px solid var(--border-color,#e5e7eb);border-radius:6px;padding:8px 10px}.SubGoalTree-module__hbEeNq__itemFailed{border-left:3px solid var(--danger-color,#ef4444)}.SubGoalTree-module__hbEeNq__subGoalRow{align-items:center;gap:8px;display:flex}.SubGoalTree-module__hbEeNq__subGoalRow:hover{background:var(--bg-card-hover,#00000005);border-radius:4px}.SubGoalTree-module__hbEeNq__subGoalRow:focus-within{outline:2px solid var(--accent-primary,#3b82f6);outline-offset:2px;border-radius:4px}.SubGoalTree-module__hbEeNq__statusIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;line-height:1;display:flex}.SubGoalTree-module__hbEeNq__statusIconCompleted{background:var(--success-color,#22c55e);color:#fff}.SubGoalTree-module__hbEeNq__statusIconExecuting{background:var(--accent,#f97316);color:#fff;animation:1.5s infinite SubGoalTree-module__hbEeNq__pulse}.SubGoalTree-module__hbEeNq__statusIconActive{background:var(--accent,#f97316);color:#fff}.SubGoalTree-module__hbEeNq__statusIconWaiting{background:var(--status-warning-text,#a16207);color:#fff}.SubGoalTree-module__hbEeNq__statusIconFailed{background:var(--danger-color,#ef4444);color:#fff}.SubGoalTree-module__hbEeNq__statusIconCancelled{background:var(--text-muted,#9ca3af);color:#fff}.SubGoalTree-module__hbEeNq__statusIconPending{background:var(--surface-tertiary,#e5e7eb);color:var(--text-muted,#9ca3af)}@keyframes SubGoalTree-module__hbEeNq__pulse{0%,to{opacity:1}50%{opacity:.6}}.SubGoalTree-module__hbEeNq__subGoalDescription{color:var(--text-primary,#111827);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:500;overflow:hidden}.SubGoalTree-module__hbEeNq__descriptionDimmed{color:var(--text-secondary,#6b7280)}.SubGoalTree-module__hbEeNq__miniProgressSection{flex-shrink:0;align-items:center;gap:4px;display:flex}.SubGoalTree-module__hbEeNq__miniProgressBar{background:var(--bg-tertiary,#f3f4f6);border-radius:2px;width:48px;height:4px;overflow:hidden}.SubGoalTree-module__hbEeNq__miniProgressFill{background:var(--accent-primary,#3b82f6);border-radius:2px;height:100%;transition:width .3s}.SubGoalTree-module__hbEeNq__miniProgressPercent{color:var(--text-muted,#9ca3af);text-align:right;width:28px;font-size:10px}.SubGoalTree-module__hbEeNq__compactBadge{text-transform:uppercase;letter-spacing:.2px;border-radius:8px;flex-shrink:0;align-items:center;padding:1px 6px;font-size:9px;font-weight:600;display:inline-flex}.SubGoalTree-module__hbEeNq__badgeCompleted{background:var(--status-success-bg,#d1fae5);color:var(--status-success-text,#047857)}.SubGoalTree-module__hbEeNq__badgeExecuting{background:var(--status-active-bg,#fef3c7);color:var(--status-active-text,#b45309)}.SubGoalTree-module__hbEeNq__badgeCollectinginfo{background:var(--status-info-bg,#dbeafe);color:var(--status-info-text,#1d4ed8)}.SubGoalTree-module__hbEeNq__badgeReady{background:var(--status-ready-bg,#d1fae5);color:var(--status-ready-text,#047857)}.SubGoalTree-module__hbEeNq__badgeWaitinginbound{background:var(--status-warning-bg,#fef9c3);color:var(--status-warning-text,#a16207)}.SubGoalTree-module__hbEeNq__badgeFailed{background:var(--status-error-bg,#fee2e2);color:var(--status-error-text,#dc2626)}.SubGoalTree-module__hbEeNq__badgeCancelled{background:var(--status-cancelled-bg,#f3f4f6);color:var(--status-cancelled-text,#6b7280)}.SubGoalTree-module__hbEeNq__badgeDefault{color:#6b7280;background:#f3f4f6}.SubGoalTree-module__hbEeNq__expandBtn{cursor:pointer;color:var(--text-muted,#9ca3af);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:background .15s;display:flex}.SubGoalTree-module__hbEeNq__expandBtn:hover{background:var(--surface-hover,#f3f4f6)}.SubGoalTree-module__hbEeNq__expandBtn:focus-visible{outline:2px solid var(--accent-primary,#3b82f6);outline-offset:2px}.SubGoalTree-module__hbEeNq__expandChevron{width:14px;height:14px;transition:transform .2s}.SubGoalTree-module__hbEeNq__expandChevronOpen{transform:rotate(90deg)}.SubGoalTree-module__hbEeNq__nestedChildren{flex-direction:column;gap:4px;padding-top:4px;animation:.2s ease-out SubGoalTree-module__hbEeNq__slideDown;display:flex}.SubGoalTree-module__hbEeNq__moreLink{color:var(--accent-primary,#3b82f6);cursor:pointer;padding:4px 0;font-size:11px;display:inline-block}.SubGoalTree-module__hbEeNq__moreLink:hover{text-decoration:underline}@media (max-width:640px){.SubGoalTree-module__hbEeNq__subGoalRow{flex-wrap:wrap}.SubGoalTree-module__hbEeNq__subGoalDescription{white-space:normal;flex-basis:calc(100% - 24px)}.SubGoalTree-module__hbEeNq__miniProgressSection{width:100%;padding-left:24px}.SubGoalTree-module__hbEeNq__miniProgressBar{flex:1}.SubGoalTree-module__hbEeNq__expandBtn{min-width:44px;min-height:44px}}@media (prefers-color-scheme:dark){.SubGoalTree-module__hbEeNq__aggregatedProgress{background:var(--surface-secondary-dark,#374151)}.SubGoalTree-module__hbEeNq__itemDepth1{background:var(--surface-secondary-dark,#374151);border-color:var(--border-subtle-dark,#4b5563)}.SubGoalTree-module__hbEeNq__itemDepth2{background:var(--surface-tertiary-dark,#4b5563);border-color:var(--border-subtle-dark,#6b7280)}.SubGoalTree-module__hbEeNq__subGoalDescription{color:var(--text-primary-dark,#f9fafb)}.SubGoalTree-module__hbEeNq__descriptionDimmed{color:var(--text-secondary-dark,#9ca3af)}.SubGoalTree-module__hbEeNq__toggleBtn:hover{background:var(--surface-hover-dark,#374151)}.SubGoalTree-module__hbEeNq__subGoalRow:hover{background:#ffffff0a}}@media (prefers-reduced-motion:reduce){.SubGoalTree-module__hbEeNq__statusIconExecuting,.SubGoalTree-module__hbEeNq__subGoalList,.SubGoalTree-module__hbEeNq__nestedChildren{animation:none}.SubGoalTree-module__hbEeNq__toggleChevron,.SubGoalTree-module__hbEeNq__expandChevron,.SubGoalTree-module__hbEeNq__aggregatedBarFill,.SubGoalTree-module__hbEeNq__miniProgressFill{transition:none}}
.CoordinationTab-module__VNwIWG__container{background:var(--bg-primary);flex-direction:column;height:100%;display:flex;overflow:hidden}.CoordinationTab-module__VNwIWG__header{border-bottom:1px solid var(--glass-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px;display:flex}.CoordinationTab-module__VNwIWG__headerContent{flex-direction:column;gap:4px;display:flex}.CoordinationTab-module__VNwIWG__headerTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600}.CoordinationTab-module__VNwIWG__headerSubtitle{color:var(--text-muted);margin:0;font-size:.8rem}.CoordinationTab-module__VNwIWG__newConversationBtn{border:1px solid var(--border-color);color:var(--text-secondary);font-size:.82rem;font-weight:500;font-family:var(--font-family);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;display:flex}.CoordinationTab-module__VNwIWG__newConversationBtn:hover:not(:disabled){border-color:var(--accent-cyan);color:var(--accent-cyan);background:#ffffff14}.CoordinationTab-module__VNwIWG__newConversationBtn:disabled{opacity:.5;cursor:not-allowed}.CoordinationTab-module__VNwIWG__goalProgressContainer{border-bottom:1px solid var(--glass-border);background:#7c3aed0a;flex-shrink:0;transition:max-height .25s;overflow:hidden}.CoordinationTab-module__VNwIWG__goalProgressContainerCollapsed{max-height:48px}.CoordinationTab-module__VNwIWG__goalProgressContainerExpanded{max-height:320px;overflow-y:auto}.CoordinationTab-module__VNwIWG__goalSummaryBar{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;min-height:48px;padding:10px 16px;display:flex}.CoordinationTab-module__VNwIWG__goalSummaryBar:hover{background:#7c3aed0f}.CoordinationTab-module__VNwIWG__goalSummaryIcon{flex-shrink:0;font-size:1rem}.CoordinationTab-module__VNwIWG__goalSummaryTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.85rem;font-weight:600;overflow:hidden}.CoordinationTab-module__VNwIWG__goalSummaryStatus{text-transform:uppercase;letter-spacing:.3px;border-radius:10px;flex-shrink:0;padding:2px 8px;font-size:.72rem;font-weight:600}.CoordinationTab-module__VNwIWG__goalSummaryStatusExecuting{color:var(--accent-yellow,#fbbf24);background:#fbbf2433}.CoordinationTab-module__VNwIWG__goalSummaryStatusWaiting{color:var(--accent-cyan);background:#3b82f626}.CoordinationTab-module__VNwIWG__goalSummaryStatusCompleted{color:var(--success-color);background:#22c55e26}.CoordinationTab-module__VNwIWG__goalSummaryStatusDefault{color:var(--text-secondary);background:#ffffff14}.CoordinationTab-module__VNwIWG__goalSummaryProgress{color:var(--text-muted);flex-shrink:0;font-size:.72rem}.CoordinationTab-module__VNwIWG__goalSummaryToggle{color:var(--text-muted);flex-shrink:0;font-size:.65rem;transition:transform .2s}.CoordinationTab-module__VNwIWG__goalSummaryToggleExpanded{transform:rotate(180deg)}.CoordinationTab-module__VNwIWG__goalProgressBody{padding:0 16px 12px}.CoordinationTab-module__VNwIWG__messagesContainer{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.CoordinationTab-module__VNwIWG__welcomeMessage{gap:12px;max-width:85%;display:flex}.CoordinationTab-module__VNwIWG__welcomeAvatar{background:linear-gradient(135deg,#7c3aed33,#00d4ff33);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.CoordinationTab-module__VNwIWG__welcomeBubble{background:var(--glass-bg-light);border:1px solid var(--glass-border);border-radius:4px 16px 16px;padding:14px 16px}.CoordinationTab-module__VNwIWG__welcomeText{color:var(--text-primary);margin:0 0 12px;font-size:.9rem;line-height:1.5}.CoordinationTab-module__VNwIWG__welcomeList{margin:0 0 12px;padding-left:0;list-style:none}.CoordinationTab-module__VNwIWG__welcomeList li{color:var(--text-secondary);align-items:center;gap:8px;padding:6px 0;font-size:.85rem;display:flex}.CoordinationTab-module__VNwIWG__welcomePrompt{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:500}.CoordinationTab-module__VNwIWG__loadingIndicator{gap:12px;max-width:85%;display:flex}.CoordinationTab-module__VNwIWG__loadingAvatar{border:2px solid var(--accent-cyan);background:linear-gradient(135deg,#7c3aed26,#00d4ff26);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .3s;animation:2s ease-in-out infinite CoordinationTab-module__VNwIWG__pulseGlow;display:flex}.CoordinationTab-module__VNwIWG__loadingIcon{font-size:1.3rem;animation:1.5s ease-in-out infinite CoordinationTab-module__VNwIWG__iconBounce}.CoordinationTab-module__VNwIWG__loadingContent{flex-direction:column;gap:8px;display:flex}.CoordinationTab-module__VNwIWG__loadingBubble{background:var(--glass-bg-light);border:1px solid var(--glass-border);border-radius:4px 16px 16px;align-items:center;gap:2px;padding:12px 16px;display:flex}.CoordinationTab-module__VNwIWG__loadingText{color:var(--accent-cyan);font-size:.95rem;font-weight:600;transition:color .3s}.CoordinationTab-module__VNwIWG__loadingDots{color:var(--accent-cyan);width:20px;font-size:.95rem;transition:color .3s}.CoordinationTab-module__VNwIWG__loadingFact{padding:0 4px;animation:.4s ease-out CoordinationTab-module__VNwIWG__fadeInSlide}.CoordinationTab-module__VNwIWG__factText{color:var(--text-muted);font-size:.8rem;font-style:italic}.CoordinationTab-module__VNwIWG__phaseIndicator{gap:6px;padding:0 4px;display:flex}.CoordinationTab-module__VNwIWG__phaseDot{background:var(--glass-border);border-radius:50%;width:8px;height:8px;transition:all .3s}.CoordinationTab-module__VNwIWG__phaseDotActive{background:var(--accent-cyan);animation:1s ease-in-out infinite CoordinationTab-module__VNwIWG__dotPulse;box-shadow:0 0 8px #00d4ff80}.CoordinationTab-module__VNwIWG__phaseDotComplete{background:var(--success-color)}@keyframes CoordinationTab-module__VNwIWG__pulseGlow{0%,to{transform:scale(1);box-shadow:0 0 #00d4ff66}50%{transform:scale(1.02);box-shadow:0 0 12px 2px #00d4ff33}}@keyframes CoordinationTab-module__VNwIWG__iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes CoordinationTab-module__VNwIWG__fadeInSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes CoordinationTab-module__VNwIWG__dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes CoordinationTab-module__VNwIWG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.CoordinationTab-module__VNwIWG__suggestionsContainer{border-top:1px solid var(--glass-border);flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.CoordinationTab-module__VNwIWG__suggestionChip{border-radius:var(--border-radius-full);border:1px solid var(--border-color);color:var(--text-secondary);font-size:.82rem;font-family:var(--font-family);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;align-items:center;min-height:44px;padding:8px 14px;display:flex}.CoordinationTab-module__VNwIWG__suggestionChip:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#00d4ff14}.CoordinationTab-module__VNwIWG__errorContainer{background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:10px;margin:0 16px 8px;padding:12px 16px;display:flex}.CoordinationTab-module__VNwIWG__errorIcon{flex-shrink:0;font-size:1rem}.CoordinationTab-module__VNwIWG__errorText{color:var(--danger-color);flex:1;font-size:.85rem}.CoordinationTab-module__VNwIWG__errorDismiss{color:var(--danger-color);cursor:pointer;opacity:.7;transition:opacity var(--transition-fast);background:0 0;border:none;padding:4px;font-size:1rem}.CoordinationTab-module__VNwIWG__errorDismiss:hover{opacity:1}.CoordinationTab-module__VNwIWG__inputContainer{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--glass-border);background:var(--bg-primary);flex-shrink:0}.CoordinationTab-module__VNwIWG__inputForm{align-items:flex-end;gap:10px;display:flex}.CoordinationTab-module__VNwIWG__inputTextarea{border:1px solid var(--border-color);font-size:.9rem;font-family:var(--font-family);background:var(--glass-bg-light);color:var(--text-primary);resize:none;min-height:44px;max-height:120px;transition:border-color var(--transition-fast);border-radius:20px;flex:1;padding:12px 16px}.CoordinationTab-module__VNwIWG__inputTextarea:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 0 3px #00d4ff1a}.CoordinationTab-module__VNwIWG__inputTextarea::placeholder{color:var(--text-muted)}.CoordinationTab-module__VNwIWG__inputTextarea:disabled{opacity:.6;cursor:not-allowed}.CoordinationTab-module__VNwIWG__sendButton{background:linear-gradient(135deg,var(--accent-purple)0%,var(--accent-cyan)100%);color:#fff;cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.CoordinationTab-module__VNwIWG__sendButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed4d}.CoordinationTab-module__VNwIWG__sendButton:disabled{opacity:.5;cursor:not-allowed}.CoordinationTab-module__VNwIWG__creditIndicator{color:var(--text-muted);align-items:center;gap:4px;margin-top:8px;font-size:.72rem;display:flex}.CoordinationTab-module__VNwIWG__creditIcon{font-size:.75rem}.CoordinationTab-module__VNwIWG__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.CoordinationTab-module__VNwIWG__emptyIcon{opacity:.5;margin-bottom:16px;font-size:3rem}.CoordinationTab-module__VNwIWG__emptyTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:600}.CoordinationTab-module__VNwIWG__emptySubtitle{color:var(--text-muted);max-width:300px;font-size:.9rem;line-height:1.5}@media (max-width:767px){.CoordinationTab-module__VNwIWG__header{padding:12px}.CoordinationTab-module__VNwIWG__headerTitle{font-size:1rem}.CoordinationTab-module__VNwIWG__headerSubtitle{font-size:.75rem}.CoordinationTab-module__VNwIWG__messagesContainer{padding:12px}.CoordinationTab-module__VNwIWG__welcomeMessage,.CoordinationTab-module__VNwIWG__loadingIndicator{max-width:95%}.CoordinationTab-module__VNwIWG__suggestionChip{padding:10px 16px;font-size:.85rem}.CoordinationTab-module__VNwIWG__inputContainer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));position:sticky;bottom:0}.CoordinationTab-module__VNwIWG__inputTextarea{font-size:16px}}
.TasksTab-module__670VeW__container{flex-direction:column;height:100%;display:flex;overflow:hidden}.TasksTab-module__670VeW__tabs{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);gap:4px;padding:12px 16px;display:flex}.TasksTab-module__670VeW__tab{border-radius:var(--border-radius);font-size:.85rem;font-weight:500;font-family:var(--font-family);cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;display:flex}.TasksTab-module__670VeW__tab:hover{color:var(--text-primary);background:#ffffff0a}.TasksTab-module__670VeW__tabActive,.TasksTab-module__670VeW__tabActive:hover{background:var(--accent-gradient);color:#fff}.TasksTab-module__670VeW__tabBadge{border-radius:var(--border-radius-full);min-width:20px;height:20px;color:var(--warning-color);background:#f59e0b33;justify-content:center;align-items:center;padding:0 6px;font-size:.72rem;font-weight:600;display:inline-flex}.TasksTab-module__670VeW__tabActive .TasksTab-module__670VeW__tabBadge{color:#fff;background:#fff3}.TasksTab-module__670VeW__content{flex-direction:column;flex:1;gap:8px;padding:12px 16px;display:flex;overflow-y:auto}.TasksTab-module__670VeW__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.TasksTab-module__670VeW__emptyIcon{opacity:.5;margin-bottom:16px;font-size:3rem}.TasksTab-module__670VeW__emptyTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:600}.TasksTab-module__670VeW__emptySubtitle{color:var(--text-muted);max-width:280px;font-size:.9rem}.TasksTab-module__670VeW__loading{color:var(--text-muted);flex:1;justify-content:center;align-items:center;padding:48px 24px;font-size:.9rem;display:flex}.TasksTab-module__670VeW__error{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px;display:flex}.TasksTab-module__670VeW__errorText{color:var(--danger-color);font-size:.85rem}.TasksTab-module__670VeW__retryBtn{font-size:.82rem;font-weight:500;font-family:var(--font-family);cursor:pointer;border:1px solid var(--border-color);color:var(--text-secondary);transition:all var(--transition-fast);background:#ffffff0a;border-radius:8px;padding:8px 16px}.TasksTab-module__670VeW__retryBtn:hover{border-color:var(--border-hover);background:#ffffff14}.TasksTab-module__670VeW__goalCard{border:1px solid var(--border-color);transition:border-color var(--transition-fast);border-radius:10px;overflow:hidden}.TasksTab-module__670VeW__goalCard:hover{border-color:var(--border-hover)}.TasksTab-module__670VeW__goalCardCompleted{border-color:var(--success-color);opacity:.7;transition:opacity 1s,border-color 1s}.TasksTab-module__670VeW__goalSummary{cursor:pointer;width:100%;font-family:var(--font-family);text-align:left;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:12px;padding:12px 14px;display:flex}.TasksTab-module__670VeW__goalSummary:hover{background:#ffffff08}.TasksTab-module__670VeW__goalSummaryTerminal{opacity:.65}.TasksTab-module__670VeW__goalInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.TasksTab-module__670VeW__goalDescription{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:500;overflow:hidden}.TasksTab-module__670VeW__goalMeta{color:var(--text-muted);align-items:center;gap:10px;font-size:.75rem;display:flex}.TasksTab-module__670VeW__goalType{text-transform:capitalize}.TasksTab-module__670VeW__goalStepProgress{color:var(--accent-cyan);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.TasksTab-module__670VeW__goalTime{flex-shrink:0;margin-left:auto}.TasksTab-module__670VeW__goalChevron{color:var(--text-muted);flex-shrink:0;font-size:.72rem}.TasksTab-module__670VeW__goalDetail{border-top:1px solid var(--border-color);background:#ffffff03;padding:4px 8px 12px}.TasksTab-module__670VeW__goalAnalysis{color:var(--text-primary);border-left:3px solid var(--success-color);background:#10b9810f;border-radius:8px;margin:4px 8px;padding:10px 16px;font-size:.82rem;line-height:1.5}.TasksTab-module__670VeW__goalAnalysisPreview{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;border-top:1px solid #ffffff0a;padding:6px 16px;font-size:.78rem;line-height:1.4;overflow:hidden}.TasksTab-module__670VeW__goalReason,.TasksTab-module__670VeW__goalOriginalRequest{color:var(--text-secondary);padding:8px 16px;font-size:.82rem;line-height:1.4}.TasksTab-module__670VeW__goalReasonLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:.75rem;font-weight:600}.TasksTab-module__670VeW__subGoalList{flex-direction:column;gap:2px;padding:8px 8px 4px;display:flex}.TasksTab-module__670VeW__subGoalItem{border-left:3px solid var(--accent,#f97316);background:#ffffff05;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.TasksTab-module__670VeW__simpleDetail{padding:8px 14px 4px}.TasksTab-module__670VeW__simpleTimeline{flex-direction:column;gap:0;padding-left:12px;display:flex;position:relative}.TasksTab-module__670VeW__simpleStep{color:var(--text-secondary);align-items:flex-start;gap:10px;padding:8px 0;font-size:.84rem;display:flex;position:relative}.TasksTab-module__670VeW__simpleStep:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:-6px}.TasksTab-module__670VeW__simpleStep:first-child:before{top:50%}.TasksTab-module__670VeW__simpleStep:last-child:before{bottom:50%}.TasksTab-module__670VeW__simpleStepIcon{text-align:center;flex-shrink:0;width:18px;font-size:.82rem}.TasksTab-module__670VeW__simpleStepText{line-height:1.4}.TasksTab-module__670VeW__simpleStepDone{color:var(--success-color)}.TasksTab-module__670VeW__simpleStepActive{color:var(--warning-color)}.TasksTab-module__670VeW__simpleStepWaiting{color:var(--accent-cyan)}.TasksTab-module__670VeW__simpleStepFailed{color:var(--danger-color)}.TasksTab-module__670VeW__simpleActions{justify-content:flex-end;padding:8px 0 4px;display:flex}.TasksTab-module__670VeW__cancelBtn{border:1px solid var(--status-error-text,#dc2626);color:var(--status-error-text,#dc2626);cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-family);background:0 0;border-radius:6px;padding:3px 10px;transition:all .15s}.TasksTab-module__670VeW__cancelBtn:hover{background:var(--status-error-bg,#fee2e2)}.TasksTab-module__670VeW__statusBadge{white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.TasksTab-module__670VeW__statusCreated{color:var(--text-muted);background:#9ca3af26}.TasksTab-module__670VeW__statusCollecting{color:var(--accent-cyan);background:#3b82f626}.TasksTab-module__670VeW__statusReady{color:var(--success-color);background:#10b98126}.TasksTab-module__670VeW__statusPlanning{color:var(--accent-purple);background:#8b5cf626}.TasksTab-module__670VeW__statusExecuting{color:var(--warning-color);background:#f59e0b26;animation:2s infinite TasksTab-module__670VeW__pulse}.TasksTab-module__670VeW__statusWaitingApproval{color:var(--danger-color);background:#ef444426}.TasksTab-module__670VeW__statusWaitingInbound{color:var(--warning-color);background:#f59e0b26}.TasksTab-module__670VeW__statusBlocked{color:var(--danger-color);background:#ef444426}.TasksTab-module__670VeW__statusCompleted{color:var(--success-color);background:#10b98126}.TasksTab-module__670VeW__statusCancelled{color:var(--text-muted);background:#9ca3af26}.TasksTab-module__670VeW__statusFailed{color:var(--danger-color);background:#ef444426}@keyframes TasksTab-module__670VeW__pulse{0%,to{opacity:1}50%{opacity:.6}}.TasksTab-module__670VeW__goalRow{align-items:center;display:flex}.TasksTab-module__670VeW__goalRow>.TasksTab-module__670VeW__goalSummary{flex:1;min-width:0}.TasksTab-module__670VeW__selectCheckbox{cursor:pointer;width:16px;height:16px;accent-color:var(--accent-cyan);flex-shrink:0;margin-left:12px}.TasksTab-module__670VeW__archiveBtn{cursor:pointer;opacity:.4;width:32px;height:32px;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;font-size:.9rem;display:flex}.TasksTab-module__670VeW__archiveBtn:hover{opacity:1;background:#ffffff0f}.TasksTab-module__670VeW__historyBar{align-items:center;gap:8px;padding:0 0 8px;display:flex}.TasksTab-module__670VeW__selectToggleBtn{font-size:.78rem;font-weight:500;font-family:var(--font-family);cursor:pointer;border:1px solid var(--border-color);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border-radius:6px;padding:4px 12px}.TasksTab-module__670VeW__selectToggleBtn:hover{border-color:var(--border-hover);background:#ffffff0f}.TasksTab-module__670VeW__archiveBatchBtn{font-size:.78rem;font-weight:600;font-family:var(--font-family);cursor:pointer;border:1px solid var(--danger-color);color:var(--danger-color);transition:all var(--transition-fast);background:#ef44441a;border-radius:6px;padding:4px 12px}.TasksTab-module__670VeW__archiveBatchBtn:hover{background:#ef444433}.TasksTab-module__670VeW__archiveBatchBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.TasksTab-module__670VeW__tabs{padding:8px 12px}.TasksTab-module__670VeW__tab{padding:6px 12px;font-size:.82rem}.TasksTab-module__670VeW__content{padding:8px 12px}.TasksTab-module__670VeW__goalSummary{padding:10px 12px}.TasksTab-module__670VeW__goalMeta{flex-wrap:wrap;gap:6px}}
