.react-flow__handle{width:16px!important;height:16px!important;border-radius:50%!important;border:2px solid white!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important;transition:all .2s ease!important;cursor:crosshair!important;z-index:100!important}.react-flow__handle:hover{width:20px!important;height:20px!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important;transform:scale(1.15)}.react-flow__connection-path{stroke:#3b82f6!important;stroke-width:3!important;stroke-dasharray:5,5!important;animation:dash .5s linear infinite}@keyframes dash{to{stroke-dashoffset:-10}}.react-flow.connecting .react-flow__pane{cursor:crosshair!important}.react-flow__handle:hover+.react-flow__node{opacity:1!important}