::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#666;border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#888}::-webkit-scrollbar-thumb:active{background:#555}*{scrollbar-color:#666666 transparent;scrollbar-width:thin}html{scroll-behavior:smooth}@keyframes gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient-flow{animation:gradient-flow 3s ease infinite;background-size:200% 200%}
