
        @layer utilities {
            .text-shadow {
                text-shadow: 0 2px 8px rgba(0,0,0,0.45);
            }
            .bg-mask {
                background: linear-gradient(rgba(15, 52, 96, 0.75), rgba(15, 52, 96, 0.55));
            }
            .card-shadow {
                box-shadow: 0 4px 18px rgba(15, 52, 96, 0.12);
            }
        }
    
html { scroll-behavior: auto !important; }
