.flink {
            @apply inline-block px-4 py-2 m-2 bg-gray-100 hover:bg-blue-500 hover:text-white rounded-lg transition duration-300 ease-in-out;
        }
        .hover-scale {
            @apply transition-transform duration-300 ease-in-out hover:scale-105;
        }
        .gradient-bg {
            background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
        }
        .shadow-custom {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
