:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
.copy-icon {
  cursor: pointer;
  padding-left: 4px;
  color: #1677ff;
}
.highlighted-text > .active-span {
  display: inline;
  padding: 2px 4px;
  margin: 0 1px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease all;
}
.highlighted-text > .active-span.zhuyu {
  /* 主语 - 蓝色系 */
  background-color: rgba(65, 105, 225, 0.3);
  /* 皇家蓝 */
  border-bottom: 1px solid rgba(65, 105, 225, 0.5);
}
.highlighted-text > .active-span.weiyu {
  /* 谓语 - 红色系 */
  background-color: rgba(220, 20, 60, 0.3);
  /* 深红 */
  border-bottom: 1px solid rgba(220, 20, 60, 0.5);
}
.highlighted-text > .active-span.binyu {
  /* 宾语 - 绿色系 */
  background-color: rgba(34, 139, 34, 0.3);
  /* 森林绿 */
  border-bottom: 1px solid rgba(34, 139, 34, 0.5);
}
.highlighted-text > .active-span.zhuangyu {
  /* 状语 - 紫色系 */
  background-color: rgba(147, 112, 219, 0.3);
  /* 中紫色 */
  border-bottom: 1px solid rgba(147, 112, 219, 0.5);
}
.highlighted-text > .active-span.jieci_duanyu {
  /* 介词短语 - 橙色系 */
  background-color: rgba(255, 140, 0, 0.3);
  /* 深橙 */
  border-bottom: 1px solid rgba(255, 140, 0, 0.5);
}
.highlighted-text > .active-span.zhuju_jiegou {
  /* 主句结构 - 青色系 */
  background-color: rgba(0, 139, 139, 0.3);
  /* 深青色 */
  border-bottom: 1px solid rgba(0, 139, 139, 0.5);
}
.highlighted-text > .active-span.others {
  /* 其他 - 中性灰色 */
  background-color: rgba(128, 128, 128, 0.3);
  /* 灰色 */
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.highlighted-text > .active-span:hover {
  border-width: 2px !important;
  background: none !important;
}
.specialized-glossary ul {
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.specialized-glossary ul li {
  list-style: none;
}
.table-item {
  max-width: 300px;
  max-height: 120px;
  overflow-y: auto;
}
.translate-wrapper {
  position: relative;
}
.translate-wrapper .translateBtn {
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.knowoedge-item-content {
  padding: 32px;
}
.knowledge-table .ant-table-cell {
  font-size: 12px;
  padding: 4px !important;
}
.transform-result {
  display: flex;
  width: 100%;
  align-items: start;
}
.transform-result .translate-origin {
  padding-right: 8px;
}
.transform-result .translate-origin,
.transform-result .translate-result {
  flex: 1;
}
.transform-result .transform-btn-container {
  align-self: center;
}
.transform-result .transform-btn-container .translateBtn {
  cursor: pointer;
}
.ai-recheck-result .ai-status {
  height: 20px;
  background: #389e0d;
  border-radius: 4px;
  padding: 0 4px;
}
.ai-recheck-result .ai-status + .ai-status {
  margin-top: 8px;
}
.ai-recheck-result .ai-status.minor_issues {
  background: #fadb14;
}
.ai-recheck-result .ai-status.major_issues {
  background: #f5222d;
}
.ai-check-tag {
  max-width: 500px;
}
.company-list .customer-container {
  display: grid;
  grid-template-columns: calc(25% - 8px) calc(25% - 8px) calc(25% - 8px) calc(25% - 8px);
  gap: 16px;
}
.company-list .customer-container .customer-item {
  display: flex;
  color: #fff;
  background-color: #1677ff;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  border-radius: 4px;
  padding: 4px;
}
.company-list .customer-container .customer-item .customer_name {
  flex: 1;
}
.company-list .customer-container .customer-item .actions .ant-btn {
  margin-left: 4px;
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
.login-container {
  background-color: #E6F0FF;
  padding: 24px;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.login-container .chat-bg-circle-1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.login-container .chat-bg-circle-1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.login-container .chat-bg-circle-2 {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.login-container .chat-bg-circle-2::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.login-container .login-form {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 24px;
  border-radius: 8px;
}
.login-container .login-form .image-code-wrapper {
  display: flex;
}
.login-container .login-form .image-code-wrapper .image-code-input {
  flex: 1;
}
.login-container .login-form .image-code-wrapper .captcha-container {
  cursor: pointer;
  background: #f5f5f5;
  text-align: center;
  height: 32px;
  font-weight: bold;
  user-select: none;
  width: 102px;
  margin-left: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.login-container .login-form .image-code-wrapper .captcha-container img {
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .login-container .login-form {
    width: 80%;
  }
  .login-container .login-form h3.ant-typography {
    font-size: 18px;
  }
}
.col-settings-form-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8;
}
.col-settings-form-line .ant-space-item {
  flex: 1;
}
.col-settings-form-line .ant-space-item:last-child {
  width: 48px;
  flex: unset;
}
.col-settings-form-line .form-line-item {
  flex: 1;
}
.col-settings-form-line .dynamic-delete-button {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.base-layout {
  min-height: 100vh;
}
.base-layout .header {
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#root {
  width: 100%;
  min-height: 100vh;
}
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
