.sidebar {
  background: linear-gradient(180deg, #0a0a0a 0%, #060606 100%) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.6) !important;
}

.sidebar .slogan {
  color: rgba(255, 255, 255, 0.62) !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  font-size: 0.95rem !important;
}

.sidebar-header {
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.nav-link {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid transparent !important;
  position: relative !important;
  letter-spacing: 0.2px !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}

.nav-link:active {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.nav-link:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.20) !important;
}

.nav-link.active {
  background-color: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 3px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none !important;
  }
}
