.goal-status {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #eef6ff;
  color: #2563eb;
}

.goal-status.completed {
  background: #dcfce7;
  color: #15803d;
}

.goal-status.behind {
  background: #ffedd5;
  color: #c2410c;
}

.goal-status.track {
  background: #e0f2fe;
  color: #0369a1;
}

.goal-highlight {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #d8e8ff;
}

.goal-history-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.goal-success-box {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-weight: bold;
}

.goal-soft-note {
  color: #5f89b7;
  margin: 6px 0;
}