.flink { @apply inline-block px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition duration-300 mx-2 my-1; }
        .friendlink { @apply py-12 bg-gradient-to-r from-gray-50 to-blue-50; }
        .nofollow { rel="nofollow"; }
        .hover-lift { @apply transition-transform duration-300 hover:-translate-y-2; }
        .card-shadow { @apply shadow-lg hover:shadow-2xl transition-shadow duration-300; }
        .gradient-header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); }
