/* Canonical scrollbar — PostVomit brand
 * Source of truth for all pages. Scoped overrides (hide, 3px narrow, etc.) live inline per-page.
 * DO NOT duplicate these rules inline. Link this file instead.
 */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(200,240,0,0.25); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(200,240,0,0.45); }
