.tf-safety-brief-card h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.tf-safety-brief-card p {
  margin: 0;
  color: var(--ash);
  font-size: 13px;
  line-height: 1.45;
}

.tf-safety-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(140, 106, 62, 0.14);
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
}

.tf-safety-actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tf-safety-ack-state {
  font-size: 12px;
  color: var(--muted);
}

.tf-safety-note {
  margin-top: 8px;
  font-size: 11px;
  color: var(--muted);
}

.tf-safety-context {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tf-safety-context span {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--ash);
  background: rgba(181, 183, 185, 0.1);
}

.tf-safety-manager-grid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.tf-safety-manager-card {
  border: 1px solid rgba(181, 183, 185, 0.16);
  border-radius: 10px;
  padding: 10px;
  background: rgba(14, 16, 19, 0.45);
}

.tf-safety-manager-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--ash);
  margin-bottom: 6px;
}

.tf-safety-manager-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}

.tf-safety-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.tf-safety-columns h4 {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--ash);
}

.tf-safety-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.tf-safety-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  border-bottom: 1px solid rgba(181, 183, 185, 0.08);
  padding-bottom: 6px;
}

.tf-safety-list li strong {
  color: var(--ash);
  font-weight: 600;
}

.tf-safety-empty {
  font-size: 12px;
  color: var(--muted);
}

.tf-safety-log-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.tf-safety-log-item {
  border: 1px solid rgba(181, 183, 185, 0.12);
  border-radius: 10px;
  padding: 10px;
  background: rgba(14, 16, 19, 0.38);
}

.tf-safety-log-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}

.tf-safety-log-head strong {
  color: #fff;
}

.tf-safety-log-head span {
  color: var(--muted);
  white-space: nowrap;
}

.tf-safety-log-meta {
  margin-top: 6px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
}

@media (min-width: 860px) {
  .tf-safety-columns {
    grid-template-columns: 1fr 1fr;
  }

  .tf-safety-manager-grid {
    grid-template-columns: 1fr 1fr;
  }
}
