body { font-family: 'Inter', sans-serif; }
        .bg-navy { background-color: #0A192F; }
        .text-pink-vibrant { color: #FF007F; }
        .animate-pulse-fast { animation: pulse 1s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
