@charset "UTF-8";
*[data-v-d7abf70c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 全局滚动条样式 */
[data-v-d7abf70c]::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
[data-v-d7abf70c]::-webkit-scrollbar-track {
  background: transparent;
}
[data-v-d7abf70c]::-webkit-scrollbar-thumb {
  background: rgba(203, 213, 225, 0.5);
  border-radius: 4px;
}
[data-v-d7abf70c]::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 163, 184, 0.5);
}
.disclosure-comparison-container[data-v-d7abf70c] {
  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-d7abf70c] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}
.disclosure-comparison-container .flex-1[data-v-d7abf70c] {
  height: 100%;
}
.compareSection[data-v-d7abf70c] {
  height: 100%;
  background-color: #f9fafb;
  width: 100%;
}
.left-comparison-section[data-v-d7abf70c] {
  -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-d7abf70c] {
  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);
  z-index: 1;
}
.header-content[data-v-d7abf70c] {
  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-d7abf70c] {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  caret-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 180px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
.creation-date[data-v-d7abf70c] {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
.card-wrap[data-v-d7abf70c] {
  padding: 20px;
  overflow: auto;
  height: calc(100% - 60px);
}
.comparison-file-card[data-v-d7abf70c] {
  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-d7abf70c]:last-child {
  margin-bottom: 0;
}
.file-title[data-v-d7abf70c] {
  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-d7abf70c] {
  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-d7abf70c] {
  max-width: 88%;
  cursor: pointer;
}
.file-title .title[data-v-d7abf70c]:hover {
  color: #1469FC;
  text-decoration: underline;
}
.file-title .title[data-v-d7abf70c]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 8px;
}
.closest-art-btn-container[data-v-d7abf70c] {
  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-d7abf70c] {
  display: none;
}
.closest-art-btn[data-v-d7abf70c] {
  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.disabled[data-v-d7abf70c] {
  cursor: default;
}
.closest-art-btn[data-v-d7abf70c]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #4b5563;
}
.closest-art-btn.closest-art-selected[data-v-d7abf70c] {
  background: rgba(252, 204, 21, 0.3) !important;
  color: #2b2b2b !important;
  font-weight: 500;
}
.closest-art-btn.closest-art-selected i[data-v-d7abf70c] {
  color: #FC9F14;
}
.comparison-table-container[data-v-d7abf70c] {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.comparison-table[data-v-d7abf70c] {
  min-width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table .table-header[data-v-d7abf70c] {
  background-color: #f3f4f6;
}
.comparison-table .table-header th[data-v-d7abf70c] {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-weight: 500;
  color: #374151;
  border: 1px solid #e5e7eb;
}
.comparison-table td[data-v-d7abf70c] {
  padding: 0.5rem 0.75rem;
  vertical-align: top;
  border: 1px solid #e5e7eb;
}
.comparison-table .category-cell[data-v-d7abf70c] {
  font-weight: 500;
  background-color: #f9fafb;
}
.comparison-table .difference-cell[data-v-d7abf70c] {
  background-color: #eff6ff;
}
.comparison-table .difference-cell .comparison-list li[data-v-d7abf70c] {
  min-height: 32px;
  height: auto;
}
.comparison-table .difference-cell .comparison-list li[data-v-d7abf70c]:hover {
  color: #1469FC;
}
.comparison-table .difference-checkbox-cell[data-v-d7abf70c] {
  width: 116px;
  text-align: center;
}
.comparison-table .difference-checkbox-cell .comparison-list li input[data-v-d7abf70c] {
  position: relative;
  top: 3px;
}
.comparison-table .blue-text[data-v-d7abf70c] {
  color: #1e40af;
}
.comparison-table .comparison-list[data-v-d7abf70c] {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.comparison-table .comparison-list li[data-v-d7abf70c] {
  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-d7abf70c]:hover {
  color: #1469FC;
}
.comparison-table .comparison-list li[data-v-d7abf70c]:not(:last-child) {
  margin-bottom: 0.5rem;
}
.comparison-table .substantial-diff-checkbox[data-v-d7abf70c] {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

/* 右侧结论区域 */
.right-conclusion-section[data-v-d7abf70c] {
  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;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.right-conclusion-section.blur[data-v-d7abf70c] {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.conclusion-content[data-v-d7abf70c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.conclusion-container[data-v-d7abf70c] {
  background-color: white;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 1rem;
  padding-bottom: 80px;
}
.conclusion-header[data-v-d7abf70c] {
  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-d7abf70c] {
  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-d7abf70c] {
  margin-right: 0.5rem;
  color: #1469FC;
  font-size: 22px;
}
.conclusion-card[data-v-d7abf70c] {
  margin-bottom: 1.5rem;
}
.novelty-section[data-v-d7abf70c],
.creativity-section[data-v-d7abf70c] {
  margin-bottom: 1.5rem;
}
.section-title[data-v-d7abf70c] {
  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 .icon-xinyingxing[data-v-d7abf70c] {
  color: #67a9ff;
  margin-right: 4px;
  font-weight: normal;
}
.section-title .icon-sikao[data-v-d7abf70c] {
  color: #54ce78;
  margin-right: 4px;
  font-weight: normal;
}
.section-title .novelty-title[data-v-d7abf70c] {
  color: #1d4ed8;
}
.section-title .creativity-title[data-v-d7abf70c] {
  color: #166534;
}
.edit-btn[data-v-d7abf70c] {
  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-d7abf70c] {
  margin-right: 0.25rem;
}
.edit-btn[data-v-d7abf70c]:hover {
  color: #1469FC;
}
.novelty-content[data-v-d7abf70c] {
  background-color: #f3f9ff;
  padding: 8px 20px;
  padding-bottom: 6px;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.creativity-content[data-v-d7abf70c] {
  background-color: #f0fdf4;
  padding: 8px 20px;
  padding-bottom: 6px;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.editable-content p[data-v-d7abf70c] {
  margin-bottom: 0.75rem;
}
.conclusion-text[data-v-d7abf70c] {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.file-conclusion[data-v-d7abf70c],
.closest-file-conclusion[data-v-d7abf70c],
.unique-diffs[data-v-d7abf70c] {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
.file-conclusion[data-v-d7abf70c] {
  border-left: 4px solid #c2dfff;
}
.closest-file-conclusion[data-v-d7abf70c],
.unique-diffs[data-v-d7abf70c] {
  border-left: 4px solid #b7e9c7;
}
.file-title-text[data-v-d7abf70c] {
  font-weight: 500;
  color: #374151;
}
.diff-list[data-v-d7abf70c] {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  color: #4b5563;
}
.diff-list li[data-v-d7abf70c] {
  margin-bottom: 0.25rem;
  text-align: justify; /* 新增，两端对齐 */
  text-justify: inter-ideograph; /* 针对中文优化 */
}
.explanation-text[data-v-d7abf70c] {
  margin-top: 0.25rem;
  color: #4b5563;
}
.final-conclusion[data-v-d7abf70c] {
  font-weight: 500;
  margin-top: 1rem;
}

/* 修改建议 */
.suggestions-card[data-v-d7abf70c] {
  border-radius: 0.5rem;
  padding: 0.75rem;
  background-color: #eff6ff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.suggestions-header[data-v-d7abf70c] {
  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;
}
.suggestions-header .suggestions-actions[data-v-d7abf70c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suggestions-title[data-v-d7abf70c] {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suggestions-title i[data-v-d7abf70c] {
  color: #f59e0b;
  margin-right: 0.5rem;
}
.suggestions-display[data-v-d7abf70c] {
  padding: 8px;
  white-space: pre-wrap;
  text-align: justify; /* 新增，两端对齐 */
  text-justify: inter-ideograph; /* 针对中文优化 */
}
.suggestions-edit .suggestions-textarea[data-v-d7abf70c] {
  width: 100%;
  height: 24rem;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  resize: none;
}
.suggestions-edit .suggestions-textarea[data-v-d7abf70c]:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* 操作按钮 */
.action-buttons[data-v-d7abf70c] {
  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-d7abf70c],
.modify-disclosure-btn[data-v-d7abf70c] {
  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.return-estimate[data-v-d7abf70c],
.modify-disclosure-btn.return-estimate[data-v-d7abf70c] {
  width: auto;
}
.generate-report-btn i[data-v-d7abf70c],
.modify-disclosure-btn i[data-v-d7abf70c] {
  margin-right: 0.25rem;
}
.generate-report-btn[data-v-d7abf70c] {
  background-color: #1469FC;
  color: white;
}
.generate-report-btn[data-v-d7abf70c]:hover {
  background-color: #1d4ed8;
}
.modify-disclosure-btn[data-v-d7abf70c] {
  background-color: rgb(252, 204, 21);
}
.modify-disclosure-btn[data-v-d7abf70c]:hover {
  background-color: rgb(252, 184, 11);
}

/* 可编辑样式 */
[contenteditable=true][data-v-d7abf70c] {
  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-d7abf70c]:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  background-color: rgba(59, 130, 246, 0.1);
}
[contenteditable=true][data-v-d7abf70c]:hover {
  background-color: rgba(59, 130, 246, 0.08);
}
.c-loading-spinner-wrap[data-v-d7abf70c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2b2b2b;
  margin-top: 24px;
}
.c-loading-spinner[data-v-d7abf70c] {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #1469FC;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin-d7abf70c 1s linear infinite;
          animation: spin-d7abf70c 1s linear infinite;
  display: block;
  margin-right: 12px;
}
@-webkit-keyframes spin-d7abf70c {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-d7abf70c {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
/* 结论内部动态样式 */
.novelty-content .conclusion-summary[data-v-d7abf70c],
.creativity-content .conclusion-summary[data-v-d7abf70c] {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.novelty-content .status-good[data-v-d7abf70c],
.creativity-content .status-good[data-v-d7abf70c] {
  color: #16a34a;
  font-weight: 700;
}
.novelty-content .status-bad[data-v-d7abf70c],
.creativity-content .status-bad[data-v-d7abf70c] {
  color: #dc2626;
  font-weight: 700;
}
.novelty-content .reason-block[data-v-d7abf70c],
.creativity-content .reason-block[data-v-d7abf70c] {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
.novelty-content .reason-block.positive[data-v-d7abf70c],
.creativity-content .reason-block.positive[data-v-d7abf70c] {
  border-left: 4px solid #93c5fd;
}
.novelty-content .reason-block.negative[data-v-d7abf70c],
.creativity-content .reason-block.negative[data-v-d7abf70c] {
  border-left: 4px solid #fca5a5;
}
.novelty-content .reason-title[data-v-d7abf70c],
.creativity-content .reason-title[data-v-d7abf70c] {
  font-weight: 500;
  color: #374151;
}
.novelty-content .reason-title span[data-v-d7abf70c],
.creativity-content .reason-title span[data-v-d7abf70c] {
  font-weight: 700;
}
.novelty-content .reason-list[data-v-d7abf70c],
.creativity-content .reason-list[data-v-d7abf70c] {
  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[data-v-d7abf70c],
.creativity-content .reason-explanation[data-v-d7abf70c] {
  margin-top: 0.25rem;
  color: #4b5563;
}
.novelty-content .conclusion-final[data-v-d7abf70c],
.creativity-content .conclusion-final[data-v-d7abf70c] {
  margin-top: 1rem;
  font-weight: 500;
}
.comparison-table .difference-checkbox-cell .comparison-list[data-v-d7abf70c] {
  list-style: none;
  padding-left: 0;
}
.comparison-table td:nth-child(2) .comparison-list li[data-v-d7abf70c],
.comparison-table td:nth-child(3) .comparison-list li[data-v-d7abf70c] {
  list-style-type: disc;
  list-style-position: outside;
}
.comparison-table td:nth-child(2) .comparison-list li[data-v-d7abf70c]::marker,
.comparison-table td:nth-child(3) .comparison-list li[data-v-d7abf70c]::marker {
  color: #1469FC;
}
