    body { background: #08111f; }
    .card-shadow { box-shadow: 0 16px 40px rgba(2, 6, 23, 0.35); }
    .soft-scroll::-webkit-scrollbar { width: 8px; height: 8px; }
    .soft-scroll::-webkit-scrollbar-thumb { background: #475569; border-radius: 9999px; }
    .soft-scroll::-webkit-scrollbar-track { background: #0f172a; }
    .sticky-head thead th { position: sticky; top: 0; z-index: 2; }
