body {
  font-family: system-ui, sans-serif;
  max-width: 640px;
  margin: 4rem auto;
  padding: 0 1rem;
  color: #1a1a1a;
}

h1 {
  margin-bottom: 0.5rem;
}

.workspace-header {
  margin-bottom: 2rem;
}

.firm-name {
  color: #666;
  margin-bottom: 0;
}

section {
  margin-bottom: 2rem;
}

.engagement-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.engagement-meta {
  color: #666;
  font-size: 0.9em;
  margin-top: 0.25rem;
}

.placeholder {
  color: #888;
  font-style: italic;
}

.counts-row {
  display: flex;
  gap: 1rem;
}

.count-tile {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.count-value {
  font-size: 1.5rem;
  font-weight: bold;
}

.count-label {
  color: #666;
  font-size: 0.85em;
}

.activity-item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}

.activity-time {
  color: #999;
  font-size: 0.85em;
}

.engagement-card.selected {
  border-color: #1a1a1a;
  border-width: 2px;
}

.request-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.request-card ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.status-badge {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85em;
  background: #eee;
}

.status-pending, .status-needs_better_copy {
  background: #fff3cd;
}

.status-received {
  background: #cfe2ff;
}

.status-approved {
  background: #d1e7dd;
}

.status-rejected {
  background: #f8d7da;
}

.checklist-item-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.checklist-item-row .item-label {
  flex: 1;
}
