/* MBus WMS v144 - Prvi zagon */
.mbus-onboarding-route-v144,
.mbus-onboarding-route-v144 body { background: #071226 !important; }
.mbus-onboarding-route-v144 #root { display: none !important; }
.mbus-onboarding-page-v144 {
  min-height: 100dvh;
  padding: 28px 18px;
  background: radial-gradient(circle at top, #102246, #071226 55%, #020617);
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mbus-onboarding-card-v144 {
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #dbe3ef;
  box-shadow: 0 30px 90px rgba(2,6,23,.34);
  padding: 24px;
}
.mbus-onboarding-head-v144 { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 14px; }
.mbus-onboarding-kicker-v144 { color: #2563eb; font-size: 12px; font-weight: 1000; letter-spacing: .18em; text-transform: uppercase; }
.mbus-onboarding-card-v144 h1 { margin: 7px 0 6px; font-size: 34px; line-height: 1; font-weight: 950; color: #0f172a; }
.mbus-onboarding-card-v144 p { margin: 0; color: #64748b; font-weight: 750; line-height: 1.4; }
.mbus-onboarding-head-v144 a { color: #1d4ed8; font-weight: 950; text-decoration: none; }
.mbus-onboarding-status-v144 { display: inline-flex; border-radius: 999px; padding: 6px 12px; font-weight: 950; margin: 6px 0 12px; border: 1px solid #cbd5e1; background: #f8fafc; }
.mbus-onboarding-status-v144.done { background: #ecfdf5; color: #047857; border-color: #bbf7d0; }
.mbus-onboarding-status-v144.empty { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.mbus-onboarding-status-v144.progress { background: #fffbeb; color: #92400e; border-color: #fde68a; }
.mbus-onboarding-msg-v144 { min-height: 22px; margin: 8px 0; font-weight: 850; }
.mbus-onboarding-msg-v144.ok { color: #047857; }
.mbus-onboarding-msg-v144.bad { color: #b91c1c; }
.mbus-onboarding-counts-v144 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 12px 0; }
.mbus-onboarding-counts-v144 div { border: 1px solid #e2e8f0; border-radius: 14px; padding: 12px; background: #fff; }
.mbus-onboarding-counts-v144 span { display: block; color: #64748b; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.mbus-onboarding-counts-v144 b { display: block; margin-top: 3px; font-size: 24px; color: #0f172a; }
.mbus-onboarding-actions-v144 { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.mbus-onboarding-actions-v144 button,
.mbus-onboarding-step-v144 button { min-height: 38px; border: 1px solid #cbd5e1; border-radius: 12px; background: #fff; color: #0f172a; padding: 0 12px; font-weight: 950; cursor: pointer; }
.mbus-onboarding-actions-v144 button.primary { background: linear-gradient(135deg, #0f172a, #1d4ed8); color: #fff; border-color: transparent; }
.mbus-onboarding-note-v144 { margin: 10px 0; color: #64748b; font-weight: 800; font-size: 13px; }
.mbus-onboarding-steps-v144 { display: grid; gap: 10px; margin-top: 12px; }
.mbus-onboarding-step-v144 { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 12px; background: #fff; }
.mbus-onboarding-step-v144.done { background: #f0fdf4; border-color: #bbf7d0; }
.mbus-onboarding-check-v144 { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #e2e8f0; color: #334155; font-weight: 950; }
.mbus-onboarding-step-v144.done .mbus-onboarding-check-v144 { background: #22c55e; color: #fff; }
.mbus-onboarding-step-v144 strong { display: block; color: #0f172a; font-weight: 950; }
.mbus-onboarding-step-v144 small { display: block; color: #64748b; font-weight: 750; line-height: 1.35; }
.mbus-onboarding-link-v144 { width: calc(100% - 16px); margin: 4px 8px; min-height: 36px; border: 0; border-radius: 10px; padding: 0 12px; background: rgba(37,99,235,.10); color: #1d4ed8; display: flex; align-items: center; justify-content: flex-start; gap: 10px; font-weight: 950; cursor: pointer; }
.mbus-onboarding-link-v144:hover { background: rgba(37,99,235,.16); }
.mbus-onboarding-float-v144 { position: fixed; right: 18px; bottom: 132px; z-index: 99970; min-height: 44px; border: 0; border-radius: 16px; padding: 0 16px; background: linear-gradient(135deg, #0f172a, #1d4ed8); color: #fff; font-weight: 950; box-shadow: 0 18px 45px rgba(37,99,235,.25); cursor: pointer; }
body.mbus-terminal-mode .mbus-onboarding-link-v144,
body.mbus-terminal-mode .mbus-onboarding-float-v144 { display: none !important; }
@media (max-width: 760px) {
  .mbus-onboarding-card-v144 { padding: 16px; }
  .mbus-onboarding-head-v144 { display: block; }
  .mbus-onboarding-counts-v144 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mbus-onboarding-step-v144 { grid-template-columns: 30px 1fr; }
  .mbus-onboarding-step-v144 button { grid-column: 2; justify-self: start; }
}
