body,html{background-color:hsl(var(--background));color:hsl(var(--foreground))}.light ::-webkit-scrollbar{width:8px}.light ::-webkit-scrollbar-track{background:hsl(var(--muted))}.light ::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}.light ::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.dark ::-webkit-scrollbar{width:8px}.dark ::-webkit-scrollbar-track{background:hsl(var(--background))}.dark ::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.light{scrollbar-color:hsl(var(--border)) hsl(var(--muted))}.dark,.light{scrollbar-width:thin}.dark{scrollbar-color:hsl(var(--muted)) hsl(var(--background))}