* { box-sizing: border-box; }

body { -webkit-font-smoothing: antialiased; }

/* Scrollbar styling for dark admin panels */
.overflow-y-auto::-webkit-scrollbar { width: 6px; }
.overflow-y-auto::-webkit-scrollbar-track { background: transparent; }
.overflow-y-auto::-webkit-scrollbar-thumb { background: #374151; border-radius: 3px; }
.overflow-y-auto::-webkit-scrollbar-thumb:hover { background: #4b5563; }
