/* Shared dark scrollbars, matching the archive. Native mobile overlays remain OS-controlled. */
html, body, body * {
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255,255,255,.18) rgba(0,0,0,.28) !important;
}
::-webkit-scrollbar { width:10px !important; height:10px !important; }
::-webkit-scrollbar-track { background:rgba(0,0,0,.28) !important; border-radius:999px; }
::-webkit-scrollbar-thumb { background:rgba(255,255,255,.18) !important; border-radius:999px; border:2px solid rgba(0,0,0,.28); }
::-webkit-scrollbar-thumb:hover { background:rgba(255,255,255,.26) !important; }
::-webkit-scrollbar-corner { background:rgba(0,0,0,.28); }
