#glazee_splashscreen{background-color:#fff;position:fixed;top:0;left:0;z-index:100000000;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}#glazee_splashscreen .loader{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;background:#bf0511;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s linear infinite}@keyframes l3{to{transform:rotate(1turn)}}