@layer utilities{.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.animate-popIn{animation:popIn .22s ease-out}.animate-softBounce{animation:softBounce 1.8s ease-in-out infinite}.animate-breatheGlow{animation:breatheGlow 1.8s ease-in-out infinite}}@keyframes popIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes softBounce{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes breatheGlow{0%{transform:scale(1);box-shadow:0 0 #ec008c6b,0 0 16px 4px #ec008c47}50%{transform:scale(1.018);box-shadow:0 0 0 14px #ec008c00,0 0 26px 10px #ec008c59}to{transform:scale(1);box-shadow:0 0 #ec008c00,0 0 #ec008c00}}
