.top5-marker {
  background: #111827;
  color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.job-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #e5e7eb;
  color: #1f2937;
}

.job-pill.job-pending {
  background: #fde68a;
  color: #92400e;
}

.job-pill.job-running {
  background: #bfdbfe;
  color: #1d4ed8;
}

.job-pill.job-done {
  background: #bbf7d0;
  color: #166534;
}

.job-pill.job-failed {
  background: #fecaca;
  color: #b91c1c;
}

/* Enterprise UI 2026 */

.app-shell {
  position: relative;
}

header {
  position: relative;
  overflow: visible;
  justify-content: flex-start;
  gap: 12px;
  z-index: 1200;
}

header::after {
  content: none;
}

.header-title-block {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  transition: transform 0.28s ease;
  will-change: transform;
}

body.portal-drawer-open .header-title-block {
  transform: translateX(clamp(140px, 16vw, 220px));
}

.header-brand-image {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
}
