.tool-conversion-banner[data-v-2e9d2e77] {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(52, 46, 115, 0.22);
  border-radius: 12px;
  background: #F3F2FF;
  color: #1F2430;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.tool-conversion-banner__icon[data-v-2e9d2e77] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #FFFFFF;
  color: #342E73;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.tool-conversion-banner__body[data-v-2e9d2e77] {
  min-width: 0;
}
.tool-conversion-banner__kicker[data-v-2e9d2e77] {
  display: block;
  margin-bottom: 4px;
  color: #342E73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.tool-conversion-banner__body h2[data-v-2e9d2e77] {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.tool-conversion-banner__body p[data-v-2e9d2e77] {
  margin: 6px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}
.tool-conversion-banner__features[data-v-2e9d2e77] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.tool-conversion-banner__features span[data-v-2e9d2e77] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
}
.tool-conversion-banner__features i[data-v-2e9d2e77] {
  color: #52A67D;
}
.tool-conversion-banner__action[data-v-2e9d2e77] {
  display: grid;
  justify-items: end;
  gap: 8px;
}
.tool-conversion-banner__buttons[data-v-2e9d2e77] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.tool-conversion-banner__button[data-v-2e9d2e77] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}
.tool-conversion-banner__button--primary[data-v-2e9d2e77] {
  border: 1px solid #342E73;
  background: #342E73;
  color: #ffffff;
}
.tool-conversion-banner__button--primary[data-v-2e9d2e77]:hover {
  background: #2A2660;
  border-color: #2A2660;
  transform: translateY(-1px);
}
.tool-conversion-banner__button--secondary[data-v-2e9d2e77] {
  border: 1px solid rgba(52, 46, 115, 0.22);
  background: #FFFFFF;
  color: #342E73;
}
.tool-conversion-banner__button--secondary[data-v-2e9d2e77]:hover {
  border-color: #342E73;
  background: #F3F2FF;
  transform: translateY(-1px);
}
.tool-conversion-banner__button[data-v-2e9d2e77]:focus-visible {
  outline: 2px solid rgba(52, 46, 115, 0.55);
  outline-offset: 2px;
}
.tool-conversion-banner__action > span[data-v-2e9d2e77] {
  color: #94a3b8;
  font-size: 12px;
}
@media (max-width: 920px) {
.tool-conversion-banner[data-v-2e9d2e77] {
    grid-template-columns: 52px minmax(0, 1fr);
}
.tool-conversion-banner__action[data-v-2e9d2e77] {
    grid-column: -1;
    justify-items: stretch;
}
.tool-conversion-banner__button[data-v-2e9d2e77] {
    width: 100%;
}
.tool-conversion-banner__buttons[data-v-2e9d2e77] {
    justify-content: stretch;
}
}
@media (max-width: 640px) {
.tool-conversion-banner[data-v-2e9d2e77] {
    grid-template-columns: 1fr;
    padding: 16px;
}
.tool-conversion-banner__icon[data-v-2e9d2e77] {
    width: 46px;
    height: 46px;
}
}

.tool-faq[data-v-1de800d7] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 32px 64px;
  box-sizing: border-box;
}
.tool-faq--wide[data-v-1de800d7] {
  max-width: 1200px;
}
.tool-faq__head[data-v-1de800d7] {
  margin-bottom: 16px;
}
.tool-faq__head h2[data-v-1de800d7] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #1F2430;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.tool-faq__head h2[data-v-1de800d7]::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: #342E73;
}
.tool-faq__head p[data-v-1de800d7] {
  margin: 8px 0 0 14px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
}
.tool-faq__list[data-v-1de800d7] {
  overflow: hidden;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  background: #FFFFFF;
}
.tool-faq__item[data-v-1de800d7] {
  border-top: 1px solid #EEF0F4;
}
.tool-faq__item[data-v-1de800d7]:first-child {
  border-top: 0;
}
.tool-faq__item > summary[data-v-1de800d7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  padding: 18px 22px;
  color: #1F2430;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease;
}
.tool-faq__item > summary[data-v-1de800d7]::-webkit-details-marker {
  display: none;
}
.tool-faq__item > summary[data-v-1de800d7]:hover {
  background: #F7F8FB;
  color: #342E73;
}
.tool-faq__icon[data-v-1de800d7] {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #94a3b8;
  transition: color 0.16s ease;
}
.tool-faq__icon[data-v-1de800d7]::before,
.tool-faq__icon[data-v-1de800d7]::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background: currentColor;
}
.tool-faq__icon[data-v-1de800d7]::before {
  top: 10px;
  left: 4px;
  width: 14px;
  height: 2px;
}
.tool-faq__icon[data-v-1de800d7]::after {
  top: 4px;
  left: 10px;
  width: 2px;
  height: 14px;
  transition: transform 0.2s ease;
}
.tool-faq__item[open] > summary[data-v-1de800d7] {
  color: #342E73;
}
.tool-faq__item[open] .tool-faq__icon[data-v-1de800d7] {
  color: #342E73;
}
.tool-faq__item[open] .tool-faq__icon[data-v-1de800d7]::after {
  transform: scaleY(0);
}
.tool-faq__answer[data-v-1de800d7] {
  max-width: 860px;
  padding: 0 22px 20px;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}
