/* B186 enterprise installer progress UI */
.ub-v99-progress{display:none;margin-top:16px;border:1px solid rgba(96,165,250,.25);background:rgba(15,23,42,.75);border-radius:18px;padding:14px}.ub-v99-progress.show{display:block}.ub-v99-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.ub-v99-bar{height:13px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;border:1px solid rgba(255,255,255,.08);margin:12px 0}.ub-v99-bar-fill{height:100%;width:0;background:linear-gradient(90deg,#2563eb,#22c55e);transition:width .25s ease}.ub-v99-step-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}@media(max-width:780px){.ub-v99-step-grid{grid-template-columns:1fr}}.ub-v99-step{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:13px}.ub-v99-dot{width:10px;height:10px;margin-top:4px;border-radius:999px;background:#64748b;flex:none}.ub-v99-step[data-status="running"] .ub-v99-dot{background:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.15)}.ub-v99-step[data-status="ok"] .ub-v99-dot{background:#22c55e}.ub-v99-step[data-status="skipped"] .ub-v99-dot{background:#f59e0b}.ub-v99-step[data-status="error"] .ub-v99-dot{background:#ef4444}.ub-v99-step-title{font-weight:700;color:#e5edff}.ub-v99-step-msg{color:#a6b2cc;margin-top:2px}.ub-v99-log{max-height:220px;overflow:auto;background:#050816;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px;margin-top:12px;font-size:12px;color:#cbd5e1;white-space:pre-wrap}.ub-v99-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.ub-v99-actions a{color:#bfdbfe}.ub-v99-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-size:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06)}
