/* ── Agac Gorunumu — gecmis kararlar dal olarak ── */
.tree-path {
  border-left: 2px solid rgba(193,95,60,.25);
  margin: 0 0 20px 6px;
  padding: 2px 0 2px 14px;
}
.tree-step {
  padding: 5px 0; font-size: 12px; line-height: 1.4;
  position: relative;
}
.tree-step::before {
  content: ''; position: absolute; left: -14px; top: 12px;
  width: 10px; height: 2px; background: rgba(193,95,60,.25);
}
.tree-q { color: var(--text3); font-family: var(--sans); }
.tree-a { font-weight: 600; }
.tree-brent { font-size: 10px; color: var(--text3); }

.tag-olumlu-text { color: var(--green); }
.tag-belirsiz-text { color: var(--amber); }
.tag-tirmandirma-text { color: var(--red); }
.tag-erteleme-text { color: var(--blue); }
.tag-joker-text { color: var(--purple); }

.tree-active { scroll-margin-top: 120px; }
