body{color:#e6edf3;background:#0a0a0f}*{box-sizing:border-box}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #a855f720}50%{box-shadow:0 0 40px #a855f750}}@keyframes spin-slow{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:3s ease-in-out infinite float}.animate-glow{animation:2s ease-in-out infinite pulse-glow}.animate-spin-slow{animation:20s linear infinite spin-slow}.animate-fade-up{animation:.6s ease-out forwards fade-up}
