.tree-card[data-v-6c216604] .ant-card-head {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px;
  min-height: 44px;
}
.tree-card[data-v-6c216604] .ant-card-body {
  padding: 8px 4px;
  min-height: 420px;
}
.card-title[data-v-6c216604] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
}
.title-icon[data-v-6c216604] {
  color: #1868AE;
  font-size: 16px;
}
.tree-system-node[data-v-6c216604] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 8px 4px 0;
}
.tree-system-name[data-v-6c216604] {
  font-size: 14px;
  font-weight: 600;
  color: #1868AE;
}
.tree-node[data-v-6c216604] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 8px 4px 0;
  border-radius: 4px;
  transition: background 0.15s;
}
.tree-node[data-v-6c216604]:hover {
  background: rgba(24, 104, 174, 0.06);
}
.tree-node.selected[data-v-6c216604] {
  background: rgba(24, 104, 174, 0.1);
}
.tree-node-content[data-v-6c216604] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  cursor: pointer;
}
.tree-node-name[data-v-6c216604] {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  white-space: nowrap;
}
.tree-node-code[data-v-6c216604] {
  font-size: 12px;
  color: #8c8c8c;
  background: #f5f5f5;
  padding: 1px 8px;
  border-radius: 3px;
  white-space: nowrap;
}
.tree-node-action[data-v-6c216604] {
  color: #bfbfbf;
  font-size: 16px;
  padding: 4px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: all 0.15s;
  cursor: pointer;
}
.tree-node-action[data-v-6c216604]:hover {
  color: #1868AE;
  background: rgba(24, 104, 174, 0.1);
}
.tree-empty[data-v-6c216604] {
  margin-top: 60px;
}
.form-card[data-v-6c216604] .ant-card-head {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px;
  min-height: 44px;
}

