@keyframes slide-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-slide-in{animation:slide-in .3s ease-out}.animate-shimmer{animation:shimmer 2s infinite}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgb(168 85 247/.5);outline-offset:2px}@media (max-width:768px){a,button{min-height:44px;min-width:44px}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgb(17 24 39)}::-webkit-scrollbar-thumb{background:rgb(55 65 81);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(75 85 99)}@keyframes scroll-x{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 8px))}}.animate-scroll-x{animation:scroll-x 40s linear infinite}.pause-animation:hover{animation-play-state:paused}