.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, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgb(240, 240, 240, .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, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 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, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .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, .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, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgb(60, 60, 60, .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, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 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, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .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, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color, var(--xy-background-color-props, 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.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .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__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__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:translate(-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{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{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-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.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__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{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:var(--xy-resize-background-color, var(--xy-resize-background-color-default));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.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.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.top,.react-flow__resize-control.line.bottom{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))}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.fixed\!{position:fixed!important}.relative{position:relative}.static{position:static}.z-10{z-index:10}.z-50{z-index:50}.container{width:100%}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.h-full{height:100%}.max-h-\[600px\]{max-height:600px}.min-h-\[600px\]{min-height:600px}.w-full{width:100%}.max-w-none{max-width:none}.min-w-\[100px\]{min-width:100px}.min-w-\[160px\]{min-width:160px}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-none{--tw-border-style:none;border-style:none}.bg-transparent{background-color:#0000}.text-center{text-align:center}.text-left{text-align:left}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-75{opacity:.75}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.outline-none{--tw-outline-style:none;outline-style:none}@media(hover:hover){.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.hover\:opacity-80:hover{opacity:.8}}.focus\:border-transparent:focus{border-color:#0000}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}body{background-color:#f8f8f8;margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px}html,body,#root{height:100%}.header{color:#cdcdcd}.react-flow__node-mindmap{background:#fff;border:none;border-radius:2px;padding:6px 10px;font-weight:700}.react-flow__node-task{background:#fff;border:2px solid #0000;border-radius:2px;padding:6px 10px;font-weight:700;transition:all .2s}.react-flow__node-task.selected{border-width:3px;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.react-flow__node-gateway{background:0 0;border:none;width:100px;height:100px;padding:0}.react-flow__node-gateway.selected .gateway-wrapper{border-width:3px;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.react-flow__node-start{background:0 0;border:none;width:80px;height:auto;padding:0}.react-flow__node-start.selected .start-event-circle{border-width:3px;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.gateway-wrapper{background:gold;border:2px solid #f6ad55;justify-content:center;align-items:center;width:100%;height:100%;display:flex;transform:rotate(45deg)}.gateway-content{text-align:center;justify-content:center;align-items:center;max-width:70px;padding:10px;display:flex;transform:rotate(-45deg)}.start-event-wrapper{pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex}.start-event-circle{background:#fff;border:2.5px solid #16a34a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.start-event-label{color:#16a34a;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:18px;font-weight:700}.start-event-text{color:#6b7280;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:13px;font-weight:600}.react-flow__handle.target{pointer-events:none;opacity:0;top:50%}.react-flow__handle.source{opacity:0;background:0 0;border:none;border-radius:2px;width:100%;height:100%;top:0;left:0;transform:none}.react-flow__node-mindmap .react-flow__handle.source{opacity:1;background:#f6ad55}.react-flow .react-flow__connectionline{z-index:0}.inputWrapper{z-index:1;pointer-events:none;height:20px;display:flex;position:relative}.dragHandle{pointer-events:all;background:0 0;align-items:center;width:14px;height:100%;margin-right:4px;display:flex}.input{color:#222;pointer-events:none;background:0 0;border:none;border-radius:1px;height:100%;padding:0 2px;font-weight:700}.input:focus{pointer-events:all;background:#ffffff40;border:none;outline:none}.collapse-button{cursor:pointer;color:#666;pointer-events:all;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;margin-right:4px;padding:2px;transition:all .2s;display:flex}.collapse-button:hover{color:#222;background:#0000001a}.gateway-content .collapse-button{background:#fff;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 1px 4px #00000026}.node-properties{flex-wrap:wrap;align-items:flex-start;gap:6px;max-width:250px;margin-top:8px;display:flex}.property-badge{white-space:nowrap;pointer-events:auto;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;transition:opacity .2s;display:inline-flex}.property-badge:hover{opacity:.85}.responsible-badge{color:#fff;text-shadow:0 1px 2px #0000001a}.duration-badge,.checklist-badge{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.property-description{color:#6b7280;text-overflow:ellipsis;-webkit-line-clamp:2;text-align:left;cursor:pointer;pointer-events:auto;background:0 0;border:none;-webkit-box-orient:vertical;flex-basis:100%;max-width:250px;max-height:2.8em;padding:0;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.property-description:hover{color:#374151}.checklist-wrapper{flex-basis:100%}.checklist-display{pointer-events:auto;flex-direction:column;flex-basis:100%;gap:3px;margin-top:4px;display:flex}.checklist-item{align-items:center;gap:6px;font-size:11px;line-height:1.3;display:flex}.checklist-checkbox{cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:3px;justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;min-height:14px;padding:0;transition:all .15s;display:flex}.checklist-checkbox:hover{background:#eff6ff;border-color:#3b82f6}.checklist-checkbox.checked{color:#fff;background:#3b82f6;border-color:#3b82f6}.checklist-text{color:#374151;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.checklist-text.completed{color:#9ca3af;text-decoration:line-through}.checklist-more{color:#9ca3af;padding-left:20px;font-size:10px;font-style:italic}.gateway-properties{width:-moz-max-content;width:max-content;max-width:200px;position:absolute;top:110px;left:50%;transform:translate(-50%)}.property-settings-overlay{z-index:20000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.property-settings-modal.notion-style{background:#fff;border-radius:12px;flex-direction:column;width:420px;max-width:90%;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026}.property-settings-header{background:#fafafa;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.property-settings-header h3{color:#37352f;text-align:center;flex:1;margin:0;font-size:14px;font-weight:600}.property-settings-back,.property-settings-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:28px;padding:4px;transition:all .15s;display:flex}.property-settings-back:hover,.property-settings-close:hover{color:#37352f;background:#0000000d}.property-settings-content{flex:1;padding:12px 0;overflow-y:auto}.property-search-container{border-bottom:1px solid #e5e7eb;padding:0 16px 12px;position:relative}.property-search-icon{color:#9ca3af;pointer-events:none;position:absolute;top:10px;left:28px}.property-search-input{color:#37352f;box-sizing:border-box;background:#f7f7f5;border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:8px 12px 8px 36px;font-size:14px;transition:all .15s}.property-search-input:focus{background:#fff;border-color:#d1d5db;outline:none;box-shadow:0 0 0 2px #00000008}.property-search-input::-moz-placeholder{color:#9ca3af}.property-search-input::placeholder{color:#9ca3af}.property-section{padding:16px 0}.property-section:not(:last-child){border-bottom:1px solid #e5e7eb}.property-section-header{justify-content:space-between;align-items:center;padding:0 16px 8px;display:flex}.property-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.property-section-action{cursor:pointer;color:#3b82f6;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500;transition:all .15s}.property-section-action:hover{color:#2563eb;background:#3b82f614}.property-list{flex-direction:column;gap:2px;display:flex}.property-empty{text-align:center;color:#9ca3af;padding:20px 16px;font-size:13px;font-style:italic}.property-item{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:6px 16px;transition:all .15s;display:flex}.property-item:hover{background:#f7f7f5}.property-item-content{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.property-item-icon{flex-shrink:0;font-size:16px;line-height:1}.property-item-label{color:#37352f;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.property-visibility-btn{cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.property-item:hover .property-visibility-btn{opacity:1}.property-visibility-btn:hover{background:#0000000d}.responsible-manager-overlay{z-index:20000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.responsible-manager-modal{background:#fff;border-radius:8px;flex-direction:column;width:600px;max-width:90%;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.responsible-manager-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.responsible-manager-header h3{color:#111827;margin:0;font-size:18px;font-weight:600}.responsible-manager-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.responsible-manager-close:hover{color:#111827;background:#f3f4f6}.responsible-manager-tabs{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex}.responsible-manager-tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.responsible-manager-tab:hover{color:#374151;background:#f3f4f6}.responsible-manager-tab.active{color:#3b82f6;background:#fff;border-bottom-color:#3b82f6}.responsible-manager-content{flex:1;padding:20px;overflow-y:auto}.responsible-manager-add-section{margin-bottom:16px}.responsible-manager-add-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.responsible-manager-add-btn:hover{background:#2563eb}.responsible-manager-list{flex-direction:column;gap:8px;display:flex}.responsible-manager-empty{text-align:center;color:#6b7280;padding:40px 20px;font-size:14px}.responsible-manager-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.responsible-manager-item:hover{background:#f3f4f6;border-color:#d1d5db}.responsible-manager-color{border:2px solid #fff;border-radius:4px;width:24px;height:24px;box-shadow:0 1px 3px #0000001a}.responsible-manager-name{color:#111827;flex:1;font-size:14px;font-weight:500}.responsible-manager-actions{gap:4px;display:flex}.responsible-manager-edit-btn,.responsible-manager-delete-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:6px;transition:all .2s;display:flex}.responsible-manager-edit-btn:hover{color:#3b82f6;background:#e5e7eb}.responsible-manager-delete-btn:hover{color:#dc2626;background:#fee2e2}.responsible-manager-delete-btn.confirm{color:#fff;background:#dc2626}.responsible-manager-delete-btn .confirm-text{font-size:12px;font-weight:500}.responsible-editor-overlay{z-index:30000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.responsible-editor-modal{background:#fff;border-radius:8px;flex-direction:column;width:450px;max-width:90%;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.responsible-editor-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.responsible-editor-header h3{color:#111827;margin:0;font-size:18px;font-weight:600}.responsible-editor-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.responsible-editor-close:hover{color:#111827;background:#f3f4f6}.responsible-editor-form{padding:20px;overflow-y:auto}.form-field{margin-bottom:20px}.form-label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.form-label .required{color:#dc2626;margin-left:2px}.form-input{box-sizing:border-box;color:#111827;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px 12px;font-size:14px;transition:all .2s}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input.error{border-color:#dc2626}.form-input.error:focus{box-shadow:0 0 0 3px #dc26261a}.form-error{color:#dc2626;margin-top:4px;font-size:12px}.form-hint{color:#6b7280;margin-top:4px;font-size:12px}.color-picker-wrapper{align-items:center;gap:12px;display:flex}.color-picker{cursor:pointer;border:1px solid #d1d5db;border-radius:6px;width:60px;height:40px;transition:all .2s}.color-picker:hover{border-color:#9ca3af}.color-preview{border-radius:6px;flex:1;align-items:center;height:40px;padding:0 12px;display:flex;box-shadow:0 1px 3px #0000001a}.color-preview-text{color:#fff;text-shadow:0 1px 2px #0000004d;font-size:13px;font-weight:500}.type-selector{flex-direction:column;gap:8px;display:flex}.type-option{cursor:pointer;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;transition:all .2s;display:flex}.type-option:hover{background:#f9fafb;border-color:#d1d5db}.type-option input[type=radio]{cursor:pointer;width:16px;height:16px}.type-option input[type=radio]:checked+.type-option-content{color:#3b82f6;font-weight:600}.type-option-content{color:#374151;flex:1;align-items:center;gap:8px;font-size:14px;display:flex}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:16px;display:flex}.btn-cancel,.btn-save{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.btn-cancel{color:#374151;background:#f3f4f6}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-save{color:#fff;background:#3b82f6}.btn-save:hover:not(:disabled){background:#2563eb}.btn-cancel:disabled,.btn-save:disabled{opacity:.5;cursor:not-allowed}.export-import-overlay{z-index:20000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.export-import-modal{background:#fff;border-radius:8px;flex-direction:column;width:600px;max-width:90%;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.export-import-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.export-import-header h3{color:#111827;margin:0;font-size:18px;font-weight:600}.export-import-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.export-import-close:hover{color:#111827;background:#f3f4f6}.export-import-tabs{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex}.export-import-tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.export-import-tab:hover{color:#374151;background:#f3f4f6}.export-import-tab.active{color:#3b82f6;background:#fff;border-bottom-color:#3b82f6}.export-import-content{flex:1;padding:20px;overflow-y:auto}.export-tab{flex-direction:column;gap:20px;display:flex}.export-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#374151;font-size:14px;font-weight:500}.form-group input{color:#111827;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .2s}.form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.export-stats{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;gap:16px;padding:12px;display:flex}.export-stats .stat{color:#6b7280;align-items:center;gap:4px;font-size:14px;display:flex}.export-stats .stat strong{color:#111827}.export-actions{justify-content:flex-end;gap:8px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.btn-primary{color:#fff;background:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:#374151;background:#f3f4f6}.btn-secondary:hover{background:#e5e7eb}.json-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.json-preview-header{color:#374151;background:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.json-preview-header button{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;padding:2px;transition:color .2s;display:flex}.json-preview-header button:hover{color:#111827}.json-preview-content{color:#111827;white-space:pre-wrap;word-break:break-all;max-height:300px;margin:0;padding:12px;font-family:Monaco,Menlo,Courier New,monospace;font-size:12px;line-height:1.5;overflow-y:auto}.import-tab{flex-direction:column;gap:16px;display:flex}.dropzone{text-align:center;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;transition:all .2s}.dropzone:hover{background:#f3f4f6;border-color:#9ca3af}.dropzone.dragging{background:#3b82f60d;border-color:#3b82f6}.dropzone.has-file{background:#10b9810d;border-color:#10b981}.dropzone-content{color:#6b7280;flex-direction:column;align-items:center;gap:12px;display:flex}.dropzone-title{color:#374151;margin:0;font-size:16px;font-weight:500}.dropzone-subtitle{color:#9ca3af;margin:0;font-size:14px}.file-selected{color:#10b981;flex-direction:column;align-items:center;gap:8px;display:flex}.file-name{color:#111827;margin:0;font-size:14px;font-weight:500}.file-size{color:#6b7280;margin:0;font-size:13px}.import-actions{justify-content:flex-end;gap:8px;display:flex}.message{border-radius:6px;align-items:flex-start;gap:8px;padding:12px;font-size:14px;line-height:1.5;display:flex}.message-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.message-warning{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.message-success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.react-flow__attribution{display:none}.ProseMirror{white-space:pre-wrap;word-wrap:break-word}.ProseMirror:focus{outline:none}.toggle-block-wrapper{margin:0;padding:0}.toggle-block{align-items:flex-start;gap:4px;min-height:32px;line-height:1.6;display:flex}.toggle-button{cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:4px;transition:all .15s;display:flex}.toggle-button:hover:not(:disabled){background-color:#00000014}.toggle-button:disabled{cursor:default}.node-content{cursor:text;color:#37352f;flex:1;min-width:0;padding:3px 2px;font-size:15px;line-height:1.6}.node-content:empty:before{content:"Type something...";color:#9ca3af;pointer-events:none}.node-content:focus{outline:none}.text-view-container{min-height:70vh}.text-view-container *{scroll-behavior:smooth}.toggle-block.dragging{opacity:.4}.toggle-block.drop-before{border-top:2px solid #3b82f6;margin-top:2px}.toggle-block.drop-after{border-bottom:2px solid #3b82f6;margin-bottom:2px}.toggle-block.drop-inside{background-color:#3b82f60d;border-left:2px solid #3b82f6;padding-left:6px}.drag-handle{flex-shrink:0;margin-top:4px}.toggle-block .property-badge{margin-left:4px;padding:2px 6px;font-size:11px}.toggle-block .start-event-circle{border-width:2px;width:32px;height:32px}.node-action-button-container{align-items:center;gap:6px;display:flex}.node-action-button{color:#fff;cursor:pointer;background:#3b82f6;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 2px 8px #3b82f64d}.node-action-button:hover{background:#2563eb;transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.node-action-button:active{transform:scale(.95)}.node-action-label{background:#fff;border:1px solid #e5e7eb;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;display:flex;box-shadow:0 1px 3px #0000001a}.node-action-hint{color:#374151;white-space:nowrap;font-size:11px;font-weight:600}.node-action-description{color:#9ca3af;white-space:nowrap;font-size:11px;font-weight:400}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
