.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground)/.3) transparent}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground)/.3);border-radius:20px;transition:background-color .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground)/.5)}
