@keyframes su-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes su-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes su-drift{0%,to{transform:translate(0)}50%{transform:translate(20px,-16px)}}@keyframes su-pop{0%{transform:scale(.9);opacity:0}to{transform:none;opacity:1}}.su-dot{animation:su-pulse 2s ease-in-out infinite}.su-drift{animation:su-drift 9s ease-in-out infinite}.su-pop{animation:su-pop .5s cubic-bezier(.2,.8,.2,1) both}.su-choice{transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s,border-color .2s}.su-choice:hover{transform:translateY(-4px);border-color:hsl(216 99% 52%/.5);box-shadow:0 22px 44px -18px rgba(16,24,40,.34)}