/* Unified sidebar style across dashboard pages */
aside.w-60, aside.sidebar {
  width: 15rem !important;
  background: var(--card) !important;
  border-right: 1px solid rgba(255,255,255,.05) !important;
}
aside .sidebar-link {
  display: flex !important;
  align-items: center !important;
  gap: .75rem !important;
  padding: .5rem .75rem !important;
  border-radius: .5rem !important;
  color: var(--muted) !important;
  font-size: .875rem !important;
  line-height: 1.25rem !important;
  text-decoration: none !important;
  transition: all .15s !important;
}
aside .sidebar-link:hover {
  background: rgba(255,255,255,.05) !important;
  color: var(--text) !important;
}
aside .sidebar-link.active {
  background: rgba(59,130,246,.15) !important;
  color: #3B82F6 !important;
}
aside .sidebar-link i {
  width: 16px !important;
  height: 16px !important;
}
