@keyframes pl-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pl-fade-out{0%{opacity:1}to{opacity:0}}#preloader{z-index:9999;-webkit-backdrop-filter:blur(2px);background:#fffffff2;flex-direction:column;justify-content:center;align-items:center;animation:.15s forwards pl-fade-in;display:flex;position:fixed;inset:0}#preloader.pl-leaving{animation:.95s forwards pl-fade-out}#ctn-preloader{flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;height:100%;display:flex}.txt-loading{text-align:center}.letters-loading{display:inline-block;position:relative}.letters-loading img{filter:brightness(1.08)drop-shadow(0 2px 8px #6366f14d);border-radius:12px;width:120px;height:auto;margin:0 auto;display:block}.progress-bar-wrapper{background:#00000014;border-radius:4px;width:280px;height:8px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.progress-bar-fill{background:linear-gradient(90deg,#6366f1 0%,#a78bfa 100%);border-radius:4px;width:0%;height:100%;transition:width .3s;box-shadow:0 0 12px #6366f166}.progress-text{color:#6366f1;text-align:center;min-width:40px;margin-top:8px;font-size:12px;font-weight:500}
