@keyframes auth-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes auth-pulse{0%,to{opacity:.4}50%{opacity:.8}}.auth-fade-up{animation:auth-fadeUp .5s ease both}.auth-fade-in{animation:auth-fadeIn .4s ease both}.auth-float{animation:auth-float 5s ease-in-out infinite}.auth-focus-ring:focus-visible{outline:2px solid var(--auth-accent);outline-offset:2px}