.loading-bar{position:fixed;top:0;left:0;right:0;height:4px;z-index:1000;display:flex;justify-content:center;pointer-events:none;background:transparent}.light{width:100%;height:100%;position:relative;border-radius:0 0 4px 4px}.light:before{left:0;right:0;height:100%;background:rgba(255,255,255,.95);box-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px var(--glow-color),0 0 40px var(--glow-color);z-index:2;border-radius:0 0 4px 4px}.light:after,.light:before{content:"";position:absolute;top:0}.light:after{left:50%;transform:translateX(-50%);width:140%;height:250px;background:radial-gradient(ellipse at top,var(--glow-color) 0,rgba(255,255,255,.05) 50%,transparent 80%);opacity:.4;z-index:1;pointer-events:none;filter:blur(12px);mix-blend-mode:screen}.red{--glow-color:rgba(255,50,50,0.9)}.blue{--glow-color:rgba(60,180,255,0.9)}.green{--glow-color:rgba(100,255,100,0.9)}.red{--glow-color:rgba(255,73,73,0.9)}.red:before{box-shadow:0 0 10px #ff4949,0 0 20px #ff4949,0 0 40px #ff4949}.blue{--glow-color:rgba(118,214,255,0.9)}.blue:before{box-shadow:0 0 10px #76d6ff,0 0 20px #76d6ff,0 0 40px #76d6ff}.green{--glow-color:rgba(160,255,118,0.9)}.green:before{box-shadow:0 0 10px #a0ff76,0 0 20px #a0ff76,0 0 40px #a0ff76}.flicker{animation:flicker-animation .1s infinite}.breathe{animation:breathe-animation 4s ease-in-out infinite}@keyframes breathe-animation{0%,to{opacity:.7}50%{opacity:1}}@keyframes sweep-animation{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes flicker-animation{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}