.workflow-chat{display:flex;flex-direction:column;height:100%;color:var(--text-primary, #111827);background:var(--bg-primary, #ffffff)}.workflow-chat__scroll{flex:1;overflow-y:auto;min-height:0}.workflow-chat__messages{padding:16px;display:flex;flex-direction:column;gap:12px}.workflow-chat__msg{max-width:85%;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5;word-break:break-word}.workflow-chat__msg--user{align-self:flex-end;background:var(--accent-primary, #3b82f6);color:#fff;border-bottom-right-radius:4px}.workflow-chat__msg--system{align-self:flex-start;background:var(--bg-tertiary, #f3f4f6);color:var(--text-primary, #374151);border-bottom-left-radius:4px}.workflow-chat__plan{display:flex;flex-direction:column;gap:10px}.workflow-chat__thinking{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;align-self:flex-start;border-radius:999px;border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-tertiary, #f3f4f6);color:var(--text-secondary, #6b7280);font-size:12px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.workflow-chat__thinking:hover{background:var(--bg-hover, rgba(0, 0, 0, .04));color:var(--text-primary, #111827)}.workflow-chat__thinking--open{border-radius:12px;align-self:stretch}.workflow-chat__thinking--live{cursor:default;align-self:flex-start}.workflow-chat__thinking-chevron{font-size:11px;line-height:1}.workflow-chat__thinking-label{font-weight:500;white-space:nowrap}.workflow-chat__thinking-body{padding:10px 12px;margin-top:-2px;border:1px solid var(--border-primary, #e5e7eb);border-radius:10px;background:var(--bg-tertiary, #f9fafb);display:flex;flex-direction:column;gap:10px;font-size:12px;line-height:1.5;color:var(--text-secondary, #4b5563)}.workflow-chat__thinking-summary{color:var(--text-primary, #111827)}.workflow-chat__thinking-step{display:flex;flex-direction:column;gap:4px;padding-left:10px;border-left:2px solid var(--accent-primary, #c4b5fd)}.workflow-chat__thinking-step-num{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--accent-primary, #8b5cf6)}.workflow-chat__thinking-line em{font-style:normal;font-weight:600;color:var(--text-primary, #111827);margin-right:4px}.workflow-chat__thinking-line--done{color:var(--text-primary, #111827)}.workflow-chat__plan-reasoning{font-size:12px;color:var(--text-secondary, #6b7280);padding:8px 12px;background:var(--bg-tertiary, #f9fafb);border-radius:8px;line-height:1.4}.workflow-chat__pipeline{display:flex;flex-direction:column;align-items:stretch}.workflow-chat__pipeline-arrow{display:flex;justify-content:center;padding:2px 0;opacity:.6}.workflow-chat__step{padding:10px 12px;background:var(--accent-overlay, #faf5ff);border:1px solid var(--banner-border, #e9d5ff);border-radius:10px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.workflow-chat__step:hover{border-color:var(--accent-primary, #c4b5fd);box-shadow:0 1px 4px #8b5cf61f}.workflow-chat__step-header{display:flex;align-items:center;gap:8px}.workflow-chat__step-num{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.workflow-chat__step-icon{font-size:15px;flex-shrink:0}.workflow-chat__step-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.workflow-chat__step-title{font-size:13px;font-weight:600;color:var(--text-primary, #4c1d95);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflow-chat__step-type{font-size:10px;color:var(--accent-primary, #8b5cf6);text-transform:uppercase;letter-spacing:.5px;font-weight:500}.workflow-chat__step-chevron{font-size:16px;color:var(--text-secondary, #a78bfa);transition:transform .2s;flex-shrink:0;font-weight:600}.workflow-chat__step-chevron--open{transform:rotate(90deg)}.workflow-chat__step-desc{font-size:12px;color:var(--text-secondary, #7c3aed);line-height:1.4;opacity:.85;margin-top:4px}.workflow-chat__step-prompt{margin-top:8px;padding:8px 10px;background:var(--bg-tertiary, #ede9fe);border-radius:6px;font-size:11px;color:var(--text-primary, #4c1d95);line-height:1.5;word-break:break-word;font-family:SF Mono,Menlo,Monaco,monospace}.workflow-chat__actions{padding:0 16px 16px}.workflow-chat__run-pipeline-note{margin-bottom:8px;padding:10px 12px;border-radius:10px;background:var(--accent-overlay, #fef3c7);color:var(--text-primary, #92400e);font-size:12px;line-height:1.5}.workflow-chat__input-area{display:flex;gap:8px;padding:10px 12px;border-top:1px solid var(--border-primary, #e5e7eb);background:var(--bg-primary, #fff);flex-shrink:0}.workflow-chat__input{flex:1;padding:8px 12px;border:1.5px solid var(--border-primary, #d1d5db);border-radius:10px;font-size:13px;outline:none;resize:none;font-family:inherit;background:var(--bg-primary, #fff);color:var(--text-primary, #111827)}.workflow-chat__input::placeholder{color:var(--text-tertiary, #9ca3af)}.workflow-chat__input:focus{border-color:var(--accent-primary, #3b82f6)}.workflow-chat__send{padding:8px 16px;border:none;border-radius:10px;background:var(--accent-primary, #3b82f6);color:#fff;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0}.workflow-chat__send:hover{background:var(--accent-primary-hover, #2563eb)}.workflow-chat__send:disabled{opacity:.5;cursor:not-allowed}.workflow-chat__loading{display:flex;align-items:center;gap:8px;align-self:flex-start;padding:10px 14px;background:var(--bg-tertiary, #f3f4f6);border-radius:12px 12px 12px 4px;font-size:13px;color:var(--text-secondary, #6b7280)}.workflow-chat__loading-dots{display:flex;gap:4px}.workflow-chat__loading-dots span{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary, #9ca3af);animation:wf-dot-bounce 1.4s infinite ease-in-out both}.workflow-chat__loading-dots span:nth-child(1){animation-delay:-.32s}.workflow-chat__loading-dots span:nth-child(2){animation-delay:-.16s}.workflow-chat__loading-dots span:nth-child(3){animation-delay:0s}@keyframes wf-dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.workflow-chat__add-to-board{display:block;width:100%;padding:10px 16px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.workflow-chat__add-to-board:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.workflow-chat__add-to-board:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.workflow-chat__add-to-board--done{background:linear-gradient(135deg,#059669,#10b981)}.workflow-chat__run-pipeline{display:block;width:100%;padding:10px 16px;border:none;border-radius:10px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.workflow-chat__run-pipeline:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.workflow-chat__run-pipeline:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.workflow-fab{position:fixed;bottom:100px;right:24px;z-index:1000}.workflow-fab__button{width:52px;height:52px;border-radius:50%;border:none;background:#3b82f6;color:#fff;font-size:22px;cursor:pointer;box-shadow:0 4px 14px #3b82f666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.workflow-fab__button:hover{background:#2563eb;transform:scale(1.08);box-shadow:0 6px 20px #3b82f680}.workflow-fab__button--active{background:#6b7280;box-shadow:0 4px 14px #6b728066}.workflow-fab__button--active:hover{background:#4b5563}.workflow-fab__panel{position:fixed;background:var(--bg-primary, #fff);color:var(--text-primary, #111827);border-radius:16px;box-shadow:var(--shadow-elevated, 0 8px 30px rgba(0, 0, 0, .15));border:1px solid var(--border-primary, #e5e7eb);display:flex;flex-direction:column;overflow:hidden;z-index:999;animation:wf-slide-up .2s ease-out}.workflow-fab__panel--minimized{height:auto!important}@keyframes wf-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.workflow-fab__panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-primary, #f3f4f6);background:var(--bg-tertiary, #f9fafb);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.workflow-fab__panel-header:active{cursor:grabbing}.workflow-fab__panel-actions{display:flex;align-items:center;gap:4px}.workflow-fab__panel-title{font-size:14px;font-weight:600;color:var(--text-primary, #374151)}.workflow-fab__panel-close{width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer;font-size:18px;color:var(--text-tertiary, #9ca3af);border-radius:6px;display:flex;align-items:center;justify-content:center}.workflow-fab__panel-close:hover{background:var(--bg-hover, #f3f4f6);color:var(--text-primary, #374151)}.workflow-fab__panel-body{flex:1;overflow:hidden;min-height:0}
