@layer utilities {
    .text-shadow {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .gradient-bg {
        background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);
    }
    .card-transition {
        transition: all 0.3s ease;
    }
    .btn-bounce:active {
        transform: scale(0.98);
    }
}