
	@keyframes svelte-cj0484-sparkle-twinkle {
		0%, 100% { opacity: 0.25; transform: scale(0.75) rotate(0deg); }
		50%       { opacity: 1;    transform: scale(1.35) rotate(18deg); }
	}
	@keyframes svelte-cj0484-orb-breathe {
		0%, 100% { opacity: 0.6; transform: scale(1); }
		50%       { opacity: 1;   transform: scale(1.1); }
	}
	@keyframes svelte-cj0484-icon-spin {
		from { transform: rotate(0deg); }
		to   { transform: rotate(360deg); }
	}
	@keyframes svelte-cj0484-badge-pulse {
		0%, 100% { box-shadow: 0 0 0 0 rgba(139, 92, 246, 0); }
		50%       { box-shadow: 0 0 14px 4px rgba(139, 92, 246, 0.18); }
	}
	@keyframes svelte-cj0484-cta-glow-pulse {
		0%, 100% { box-shadow: 0 4px 18px rgba(139, 92, 246, 0.35); }
		50%       { box-shadow: 0 6px 32px rgba(139, 92, 246, 0.55), 0 0 50px rgba(217, 70, 239, 0.18); }
	}
	@keyframes svelte-cj0484-shimmer-sweep {
		from { background-position: -200% center; }
		to   { background-position:  200% center; }
	}

	.sp1.svelte-cj0484 { animation: svelte-cj0484-sparkle-twinkle 3.2s ease-in-out infinite; }
	.sp2.svelte-cj0484 { animation: svelte-cj0484-sparkle-twinkle 4.6s ease-in-out infinite 1.4s; }
	.sp3.svelte-cj0484 { animation: svelte-cj0484-sparkle-twinkle 3.9s ease-in-out infinite 0.7s; }

	.orb-a.svelte-cj0484 { animation: svelte-cj0484-orb-breathe 5s ease-in-out infinite; }
	.orb-b.svelte-cj0484 { animation: svelte-cj0484-orb-breathe 7s ease-in-out infinite 2s; }
	.orb-c.svelte-cj0484 { animation: svelte-cj0484-orb-breathe 6s ease-in-out infinite 1s; }

	.icon-spin { animation: svelte-cj0484-icon-spin 5s linear infinite; }
	.badge-glow.svelte-cj0484 { animation: svelte-cj0484-badge-pulse 3s ease-in-out infinite; }
	.cta-glow   { animation: svelte-cj0484-cta-glow-pulse 3s ease-in-out infinite; }

	.shimmer-line.svelte-cj0484 {
		background: linear-gradient(
			90deg,
			transparent 0%,
			rgba(139, 92, 246, 0.5) 30%,
			rgba(217, 70, 239, 0.6) 50%,
			rgba(139, 92, 246, 0.5) 70%,
			transparent 100%
		);
		background-size: 200% auto;
		animation: svelte-cj0484-shimmer-sweep 3s linear infinite;
	}

	.card_code.svelte-17djw3 {
		transition: all 0.3s ease;
	}
