.global-loader{position:fixed;inset:0;z-index:99999;opacity:1;transition:opacity .4s ease-out}.global-loader--fade-out{opacity:0;pointer-events:none}.global-loader__backdrop{width:100%;height:100%;background:radial-gradient(ellipse at 50% 40%,rgba(30,22,59,1) 0,rgba(0,0,0,1) 70%);display:flex;align-items:center;justify-content:center}.global-loader__content{text-align:center;display:flex;flex-direction:column;align-items:center;height:100dvh;width:100%;padding:0 24px}.global-loader__logo{margin-top:auto;margin-bottom:12px;opacity:0;animation:gl-fade-in .6s ease-out .1s forwards;mix-blend-mode:difference}.global-loader__brand{font-size:22px;font-weight:400;letter-spacing:.15em;color:rgba(255,255,255,.9);margin:0 0 32px;opacity:0;animation:gl-fade-in .6s ease-out .3s forwards}.global-loader__progress{width:200px;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;opacity:0;animation:gl-fade-in .5s ease-out .5s forwards}.global-loader__progress-bar{width:0;height:100%;background:rgba(255,255,255,.5);border-radius:2px;transition:width .3s ease-out}.global-loader__tagline{margin-top:auto;margin-bottom:48px;display:flex;flex-direction:column;align-items:center;gap:4px;opacity:0;animation:gl-fade-in .6s ease-out .6s forwards}.global-loader__tagline-label{font-size:10px;font-weight:500;letter-spacing:.3em;color:rgba(255,255,255,.35);text-transform:uppercase}.global-loader__tagline-text{font-size:14px;font-weight:400;color:rgba(255,255,255,.5)}.global-loader__tagline-icon{margin-top:8px;height:20px;width:auto;opacity:.5}.global-loader__spinner-wrap{opacity:0;animation:gl-fade-in .6s ease-out .3s forwards}.global-loader__spinner{width:44px;height:44px;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--color-primary,#3b82f6);border-radius:50%;margin:0 auto;animation:gl-spin .8s linear infinite}@keyframes gl-spin{to{transform:rotate(1turn)}}@keyframes gl-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}[data-theme-id=theme1] .global-loader__backdrop{background:radial-gradient(ellipse at 50% 40%,rgba(30,22,59,1) 0,rgba(0,0,0,1) 70%)}@media (max-width:768px){.global-loader__logo img{width:140px;height:auto}.global-loader__brand{font-size:18px}.global-loader__progress{width:160px}.global-loader__tagline{margin-bottom:32px}}