@charset "UTF-8";
@import url("/assets/info-79tPWUBt.css");

:root {
  --hy-purple: #7c3aed;
  --hy-purple-2: #6d28d9;
  --hy-purple-3: #efe7ff;
  --hy-line: #e6d8ff;
  --hy-bg: #f8f5ff;
  --hy-card: rgba(255, 255, 255, .97);
  --hy-text: #1f2430;
  --hy-muted: #756986;
  --hy-red: #d22f5a;
  --hy-green: #12a66a;
  --hy-blue: #2f80ed;
  --hy-shadow: 0 12px 30px rgba(101, 65, 170, .1);
}

html body.hy-info-page {
  margin: 0 !important;
  background: var(--hy-bg) !important;
  overflow: hidden !important;
}

html body.hy-info-page #app {
  min-height: 100vh !important;
  background: var(--hy-bg) !important;
}

html body.hy-info-page .hy-info-card {
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--hy-bg) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body.hy-info-page .hy-topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 55%, #5b21b6 100%);
  box-shadow: 0 8px 22px rgba(109, 40, 217, .22);
  box-sizing: border-box;
}

html body.hy-info-page .hy-brand {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

html body.hy-info-page .hy-top-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}

html body.hy-info-page .hy-chip {
  flex: 0 0 auto;
  max-width: 220px;
  height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html body.hy-info-page .hy-user-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

html body.hy-info-page .hy-user-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38f08b;
  box-shadow: 0 0 0 4px rgba(56, 240, 139, .16);
}

html body.hy-info-page .hy-info-card > .n-card-header {
  position: absolute !important;
  left: 14px !important;
  top: 62px !important;
  z-index: 11 !important;
  width: 182px !important;
  padding: 0 !important;
  border: 0 !important;
}

