.boot-loading{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#fff;color:#18232a;font-family:system-ui,sans-serif;z-index:10000}.boot-mark{position:relative;width:88px;height:88px;display:grid;place-items:center}.boot-mark:before{content:"";position:absolute;inset:0;border:2px solid #dfe5e9;border-top-color:#205bdb;border-radius:50%;animation:boot-spin 1.1s linear infinite}.boot-mark img{width:54px;height:54px;object-fit:contain;border-radius:12px}.boot-loading p{font-size:13px;color:#5b6b75}.boot-loading a{color:#205bdb}.boot-loading [hidden]{display:none}@keyframes boot-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.boot-mark:before{animation:none}}.dark .boot-loading{background:#111923;color:#edf2f7}.dark .boot-loading p{color:#a6b4c3}.dark .boot-mark:before{border-color:#303b49;border-top-color:#205bdb}.dark .boot-loading a{color:#a4c4ff}
