body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}@keyframes blob{0%{transform:translate(0) scale(1)}25%{transform:translate(20px,-40px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(10px,20px) scale(1.05)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 15s infinite ease-in-out}@keyframes scroll-ticker{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-scroll-ticker{animation:scroll-ticker 60s linear infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.highlight-tool{transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out;box-shadow:0 0 0 3px #d95c0a80;border-color:var(--color-primary, #d95c0a)}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.4) rotate(10deg)}to{transform:scale(1)}}.animate-pop{animation:pop .3s ease-out}button,a[role=button],input[type=button],input[type=submit]{transition:transform .1s ease-out}button:active,a[role=button]:active,input[type=button]:active,input[type=submit]:active{transform:scale(.95)}
