/* Extracted from index.html: hb-prelog-style */
html.hb-prelog #login-mask{display:none!important}
#hb-splash{position:fixed;inset:0;z-index:100000;display:none;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1A2233 0%,#0F1620 50%,#1677FF 200%);font-family:-apple-system,'PingFang SC','Microsoft YaHei',sans-serif}
html.hb-prelog #hb-splash{display:flex}
#hb-splash .hb-sp-logo{width:74px;height:74px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(0,0,0,.32);margin-bottom:22px;overflow:hidden}
#hb-splash .hb-sp-logo img{width:62px;height:62px;object-fit:contain}
#hb-splash .hb-sp-txt{color:rgba(255,255,255,.9);font-size:15px;font-weight:600;letter-spacing:2px}
#hb-splash .hb-sp-sub{color:rgba(255,255,255,.5);font-size:12px;margin-top:6px;letter-spacing:1px}
#hb-splash .hb-sp-bar{margin-top:18px;width:130px;height:3px;border-radius:3px;background:rgba(255,255,255,.16);overflow:hidden}
#hb-splash .hb-sp-bar i{display:block;height:100%;width:38%;background:#1677FF;border-radius:3px;animation:hbSpMove 1.05s ease-in-out infinite}
@keyframes hbSpMove{0%{margin-left:-38%}100%{margin-left:130px}}
