body,html{margin:0;padding:0;background:var(--sx-bg,#0b0b0d)}.sx-boot-screen{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;background:rgba(8,10,16,.92)}.sx-boot-screen.is-off,.sx-boot-screen[hidden]{display:none!important}.sx-boot-mark{flex-direction:column;gap:18px}.sx-boot-logo-wrap,.sx-boot-mark{display:flex;align-items:center;justify-content:center}.sx-boot-logo-wrap{width:min(260px,72vw);height:72px}.sx-boot-core img,.sx-boot-logo-wrap img{max-width:100%;max-height:72px;width:auto;height:auto;object-fit:contain;display:block}.sx-boot-ring{position:relative;width:36px;height:36px;flex:0 0 auto}.sx-boot-ring:before{content:"";position:absolute;inset:0;border-radius:50%;border-left:3px solid hsla(0,0%,100%,.12);border-bottom:3px solid hsla(0,0%,100%,.12);border-top:3px solid hsla(0,0%,100%,.12);border-top-color:var(--spx-load-color,#ab0707);border-right:3px solid hsla(0,0%,100%,.12);border-right-color:var(--spx-load-color,#ab0707);animation:sx-boot-spin .75s linear infinite;box-sizing:border-box}.sx-boot-core{display:none}@keyframes sx-boot-spin{to{transform:rotate(1turn)}}