.react-flow__node{background:var(--bg-light);border-radius:10px;font-size:12px;box-shadow:0 2px 6px #0000001f,0 0 0 2px #626262}._node_1pwjx_8{min-width:110px;min-height:50px;color:var(--text-dark);background:var(--bg-light);border-radius:4px;flex-direction:column;justify-content:space-around;padding:10px;font-size:12px;display:flex;box-shadow:0 0 0 2px #626262}._node_1pwjx_8:hover{box-shadow:0 0 0 2px var(--bg-highlight), 0 0 4px var(--bg-highlight)}._node_1pwjx_8._selected_1pwjx_26{box-shadow:0 0 0 2px var(--highlight), 0 0 4px var(--highlight)}._number-input_1pwjx_30{color:var(--text-dark);background:var(--bg-light);border-radius:4px;padding:10px;font-size:12px;box-shadow:0 0 0 1px #626262}._inputField_1pwjx_39{color:var(--text-dark);background:var(--bg-light);box-shadow:none;border:1px solid var(--bg-medium-light);border-radius:4px;width:100%;padding:6px;font-size:12px}._node-toolbar-container_1pwjx_50{background:var(--bg-dark);border:1px solid #626262;border-radius:6px;padding:2px;display:flex;transform:translateY(-8px);box-shadow:0 2px 8px #0000004d}._node-toolbar-button_1pwjx_60{background:var(--bg-highlight);width:22px;height:22px;color:var(--text-light);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px;transition:all .2s;display:flex}._node-toolbar-button_1pwjx_60:hover{transform:scale(1.05)}._node-toolbar-button_1pwjx_60:active{transform:scale(.95)}._node-toolbar-button_1pwjx_60 img{transition:all .2s}._node-toolbar-button_1pwjx_60:hover img{filter:invert()brightness(1.2)}._dropdown_1pwjx_88{position:relative}._dropdownButton_1pwjx_92{text-align:left;cursor:pointer;width:100%}._dropdownMenu_1pwjx_98{z-index:20;background:var(--bg-light);border-radius:4px;width:100%;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 2px 6px #00000040}._dropdownItem_1pwjx_109{color:var(--text-light);cursor:pointer;padding:6px 8px;font-size:12px}._dropdownItem_1pwjx_109:hover{background:var(--bg-highlight)!important}._inputField_1pwjx_39:hover{background:var(--bg-dark);box-shadow:none;border:none}._inputField_1pwjx_39:focus{background:var(--bg-dark);box-shadow:none;border:none;outline:none}._inputField_1pwjx_39[type=number]{appearance:textfield}._inputField_1pwjx_39::-webkit-outer-spin-button{appearance:none;margin:0}._inputField_1pwjx_39::-webkit-inner-spin-button{appearance:none;margin:0}._nodeTitle_1pwjx_144{mix-blend-mode:difference;color:var(--text-dark);margin-top:2px;margin-bottom:2px}._inputLabel_1pwjx_151{mix-blend-mode:difference;color:var(--text-light);margin-top:2px;margin-left:16px}._label_1pwjx_158{color:var(--text-dark);margin-top:8px;margin-left:6px}._content_1pwjx_164{mix-blend-mode:difference;color:var(--text-light);overflow-wrap:break-word;white-space:pre-line;max-width:400px;margin-top:2px}._scrollableContent_1pwjx_173{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#8a8a8a transparent;overflow:hidden auto}._scrollableContent_1pwjx_173::-webkit-scrollbar{width:8px}._scrollableContent_1pwjx_173::-webkit-scrollbar-track{background:#ffffff0f;border-radius:4px}._scrollableContent_1pwjx_173::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:4px}._scrollableContent_1pwjx_173::-webkit-scrollbar-thumb:hover{background:#b0b0b0}._textContent_1pwjx_195{mix-blend-mode:difference;color:var(--text-light);overflow-wrap:break-word;white-space:normal;max-width:800px;margin-top:10px}._textContent_1pwjx_195 h1,._textContent_1pwjx_195 h2{margin:4px 0 2px;font-size:16px;font-weight:600}._textContent_1pwjx_195 h3,._textContent_1pwjx_195 h4,._textContent_1pwjx_195 h5,._textContent_1pwjx_195 h6{margin:3px 0 2px;font-size:16px;font-weight:600}._textContent_1pwjx_195 li{margin:1px 0 0;line-height:1.2}._textContent_1pwjx_195._scrollable_1pwjx_173{max-height:350px;padding-right:4px;overflow:hidden auto}._textContent_1pwjx_195._scrollable_1pwjx_173::-webkit-scrollbar{width:6px}._textContent_1pwjx_195._scrollable_1pwjx_173::-webkit-scrollbar-track{background:0 0}._textContent_1pwjx_195._scrollable_1pwjx_173::-webkit-scrollbar-thumb{background:var(--bg-highlight,#555);border-radius:3px}._handle_1pwjx_235{position:relative;top:15px}.react-flow__node .react-flow__handle{background-color:var(--text-dark);border:none;width:10px;height:10px}.react-flow__handle-left{left:-11px}.react-flow__handle-right{right:-11px}.react-flow__handle-top{top:-11px}.react-flow__handle-bottom{bottom:-11px}.react-flow__handle{transition:background-color .15s,border-color .15s,box-shadow .15s}.react-flow__handle:hover,.react-flow__handle:focus-visible{background-color:var(--highlight)}.react-flow__edge .react-flow__edge-path{stroke:var(--main-grey);transition:stroke .15s,stroke-width .15s}.react-flow__edge:hover .react-flow__edge-path,.react-flow__edge-path:hover,.react-flow__edge-interaction:hover+.react-flow__edge-path,.react-flow__edge-interaction:hover~.react-flow__edge-path{stroke:var(--highlight-blue);stroke-width:2px}.react-flow__edge.selected .react-flow__edge-path{stroke:var(--highlight-alt);stroke-width:2px}.react-flow__edge.selected .react-flow__edge-interaction{stroke-width:15px}.react-flow.dark{--xy-controls-button-background-color-default:#333;--xy-controls-button-color-default:var(--text-light);--xy-controls-button-background-color-hover:#444;--xy-controls-button-color-hover:var(--text-light)}.react-flow__controls-button{color:var(--text-light)!important;background-color:#333!important;border:1px solid #555!important}.react-flow__controls-button:hover{color:var(--text-light)!important;background-color:#444!important}.react-flow__controls-button:disabled{color:#666!important;opacity:.5!important;background-color:#222!important}.react-flow__controls-button svg{fill:currentColor!important}.react-flow{height:100%!important;max-height:100%!important;overflow:hidden!important}._flow-graph-container_1pwjx_348{width:100%;height:100%;display:flex}._react-flow-wrapper_1pwjx_354{flex:1;height:100%;max-height:100%;position:relative;overflow:hidden}._inspector-overlay_1pwjx_362{z-index:10;pointer-events:auto;position:absolute;top:12px;right:12px}.hide-scrollbars::-webkit-scrollbar{display:none}._print-panel_1pwjx_374::-webkit-scrollbar{width:6px}._print-panel_1pwjx_374::-webkit-scrollbar-track{background:0 0}._print-panel_1pwjx_374::-webkit-scrollbar-thumb{background:#444;border-radius:3px}._print-panel_1pwjx_374::-webkit-scrollbar-thumb:hover{background:var(--bg-highlight)}._print-panel_1pwjx_374::-webkit-scrollbar-corner{background:0 0}._filterCheckbox_1pwjx_391{appearance:none;background:var(--bg-light);cursor:pointer;border:1px solid #626262;border-radius:2px;flex-shrink:0;width:14px;height:14px;margin:0}._filterCheckbox_1pwjx_391:checked{background-color:var(--bg-highlight);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23F0EFF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,6 5,9 10,3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px}
