/* Lotus — global custom styles (minimal; Tailwind handles most) */

/* Smooth sidebar transition already handled inline via <style> in header.php */

/* Custom scrollbar for main content */
main::-webkit-scrollbar          { width: 6px; }
main::-webkit-scrollbar-track    { background: transparent; }
main::-webkit-scrollbar-thumb    { background: #d1d5db; border-radius: 3px; }
main::-webkit-scrollbar-thumb:hover { background: #9ca3af; }
