.global-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;opacity:1;pointer-events:auto;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity .15s ease-out}.global-loading-overlay.hidden{opacity:0;pointer-events:none}.global-loading-overlay.visible{opacity:1;pointer-events:auto}.global-loading-content{flex-direction:column;gap:16px}.global-loading-animation,.global-loading-content{display:flex;align-items:center;justify-content:center;transform:translateZ(0)}.global-loading-animation{width:140px;height:140px;border-radius:24px;background:hsla(0,0%,100%,.08);backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:layout style;padding:12px}@media(max-width:480px){.global-loading-animation{width:120px;height:120px;border-radius:20px;padding:10px}}@media(max-width:320px){.global-loading-animation{width:100px;height:100px;border-radius:16px;padding:8px}}