.flink a {
            @apply inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-lg shadow-sm hover:bg-blue-50 hover:border-blue-300 transition-all duration-300 text-gray-700 font-medium;
        }
        .hero-gradient {
            background: linear-gradient(135deg, #1e40af 0%, #0ea5e9 50%, #0369a1 100%);
        }
        .stat-card {
            @apply bg-white p-6 rounded-xl shadow-lg hover:shadow-2xl transition-shadow duration-300 border border-gray-100;
        }
        .nav-link {
            @apply text-gray-700 hover:text-primary font-medium px-3 py-2 rounded-md text-sm transition-colors duration-200;
        }
        .mobile-menu {
            @apply hidden md:block;
        }
        .section-title {
            @apply text-3xl md:text-4xl font-bold text-gray-800 mb-6 pb-3 border-b-2 border-primary inline-block;
        }
        .live-badge {
            @apply animate-pulse bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full ml-2;
        }
        .analysis-highlight {
            @apply bg-yellow-50 border-l-4 border-accent pl-4 py-2 my-4 italic;
        }
