@keyframes glowing{0%{box-shadow:0 0 5px #00cccc80}50%{box-shadow:0 0 15px #0ff}to{box-shadow:0 0 5px #00cccc80}}@keyframes rotate-slow{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes color-change{0%{fill:var(--primary-container)}to{fill:var(--primary)}}@keyframes float-up{0%{opacity:0;top:100%}25%{opacity:.25}50%{opacity:.15;top:0%}75%{opacity:.25}to{opacity:0;top:-100%}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}
