/* Qo'shimcha kichik uslublar (Tailwind CDN ustiga) */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
}

table thead th {
    white-space: nowrap;
}
