html,body{box-sizing:border-box;margin:0;padding:0}.global-loader-container{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafca6;flex-direction:column;justify-content:center;align-items:center;animation:.2s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.global-loader-spinner{border:4px solid #e2e8f0;border-top-color:#3b5bdc;border-radius:50%;width:48px;height:48px;margin-bottom:.75rem;animation:.8s linear infinite spin}.global-loader-text{color:#1a1f2e;letter-spacing:.03em;margin:0;font-family:Outfit,Segoe UI,sans-serif;font-size:.95rem;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
