.wf-examples{--wf-agent:#7542b4;--wf-task:#2666ad;--wf-human:#08766b;--wf-agent-fill:#f5effc;--wf-task-fill:#eef4fc;--wf-human-fill:#edf8f6;--wf-band:#f0f2f5;--wf-line:#bfc5ce;--wf-ink:#202326;color:var(--wf-ink)}.wf-tabs{border-bottom:1px solid var(--line);scrollbar-width:thin;gap:24px;margin-bottom:40px;display:flex;overflow-x:auto}.wf-tabs button{font:inherit;color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-height:48px;padding:14px 0;font-size:14px}.wf-tabs button[aria-selected=true]{color:var(--wf-ink);border-bottom-color:currentColor}.wf-tabs button:hover{color:var(--wf-ink)}.wf-examples :focus-visible{outline:2px solid var(--wf-task);outline-offset:3px}.wf-example-body{grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr);align-items:start;gap:64px;display:grid}.wf-example-copy{position:sticky;top:100px}.wf-example-label{color:var(--muted);font-size:12px}.section .wf-example-copy h3{font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:12px 0 18px;font-size:30px;font-weight:500;line-height:1.15}.section .wf-example-copy p{color:var(--muted);margin:0;font-size:16px;line-height:1.6}.wf-example-copy dl{gap:20px;margin:28px 0;font-size:14px;line-height:1.5;display:grid}.wf-example-copy dt{color:var(--muted);margin-bottom:4px;font-size:12px}.wf-example-copy dd{margin:0}.wf-legend{gap:18px;font-size:12px;display:flex}.wf-legend>span{color:var(--wf-type);align-items:center;gap:7px;display:flex}.wf-agent{--wf-type:var(--wf-agent);--wf-fill:var(--wf-agent-fill)}.wf-task{--wf-type:var(--wf-task);--wf-fill:var(--wf-task-fill)}.wf-human{--wf-type:var(--wf-human);--wf-fill:var(--wf-human-fill)}.wf-control{--wf-type:var(--muted);--wf-fill:var(--wf-band)}.wf-mark{background:var(--wf-type);flex:0 0 12px;width:12px;height:12px;display:inline-block}.wf-mark-agent{border-radius:50%}.wf-mark-human{flex-basis:11px;width:11px;height:11px;margin:0 1px;transform:rotate(45deg)}.wf-graph-scroll{scrollbar-width:thin;min-width:0;padding:4px;overflow-x:auto}.wf-graph{min-width:470px;max-width:660px;margin:auto}.wf-flow{flex-direction:column;gap:22px;display:flex}.wf-flow>*{position:relative}.wf-flow>*+:before{content:"";background:var(--wf-line);pointer-events:none;width:1px;height:22px;position:absolute;top:-23px;left:50%}.wf-step{border:1px solid var(--wf-line);background:var(--wf-fill);text-align:left;min-height:58px;color:var(--wf-ink);cursor:pointer;width:100%;min-width:0;font:inherit;border-radius:6px;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.wf-step:hover,.wf-step[aria-pressed=true]{border-color:var(--wf-type)}.wf-step[aria-pressed=true]{outline:1px solid var(--wf-type)}.wf-type{color:var(--wf-type);align-items:center;gap:8px;font-size:11px;display:flex}.wf-name{font-size:13px;line-height:1.35}.wf-stage{background:var(--wf-band);min-width:0;padding:16px}.wf-stage-heading{color:var(--muted);justify-content:space-between;gap:12px;margin-bottom:18px;font-size:12px;line-height:1.4;display:flex}.wf-stage-heading>span:last-child{white-space:nowrap;font-size:11px}.section .wf-rule,.section .wf-scope-rule{color:var(--muted);max-width:none;margin:14px 0 0;font-size:11px;line-height:1.5}.section .wf-scope-rule{margin:-8px 0 20px}.wf-nested{background:0 0;padding:0}.wf-nested .wf-stage-heading{margin-bottom:12px;font-size:11px}.wf-fork{grid-template-columns:repeat(var(--branches), minmax(0, 1fr));border-top:1px solid var(--wf-line);border-bottom:1px solid var(--wf-line);align-items:start;gap:14px;padding:14px 0;display:grid}.wf-fork>*{position:relative}.wf-fork>:before{content:"";background:var(--wf-line);width:1px;height:14px;position:absolute;top:-15px;left:50%}.wf-stage-parallel>.wf-fork>:after{content:"";background:var(--wf-line);width:1px;height:14px;position:absolute;bottom:-15px;left:50%}.wf-stage-choice>.wf-fork{border-bottom:0;padding-bottom:0}.wf-stage-loop>.wf-children{border-left:1px dashed var(--wf-line);padding-left:16px}.wf-paths{border-top:1px solid var(--wf-line);border-bottom:1px solid var(--wf-line);align-items:stretch;gap:10px;padding:14px 0;display:grid}.wf-path{min-width:0;position:relative}.wf-path:before,.wf-path:after{content:"";background:var(--wf-line);width:1px;height:14px;position:absolute;left:50%}.wf-path:before{top:-15px}.wf-path:after{bottom:-15px}.wf-path-toggle{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;width:100%;min-height:36px;margin:0 0 14px;padding:6px 0;font-size:11px;display:block}.wf-path-toggle:hover{background:color-mix(in srgb, var(--wf-ink) 5%, transparent)}.wf-path-toggle svg{width:28px;height:100px;margin:20px auto 0;display:block}.wf-path-toggle svg path{fill:none;stroke:var(--wf-line)}.wf-path-toggle svg circle{fill:var(--wf-agent)}.wf-path-toggle svg rect{fill:var(--wf-task)}.wf-path-toggle svg .wf-mini-human{fill:var(--wf-human);stroke:none}.wf-path-open .wf-step{padding:9px}.wf-inspection{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;font-size:14px}.section .wf-inspection p{margin-top:8px;font-size:14px}.section .wf-example-note{color:var(--muted);max-width:none;margin:24px 0 0;font-size:12px}.wf-examples [hidden]{display:none}@media (max-width:950px){.wf-example-body{grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);gap:30px}.wf-tabs{gap:20px}.wf-example-copy{position:static}}@media (max-width:760px){.wf-example-body{grid-template-columns:1fr;gap:24px}.wf-tabs{margin-bottom:28px}.wf-example-copy dl{grid-template-columns:1fr 1fr;gap:20px;margin:20px 0}.section .wf-example-copy h3{font-size:27px}.wf-graph-scroll{margin:0 -4px}.wf-inspection{margin-top:20px}}@media (pointer:coarse){.wf-path-toggle{min-height:44px}}.dark .wf-examples{--wf-agent:var(--workflow-agent-light);--wf-task:var(--workflow-task-light);--wf-human:var(--workflow-human-light);--wf-agent-fill:#282133;--wf-task-fill:#1c2939;--wf-human-fill:#1a302c;--wf-band:#202328;--wf-line:#535b67;--wf-ink:#eeeef0}.wf-tabs button{align-items:center;gap:8px;display:inline-flex}.wf-tabs button svg{flex-shrink:0}
.docs-workflow-module__Cogixa__example{--muted:var(--color-fd-muted-foreground);--line:var(--color-fd-border);min-width:0;margin:2rem 0}.docs-workflow-module__Cogixa__tabs{background:0 0;border:0;border-radius:0;overflow:visible}.docs-workflow-module__Cogixa__list{border-bottom:1px solid var(--color-fd-border);padding:0}.docs-workflow-module__Cogixa__list button{min-height:44px}.docs-workflow-module__Cogixa__code,.docs-workflow-module__Cogixa__visualization{background:0 0;border-radius:0;min-width:0;padding:1.25rem 0 0}.docs-workflow-module__Cogixa__code>figure:only-child{border:1px solid var(--color-fd-border);margin:0}.docs-workflow-module__Cogixa__visualization .wf-example-body{flex-direction:column;gap:1.5rem;display:flex}.docs-workflow-module__Cogixa__visualization .wf-example-copy{width:100%;position:static}.docs-workflow-module__Cogixa__visualization .wf-example-label{display:none}.docs-workflow-module__Cogixa__visualization .wf-graph-scroll{width:100%}.docs-workflow-module__Cogixa__visualization .wf-graph{max-width:620px;margin-inline:auto}.docs-workflow-module__Cogixa__visualization .wf-example-copy h3{font-family:var(--font-display), sans-serif;letter-spacing:-.025em;margin:0 0 .75rem;font-size:24px;line-height:1.3}.docs-workflow-module__Cogixa__visualization .wf-example-copy p{margin:.5rem 0}.docs-workflow-module__Cogixa__example{container-type:inline-size}.docs-workflow-module__Cogixa__visualization .wf-graph{min-width:0}.docs-workflow-module__Cogixa__visualization .wf-rule{color:var(--muted);margin:1rem 0 0;font-size:14px;line-height:1.5}@container (max-width:520px){.docs-workflow-module__Cogixa__visualization .wf-stage-choice>.wf-fork{border-top:0;border-left:1px solid var(--wf-line);grid-template-columns:1fr;padding:0 0 0 16px}.docs-workflow-module__Cogixa__visualization .wf-stage-choice>.wf-fork>:before{width:16px;height:1px;top:50%;left:-17px}.docs-workflow-module__Cogixa__visualization .wf-stage-heading{flex-wrap:wrap;gap:.25rem}}
.figure-module__oF1iWq__figure{--diagram-ink:#191919;--diagram-muted:#62625e;--diagram-line:#858580;--diagram-border:#d1d1cb;--diagram-surface:#f3f3ef;--diagram-agent:#7542b4;--diagram-task:#2666ad;--diagram-human:#18776e;color:var(--diagram-ink);margin:2rem 0;container-type:inline-size}.dark .figure-module__oF1iWq__figure{--diagram-ink:#f0f0ed;--diagram-muted:#adadaa;--diagram-line:#777772;--diagram-border:#41413d;--diagram-surface:#1b1b19;--diagram-agent:#c49cf6;--diagram-task:#8abbf4;--diagram-human:#7dcdc0}.figure-module__oF1iWq__title{font-family:var(--font-display), sans-serif;letter-spacing:-.035em;text-wrap:balance;margin:0 0 1.25rem;font-size:26px;line-height:1.3}.figure-module__oF1iWq__figure svg{width:100%;height:auto;font-family:var(--font-body), sans-serif;display:block;overflow:visible}.figure-module__oF1iWq__figure .figure-module__oF1iWq__mobile{display:none}.figure-module__oF1iWq__caption{color:var(--diagram-muted);text-wrap:pretty;margin-top:1rem;font-size:16px;line-height:1.55}.figure-module__oF1iWq__caption p{margin:0}.figure-module__oF1iWq__caption code{font-size:.9em}@container (max-width:639px){.figure-module__oF1iWq__figure .figure-module__oF1iWq__desktop{display:none}.figure-module__oF1iWq__figure .figure-module__oF1iWq__mobile{display:block}.figure-module__oF1iWq__title{font-size:23px}}@media print{.figure-module__oF1iWq__figure{break-inside:avoid}}