.tool-faq__inline-link[data-v-1de800d7] {
  display: inline;
  margin-left: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #342E73;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}
.tool-faq__inline-link[data-v-1de800d7]:hover,
.tool-faq__inline-link[data-v-1de800d7]:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
.tool-faq[data-v-1de800d7] {
    padding: 8px 18px 48px;
}
.tool-faq__item > summary[data-v-1de800d7] {
    padding: 16px;
    font-size: 14px;
}
.tool-faq__answer[data-v-1de800d7] {
    padding: 0 16px 16px;
}
}
.tool-faq--collapsed[data-v-1de800d7] {
  max-width: none;
  padding: 0;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
}
.tool-faq--collapsed .tool-faq__disclosure[data-v-1de800d7] {
  border-top: 1px solid #eef0f4;
  padding-top: 22px;
}
.tool-faq--collapsed .tool-faq__disclosure > summary[data-v-1de800d7] {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
  color: #94a3b8;
  font-size: 12.5px;
}
.tool-faq--collapsed .tool-faq__disclosure > summary[data-v-1de800d7]::-webkit-details-marker {
  display: none;
}
.tool-faq--collapsed .tool-faq__disclosure > summary[data-v-1de800d7]:hover {
  color: #475569;
}
.tool-faq--collapsed .tool-faq__disclosure > summary[data-v-1de800d7]:focus-visible {
  outline: 2px solid #342e73;
  outline-offset: 2px;
}
.tool-faq--collapsed .tool-faq__disclosure > summary i[data-v-1de800d7] {
  transition: transform 0.15s;
}
.tool-faq--collapsed .tool-faq__disclosure > summary strong[data-v-1de800d7] {
  flex-shrink: 0;
  font-weight: 600;
}
.tool-faq--collapsed .tool-faq__disclosure[open] > summary i[data-v-1de800d7] {
  transform: rotate(90deg);
}
.tool-faq--collapsed .tool-faq__grid[data-v-1de800d7] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 36px;
  padding-top: 18px;
}
.tool-faq--collapsed .tool-faq__grid h3[data-v-1de800d7] {
  margin: 0 0 5px;
  color: #1f2430;
  font-size: 14px;
  font-weight: 600;
}
.tool-faq--collapsed .tool-faq__grid p[data-v-1de800d7] {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.65;
}
.tool-faq--collapsed.tool-faq--compact .tool-faq__grid[data-v-1de800d7] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.tool-faq--collapsed.tool-faq--compact .tool-faq__grid h3[data-v-1de800d7] {
  color: #475569;
  font-size: 13px;
}
.tool-faq--collapsed.tool-faq--compact .tool-faq__grid p[data-v-1de800d7] {
  font-size: 12.5px;
}
.tool-faq--collapsed.tool-faq--contained[data-v-1de800d7] {
  max-width: 1184px;
  padding: 0 32px 48px;
}
@media (max-width: 768px) {
.tool-faq--collapsed .tool-faq__grid[data-v-1de800d7] {
    grid-template-columns: minmax(0, 1fr);
}
.tool-faq--collapsed.tool-faq--contained[data-v-1de800d7] {
    padding: 0 18px 40px;
}
}
@media (prefers-reduced-motion: reduce) {
.tool-faq--collapsed .tool-faq__disclosure > summary i[data-v-1de800d7] {
    transition: none;
}
}

