.pipeline-row { cursor: pointer; transition: background .18s ease; }
.pipeline-row:hover td { background: #f1f9ed; }
.pipeline-row:focus { outline: 3px solid rgba(110, 194, 70, .42); outline-offset: -3px; }
.pipeline-row.is-current td { background: #eaf6e4; font-weight: 700; }
.pipeline-row.is-current td:first-child { border-right: 4px solid #6ec246; }
.pipeline-hint { margin: 0 0 14px; color: #5c7889; font-size: 13px; }
.pipeline-hint strong { color: #4da52b; }

@media (prefers-reduced-motion: reduce) {
  .pipeline-row { transition: none; }
}
