.answer-lead[data-v-58365306] {
  border: 1px solid var(--wt-color-border-light, #e7e9ee);
  border-radius: var(--wt-radius-md, 12px);
  background: var(--wt-color-surface-card, #fff);
  box-shadow: var(--wt-shadow-xs, 0 1px 2px rgba(0, 0, 0, 0.03));
  padding: 14px 16px;
}
.answer-lead p[data-v-58365306] {
  margin: 0;
  color: var(--wt-color-text-secondary, #5b6472);
  font-size: 15px;
  line-height: 1.75;
}

.smart-formatting-page[data-v-1156b298] {
  min-height: 100%;
  background: #FAFBFE;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.doc-type-head[data-v-1156b298] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 16px 20px 9px;
}
.doc-type-head__label[data-v-1156b298] {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}
.doc-type-head__sub[data-v-1156b298] {
  color: #94a3b8;
  font-size: 12px;
}
.doc-type-tabs[data-v-1156b298] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0 20px;
}
.doc-type-tab[data-v-1156b298] {
  height: 44px;
  padding: 0 13px;
  border: 1px solid #E5E6EB;
  border-radius: 10px;
  background: #FFFFFF;
  color: #475569;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.doc-type-tab strong[data-v-1156b298] {
  color: #1F2430;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
.doc-type-tab span[data-v-1156b298] {
  color: #94a3b8;
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doc-type-tab[data-v-1156b298]:hover {
  border-color: rgba(52, 46, 115, 0.22);
  background: #F7F8FB;
}
.doc-type-tab.active[data-v-1156b298] {
  border-color: #342E73;
  background: #F3F2FF;
  box-shadow: 0 0 0 1px #342E73;
}
.doc-type-tab.active strong[data-v-1156b298] {
  color: #342E73;
}
.doc-type-tab.active span[data-v-1156b298] {
  color: rgba(52, 46, 115, 0.65);
}
.fmt-row[data-v-1156b298] {
  margin: 14px 20px 0;
  padding: 14px 14px 15px;
  border: 1px solid rgba(52, 46, 115, 0.22);
  border-radius: 12px;
  background: #F3F2FF;
  animation: fmt-row-reveal-1156b298 0.26s cubic-bezier(0.16, 0.84, 0.44, 1);
}
@keyframes fmt-row-reveal-1156b298 {
from {
    transform: translateY(-6px);
}
to {
    transform: translateY(0);
}
}
.fmt-row__head[data-v-1156b298] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}
.fmt-row__label[data-v-1156b298] {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}
.fmt-row__sub[data-v-1156b298] {
  color: #94a3b8;
  font-size: 11.5px;
}
.fmt-row__newbadge[data-v-1156b298] {
  margin-left: auto;
  padding: 2px 7px;
  border: 1px solid rgba(166, 77, 75, 0.3);
  border-radius: 999px;
  background: #FFF5F5;
  color: #A64D4B;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.fmt-chips[data-v-1156b298] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fmt-chip[data-v-1156b298] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid #E5E6EB;
  border-radius: 10px;
  background: #FFFFFF;
  color: #475569;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.fmt-chip[data-v-1156b298]:hover {
  border-color: rgba(52, 46, 115, 0.22);
  background: #F7F8FB;
  color: #342E73;
}
.fmt-chip.active[data-v-1156b298] {
  border-color: #342E73;
  background: #F3F2FF;
  color: #342E73;
  box-shadow: 0 0 0 1px #342E73;
}
.fmt-chip__radio[data-v-1156b298] {
  width: 13px;
  height: 13px;
  flex: none;
  border: 1.5px solid #D0D5DD;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: border-color 0.15s ease;
}
.fmt-chip.active .fmt-chip__radio[data-v-1156b298] {
  border-color: #342E73;
}
.fmt-chip.active .fmt-chip__radio[data-v-1156b298]::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #342E73;
}
.fmt-chip__tip[data-v-1156b298] {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 20;
  width: -moz-max-content;
  width: max-content;
  max-width: 230px;
  padding: 7px 11px;
  border-radius: 8px;
  background: #2a2742;
  color: #fff;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
}
.fmt-chip__tip[data-v-1156b298]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #2a2742;
}
.fmt-chip:hover .fmt-chip__tip[data-v-1156b298] {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.fmt-chip__more[data-v-1156b298] {
  color: #475569;
}
.fmt-chip__caret[data-v-1156b298] {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}
.fmt-chip__more.open .fmt-chip__caret[data-v-1156b298] {
  transform: rotate(180deg);
}
.fmt-chip--extra[data-v-1156b298] {
  animation: fmt-row-reveal-1156b298 0.22s ease;
}
.result-flag[data-v-1156b298] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px 20px 0;
  padding: 9px 13px;
  border: 1px solid rgba(82, 166, 125, 0.3);
  border-radius: 10px;
  background: #ECF7F1;
  color: #2E7D5B;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  animation: fmt-row-reveal-1156b298 0.24s ease;
}
.result-flag svg[data-v-1156b298] {
  width: 15px;
  height: 15px;
  flex: none;
}
.result-flag b[data-v-1156b298] {
  font-weight: 800;
}
.source-field-wrap[data-v-1156b298] {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
}
.source-field[data-v-1156b298] {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  border: 1.5px solid #D0D5DD;
  border-radius: 12px;
  background: #F7F8FB;
  padding: 18px;
  display: flex;
  flex-direction: column;
  cursor: text;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.source-field.is-focus[data-v-1156b298] {
  border-color: #342E73;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px #F3F2FF;
}
.source-field.is-disabled[data-v-1156b298] {
  cursor: not-allowed;
  opacity: 0.72;
}
.source-field__label[data-v-1156b298] {
  position: absolute;
  top: -9px;
  left: 14px;
  z-index: 2;
  padding: 0 7px;
  background: #FFFFFF;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.source-field.is-focus .source-field__label[data-v-1156b298] {
  color: #342E73;
}
.source-field__placeholder[data-v-1156b298] {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  z-index: 0;
  pointer-events: none;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.8;
  max-width: 92%;
}
.source-field__placeholder-sub[data-v-1156b298] {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 13.5px;
  line-height: 1.6;
}
.source-field__caret[data-v-1156b298] {
  display: inline-block;
  width: 1.5px;
  height: 20px;
  margin-left: 1px;
  background: #342E73;
  vertical-align: -4px;
  animation: source-field-caret-blink-1156b298 1.1s steps(1) infinite;
}
@keyframes source-field-caret-blink-1156b298 {
50% {
    opacity: 0;
}
}
.source-field__paste-chip[data-v-1156b298] {
  position: absolute;
  right: 14px;
  bottom: 13px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 11px;
  border: 1px solid #E5E6EB;
  border-radius: 999px;
  background: #FFFFFF;
  color: #475569;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.source-field__paste-chip kbd[data-v-1156b298] {
  min-width: 0;
  padding: 1px 5px;
  border: 1px solid #E5E6EB;
  border-radius: 5px;
  background: #F7F8FB;
  color: #475569;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}
.source-field__paste-chip[data-v-1156b298]:hover {
  border-color: rgba(52, 46, 115, 0.22);
  color: #342E73;
}
/* Workbench layout — shared dimensions in tool-workbench.less */
.smart-answer-lead__inner[data-v-1156b298] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.smart-formatting-main[data-v-1156b298] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 32px 32px;
  box-sizing: border-box;
}
.smart-formatting-workbench[data-v-1156b298] {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(440px, 1fr);
  min-height: 640px;
  overflow: hidden;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.smart-formatting-pane[data-v-1156b298] {
  min-width: 0;
  min-height: 640px;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-sizing: border-box;
}
.smart-formatting-pane--source[data-v-1156b298] {
  gap: 0;
}
.smart-formatting-pane--result[data-v-1156b298] {
  border-left: 1px solid #EEF0F4;
  background: #FFFFFF;
}
.smart-pane-head[data-v-1156b298] {
  max-height: 48px;
  min-height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #EEF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
}
.smart-pane-head h2[data-v-1156b298] {
  margin: 0;
  color: #1F2430;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.smart-pane-head--result[data-v-1156b298] {
  align-items: center;
}
.smart-count[data-v-1156b298] {
  color: #94a3b8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.smart-count.is-over[data-v-1156b298] {
  color: #D45B5B;
}
.smart-formatting-pane--source .source-editor[data-v-1156b298] {
  min-height: 0;
}
.source-editor[data-v-1156b298] {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 120px;
  width: 100%;
  padding: 0 0 36px;
  border: 0;
  outline: none;
  resize: none;
  display: block;
  background: transparent;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
}
.source-editor[data-v-1156b298]:focus {
  box-shadow: none;
}
.source-editor[data-v-1156b298]:disabled {
  cursor: not-allowed;
  background: transparent;
}
.smart-result-body[data-v-1156b298] {
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(640px - 48px - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 18px 20px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
  box-sizing: border-box;
}
.smart-pane-foot[data-v-1156b298] {
  min-height: 60px;
  padding: 0 20px;
  border-top: 1px solid #EEF0F4;
  background: #FDFDFF;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
.smart-pane-foot--result[data-v-1156b298] {
  flex-wrap: wrap;
}
.smart-spacer[data-v-1156b298] {
  flex: 1 1 auto;
}
.source-hint[data-v-1156b298],
.result-summary[data-v-1156b298] {
  min-width: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.source-hint.is-error[data-v-1156b298] {
  color: #D45B5B;
}
.source-hint.is-stale[data-v-1156b298] {
  color: #5566A9;
}
.smart-primary[data-v-1156b298],
.smart-secondary[data-v-1156b298],
.smart-ghost[data-v-1156b298] {
  min-width: 84px;
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}
.smart-primary[data-v-1156b298] {
  border: 1px solid #342E73;
  background: #342E73;
  color: #ffffff;
}
.smart-primary[data-v-1156b298]:hover:not(:disabled) {
  border-color: #2A2660;
  background: #2A2660;
}
.smart-primary--small[data-v-1156b298] {
  min-width: 76px;
}
.smart-export-dropdown[data-v-1156b298] {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}
.smart-export-trigger[data-v-1156b298] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.smart-export-caret[data-v-1156b298] {
  font-size: 12px;
  transition: transform 0.16s ease;
}
.smart-export-menu[data-v-1156b298] {
  position: absolute;
  right: 0;
  bottom: calc(100% + 6px);
  z-index: 12;
  min-width: 148px;
  padding: 4px;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(16, 20, 35, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}
.smart-export-menu-item[data-v-1156b298] {
  display: block;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}
.smart-export-menu-item[data-v-1156b298]:hover:not(:disabled) {
  background: #F7F8FB;
  color: #342E73;
}
.smart-export-menu-item[data-v-1156b298]:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}
.smart-export-dropdown:not(.is-disabled):hover .smart-export-menu[data-v-1156b298],
.smart-export-dropdown:not(.is-disabled):focus-within .smart-export-menu[data-v-1156b298] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.smart-export-dropdown:not(.is-disabled):hover .smart-export-caret[data-v-1156b298],
.smart-export-dropdown:not(.is-disabled):focus-within .smart-export-caret[data-v-1156b298] {
  transform: rotate(180deg);
}
.smart-secondary[data-v-1156b298] {
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  color: #1F2430;
}
.smart-secondary[data-v-1156b298]:hover:not(:disabled) {
  border-color: rgba(52, 46, 115, 0.22);
  background: #F7F8FB;
  color: #342E73;
}
.smart-stop[data-v-1156b298] {
  border-color: #D45B5B;
  color: #D45B5B;
}
.smart-stop[data-v-1156b298]:hover:not(:disabled) {
  border-color: #D45B5B;
  background: rgba(212, 91, 91, 0.08);
  color: #D45B5B;
}
.smart-ghost[data-v-1156b298] {
  min-width: auto;
  border: 1px solid transparent;
  background: transparent;
  color: #475569;
}
.smart-ghost[data-v-1156b298]:hover:not(:disabled) {
  background: #F7F8FB;
  color: #342E73;
}
.smart-primary[data-v-1156b298]:disabled,
.smart-secondary[data-v-1156b298]:disabled,
.smart-ghost[data-v-1156b298]:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}
.smart-state[data-v-1156b298] {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: #94a3b8;
  text-align: center;
  box-sizing: border-box;
}
.smart-state i[data-v-1156b298] {
  font-size: 24px;
  line-height: 1;
}
.smart-state strong[data-v-1156b298] {
  color: #1F2430;
  font-size: 15px;
  line-height: 22px;
}
.smart-state span[data-v-1156b298] {
  max-width: 320px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 22px;
}
.smart-state--error[data-v-1156b298],
.smart-state--error strong[data-v-1156b298] {
  color: #D45B5B;
}
.markdown-preview[data-v-1156b298] {
  padding: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
  word-break: break-word;
}
.markdown-preview[data-v-1156b298] h1,
.markdown-preview[data-v-1156b298] h2,
.markdown-preview[data-v-1156b298] h3 {
  margin: 0 0 10px;
  color: #1F2430;
  line-height: 1.25;
  font-weight: 700;
}
.markdown-preview[data-v-1156b298] h1 {
  font-size: 21px;
}
.markdown-preview[data-v-1156b298] h2 {
  font-size: 19px;
}
.markdown-preview[data-v-1156b298] h3 {
  margin-top: 18px;
  font-size: 15px;
}
.markdown-preview[data-v-1156b298] p,
.markdown-preview[data-v-1156b298] ul,
.markdown-preview[data-v-1156b298] ol {
  margin: 0 0 10px;
}
.markdown-preview[data-v-1156b298] ul,
.markdown-preview[data-v-1156b298] ol {
  padding-left: 20px;
}
.markdown-preview[data-v-1156b298] li {
  margin-bottom: 4px;
}
.markdown-preview[data-v-1156b298] table {
  width: 100%;
  margin: 12px 0;
  border-collapse: collapse;
  font-size: 13px;
}
.markdown-preview[data-v-1156b298] th,
.markdown-preview[data-v-1156b298] td {
  padding: 8px 10px;
  border: 1px solid #E5E6EB;
  text-align: left;
  vertical-align: top;
}
.markdown-preview[data-v-1156b298] th {
  background: #F7F8FB;
  color: #1F2430;
  font-weight: 700;
}
.markdown-preview[data-v-1156b298] em {
  font-style: italic;
}
.markdown-preview[data-v-1156b298] strong {
  font-weight: 700;
}
@media (max-width: 1080px) {
.smart-formatting-workbench[data-v-1156b298] {
    grid-template-columns: 1fr;
}
.smart-formatting-pane[data-v-1156b298] {
    min-height: 420px;
}
.smart-formatting-pane--result[data-v-1156b298] {
    min-height: 560px;
    border-left: 0;
    border-top: 1px solid #EEF0F4;
}
.smart-result-body[data-v-1156b298] {
    max-height: calc(560px - 48px - 60px);
}
.source-editor[data-v-1156b298] {
    min-height: 320px;
}
}
@media (max-width: 760px) {
.smart-answer-lead__inner[data-v-1156b298] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}
.smart-formatting-main[data-v-1156b298] {
    padding: 16px 16px 24px;
}
.smart-formatting-workbench[data-v-1156b298],
  .smart-formatting-pane[data-v-1156b298] {
    min-height: 0;
}
.smart-formatting-pane--source[data-v-1156b298] {
    min-height: 420px;
}
.smart-formatting-pane--result[data-v-1156b298] {
    min-height: 520px;
}
.smart-result-body[data-v-1156b298] {
    max-height: calc(520px - 48px - 60px);
}
.smart-pane-head[data-v-1156b298],
  .smart-pane-foot[data-v-1156b298] {
    padding-left: 14px;
    padding-right: 14px;
}
.doc-type-head[data-v-1156b298],
  .doc-type-tabs[data-v-1156b298],
  .source-field-wrap[data-v-1156b298] {
    padding-left: 14px;
    padding-right: 14px;
}
.doc-type-tabs[data-v-1156b298] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smart-pane-foot[data-v-1156b298] {
    align-items: stretch;
    flex-direction: column;
}
.smart-pane-foot--result[data-v-1156b298] {
    width: 100%;
}
.smart-spacer[data-v-1156b298] {
    display: none;
}
.source-hint[data-v-1156b298],
  .result-summary[data-v-1156b298] {
    width: 100%;
    white-space: normal;
}
.smart-primary[data-v-1156b298],
  .smart-secondary[data-v-1156b298],
  .smart-ghost[data-v-1156b298] {
    width: 100%;
    min-width: 0;
}
.smart-export-dropdown[data-v-1156b298] {
    width: 100%;
}
.smart-export-trigger[data-v-1156b298] {
    width: 100%;
}
.smart-export-menu[data-v-1156b298] {
    right: 0;
    left: 0;
    min-width: 0;
}
}
@media (max-width: 460px) {
.doc-type-tabs[data-v-1156b298] {
    grid-template-columns: 1fr;
}
}

