@keyframes draw{0%{stroke-dashoffset:100;opacity:0;transform:translateY(2px)}to{stroke-dashoffset:0;opacity:1;transform:translateY(0)}}.animate-draw{stroke-dasharray:100;animation:draw 1.5s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}.logo-float{animation:float 5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.animate-pulse-dot{animation:pulse-dot 2s ease-in-out infinite;animation-delay:var(--delay,0s)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}