
#engageSection {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header */
#engageSection .engage-header {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 150px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 4px;
}

#engageSection .engage-header > div {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 8px;
}

/* Rows */
#engageSection .engage-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 150px;
  width: 100%;
  box-sizing: border-box;
  align-items: stretch;
  min-height: 10px;
  border-bottom: 1px solid #f1f5f9;
}

/* Cells */
#engageSection .engage-question {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  padding: 12px 16px 12px 0;
}

#engageSection .engage-bar-cell {
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

#engageSection .engage-bar-track {
  flex: 1;
  height: 15px;
  background: #f1f5f9;
  border-radius: 4px;
}

#engageSection .engage-bar-fill {
  height: 100%;
  border-radius: 4px;
}

#engageSection .engage-bar-label {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  min-width: 36px;
}

#engageSection .engage-bench {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  padding: 8px 8px 8px 16px;
  display: flex;
  align-items: center;
}

/* Delta */
#engageSection .engage-delta-pos { color: #2f7f3b; margin-left: 4px; font-size: 11px; }
#engageSection .engage-delta-neg { color: #e41f26; margin-left: 4px; font-size: 11px; }
#engageSection .engage-delta-zero { color: #f6c33b; margin-left: 4px; font-size: 11px; }
/* Legend */
#engageSection .engage-legend {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: #374151;
}

#engageSection .engage-legend-dot {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  display: inline-block;
}
