/* Improvement funnel — SVG edges + absolutely positioned cards (Stimulus). */

.tree-funnel-card--highlighted {
  outline: 2px solid #a855f7;
  outline-offset: 2px;
  z-index: 20;
}

.tree-edge--highlighted {
  stroke: #a855f7 !important;
  stroke-width: 2.5px !important;
}

.tree-funnel-panzoom-root {
  cursor: grab;
  touch-action: none;
}

.tree-funnel-panzoom-root:active {
  cursor: grabbing;
}
