.animated-logo-wrapper{justify-content:center;align-items:center;margin-bottom:2rem;display:flex;position:relative}.animated-logo-glow{filter:blur(28px);background:#a855f733;border-radius:50%;width:7rem;height:7rem;animation:3s ease-in-out infinite logo-breathe;position:absolute}.animated-logo-glow-accent{filter:blur(20px);background:#8b5cf626;border-radius:50%;width:5rem;height:5rem;animation:3s ease-in-out 1.5s infinite logo-breathe;position:absolute}.animated-logo-orbit-center{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.animated-logo-orbit{border:1px solid #a855f759;border-radius:50%;width:6.5rem;height:6.5rem;animation:6s linear infinite logo-spin}.animated-logo-orbit-dot{background:#a855f7;border-radius:50%;width:5px;height:5px;position:absolute;top:-3px;left:50%;transform:translate(-50%);box-shadow:0 0 10px 3px #a855f7b3}.animated-logo-float{justify-content:center;align-items:center;width:6.5rem;height:6.5rem;animation:4s ease-in-out infinite logo-float;display:flex;position:relative}.animated-logo-ring{border-radius:50%;width:5rem;height:5rem;overflow:hidden;box-shadow:0 0 0 2px #a855f759,0 0 20px #a855f726,0 10px 25px -5px #0006}.animated-logo-img{object-fit:cover;width:100%;height:100%;display:block}@media (min-width:640px){.animated-logo-glow{width:8rem;height:8rem}.animated-logo-glow-accent{width:6rem;height:6rem}.animated-logo-float,.animated-logo-orbit{width:7.5rem;height:7.5rem}.animated-logo-ring{width:6rem;height:6rem}}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes logo-breathe{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
