.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;
}

.guest-login-strip[data-v-03ab321f] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  box-sizing: border-box;
  background: var(--wt-color-primary-soft);
  border: 1px solid var(--wt-color-primary-border);
  border-radius: var(--wt-radius-sm);
  box-shadow: var(--wt-shadow-xs);
  animation: guest-strip-in-03ab321f 0.18s ease both;
}
.guest-login-strip__bar[data-v-03ab321f] {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--wt-radius-xs);
  flex: none;
  background: var(--wt-color-primary-soft);
  box-shadow: inset 0 0 0 1px var(--wt-color-primary-border);
  color: var(--wt-color-primary);
}
.guest-login-strip__msg[data-v-03ab321f] {
  color: var(--wt-color-text-primary);
  font-size: 14px;
  line-height: 1.5;
}
.guest-login-strip__spacer[data-v-03ab321f] {
  flex: 1;
}
.guest-login-strip__cta[data-v-03ab321f],
.guest-login-strip__link[data-v-03ab321f],
.guest-login-strip__close[data-v-03ab321f] {
  font-family: inherit;
}
.guest-login-strip__cta[data-v-03ab321f] {
  height: 30px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--wt-radius-xs);
  background: var(--wt-color-primary);
  color: var(--wt-color-text-inverse);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.guest-login-strip__cta[data-v-03ab321f]:hover {
  background: var(--wt-color-primary-hover);
}
.guest-login-strip__link[data-v-03ab321f] {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wt-color-primary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.guest-login-strip__close[data-v-03ab321f] {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--wt-radius-xs);
  background: transparent;
  color: var(--wt-color-text-tertiary);
  cursor: pointer;
  font-size: 18px;
}
.guest-login-strip__close[data-v-03ab321f]:hover {
  background: var(--wt-color-surface-subtle);
}
.guest-login-strip__cta[data-v-03ab321f]:focus-visible,
.guest-login-strip__link[data-v-03ab321f]:focus-visible,
.guest-login-strip__close[data-v-03ab321f]:focus-visible {
  outline: var(--wt-focus-ring-width) solid var(--wt-focus-ring-color);
  outline-offset: var(--wt-focus-ring-offset);
}
.guest-login-strip--inline[data-v-03ab321f] {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 24px;
}
@keyframes guest-strip-in-03ab321f {
from {
    opacity: 0;
    transform: translateY(-4px);
}
to {
    opacity: 1;
    transform: none;
}
}
@media (max-width: 720px) {
.guest-login-strip[data-v-03ab321f] {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 10px;
}
.guest-login-strip__msg[data-v-03ab321f] {
    flex: 1;
    min-width: 0;
    font-size: 13px;
}
.guest-login-strip__spacer[data-v-03ab321f] {
    display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.guest-login-strip[data-v-03ab321f] {
    animation: none;
}
}

.tool-inline-cta[data-v-4d753954] {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border-top: 1px solid #EEF0F4;
  background: #F7F8FB;
}
.tool-inline-cta__icon[data-v-4d753954] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #342E73;
}
.tool-inline-cta__icon[data-v-4d753954] svg {
  width: 22px;
  height: 22px;
}
.tool-inline-cta__body[data-v-4d753954] {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.tool-inline-cta__body strong[data-v-4d753954] {
  color: #1F2430;
  font-size: 14px;
  line-height: 1.25;
}
.tool-inline-cta__body span[data-v-4d753954] {
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
}
.tool-inline-cta__actions[data-v-4d753954] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.tool-inline-cta__button[data-v-4d753954] {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.tool-inline-cta__button--primary[data-v-4d753954] {
  border: 1px solid #342E73;
  background: #342E73;
  color: #ffffff;
}
.tool-inline-cta__button--primary[data-v-4d753954]:hover {
  border-color: #2A2660;
  background: #2A2660;
}
.tool-inline-cta__button--secondary[data-v-4d753954] {
  border: 1px solid rgba(52, 46, 115, 0.22);
  background: #FFFFFF;
  color: #342E73;
}
.tool-inline-cta__button--secondary[data-v-4d753954]:hover {
  border-color: #342E73;
  background: #F3F2FF;
}
.tool-inline-cta__button[data-v-4d753954]:focus-visible {
  outline: 2px solid rgba(52, 46, 115, 0.55);
  outline-offset: 2px;
}
@media (max-width: 760px) {
.tool-inline-cta[data-v-4d753954] {
    grid-template-columns: 1fr;
}
.tool-inline-cta__actions[data-v-4d753954] {
    justify-content: stretch;
}
.tool-inline-cta__button[data-v-4d753954] {
    flex: 1 1 140px;
}
}

.chinglish-guest-strip[data-v-fe239346] {
  width: 1180px;
  margin: 12px auto 0;
}
.chinglish-check-page[data-v-fe239346] {
  min-height: 75vh;
  background: #FAFBFE;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
}
.page-container[data-v-fe239346] {
  width: calc(100% - 48px);
  max-width: 1480px;
  margin: 20px auto 56px;
  padding: 0;
  box-sizing: border-box;
}
.chinglish-toolbar[data-v-fe239346] {
  padding: 14px 18px;
  border: 1px solid #EEF0F4;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.chinglish-toolbar--mobile[data-v-fe239346] {
  display: none;
}
.chinglish-form[data-v-fe239346] {
  min-height: 640px;
  display: flex;
  flex-direction: column;
}
.chinglish-form[data-v-fe239346] .translation-text-workbench {
  min-height: 640px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.chinglish-form[data-v-fe239346] .translation-text-workbench__editor,
.chinglish-form[data-v-fe239346] .translation-text-workbench__result-text {
  color: #1F2430;
  font-size: 16px;
  line-height: 28px;
}
.chinglish-form[data-v-fe239346] .source-input-placeholder-title {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
}
.chinglish-toolbar__actions[data-v-fe239346],
.chinglish-conversion[data-v-fe239346] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chinglish-primary[data-v-fe239346],
.chinglish-secondary[data-v-fe239346] {
  min-width: 104px;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}
.chinglish-primary[data-v-fe239346] {
  border: 1px solid #342E73;
  background: #342E73;
  color: #ffffff;
}
.chinglish-primary[data-v-fe239346]:hover:not(:disabled) {
  background: #2A2660;
  border-color: #2A2660;
}
.chinglish-primary--small[data-v-fe239346] {
  min-width: 86px;
}
.chinglish-secondary[data-v-fe239346] {
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  color: #1F2430;
}
.chinglish-secondary[data-v-fe239346]:hover:not(:disabled) {
  border-color: rgba(52, 46, 115, 0.22);
  background: #F7F8FB;
  color: #342E73;
}
.chinglish-primary[data-v-fe239346]:disabled,
.chinglish-secondary[data-v-fe239346]:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}
.chinglish-form[data-v-fe239346] .translation-text-workbench__operation-left {
  padding-left: 20px;
}
.chinglish-form[data-v-fe239346] .operation-btn-box-left .wordcount_boxs {
  margin-right: 20px;
}
.chinglish-source-hint[data-v-fe239346] {
  max-width: 100%;
  padding: 3px 9px;
  border-radius: 8px;
  background: #F7F8FB;
  color: #475569;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.chinglish-source-hint.is-min-words[data-v-fe239346] {
  background: #FDEDED;
  color: #475569;
  font-weight: 500;
}
.chinglish-source-hint.is-warning[data-v-fe239346] {
  background: #FDF6E8;
  color: #D9A441;
}
.chinglish-source-hint__keyword[data-v-fe239346] {
  display: inline-block;
  margin: 0 2px;
  padding: 0 6px;
  border-radius: 4px;
  background: #D45B5B;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  vertical-align: baseline;
  box-shadow: 0 1px 3px rgba(212, 91, 91, 0.28);
}
.chinglish-source-hint.is-stale[data-v-fe239346] {
  background: #EEF0FA;
  color: #5566A9;
}
.chinglish-result[data-v-fe239346] {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.chinglish-stale[data-v-fe239346] {
  padding: 9px 12px;
  border-radius: 8px;
  background: #EEF0FA;
  color: #5566A9;
  font-size: 13px;
  line-height: 20px;
}
.chinglish-score[data-v-fe239346] {
  padding: 16px;
  border: 1px solid #EEF0F4;
  border-radius: 10px;
  background: #FFFFFF;
}
.chinglish-score div[data-v-fe239346] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.chinglish-score span[data-v-fe239346] {
  color: #475569;
  font-size: 14px;
}
.chinglish-score strong[data-v-fe239346] {
  color: #342E73;
  font-size: 30px;
  line-height: 1;
}
.chinglish-score p[data-v-fe239346] {
  margin: 12px 0 6px;
  color: #1F2430;
  font-size: 14px;
}
.chinglish-score em[data-v-fe239346] {
  color: #94a3b8;
  font-size: 13px;
  font-style: normal;
}
.chinglish-score.is-good strong[data-v-fe239346] {
  color: #52A67D;
}
.chinglish-score.is-risk strong[data-v-fe239346] {
  color: #D45B5B;
}
.chinglish-score.is-warning strong[data-v-fe239346] {
  color: #D9A441;
}
.chinglish-type-tabs[data-v-fe239346] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.chinglish-type-tab[data-v-fe239346] {
  position: relative;
  min-height: 64px;
  padding: 10px 34px 10px 12px;
  border: 1px solid #E5E6EB;
  border-radius: 10px;
  background: #FFFFFF;
  color: #475569;
  cursor: pointer;
  text-align: left;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.chinglish-type-tab span[data-v-fe239346],
.chinglish-type-tab small[data-v-fe239346],
.chinglish-type-tab strong[data-v-fe239346] {
  display: block;
}
.chinglish-type-tab span[data-v-fe239346] {
  color: #1F2430;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.chinglish-type-tab small[data-v-fe239346] {
  margin-top: 3px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 16px;
}
.chinglish-type-tab strong[data-v-fe239346] {
  position: absolute;
  right: 10px;
  top: 10px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #F7F8FB;
  color: #475569;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.chinglish-type-tab[data-v-fe239346]:hover {
  border-color: rgba(52, 46, 115, 0.22);
  background: #F7F8FB;
}
.chinglish-type-tab.has-issues strong[data-v-fe239346] {
  background: #F3F2FF;
  color: #342E73;
}
.chinglish-type-tab.active[data-v-fe239346] {
  border-color: #342E73;
  background: #F3F2FF;
  color: #342E73;
}
.chinglish-type-tab.active[data-v-fe239346]::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #342E73;
}
.chinglish-issue-list[data-v-fe239346] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chinglish-issue[data-v-fe239346] {
  padding: 14px;
  border: 1px solid #EEF0F4;
  border-left: 4px solid #D0D5DD;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.chinglish-issue.is-active[data-v-fe239346] {
  border-color: #342E73;
  background: #F3F2FF;
}
.chinglish-issue[data-v-fe239346]:focus-visible {
  outline: 3px solid rgba(52, 46, 115, 0.22);
  outline-offset: 2px;
  border-color: #342E73;
}
.chinglish-issue.is-error[data-v-fe239346] {
  border-left-color: #D45B5B;
}
.chinglish-issue.is-warning[data-v-fe239346] {
  border-left-color: #D9A441;
}
.chinglish-issue.is-info[data-v-fe239346] {
  border-left-color: #5566A9;
}
.chinglish-issue header[data-v-fe239346] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #475569;
  font-size: 13px;
}
.chinglish-issue header em[data-v-fe239346] {
  font-style: normal;
}
.chinglish-issue > strong[data-v-fe239346] {
  display: block;
  color: #1F2430;
  font-size: 18px;
  line-height: 1.4;
}
.chinglish-issue p[data-v-fe239346] {
  margin: 8px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}
.chinglish-suggestions[data-v-fe239346] {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chinglish-suggestions span[data-v-fe239346] {
  padding: 5px 9px;
  border-radius: 8px;
  background: #F7F8FB;
  color: #342E73;
  font-size: 13px;
}
.chinglish-issue blockquote[data-v-fe239346] {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #D0D5DD;
  background: #F7F8FB;
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}
.chinglish-empty-result[data-v-fe239346] {
  padding: 16px;
  border-radius: 10px;
  background: #F7F8FB;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}
.chinglish-conversion[data-v-fe239346] {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.chinglish-manual-copy[data-v-fe239346] {
  width: 100%;
  min-height: 180px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(52, 46, 115, 0.22);
  border-radius: 10px;
  background: #F7F8FB;
  color: #1F2430;
  font: inherit;
  font-size: 13px;
  line-height: 1.7;
  resize: vertical;
  box-sizing: border-box;
}
@media (max-width: 980px) {
.chinglish-type-tabs[data-v-fe239346] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.chinglish-toolbar--mobile[data-v-fe239346] {
    display: flex;
}
}
@media (max-width: 760px) {
.page-container[data-v-fe239346] {
    width: calc(100% - 28px);
    margin-top: 14px;
    margin-bottom: 32px;
}
.chinglish-toolbar[data-v-fe239346] {
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
}
.chinglish-toolbar__actions[data-v-fe239346],
  .chinglish-conversion[data-v-fe239346] {
    width: 100%;
    flex-wrap: wrap;
}
.chinglish-primary[data-v-fe239346],
  .chinglish-secondary[data-v-fe239346] {
    flex: 1 1 120px;
}
.chinglish-form[data-v-fe239346],
  .chinglish-form[data-v-fe239346] .translation-text-workbench {
    min-height: 720px;
}
.chinglish-form.has-result[data-v-fe239346],
  .chinglish-form.has-result[data-v-fe239346] .translation-text-workbench {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
}
.chinglish-form.has-result[data-v-fe239346] .content-input-form.el-form-item {
    display: block;
    flex: none;
    height: auto !important;
    overflow: visible;
}
.chinglish-form.has-result[data-v-fe239346] .content-input-form.el-form-item > .el-form-item__content {
    display: block;
    flex: none;
    height: auto !important;
    overflow: visible;
}
.chinglish-form.has-result[data-v-fe239346] .translation-text-workbench__source {
    min-height: 360px;
}
.chinglish-form.has-result[data-v-fe239346] .translation-text-workbench__result,
  .chinglish-form.has-result[data-v-fe239346] .translation-text-workbench__result-box,
  .chinglish-form.has-result[data-v-fe239346] .translation-text-workbench__result-inner,
  .chinglish-form.has-result[data-v-fe239346] .translation-text-workbench__result-body,
  .chinglish-form.has-result[data-v-fe239346] .translation-text-workbench__result-success {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
}
.chinglish-form[data-v-fe239346] .translation-text-workbench__operation-box {
    display: none;
}
.chinglish-type-tabs[data-v-fe239346] {
    grid-template-columns: 1fr;
}
.chinglish-score div[data-v-fe239346],
  .chinglish-issue header[data-v-fe239346] {
    align-items: flex-start;
    flex-direction: column;
}
}
.chinglish-answer-lead__inner[data-v-fe239346] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.chinglish-main[data-v-fe239346] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 32px 32px;
  box-sizing: border-box;
}
.chinglish-form[data-v-fe239346] {
  min-height: 0;
  margin: 0;
}
.chinglish-header-actions[data-v-fe239346],
.chinglish-source-actions[data-v-fe239346],
.chinglish-pane-foot--result[data-v-fe239346] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chinglish-workbench[data-v-fe239346] {
  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);
}
.chinglish-pane[data-v-fe239346] {
  min-width: 0;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.chinglish-pane--result[data-v-fe239346] {
  border-left: 1px solid #EEF0F4;
  overflow: hidden;
}
.chinglish-pane-head[data-v-fe239346] {
  min-height: 48px;
  padding: 13px 20px;
  border-bottom: 1px solid #EEF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
}
.chinglish-pane-head h2[data-v-fe239346] {
  margin: 0;
  color: #1F2430;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.chinglish-count[data-v-fe239346] {
  color: #94a3b8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.chinglish-count.is-over[data-v-fe239346] {
  color: #D45B5B;
}
.chinglish-editor-wrap[data-v-fe239346] {
  position: relative;
  flex: 1;
  min-height: 480px;
  overflow: hidden;
}
.chinglish-editor-highlight[data-v-fe239346],
.chinglish-editor[data-v-fe239346] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 18px 20px;
  border: 0;
  box-sizing: border-box;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.chinglish-editor-highlight[data-v-fe239346] {
  color: #1F2430;
  background: #FFFFFF;
  pointer-events: none;
}
.chinglish-editor-highlight[data-v-fe239346] strong {
  font-weight: 700;
  color: #D45B5B;
  background: #FDEDED;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  pointer-events: auto;
  cursor: pointer;
}
.chinglish-editor[data-v-fe239346] {
  z-index: 1;
  resize: none;
  outline: none;
  background: transparent;
  color: #1F2430;
}
.chinglish-editor.has-source-highlight[data-v-fe239346] {
  color: transparent;
  caret-color: #1F2430;
}
.chinglish-editor[data-v-fe239346]::-moz-placeholder {
  color: #94a3b8;
}
.chinglish-editor[data-v-fe239346]::placeholder {
  color: #94a3b8;
}
.chinglish-editor[data-v-fe239346]:focus {
  box-shadow: inset 0 0 0 2px rgba(52, 46, 115, 0.22);
}
.chinglish-editor[data-v-fe239346]:disabled {
  cursor: not-allowed;
  background: #F7F8FB;
}
.chinglish-result-body[data-v-fe239346] {
  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;
  box-sizing: border-box;
}
.chinglish-pane-foot[data-v-fe239346] {
  min-height: 60px;
  padding: 12px 20px;
  border-top: 1px solid #EEF0F4;
  background: #FDFDFF;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
.chinglish-spacer[data-v-fe239346] {
  flex: 1 1 auto;
}
.chinglish-source-hint[data-v-fe239346] {
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: auto;
}
.chinglish-source-hint.is-min-words[data-v-fe239346] {
  color: #475569;
  font-weight: 500;
}
.chinglish-source-hint.is-warning[data-v-fe239346] {
  background: transparent;
  color: #D9A441;
}
.chinglish-source-hint__keyword[data-v-fe239346] {
  display: inline-block;
  margin: 0 2px;
  padding: 0 6px;
  border-radius: 4px;
  background: #D45B5B;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  vertical-align: baseline;
  box-shadow: 0 1px 3px rgba(212, 91, 91, 0.28);
}
.chinglish-source-hint.is-stale[data-v-fe239346] {
  background: transparent;
  color: #5566A9;
}
.chinglish-primary[data-v-fe239346],
.chinglish-secondary[data-v-fe239346],
.chinglish-ghost[data-v-fe239346] {
  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;
}
.chinglish-header-actions .chinglish-primary[data-v-fe239346],
.chinglish-header-actions .chinglish-secondary[data-v-fe239346] {
  height: 40px;
  min-height: 40px;
  padding: 0 18px;
}
.chinglish-primary[data-v-fe239346] {
  border: 1px solid #342E73;
  background: #342E73;
  color: #ffffff;
}
.chinglish-primary[data-v-fe239346]:hover:not(:disabled) {
  border-color: #2A2660;
  background: #2A2660;
}
.chinglish-primary i[data-v-fe239346] {
  margin-right: 6px;
}
.chinglish-primary--small[data-v-fe239346] {
  min-width: 76px;
}
.chinglish-secondary[data-v-fe239346] {
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  color: #1F2430;
}
.chinglish-secondary[data-v-fe239346]:hover:not(:disabled) {
  border-color: rgba(52, 46, 115, 0.22);
  background: #F7F8FB;
  color: #342E73;
}
.chinglish-ghost[data-v-fe239346] {
  min-width: auto;
  border: 1px solid transparent;
  background: transparent;
  color: #475569;
}
.chinglish-ghost[data-v-fe239346]:hover:not(:disabled) {
  background: #F7F8FB;
  color: #342E73;
}
.chinglish-primary[data-v-fe239346]:disabled,
.chinglish-secondary[data-v-fe239346]:disabled,
.chinglish-ghost[data-v-fe239346]:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}
.chinglish-mobile-action[data-v-fe239346] {
  display: none;
}
.chinglish-state[data-v-fe239346] {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: #94a3b8;
  text-align: center;
  box-sizing: border-box;
}
.chinglish-state i[data-v-fe239346] {
  font-size: 24px;
  line-height: 1;
}
.chinglish-state strong[data-v-fe239346] {
  color: #1F2430;
  font-size: 15px;
  line-height: 22px;
}
.chinglish-state span[data-v-fe239346] {
  max-width: 300px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 22px;
}
.chinglish-state--error[data-v-fe239346],
.chinglish-state--error strong[data-v-fe239346] {
  color: #D45B5B;
}
.chinglish-result[data-v-fe239346] {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.chinglish-stale[data-v-fe239346] {
  padding: 9px 12px;
  border-radius: 8px;
  background: #EEF0FA;
  color: #5566A9;
  font-size: 13px;
  line-height: 20px;
}
.chinglish-score-card[data-v-fe239346] {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid #EEF0F4;
  border-radius: 8px;
  background: #F7F8FB;
}
.chinglish-score-num[data-v-fe239346] {
  flex: 0 0 auto;
  color: #D9A441;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.chinglish-score-num small[data-v-fe239346] {
  margin-left: 2px;
  color: #94a3b8;
  font-size: 15px;
  font-weight: 700;
}
.chinglish-score-card.is-good .chinglish-score-num[data-v-fe239346] {
  color: #52A67D;
}
.chinglish-score-card.is-risk .chinglish-score-num[data-v-fe239346] {
  color: #D45B5B;
}
.chinglish-score-meta[data-v-fe239346] {
  min-width: 0;
}
.chinglish-score-meta strong[data-v-fe239346],
.chinglish-score-meta span[data-v-fe239346] {
  display: block;
}
.chinglish-score-meta strong[data-v-fe239346] {
  color: #1F2430;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.chinglish-score-meta span[data-v-fe239346] {
  margin-top: 4px;
  color: #475569;
  font-size: 13px;
  line-height: 20px;
}
.chinglish-issue-list[data-v-fe239346] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chinglish-issue[data-v-fe239346] {
  padding: 14px 16px;
  border: 1px solid #EEF0F4;
  border-left: 3px solid #D9A441;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.chinglish-issue[data-v-fe239346]:hover,
.chinglish-issue.is-active[data-v-fe239346] {
  border-color: rgba(52, 46, 115, 0.22);
  background: #FDFDFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.chinglish-issue[data-v-fe239346]:focus-visible {
  outline: 3px solid rgba(52, 46, 115, 0.22);
  outline-offset: 2px;
}
.chinglish-issue.is-error[data-v-fe239346] {
  border-left-color: #D45B5B;
}
.chinglish-issue.is-info[data-v-fe239346] {
  border-left-color: #5566A9;
}
.chinglish-issue header[data-v-fe239346] {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.chinglish-issue header em[data-v-fe239346] {
  color: #94a3b8;
  font-style: normal;
}
.chinglish-issue > strong[data-v-fe239346] {
  display: block;
  color: #1F2430;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.chinglish-issue p[data-v-fe239346] {
  margin: 8px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}
.chinglish-suggestions[data-v-fe239346] {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.chinglish-suggestions span[data-v-fe239346] {
  padding: 4px 9px;
  border-radius: 8px;
  background: #F3F2FF;
  color: #342E73;
  font-size: 13px;
  line-height: 20px;
  overflow-wrap: anywhere;
}
.chinglish-empty-result[data-v-fe239346] {
  padding: 16px;
  border-radius: 8px;
  background: #F7F8FB;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}
.chinglish-manual-copy[data-v-fe239346] {
  width: 100%;
  min-height: 150px;
  padding: 12px 14px;
  border: 1px solid rgba(52, 46, 115, 0.22);
  border-radius: 8px;
  background: #F7F8FB;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  resize: vertical;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
.chinglish-workbench[data-v-fe239346] {
    grid-template-columns: 1fr;
}
.chinglish-pane[data-v-fe239346] {
    min-height: 420px;
}
.chinglish-pane--result[data-v-fe239346] {
    min-height: 560px;
    border-left: 0;
    border-top: 1px solid #EEF0F4;
}
.chinglish-result-body[data-v-fe239346] {
    max-height: calc(560px - 48px - 60px);
}
.chinglish-editor-wrap[data-v-fe239346] {
    min-height: 320px;
}
}
@media (max-width: 980px) {
.chinglish-mobile-action[data-v-fe239346] {
    display: inline-flex;
}
}
@media (max-width: 760px) {
.chinglish-answer-lead__inner[data-v-fe239346] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}
.chinglish-main[data-v-fe239346] {
    padding: 16px 16px 24px;
}
.chinglish-form[data-v-fe239346],
  .chinglish-form.has-result[data-v-fe239346] {
    display: block;
    min-height: 0;
}
.chinglish-workbench[data-v-fe239346] {
    min-height: 0;
}
.chinglish-pane[data-v-fe239346] {
    min-height: 0;
}
.chinglish-pane--source[data-v-fe239346] {
    min-height: 420px;
}
.chinglish-pane--result[data-v-fe239346] {
    min-height: 520px;
}
.chinglish-result-body[data-v-fe239346] {
    max-height: calc(520px - 48px - 60px);
}
.chinglish-pane-head[data-v-fe239346],
  .chinglish-pane-foot[data-v-fe239346] {
    padding-left: 14px;
    padding-right: 14px;
}
.chinglish-editor-highlight[data-v-fe239346],
  .chinglish-editor[data-v-fe239346],
  .chinglish-result-body[data-v-fe239346] {
    padding-left: 14px;
    padding-right: 14px;
}
.chinglish-pane-foot[data-v-fe239346] {
    align-items: stretch;
    flex-direction: column;
}
.chinglish-source-actions[data-v-fe239346],
  .chinglish-pane-foot--result[data-v-fe239346] {
    width: 100%;
    flex-wrap: wrap;
}
.chinglish-spacer[data-v-fe239346] {
    display: none;
}
.chinglish-primary[data-v-fe239346],
  .chinglish-secondary[data-v-fe239346],
  .chinglish-ghost[data-v-fe239346] {
    flex: 1 1 112px;
}
.chinglish-score-card[data-v-fe239346],
  .chinglish-issue header[data-v-fe239346] {
    align-items: flex-start;
    flex-direction: column;
}
}

