/* Thin scrollbars for dark theme */
* { scrollbar-width: thin; scrollbar-color: #475569 transparent; }
*::-webkit-scrollbar { height: 8px; width: 8px; }
*::-webkit-scrollbar-thumb { background: #475569; border-radius: 9999px; }
