@keyframes flicker{0%,to{transform:translateX(0) translateY(0) scaleY(1) scaleX(1);opacity:1;filter:brightness(1)}25%{transform:translateX(-.5px) translateY(-.3px) scaleY(1.05) scaleX(.98);opacity:.95;filter:brightness(1.1)}50%{transform:translateX(.3px) translateY(-.6px) scaleY(.98) scaleX(1.02);opacity:.98;filter:brightness(.95)}75%{transform:translateX(-.2px) translateY(-.5px) scaleY(1.03) scaleX(.99);opacity:.97;filter:brightness(1.05)}}@keyframes glow{0%,to{box-shadow:0 0 4px hsla(0,100%,70%,.4),0 0 8px hsla(0,100%,79%,.3)}50%{box-shadow:0 0 6px hsla(0,100%,74%,.6),0 0 12px hsla(0,100%,85%,.4)}}.flame-flicker{animation:flicker 1.8s ease-in-out infinite;transform-origin:center bottom}.flame-flicker-delay-1{animation:flicker 1.5s ease-in-out infinite;animation-delay:.15s;transform-origin:center bottom}.flame-flicker-delay-2{animation:flicker 1.2s ease-in-out infinite;animation-delay:.3s;transform-origin:center bottom}.flame-flicker-delay-3{animation:flicker .9s ease-in-out infinite;animation-delay:.45s}.candle-glow{animation:glow 2s ease-in-out infinite}