
        @layer utilities {
            .text-shadow {
                text-shadow: 0 2px 4px rgba(0,0,0,0.45);
            }
            .bg-blur-overlay {
                background-color: rgba(0,0,0,0.55);
            }
            .card-shadow {
                box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            }
        }
    
html { scroll-behavior: auto !important; }
