/* L5 shell / mapping / pipeline extras — 独立前缀，避免覆盖旧样式 */
.api-intel-l5-badge {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 12px;
  color: #7a2e0e;
  background: #fff1e6;
  border: 1px solid #f0c7a8;
}

.api-intel-l5-badge[hidden] {
  display: none !important;
}

.api-intel-l5-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.api-intel-l5-table th,
.api-intel-l5-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.45rem 0.35rem;
  text-align: left;
  vertical-align: top;
}
.api-intel-l5-pipe-steps {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.api-intel-l5-pipe-step {
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
}
.api-intel-l5-pipe-step.is-done { border-color: #86efac; }
.api-intel-l5-pipe-step.is-failed { border-color: #fca5a5; }
.api-intel-l5-pipe-step.is-running { border-color: #93c5fd; }
.api-intel-l5-pipe-step.is-skipped { opacity: 0.65; }
.api-intel-l5-drawer {
  margin-top: 0.75rem;
}
.api-intel-notify-grid {
  display: grid;
  gap: 0.5rem;
}
