body.magical-cursor-active,body.magical-cursor-active *{cursor:none!important}.magical-cursor-layer{pointer-events:none;z-index:99999;position:fixed;inset:0;overflow:hidden}.magical-cursor-dot{background:radial-gradient(circle at 35% 35%, #fff 0%, #e9d5ff 40%, var(--store-primary,#8b5cf6) 100%);width:8px;height:8px;box-shadow:0 0 12px 2px color-mix(in srgb, var(--store-primary,#8b5cf6) 70%, white), 0 0 24px 4px color-mix(in srgb, var(--store-accent,#c084fc) 40%, transparent);will-change:transform;border-radius:50%;margin:-4px 0 0 -4px;transition:width .2s,height .2s,margin .2s,box-shadow .2s;position:fixed;top:0;left:0;transform:translate(-100px,-100px)}.magical-cursor-ring{border:1.5px solid color-mix(in srgb, var(--store-primary,#8b5cf6) 55%, white);background:radial-gradient(circle, color-mix(in srgb, var(--store-primary,#8b5cf6) 12%, transparent) 0%, transparent 70%);will-change:transform;border-radius:50%;width:36px;height:36px;margin:-18px 0 0 -18px;transition:width .25s,height .25s,margin .25s,border-color .2s,opacity .2s;position:fixed;top:0;left:0;transform:translate(-100px,-100px)}.magical-cursor-ring:before{content:"";border:1px dashed color-mix(in srgb, var(--store-accent,#c084fc) 35%, transparent);border-radius:50%;animation:4s linear infinite magical-orbit;position:absolute;inset:-6px}.magical-cursor-ring:after{content:"✦";color:color-mix(in srgb, var(--store-accent,#fbbf24) 90%, white);text-shadow:0 0 8px color-mix(in srgb, var(--store-accent,#fbbf24) 80%, transparent);font-size:10px;animation:3s ease-in-out infinite magical-sparkle-spin;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.magical-cursor-dot.is-hover{width:4px;height:4px;box-shadow:0 0 20px 4px color-mix(in srgb, var(--store-primary,#8b5cf6) 80%, white), 0 0 40px 8px color-mix(in srgb, var(--store-accent,#c084fc) 50%, transparent);margin:-2px 0 0 -2px}.magical-cursor-ring.is-hover{border-color:color-mix(in srgb, var(--store-primary,#8b5cf6) 85%, white);background:radial-gradient(circle, color-mix(in srgb, var(--store-primary,#8b5cf6) 22%, transparent) 0%, transparent 72%);width:52px;height:52px;margin:-26px 0 0 -26px}.magical-cursor-ring.is-click{opacity:.85;width:28px;height:28px;margin:-14px 0 0 -14px}.magical-cursor-sparkle{pointer-events:none;color:color-mix(in srgb, var(--store-accent,#fbbf24) 95%, white);text-shadow:0 0 8px;will-change:transform, opacity;font-size:9px;line-height:1;animation:.65s ease-out forwards magical-sparkle-fade;position:fixed}@keyframes magical-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes magical-sparkle-spin{0%,to{opacity:.4;transform:translate(-50%)scale(.8)}50%{opacity:1;transform:translate(-50%)scale(1.2)}}@keyframes magical-sparkle-fade{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(var(--tx), var(--ty)) scale(.15)}}@media (pointer:coarse),(prefers-reduced-motion:reduce){body.magical-cursor-active,body.magical-cursor-active *{cursor:auto!important}.magical-cursor-layer{display:none!important}}
