/* PulseKonnect — utilities.css — scrollbar
   Extracted verbatim from partials/design-system.blade.php (production-safe CSS refactor).
   Load order preserved; do not reorder relative to the other pk stylesheets. */

/* ═══ SCROLLBAR ═══ */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #c4cfdd !important; border-radius: 8px; border: 2px solid var(--pk-body-bg); }
::-webkit-scrollbar-thumb:hover { background: #a9b8cb !important; }
::-webkit-scrollbar-corner { background: transparent; }
* { scrollbar-width: thin; scrollbar-color: #c4cfdd transparent; }
