/* SphereNet global scrollbar: dark glass + violet */
html{
  scrollbar-width: thin;
  scrollbar-color: rgba(174,96,255,.95) rgba(18,10,42,.82);
}
html, body{
  overflow-x: hidden;
}
*{
  scrollbar-width: thin;
  scrollbar-color: rgba(174,96,255,.95) rgba(18,10,42,.72);
}
*::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track{
  background: rgba(18,10,42,.74);
  border-radius: 999px;
}
*::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(207,135,255,.98), rgba(144,63,241,.96));
  border-radius: 999px;
  border: 2px solid rgba(18,10,42,.94);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 16px rgba(138,43,226,.18);
}
*::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(180deg, rgba(224,170,255,.99), rgba(167,86,255,.98));
}
*::-webkit-scrollbar-corner{
  background: rgba(18,10,42,.86);
}
