*{scrollbar-width:thin;scrollbar-color:hsl(var(--scrollbar-thumb) / .5) transparent}.dark *{scrollbar-color:hsl(var(--scrollbar-thumb) / .5) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0;border-radius:10px}::-webkit-scrollbar-thumb{background:hsl(var(--scrollbar-thumb) / .5);border-radius:10px;transition:all .3s}::-webkit-scrollbar-thumb:hover{background:hsl(var(--scrollbar-thumb) / .8)}.dark ::-webkit-scrollbar-thumb{background:hsl(var(--scrollbar-thumb) / .5)}.dark ::-webkit-scrollbar-thumb:hover{background:hsl(var(--scrollbar-thumb) / .8)}::-webkit-scrollbar-corner{background:0 0}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-hide{scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-overlay::-webkit-scrollbar-thumb{background:0 0}.scrollbar-overlay:hover::-webkit-scrollbar-thumb{background:hsl(var(--scrollbar-thumb) / .5)}.dark .scrollbar-overlay:hover::-webkit-scrollbar-thumb{background:hsl(var(--scrollbar-thumb) / .5)}
