/* Sidebar — hover ve aktif sayfa mavi vurgu */

#sidebar .sidebar-link[aria-current="page"] {
  border-left-color: var(--site-accent, #4096ff) !important;
  background: rgba(22, 119, 255, 0.12) !important;
  color: #fff !important;
}

#sidebar .sidebar-link[aria-current="page"] .nav-icon-wrap {
  background: rgba(22, 119, 255, 0.2) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.28);
}

#sidebar .sidebar-link:not([aria-current="page"]):hover {
  background: rgba(22, 119, 255, 0.09) !important;
  color: #fff !important;
  border-left-color: rgba(22, 119, 255, 0.45) !important;
}

#sidebar .sidebar-link:not([aria-current="page"]):hover .nav-icon-wrap {
  background: rgba(22, 119, 255, 0.12) !important;
  color: var(--site-accent-bright, #91caff) !important;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.2);
}

#sidebar .sidebar-quick:hover {
  border-color: rgba(22, 119, 255, 0.28) !important;
  background: rgba(22, 119, 255, 0.08) !important;
  color: #fff !important;
}

#sidebar .sidebar-quick:hover .sidebar-quick__icon-wrap {
  color: var(--site-accent-bright, #91caff);
}

[data-theme="light"] #sidebar .sidebar-link:not([aria-current="page"]):hover {
  background: rgba(22, 119, 255, 0.07) !important;
  color: #0f172a !important;
  border-left-color: rgba(22, 119, 255, 0.35) !important;
}

[data-theme="light"] #sidebar .sidebar-link:not([aria-current="page"]):hover .nav-icon-wrap {
  background: rgba(22, 119, 255, 0.1) !important;
  color: #4096ff !important;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.15);
}

[data-theme="light"] #sidebar .sidebar-link[aria-current="page"] {
  color: #0f172a !important;
  background: rgba(22, 119, 255, 0.1) !important;
  border-left-color: #4096ff !important;
}

[data-theme="light"] #sidebar .sidebar-link[aria-current="page"] .nav-icon-wrap {
  background: rgba(22, 119, 255, 0.14) !important;
  color: #4096ff !important;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.2);
}
