:root{color:#f5f6f7;background:#000;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#000}.web-bootstrap{width:100%;min-height:100dvh;display:grid;place-items:center;background:#000}.web-bootstrap__status{display:grid;place-items:center;gap:13px}.web-bootstrap__mark{width:52px;height:52px;display:grid;place-items:center;border:1px solid #292929;border-radius:8px;background:#0a0a0a;animation:web-bootstrap-breathe 1.8s ease-in-out infinite}.web-bootstrap__mark svg{width:36px;height:36px}.web-bootstrap__mark svg>rect:first-child{fill:#0a0a0a}.web-bootstrap__mark path{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:32;animation:web-bootstrap-draw 1.8s ease-in-out infinite}.web-bootstrap__node{fill:#fff;animation:web-bootstrap-node 1.8s ease-in-out infinite}.web-bootstrap__node:last-child{animation-delay:.14s}.web-bootstrap p{margin:0;color:#929292;font-size:12px}.web-bootstrap__progress{position:relative;width:72px;height:1px;overflow:hidden;background:#242424}.web-bootstrap__progress:after{position:absolute;inset:0;width:28px;background:#f5f5f5;content:"";animation:web-bootstrap-progress 1.25s ease-in-out infinite}@keyframes web-bootstrap-breathe{0%,to{border-color:#292929;transform:scale(1)}50%{border-color:#555;transform:scale(1.035)}}@keyframes web-bootstrap-draw{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:10}}@keyframes web-bootstrap-node{0%,to{opacity:.42}50%{opacity:1}}@keyframes web-bootstrap-progress{0%{transform:translate(-30px)}to{transform:translate(76px)}}@media(prefers-reduced-motion:reduce){.web-bootstrap__mark,.web-bootstrap__mark path,.web-bootstrap__node,.web-bootstrap__progress:after{animation:none}.web-bootstrap__node{opacity:1}.web-bootstrap__progress:after{transform:translate(22px)}}
