.eclipse{position:relative;width:148px;height:148px;border:0;background:transparent;box-shadow:none}
.eclipse::before{content:"";position:absolute;inset:18%;border-radius:50%;background:#000;box-shadow:0 0 45px #2bc7ff88,0 0 85px #ff8a2466}
.eclipse img{position:absolute;z-index:1;inset:-22%;width:144%;height:144%;object-fit:contain;filter:drop-shadow(-8px 0 15px #009dff88) drop-shadow(9px 0 16px #ff6a0077);animation:eclipse-pulse 5s ease-in-out infinite}
@keyframes eclipse-pulse{0%,100%{transform:scale(1);filter:drop-shadow(-8px 0 15px #009dff88) drop-shadow(9px 0 16px #ff6a0077)}50%{transform:scale(1.035);filter:drop-shadow(-11px 0 23px #00aaffaa) drop-shadow(12px 0 25px #ff740099)}}
@media(prefers-reduced-motion:reduce){.eclipse img{animation:none}}
@media(max-width:760px){.eclipse{width:118px;height:118px}.launcher header p{margin-top:10px}}
