.cabinet-empty-text {
  font-size: 13px;
  line-height: 1.1;
  color: var(--text-secondary);
}

.profile-card {
  display: grid;
  gap: 10px;
}

.load-high {
  color: var(--danger);
  font-weight: 600;
}

.load-low {
  color: #6b7280;
}

.load-normal {
  color: #1f2937;
}

.counter {
  background: #3b82f6;
  color: #ffffff;
  border-radius: 999px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.selected-users {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.selected-user-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  background: #eef2ff;
  color: #334155;
}

.selected-user-empty {
  font-size: 12px;
  color: var(--text-secondary);
}

button.back {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d1d5db;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  min-height: 36px;
  font-weight: 500;
  white-space: nowrap;
  box-sizing: border-box;
  flex-shrink: 0;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

button.back:active {
  transform: scale(0.98);
}

button.back span {
  display: inline-block;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.status-error {
  color: #dc2626;
}

.empty--inline {
  padding: 8px 0;
}
