.btn-primary {
  background: linear-gradient(135deg, #9f00ff 0%, #ff00ff 100%);
  color: #ffffff;
  font-weight: 500;
  transition: all 0.2s ease;
}
.btn-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 16px rgba(255, 0, 255, 0.35);
}
.nav-pill-active {
  background-color: rgba(159, 0, 255, 0.16);
  border: 1px solid rgba(159, 0, 255, 0.35);
  color: #ffffff;
}
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: #07070a; }
::-webkit-scrollbar-thumb { background: #1f1f2c; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #9f00ff; }