.ocr-pane[data-v-1cc0163f] {
  display: flex;
  flex-direction: column;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
}
.ocr-pane__head[data-v-1cc0163f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #EEF0F4;
  background: #F7F8FB;
}
.ocr-pane__head strong[data-v-1cc0163f] {
  color: #475569;
  font-size: 13.5px;
  font-weight: 700;
}
.ocr-pane__mini[data-v-1cc0163f] {
  color: #94a3b8;
  font-size: 12px;
}
.ocr-pane__stage[data-v-1cc0163f] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 560px;
  max-height: calc(100vh - 260px);
  padding: 18px;
  background: #eceef3;
  overflow: auto;
}
.ocr-page[data-v-1cc0163f] {
  position: relative;
  width: 100%;
  max-width: 860px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ocr-page img[data-v-1cc0163f] {
  display: block;
  width: 100%;
  height: 100%;
}
.ocr-page__box[data-v-1cc0163f] {
  position: absolute;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(52, 46, 115, 0.32);
  cursor: default;
  transition: background 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}
.ocr-page__box.is-warning[data-v-1cc0163f] {
  box-shadow: inset 0 0 0 1px rgba(217, 164, 65, 0.52);
}
.ocr-page__box.is-active[data-v-1cc0163f] {
  background: rgba(52, 46, 115, 0.12);
  box-shadow: inset 0 0 0 1.5px #342E73;
}
.ocr-page__box.is-warning.is-active[data-v-1cc0163f] {
  background: rgba(217, 164, 65, 0.16);
  box-shadow: inset 0 0 0 1.5px #D9A441;
}
.ocr-page__box.is-hidden[data-v-1cc0163f] {
  opacity: 0;
  pointer-events: none;
}
.ocr-sheet[data-v-1cc0163f] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 300px;
  min-height: 360px;
  padding: 30px 26px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 11px, rgba(31, 36, 48, 0.012) 11px, rgba(31, 36, 48, 0.012) 12px);
}
.ocr-sheet__line[data-v-1cc0163f] {
  height: 9px;
  border-radius: 3px;
  background: #e4e6ec;
}
.ocr-sheet__line--head[data-v-1cc0163f] {
  height: 13px;
  width: 62%;
  background: #d6d9e2;
}
.ocr-sheet__line--gap[data-v-1cc0163f] {
  margin-top: 8px;
}
@media (max-width: 768px) {
.ocr-pane__stage[data-v-1cc0163f] {
    min-height: 280px;
    max-height: none;
    padding: 16px;
}
.ocr-sheet[data-v-1cc0163f] {
    width: 240px;
    min-height: 300px;
    padding: 22px 18px;
}
}

.ocr-pane[data-v-6e541e36] {
  display: flex;
  flex-direction: column;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
}
.ocr-pane__head[data-v-6e541e36] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #EEF0F4;
  background: #F7F8FB;
}
.ocr-pane__head strong[data-v-6e541e36] {
  color: #475569;
  font-size: 13.5px;
  font-weight: 700;
}
.ocr-pane__mini[data-v-6e541e36] {
  color: #94a3b8;
  font-size: 12px;
}
.ocr-pane__mini.is-saved[data-v-6e541e36] {
  color: #2E7D5B;
  font-weight: 700;
}
.ocr-pane__meta[data-v-6e541e36] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.ocr-pane__confidence[data-v-6e541e36] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8A6310;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}
.ocr-pane__confidence i[data-v-6e541e36] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D9A441;
  box-shadow: 0 0 0 2px rgba(217, 164, 65, 0.18);
}
.ocr-result[data-v-6e541e36] {
  flex: 1;
  min-width: 0;
}
.ocr-advisory[data-v-6e541e36] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(85, 102, 169, 0.2);
  background: #EEF0FA;
}
.ocr-advisory strong[data-v-6e541e36] {
  color: #5566A9;
  font-size: 12px;
  font-weight: 700;
}
.ocr-advisory__chip[data-v-6e541e36] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border: 1px solid rgba(85, 102, 169, 0.4);
  border-radius: 999px;
  background: #FFFFFF;
  color: #5566A9;
  font-size: 10.5px;
  font-weight: 700;
}
.ocr-advisory__chip i[data-v-6e541e36] {
  font-style: normal;
}
.ocr-advisory__chip--twocol[data-v-6e541e36] {
  border-color: rgba(166, 77, 75, 0.4);
  color: #A64D4B;
}
.ocr-advisory__chip--table[data-v-6e541e36] {
  border-color: rgba(217, 164, 65, 0.45);
  color: #8A6310;
}
.ocr-advisory__note[data-v-6e541e36] {
  color: rgba(85, 102, 169, 0.8);
  font-size: 11.5px;
}
.ocr-result__list[data-v-6e541e36],
.ocr-result__fallback[data-v-6e541e36] {
  flex: 1;
  min-height: 560px;
  max-height: calc(100vh - 260px);
  overflow: auto;
  background: #FFFFFF;
}
.ocr-result__list[data-v-6e541e36] {
  padding: 8px 0;
}
.ocr-result__row[data-v-6e541e36] {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 5px 18px 5px 14px;
  border-left: 3px solid transparent;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.ocr-result__row.is-active[data-v-6e541e36] {
  border-left-color: #342E73;
  background: rgba(52, 46, 115, 0.07);
}
.ocr-result__row.is-warning.is-active[data-v-6e541e36] {
  border-left-color: #D9A441;
  background: rgba(217, 164, 65, 0.12);
}
.ocr-result__num[data-v-6e541e36] {
  flex: 0 0 22px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 24px;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-variant-numeric: tabular-nums;
}
.ocr-result__line[data-v-6e541e36] {
  flex: 1;
  min-width: 0;
  padding: 0 3px;
  border-radius: 4px;
  outline: none;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
  cursor: text;
}
.ocr-result__line[data-v-6e541e36]:focus {
  background: #F7F8FB;
}
.ocr-result__line.is-mono[data-v-6e541e36] {
  font-family: ui-monospace, "SF Mono", Consolas, "Liberation Mono", monospace;
}
.ocr-result__line.is-low-confidence[data-v-6e541e36] {
  -webkit-text-decoration: underline dotted rgba(217, 164, 65, 0.7);
          text-decoration: underline dotted rgba(217, 164, 65, 0.7);
  text-underline-offset: 3px;
}
.ocr-result__dot[data-v-6e541e36] {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: #D9A441;
}
.ocr-result__fallback[data-v-6e541e36] {
  box-sizing: border-box;
  padding: 18px;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  white-space: pre-wrap;
  outline: none;
}
.ocr-result__placeholder[data-v-6e541e36] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1;
  min-height: 560px;
  color: #475569;
  font-size: 14px;
}
.ocr-spinner[data-v-6e541e36] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid #F3F2FF;
  border-top-color: #342E73;
  animation: ocr-spin-6e541e36 0.8s linear infinite;
}
@keyframes ocr-spin-6e541e36 {
to {
    transform: rotate(360deg);
}
}
@media (max-width: 768px) {
.ocr-result__list[data-v-6e541e36],
  .ocr-result__fallback[data-v-6e541e36],
  .ocr-result__placeholder[data-v-6e541e36] {
    min-height: 220px;
    max-height: none;
}
}

