.story-popup-aura{position:absolute;left:50%;top:50%;width:160vmax;height:160vmax;margin:-80vmax 0 0 -80vmax;background:radial-gradient(closest-side,rgba(139,92,246,.3),rgba(139,92,246,.1) 32%,transparent 68%);animation:sx-popup-breathe 4.5s ease-in-out infinite alternate;will-change:transform,opacity}.story-popup-beams{position:absolute;left:50%;top:50%;width:200vmax;height:200vmax;margin:-100vmax 0 0 -100vmax;background:repeating-conic-gradient(from 0deg,transparent 0deg 12deg,rgba(139,92,246,.13) 21deg,transparent 30deg);-webkit-mask-image:radial-gradient(closest-side,black,transparent 62%);mask-image:radial-gradient(closest-side,black,transparent 62%);animation:sx-popup-spin 28s linear infinite;will-change:transform}@keyframes sx-popup-spin{to{transform:rotate(1turn)}}@keyframes sx-popup-breathe{0%{transform:scale(.88);opacity:.7}to{transform:scale(1.06);opacity:1}}@media (prefers-reduced-motion:reduce){.story-popup-aura,.story-popup-glow{animation:none}.story-popup-beams{display:none}}.story-popup-card{background-image:linear-gradient(to bottom,color-mix(in srgb,var(--text-primary) 4%,transparent),transparent 40%)}.story-popup-glow{background:radial-gradient(closest-side,rgba(139,92,246,.32),rgba(139,92,246,.12) 45%,transparent 72%);animation:sx-popup-breathe 3.5s ease-in-out infinite alternate}.story-popup-logo{box-shadow:0 0 0 1px var(--border),0 8px 30px -12px rgba(139,92,246,.5)}.story-popup-cta{position:relative;overflow:hidden}.story-popup-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translateX(-120%);transition:transform .6s ease}.story-popup-cta:hover:after{transform:translateX(120%)}@media (prefers-reduced-motion:reduce){.story-popup-cta:after{display:none}}