@keyframes floatUp{0%{opacity:0;transform:translateY(0) translate(0) scale(.8)}20%{opacity:1}50%{transform:translateY(-30px) translate(6px) scale(1)}to{opacity:0;transform:translateY(-110px) translate(-8px) scale(1.1)}}.magic-particle{position:absolute;width:6px;height:6px;border-radius:50%;background:#ffebbee6;box-shadow:0 0 6px #ffdc9699,0 0 12px #ffc8784d;animation:floatUp 6s infinite ease-in-out}.magic-particle.purple{background:#d2beffd9;box-shadow:0 0 8px #bea0ff80,0 0 14px #aa8cff40;animation-duration:7s}.magic-particle.small{width:4px;height:4px;opacity:.7}.magic-particle.large{width:7px;height:7px}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8) rotate(0)}50%{opacity:1;transform:scale(1.3) rotate(15deg)}}.sparkle{position:absolute;width:8px;height:8px;background:#fff5dcf2;clip-path:polygon(50% 0%,60% 40%,100% 50%,60% 60%,50% 100%,40% 60%,0% 50%,40% 40%);filter:blur(.6px);box-shadow:0 0 6px #fff0c899,0 0 12px #ffdc9659;animation:twinkle 2.2s infinite ease-in-out}.sparkle.dim{opacity:.5;animation-duration:2.8s;filter:blur(1px)}.sparkle.bright{opacity:1;animation-duration:1.8s;filter:blur(.4px)}
