.glow-card{width:220px;height:220px;background:#0f1c30;position:relative;display:flex;place-content:center;place-items:center;overflow:hidden;border-radius:28px;box-shadow:0 24px 64px -16px #00000080}.glow-card:before{content:"";position:absolute;width:130px;background-image:linear-gradient(180deg,#1e293b,#d54240,#1e293b);height:150%;animation:glowCardRotate 3s linear infinite}@keyframes glowCardRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glow-card:after{content:"";position:absolute;background:#0f1c30;top:4px;right:4px;bottom:4px;left:4px;border-radius:24px}.glow-card__content{position:relative;z-index:1}.compass{width:140px;height:140px;display:block}.compass__ring{animation:compassRingSpin 2.4s linear infinite;transform-origin:50px 50px}.compass__needle{animation:compassNeedleSpin 1.6s linear infinite;transform-origin:50px 50px}.compass__scan{animation:compassRingSpin 2.4s linear infinite;transform-origin:50px 50px;opacity:.9}@keyframes compassRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes compassNeedleSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
