.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: rgba(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: rgba(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-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.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__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.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-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{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__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.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: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.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))}@keyframes flowPipe{0%{stroke-dashoffset:0;opacity:.9}50%{opacity:1}to{stroke-dashoffset:-40;opacity:.9}}.flow-pipe-animated{stroke:#6b7280;stroke-width:8;stroke-dasharray:10,10;animation:flowPipe 1.5s linear infinite;filter:drop-shadow(0 0 4px rgba(107,114,128,.5));transition:all .3s ease}.flow-pipe-animated:hover{filter:drop-shadow(0 0 8px rgba(107,114,128,.8));stroke-width:10}@keyframes flowWaterHot{0%{stroke:#f44;filter:drop-shadow(0 0 6px rgba(255,68,68,.9)) drop-shadow(0 0 12px rgba(255,100,0,.4))}20%{stroke:#f53;filter:drop-shadow(0 0 8px rgba(255,85,51,1)) drop-shadow(0 0 16px rgba(255,120,0,.5))}40%{stroke:#f62;filter:drop-shadow(0 0 10px rgba(255,102,34,1)) drop-shadow(0 0 20px rgba(255,140,0,.6))}60%{stroke:#f84;filter:drop-shadow(0 0 12px rgba(255,136,68,1)) drop-shadow(0 0 24px rgba(255,160,0,.7))}80%{stroke:#f62;filter:drop-shadow(0 0 10px rgba(255,102,34,1)) drop-shadow(0 0 20px rgba(255,140,0,.6))}to{stroke:#f44;filter:drop-shadow(0 0 6px rgba(255,68,68,.9)) drop-shadow(0 0 12px rgba(255,100,0,.4))}}@keyframes heatShimmer{0%,to{transform:translateY(0) scaleY(1);opacity:.3}50%{transform:translateY(-1px) scaleY(1.02);opacity:.5}}.flow-water-hot-animated{stroke-width:8;stroke-linecap:round;animation:flowWaterHot 2.5s ease-in-out infinite;transition:all .3s ease}.flow-water-hot-animated:before{animation:heatShimmer 1.5s ease-in-out infinite}@keyframes flowWaterCold{0%{stroke:#2563eb;filter:drop-shadow(0 0 6px rgba(37,99,235,.8)) drop-shadow(0 0 12px rgba(59,130,246,.4))}25%{stroke:#3b82f6;filter:drop-shadow(0 0 8px rgba(59,130,246,.9)) drop-shadow(0 0 16px rgba(96,165,250,.5))}50%{stroke:#60a5fa;filter:drop-shadow(0 0 10px rgba(96,165,250,1)) drop-shadow(0 0 20px rgba(147,197,253,.6))}75%{stroke:#3b82f6;filter:drop-shadow(0 0 8px rgba(59,130,246,.9)) drop-shadow(0 0 16px rgba(96,165,250,.5))}to{stroke:#2563eb;filter:drop-shadow(0 0 6px rgba(37,99,235,.8)) drop-shadow(0 0 12px rgba(59,130,246,.4))}}@keyframes coldRipple{0%,to{stroke-dashoffset:0;opacity:.8}50%{stroke-dashoffset:-30;opacity:1}}.flow-water-cold-animated{stroke-width:8;stroke-linecap:round;animation:flowWaterCold 2.5s ease-in-out infinite;transition:all .3s ease}@keyframes flowAir{0%{stroke-dashoffset:0;opacity:.6;filter:drop-shadow(0 0 3px rgba(147,197,253,.5))}25%{opacity:.8;filter:drop-shadow(0 0 5px rgba(147,197,253,.7))}50%{opacity:1;filter:drop-shadow(0 0 6px rgba(147,197,253,.8));stroke-dashoffset:-35}75%{opacity:.8;filter:drop-shadow(0 0 5px rgba(147,197,253,.7))}to{stroke-dashoffset:-70;opacity:.6;filter:drop-shadow(0 0 3px rgba(147,197,253,.5))}}@keyframes airWave{0%,to{transform:translateY(0) scaleX(1)}25%{transform:translateY(-.5px) scaleX(1.01)}75%{transform:translateY(.5px) scaleX(.99)}}.flow-air-animated{stroke:#93c5fd;stroke-width:8;stroke-dasharray:15,15;stroke-linecap:round;animation:flowAir 1.8s ease-in-out infinite,airWave .8s ease-in-out infinite;transition:all .3s ease}@keyframes flowEnergy{0%{stroke:#f59e0b;filter:drop-shadow(0 0 6px rgba(245,158,11,1)) drop-shadow(0 0 12px rgba(251,191,36,.8)) drop-shadow(0 0 20px rgba(253,224,71,.4));stroke-width:8}15%{stroke:#fbbf24;filter:drop-shadow(0 0 8px rgba(251,191,36,1)) drop-shadow(0 0 16px rgba(253,224,71,.9)) drop-shadow(0 0 24px rgba(254,240,138,.5));stroke-width:8}30%{stroke:#fde047;filter:drop-shadow(0 0 10px rgba(253,224,71,1)) drop-shadow(0 0 20px rgba(254,240,138,1)) drop-shadow(0 0 30px rgba(255,255,255,.6));stroke-width:6}45%{stroke:#fef08a;filter:drop-shadow(0 0 12px rgba(254,240,138,1)) drop-shadow(0 0 24px rgba(255,255,200,1)) drop-shadow(0 0 36px rgba(255,255,255,.7));stroke-width:6.5}60%{stroke:#fde047;filter:drop-shadow(0 0 10px rgba(253,224,71,1)) drop-shadow(0 0 20px rgba(254,240,138,1)) drop-shadow(0 0 30px rgba(255,255,255,.6));stroke-width:6}75%{stroke:#fbbf24;filter:drop-shadow(0 0 8px rgba(251,191,36,1)) drop-shadow(0 0 16px rgba(253,224,71,.9)) drop-shadow(0 0 24px rgba(254,240,138,.5));stroke-width:8}to{stroke:#f59e0b;filter:drop-shadow(0 0 6px rgba(245,158,11,1)) drop-shadow(0 0 12px rgba(251,191,36,.8)) drop-shadow(0 0 20px rgba(253,224,71,.4));stroke-width:8}}@keyframes electricSpark{0%,90%,to{opacity:0}92%,96%{opacity:1}}.flow-energy-animated{stroke-linecap:round;animation:flowEnergy 1.2s ease-in-out infinite;transition:all .2s ease}@keyframes flowSteam{0%{stroke-dashoffset:0;opacity:.5;stroke-width:3;filter:drop-shadow(0 0 4px rgba(229,231,235,.6)) blur(.5px)}15%{opacity:.7;stroke-width:8;filter:drop-shadow(0 0 6px rgba(243,244,246,.7)) blur(.8px)}35%{opacity:.9;stroke-width:8;filter:drop-shadow(0 0 8px rgba(249,250,251,.8)) blur(1px)}50%{opacity:1;stroke-width:5.5;filter:drop-shadow(0 0 10px rgba(255,255,255,.9)) blur(1.2px);stroke-dashoffset:-25}65%{opacity:.9;stroke-width:8;filter:drop-shadow(0 0 8px rgba(249,250,251,.8)) blur(1px)}85%{opacity:.7;stroke-width:8;filter:drop-shadow(0 0 6px rgba(243,244,246,.7)) blur(.8px)}to{stroke-dashoffset:-50;opacity:.5;stroke-width:3;filter:drop-shadow(0 0 4px rgba(229,231,235,.6)) blur(.5px)}}@keyframes steamDisperse{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.05) translateY(-1px)}}.flow-steam-animated{stroke:#e5e7eb;stroke-dasharray:8,12;stroke-linecap:round;animation:flowSteam 2.5s ease-in-out infinite,steamDisperse 1.5s ease-in-out infinite;transition:all .3s ease}@keyframes flowGas{0%{stroke-dashoffset:0;stroke:#fbbf24;opacity:.7;filter:drop-shadow(0 0 4px rgba(251,191,36,.6))}25%{stroke:#fcd34d;opacity:.85;filter:drop-shadow(0 0 6px rgba(252,211,77,.7))}50%{stroke-dashoffset:-30;stroke:#fde68a;opacity:1;filter:drop-shadow(0 0 8px rgba(253,230,138,.8))}75%{stroke:#fcd34d;opacity:.85;filter:drop-shadow(0 0 6px rgba(252,211,77,.7))}to{stroke-dashoffset:-60;stroke:#fbbf24;opacity:.7;filter:drop-shadow(0 0 4px rgba(251,191,36,.6))}}.flow-gas-animated{stroke-width:8;stroke-dasharray:12,12;stroke-linecap:round;animation:flowGas 1.6s ease-in-out infinite;transition:all .3s ease}@keyframes flowOil{0%{stroke:#78350f;opacity:.85;filter:drop-shadow(0 0 3px rgba(120,53,15,.6)) drop-shadow(0 0 8px rgba(146,64,14,.3));stroke-width:8}20%{stroke:#92400e;opacity:.9;filter:drop-shadow(0 0 4px rgba(146,64,14,.7)) drop-shadow(0 0 10px rgba(180,83,9,.4));stroke-width:5.5}40%{stroke:#b45309;opacity:.95;filter:drop-shadow(0 0 5px rgba(180,83,9,.8)) drop-shadow(0 0 12px rgba(217,119,6,.5));stroke-width:6}60%{stroke:#d97706;opacity:1;filter:drop-shadow(0 0 6px rgba(217,119,6,.9)) drop-shadow(0 0 14px rgba(245,158,11,.6));stroke-width:6.5}80%{stroke:#b45309;opacity:.95;filter:drop-shadow(0 0 5px rgba(180,83,9,.8)) drop-shadow(0 0 12px rgba(217,119,6,.5));stroke-width:6}to{stroke:#78350f;opacity:.85;filter:drop-shadow(0 0 3px rgba(120,53,15,.6)) drop-shadow(0 0 8px rgba(146,64,14,.3));stroke-width:8}}@keyframes oilGloss{0%,to{filter:brightness(1)}50%{filter:brightness(1.15)}}.flow-oil-animated{stroke-linecap:round;animation:flowOil 3.5s ease-in-out infinite,oilGloss 2s ease-in-out infinite;transition:all .3s ease}@keyframes particleFlow{0%{stroke-dashoffset:0;opacity:0;transform:scale(.5)}10%{opacity:.9;transform:scale(1)}85%{opacity:.9;transform:scale(1)}to{stroke-dashoffset:120;opacity:0;transform:scale(.5)}}.flow-particles{stroke-dasharray:3,20;stroke-linecap:round;animation:particleFlow 2.8s ease-in-out infinite;pointer-events:none;mix-blend-mode:screen}.flow-particles-water-hot{stroke:#ff7850f2;stroke-width:3;animation:particleFlow 2.2s ease-in-out infinite;filter:blur(.4px) drop-shadow(0 0 3px rgba(255,68,68,.9))}.flow-particles-water-cold{stroke:#78b4fff2;stroke-width:3;animation:particleFlow 2.2s ease-in-out infinite;filter:blur(.4px) drop-shadow(0 0 3px rgba(59,130,246,.9))}.flow-particles-air{stroke:#aadcffb3;stroke-width:2;stroke-dasharray:2,25;animation:particleFlow 1.2s ease-in-out infinite;filter:blur(1px)}.flow-particles-energy{stroke:#fff078fa;stroke-width:3.5;stroke-dasharray:4,18;animation:particleFlow .9s ease-in-out infinite;filter:blur(.2px) drop-shadow(0 0 4px rgba(253,224,71,1))}.flow-particles-steam{stroke:#ffffffa6;stroke-dasharray:2,22;stroke-width:2.5;animation:particleFlow 3.5s ease-in-out infinite;filter:blur(1.5px)}.flow-particles-gas{stroke:#fcd34dcc;stroke-width:2.5;stroke-dasharray:3,20;animation:particleFlow 2s ease-in-out infinite;filter:blur(.6px) drop-shadow(0 0 2px rgba(251,191,36,.7))}.flow-particles-oil{stroke:#b45309d9;stroke-width:3;stroke-dasharray:2,28;animation:particleFlow 4.2s ease-in-out infinite;filter:blur(.5px)}.flow-particles-pipe{stroke:#9ca3afb3;stroke-width:2;stroke-dasharray:2,24;animation:particleFlow 2.5s ease-in-out infinite;filter:blur(.6px)}@keyframes flowMarker{0%{opacity:0;transform:translate(-10px) scale(.5)}20%{opacity:1;transform:translate(0) scale(1)}80%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(10px) scale(.5)}}.flow-marker{animation:flowMarker 2s ease-in-out infinite;pointer-events:none}.flow-marker-fast{animation:flowMarker 1s ease-in-out infinite}.flow-marker-slow{animation:flowMarker 4s ease-in-out infinite}@keyframes pressureHigh{0%,to{stroke-width:8;filter:brightness(1)}50%{stroke-width:7;filter:brightness(1.2)}}@keyframes pressureLow{0%,to{stroke-width:3;opacity:.7}50%{stroke-width:8;opacity:.9}}.flow-pressure-high{animation:pressureHigh .6s ease-in-out infinite}.flow-pressure-low{animation:pressureLow 1.5s ease-in-out infinite}@keyframes turbulenceLight{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(.5px) translate(.3px)}50%{transform:translateY(0) translate(-.3px)}75%{transform:translateY(-.5px) translate(.3px)}}@keyframes turbulenceHeavy{0%,to{transform:translateY(0) translate(0) rotate(0)}20%{transform:translateY(1px) translate(.5px) rotate(.5deg)}40%{transform:translateY(-.5px) translate(-.7px) rotate(-.3deg)}60%{transform:translateY(.7px) translate(.3px) rotate(.4deg)}80%{transform:translateY(-1px) translate(-.5px) rotate(-.5deg)}}.flow-turbulent-light{animation:turbulenceLight .4s ease-in-out infinite}.flow-turbulent-heavy{animation:turbulenceHeavy .3s ease-in-out infinite}.flow-rate-stopped{animation:none!important;opacity:.3;filter:grayscale(.8)}.flow-rate-slow{animation-duration:4s!important}.flow-rate-medium{animation-duration:2s!important}.flow-rate-fast{animation-duration:1s!important}.flow-rate-rapid{animation-duration:.5s!important}@keyframes flowLeak{0%,to{stroke:#ef4444;filter:drop-shadow(0 0 8px rgba(239,68,68,.9)) drop-shadow(0 0 16px rgba(220,38,38,.6));stroke-width:6}50%{stroke:#dc2626;filter:drop-shadow(0 0 12px rgba(220,38,38,1)) drop-shadow(0 0 24px rgba(239,68,68,.8));stroke-width:8}}@keyframes flowAlert{0%,to{stroke:#f59e0b;filter:drop-shadow(0 0 6px rgba(245,158,11,.9))}50%{stroke:#fbbf24;filter:drop-shadow(0 0 10px rgba(251,191,36,1))}}.flow-leak{animation:flowLeak .8s ease-in-out infinite!important}.flow-alert{animation:flowAlert 1.2s ease-in-out infinite!important}.flow-pipe-animated:hover,.flow-water-hot-animated:hover,.flow-water-cold-animated:hover,.flow-air-animated:hover,.flow-energy-animated:hover,.flow-steam-animated:hover,.flow-gas-animated:hover,.flow-oil-animated:hover{stroke-width:6;filter:brightness(1.3);cursor:pointer}.flow-particles-layer-1{animation-delay:0s;opacity:1}.flow-particles-layer-2{animation-delay:.3s;opacity:.7;stroke-width:2}.flow-particles-layer-3{animation-delay:.6s;opacity:.5;stroke-width:1.5}.flow-glow-subtle{filter:drop-shadow(0 0 2px currentColor)}.flow-glow-medium{filter:drop-shadow(0 0 6px currentColor) drop-shadow(0 0 12px currentColor)}.flow-glow-intense{filter:drop-shadow(0 0 10px currentColor) drop-shadow(0 0 20px currentColor) drop-shadow(0 0 30px currentColor)}@media(max-width:768px){.flow-pipe-animated,.flow-water-hot-animated,.flow-water-cold-animated,.flow-air-animated,.flow-energy-animated,.flow-steam-animated,.flow-gas-animated,.flow-oil-animated{stroke-width:3}.flow-particles{stroke-width:2}}@media(prefers-reduced-motion:reduce){.flow-pipe-animated,.flow-water-hot-animated,.flow-water-cold-animated,.flow-air-animated,.flow-energy-animated,.flow-steam-animated,.flow-gas-animated,.flow-oil-animated,.flow-particles{animation:none}}:root,:root[data-theme=light],:root.light{--color-primary: #1976d2;--color-primary-light: #42a5f5;--color-primary-dark: #1565c0;--color-primary-contrast: #ffffff;--color-secondary: #9c27b0;--color-secondary-light: #ba68c8;--color-secondary-dark: #7b1fa2;--bg-default: #fafafa;--bg-paper: #ffffff;--bg-elevated: #f5f5f5;--bg-canvas: #e3e3e3;--text-primary: rgba(0, 0, 0, .87);--text-secondary: rgba(0, 0, 0, .6);--text-disabled: rgba(0, 0, 0, .38);--border-main: rgba(0, 0, 0, .12);--border-light: rgba(0, 0, 0, .08);--border-dark: rgba(0, 0, 0, .23);--widget-default: #546e7a;--widget-outline: #263238;--widget-active: #2196f3;--widget-inactive: #90a4ae;--status-success: #4caf50;--status-warning: #ff9800;--status-error: #f44336;--status-info: #2196f3;color-scheme:light}:root[data-theme=dark],:root.dark{--color-primary: #90caf9;--color-primary-light: #e3f2fd;--color-primary-dark: #42a5f5;--color-primary-contrast: #000000;--color-secondary: #ce93d8;--color-secondary-light: #f3e5f5;--color-secondary-dark: #ab47bc;--bg-default: #121212;--bg-paper: #1e1e1e;--bg-elevated: #2a2a2a;--bg-canvas: #0a0a0a;--text-primary: rgba(255, 255, 255, .87);--text-secondary: rgba(255, 255, 255, .6);--text-disabled: rgba(255, 255, 255, .38);--border-main: rgba(255, 255, 255, .12);--border-light: rgba(255, 255, 255, .08);--border-dark: rgba(255, 255, 255, .23);--widget-default: #78909c;--widget-outline: #cfd8dc;--widget-active: #64b5f6;--widget-inactive: #546e7a;--status-success: #66bb6a;--status-warning: #ffa726;--status-error: #ef5350;--status-info: #42a5f5;color-scheme:dark}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-default)}a{font-weight:500;color:var(--color-primary);text-decoration:inherit}a:hover{color:var(--color-primary-dark)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-default);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid var(--border-main);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-paper);color:var(--text-primary);cursor:pointer;transition:border-color .25s,background-color .3s}button:hover{border-color:var(--color-primary)}button:focus,button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}