.my-ctrl[data-v-02423358] {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  flex: 0 0 auto;
  height: 38px;
  border: 1px solid #E5E6EB;
  border-radius: 10px;
  background: #FFFFFF;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.my-ctrl[data-v-02423358]:hover {
  border-color: #D0D5DD;
}
.my-ctrl__label[data-v-02423358] {
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-right: 1px solid #EEF0F4;
  color: #1F2430;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.my-ctrl__value[data-v-02423358] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 11px 0 10px;
  border: 0;
  background: transparent;
  color: #1F2430;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
.my-ctrl__value[data-v-02423358]:hover {
  background: #F7F8FB;
}
.my-ctrl__value.is-open[data-v-02423358] {
  background: rgba(52, 46, 115, 0.08);
}
.my-ctrl__value.is-placeholder .my-ctrl__valtext[data-v-02423358] {
  color: #94a3b8;
  font-weight: 500;
}
.my-ctrl__ico[data-v-02423358] {
  color: #52A67D;
}
.my-ctrl__ico.is-empty[data-v-02423358] {
  color: #94a3b8;
}
.my-ctrl__valtext[data-v-02423358] {
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-ctrl__caret[data-v-02423358] {
  color: #94a3b8;
  transition: transform 0.15s ease;
}
.my-ctrl__caret.is-open[data-v-02423358] {
  transform: rotate(180deg);
}
.my-dd[data-v-02423358] {
  position: absolute;
  z-index: 60;
  top: calc(100% + 8px);
  left: 0;
  width: 300px;
  max-width: 88vw;
  background: #FFFFFF;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: my-dd-pop-02423358 0.15s ease;
}
@keyframes my-dd-pop-02423358 {
from {
    opacity: 0;
    transform: translateY(-6px);
}
to {
    opacity: 1;
    transform: none;
}
}
.my-dd__head[data-v-02423358] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 11px 14px;
  border-bottom: 1px solid #EEF0F4;
  font-size: 12px;
  color: #94a3b8;
}
.my-dd__headnum[data-v-02423358] {
  font-weight: 700;
  color: #2E7D5B;
}
.my-dd__list[data-v-02423358] {
  max-height: 260px;
  overflow: auto;
  padding: 6px;
}
.my-row[data-v-02423358] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 9px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.my-row[data-v-02423358]:hover {
  background: #F7F8FB;
}
.my-row.is-selected[data-v-02423358] {
  background: #F3F2FF;
}
.my-row__check[data-v-02423358] {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 1.5px solid #D0D5DD;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  transition: 0.12s ease;
}
.my-row__check.is-on[data-v-02423358] {
  background: #342E73;
  border-color: #342E73;
}
.my-row__name[data-v-02423358] {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #1F2430;
}
.my-row__count[data-v-02423358] {
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
  font-size: 12px;
  color: #94a3b8;
}
.my-dd__foot[data-v-02423358] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-top: 1px solid #EEF0F4;
  background: #FDFDFF;
}
.my-dd__hint[data-v-02423358] {
  font-size: 12px;
  color: #94a3b8;
}
.my-dd__link[data-v-02423358] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: #342E73;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.my-dd__link[data-v-02423358]:hover {
  color: #2A2660;
  text-decoration: underline;
}
.my-dd__empty[data-v-02423358] {
  padding: 22px 18px;
  text-align: center;
}
.my-dd__emptyico[data-v-02423358] {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 12px;
  background: #F3F2FF;
  color: #342E73;
  font-size: 20px;
}
.my-dd__emptytitle[data-v-02423358] {
  font-size: 14px;
  font-weight: 700;
  color: #1F2430;
}
.my-dd__emptytext[data-v-02423358] {
  margin: 6px 0 14px;
  font-size: 12px;
  line-height: 1.75;
  color: #475569;
}
.my-dd__cta[data-v-02423358] {
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #342E73;
  border-radius: 10px;
  background: #342E73;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.my-dd__cta[data-v-02423358]:hover {
  background: #2A2660;
  border-color: #2A2660;
}

