/* MBus WMS v144 - prisilna menjava začasnega gesla */
#mbus-password-change-v144 {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: rgba(2, 6, 23, .72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 18px;
}
.mbus-password-change-v144-card {
  width: min(480px, 100%);
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe3ef;
  box-shadow: 0 35px 90px rgba(2, 6, 23, .35);
  padding: 24px;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mbus-password-change-v144-kicker {
  color: #2563eb;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mbus-password-change-v144-card h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.mbus-password-change-v144-card p {
  margin: 0 0 14px;
  color: #64748b;
  font-weight: 750;
  line-height: 1.45;
}
.mbus-password-change-v144-email {
  margin-bottom: 14px;
  color: #334155;
  font-size: 13px;
}
.mbus-password-change-v144-card label {
  display: grid;
  gap: 6px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  color: #334155;
  letter-spacing: .06em;
}
.mbus-password-change-v144-card input {
  width: 100%;
  height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 0 14px;
  font-size: 16px;
  color: #0f172a;
  background: #fff;
  outline: none;
}
.mbus-password-change-v144-card input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}
.mbus-password-change-v144-msg {
  min-height: 22px;
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 850;
}
.mbus-password-change-v144-msg.bad { color: #b91c1c; }
.mbus-password-change-v144-msg.ok { color: #047857; }
.mbus-password-change-v144-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 16px;
}
.mbus-password-change-v144-actions button {
  min-height: 42px;
  border-radius: 13px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 950;
  cursor: pointer;
}
.mbus-password-change-v144-actions button.primary {
  border: 0;
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: white;
}
.mbus-password-change-v144-actions button:disabled { opacity: .65; cursor: wait; }


/* v144: Nastavitve - ročna menjava gesla */
.mbus-password-settings-v144 {
  margin: 12px 0 16px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}
.mbus-password-settings-v144 > div:first-child {
  margin-bottom: 10px;
}
.mbus-password-settings-v144 strong {
  display: block;
  font-weight: 950;
  color: #0f172a;
}
.mbus-password-settings-v144 small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-weight: 750;
}
.mbus-password-settings-v144-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 8px;
  align-items: center;
}
.mbus-password-settings-v144 input {
  height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 12px;
  color: #0f172a;
  background: #fff;
  font-weight: 750;
}
.mbus-password-settings-v144 button {
  height: 40px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: white;
  font-weight: 950;
  cursor: pointer;
}
.mbus-password-settings-v144-msg {
  min-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 850;
}
.mbus-password-settings-v144-msg.bad { color: #b91c1c; }
.mbus-password-settings-v144-msg.ok { color: #047857; }
@media (max-width: 900px) {
  .mbus-password-settings-v144-grid {
    grid-template-columns: 1fr;
  }
}
