/* ASM Monitor - lightweight additions on top of Tailwind */
.custom-scrollbar::-webkit-scrollbar { width: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #2d333b; border-radius: 10px; }
