/* ── Theme base: skeleton animation + dark resets ── */

@keyframes skeleton-pulse {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Scrollbar dark theme */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0f1419; }
::-webkit-scrollbar-thumb { background: #2a3a4a; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3e5c67; }
