@keyframes glowAnimation{0%,to{box-shadow:0 0 5px hsla(0,0%,100%,.3)}50%{box-shadow:0 0 15px hsla(0,0%,100%,.5)}}.raffleLiveComponent{animation:glowAnimation 3s ease infinite;border-radius:10px;padding:1rem;margin:.5rem}@keyframes loading-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.loader-gradient{background:linear-gradient(270deg,hsla(0,0%,50%,.4),hsla(0,0%,75%,.9),hsla(0,0%,50%,.4));background-size:200% 200%;animation:loading-gradient 1.5s infinite;z-index:10}.creative-placeholder,.loader-gradient{position:absolute;top:0;left:0;width:100%;height:100%}.creative-placeholder{display:flex;align-items:center;justify-content:center}.animated-rect{animation:rect-animation 2s infinite alternate}.animated-circle{animation:circle-animation 3s infinite alternate}@keyframes rect-animation{0%{transform:rotate(0deg) scale(.8)}50%{transform:rotate(45deg) scale(1)}to{transform:rotate(90deg) scale(.8)}}@keyframes circle-animation{0%{transform:scale(.8);stroke-dasharray:5,10}50%{transform:scale(1);stroke-dasharray:10,5}to{transform:scale(.8);stroke-dasharray:5,10}}.neural-network-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;opacity:25%;z-index:10;background-color:rgba(0,0,0,.5)}.neuron{fill:hsla(0,0%,50%,.5);animation:neuron-pulse 1.5s infinite alternate}.neuron-connection{stroke:hsla(0,0%,50%,.25);stroke-width:1;stroke-dasharray:2.5;animation:neuron-connection-pulse 1.5s infinite alternate;animation-delay:.25s}@keyframes neuron-pulse{0%{fill:hsla(0,0%,50%,.5)}to{fill:hsla(0,0%,75%,.5)}}@keyframes neuron-connection-pulse{0%{stroke:hsla(0,0%,50%,.5);stroke-dashoffset:0}to{stroke:hsla(0,0%,75%,.5);stroke-dashoffset:10}}