@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes slow-zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.perspective{perspective:1000px}.preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden}.animate-spin-slow{animation:spin-slow 8s linear infinite}.animate-slow-zoom{animation:slow-zoom 20s linear infinite alternate}.animate-gradient{background-size:200% 200%;animation:gradient 4s linear infinite}