html{scroll-behavior:smooth}.animate-gradient-bg{background:linear-gradient(-45deg,var(--color-brand-50),#eef2ff,#fdf4ff,#faf5ff);background-size:300% 300%;animation:gradient 15s ease infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
