.react-flow{direction:ltr;--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:rgba(255,255,255,0.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:rgba(240,240,240,0.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:rgba(240,240,240,0.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,0.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,0.08);--xy-selection-border-default:1px dotted rgba(0,89,220,0.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,0.08);--xy-edge-label-background-color-default:#ffffff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:rgba(150,150,150,0.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,0.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:rgba(240,240,240,0.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(255,255,255,0.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,0.08);--xy-selection-border-default:1px dotted rgba(200,200,220,0.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,0.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.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__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{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.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.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;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.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-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.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.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__minimap{background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.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:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default))}.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:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.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:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.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-button:hover{background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.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:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));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-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-width:0;border-style:solid}.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%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.flow-nodes_nodeWrapper__KA2B0{position:relative}.flow-nodes_cardContainer__nJeoi{position:relative;display:inline-block;isolation:isolate}.flow-nodes_card__VX4UK{position:relative;z-index:1;border-width:2px!important;border-color:#7f8186!important;border-radius:8px!important;padding:1rem;background-color:white;min-width:90px;min-height:90px;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out!important}[data-mantine-color-scheme=dark] .flow-nodes_card__VX4UK{background-color:#1a1a1a;border-color:#4a4a4a!important}.flow-nodes_cardTrigger__4tXX7{border-radius:28px 8px 8px 28px!important}.flow-nodes_selected__ujYZE .mantine-Paper-root{box-shadow:0 0 2px 6px var(--mantine-color-brand-1);transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out!important}[data-mantine-color-scheme=dark] .flow-nodes_selected__ujYZE .mantine-Paper-root{box-shadow:0 0 2px 6px var(--mantine-color-brand-4)}.flow-nodes_triggerIcon__MSnnZ{position:absolute;top:60%;left:-35px;transform:translateY(-100%);color:#ff6f5c;fill:#ff6f5c}.flow-nodes_handleWrapper__tYVwV{position:absolute;top:50%;right:0;transform:translateY(-50%) translateX(100%);display:flex;align-items:center;z-index:10}.flow-nodes_handle__1Gc59{width:14px;height:14px;background:#7f8186;border:none;transition:background .2s ease-in-out}[data-mantine-color-scheme=dark] .flow-nodes_handle__1Gc59{background:#5a5a5a}.flow-nodes_handleLeft__4AnI0{width:8px;height:18px;background:#7f8186;border:none;border-radius:0;z-index:10!important;transition:background .2s ease-in-out}[data-mantine-color-scheme=dark] .flow-nodes_handleLeft__4AnI0{background:#5a5a5a}.flow-nodes_label__sxi7P{position:absolute;top:100%;margin-top:20px;font-size:14px;color:#414042;font-weight:500;text-align:center;white-space:normal;width:max-content;max-width:120px;word-break:break-word;line-height:1.3;left:50%;transform:translateX(-50%);pointer-events:none}[data-mantine-color-scheme=dark] .flow-nodes_label__sxi7P{color:#e0e0e0}.flow-nodes_description__zFwjn{display:block;font-size:11px;color:#909298;font-weight:400;line-height:1.2;margin-top:2px}[data-mantine-color-scheme=dark] .flow-nodes_description__zFwjn{color:#808080}.flow-nodes_optionsWrapper__iPFiD{position:relative}.flow-nodes_optionsIcon__tbjMr{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background-color:white;border:1px solid #e0e0e0;border-radius:50%;padding:2px;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer;z-index:10;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}[data-mantine-color-scheme=dark] .flow-nodes_optionsIcon__tbjMr{background-color:#1a1a1a;border-color:#3a3a3a;box-shadow:0 1px 3px rgba(0,0,0,.3)}.flow-nodes_nodeWrapper__KA2B0:hover .flow-nodes_optionsIcon__tbjMr,.flow-nodes_optionsWrapper__iPFiD.flow-nodes_isMenuOpen__QA6oA .flow-nodes_optionsIcon__tbjMr{opacity:1;pointer-events:auto}.flow-nodes_trailingAddWrapper___WONG{position:absolute;top:50%;right:0;transform:translateY(-50%) translateX(calc(100% + 6px));display:flex;align-items:center;z-index:1}.flow-nodes_trailingEdgeLine__6TAjE{width:50px;height:2px;background-color:#7f8186}[data-mantine-color-scheme=dark] .flow-nodes_trailingEdgeLine__6TAjE{background-color:#5a5a5a}.flow-nodes_addNodeButtonContainer__6FiCs{position:relative;display:flex;align-items:center;justify-content:center}.flow-nodes_addNodeButton__w3itP{border-width:2px!important;border-color:#7f8186!important}[data-mantine-color-scheme=dark] .flow-nodes_addNodeButton__w3itP{border-color:#5a5a5a!important;background-color:#1a1a1a!important}.flow-nodes_addNodeHandle__hX_mg{position:absolute!important;width:28px!important;height:28px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;background:transparent!important;border:none!important;border-radius:50%!important;cursor:pointer!important;z-index:10}.flow-nodes_cardRunning__iS_4f{border-color:var(--mantine-color-orange-5)!important;box-shadow:0 0 0 2px rgba(255,146,43,.3)!important;animation:flow-nodes_pulseRunning__xgMN2 1.5s ease-in-out infinite}@keyframes flow-nodes_pulseRunning__xgMN2{0%,to{box-shadow:0 0 0 2px rgba(255,146,43,.3)}50%{box-shadow:0 0 0 5px rgba(255,146,43,.15)}}.flow-nodes_cardCompleted__3rFJ8{border-color:var(--mantine-color-green-5)!important}.flow-nodes_cardFailed__hNEoP{border-color:var(--mantine-color-red-5)!important;box-shadow:0 0 0 1px rgba(250,82,82,.2)!important;animation:flow-nodes_pulseError__Uel1E 2s ease-in-out infinite}@keyframes flow-nodes_pulseError__Uel1E{0%,to{box-shadow:0 0 0 1px rgba(250,82,82,.2)}50%{box-shadow:0 0 0 3px rgba(250,82,82,.15)}}.flow-nodes_cardConfigError__NJOzi{border-color:var(--mantine-color-red-4)!important}.flow-nodes_statusBadge__cx18i{position:absolute;bottom:-6px;right:-6px;z-index:15}.flow-nodes_spinIcon__rVkj_{animation:flow-nodes_spin__mMOer 1s linear infinite}@keyframes flow-nodes_spin__mMOer{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.connecting .flow-nodes_addNodeButtonContainer__6FiCs .flow-nodes_addNodeButton__w3itP{opacity:0}.custom-edge_visibleEdge___BNDh{stroke:gray;transition:stroke .3s ease}.custom-edge_edgeGroup__b4rMN:hover .custom-edge_visibleEdge___BNDh{stroke:var(--mantine-color-green-6)}.custom-edge_edgeSelected__2CNPi .custom-edge_visibleEdge___BNDh{stroke:var(--mantine-color-brand-6)}.custom-edge_edgeCompleted__uBx0l .custom-edge_visibleEdge___BNDh{stroke:var(--mantine-color-green-5)}.custom-edge_edgeRunning__oPv2t .custom-edge_visibleEdge___BNDh{stroke:var(--mantine-color-orange-5);stroke-dasharray:8 4;animation:custom-edge_dashFlow__bRlOn .6s linear infinite}@keyframes custom-edge_dashFlow__bRlOn{to{stroke-dashoffset:-12}}.flow-toolbar_toolbar__GVx5q{height:61px;border-bottom:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .flow-toolbar_toolbar__GVx5q{border-bottom:1px solid var(--mantine-color-dark-4)}.flow-toolbar_toolbar__GVx5q{background:var(--mantine-color-body);flex-shrink:0;padding-inline:var(--mantine-spacing-sm)}@media (min-width:768px){.flow-toolbar_toolbar__GVx5q{padding-inline:var(--mantine-spacing-md)}}.flow-toolbar_hideOnMobile__Nvky7{display:none!important}@media (min-width:768px){.flow-toolbar_hideOnMobile__Nvky7{display:flex!important}}.flow-toolbar_hideOnDesktop__WIFof{display:flex!important}@media (min-width:768px){.flow-toolbar_hideOnDesktop__WIFof{display:none!important}}.flow-toolbar_nameText__5rBYn{max-width:120px}@media (min-width:768px){.flow-toolbar_nameText__5rBYn{max-width:200px}}@media (min-width:1024px){.flow-toolbar_nameText__5rBYn{max-width:300px}}@keyframes flow-toolbar_pulse__Pt17w{0%,to{opacity:1}50%{opacity:.4}}.flow-toolbar_runningDot__yr_rf{width:8px;height:8px;border-radius:50%;background-color:var(--mantine-color-green-5);animation:flow-toolbar_pulse__Pt17w 1.5s ease-in-out infinite;flex-shrink:0}.flow-toolbar_runningBadge___bofs{display:inline-flex;align-items:center;gap:6px;padding:2px 10px 2px 8px;border-radius:20px;background-color:var(--mantine-color-green-0)}[data-mantine-color-scheme=dark] .flow-toolbar_runningBadge___bofs{background-color:rgba(64,192,87,.1)}.flow-toolbar_editInput__fIkQW{width:150px}@media (min-width:768px){.flow-toolbar_editInput__fIkQW{width:250px}}.action-sidebar_panel__vDaf1{position:fixed;top:60px;right:0;width:420px;height:calc(100dvh - 60px);display:flex;flex-direction:column;border-left:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .action-sidebar_panel__vDaf1{border-left:1px solid var(--mantine-color-dark-4)}.action-sidebar_panel__vDaf1{background:var(--mantine-color-body);box-shadow:none;z-index:100}.action-sidebar_headerBg__ZxXbz{background-color:#f1f3f9}[data-mantine-color-scheme=dark] .action-sidebar_headerBg__ZxXbz{background-color:var(--mantine-color-dark-7)}.action-sidebar_headerBg__ZxXbz{border-bottom:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .action-sidebar_headerBg__ZxXbz{border-bottom:1px solid var(--mantine-color-dark-4)}.action-sidebar_headerBg__ZxXbz{flex-shrink:0}.action-sidebar_categoryItem__HcAJS{border-radius:var(--mantine-radius-md);transition:background-color .15s}.action-sidebar_categoryItem__HcAJS:hover{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .action-sidebar_categoryItem__HcAJS:hover{background-color:var(--mantine-color-dark-6)}.action-sidebar_categoryIcon__TKhsW{width:44px;height:44px;border-radius:var(--mantine-radius-md);background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] .action-sidebar_categoryIcon__TKhsW{background-color:var(--mantine-color-dark-5)}.action-sidebar_categoryIcon__TKhsW{color:var(--mantine-color-dimmed);flex-shrink:0}.action-sidebar_actionItem__TG_RQ{border-radius:var(--mantine-radius-md);transition:background-color .15s}.action-sidebar_actionItem__TG_RQ:hover{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] .action-sidebar_actionItem__TG_RQ:hover{background-color:var(--mantine-color-dark-6)}.action-sidebar_actionItemIcon__8A23c{width:36px;height:36px;border-radius:var(--mantine-radius-md);flex-shrink:0}.action-sidebar_panel__vDaf1 .mantine-ScrollArea-scrollbar{width:6px}.action-sidebar_panel__vDaf1 .mantine-ScrollArea-thumb{border-radius:3px}@media (max-width:768px){.action-sidebar_panel__vDaf1{width:100%;top:auto;bottom:0;height:60vh;border-left:none;border-top:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .action-sidebar_panel__vDaf1{border-top:1px solid var(--mantine-color-dark-4)}}.node-inspector_panel__QO3FE{position:fixed;top:60px;right:0;width:420px;height:calc(100dvh - 60px);display:flex;flex-direction:column;border-left:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .node-inspector_panel__QO3FE{border-left:1px solid var(--mantine-color-dark-4)}.node-inspector_panel__QO3FE{background:var(--mantine-color-body);box-shadow:none;z-index:99}.node-inspector_headerBg__vDk_p{background-color:#f1f3f9}[data-mantine-color-scheme=dark] .node-inspector_headerBg__vDk_p{background-color:var(--mantine-color-dark-7)}.node-inspector_headerBg__vDk_p{border-bottom:1px solid var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .node-inspector_headerBg__vDk_p{border-bottom:1px solid var(--mantine-color-dark-4)}.node-inspector_headerBg__vDk_p{flex-shrink:0}.node-inspector_nodeIcon__x9Oy_{width:32px;height:32px;border-radius:var(--mantine-radius-md);flex-shrink:0;display:flex;align-items:center;justify-content:center}.node-inspector_tabsList__D2G0a{border-bottom:none!important;gap:0}.node-inspector_tabsList__D2G0a:before{display:none}.node-inspector_tabsList__D2G0a .mantine-Tabs-tab{font-weight:500;font-size:14px;background:transparent}.node-inspector_tabsList__D2G0a .mantine-Tabs-tab[data-active]{background:transparent;color:var(--mantine-color-orange-6);border-bottom-color:var(--mantine-color-orange-6)}.node-inspector_panel__QO3FE .mantine-ScrollArea-scrollbar{width:6px}.node-inspector_panel__QO3FE .mantine-ScrollArea-thumb{border-radius:3px}@media (max-width:768px){.node-inspector_panel__QO3FE{width:100%;top:auto;bottom:0;height:70vh;border-left:none;border-top:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] .node-inspector_panel__QO3FE{border-top:1px solid var(--mantine-color-dark-4)}}.flow-builder_wrapper__oFl32{height:calc(100dvh - 60px);display:flex;flex-direction:column}@media (min-width:768px){.flow-builder_wrapper__oFl32{height:100dvh}}.flow-builder_container__FmbM9{flex-direction:column;background:var(--mantine-color-body)}.flow-builder_container__FmbM9,.flow-builder_main__afX_P{display:flex;flex:1;min-height:0;overflow:hidden}.flow-builder_canvas__BKBmf{flex:1;min-width:0;position:relative;background:#f5f5f5}.flow-builder_canvas__BKBmf .react-flow__pane{cursor:default!important}.flow-builder_canvas__BKBmf .react-flow__pane.dragging{cursor:grabbing!important}[data-mantine-color-scheme=dark] .flow-builder_canvas__BKBmf,[data-mantine-color-scheme=dark] .flow-builder_canvas__BKBmf .react-flow__background{background:var(--mantine-color-dark-7)}[data-mantine-color-scheme=dark] .flow-builder_canvas__BKBmf .react-flow__controls button{background:var(--mantine-color-dark-6);border-color:var(--mantine-color-dark-4);fill:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] .flow-builder_canvas__BKBmf .react-flow__controls button:hover{background:var(--mantine-color-dark-5)}[data-mantine-color-scheme=dark] .flow-builder_canvas__BKBmf .react-flow__minimap{background:var(--mantine-color-dark-6)}.flow-builder_controls__GSNf_{gap:6px!important;border:none!important;box-shadow:none!important;margin-bottom:26px!important}.flow-builder_controls__GSNf_ button{width:40px;height:40px;border:1px solid rgb(228,228,228)!important;border-radius:2px}[data-mantine-color-scheme=dark] .flow-builder_controls__GSNf_ button{border-color:rgb(60,60,60)!important;background-color:#1a1a1a!important}.flow-builder_cleanButton__iGV9h{border:1px solid rgb(228,228,228)!important;border-radius:2px!important}[data-mantine-color-scheme=dark] .flow-builder_cleanButton__iGV9h{border-color:rgb(60,60,60)!important;background-color:#1a1a1a!important}.flow-builder_minimap__0wYbE{width:224px!important;height:170px!important;margin-bottom:73px!important;border:1px solid rgb(228,228,228)!important;overflow:hidden!important;opacity:0;transition:opacity .3s ease;pointer-events:none}.flow-builder_minimap__0wYbE svg{width:100%!important;height:100%!important}.flow-builder_minimapVisible__L2GVW{opacity:1;pointer-events:auto}[data-mantine-color-scheme=dark] .flow-builder_minimap__0wYbE{background-color:#1a1a1a!important;border-color:rgb(60,60,60)!important}[data-mantine-color-scheme=dark] .flow-builder_minimap__0wYbE .react-flow__minimap-mask{fill:rgba(30,30,30,.6)!important}[data-mantine-color-scheme=dark] .flow-builder_minimap__0wYbE .react-flow__minimap-node{fill:#3a3a3a!important}.flow-builder_floatingHistoryBtn__qGDek{position:absolute;right:10px;top:calc(50% - 18px);z-index:5;box-shadow:var(--mantine-shadow-md);transition:none;width:36px;height:36px}@media (min-width:768px){.flow-builder_floatingHistoryBtn__qGDek{right:16px;top:calc(50% - 22px);width:44px;height:44px}}@media (max-width:768px){.flow-builder_main__afX_P{flex-direction:column}.flow-builder_minimap__0wYbE{display:none}.flow-builder_controls__GSNf_{margin-bottom:16px!important}.flow-builder_controls__GSNf_ button{width:34px;height:34px}.flow-builder_cleanButton__iGV9h{width:34px!important;height:34px!important}}