.global-loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .3s ease}.global-loader-overlay.hidden{opacity:0;pointer-events:none}.pulsing-logo{width:150px;height:auto;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.9);opacity:.4}50%{transform:scale(1.1);opacity:1}to{transform:scale(.9);opacity:.4}}
