.memory-panel{border-top:1px solid var(--border-primary, #e5e7eb);padding:8px 0}.memory-panel__toggle{display:flex;align-items:center;gap:6px;width:100%;padding:6px 12px;background:none;border:none;font-size:12px;font-weight:500;color:var(--text-secondary, #6b7280);cursor:pointer;text-align:left}.memory-panel__toggle:hover{color:var(--text-primary, #111827)}.memory-panel__toggle-icon{font-size:10px;width:12px}.memory-panel__count{margin-left:auto;background:var(--bg-tertiary, #e5e7eb);padding:1px 6px;border-radius:8px;font-size:10px}.memory-panel__body{padding:4px 12px 8px}.memory-panel__empty{font-size:11px;color:var(--text-secondary, #6b7280);padding:8px 0}.memory-panel__fact{display:flex;align-items:baseline;gap:4px;padding:4px 0;font-size:11px;line-height:1.4}.memory-panel__fact-category{font-weight:600;color:var(--text-primary, #111827);flex-shrink:0}.memory-panel__fact-value{color:var(--text-secondary, #6b7280);flex:1;overflow:hidden;text-overflow:ellipsis}.memory-panel__fact-remove{flex-shrink:0;background:none;border:none;font-size:14px;color:var(--text-secondary, #6b7280);cursor:pointer;padding:0 2px;line-height:1;opacity:0;transition:opacity .1s}.memory-panel__fact:hover .memory-panel__fact-remove{opacity:1}.memory-panel__fact-remove:hover{color:var(--error, #ef4444)}.memory-panel__actions{margin-top:8px;padding-top:6px;border-top:1px solid var(--border-primary, #e5e7eb)}.memory-panel__clear-btn{font-size:11px;padding:4px 8px;border-radius:4px;border:1px solid var(--border-primary, #e5e7eb);background:none;color:var(--text-secondary, #6b7280);cursor:pointer}.memory-panel__clear-btn:hover{background:var(--bg-secondary, #f3f4f6);color:var(--error, #ef4444);border-color:var(--error, #ef4444)}.memory-panel__confirm-row{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-secondary, #6b7280)}.memory-panel__confirm-row button{font-size:11px;padding:3px 8px;border-radius:4px;border:1px solid var(--border-primary, #e5e7eb);background:none;cursor:pointer;color:var(--text-primary, #111827)}.memory-panel__confirm-row button:first-of-type{color:var(--error, #ef4444);border-color:var(--error, #ef4444)}.recipe-card{display:flex;flex-direction:column;gap:10px;background:var(--bg-secondary, #f9fafb);border:1px solid var(--border-primary, #e5e7eb);border-radius:12px;padding:12px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:visible}.recipe-card__thinking{background:transparent;border:none;padding:0;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:12px;color:var(--text-secondary, #6b7280);text-align:left}.recipe-card__thinking:hover,.recipe-card__thinking--open{color:var(--text-primary, #111827)}.recipe-card__thinking-chevron{font-size:10px;width:10px;display:inline-block}.recipe-card__thinking-body{display:flex;flex-direction:column;gap:8px;padding:8px 10px;background:var(--bg-tertiary, #f3f4f6);border-radius:8px;font-size:12px;color:var(--text-secondary, #4b5563)}.recipe-card__thinking-summary{font-style:italic;line-height:1.5}.recipe-card__thinking-step{display:flex;flex-direction:column;gap:2px;padding:6px 0;border-top:1px dashed var(--border-primary, #e5e7eb)}.recipe-card__thinking-step:first-of-type{border-top:none}.recipe-card__thinking-step-num{font-weight:600;font-size:11px;color:var(--text-primary, #111827)}.recipe-card__thinking-line{font-size:12px;line-height:1.4}.recipe-card__thinking-line--done{color:var(--accent-success, #059669)}.recipe-card__diff-summary{font-size:12px;color:var(--text-secondary, #4b5563);background:var(--bg-tertiary, #f3f4f6);padding:6px 10px;border-radius:6px;border-left:3px solid var(--accent-primary, #3b82f6)}.recipe-card__pipeline{display:flex;flex-direction:column;align-items:stretch;gap:8px}.recipe-card__phase-header{display:flex;align-items:baseline;gap:8px;padding:8px 4px 4px;margin-top:4px;border-top:1px solid var(--border-primary, #e5e7eb)}.recipe-card__phase-header:first-child{border-top:none;margin-top:0;padding-top:0}.recipe-card__phase-header-name{font-size:12px;font-weight:700;color:var(--text-primary, #111827);letter-spacing:.02em}.recipe-card__phase-header-count{font-size:11px;color:var(--text-tertiary, #8B8B8B)}.recipe-card__pipeline-arrow{display:flex;justify-content:center;padding:4px 0;color:var(--accent-primary, #a78bfa)}.recipe-card__step{position:relative;display:flex;flex-direction:column;gap:4px;background:var(--bg-primary, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px;padding:10px 12px;min-height:56px;box-sizing:border-box;cursor:pointer;transition:border-color .15s ease,background .15s ease}.recipe-card__step--paired{margin-top:-4px}.recipe-card__step-rail{position:absolute;left:-2px;top:-8px;width:2px;height:12px;background:var(--accent-info, #a855f7);border-radius:2px}.recipe-card__step--fan-in{border-top-width:2px}.recipe-card__step-fan-in{font-size:11px;color:var(--text-tertiary, #8B8B8B);margin-left:30px}.recipe-card__step:hover{border-color:var(--accent-primary, #3b82f6)}.recipe-card__step-header{display:flex;flex-direction:column;gap:4px}.recipe-card__step-header-row{display:flex;align-items:center;gap:8px}.recipe-card__step-header-meta{display:flex;align-items:center;gap:6px;margin-left:32px;flex-wrap:wrap}.recipe-card__step-num{background:transparent;color:var(--text-tertiary, #8B8B8B);border-radius:4px;width:24px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:600;flex-shrink:0}.recipe-card__step-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--text-secondary, #6b7280)}.recipe-card__step-icon svg{width:100%;height:100%}.recipe-card__step-meta{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.recipe-card__step-title{font-size:13px;font-weight:600;color:var(--text-primary, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;min-width:0}.recipe-card__step-type{font-size:11px;color:var(--text-secondary, #6b7280);flex-shrink:0;white-space:nowrap}.recipe-card__step-actions{display:inline-flex;align-items:center;gap:4px;margin-left:auto;opacity:0;pointer-events:none;transition:opacity .12s ease;flex-shrink:0}.recipe-card__step:hover .recipe-card__step-actions,.recipe-card__step:focus-within .recipe-card__step-actions{opacity:1;pointer-events:auto}.recipe-card__step-action-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:var(--bg-tertiary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:4px;color:var(--text-secondary, #6b7280);cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.recipe-card__step-action-btn:hover{background:var(--surface-hover, rgba(255, 255, 255, .06));color:var(--text-primary, #111827);border-color:var(--accent-primary, #3b82f6)}.recipe-card__step-action-btn:focus-visible{outline:2px solid var(--accent-primary, #3b82f6);outline-offset:1px}.recipe-card__step-prompt-edit{display:flex;flex-direction:column;gap:6px;margin-left:30px;margin-top:4px}.recipe-card__step-prompt-edit-input{width:100%;box-sizing:border-box;padding:8px;font-size:12px;font-family:inherit;line-height:1.5;color:var(--text-primary, #111827);background:var(--bg-tertiary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:6px;resize:vertical}.recipe-card__step-prompt-edit-input:focus{outline:none;border-color:var(--accent-primary, #3b82f6)}.recipe-card__step-prompt-edit-actions{display:flex;justify-content:flex-end;gap:6px}.recipe-card__step-prompt-edit-btn{font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-primary, #fff);color:var(--text-secondary, #6b7280);cursor:pointer}.recipe-card__step-prompt-edit-btn:hover{border-color:var(--accent-primary, #3b82f6);color:var(--text-primary, #111827)}.recipe-card__step-prompt-edit-btn--primary{background:var(--accent-primary, #3b82f6);border-color:var(--accent-primary, #3b82f6);color:#fff}.recipe-card__step-prompt-edit-btn--primary:hover{color:#fff}.recipe-card__step-prompt-edit-btn:disabled{opacity:.5;cursor:not-allowed}.recipe-card__step-chevron{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;min-height:24px;flex-shrink:0;padding:0;border:none;background:transparent;border-radius:4px;color:var(--text-secondary, #9ca3af);font-size:16px;line-height:1;cursor:pointer;transition:transform .15s ease,background .15s ease}.recipe-card__step-chevron:hover{background:var(--surface-hover, rgba(255, 255, 255, .06))}.recipe-card__step-chevron--open,.recipe-card__step-chevron--open:hover{transform:rotate(90deg)}.recipe-card__step-desc{font-size:12px;color:var(--text-secondary, #4b5563);margin-left:30px;overflow-wrap:anywhere;word-break:break-word}.recipe-card__step-prompt{font-size:12px;color:var(--text-tertiary, #6b7280);background:var(--bg-tertiary, #f3f4f6);border-radius:6px;padding:6px 8px;margin-left:30px;white-space:pre-wrap;line-height:1.5;overflow-wrap:anywhere;word-break:break-word;min-width:0}.recipe-card__badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.05em;flex-shrink:0}.recipe-card__badge--new{background:var(--accent-success-soft, #d1fae5);color:var(--accent-success, #047857)}.recipe-card__badge--changed{background:var(--accent-warning-soft, #fef3c7);color:var(--accent-warning, #92400e)}.recipe-card__badge--removed{background:var(--accent-danger-soft, #fee2e2);color:var(--accent-danger, #b91c1c)}.recipe-card__step--added{border-left:3px solid var(--accent-success, #10b981)}.recipe-card__step--modified{border-left:3px solid var(--accent-warning, #f59e0b)}.recipe-card__step--removed{border-left:3px solid var(--accent-danger, #ef4444);opacity:.6;cursor:default}.recipe-card__step--removed .recipe-card__step-title{text-decoration:line-through}.recipe-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.recipe-card__footer-meta{flex:1 1 auto;min-width:0}.recipe-card__actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:8px}.recipe-card__add-to-board{background:var(--accent-primary, #3b82f6);color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.recipe-card__add-to-board:disabled{opacity:.6;cursor:default}.recipe-card__meta-line{font-size:12px;color:var(--text-secondary, #6b7280);padding:4px 0;letter-spacing:.01em}.recipe-card__header{display:flex;flex-direction:column;gap:6px;padding:8px 12px;background:var(--bg-tertiary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px}.recipe-card__header-final{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.recipe-card__header-final-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary, #6b7280)}.recipe-card__header-final-value{font-size:14px;font-weight:700;color:var(--text-primary, #111827)}.recipe-card__header-final-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;background:var(--accent-info-soft, rgba(168, 85, 247, .12));color:var(--accent-info, #a855f7);letter-spacing:.04em}.recipe-card__header-final-detail{font-size:11px;color:var(--text-tertiary, #8B8B8B)}.recipe-card__header-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.recipe-card__header-template{display:inline-flex;align-items:baseline;gap:6px;font-size:11px;color:var(--text-tertiary, #8B8B8B)}.recipe-card__header-template-label{font-size:10px;letter-spacing:.04em;text-transform:uppercase}.recipe-card__header-template-value{color:var(--text-secondary, #6b7280)}.recipe-card__final-output{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:var(--bg-tertiary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px}.recipe-card__final-output-label{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary, #6b7280)}.recipe-card__final-output-value{font-size:14px;font-weight:600;color:var(--text-primary, #111827)}.recipe-card__final-output-detail{font-size:12px;color:var(--text-secondary, #6b7280)}.recipe-card__chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.recipe-card__chip-wrap{position:relative}.recipe-card__chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:var(--bg-primary, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:999px;font-size:12px;color:var(--text-primary, #111827);cursor:pointer;transition:border-color .15s ease,background .15s ease}.recipe-card__chip:hover:not(:disabled){border-color:var(--accent-primary, #3b82f6)}.recipe-card__chip:disabled{opacity:.6;cursor:default}.recipe-card__chip-icon{font-size:12px}.recipe-card__chip-label{color:var(--text-secondary, #6b7280)}.recipe-card__chip-value{font-weight:600;color:var(--text-primary, #111827)}.recipe-card__chip-caret{font-size:10px;color:var(--text-secondary, #9ca3af);margin-left:2px}.recipe-card__chip-popover{position:absolute;top:calc(100% + 4px);left:0;z-index:10;display:flex;flex-direction:column;gap:0;min-width:120px;max-height:220px;overflow-y:auto;padding:4px;background:var(--bg-primary, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px;box-shadow:0 4px 12px var(--shadow-color, rgba(0, 0, 0, .08))}.recipe-card__chip-popover--up{top:auto;bottom:calc(100% + 4px);box-shadow:0 -4px 12px var(--shadow-color, rgba(0, 0, 0, .08))}.recipe-card__chip-option{display:block;width:100%;padding:6px 8px;background:transparent;border:none;border-radius:4px;font-size:12px;color:var(--text-primary, #111827);text-align:left;cursor:pointer;transition:background .1s ease}.recipe-card__chip-option:hover{background:var(--bg-tertiary, #f3f4f6)}.recipe-card__chip-option--active{background:var(--accent-primary-soft, rgba(59, 130, 246, .12));color:var(--accent-primary, #3b82f6);font-weight:600}.recipe-card__chip-status{font-size:11px;color:var(--text-secondary, #6b7280);font-style:italic;margin-left:4px}.recipe-card__warnings{display:flex;flex-direction:column;gap:4px}.recipe-card__warning{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:var(--accent-warning-soft, #fef3c7);border-left:3px solid var(--accent-warning, #f59e0b);border-radius:4px;font-size:12px;color:var(--accent-warning, #92400e);line-height:1.4}.recipe-card__warning-icon{flex-shrink:0;font-size:14px}.recipe-card__execution-summary{font-size:12px;color:var(--text-secondary, #4b5563);background:var(--bg-tertiary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px;padding:8px 12px}.recipe-card__error-banner{font-size:12px;color:var(--accent-danger, #b91c1c);background:var(--accent-danger-soft, #fee2e2);border:1px solid rgba(239,68,68,.24);border-left:3px solid var(--accent-danger, #ef4444);border-radius:8px;padding:8px 12px;line-height:1.5}.recipe-card__diagnostics{display:flex;flex-direction:column;gap:4px}.recipe-card__diagnostic{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;padding:8px 12px;border:1px solid var(--border-secondary, #e5e7eb);border-radius:4px;background:var(--bg-secondary, #f9fafb);color:var(--text-secondary, #6b7280);font-size:12px;line-height:1.4}.recipe-card__diagnostic--error{border-color:var(--accent-error, #ef4444);background:var(--accent-error-soft, rgba(239, 68, 68, .12));color:var(--accent-error, #dc2626)}.recipe-card__diagnostic--warning{border-color:var(--accent-warning, #f59e0b);background:var(--accent-warning-soft, #fef3c7);color:var(--accent-warning, #92400e)}.recipe-card__diagnostic-kind{font-weight:700;color:inherit}.recipe-card__diagnostic-message{min-width:0;overflow-wrap:anywhere}.recipe-card__diagnostic--helper{border-left:3px solid var(--accent-info, #a855f7)}.recipe-card__step-model{font-size:11px;font-weight:400;color:var(--text-tertiary, #8B8B8B)}.recipe-card__helper-artifacts{display:flex;flex-direction:column;gap:8px}.recipe-card__helper-artifacts-toggle{background:transparent;border:none;padding:4px 0;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:var(--text-secondary, #6b7280);text-align:left}.recipe-card__helper-artifacts-toggle:hover,.recipe-card__helper-artifacts-toggle--open{color:var(--text-primary, #111827)}.recipe-card__helper-artifacts-body{display:flex;flex-direction:column;gap:12px;padding:8px 12px;background:var(--bg-tertiary, #f3f4f6);border-radius:8px}.recipe-card__helper-artifact-item{display:flex;flex-direction:column}.recipe-card__helper-artifact-fallback{display:flex;flex-direction:column;gap:4px}.recipe-card__helper-artifact-fallback-label{font-size:12px;font-weight:600;color:var(--text-secondary, #6b7280)}.recipe-card__helper-artifact-dev-toggle{align-self:flex-start;border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-primary, #fff);color:var(--text-secondary, #6b7280);border-radius:999px;padding:4px 10px;font-size:11px;cursor:pointer}.recipe-card__helper-artifact-dev-toggle:hover{border-color:var(--accent-primary, #3b82f6);color:var(--text-primary, #111827)}.recipe-card__helper-artifact-json{font-size:11px;font-family:monospace;color:var(--text-secondary, #6b7280);background:var(--bg-primary, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:4px;padding:8px;overflow-x:auto;max-height:200px;overflow-y:auto;white-space:pre;margin:0}.recipe-card__helper-artifacts-apply{align-self:flex-end;background:var(--accent-primary, #3b82f6);color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.recipe-card__helper-artifacts-apply:disabled{opacity:.6;cursor:default}.recipe-card__steps-toggle{background:transparent;border:none;padding:4px 0;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:var(--text-secondary, #6b7280);text-align:left}.recipe-card__steps-toggle:hover,.recipe-card__steps-toggle--open{color:var(--text-primary, #111827)}.recipe-card__badge--auto{background:var(--accent-info-soft, rgba(168, 85, 247, .12));color:var(--accent-info, #a855f7)}.recipe-card__badge--execution{letter-spacing:.04em}.recipe-card__badge--execution-queued{background:var(--bg-tertiary, #f3f4f6);color:var(--text-secondary, #4b5563)}.recipe-card__badge--execution-running,.recipe-card__badge--execution-paused{background:var(--accent-info-soft, rgba(59, 130, 246, .12));color:var(--accent-primary, #2563eb)}.recipe-card__badge--execution-completed{background:var(--accent-success-soft, #d1fae5);color:var(--accent-success, #047857)}.recipe-card__badge--execution-failed{background:var(--accent-danger-soft, #fee2e2);color:var(--accent-danger, #b91c1c)}.recipe-card__badge--execution-skipped{background:#94a3b82e;color:var(--text-secondary, #475569)}.recipe-card__step--auto{border-style:dashed;background:var(--bg-tertiary, #f3f4f6)}.recipe-card__step--execution-queued{border-color:#94a3b88c}.recipe-card__step--execution-running,.recipe-card__step--execution-paused{border-color:var(--accent-primary, #3b82f6);box-shadow:inset 0 0 0 1px #3b82f614}.recipe-card__step--execution-completed{border-color:#10b9818c}.recipe-card__step--execution-failed{border-color:#ef44448c}.recipe-card__step--execution-skipped{border-style:dashed;opacity:.82}.recipe-card__action{border:1px solid transparent;border-radius:8px;padding:8px 16px;min-width:120px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.recipe-card__action:disabled{opacity:.6;cursor:default}.recipe-card__action--run{background:var(--text-primary, #fff);color:var(--bg-primary, #000);border-color:transparent}.recipe-card__action--applied{background:transparent;color:var(--text-secondary, #6b7280);border-color:var(--border-primary, #333)}.recipe-card__action--secondary{background:transparent;color:var(--text-secondary, #4b5563);border-color:var(--border-primary, #d1d5db);min-width:0}.recipe-card__action--secondary:hover:not(:disabled){border-color:var(--accent-primary, #3b82f6);color:var(--text-primary, #111827)}.recipe-card__action-status{font-size:12px;color:var(--text-secondary, #6b7280);margin:0;text-align:left}.recipe-card__action-status--running,.recipe-card__action-status--completed,.recipe-card__action-status--applied{color:var(--accent-success, #16a34a)}.recipe-card__action-status--paused,.recipe-card__action-status--pausing{color:var(--accent-primary, #2563eb)}.recipe-card__action-status--failed{color:var(--accent-danger, #ef4444)}@media(max-width:720px){.recipe-card__footer{flex-direction:column;align-items:stretch}.recipe-card__actions{justify-content:flex-start}}.recipe-card__step-eval{margin:8px 0 0 32px;padding:8px 12px;border-radius:6px;background:var(--bg-tertiary, #f3f4f6);font-size:12px;line-height:1.4;color:var(--text-secondary, #4b5563);display:flex;flex-direction:column;gap:6px}.recipe-card__step-eval-loading{color:var(--text-tertiary, #8B8B8B);font-style:italic}.recipe-card__step-eval-error{color:var(--text-error, #b91c1c)}.recipe-card__step-eval-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.recipe-card__step-eval-decision{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.03em}.recipe-card__step-eval-decision--pass{background:#22c55e26;color:#15803d}.recipe-card__step-eval-decision--fail{background:#ef444426;color:#b91c1c}.recipe-card__step-eval-confidence,.recipe-card__step-eval-verdict,.recipe-card__step-eval-source{color:var(--text-secondary, #6b7280)}.recipe-card__step-eval-verdict{text-transform:uppercase;font-size:10px;letter-spacing:.05em}.recipe-card__step-eval-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;margin-left:4px;border:none;background:none;color:var(--text-tertiary, #8B8B8B);cursor:pointer;border-radius:4px;width:20px;height:20px}.recipe-card__step-eval-toggle:hover{color:var(--text-secondary, #6b7280);background:var(--bg-secondary, #f9fafb)}.recipe-card__step-eval-reason{color:var(--text-secondary, #6b7280);white-space:pre-wrap;word-break:break-word}.recipe-card__step-eval-dimensions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.recipe-card__step-eval-dim{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 8px;border-radius:4px;background:var(--bg-secondary, #f9fafb);border:1px solid var(--border-primary, #e5e7eb)}.recipe-card__step-eval-dim-label{color:var(--text-tertiary, #8B8B8B)}.recipe-card__step-eval-dim-value{font-weight:600;color:var(--text-primary, #111827)}.recipe-card__step-eval-apply{align-self:flex-start;margin-top:4px;padding:4px 12px;border:1px solid var(--border-primary, #d1d5db);border-radius:4px;background:var(--bg-primary, #fff);color:var(--text-primary, #111827);font-size:12px;cursor:pointer}.recipe-card__step-eval-apply:hover{background:var(--bg-secondary, #f9fafb)}.session-sidebar{display:flex;flex-direction:column;height:100%;background:var(--bg-primary);border-right:1px solid var(--border-primary);width:260px;min-width:200px}.session-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:12px 12px 8px;border-bottom:1px solid var(--border-primary)}.session-sidebar__title{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-primary)}.session-sidebar__refresh-icon{color:var(--text-secondary);animation:session-sidebar-spin .8s linear infinite}@keyframes session-sidebar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.session-sidebar__close{background:none;border:none;font-size:18px;color:var(--text-secondary);cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.session-sidebar__close:hover{background:var(--bg-secondary);color:var(--text-primary)}.session-sidebar__filter{margin:8px 12px;padding:6px 8px;font-size:12px;border:1px solid var(--border-primary);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);outline:none}.session-sidebar__filter:focus{border-color:var(--accent-primary, #3b82f6)}.session-sidebar__error{margin:0 12px 8px;padding:8px 10px;font-size:12px;line-height:1.4;color:var(--accent-danger, #b91c1c);background:var(--accent-danger-soft, #fee2e2);border:1px solid rgba(239,68,68,.24);border-radius:8px}.session-sidebar__list{flex:1;overflow-y:auto;padding:4px 0}.session-sidebar__empty{padding:24px 12px;font-size:12px;color:var(--text-secondary);text-align:center}.session-sidebar__item{position:relative;display:flex;align-items:stretch;width:100%;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;border-left:3px solid transparent;transition:background .1s}.session-sidebar__item:hover{background:var(--bg-secondary)}.session-sidebar__item-body{flex:1 1 auto;min-width:0}.session-sidebar__item--confirming{cursor:default;background:var(--bg-secondary)}.session-sidebar__item--active{border-left-color:var(--accent-primary, #3b82f6);background:var(--bg-secondary)}.session-sidebar__item-preview{font-size:12px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.session-sidebar__item-meta{display:flex;align-items:center;gap:8px;margin-top:2px;font-size:11px;color:var(--text-secondary)}.session-sidebar__msg-badge{background:var(--bg-tertiary, var(--bg-secondary));padding:1px 5px;border-radius:8px;font-size:10px}.session-sidebar__delete-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-left:6px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--text-secondary, #9ca3af);cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.session-sidebar__item:hover .session-sidebar__delete-btn,.session-sidebar__delete-btn:focus-visible{opacity:1}.session-sidebar__delete-btn:hover{background:#f871711f;color:#f87171}.session-sidebar__confirm{display:flex;flex-direction:column;gap:6px;width:100%}.session-sidebar__confirm-text{font-size:12px;color:var(--text-primary)}.session-sidebar__confirm-actions{display:flex;gap:6px;justify-content:flex-end}.session-sidebar__confirm-cancel,.session-sidebar__confirm-delete{padding:3px 10px;font-size:11px;border-radius:6px;cursor:pointer;transition:background .12s ease,color .12s ease}.session-sidebar__confirm-cancel{border:1px solid var(--border-primary);background:transparent;color:var(--text-primary)}.session-sidebar__confirm-cancel:hover:not(:disabled){background:var(--bg-tertiary, var(--bg-secondary))}.session-sidebar__confirm-delete{border:1px solid rgb(248,113,113);background:#f87171;color:#fff}.session-sidebar__confirm-delete:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.session-sidebar__confirm-cancel:disabled,.session-sidebar__confirm-delete:disabled{opacity:.6;cursor:not-allowed}.session-sidebar__footer{padding:8px 12px 12px;border-top:1px solid var(--border-primary)}.session-sidebar__load-more{width:100%;padding:8px 12px;border:1px solid var(--border-primary);border-radius:8px;background:var(--bg-secondary);color:var(--text-primary);font-size:12px;font-weight:600;cursor:pointer;transition:border-color .12s ease,background .12s ease}.session-sidebar__load-more:hover:not(:disabled){border-color:var(--accent-primary, #3b82f6);background:var(--bg-tertiary, var(--bg-secondary))}.session-sidebar__load-more:disabled{opacity:.6;cursor:not-allowed}.workflow-chat{display:flex;flex-direction:row;height:100%;color:var(--text-primary);background:var(--bg-primary)}.workflow-chat__main{display:flex;flex:1;min-width:0;height:100%;flex-direction:column}.workflow-chat__toolbar{display:flex;align-items:center;padding:10px 12px 0}.workflow-chat__history-btn{width:28px;height:28px;padding:0;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--text-secondary);cursor:pointer}.workflow-chat__history-btn:hover{background:#ffffff0d;color:var(--text-primary)}.workflow-chat__scroll{flex:1;min-height:0;overflow-y:auto}.workflow-chat__messages{display:flex;flex-direction:column;gap:14px;padding:18px 16px 22px}.workflow-chat__intro{display:flex;flex-direction:column;gap:14px;padding:8px 0 10px}.workflow-chat__intro-badge{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;color:#8c8c8c;font-family:"Lato",var(--font-primary),sans-serif;font-size:22px;line-height:1}.workflow-chat__intro-logo-box{width:36px;height:36px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#4446}.workflow-chat__intro-logo{width:16px;height:18px;object-fit:contain;filter:grayscale(1) brightness(1.85);opacity:.78}.workflow-chat__intro-title{margin:0;font-family:"Lato",var(--font-primary),sans-serif;font-size:32px;line-height:48px;font-weight:400;letter-spacing:0;color:var(--text-primary)}.workflow-chat__intro-caption{margin:4px 0 0;font-family:"Lato",var(--font-primary),sans-serif;font-size:14px;line-height:1;color:#8c8c8c;text-transform:uppercase}.workflow-chat__intro-actions{display:flex;flex-direction:column;gap:6px;margin-top:2px}.workflow-chat__intro-action{display:flex;align-items:center;gap:16px;width:100%;padding:10px 0;border:0;background:transparent;color:var(--text-primary);text-align:left;font-family:"Lato",var(--font-primary),sans-serif;font-size:16px;line-height:22px;cursor:pointer;transition:color .14s ease,transform .14s ease}.workflow-chat__intro-action:hover{color:var(--accent-primary);transform:translate(2px)}.workflow-chat__msg-row{display:flex;flex-direction:column;max-width:86%}.workflow-chat__msg-row--user{align-self:flex-end;align-items:flex-end}.workflow-chat__msg-row--assistant{align-self:stretch;align-items:stretch;max-width:100%;min-width:0}.workflow-chat__msg{padding:11px 13px;border-radius:16px;font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.workflow-chat__msg--user{background:linear-gradient(180deg,#f48bdb38,#f48bdb29);border:1px solid rgba(244,139,219,.22);color:var(--text-primary);border-bottom-right-radius:6px}.workflow-chat__msg--assistant,.workflow-chat__msg--system{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:var(--text-primary);border-bottom-left-radius:6px}.workflow-chat__msg--error{align-self:stretch;max-width:100%;display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;border:1px solid rgba(248,113,113,.32);background:#f8717114;color:var(--text-primary)}.workflow-chat__error-title{font-size:13px;font-weight:600;color:var(--text-primary)}.workflow-chat__error-hint{font-size:12px;color:var(--text-secondary, rgba(255, 255, 255, .7));line-height:1.4}.workflow-chat__error-retry{align-self:flex-start;margin-top:4px;padding:4px 12px;border-radius:8px;border:1px solid rgba(248,113,113,.4);background:transparent;color:var(--text-primary);font-size:12px;cursor:pointer;transition:background .12s ease}.workflow-chat__error-retry:hover:not(:disabled){background:#f8717124}.workflow-chat__error-retry:disabled{opacity:.5;cursor:not-allowed}.workflow-chat__msg--clarification{align-self:stretch;max-width:100%;display:flex;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(244,139,219,.22);background:#f48bdb1a}.workflow-chat__clarification-icon{flex-shrink:0;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f48bdb2e;color:var(--accent-primary);font-size:13px;font-weight:700}.workflow-chat__clarification-body{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;color:var(--text-primary)}.workflow-chat__clarification-chips{display:flex;flex-wrap:wrap;gap:6px}.workflow-chat__clarification-chip,.workflow-chat__confirm-btn{border-radius:999px;cursor:pointer;font-size:12px;font-weight:500}.workflow-chat__clarification-chip{padding:6px 11px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-primary)}.workflow-chat__clarification-chip:hover{border-color:#f48bdb42;color:var(--accent-primary)}.workflow-chat__clarification-chip:disabled,.workflow-chat__confirm-btn:disabled{opacity:.5;cursor:default}.workflow-chat__msg--pending-confirm{align-self:stretch;max-width:100%;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:16px;background:#facc1514;border:1px solid rgba(250,204,21,.16);color:var(--text-primary)}.workflow-chat__confirm-meta,.workflow-chat__confirm-resolved{font-size:12px;color:var(--text-secondary)}.workflow-chat__confirm-actions{display:flex;justify-content:flex-end;gap:8px}.workflow-chat__confirm-btn{padding:7px 12px;border:1px solid transparent}.workflow-chat__confirm-btn--cancel{background:transparent;border-color:#ffffff1f;color:var(--text-primary)}.workflow-chat__confirm-btn--accept{background:#f48bdb2e;color:var(--accent-primary-hover);border-color:#f48bdb38}.workflow-chat__thinking{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:8px 11px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-secondary);font-size:12px}.workflow-chat__thinking--live{cursor:default}.workflow-chat__thinking-label{font-weight:500}.workflow-chat__loading-dots{display:flex;gap:4px}.workflow-chat__loading-dots span{width:5px;height:5px;border-radius:50%;background:var(--text-tertiary);animation:workflow-chat-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 workflow-chat-dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.workflow-chat__input-area{position:relative;padding:12px 14px 14px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#151515f0,#111111fa)}.workflow-chat__composer-shell{display:flex;flex-direction:column;border-radius:6px;border:.5px solid #4a4a4a;background:#1f1f1f;padding:8px;box-shadow:none}.workflow-chat__input{display:block;width:100%;min-height:48px;max-height:120px;margin:0;padding:0;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent;border:0;outline:none;background:transparent;color:#d9d9d9;font-family:"Lato",var(--font-primary),sans-serif;font-size:14px;line-height:20px;font-weight:400;white-space:pre-wrap;word-break:break-word;caret-color:#f5f5f5}.workflow-chat__input[data-empty=true]:before{content:attr(data-placeholder);display:block;color:#737373;white-space:pre-line;pointer-events:none}.workflow-chat__input:focus{outline:none}.workflow-chat__mention-token{display:inline-flex;align-items:center;margin:0 2px;padding:1px 8px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff14;color:#f4f4f4;line-height:18px;cursor:pointer}.workflow-chat__mention-token:hover,.workflow-chat__mention-token:focus-visible{border-color:#ffffff38;background:#ffffff1f}.workflow-chat__mention-spacer{display:inline}.workflow-chat__input::-webkit-scrollbar{width:8px}.workflow-chat__input::-webkit-scrollbar-track{background:transparent}.workflow-chat__input::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff38}.workflow-chat__input::-webkit-scrollbar-thumb:hover{background:#ffffff52}.workflow-chat__composer-footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.workflow-chat__mode-switch{display:inline-flex;align-items:center;border:0;border-radius:999px;padding:0;background:transparent;color:#f8f8f8;font-family:"Lato",var(--font-primary),sans-serif;font-size:12px;line-height:20px;cursor:pointer}.workflow-chat__mode-switch-track{position:relative;width:116px;height:30px;flex-shrink:0;border-radius:10px;border:1px solid #4e4e4e;background:#232323;transition:background .14s ease,border-color .14s ease}.workflow-chat__mode-switch--autopilot .workflow-chat__mode-switch-track{background:#262626;border-color:#656565}.workflow-chat__mode-switch-text{position:absolute;top:50%;transform:translateY(-50%);font-family:"Lato",var(--font-primary),sans-serif;font-size:11px;line-height:1;white-space:nowrap;color:#f8f8f8;transition:opacity .14s ease;pointer-events:none;user-select:none;-webkit-user-select:none}.workflow-chat__mode-switch-text--left{left:12px}.workflow-chat__mode-switch-text--right{right:12px}.workflow-chat__mode-switch--autopilot .workflow-chat__mode-switch-text--left{opacity:1}.workflow-chat__mode-switch--autopilot .workflow-chat__mode-switch-text--right,.workflow-chat__mode-switch--copilot .workflow-chat__mode-switch-text--left{opacity:0}.workflow-chat__mode-switch--copilot .workflow-chat__mode-switch-text--right{opacity:1}.workflow-chat__mode-switch-thumb{position:absolute;top:3px;left:3px;width:52px;height:22px;border-radius:8px;background:#d7d7d7;transition:transform .14s ease,background .14s ease,box-shadow .14s ease;box-shadow:inset 0 0 0 1px #00000014}.workflow-chat__mode-switch--autopilot .workflow-chat__mode-switch-thumb{transform:translate(58px)}.workflow-chat__composer-actions{display:flex;align-items:center;gap:8px}.workflow-chat__icon-btn,.workflow-chat__send{width:24px;height:24px;border-radius:999px;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease,opacity .14s ease}.workflow-chat__icon-btn{background:transparent;color:#c9c9c9}.workflow-chat__icon-btn:hover:not(:disabled){background:#ffffff0f;color:#fff}.workflow-chat__send{width:32px;height:32px;background:#30303033;color:#fff}.workflow-chat__send:hover:not(:disabled){background:#4848488c;transform:translateY(-1px)}.workflow-chat__send:disabled,.workflow-chat__icon-btn:disabled,.workflow-chat__mode-switch:disabled{opacity:.5;cursor:default;transform:none}.workflow-chat__input-area--dragover .workflow-chat__composer-shell{border-color:#f48bdb38;box-shadow:0 0 0 1px #f48bdb24}.workflow-chat__dropzone-overlay{position:absolute;inset:12px 14px 14px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#f48bdb14;color:var(--accent-primary-hover);font-size:12px;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;z-index:4}.workflow-chat__attachments{display:flex;flex-wrap:wrap;gap:8px;width:100%;margin-bottom:10px}.workflow-chat__attachment{position:relative;width:58px;height:58px;flex-shrink:0;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.workflow-chat__attachment-thumb,.workflow-chat__msg-attachment{width:100%;height:100%;display:block;object-fit:cover}.workflow-chat__attachment--uploading .workflow-chat__attachment-thumb{opacity:.45}.workflow-chat__attachment-status{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.workflow-chat__attachment-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:var(--accent-primary);animation:workflow-chat-attachment-spin .7s linear infinite}@keyframes workflow-chat-attachment-spin{to{transform:rotate(360deg)}}.workflow-chat__attachment-status--error{background:#ff5c5cc7;color:#fff;font-weight:700;font-size:12px}.workflow-chat__attachment-remove{position:absolute;top:4px;right:4px;width:18px;height:18px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0000008f;color:#fff;font-size:11px;cursor:pointer}.workflow-chat__attachment-remove:hover{background:#000000d1}.workflow-chat__mention-popup{position:absolute;left:14px;right:14px;bottom:calc(100% - 2px);margin-bottom:10px;overflow-y:auto;max-height:220px;padding:4px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#1a1a1a;box-shadow:0 18px 40px #0000005c;z-index:5}.workflow-chat__mention-popup-hint{padding:7px 10px 6px;border-bottom:1px solid rgba(255,255,255,.06);font-size:11px;color:var(--text-secondary)}.workflow-chat__mention-item{width:100%;display:flex;flex-direction:column;gap:2px;border:0;border-radius:12px;padding:7px 10px;background:transparent;text-align:left;font:inherit;color:var(--text-primary);cursor:pointer}.workflow-chat__mention-item:hover,.workflow-chat__mention-item--active{background:#ffffff0d}.workflow-chat__mention-item-title{font-size:13px;font-weight:600}.workflow-chat__mention-item-meta{font-size:11px;color:var(--text-secondary)}.workflow-chat__msg-attachments{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.workflow-chat__msg-attachment{width:58px;height:58px;border-radius:12px;border:1px solid rgba(255,255,255,.12)}.workflow-chat__msg-actions{display:flex;gap:2px;margin-top:4px;opacity:0;transition:opacity .12s ease}.workflow-chat__msg-row:hover .workflow-chat__msg-actions{opacity:1}.workflow-chat__msg-action-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--text-secondary, #9ca3af);cursor:pointer;transition:background .1s ease,color .1s ease}.workflow-chat__msg-action-btn:hover:not(:disabled){background:#ffffff14;color:var(--text-primary)}.workflow-chat__msg-action-btn:disabled{opacity:.4;cursor:not-allowed}.workflow-chat__msg-action-btn--confirm{color:var(--accent-success, #10b981)}.workflow-chat__msg-action-btn--confirm:hover:not(:disabled){background:#10b9811f;color:var(--accent-success, #10b981)}.workflow-chat__msg-action-btn--confirm:disabled{opacity:.3}.workflow-chat__msg-row:has(.workflow-chat__msg-edit){max-width:86%;width:86%}.workflow-chat__msg-row:has(.workflow-chat__msg-edit) .workflow-chat__msg{width:100%}.workflow-chat__msg-edit{display:flex;flex-direction:column;gap:6px;width:100%}.workflow-chat__msg-edit-input{width:100%;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a;color:var(--text-primary);font-size:13px;line-height:1.5;resize:none;outline:none;font-family:inherit}.workflow-chat__msg-edit-input:focus{border-color:var(--accent-primary, #3b82f6)}.workflow-chat__msg-edit-actions{display:flex;gap:4px;justify-content:flex-end}.workflow-chat__plan-text{font-size:13px;color:var(--text-primary, #e5e7eb);margin-bottom:8px;line-height:1.4}.workflow-chat__ops-card{display:flex;flex-direction:column;gap:8px;background:var(--bg-secondary, rgba(255, 255, 255, .04));border:1px solid var(--border-primary, rgba(255, 255, 255, .06));border-radius:12px;padding:12px}.workflow-chat__ops-card-text{font-size:13px;color:var(--text-primary);line-height:1.5}.workflow-chat__ops-card-list{display:flex;flex-direction:column;gap:4px}.workflow-chat__ops-card-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary, #9ca3af)}.workflow-chat__ops-card-item--clickable{cursor:pointer;border-radius:4px;padding:2px 4px;margin:-2px -4px;transition:background .15s}.workflow-chat__ops-card-item--clickable:hover{background:var(--bg-hover, rgba(255, 255, 255, .06));color:var(--text-primary, #e5e7eb)}.workflow-chat__ops-card-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-primary, #3b82f6);flex-shrink:0}.workflow-chat__plan-progress{font-family:"Lato",var(--font-primary),sans-serif;font-size:12px}.workflow-chat__plan-progress--active{margin:8px 0 4px;padding:12px;border:1px solid var(--border-primary, rgba(255, 255, 255, .1));border-radius:8px;background:var(--bg-secondary, rgba(255, 255, 255, .03))}.workflow-chat__plan-stages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.workflow-chat__plan-stage{color:var(--text-secondary, rgba(255, 255, 255, .6))}.workflow-chat__plan-stage-header{display:flex;align-items:center;gap:8px}.workflow-chat__plan-stage-header--clickable{cursor:pointer}.workflow-chat__plan-stage-time{margin-left:auto;color:var(--text-secondary, rgba(255, 255, 255, .5));font-variant-numeric:tabular-nums;flex:0 0 auto}.workflow-chat__plan-stage-time+.workflow-chat__plan-stage-chevron{margin-left:8px}.workflow-chat__plan-stage-chevron{margin-left:auto;color:var(--text-secondary, rgba(255, 255, 255, .5));flex:0 0 auto;display:inline-block;transition:transform .2s ease}.workflow-chat__plan-stage-chevron--open{transform:rotate(90deg)}.workflow-chat__plan-stage-live{display:flex;align-items:center;gap:6px;margin:4px 0 0 16px;color:var(--text-secondary, rgba(255, 255, 255, .6));font-style:italic}.workflow-chat__plan-stage-live-dots{display:inline-flex;gap:2px}.workflow-chat__plan-stage-live-dots span{width:3px;height:3px;border-radius:50%;background:var(--accent-primary);animation:workflow-chat-plan-pulse 1.2s ease-in-out infinite}.workflow-chat__plan-stage-live-dots span:nth-child(2){animation-delay:.15s}.workflow-chat__plan-stage-live-dots span:nth-child(3){animation-delay:.3s}.workflow-chat__plan-stage-bodywrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.workflow-chat__plan-stage-bodywrap--open{grid-template-rows:1fr}.workflow-chat__plan-stage-body{overflow:hidden;min-height:0;margin-left:16px;padding:4px 0 0 8px;border-left:1px solid var(--border-primary, rgba(255, 255, 255, .1))}.workflow-chat__plan-stage-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto;background:var(--border-primary, rgba(255, 255, 255, .2))}.workflow-chat__plan-stage--done{color:var(--text-primary)}.workflow-chat__plan-stage--done .workflow-chat__plan-stage-dot{background:var(--accent-primary)}.workflow-chat__plan-stage--active{color:var(--text-primary);font-weight:600}.workflow-chat__plan-stage--active .workflow-chat__plan-stage-dot{background:var(--accent-primary);animation:workflow-chat-plan-pulse 1.2s ease-in-out infinite}@keyframes workflow-chat-plan-pulse{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}.workflow-chat__plan-hint{margin-top:8px;color:var(--text-secondary, rgba(255, 255, 255, .6));font-style:italic}.workflow-chat__plan-shots,.workflow-chat__plan-waypoints{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.workflow-chat__plan-shot{display:flex;gap:8px;color:var(--text-secondary, rgba(255, 255, 255, .7))}.workflow-chat__plan-shot-dur{flex:0 0 auto;color:var(--accent-primary);font-variant-numeric:tabular-nums}.workflow-chat__plan-shot-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-chat__plan-shot--more{color:var(--text-secondary, rgba(255, 255, 255, .5));font-style:italic}.workflow-chat__plan-waypoint{display:flex;flex-direction:column}.workflow-chat__plan-waypoint-title{color:var(--text-primary);font-weight:600}.workflow-chat__plan-waypoint-obj{color:var(--text-secondary, rgba(255, 255, 255, .6))}.workflow-chat__plan-tracks{margin-top:8px;color:var(--text-secondary, rgba(255, 255, 255, .7))}.workflow-fab{position:fixed;inset:0;z-index:1000;pointer-events:none}.workflow-fab__panel,.workflow-fab__panel-body{--bg-primary: #151515;--bg-secondary: #1d1d1d;--bg-tertiary: #232323;--bg-hover: rgba(255, 255, 255, .08);--border-primary: rgba(255, 255, 255, .08);--text-primary: rgba(255, 255, 255, .94);--text-secondary: rgba(255, 255, 255, .64);--text-tertiary: rgba(255, 255, 255, .42);--accent-primary: #f48bdb;--accent-primary-hover: #ff9ae2;--shadow-elevated: 0 24px 60px rgba(0, 0, 0, .42)}.workflow-fab__panel{pointer-events:auto;position:fixed;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-primary);box-shadow:var(--shadow-elevated)}.workflow-fab--docked .workflow-fab__panel{inset:0 auto 0 0;border-radius:0;border-left:0;border-top:0;border-bottom:0;animation:workflow-drawer-in .18s ease-out}.workflow-fab--floating .workflow-fab__panel{width:420px;height:560px;border-radius:22px;animation:workflow-window-in .18s ease-out}.workflow-fab__panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border-primary);background:#111111f0;-webkit-user-select:none;user-select:none}.workflow-fab--floating .workflow-fab__panel-header{cursor:grab;touch-action:none}.workflow-fab--floating .workflow-fab__panel-header:active{cursor:grabbing}.workflow-fab__panel-header-group,.workflow-fab__panel-actions{display:flex;align-items:center;gap:8px}.workflow-fab__panel-title{font-family:"Inter",var(--font-primary),sans-serif;font-size:16px;font-weight:400;letter-spacing:-.01em;color:var(--text-primary)}.workflow-fab__panel-icon-btn{width:28px;height:28px;padding:0;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.workflow-fab__panel-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.workflow-fab__panel-body{flex:1;min-height:0;overflow:hidden}.workflow-fab__resize-handle{position:absolute;right:0;bottom:0;width:22px;height:22px;padding:0;border:0;background:transparent;cursor:nwse-resize}.workflow-fab__resize-handle:before{content:"";position:absolute;right:6px;bottom:6px;width:10px;height:10px;border-right:1.5px solid rgba(255,255,255,.22);border-bottom:1.5px solid rgba(255,255,255,.22);border-bottom-right-radius:3px}@keyframes workflow-drawer-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes workflow-window-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
