    body { background: #0b1220; }
    .card-glow { box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25); }
    .scroll-soft::-webkit-scrollbar { width: 8px; height: 8px; }
    .scroll-soft::-webkit-scrollbar-thumb { background: #475569; border-radius: 9999px; }
    .scroll-soft::-webkit-scrollbar-track { background: #1e293b; }
    .sticky-head thead th { position: sticky; top: 0; z-index: 2; }
