.global-loader{position:fixed;inset:0;background:linear-gradient(180deg,#020617,#030a1f);display:flex;align-items:center;justify-content:center;z-index:999999;backdrop-filter:blur(4px);animation:fadeIn .18s ease-out}.loading-bar-container{width:70%;max-width:480px;text-align:center}.loading-bar{width:100%;height:14px;border-radius:10px;background:hsla(0,0%,100%,.07);overflow:hidden;position:relative;box-shadow:0 0 18px rgba(60,120,255,.18)}.loading-fill{inset:0;width:0;background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd);animation:fillBar 2s cubic-bezier(.4,0,.2,1) forwards;box-shadow:0 0 30px rgba(80,150,255,.6)}.loading-fill,.loading-shine{position:absolute;height:100%;border-radius:10px}.loading-shine{top:0;left:-60%;width:40%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0));animation:shineMove 1.8s ease-in-out infinite;filter:blur(1px)}.loading-text{margin-top:14px;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;color:#dbeafe;opacity:.9;letter-spacing:.5px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fillBar{0%{width:0}15%{width:12%}35%{width:38%}60%{width:60%}80%{width:78%}to{width:100%}}@keyframes shineMove{0%{left:-60%}70%{left:110%}to{left:110%}}