.term-check-page[data-v-69be3982] {
  min-height: 100%;
  background: #FAFBFE;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.term-check-main[data-v-69be3982] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px 24px;
  box-sizing: border-box;
}
.term-check-toolbar[data-v-69be3982] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.term-check-toolbar__left[data-v-69be3982],
.term-check-toolbar__right[data-v-69be3982] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
}
.term-check-toolbar__right[data-v-69be3982] {
  flex: 1 1 auto;
  justify-content: flex-end;
}
.term-check-toolbar__hint[data-v-69be3982] {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.term-check-toolbar__hint.is-warning[data-v-69be3982] {
  color: #8A6310;
}
.term-check-primary[data-v-69be3982],
.term-check-secondary[data-v-69be3982],
.term-check-ghost[data-v-69be3982] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.term-check-primary[data-v-69be3982]:disabled,
.term-check-secondary[data-v-69be3982]:disabled,
.term-check-ghost[data-v-69be3982]:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.term-check-primary[data-v-69be3982] {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #342E73;
  background: #342E73;
  color: #ffffff;
  white-space: nowrap;
}
.term-check-primary[data-v-69be3982]:not(:disabled):hover {
  border-color: #2A2660;
  background: #2A2660;
}
.term-check-secondary[data-v-69be3982] {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #E5E6EB;
  background: #FFFFFF;
  color: #1F2430;
}
.term-check-secondary[data-v-69be3982]:hover {
  background: #F7F8FB;
}
.term-check-ghost[data-v-69be3982] {
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #475569;
}
.term-check-ghost[data-v-69be3982]:not(:disabled):hover {
  color: #342E73;
}
.term-check-workbench[data-v-69be3982] {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(440px, 1fr);
  gap: 16px;
}
.term-check-pane[data-v-69be3982] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 560px;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.term-check-pane__head[data-v-69be3982],
.term-check-pane__foot[data-v-69be3982] {
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
}
.term-check-pane__head[data-v-69be3982] {
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid #EEF0F4;
  background: #F7F8FB;
}
.term-check-pane__head h2[data-v-69be3982] {
  margin: 0;
  color: #1F2430;
  font-size: 16px;
  font-weight: 700;
}
.term-check-pane__foot[data-v-69be3982] {
  min-height: 60px;
  padding: 12px 16px;
  border-top: 1px solid #EEF0F4;
}
.term-check-count[data-v-69be3982],
.term-check-assist[data-v-69be3982] {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 500;
}
.term-check-assist[data-v-69be3982] {
  min-width: 0;
}
.term-check-spacer[data-v-69be3982] {
  flex: 1 1 auto;
}
.term-check-editor-shell[data-v-69be3982] {
  flex: 1 1 auto;
  min-height: 480px;
  background: #FFFFFF;
}
.term-check-editor[data-v-69be3982],
.term-check-rendered[data-v-69be3982] {
  width: 100%;
  height: 100%;
  min-height: 480px;
  box-sizing: border-box;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  outline: none;
}
.term-check-editor[data-v-69be3982] {
  resize: none;
}
.term-check-editor[data-v-69be3982]::-moz-placeholder {
  color: #94a3b8;
}
.term-check-editor[data-v-69be3982]::placeholder {
  color: #94a3b8;
}
.term-check-editor[data-v-69be3982]:focus {
  box-shadow: inset 0 0 0 2px rgba(52, 46, 115, 0.18);
}
.term-check-rendered[data-v-69be3982] {
  overflow: auto;
  white-space: pre-wrap;
  cursor: text;
}
.term-check-rendered[data-v-69be3982] .term-highlight {
  display: inline;
  padding: 1px 4px;
  border-radius: 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.term-check-rendered[data-v-69be3982] .term-highlight.is-ok {
  background: rgba(82, 166, 125, 0.24);
  box-shadow: inset 0 -1px 0 rgba(82, 166, 125, 0.45);
}
.term-check-rendered[data-v-69be3982] .term-highlight.is-warning {
  background: rgba(217, 164, 65, 0.24);
  box-shadow: inset 0 -1px 0 rgba(217, 164, 65, 0.5);
}
.term-check-rendered[data-v-69be3982] .term-check-empty {
  color: #94a3b8;
}
.term-check-alert[data-v-69be3982],
.term-check-summary[data-v-69be3982] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.term-check-alert--error[data-v-69be3982] {
  border: 1px solid rgba(212, 91, 91, 0.22);
  background: #FDEDED;
  color: #B23A3A;
}
.term-check-summary[data-v-69be3982] {
  border: 1px solid #EEF0F4;
  background: #FFFFFF;
  color: #1F2430;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.term-check-summary__dot[data-v-69be3982] {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #342E73;
}
.term-check-summary__spacer[data-v-69be3982] {
  flex: 1 1 auto;
}
.term-check-summary__src[data-v-69be3982] {
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}
@media (max-width: 980px) {
.term-check-toolbar[data-v-69be3982] {
    align-items: flex-start;
    flex-direction: column;
}
.term-check-toolbar__right[data-v-69be3982] {
    width: 100%;
    justify-content: space-between;
}
.term-check-workbench[data-v-69be3982] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.term-check-main[data-v-69be3982] {
    padding: 16px 16px 24px;
}
.term-check-toolbar[data-v-69be3982] {
    padding: 12px;
}
.term-check-toolbar__left[data-v-69be3982],
  .term-check-toolbar__right[data-v-69be3982] {
    width: 100%;
}
.term-check-primary[data-v-69be3982] {
    flex: 1 1 auto;
}
.term-check-pane[data-v-69be3982] {
    min-height: 420px;
}
.term-check-editor[data-v-69be3982],
  .term-check-rendered[data-v-69be3982],
  .term-check-editor-shell[data-v-69be3982] {
    min-height: 320px;
}
.term-check-pane__foot[data-v-69be3982] {
    align-items: flex-start;
    flex-direction: column;
}
.term-check-spacer[data-v-69be3982] {
    display: none;
}
}
.utility-tool-layout[data-v-69be3982] {
  background: #fafbfe;
  color: #1f2430;
}
.utility-tool-layout > main[data-v-69be3982] {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 24px 32px 32px;
  box-sizing: border-box;
}
.utility-tool-layout .align-input-card[data-v-69be3982],
.utility-tool-layout .align-collapsed[data-v-69be3982],
.utility-tool-layout .align-table[data-v-69be3982],
.utility-tool-layout .grammar-editor-card[data-v-69be3982],
.utility-tool-layout .grammar-summary-card[data-v-69be3982],
.utility-tool-layout .chinglish-workbench[data-v-69be3982],
.utility-tool-layout .email-composer[data-v-69be3982],
.utility-tool-layout .smart-formatting-workbench[data-v-69be3982],
.utility-tool-layout .term-check-pane[data-v-69be3982],
.utility-tool-layout .term-extract-work-card[data-v-69be3982] {
  border-color: #eef0f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.utility-tool-layout .tools-card[data-v-69be3982] {
  border-color: #eef0f4;
  border-radius: 12px;
}
.utility-tool-layout .tools-card[data-v-69be3982]:hover {
  border-color: rgba(52, 46, 115, 0.22);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transform: none;
}
.utility-tool-layout .tools-card:hover .tools-card__icon[data-v-69be3982] {
  background: #f3f2ff;
  color: #342e73;
}
.utility-tool-layout[data-v-69be3982] .el-button {
  border-radius: 9px;
}
.utility-tool-layout[data-v-69be3982] button:focus-visible,
.utility-tool-layout[data-v-69be3982] input:focus-visible,
.utility-tool-layout[data-v-69be3982] textarea:focus-visible,
.utility-tool-layout a[data-v-69be3982]:focus-visible {
  outline: 2px solid #342e73;
  outline-offset: 2px;
}
@media (max-width: 768px) {
.utility-tool-layout > main[data-v-69be3982] {
    padding: 20px 18px 24px;
}
}
@media (prefers-reduced-motion: reduce) {
.utility-tool-layout .tools-card[data-v-69be3982] {
    transition: none;
}
}

