@charset "UTF-8";
/* 引入 Remixicon 图标库 */
*[data-v-3c07f16c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 全局滚动条样式 */
[data-v-3c07f16c]::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
[data-v-3c07f16c]::-webkit-scrollbar-track {
  background: transparent;
}
[data-v-3c07f16c]::-webkit-scrollbar-thumb {
  background: rgba(203, 213, 225, 0.5);
  border-radius: 4px;
}
[data-v-3c07f16c]::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 163, 184, 0.5);
}
.disclosure-comparison-container[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #f9fafb;
  color: #2b2b2b;
}
.disclosure-comparison-container .flex-col[data-v-3c07f16c] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}
.disclosure-comparison-container .flex-1[data-v-3c07f16c] {
  height: 100%;
}
.compareSection[data-v-3c07f16c] {
  height: 100%;
  background-color: #f9fafb;
  width: 100%;
}
.left-comparison-section[data-v-3c07f16c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  background-color: #f9fafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.comparison-header[data-v-3c07f16c] {
  height: 60px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
}
.header-content[data-v-3c07f16c] {
  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;
}
.comparison-title[data-v-3c07f16c] {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
}
.creation-date[data-v-3c07f16c] {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
.card-wrap[data-v-3c07f16c] {
  padding: 20px;
  overflow: auto;
  height: calc(100% - 60px);
}
.comparison-file-card[data-v-3c07f16c] {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 1px 1px 20px 1px rgba(0, 85, 164, 0.06);
  padding: 1rem;
  margin-bottom: 1rem;
}
.comparison-file-card[data-v-3c07f16c]:last-child {
  margin-bottom: 0;
}
.file-title[data-v-3c07f16c] {
  font-weight: 500;
  margin-bottom: 0.5rem;
  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;
}
.file-title span[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.file-title .title[data-v-3c07f16c]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 8px;
}
.closest-art-btn-container[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.closest-art-btn-container input[type=radio][data-v-3c07f16c] {
  display: none;
}
.closest-art-btn[data-v-3c07f16c] {
  background: transparent;
  color: #6b7280;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  font-weight: 500;
}
.closest-art-btn[data-v-3c07f16c]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #4b5563;
}
.closest-art-btn.closest-art-selected[data-v-3c07f16c] {
  background: rgba(252, 204, 21, 0.3) !important;
  color: #2b2b2b !important;
  font-weight: 500;
}
.closest-art-btn.closest-art-selected i[data-v-3c07f16c] {
  color: #fccc15;
}
.comparison-table-container[data-v-3c07f16c] {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.comparison-table[data-v-3c07f16c] {
  min-width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table .table-header[data-v-3c07f16c] {
  background-color: #f3f4f6;
}
.comparison-table .table-header th[data-v-3c07f16c] {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-weight: 500;
  color: #374151;
  border: 1px solid #e5e7eb;
}
.comparison-table td[data-v-3c07f16c] {
  padding: 0.5rem 0.75rem;
  vertical-align: top;
  border: 1px solid #e5e7eb;
}
.comparison-table .category-cell[data-v-3c07f16c] {
  font-weight: 500;
  background-color: #f9fafb;
}
.comparison-table .difference-cell[data-v-3c07f16c] {
  background-color: #eff6ff;
}
.comparison-table .difference-cell .comparison-list li[data-v-3c07f16c] {
  min-height: 32px;
  height: auto;
}
.comparison-table .difference-checkbox-cell[data-v-3c07f16c] {
  width: 116px;
  text-align: center;
}
.comparison-table .difference-checkbox-cell .comparison-list li input[data-v-3c07f16c] {
  position: relative;
  top: 3px;
}
.comparison-table .blue-text[data-v-3c07f16c] {
  color: #1e40af;
}
.comparison-table .comparison-list[data-v-3c07f16c] {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.comparison-table .comparison-list li[data-v-3c07f16c] {
  line-height: 1.5;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0rem;
  min-height: 32px;
  display: list-item;
}
.comparison-table .comparison-list li[data-v-3c07f16c]:not(:last-child) {
  margin-bottom: 0.5rem;
}
.comparison-table .substantial-diff-checkbox[data-v-3c07f16c] {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

/* 右侧结论区域 */
.right-conclusion-section[data-v-3c07f16c] {
  width: 33.333333%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  border-left: 1px solid #dcdfe6;
}
.conclusion-content[data-v-3c07f16c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.conclusion-container[data-v-3c07f16c] {
  background-color: white;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 1rem;
  padding-bottom: 80px;
}
.conclusion-header[data-v-3c07f16c] {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conclusion-title[data-v-3c07f16c] {
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conclusion-title i[data-v-3c07f16c] {
  margin-right: 0.5rem;
  color: #1469FC;
  font-size: 22px;
}
.compareWordList[data-v-3c07f16c] {
  margin-bottom: 32px;
}
.compareWordList .wordTitle[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.compareWordList .wordTitle img[data-v-3c07f16c] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.compareWordList .wordTitle span[data-v-3c07f16c] {
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.compareWordList .wordContent[data-v-3c07f16c] {
  width: 100%;
  background: #e8f3ff;
  border-radius: 8px;
  padding: 16px 20px 6px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.compareWordList .wordContent p[data-v-3c07f16c] {
  font-weight: 400;
  font-size: 14px;
  color: #2863c9;
  line-height: 40px;
  cursor: pointer;
  line-height: 18px;
  padding-bottom: 10px;
}
.compareWordList .wordContent p[data-v-3c07f16c]:hover {
  color: #0054e5;
}
.conclusion-card[data-v-3c07f16c] {
  margin-bottom: 1.5rem;
}
.novelty-section[data-v-3c07f16c],
.creativity-section[data-v-3c07f16c] {
  margin-bottom: 1.5rem;
}
.novelty-section .noveltyTitle[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.novelty-section .noveltyTitle img[data-v-3c07f16c] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.novelty-section .noveltyTitle span[data-v-3c07f16c] {
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.creativity-section .creativityTitle[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.creativity-section .creativityTitle img[data-v-3c07f16c] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.creativity-section .creativityTitle span[data-v-3c07f16c] {
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.innovativenessContent .issue-action[data-v-3c07f16c] {
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.innovativenessContent .issue-action[data-v-3c07f16c]:hover {
  color: #0054e5;
}
.section-title[data-v-3c07f16c] {
  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;
  margin-bottom: 0.75rem;
  font-size: 14px;
  font-weight: bold;
}
.section-title .noveltyTitle[data-v-3c07f16c] .ak-icon {
  padding: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.section-title .noveltyTitle[data-v-3c07f16c] .ak-icon i {
  font-size: 16px;
  color: #67a9ff;
}
.edit-btn[data-v-3c07f16c] {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: #2b2b2b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-btn i[data-v-3c07f16c] {
  margin-right: 0.25rem;
}
.edit-btn[data-v-3c07f16c]:hover {
  color: #1469FC;
}
.novelty-content[data-v-3c07f16c] {
  background-color: #f3f9ff;
  padding: 16px;
  padding-bottom: 6px;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.creativity-content[data-v-3c07f16c] {
  background-color: #f0fdf4;
  padding: 16px;
  padding-bottom: 6px;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.editable-content p[data-v-3c07f16c] {
  margin-bottom: 16px;
}
.conclusion-text[data-v-3c07f16c] {
  font-weight: 500;
  margin-bottom: 16px;
}
.file-conclusion[data-v-3c07f16c],
.closest-file-conclusion[data-v-3c07f16c],
.unique-diffs[data-v-3c07f16c] {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
.file-conclusion[data-v-3c07f16c] {
  border-left: 4px solid #c2dfff;
}
.closest-file-conclusion[data-v-3c07f16c],
.unique-diffs[data-v-3c07f16c] {
  border-left: 4px solid #b7e9c7;
}
.file-title-text[data-v-3c07f16c] {
  font-weight: 500;
  color: #374151;
}
.diff-list[data-v-3c07f16c] {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  color: #4b5563;
}
.diff-list li[data-v-3c07f16c] {
  margin-bottom: 0.25rem;
  text-align: justify; /* 新增，两端对齐 */
  text-justify: inter-ideograph; /* 针对中文优化 */
}
.explanation-text[data-v-3c07f16c] {
  margin-top: 0.25rem;
  color: #4b5563;
}
.final-conclusion[data-v-3c07f16c] {
  font-weight: 500;
  margin-top: 1rem;
}

/* 修改建议 */
.suggestions-card[data-v-3c07f16c] {
  padding: 16px;
  background: #e8f3ff;
  border-radius: 8px;
}
.suggestions-header[data-v-3c07f16c] {
  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;
  margin-bottom: 12px;
}
.suggestions-header .suggestedModificationsTitle[data-v-3c07f16c] {
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.suggestions-header .suggestions-actions[data-v-3c07f16c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suggestions-display[data-v-3c07f16c] {
  white-space: pre-wrap;
  text-align: justify; /* 新增，两端对齐 */
  text-justify: inter-ideograph; /* 针对中文优化 */
}
.suggestions-edit .suggestions-textarea[data-v-3c07f16c] {
  width: 100%;
  height: 8rem;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  resize: none;
}
.suggestions-edit .suggestions-textarea[data-v-3c07f16c]:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* 操作按钮 */
.action-buttons[data-v-3c07f16c] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  -webkit-box-shadow: 0px -2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px -2px 6px 1px rgba(0, 85, 164, 0.06);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.generate-report-btn[data-v-3c07f16c],
.modify-disclosure-btn[data-v-3c07f16c] {
  width: 112px;
  height: 36px;
  padding: 0.5rem;
  font-size: 14px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.generate-report-btn i[data-v-3c07f16c],
.modify-disclosure-btn i[data-v-3c07f16c] {
  margin-right: 0.25rem;
}
.generate-report-btn[data-v-3c07f16c] {
  background-color: #1469FC;
  color: white;
}
.generate-report-btn[data-v-3c07f16c]:hover {
  background-color: #1d4ed8;
}
.modify-disclosure-btn[data-v-3c07f16c] {
  background-color: rgb(252, 204, 21);
}
.modify-disclosure-btn[data-v-3c07f16c]:hover {
  background-color: rgb(252, 184, 11);
}

/* 可编辑样式 */
[contenteditable=true][data-v-3c07f16c] {
  border: 1px dashed #3b82f6;
  border-radius: 4px;
  padding: 4px;
  background-color: rgba(59, 130, 246, 0.05);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[contenteditable=true][data-v-3c07f16c]:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  background-color: rgba(59, 130, 246, 0.1);
}
[contenteditable=true][data-v-3c07f16c]:hover {
  background-color: rgba(59, 130, 246, 0.08);
}

/* 结论内部动态样式 */
.novelty-content .conclusion-summary,
.creativity-content .conclusion-summary {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.novelty-content .status-good,
.creativity-content .status-good {
  color: #16a34a;
  font-weight: 700;
}
.novelty-content .status-bad,
.creativity-content .status-bad {
  color: #dc2626;
  font-weight: 700;
}
.novelty-content .reason-block,
.creativity-content .reason-block {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
.novelty-content .reason-block.positive,
.creativity-content .reason-block.positive {
  border-left: 4px solid #93c5fd;
}
.novelty-content .reason-block.negative,
.creativity-content .reason-block.negative {
  border-left: 4px solid #fca5a5;
}
.novelty-content .reason-title,
.creativity-content .reason-title {
  font-weight: 500;
  color: #374151;
}
.novelty-content .reason-title span,
.creativity-content .reason-title span {
  font-weight: 700;
}
.novelty-content .reason-list,
.creativity-content .reason-list {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  color: #4b5563;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.novelty-content .reason-explanation,
.creativity-content .reason-explanation {
  margin-top: 0.25rem;
  color: #4b5563;
}
.novelty-content .conclusion-final,
.creativity-content .conclusion-final {
  margin-top: 1rem;
  font-weight: 500;
}

