 /* اسکرول‌بار باریک‌تر برای لیست‌ها */
    .scrollbar-thin::-webkit-scrollbar { width: 8px; height: 8px; }
    .scrollbar-thin::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 8px; }
    .dark .scrollbar-thin::-webkit-scrollbar-thumb { background: #374151; }