/* central-v134-13-pipeline-hover-card */
.mpd-pipeline-hover-card{
  --mpd-pipeline-project-color:#6ea8ff;
  --mpd-pipeline-arrow-x:50%;
  position:fixed;
  z-index:2147482400;
  width:min(292px,calc(100vw - 20px));
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(5px) scale(.975);
  transition:opacity .15s ease,transform .18s cubic-bezier(.2,.8,.2,1),visibility .15s ease;
  filter:drop-shadow(0 18px 38px rgba(0,0,0,.34));
}
.mpd-pipeline-hover-card.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.mpd-pipeline-hover-inner{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.24);
  border-radius:16px;
  background:
    radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--mpd-pipeline-project-color) 18%,transparent),transparent 48%),
    linear-gradient(160deg,rgba(21,34,55,.985),rgba(8,18,32,.985));
  color:#f8fbff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 45px rgba(2,8,23,.28);
  backdrop-filter:blur(18px) saturate(1.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.15);
}
.mpd-pipeline-hover-accent{
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,var(--mpd-pipeline-project-color),color-mix(in srgb,var(--mpd-pipeline-project-color) 35%,transparent));
  box-shadow:0 0 18px color-mix(in srgb,var(--mpd-pipeline-project-color) 55%,transparent);
}
.mpd-pipeline-hover-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 12px 9px 14px;
  border-bottom:1px solid rgba(148,163,184,.14);
}
.mpd-pipeline-hover-project{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  overflow:hidden;
  color:#f8fbff;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mpd-pipeline-hover-project>i{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--mpd-pipeline-project-color);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--mpd-pipeline-project-color) 16%,transparent),0 0 12px color-mix(in srgb,var(--mpd-pipeline-project-color) 68%,transparent);
}
.mpd-pipeline-hover-stage{
  flex:0 0 auto;
  max-width:104px;
  overflow:hidden;
  padding:4px 7px;
  border:1px solid rgba(148,163,184,.16);
  border-radius:999px;
  background:rgba(148,163,184,.09);
  color:#aebbd0;
  font-size:8px;
  font-weight:800;
  line-height:1;
  letter-spacing:.06em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.mpd-pipeline-hover-update{padding:10px 12px 11px 14px}
.mpd-pipeline-hover-label{
  display:block;
  margin-bottom:5px;
  color:#7fa9f5;
  font-size:8px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.mpd-pipeline-hover-update strong{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:1.32;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mpd-pipeline-hover-update p{
  display:-webkit-box;
  margin:4px 0 0;
  overflow:hidden;
  color:#aebbd0;
  font-size:10.5px;
  font-weight:500;
  line-height:1.38;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.mpd-pipeline-hover-update.is-loading strong,.mpd-pipeline-hover-update.is-loading p{position:relative;color:transparent}
.mpd-pipeline-hover-update.is-loading strong::after,.mpd-pipeline-hover-update.is-loading p::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:6px;
  background:linear-gradient(90deg,rgba(148,163,184,.08),rgba(148,163,184,.18),rgba(148,163,184,.08));
  background-size:200% 100%;
  animation:mpdPipelineShimmer 1.2s linear infinite;
}
.mpd-pipeline-hover-update.is-loading p::after{width:76%}
.mpd-pipeline-hover-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:8px 12px 9px 14px;
  border-top:1px solid rgba(148,163,184,.14);
  background:rgba(3,11,24,.34);
}
.mpd-pipeline-health{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:0;
  color:#cbd5e1;
  font-size:8.5px;
  font-weight:850;
  line-height:1;
  white-space:nowrap;
}
.mpd-pipeline-health>i{width:6px;height:6px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.12)}
.mpd-pipeline-health.is-on-track{color:#7de2ad}.mpd-pipeline-health.is-on-track>i{background:#2bd27f;box-shadow:0 0 0 3px rgba(43,210,127,.13)}
.mpd-pipeline-health.is-watching{color:#f7c86b}.mpd-pipeline-health.is-watching>i{background:#f0ad2f;box-shadow:0 0 0 3px rgba(240,173,47,.14)}
.mpd-pipeline-health.is-delayed{color:#ff9d74}.mpd-pipeline-health.is-delayed>i{background:#f9734f;box-shadow:0 0 0 3px rgba(249,115,79,.14)}
.mpd-pipeline-health.is-blocked{color:#ff8794}.mpd-pipeline-health.is-blocked>i{background:#ef4057;box-shadow:0 0 0 3px rgba(239,64,87,.15)}
.mpd-pipeline-health.is-completed{color:#82b4ff}.mpd-pipeline-health.is-completed>i{background:#4f8ff7;box-shadow:0 0 0 3px rgba(79,143,247,.14)}
.mpd-pipeline-moved{
  min-width:0;
  overflow:hidden;
  color:#8190a6;
  font-size:8.5px;
  font-weight:700;
  line-height:1;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mpd-pipeline-hover-arrow{
  position:absolute;
  left:var(--mpd-pipeline-arrow-x);
  width:12px;
  height:12px;
  border-right:1px solid rgba(148,163,184,.24);
  border-bottom:1px solid rgba(148,163,184,.24);
  background:#0d192a;
  transform:translateX(-50%) rotate(45deg);
}
.mpd-pipeline-hover-card[data-placement="top"] .mpd-pipeline-hover-arrow{bottom:-6px}
.mpd-pipeline-hover-card[data-placement="bottom"] .mpd-pipeline-hover-arrow{top:-6px;transform:translateX(-50%) rotate(225deg)}
@keyframes mpdPipelineShimmer{to{background-position:-200% 0}}
@media(max-width:720px){.mpd-pipeline-hover-card{display:none!important}}
@media(prefers-reduced-motion:reduce){.mpd-pipeline-hover-card{transition:none}.mpd-pipeline-hover-update.is-loading strong::after,.mpd-pipeline-hover-update.is-loading p::after{animation:none}}
