.aih-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.aih-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

.aih-pill--started   { color: var(--rz-info);    background: color-mix(in srgb, var(--rz-info) 10%, transparent); }
.aih-pill--completed { color: var(--rz-success); background: color-mix(in srgb, var(--rz-success) 10%, transparent); }
.aih-pill--failed    { color: var(--rz-danger);  background: color-mix(in srgb, var(--rz-danger) 10%, transparent); }
.aih-pill--agentmissing { color: var(--rz-warning); background: color-mix(in srgb, var(--rz-warning) 10%, transparent); }
