
.route-track::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1976d2, #61a5df, #ffc107);
}

.route-track i {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #cfe0f4;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 22px rgba(18, 60, 124, 0.13);
}

.route-track i::after {
  color: #063b77;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.route-track i:nth-child(1)::after { content: "IN"; }
.route-track i:nth-child(2)::after { content: "CAP"; font-size: 11px; }
.route-track i:nth-child(3)::after { content: "P1"; }
.route-track i:nth-child(4)::after { content: "AHT"; font-size: 11px; }
.route-track i:nth-child(5)::after { content: "GO"; }

.route-track i:nth-child(5) {
  border-color: #f5c84c;
  background: #fff7dc;
}

.queue-matrix {
  position: absolute;
  top: 162px;
  right: 28px;
  width: min(292px, 46%);
  display: grid;
  gap: 7px;
}

.queue-matrix span,
.ticket-card-stack span {
  padding: 9px 11px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #d6e5f7;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  color: #5f6f8a;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(18, 60, 124, 0.08);
}

.queue-matrix b,
.ticket-card-stack b {
  color: #063b77;
}

.editor-chips {
  position: absolute;
  left: 34px;
  top: 162px;
  display: flex;
  gap: 7px;
}

.editor-chips i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #d7e6f6;
  border-radius: 50%;
  background: #f5fbff;
  color: #063b77;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.routing-steps {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.routing-steps span {
  padding: 11px 8px;
  border: 1px solid #d6e5f7;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #edf6ff);
  color: #0f4c8a;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 10px 20px rgba(18, 60, 124, 0.08);
}

.kpi-visual {
  padding: 12px;
  place-items: center;
  align-content: center;
  background: #ffffff;
}

.kpi-visual::before {
  display: none;
}

.kpi-flow-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  border-radius: 16px;
}

.bar-meter {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 160px;
  height: 86px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.bar-meter i {
  flex: 1;
  min-height: 18px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #d9f99d, #38bdf8);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.bar-meter .bar-one {
  height: 42%;
}

.bar-meter .bar-two {
  height: 68%;
}

.bar-meter .bar-three {
  height: 54%;
}

.bar-meter .bar-four {
  height: 82%;
}

.bar-meter .bar-five {
  height: 61%;
}

.kpi-scorecard {
  position: absolute;
  top: 32px;
  left: 22px;
  width: 154px;
  padding: 12px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: #102a43;
}

.kpi-scorecard span,
.kpi-scorecard small {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
}

.kpi-scorecard strong {
  color: #06112b;
  font-size: 26px;
  line-height: 1;
}
