@charset "UTF-8";
.icon-config[data-v-39c42e75] {
  color: #1469FC;
  font-size: 18px;
  cursor: pointer;
}

/* 使用页面通用 cs-* 样式，保留最小覆盖 */
.cs-claim-item[data-v-39c42e75] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4px 0;
}
.cs-tree-indent[data-v-39c42e75] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  min-width: 16px;
}
.cs-expand-icon[data-v-39c42e75] {
  cursor: pointer;
  color: #6b7280;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 6px;
  position: relative;
}
.cs-expand-icon[data-v-39c42e75]:hover {
  color: #3b82f6;
}
.cs-arrow-right[data-v-39c42e75]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.cs-arrow-down[data-v-39c42e75]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) rotate(90deg);
          transform: translate(-50%, -50%) rotate(45deg) rotate(90deg);
}
.cs-tree-spacer[data-v-39c42e75] {
  width: 12px;
  height: 1px;
}
.cs-claim-item__content[data-v-39c42e75] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.cs-selected-item[data-v-39c42e75] {
  cursor: pointer;
  background: #F5F9FF;
  border-bottom: 1px solid #3b82f6;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* hovered 状态：显示背景和圆角，但不显示下边线（除非同时被选中） */
.cs-hovered[data-v-39c42e75] {
  cursor: pointer;
  background: #F5F9FF;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: none;
}

/* 如果同时 hovered 且 selected，则仍然显示下边线 */
.cs-selected-item.cs-hovered[data-v-39c42e75] {
  border-bottom: 1px solid #3b82f6;
}
.cs-claim-header[data-v-39c42e75] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs-claim-text[data-v-39c42e75] {
  font-size: 16px;
  color: #1f2937;
  line-height: 1.6;
  font-weight: 500;
}
.cs-claim-actions[data-v-39c42e75] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.cs-add-btn[data-v-39c42e75] {
  padding: 4px 8px;
  background-color: none;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  border: none;
}

/* .cs-add-btn:hover {
  background-color: #2563eb;
} */
.cs-invention-point[data-v-39c42e75] {
  font-size: 14px;
  padding: 4px 40px;
  border-radius: 6px;
  position: relative;
  /* border-left: 2px solid #e5e7eb; */
}

/* +号按钮样式，仅hover时显示 */
.cs-plus-btn[data-v-39c42e75] {
  display: none;
  position: absolute;
  right: 20px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #16a34a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cs-invention-point .cs-plus-btn[data-v-39c42e75] {
  display: inline-block;
}
.cs-children[data-v-39c42e75] {
  margin-left: 16px;
}
.cs-po-header[data-v-c6f421c6]:hover {
  background: #F5F9FF;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-po-header[data-v-c6f421c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  cursor: pointer;
}
.cs-po-title-area[data-v-c6f421c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-arrow-right[data-v-c6f421c6]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.cs-expand-icon[data-v-c6f421c6] {
  cursor: pointer;
  color: #6b7280;
  font-size: 16px;
  margin-right: 8px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}
.cs-expand-icon[data-v-c6f421c6]:hover {
  color: #3b82f6;
}
.cs-arrow-down[data-v-c6f421c6]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) rotate(90deg);
          transform: translate(-50%, -50%) rotate(45deg) rotate(90deg);
}
.cs-po-title[data-v-c6f421c6] {
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.cs-po-type[data-v-c6f421c6] {
  margin-left: 8px;
  padding: 4px 10px;
  background: #E4E7EE;
  color: #787C8B;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 12px;
}
.cs-po-stats[data-v-c6f421c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cs-po-stats:focus cs-selected-item[data-v-c6f421c6] {
  background: #F5F9FF;
  border-bottom: 1px solid #3b82f6;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-btn-stats[data-v-c6f421c6] {
  white-space: nowrap;
  background: #22c55e;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px;
}
.cs-claims-count[data-v-c6f421c6] {
  font-size: 14px;
  white-space: nowrap;
  color: #2B2B2B;
}
.cs-tree-children[data-v-c6f421c6] {
  padding: 0;
}
.cs-tree-structure[data-v-c6f421c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cs-btn-primary[data-v-c6f421c6] {
  background: #1469FC;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  padding: 10px;
}
.claims-tree-container[data-v-c19fb85e] {
  width: 100%;
}
.empty-state[data-v-c19fb85e] {
  text-align: center;
  color: #888;
}
.protection-object-card[data-v-c19fb85e] {
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #DCDFE6;
}
.protection-object-card[data-v-c19fb85e]:after {
  background: #F5F9FF;
  border-bottom: 1px solid #3b82f6;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
