
        @tailwind base;
        @tailwind components;
        @tailwind utilities;

        .gradient-bar {
            @apply h-1.5 bg-gradient-to-r from-[#032058] via-[#165DFF] to-[#021739] rounded-full;
        }
        .card-hover {
            @apply transition-all duration-300 hover:shadow-lg hover:-translate-y-1;
        }
    