@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.animate-float{animation:float 4s ease-in-out infinite}.card-glow-effect{box-sizing:border-box;border:none;transition:box-shadow .3s ease,border .3s ease}@media (min-width:768px){.card-glow-effect:hover{box-shadow:0 0 8px 2px #6767ff}}@media (max-width:767px){.card-glow-effect:active,.card-glow-effect:focus{box-shadow:0 0 8px 2px #22aea0}}