.global-loading{position:fixed;inset:0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;background:#fff;z-index:9999;transition:opacity .4s ease}.global-loading.fade-out{opacity:0;pointer-events:none}.loading-text{font-size:14px;color:#666;margin:0}.progress-bar{width:200px;height:3px;background:#eee;border-radius:2px;overflow:hidden}.progress-bar-inner{width:40%;height:100%;background:linear-gradient(90deg,#3f51b5,#7986cb);border-radius:2px;animation:loading-slide 1.5s ease-in-out infinite}@keyframes loading-slide{0%{width:0%;margin-left:0%}50%{width:60%;margin-left:20%}to{width:0%;margin-left:100%}}