html body.hy-info-page .hy-info-card > .n-card-header .n-card-header__main {
  color: var(--hy-text) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body.hy-info-page .hy-info-card > .n-card__content {
  display: grid !important;
  grid-template-columns: 184px minmax(370px, 430px) minmax(0, 1fr) minmax(370px, 440px) !important;
  grid-template-rows: 36px minmax(0, 1fr) !important;
  gap: 12px !important;
  height: 100vh !important;
  padding: 58px 14px 12px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body.hy-info-page .hy-info-card > .n-card__content > strong {
  grid-column: 2 / 5 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  color: var(--hy-red) !important;
  background: #fff !important;
  border: 1px solid var(--hy-line) !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-shadow: 0 6px 16px rgba(124, 58, 237, .06) !important;
}

html body.hy-info-page .hy-info-card > .n-card__content > .n-button {
  position: absolute !important;
  left: 14px !important;
  top: 130px !important;
  z-index: 12 !important;
  height: 30px !important;
  min-width: 62px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

html body.hy-info-page .hy-device-panel {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: stretch !important;
  min-width: 0 !important;
  height: calc(100vh - 184px) !important;
  margin-top: 76px !important;
  padding: 12px !important;
  overflow: auto !important;
  border: 1px solid var(--hy-line) !important;
  border-radius: 18px !important;
  background: var(--hy-card) !important;
  box-shadow: var(--hy-shadow) !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-device-panel table,
html body.hy-info-page .hy-device-panel tbody,
html body.hy-info-page .hy-device-panel tr,
html body.hy-info-page .hy-device-panel th,
html body.hy-info-page .hy-device-panel td {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-device-panel tr {
  padding: 8px 0 !important;
  border-bottom: 1px solid #f0e8ff !important;
}

html body.hy-info-page .hy-device-panel tr:last-child {
  border-bottom: 0 !important;
}

html body.hy-info-page .hy-device-panel th,
html body.hy-info-page .hy-device-panel td {
  padding: 2px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--hy-text) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body.hy-info-page .hy-device-panel th,
html body.hy-info-page .hy-device-panel td:nth-child(odd) {
  color: var(--hy-muted) !important;
  font-weight: 800 !important;
}

html body.hy-info-page .hy-device-panel .n-input,
html body.hy-info-page .hy-device-panel .n-button {
  max-width: 100% !important;
  height: 28px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
}

html body.hy-info-page .hy-device-panel img {
  width: 34px !important;
  height: 34px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  background: #f4efff !important;
}

html body.hy-info-page .image-container[data-v-fc0266af] {
  grid-column: 2 / 5 !important;
  grid-row: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .content-wrapper[data-v-fc0266af] {
  display: grid !important;
  grid-template-columns: minmax(370px, 430px) minmax(0, 1fr) minmax(370px, 440px) !important;
  grid-template-rows: minmax(0, 1fr) auto auto !important;
  gap: 12px !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .content-wrapper[data-v-fc0266af] > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-record-panel,
html body.hy-info-page .image-box[data-v-fc0266af] {
  min-width: 0 !important;
  min-height: 0 !important;
  background: var(--hy-card) !important;
  border: 1px solid var(--hy-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--hy-shadow) !important;
  overflow: hidden !important;
}

html body.hy-info-page .hy-record-panel {
  grid-column: 1 !important;
  grid-row: 1 / 4 !important;
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  grid-template-rows: 48px minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

html body.hy-info-page .hy-record-title {
  grid-column: 1 / 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 0 14px 0 16px;
  border-bottom: 1px solid #f0e8ff;
  color: var(--hy-text);
  font-size: 15px;
  font-weight: 900;
  box-sizing: border-box;
}

html body.hy-info-page .hy-record-title small {
  color: var(--hy-muted);
  font-size: 12px;
  font-weight: 700;
}

html body.hy-info-page .hy-module-menu {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  height: 100%;
  padding: 12px 8px;
  border-right: 1px solid #f0e8ff;
  background: linear-gradient(180deg, rgba(247, 242, 255, .9), rgba(255, 255, 255, .72));
  overflow: auto;
  box-sizing: border-box;
}

html body.hy-info-page .hy-menu-btn {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 38px;
  padding: 0 8px;
  border: 0;
  border-radius: 12px;
  color: var(--hy-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

html body.hy-info-page .hy-menu-btn span:last-child {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html body.hy-info-page .hy-menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  color: var(--hy-purple);
  background: #fff;
  box-shadow: inset 0 0 0 1px #eadcff;
  font-size: 11px;
  font-weight: 900;
}

html body.hy-info-page .hy-menu-btn:hover,
html body.hy-info-page .hy-menu-btn.is-active {
  color: var(--hy-purple-2);
  background: var(--hy-purple-3);
  box-shadow: 0 8px 18px rgba(124, 58, 237, .1);
}

html body.hy-info-page .hy-menu-btn.is-active .hy-menu-icon {
  color: #fff;
  background: var(--hy-purple);
  box-shadow: none;
}

html body.hy-info-page .hy-record-panel .n-tabs {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

html body.hy-info-page .hy-record-panel .n-tabs-nav {
  display: none !important;
}

html body.hy-info-page .hy-record-panel .n-tabs-pane-wrapper,
html body.hy-info-page .hy-record-panel .n-tab-pane {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  overflow: auto !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-record-panel table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}

html body.hy-info-page .hy-record-panel td,
html body.hy-info-page .hy-record-panel th,
html body.hy-info-page .hy-record-panel span,
html body.hy-info-page .hy-record-panel div {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body.hy-info-page .image-box-group[data-v-fc0266af] {
  grid-column: 2 / 4 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 440px) !important;
  gap: 12px !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html body.hy-info-page .image-box[data-v-fc0266af] {
  display: grid !important;
  grid-template-rows: 48px minmax(0, 1fr) auto auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 12px 12px !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-panel-title {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 48px;
  color: var(--hy-text);
  font-size: 15px;
  font-weight: 900;
}

html body.hy-info-page .hy-panel-title small {
  color: var(--hy-muted);
  font-size: 12px;
  font-weight: 700;
}

html body.hy-info-page .button-container[data-v-fc0266af] {
  grid-row: 1 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding-left: 110px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .button-container[data-v-fc0266af] .n-button,
html body.hy-info-page .image-box[data-v-fc0266af] > div[style*="margin-top"] .n-button {
  height: 30px !important;
  min-width: 58px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

html body.hy-info-page .n-button--primary-type {
  --n-color: var(--hy-purple) !important;
  --n-color-hover: #8b5cf6 !important;
  --n-color-pressed: var(--hy-purple-2) !important;
  --n-color-focus: #8b5cf6 !important;
  --n-border: 1px solid var(--hy-purple) !important;
  --n-border-hover: 1px solid #8b5cf6 !important;
  --n-border-pressed: 1px solid var(--hy-purple-2) !important;
  --n-border-focus: 1px solid #8b5cf6 !important;
}

html body.hy-info-page .image-wrapper.with-sidebar[data-v-fc0266af] {
  grid-row: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 170px !important;
  gap: 10px !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
  grid-template-columns: minmax(0, 1fr) !important;
}

html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] {
  display: none !important;
}

html body.hy-info-page .image-slot[data-v-fc0266af],
html body.hy-info-page .screenlayers[data-v-fc0266af] {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html body.hy-info-page .screenlayers[data-v-fc0266af] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #111827 !important;
  border-radius: 16px !important;
}

html body.hy-info-page .hy-read-panel .screenlayers[data-v-fc0266af] {
  background: #f8fafc !important;
}

html body.hy-info-page .screenlayers[data-v-fc0266af] img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

html body.hy-info-page .mousecanvas[data-v-fc0266af] {
  max-width: 100% !important;
  max-height: 100% !important;
}

html body.hy-info-page .inner-sidebar[data-v-fc0266af] {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  padding: 10px !important;
  gap: 8px !important;
  overflow: auto !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1px solid var(--hy-line) !important;
  border-radius: 16px !important;
}

html body.hy-info-page .inner-sidebar[data-v-fc0266af] .button-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 8px !important;
  width: 100% !important;
}

html body.hy-info-page .inner-sidebar[data-v-fc0266af] .n-button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  height: auto !important;
  padding: 6px 5px !important;
  border-radius: 12px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

html body.hy-info-page .inner-sidebar[data-v-fc0266af] .n-button__content {
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body.hy-info-page .image2-input-wrapper[data-v-fc0266af] {
  width: 100% !important;
  justify-content: flex-start !important;
  margin-top: 10px !important;
}

html body.hy-info-page .image2-input-row[data-v-fc0266af] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 88px !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
}

html body.hy-info-page .image2-input-row[data-v-fc0266af] .n-input,
html body.hy-info-page .image2-input-row[data-v-fc0266af] .n-input-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

html body.hy-info-page .image2-input-row[data-v-fc0266af] .n-button,
html body.hy-info-page .image2-input-row[data-v-fc0266af] .n-select {
  width: 88px !important;
  max-width: 88px !important;
  min-width: 0 !important;
}

html body.hy-info-page .hy-password-row {
  grid-column: 2 / 4 !important;
  grid-row: 2 !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px !important;
  gap: 8px !important;
  border: 1px solid var(--hy-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(124, 58, 237, .06) !important;
}

html body.hy-info-page .hy-password-row .n-button {
  min-width: 42px !important;
  width: 42px !important;
  height: 34px !important;
  padding: 0 !important;
  border-radius: 11px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

html body.hy-info-page .content-wrapper[data-v-fc0266af] > .image2-input-wrapper {
  grid-column: 2 / 4 !important;
  grid-row: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.hy-info-page .log-viewer[data-v-fc0266af] {
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: auto !important;
  font-size: 13px !important;
}

@media (max-width: 1500px) {
  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns: 168px minmax(330px, 390px) minmax(0, 1fr) minmax(330px, 390px) !important;
    gap: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns: minmax(330px, 390px) minmax(0, 1fr) minmax(330px, 390px) !important;
    gap: 10px !important;
  }

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  }

  html body.hy-info-page .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: minmax(170px, 1fr) 150px !important;
  }
}

@media (max-width: 1180px) {
  html body.hy-info-page {
    overflow: auto !important;
  }

  html body.hy-info-page .hy-info-card {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
  }

  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns: 160px minmax(320px, 1fr) minmax(320px, 1fr) !important;
    grid-template-rows: 38px minmax(520px, 1fr) !important;
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
  }

  html body.hy-info-page .image-container[data-v-fc0266af] {
    grid-column: 2 / 4 !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr) !important;
    overflow: visible !important;
  }

  html body.hy-info-page .hy-record-panel {
    grid-column: 1 !important;
  }

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-column: 2 !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }
}
