::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent;border-radius:3px}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:3px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.6)}::-webkit-scrollbar-corner{background:transparent}*,.custom-scrollbar{scrollbar-width:thin;scrollbar-color:transparent}.custom-scrollbar::-webkit-scrollbar{width:3px;height:3px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:2px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.custom-scroll{scrollbar-width:thin;scrollbar-color:hsl(var(--border)/.3) transparent}.custom-scroll::-webkit-scrollbar{width:3px;height:3px}.custom-scroll::-webkit-scrollbar-track{background:transparent}.custom-scroll::-webkit-scrollbar-thumb{background:hsl(var(--border)/.4);border-radius:1.5px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.custom-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.4)}