[x-cloak] {
  display: none !important;
}

.nav-link {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #9ca3af;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.nav-link:hover {
  color: #e5e7eb;
  background-color: rgba(255, 255, 255, 0.04);
}
.nav-link-active {
  color: #d4af37;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #141417;
}
::-webkit-scrollbar-thumb {
  background: #26262b;
  border-radius: 4px;
}
