#page-loader{position:fixed;left:0;right:0;top:0;height:0;overflow:hidden;z-index:999999;display:flex;background-color:rgba(255,255,255,0.95);transition:height 0.3s ease-in-out;flex-direction:column;justify-content:center;align-items:center}#page-loader.show{height:100%;transition:none}.loading-text{width:fit-content;font-size:40px;line-height:1.5;font-family:system-ui,sans-serif;font-weight:bold;text-transform:uppercase;color:#0000;-webkit-text-stroke:1px #000;background:radial-gradient(1.13em at 50% 1.6em,#F36F21 99%,#F36F2100 101%) calc(50% - 1.6em) 0/3.2em 100% text,radial-gradient(1.13em at 50% -0.8em,#F36F2100 99%,#F36F21 101%) 50% .8em/3.2em 100% repeat-xtext;animation:l9 2s linear infinite}.loading-text:before{content:"Loading"}@keyframes l9{to{background-position:calc(50%+1.6em) 0,calc(50%+3.2em) .8em}}.spinner{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;background:#F36F21;--_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 infinite linear}@keyframes l3{to{transform:rotate(1turn)}}