.spinner-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex!important;background-color:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99999;animation:fadeIn .3s ease-out}.spinner-content,.spinner-wrapper{flex-direction:column;justify-content:center;align-items:center}.spinner-content{display:flex;gap:1.5rem;position:relative;z-index:100000}.spinner-image{width:100px;height:100px;object-fit:contain;animation:pulseLogo 2s ease-in-out infinite;margin-bottom:1rem}.loading-percentage{display:block!important;font-size:5rem;font-weight:900;line-height:1;font-family:sans-serif;color:#ffffff!important;background:none;-webkit-text-fill-color:#ffffff!important;margin:1rem 0;text-shadow:0 4px 10px rgba(0,0,0,.8);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;z-index:100001;position:relative}.loading-text{font-family:system-ui,sans-serif;font-size:1.25rem;font-weight:500;color:rgba(255,255,255,.8);text-align:center;min-width:300px;letter-spacing:.5px}@keyframes pulseLogo{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.7}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}