@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse-slow{0%,to{opacity:.3}50%{opacity:.7}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-slow{animation:pulse-slow 4s ease-in-out infinite}.scale-hover:hover{transform:scale(1.02)}.shadow-3xl{box-shadow:0 35px 60px -15px #0000004d}.delay-75{animation-delay:.75s}.delay-150{animation-delay:1.5s}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px;border:3px solid transparent;background-clip:content-box}.dark ::-webkit-scrollbar-thumb{background:#334155}::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}
