@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:-webkit-grab;cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.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{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation: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:#fff}.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;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:-webkit-grab;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:-webkit-grab;cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.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{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.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{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.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 #00000014}.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:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.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 #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.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{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.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{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.chunked-document-content{color:#1f2937;font-size:16px;line-height:1.6}.chunked-document-content h1{border-bottom:2px solid #e5e7eb;color:#111827;font-size:2em;font-weight:700;margin-bottom:.75em;margin-top:1.5em;padding-bottom:.5em}.chunked-document-content h2{color:#1f2937;font-size:1.5em;font-weight:600;margin-bottom:.625em;margin-top:1.25em}.chunked-document-content h3{color:#374151;font-size:1.25em;font-weight:600;margin-bottom:.5em;margin-top:1em}.chunked-document-content h4{color:#4b5563;font-size:1.125em;font-weight:500;margin-bottom:.4375em;margin-top:.875em}.chunked-document-content h5,.chunked-document-content h6{color:#6b7280;font-size:1em;font-weight:500;margin-bottom:.375em;margin-top:.75em}.chunked-document-content>:first-child{margin-top:0}.chunked-document-content table{background-color:#fff;border:1px solid #e5e7eb;border-collapse:collapse;border-radius:.5rem;font-size:.875em;margin:1em 0;overflow:hidden;width:100%}.chunked-document-content thead{background-color:#e5e7eb;border-bottom:2px solid #9ca3af}.chunked-document-content th{background-color:#d1d5db;border-bottom:none;color:#1f2937;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.875rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.chunked-document-content thead tr{background:linear-gradient(180deg,#e5e7eb,#d1d5db)}.chunked-document-content td{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.chunked-document-content tbody tr:last-child td{border-bottom:none}.chunked-document-content tbody tr:hover{background-color:#f9fafb;transition:background-color .15s ease-in-out}.chunked-document-content tbody tr:nth-child(2n){background-color:#fafafa}.chunked-document-content td:first-child,.chunked-document-content th:first-child{font-weight:500}.chunked-document-content td:last-child{text-align:right}.chunked-document-content th:last-child{text-align:left}.table-wrapper{border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;margin:1em 0;overflow-x:auto}.table-wrapper table{border-radius:0;box-shadow:none;margin:0}.chunked-document-content ul{list-style-type:disc;margin:.75em 0;padding-left:1.5em}.chunked-document-content ol{list-style-type:decimal;margin:.75em 0;padding-left:1.5em}.chunked-document-content li{margin:.25em 0}.chunked-document-content p{margin:.75em 0}.chunked-document-content a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.chunked-document-content a:hover{color:#1d4ed8}.chunked-document-content pre{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.375rem;margin:1em 0;overflow-x:auto;padding:1rem}.chunked-document-content code{background-color:#f3f4f6;border-radius:.25rem;font-size:.875em;padding:.125rem .25rem}.chunked-document-content pre code{background-color:initial;padding:0}.chunked-document-content blockquote{border-left:4px solid #e5e7eb;color:#6b7280;font-style:italic;margin:1em 0;padding-left:1rem}.chunked-document-content hr{border:none;border-top:1px solid #e5e7eb;margin:2em 0}.chunked-document-content img{border-radius:.5rem;height:auto;margin:1em 0;max-width:100%}.react-flow__node-group{padding:0!important}.node-selection-active .react-flow__node{cursor:pointer!important;transition:transform .2s,box-shadow .2s}.node-selection-active .react-flow__node:hover{box-shadow:0 0 0 4px #6366f199,0 8px 16px #0003;transform:scale(1.08);z-index:1000}@keyframes pulse{0%{box-shadow:0 0 0 0 #6366f199}70%{box-shadow:0 0 0 15px #6366f100}to{box-shadow:0 0 0 0 #6366f100}}.node-selection-active .react-flow__node:not(:has(.general-notes-node)):not(:has(.start-node)){animation:pulse 2s infinite;box-shadow:0 0 0 3px #6366f14d}.node-selection-active .react-flow__node:has(.general-notes-node){animation:none!important;box-shadow:none!important;cursor:default!important}.node-selection-active .react-flow__node:has(.general-notes-node):hover{box-shadow:none!important;transform:none!important}.node-selection-active .react-flow__node:has(.start-node){animation:none!important;box-shadow:none!important;cursor:default!important}.node-selection-active .react-flow__node:has(.start-node):hover{box-shadow:none!important;transform:none!important}.edge-selection-active .react-flow__edge-path{cursor:pointer!important;transition:stroke-width .2s}.edge-selection-active .react-flow__edge-path:hover{stroke-width:4!important;filter:drop-shadow(0 0 4px rgba(16,185,129,.6))}@keyframes edge-pulse{0%{filter:drop-shadow(0 0 2px rgba(16,185,129,.8))}50%{filter:drop-shadow(0 0 8px rgba(16,185,129,.4))}to{filter:drop-shadow(0 0 2px rgba(16,185,129,.8))}}.edge-selection-active .react-flow__edge{animation:edge-pulse 2s infinite}.edge-selection-active .react-flow__edge-path{stroke:#10b981!important;stroke-width:2.5!important}.edge-selection-active .react-flow__edge-text{fill:#065f46!important;font-weight:600!important}.edge-selection-active .react-flow__arrowhead{fill:#10b981!important}.App{height:100%;width:100%}
/*# sourceMappingURL=main.2a67e19e.css.map*/