@keyframes glowLeftToRight{0%{left:-100%;opacity:.4}50%{left:0;opacity:.6}to{left:100%;opacity:0}}@keyframes glowRightToLeft{0%{right:-100%;opacity:.4}50%{right:0;opacity:.6}to{right:100%;opacity:0}}.animate-glow-left{background:linear-gradient(90deg,rgba(219,68,55,1),rgba(244,180,0,1),rgba(15,157,88,1),rgba(66,133,244,1));left:0;animation:glowLeftToRight 1s ease-out forwards}.animate-glow-left,.animate-glow-right{position:absolute;height:100%;border-radius:inherit}.animate-glow-right{background:linear-gradient(270deg,rgba(94,148,255,.3),rgba(94,148,255,.6),rgba(94,148,255,.3));right:0;animation:glowRightToLeft 1s ease-out forwards}.dot{width:6px;height:6px;background:var(--primary);border-radius:9999px;animation:bounce 1.2s ease-in-out infinite;box-shadow:0 0 6px var(--primary)}@keyframes bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-6px);opacity:.7}}