* { scrollbar-width: thin; scrollbar-color: #3979a8 #0b1220; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: #0b1220; }
*::-webkit-scrollbar-thumb { min-height: 32px; border: 2px solid #0b1220; border-radius: 999px; background: linear-gradient(#3979a8,#28658f); }
*::-webkit-scrollbar-thumb:hover { background: #4b94c7; }
*::-webkit-scrollbar-thumb:active { background: #c9a227; }
#sidebar *, .platform-sidebar-scroll { scrollbar-width: thin; }
#sidebar *::-webkit-scrollbar, .platform-sidebar-scroll::-webkit-scrollbar { width: 6px; }
.rack-scroll-viewport::-webkit-scrollbar { width: 11px; height: 13px; }
.rack-scroll-viewport::-webkit-scrollbar-thumb { border-width: 2px; background: #3d8ec4; }
@media (forced-colors: active) { * { scrollbar-color: Highlight Canvas; } }
