/*
 * v644 — Main sidebar runtime selected-state parity.
 * The live shell marks the selected path with .df-branch-active.
 * Presentation only; no navigation/tree logic changes.
 */

/* Ancestor path stays quiet; expanded hierarchy remains readable. */
#layout-sidenav .sidenav-item.df-branch-active > .sidenav-link.sidenav-toggle {
  color: #536176 !important;
}

/* Only the actual leaf selection receives the approved lavender state. */
#layout-sidenav .sidenav-item.df-branch-active > .sidenav-link:not(.sidenav-toggle) {
  position: relative !important;
  background: #f0eeff !important;
  color: #4f46e5 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

#layout-sidenav .sidenav-item.df-branch-active > .sidenav-link:not(.sidenav-toggle)::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  bottom: 5px !important;
  width: 3px !important;
  border-radius: 999px !important;
  background: #5b50f6 !important;
}

#layout-sidenav .sidenav-item.df-branch-active > .sidenav-link:not(.sidenav-toggle) > div {
  color: #4f46e5 !important;
  font-weight: 500 !important;
}

#layout-sidenav .sidenav-item.df-branch-active > .sidenav-link:not(.sidenav-toggle) .sidenav-icon {
  color: #5b50f6 !important;
  opacity: 1 !important;
}
