/* Repair CanvasFlowNodeHandle's compiled node-state descendant selectors.
 * Scope to the affected component; keep handle hover/drag rules stronger.
 * Read-only and lightweight handles remain hidden by their parent styles.
 */
.vue-flow__node:where(.selected, :hover, :focus-within) .canvas-flow-handle-visual[data-v-5512b089] {
  opacity: 1;
  transform: scale(1);
}
