.graph-edge.assistant_claim { stroke: #a79abc; }
.graph-edge.question_context { stroke: #9bb8ad; }
.graph-edge.inferred { stroke: #c19150; stroke-dasharray: 5 4; }
.detail .conflict { color: #996825; }
.graph-tools { gap: 10px; flex-wrap: wrap; }
.graph-tools label { white-space: nowrap; }
.graph-mode-hint { margin: 0 21px 12px; color: #7b8279; font-size: 11px; line-height: 1.6; }
.type-tools { display: flex; align-items: center; gap: 10px; margin: 0 21px 9px; color: var(--muted); font-size: 10px; }
.type-tools select { min-width: 150px; padding: 5px 8px; font-size: 11px; }
.type-legend { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.type-legend > span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.graph-legend small { flex-shrink: 0; max-width: 115px; }
