
/* @font-face {
  font-family: Gilroy;
  src: url('https://cdn.tachen.top/link-medix/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2');
} */

:root {
  font-family: 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; */
  *{
    font-family: Gilroy, Sans-serif;
  }
}

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;
  }
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
.base-layout .header {
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.base-layout .header-title {
  font-size: 24px;
  margin: 0;
}
.page_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  z-index: 2;
}
.page_header .page-menu {
  background-color: none;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_header .logo-area {
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.page_header .logo-area img {
  width: 110px;
  height: 33px;
}
.page_header .logout-btn {
  z-index: 2;
}
.footer-area {
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.chat-layout {
  padding: 24px;
}
.chat-layout .divider {
  margin-top: 24px;
}
.page-wrapper {
  position: relative;
  z-index: 1;
}
.page-wrapper .page-menu,
.page-wrapper .ant-layout {
  background: none !important;
}
.page-wrapper .footer-area {
  padding-bottom: 24px;
}
.page-wrapper .ant-menu {
  border-bottom: none;
}
.page-wrapper .ant-menu::before {
  display: none !important;
}
.base-background-wrapper {
  background-color: #E6F0FF;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
}
.base-background-wrapper .chat-bg-circle-1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.base-background-wrapper .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%);
}
.base-background-wrapper .chat-bg-circle-2 {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.base-background-wrapper .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%);
}
.base-background-wrapper .chat-layout {
  display: flex;
  border-radius: 24px;
  overflow: scroll;
  border: 2px solid #D2E0FD;
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #ffffff;
  padding: 24px;
}
.base-background-wrapper .chat-layout .layout-content {
  background-color: #ffffff;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page_header .logo-area img {
    width: 64px;
    height: auto;
  }
  .page_header .logout-btn {
    display: none;
  }
}
.chat-message {
  display: block;
  margin-bottom: 32px;
}
.chat-message .chat-item {
  display: flex;
  align-items: start;
  position: relative;
}
.chat-message .chat-item.asking .clinic-content-wrapper .clinic-content-main,
.chat-message .chat-item.collection_complete .clinic-content-wrapper .clinic-content-main {
  background: #eaeaea61;
}
.chat-message .chat-item.diagnosis .clinic-content-wrapper .clinic-content-main {
  padding: 0;
}
.chat-message .chat-item.awaiting_ai_diagnosis .clinic-content-wrapper .clinic-content-main {
  padding: 0 15px;
}
.chat-message .chat-item.chat-error .clinic-content-wrapper .clinic-content-main {
  border: 1px solid #99000087;
  background: #ffdede45;
}
.chat-message .chat-item.chat-loading-img {
  align-items: center;
  font-size: 0;
}
.chat-message .chat-item.chat-user {
  flex-direction: row-reverse;
}
.chat-message .chat-item.chat-user .base-info__list {
  margin-bottom: 0;
  padding-left: 16px;
  padding-bottom: 0;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper {
  margin-left: 0;
  margin-right: 4px;
  display: flex;
  justify-content: end;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main {
  background-color: #eff6ff;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main .item-user-content__item .item-user-content__item-img {
  margin-top: 8px;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main .item-user-content__item .item-user-content__item-img img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 4px;
}
.chat-message .chat-item .user-avatar {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: -20px;
  right: -8px;
  background: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0EFF2;
  box-shadow: 0 0 2px #F0EFF2;
  border-radius: 8px;
}
.chat-message .chat-item .user-avatar svg {
  width: 16px;
  height: 16px;
  color: #AEB2B9;
}
.chat-message .chat-item .clinc-avatar {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: -20px;
  left: -8px;
  background: #E6EDFF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0EFF2;
  box-shadow: 0 0 2px #F0EFF2;
  border-radius: 8px;
}
.chat-message .chat-item .clinc-avatar img {
  width: 16px;
}
.chat-message .chat-item .clinic-content-wrapper {
  flex: 1;
}
.chat-message .chat-item .clinic-content-wrapper .clinic-content-main {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-left: 4px;
  display: inline-block;
}
.chat-message .chat-item .clinic-content-wrapper .clinic-content-main.layout-error {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
}
.chat-message.clinic {
  color: #333;
  text-align: left;
  margin-right: 50px;
}
.chat-message.clinic .chat-message-container {
  background: #fff;
  width: 100%;
}
.chat-message.clinic .chat-message-container .clinic-title {
  font-weight: bold;
  color: #6fce90;
}
.chat-message.clinic .chat-message-container .clinic-list {
  margin-top: 16px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item {
  display: flex;
  border-bottom: 1px dashed #00000040;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-image {
  width: 40%;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-image img {
  width: 100%;
  height: 102px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content {
  flex: 1;
  padding-left: 8px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name .clinic_name_val {
  color: #6fce90;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name .clinic_distance {
  margin-left: 8px;
  font-size: 12px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name .clinic_distance .clinic_distance_num {
  color: #6fce90;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_address,
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_department {
  font-size: 12px;
  margin-bottom: 5px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinc_actions {
  display: flex;
  justify-content: space-between;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinc_actions .to-directions {
  background: #3dbdec;
  color: #fff;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0;
  flex: 1;
  margin-right: 8px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinc_actions .to-appointment {
  background: #6fce90;
  color: #fff;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0;
  flex: 1;
  margin-left: 8px;
}
.chat-message.assistant .chat-item.watting_for_diagnostic .clinic-content-main {
  border-radius: 8px;
  margin: 12px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.chat-message .chat-loading-icon {
  width: 20px;
  height: 20px;
}
.chat-message.assistant,
.chat-message.loading {
  text-align: left;
  margin-right: 50px;
}
.chat-message.assistant .chat-message-container,
.chat-message.loading .chat-message-container {
  color: #333;
  background: #fff;
}
.chat-message.user {
  text-align: right;
  margin-left: 50px;
}
.chat-message.user .clinic-content-wrapper .clinic-content-main {
  background: #6fce90;
  color: #fff;
}
.chat-message .chat-message-container {
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}
.chat-message .chat-message-container .main-des {
  font-size: 14px;
  margin-top: 8px;
}
.result-card {
  background: #eaeaea61;
  padding: 0;
  margin: 8px;
}
.result-card .card-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  background: linear-gradient(45deg, #004aad 0%, #0167ef 40%, #004aad 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
}
.result-card .card-body .info-item {
  line-height: 1.6;
  margin: 0 16px 16px;
}
.result-card .card-body .info-item + .info-item {
  border-top: 1px solid #c6c6c6;
  padding-top: 16px;
}
.result-card .card-body .info-item.lifestyle .info-item_main {
  padding-left: 12px;
}
.result-card .card-body .info-item.lifestyle .info-item_main .info-item_main-item {
  color: #606266;
}
.result-card .card-body .info-item.drug_name ul.info-item_main {
  padding-left: 0;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li {
  list-style: none;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li + li {
  border-top: 1px dashed #606266;
  padding-top: 12px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top {
  display: flex;
  align-items: center;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-icon {
  display: none;
  margin-right: 4px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-icon svg {
  width: 20px;
  height: 20px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-name {
  color: #119ebf;
  font-size: 14px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-otc {
  margin-left: 8px;
  color: #0167EF;
  border: 1px solid #0167EF;
  border-radius: 4px;
  padding: 2px;
  background: #0167ef08;
  font-size: 10px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main {
  margin: 8px 0;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item {
  display: flex;
  align-items: flex-start;
  line-height: 18px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item.drag-Dosage .drag-course-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item.drag-Dosage .drag-course-icon svg {
  width: 12px;
  height: 12px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item .drag-course-icon {
  font-size: 0;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item .drag-course-icon svg {
  width: 18px;
  height: 18px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item .drag-course-label {
  margin: 0 4px;
}
.result-card .card-body .info-item.info-item__jianbie ul.info-item_main {
  padding-left: 0;
}
.result-card .card-body .info-item.info-item__jianbie ul.info-item_main li {
  list-style: none;
}
.result-card .card-body .info-item.info-item__jianbie ul.info-item_main li + li {
  border-top: 1px dashed #606266;
  padding-top: 12px;
  margin-top: 12px;
}
.result-card .card-body .info-item.info-item__jianbie .info-item__dis {
  font-weight: bold;
}
.result-card .card-body .info-item.info-item__jianbie .info-item__consideration {
  color: #454545;
  margin-top: 8px;
}
.result-card .card-body .info-item.confidence-level-item .info-item-info {
  margin-top: 8px;
}
.result-card .card-body .info-item.preliminary-diagnosis .label {
  color: #0167ef;
  font-weight: bold;
}
.result-card .card-body .info-item.emergency-signals .label {
  border-color: #cd201f;
}
.result-card .card-body .info-item.emergency-signals .info-item__list-necessity {
  color: #cd201f !important;
}
.result-card .card-body .info-item .label {
  display: block;
  border-left: 4px solid #0167ef;
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.result-card .card-body .info-item .info-item__content {
  font-size: 12px;
  line-height: 1.2;
  color: #454545;
}
.result-card .card-body .info-item.info-item__pure-list .info-item_main-item {
  color: #119ebf;
  color: #606266;
}
.result-card .card-body .info-item.info-item__list .info-item_main {
  display: block;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item {
  display: block;
  color: #606266;
  width: 100%;
  position: relative;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item {
  font-size: 14px;
  line-height: 22px;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item .info-item__list-item_left {
  display: inline;
  font-weight: bold;
  flex: 1;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item .info-item__list-necessity {
  display: inline;
  text-align: right;
  color: #119ebf;
  margin-left: 8px;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item .info-item__bottom {
  font-size: 12px;
  color: #909399;
}
.result-card .card-body .info-item ul.info-item_main {
  padding-left: 24px;
}
.result-card .card-body .info-item .info-item_main {
  display: inline-block;
}
.result-card .card-body .info-item .info-item_main .info-item_main-item {
  color: #119ebf;
  margin-top: 8px;
}
.result-card .label {
  color: #333;
  font-weight: bold;
}
.result-card .main-bottom {
  font-size: 12px;
  color: #ababab;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ababab;
}
.result-card .info-item_primary {
  color: #119ebf;
}
.confidence-level {
  position: relative;
  padding-top: 24px;
  width: 400px;
}
.confidence-level .confidence-level-arrow {
  position: absolute;
  top: -5px;
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 1;
  width: 33.33%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.confidence-level .confidence-level-arrow .confidence-level-icon svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1000px) {
  .result-card .card-body .info-item.confidence-level-item .info-item__content .confidence-level {
    margin-top: 12px;
  }
  .result-card .card-body .info-item.confidence-level-item .info-item__content .confidence-level .confidence-level-arrow {
    font-size: 10px;
  }
}
.app-shell * {
  box-sizing: border-box;
}
.app-shell body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}
.app-shell button:not(.ant-btn),
.app-shell input:not(.ant-input),
.app-shell textarea:not(.ant-input) {
  font: inherit;
}
.app-shell button:not(.ant-btn) {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  padding: 0 14px;
  cursor: pointer;
}
.app-shell button:not(.ant-btn):disabled,
.app-shell input:not(.ant-input):disabled {
  cursor: not-allowed;
  opacity: 0.52;
}
.app-shell button:not(.ant-btn):not(:disabled):hover {
  border-color: var(--accent);
}
.app-shell input:not(.ant-input),
.app-shell textarea:not(.ant-input) {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
}
.app-shell input:not(.ant-input) {
  min-height: 38px;
  padding: 0 10px;
}
.app-shell textarea:not(.ant-input) {
  min-height: 190px;
  resize: vertical;
  padding: 10px;
  line-height: 1.55;
}
.app-shell .app-shell {
  width: min(1440px, calc(100vw - 32px));
  margin: 0 auto 20px;
}
.app-shell .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.app-shell h1,
.app-shell h2,
.app-shell p {
  margin: 0;
}
.app-shell h1 {
  font-size: 28px;
  font-weight: 720;
}
.app-shell h2 {
  font-size: 16px;
  font-weight: 680;
}
.app-shell #supportText {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}
.app-shell .connection,
.app-shell .topbar-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 350px;
}
.app-shell .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--danger);
}
.app-shell .dot.connected {
  background: var(--ok);
}
.app-shell .terminal-layout {
  display: grid;
  grid-template-columns: 320px 420px minmax(230px, 1fr);
  gap: 16px;
  align-items: start;
}
.app-shell .left-column,
.app-shell .center-column,
.app-shell .right-column {
  display: grid;
  gap: 16px;
}
.app-shell .panel,
.app-shell .log-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.app-shell .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.app-shell .panel-header span {
  color: var(--muted);
  font-size: 14px;
}
.app-shell .panel-header .ant-btn-primary span {
  color: #fff;
}
.app-shell .scan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.app-shell .info-list {
  display: grid;
  gap: 10px;
  margin: 0;
}
.app-shell .info-list div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}
.app-shell .info-list.compact div {
  grid-template-columns: 74px minmax(0, 1fr);
}
.app-shell .device-info div {
  grid-template-columns: 96px minmax(0, 1fr);
}
.app-shell dt {
  color: var(--muted);
}
.app-shell dd {
  margin: 0;
  word-break: break-word;
}
.app-shell .conversation-panel {
  min-height: 260px;
}
.app-shell .conversation-list {
  display: grid;
  gap: 10px;
  max-height: 460px;
  overflow: auto;
}
.app-shell .drawer-conversation {
  max-height: none;
}
.app-shell .conversation-more {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}
.app-shell .message {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  background: #fff;
}
.app-shell .message-role {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 4px;
}
.app-shell .message.patient {
  background: #f8fbff;
}
.app-shell .message.doctor {
  background: #fbfcf8;
}
.app-shell .form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.app-shell label {
  font-weight: 600;
}
.app-shell .control-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 12px;
}
.app-shell input[type="range"] {
  padding: 0;
}
.app-shell output {
  text-align: right;
  color: var(--accent-strong);
  font-weight: 700;
}
.app-shell .segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.app-shell .segmented button {
  border: 0;
  border-radius: 0;
  border-right: 1px solid var(--line);
}
.app-shell .segmented button:last-child {
  border-right: 0;
}
.app-shell .segmented button.active {
  background: var(--accent);
  color: #fff;
}
.app-shell .listening-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}
.app-shell .meter {
  height: 14px;
  background: #e8edf3;
  border-radius: 999px;
  overflow: hidden;
}
.app-shell .meter-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--ok));
  transition: width 120ms linear;
}
.app-shell .listen-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 14px;
}
.app-shell .primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.app-shell .primary:not(:disabled):hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}
.app-shell .full-width {
  width: 100%;
  margin-top: 12px;
}
.app-shell .device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.app-shell .examination-panel .ant-list-item {
  padding-inline: 0;
}
.app-shell .exam-result-line {
  margin-top: 6px;
}
.app-shell .drawer-stack {
  width: 100%;
}
.app-shell .drawer-meta {
  margin: 8px 0 12px;
}
.app-shell .drawer-description {
  color: var(--muted);
  line-height: 1.55;
}
.app-shell .antd-form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.app-shell .antd-form-row:last-child {
  margin-bottom: 0;
}
.app-shell .device-card {
  display: grid;
  gap: 4px;
  height: 74px;
  align-content: center;
  text-align: left;
}
.app-shell .device-card span {
  font-weight: 650;
}
.app-shell .device-card small {
  color: var(--muted);
}
.app-shell .diagnosis-text {
  min-height: 140px;
  white-space: pre-wrap;
  line-height: 1.55;
}
.app-shell .summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.app-shell .summary-list {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--text);
  line-height: 1.45;
}
.app-shell .records-panel {
  min-height: 230px;
}
.app-shell .records-list {
  display: grid;
  gap: 10px;
  max-height: 300px;
  overflow: auto;
}
.app-shell .empty {
  color: var(--muted);
}
.app-shell .record-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.app-shell .record-title {
  font-weight: 650;
}
.app-shell .record-subtitle {
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px;
}
.app-shell .log-panel {
  margin-top: 16px;
}
.app-shell #logOutput {
  height: 180px;
  margin: 0;
  overflow: auto;
  white-space: pre-wrap;
  color: #243447;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .app-shell .terminal-layout {
    grid-template-columns: 320px minmax(0, 1fr);
  }
  .app-shell .right-column {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .app-shell .app-shell {
    width: min(80vw, 720px);
    margin: 14px auto;
  }
  .app-shell .topbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .app-shell .connection {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .app-shell .terminal-layout,
  .app-shell .right-column {
    grid-template-columns: 1fr;
  }
  .app-shell .right-column {
    grid-column: auto;
  }
  .app-shell .device-grid,
  .app-shell .record-item {
    grid-template-columns: 1fr;
  }
}
.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;
  }
}
:root {
  --vh: 100%;
  color-scheme: light;
  --bg: #f5f7fa;
  --panel: #ffffff;
  --text: #17202a;
  --muted: #667386;
  --line: #d9dee7;
  --soft: #eef2f6;
  --accent: #1264a3;
  --accent-strong: #0b4f82;
  --ok: #168246;
  --warn: #9a5b00;
  --danger: #b3261e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#root {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 1000px) {
  input,
  textarea {
    font-size: 16px !important;
  }
}/* 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;
}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
