.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:white}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto}.react-flow__handle-bottom,.react-flow__handle-top{left:50%;transform:translate(-50%)}.react-flow__handle-left,.react-flow__handle-right{top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border:1px solid #1a192b;background-color:white}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:rgba(240,240,240,.25)}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.builder-container{display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;overflow:hidden;position:relative}.builder-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem 1rem;background-color:#fff;border-bottom:1px solid #e5e7eb;z-index:10}.builder-title{font-size:1.25rem;font-weight:600;margin:0 1rem;text-align:center;grid-column:2}.builder-back{grid-column:1;justify-self:start}.builder-spacer{grid-column:3}.builder-main{flex-direction:column;flex:1}.builder-flow,.builder-main{display:flex;position:relative;overflow:hidden}.builder-flow{width:100%;height:100%;flex-direction:column;background-color:#f8fafc;border-radius:8px}.reactflow-wrapper{flex:1;width:100%;height:100%;position:relative}.react-flow__handle{width:8px;height:8px;background-color:#fff;border:2px solid #3b82f6;border-radius:50%}.react-flow__handle:hover{background-color:#3b82f6;transform:scale(1.2)}.react-flow__handle-top{top:-4px}.react-flow__handle-right{right:-4px}.react-flow__handle-bottom{bottom:-4px}.react-flow__handle-left{left:-4px}.react-flow-controls{box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px}.react-flow__node{cursor:grab}.react-flow__node.selected{cursor:grabbing}.builder-node{padding:12px;border-radius:8px;background-color:white;border:2px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);width:160px;text-align:center;transition:all .2s ease;position:relative}.builder-node:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.builder-node.selected{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.3)}.builder-node.not-configured{border-color:#ef4444}.builder-node.configured{border-color:#22c55e}.builder-node-status{position:absolute;top:8px;right:8px;z-index:10}.builder-node-tooltip{position:absolute;top:-40px;right:0;background-color:#1e293b;color:white;padding:6px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:100}.builder-node-icon{display:flex;justify-content:center;margin-bottom:8px}.builder-node-label{font-size:14px;font-weight:500;color:#1e293b}.edge-label{font-size:12px;fill:#64748b;font-weight:500;pointer-events:none}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation:pulse .5s ease}@keyframes flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:10}}@media (min-width:768px){.builder-main{flex-direction:row}}.builder-palette{position:absolute;top:0;right:0;width:280px;height:100%;background-color:white;border-left:1px solid #e2e8f0;box-shadow:-4px 0 6px -1px rgba(0,0,0,.05);transition:transform .3s ease;z-index:10;display:flex;flex-direction:column}.builder-palette.closed{transform:translateX(100%)}.builder-palette.open{transform:translateX(0)}.palette-handle{position:absolute;top:50%;left:-16px;width:16px;height:60px;background-color:white;border:1px solid #e2e8f0;border-right:none;border-radius:8px 0 0 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);box-shadow:-2px 0 4px -1px rgba(0,0,0,.05);z-index:20}.palette-toggle-icon{color:#64748b}.palette-tabs{display:flex;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.palette-tab{flex:1;padding:12px 8px 10px;text-align:center;font-size:14px;font-weight:500;color:#64748b;background-color:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;min-width:120px;box-sizing:border-box;height:45px}.palette-tab.active{color:#3b82f6;border-bottom:2px solid #3b82f6}.palette-content{flex:1;padding:16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.palette-content::-webkit-scrollbar{width:6px}.palette-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.palette-content::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.palette-items{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.palette-item{padding:12px;border-radius:6px;background-color:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;cursor:grab;transition:all .2s ease}.palette-item:hover{border-color:#3b82f6;background-color:#f0f9ff}.palette-item-icon{margin-bottom:8px;display:flex;justify-content:center;align-items:center;height:24px}.palette-item-label{font-size:12px;text-align:center;color:#334155}.example-workflows-list{display:flex;flex-direction:column;gap:12px}.example-workflow-item{padding:12px;border-radius:6px;background-color:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;cursor:pointer;transition:all .2s ease}.example-workflow-item:hover{border-color:#3b82f6;background-color:#f0f9ff}.workflow-icon{margin-right:12px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#e0f2fe}.workflow-content h4{font-size:14px;font-weight:500;color:#334155;margin:0 0 4px}.workflow-content p{font-size:12px;color:#64748b;margin:0}@media (max-width:768px){.builder-palette{width:100%;height:50%;top:auto;bottom:0;border-left:none;border-top:1px solid #e2e8f0;box-shadow:0 -4px 6px -1px rgba(0,0,0,.05)}.builder-palette.closed{transform:translateY(100%)}.builder-palette.open{transform:translateY(0)}.palette-handle{top:-16px;left:50%;width:60px;height:16px;border:1px solid #e2e8f0;border-bottom:none;border-radius:8px 8px 0 0;transform:translateX(-50%);box-shadow:0 -2px 4px -1px rgba(0,0,0,.05)}.palette-tabs{flex-wrap:wrap}.palette-tab{min-width:50%;height:45px}}