:root{--wf-canvas:#0a0b0d;--wf-surface:#141519;--wf-surface-hover:#1b1d22;--wf-surface-inset:#0e0f12;--wf-grid-dot:#ffffff0b;--wf-border:#ffffff12;--wf-border-strong:#ffffff1f;--wf-line:#2a2c32;--wf-text:#f2f3f5;--wf-text-muted:#ffffff94;--wf-text-faint:#ffffff5c;--wf-text-mono:#dadee7;--wf-primary:#6571f0;--wf-primary-bright:#8b95ff;--wf-primary-bg:#6571f021;--wf-primary-border:#6571f06b;--wf-success:#2dd4a7;--wf-success-bg:#2dd4a71c;--wf-success-border:#2dd4a757;--wf-warning:#f4b740;--wf-warning-bg:#f4b7401c;--wf-warning-border:#f4b74057;--wf-danger:#f76d6d;--wf-danger-bg:#f76d6d1f;--wf-danger-border:#f76d6d66;--wf-info:#46b6ef;--wf-info-bg:#46b6ef1c;--wf-info-border:#46b6ef57;--wf-agent:#a78bfa;--wf-agent-bg:#a78bfa1f;--wf-agent-border:#a78bfa5c;--wf-human:#22d3ee;--wf-human-bg:#22d3ee1f;--wf-human-border:#22d3ee5c;--wf-neutral:#ffffff8c;--wf-neutral-bg:#ffffff0d;--wf-shadow-card:0 0 0 1px #0000004d, 0 1px 2px #0006, 0 2px 6px -2px #0000004d;--wf-radius-node:13px;--wf-radius-chip:7px;--wf-radius-sm:6px;--wf-font-ui:"Inter", system-ui, -apple-system, sans-serif;--wf-font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--wf-ease:cubic-bezier(.4, .1, .2, 1)}[data-theme=light]{--wf-canvas:#fbfbfa;--wf-surface:#fff;--wf-surface-hover:#f6f7f8;--wf-surface-inset:#f6f7f8;--wf-grid-dot:#14161e0f;--wf-border:#14161e1a;--wf-border-strong:#14161e29;--wf-line:#d6d9de;--wf-text:#14161c;--wf-text-muted:#14161e99;--wf-text-faint:#14161e66;--wf-text-mono:#353a44;--wf-primary:#4d5bd8;--wf-primary-bright:#4d5bd8;--wf-primary-bg:#4d5bd817;--wf-primary-border:#4d5bd861;--wf-success:#0f9e74;--wf-success-bg:#0f9e741a;--wf-success-border:#0f9e744d;--wf-warning:#b9810d;--wf-warning-bg:#b9810d1c;--wf-warning-border:#b9810d4d;--wf-danger:#d54a4a;--wf-danger-bg:#d54a4a17;--wf-danger-border:#d54a4a57;--wf-info:#1186c9;--wf-info-bg:#1186c917;--wf-info-border:#1186c94d;--wf-agent:#7c5cf0;--wf-agent-bg:#7c5cf01a;--wf-agent-border:#7c5cf052;--wf-human:#0e9bb5;--wf-human-bg:#0e9bb51a;--wf-human-border:#0e9bb552;--wf-neutral:#14161e8c;--wf-neutral-bg:#14161e0d;--wf-shadow-card:0 0 0 1px #14161e0a, 0 1px 2px #14161e0f, 0 2px 6px -2px #14161e14}.wf-flow{background:var(--wf-canvas)}.wf-flow .react-flow__pane{cursor:default}.wf-flow .react-flow__attribution{display:none}.wf-flow .react-flow__edge-path{stroke:var(--wf-line);stroke-width:1.4px}.wf-flow .react-flow__edge .react-flow__edge-text{fill:var(--wf-text-muted);font-family:var(--wf-font-mono);font-size:10px}.wf-flow .react-flow__edge .react-flow__edge-textbg{fill:var(--wf-canvas)}.wf-flow .react-flow__controls{box-shadow:var(--wf-shadow-card);border:1px solid var(--wf-border);border-radius:8px;overflow:hidden}.wf-flow .react-flow__controls-button{background:var(--wf-surface);border-bottom:1px solid var(--wf-border);width:26px;height:26px}.wf-flow .react-flow__controls-button:hover{background:var(--wf-surface-hover)}.wf-flow .react-flow__controls-button svg{fill:var(--wf-text-muted)}.wf-flow .react-flow__handle{background:var(--wf-surface);border:1.5px solid var(--wf-line);width:9px;height:9px;transition:border-color .14s var(--wf-ease);border-radius:50%}.wf-node .react-flow__handle-bottom{border-color:var(--wf-accent)}.wf-node:hover .react-flow__handle{border-color:var(--wf-primary)}.wf-node{background:var(--wf-surface);border-radius:var(--wf-radius-node);width:188px;box-shadow:var(--wf-shadow-card);outline:1px solid var(--wf-border);outline-offset:-1px;cursor:pointer;transition:outline-color .14s var(--wf-ease), background .14s var(--wf-ease), box-shadow .14s var(--wf-ease), opacity .14s var(--wf-ease);--wf-accent:var(--wf-primary);--wf-accent-bg:var(--wf-primary-bg);font-family:var(--wf-font-ui);letter-spacing:-.01em;position:relative}.wf-node:hover{background:var(--wf-surface-hover)}.wf-node__head{align-items:center;gap:8px;padding:9px 10px 6px;display:flex}.wf-node__icon{border-radius:var(--wf-radius-chip);width:22px;height:22px;color:var(--wf-accent);background:var(--wf-accent-bg);border:1px solid color-mix(in srgb, var(--wf-accent) 28%, transparent);flex:none;place-items:center;display:grid}.wf-node__icon svg{width:13px;height:13px}.wf-node__title{min-width:0;color:var(--wf-text);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:500;overflow:hidden}.wf-node__status{border-radius:50%;flex:none;width:8px;height:8px;display:none}.wf-node__body{padding:0 10px 10px}.wf-node__expr{font:500 11.5px var(--wf-font-mono);letter-spacing:-.01em;color:var(--wf-text-mono);background:var(--wf-surface-inset);border:1px solid var(--wf-border);border-radius:var(--wf-radius-sm);white-space:nowrap;text-overflow:ellipsis;padding:5px 7px;display:block;overflow:hidden}.wf-node__expr .k{color:var(--wf-text-faint)}.wf-node__tab{height:23px;font:500 11px var(--wf-font-ui);color:var(--wf-primary-bright);background:var(--wf-primary-bg);border:1px solid var(--wf-primary-border);border-bottom:none;border-radius:9px 9px 0 0;align-items:center;gap:5px;padding:0 9px 1px 8px;display:inline-flex;position:absolute;top:-22px;left:0}.wf-node__tab svg{width:11px;height:11px}.wf-node[data-kind=trigger]{--wf-accent:var(--wf-primary);--wf-accent-bg:var(--wf-primary-bg)}.wf-node[data-kind=action]{--wf-accent:var(--wf-info);--wf-accent-bg:var(--wf-info-bg)}.wf-node[data-kind=compose],.wf-node[data-kind=agent]{--wf-accent:var(--wf-agent);--wf-accent-bg:var(--wf-agent-bg)}.wf-node[data-kind=human]{--wf-accent:var(--wf-human);--wf-accent-bg:var(--wf-human-bg)}.wf-node[data-kind=gate]{--wf-accent:var(--wf-warning);--wf-accent-bg:var(--wf-warning-bg)}.wf-node[data-kind=event]{--wf-accent:var(--wf-agent);--wf-accent-bg:var(--wf-agent-bg)}.wf-node[data-kind=terminal]{--wf-accent:var(--wf-success);--wf-accent-bg:var(--wf-success-bg)}.wf-node[data-kind=fail]{--wf-accent:var(--wf-danger);--wf-accent-bg:var(--wf-danger-bg)}.wf-node[data-kind=structural]{--wf-accent:var(--wf-neutral);--wf-accent-bg:var(--wf-neutral-bg)}.wf-node[data-selected=true]{outline:1.5px solid var(--wf-primary);outline-offset:-1.5px}.wf-node[data-state=running]{outline:1.5px solid var(--wf-primary);outline-offset:-1.5px;background:color-mix(in srgb, var(--wf-primary-bg) 60%, var(--wf-surface))}.wf-node[data-state=running] .wf-node__status{background:var(--wf-primary);box-shadow:0 0 0 3px var(--wf-primary-bg);animation:wf-pulse 1.4s var(--wf-ease) infinite;display:block}@keyframes wf-pulse{0%,to{opacity:1}50%{opacity:.35}}.wf-node[data-state=done] .wf-node__status{background:var(--wf-success);display:block}.wf-node[data-state=caught]{outline:1.5px solid var(--wf-warning);outline-offset:-1.5px}.wf-node[data-state=caught] .wf-node__status{background:var(--wf-warning);display:block}.wf-node[data-state=failed]{outline:1.5px solid var(--wf-danger);outline-offset:-1.5px;background:color-mix(in srgb, var(--wf-danger-bg) 55%, var(--wf-surface))}.wf-node[data-state=failed] .wf-node__status{background:var(--wf-danger);display:block}.wf-node[data-state=failed] .wf-node__expr{color:var(--wf-danger);border-color:var(--wf-danger-border)}.wf-node[data-state=skipped]{opacity:.42;filter:saturate(.5)}@media (prefers-reduced-motion:reduce){.wf-node__status{animation-duration:0s!important}}.wf-md{--background:var(--wf-surface);--foreground:var(--wf-text);--card:var(--wf-surface);--card-foreground:var(--wf-text);--popover:var(--wf-surface);--popover-foreground:var(--wf-text);--primary:var(--wf-primary-bright);--primary-foreground:var(--wf-canvas);--secondary:var(--wf-surface-inset);--secondary-foreground:var(--wf-text);--muted:var(--wf-surface-inset);--muted-foreground:var(--wf-text-muted);--accent:var(--wf-surface-hover);--accent-foreground:var(--wf-text);--border:var(--wf-border);--input:var(--wf-border);--ring:var(--wf-primary-bright);--destructive:var(--wf-danger);--destructive-foreground:var(--wf-canvas);--sidebar:var(--wf-surface-inset);--sidebar-foreground:var(--wf-text);--sidebar-border:var(--wf-border);--streamdown-caret:var(--wf-primary-bright);--sdm-tbg:var(--wf-surface);color:var(--wf-text)}.wf-md>:first-child{margin-top:0}.wf-md>:last-child{margin-bottom:0}.wf-md [data-streamdown=code-block]{background:var(--wf-surface-inset);border-color:var(--wf-border)}.wf-md [data-streamdown=code-block-header]{color:var(--wf-text-muted)}.wf-md pre,.wf-md code{color:var(--wf-text-mono)}.wf-md :not(pre)>code{background:var(--wf-surface-inset);border:1px solid var(--wf-border);border-radius:var(--wf-radius-sm);padding:.05em .35em}.wf-md table{border-color:var(--wf-border)}.wf-md thead,.wf-md th{background:var(--wf-surface-inset);color:var(--wf-text)}.wf-md td,.wf-md th{border-color:var(--wf-border)}.wf-md a{color:var(--wf-primary-bright);text-underline-offset:2px;text-decoration:underline}.wf-md [data-streamdown=blockquote],.wf-md blockquote{border-left:2px solid var(--wf-border-strong);color:var(--wf-text-muted)}.wf-md [data-streamdown=horizontal-rule],.wf-md hr{border-color:var(--wf-border)}
