#okeyBoot{position:fixed;inset:0;z-index:2147483000;background:#07130d;color:#f3d98a;font:600 16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px;touch-action:none}
#okeyBoot .ring{width:46px;height:46px;border-radius:50%;border:3px solid rgba(243,217,138,.25);border-top-color:#f3d98a;animation:okeySpin 1s linear infinite}
@keyframes okeySpin{to{transform:rotate(360deg)}}
#okeyBoot .bar{width:min(320px,70vw);height:6px;border-radius:3px;background:rgba(255,255,255,.12);overflow:hidden}
#okeyBoot .bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,#2f9e63,#f3d98a);transition:width .3s}
#okeyBoot .pct{opacity:.7;font-weight:400}
#okeyBoot button{margin-top:6px;background:#12351f;color:#f3d98a;border:1px solid rgba(243,217,138,.6);border-radius:10px;padding:10px 20px;font:inherit}