/* GLOBAL PREMIUM SCROLLBAR - ROYAL GOLD STYLE */
::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f1c40f, #d4af37) !important;
  border-radius: 10px !important;
  border: 2px solid #111 !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.8) !important;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #fff200, #f1c40f) !important;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.8) !important;
}

/* Firefox Support */
* {
  scrollbar-width: auto !important;
  scrollbar-color: #f1c40f rgba(0, 0, 0, 0.5) !important;
}
