.lightning-bolt{position:absolute;z-index:8;height:9px;pointer-events:none;transform-origin:left center;background:linear-gradient(90deg,#fff 0,#c9f7ff 45%,#8be8ff 70%,transparent 100%);clip-path:polygon(0 38%,13% 0,25% 62%,39% 12%,54% 70%,68% 22%,83% 67%,100% 35%,100% 65%,83% 96%,68% 51%,54% 100%,39% 43%,25% 92%,13% 35%,0 66%);filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 7px #48dfff);animation:lightningStrike .34s cubic-bezier(.15,.7,.25,1) both}.lightning-bolt::after{content:"";position:absolute;inset:-4px 0;background:#b9f5ff;opacity:.35;filter:blur(6px)}.sq.thunder-hit{animation:thunderHit .28s ease-out}.sq.thunder-hit .disc{filter:brightness(2) drop-shadow(0 0 9px #8eeaff)}
@keyframes lightningStrike{0%{transform:var(--bolt-angle) scaleX(0);opacity:0}20%{opacity:1}68%{transform:var(--bolt-angle) scaleX(1);opacity:1}100%{transform:var(--bolt-angle) scaleX(1);opacity:0}}
@keyframes thunderHit{0%,100%{filter:none}35%{filter:brightness(2.3)}}
@media(prefers-reduced-motion:reduce){.lightning-bolt,.sq.thunder-hit{animation-duration:.01ms!important}}
