| @import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap'); | |
| /* Base styles */ | |
| body { | |
| background-image: | |
| radial-gradient(circle at 10% 20%, rgba(14, 165, 233, 0.1) 0%, transparent 20%), | |
| radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 20%); | |
| background-attachment: fixed; | |
| } | |
| /* Custom animations */ | |
| @keyframes quantumPulse { | |
| 0%, 100% { opacity: 1; } | |
| 50% { opacity: 0.7; } | |
| } | |
| @keyframes singularityGlow { | |
| 0% { box-shadow |