@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            }
            .content-auto {
                content-visibility: auto;
            }
            .water-effect {
                background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
            }
        }
