::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}::-webkit-scrollbar-thumb{background:#888;border-radius:5px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}@media (prefers-color-scheme:dark){::-webkit-scrollbar-track{background:#2d3748}::-webkit-scrollbar-thumb{background:#4a5568}::-webkit-scrollbar-thumb:hover{background:#718096}*{scrollbar-color:#4a5568 #2d3748}}html{scroll-behavior:smooth}.styled-scrollbar{overflow:auto}.styled-scrollbar::-webkit-scrollbar{width:8px;height:8px}.styled-scrollbar::-webkit-scrollbar-track{background:0 0}.styled-scrollbar::-webkit-scrollbar-thumb{background:#88888880;border-radius:4px}.styled-scrollbar::-webkit-scrollbar-thumb:hover{background:#555555b3}.thin-scrollbar::-webkit-scrollbar{width:6px;height:6px}.thin-scrollbar::-webkit-scrollbar-thumb{background:#8886;border-radius:3px}