@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);
}

/* Left rail layout: device info on top, module menu below; projection stays phone-sized. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-left-col: clamp(280px, 21vw, 390px);
    --hy-record-col: clamp(300px, 24vw, 480px);
    --hy-read-col: clamp(310px, 20vw, 390px);
    --hy-screen-col: clamp(310px, 20vw, 390px);
    --hy-phone-view-col: clamp(160px, 11vw, 200px);
    --hy-read-view-col: clamp(160px, 11vw, 200px);
    --hy-read-control-col: clamp(140px, 8vw, 158px);
    --hy-screen-control-col: clamp(140px, 8vw, 158px);
    --hy-main-gap: clamp(12px, .85vw, 16px);
  }

  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns:
      var(--hy-left-col)
      minmax(var(--hy-record-col), 1fr)
      var(--hy-read-col)
      var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
    padding-left: clamp(10px, .8vw, 16px) !important;
    padding-right: clamp(10px, .8vw, 16px) !important;
  }

  html body.hy-info-page .hy-info-card > .n-card__content > strong,
  html body.hy-info-page .hy-info-card > .n-card__content > .image-container[data-v-fc0266af] {
    grid-column: 2 / 5 !important;
  }

  html body.hy-info-page .hy-left-rail {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-rows: minmax(240px, 43%) minmax(220px, 1fr) !important;
    gap: 12px !important;
    align-self: stretch !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: calc(100vh - 184px) !important;
    margin-top: 76px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel {
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: stretch !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: auto !important;
  }

  html body.hy-info-page .hy-left-rail .hy-module-menu {
    grid-column: auto !important;
    grid-row: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 8px !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 10px !important;
    border: 1px solid var(--hy-line) !important;
    border-radius: 18px !important;
    background: var(--hy-card) !important;
    box-shadow: var(--hy-shadow) !important;
    overflow: auto !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn {
    height: 38px !important;
    padding: 0 8px !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #efe3ff !important;
  }

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

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns:
      minmax(var(--hy-record-col), 1fr)
      var(--hy-read-col)
      var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
  }

  html body.hy-info-page .hy-record-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 48px minmax(0, 1fr) !important;
  }

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

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

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
  }

  html body.hy-info-page .hy-read-panel .button-container[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .button-container[data-v-fc0266af] {
    gap: 7px !important;
    padding-left: 76px !important;
  }

  html body.hy-info-page .hy-read-panel .button-container[data-v-fc0266af] .n-button,
  html body.hy-info-page .hy-screen-panel .button-container[data-v-fc0266af] .n-button {
    min-width: 52px !important;
    padding: 0 9px !important;
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-view-col) var(--hy-read-control-col) !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-phone-view-col) var(--hy-screen-control-col) !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-read-panel .image-slot[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .image-slot[data-v-fc0266af] {
    justify-self: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.hy-info-page .hy-screen-panel .screenlayers[data-v-fc0266af] {
    min-height: 280px !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] {
    padding: 10px 8px !important;
  }

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

  html body.hy-info-page .inner-sidebar[data-v-fc0266af] .n-button {
    min-height: 38px !important;
    padding: 6px 4px !important;
    border-radius: 12px !important;
  }

  html body.hy-info-page .hy-record-panel {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
  }

  html body.hy-info-page .hy-record-panel > .hy-module-menu {
    display: none !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-title {
    flex: 0 0 48px !important;
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs {
    flex: 1 1 auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs-pane-wrapper,
  html body.hy-info-page .hy-record-panel .n-tab-pane {
    min-height: 0 !important;
  }
}

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: 90px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 18px;
  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: none;
  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 .hy-info-card > .n-card__content > .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;
  scrollbar-gutter: stable !important;
}

html body.hy-info-page .hy-record-panel .hy-record-pane {
  padding: 14px !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-record-panel .hy-record-pane > .n-button,
html body.hy-info-page .hy-record-panel .hy-record-pane > .n-input,
html body.hy-info-page .hy-record-panel .hy-record-pane > .n-select,
html body.hy-info-page .hy-record-panel .hy-record-pane > span {
  float: none !important;
  margin: 0 8px 10px 0 !important;
  vertical-align: top !important;
}

html body.hy-info-page .hy-record-panel .hy-record-pane > .n-button {
  min-width: 78px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html body.hy-info-page .hy-record-panel .hy-record-pane > .n-input,
html body.hy-info-page .hy-record-panel .hy-record-pane > .n-select {
  width: 152px !important;
  max-width: calc(100% - 8px) !important;
}

html body.hy-info-page .hy-record-panel .hy-record-pane > input[type="file"] {
  display: none !important;
}

html body.hy-info-page .hy-record-panel .hy-file-pane > .n-button {
  min-width: 78px !important;
}

html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 14px !important;
  border-bottom: 1px solid #f0e8ff !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] > *,
html body.hy-info-page .hy-record-panel .log-viewer > .n-button,
html body.hy-info-page .hy-record-panel .log-viewer > .n-input,
html body.hy-info-page .hy-record-panel .log-viewer > .n-select,
html body.hy-info-page .hy-record-panel .log-viewer > span {
  float: none !important;
  margin-left: 0 !important;
}

html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-button,
html body.hy-info-page .hy-record-panel .log-viewer > .n-button {
  min-width: 56px !important;
  height: 32px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-input,
html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-select,
html body.hy-info-page .hy-record-panel .log-viewer > .n-input,
html body.hy-info-page .hy-record-panel .log-viewer > .n-select {
  width: 152px !important;
  min-width: 120px !important;
  max-width: min(220px, 100%) !important;
}

html body.hy-info-page .hy-record-panel .log-viewer[data-v-fc0266af] {
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 10px 0 0 !important;
  padding: 14px !important;
  border: 1px solid #f0e8ff !important;
  border-radius: 14px !important;
  background: #fff !important;
  overflow: auto !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-record-panel .log-viewer > .n-button,
html body.hy-info-page .hy-record-panel .log-viewer > .n-input,
html body.hy-info-page .hy-record-panel .log-viewer > .n-select,
html body.hy-info-page .hy-record-panel .log-viewer > span {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  vertical-align: top !important;
}

html body.hy-info-page .hy-record-panel .log-viewer > .n-button {
  flex: 0 0 auto !important;
}

html body.hy-info-page .hy-record-panel .log-viewer > .n-input,
html body.hy-info-page .hy-record-panel .log-viewer > .n-select {
  flex: 1 1 150px !important;
}

html body.hy-info-page .hy-record-panel .log-viewer > span {
  min-height: 32px !important;
  line-height: 32px !important;
}

html body.hy-info-page .hy-record-panel .log-viewer > table,
html body.hy-info-page .hy-record-panel .hy-record-pane > table {
  clear: both !important;
  flex: 1 0 100% !important;
  margin-top: 2px !important;
}

html body.hy-info-page .hy-record-panel .log-viewer > div:not(.n-button):not(.n-input):not(.n-select) {
  flex: 1 0 100% !important;
  min-width: 0 !important;
}

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

html body.hy-info-page .hy-record-panel td,
html body.hy-info-page .hy-record-panel th {
  padding: 8px 8px !important;
  border: 1px solid #eee5ff !important;
}

html body.hy-info-page .hy-record-panel th {
  background: #fbf8ff !important;
  color: var(--hy-text) !important;
  font-weight: 900 !important;
}

html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > .n-input,
html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > .n-select {
  flex: 1 1 158px !important;
}

html body.hy-info-page .hy-record-panel .hy-file-pane > .n-button,
html body.hy-info-page .hy-record-panel .hy-app-pane > .n-button,
html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > .n-button {
  margin-bottom: 0 !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 .log-viewer span,
html body.hy-info-page .hy-record-panel .log-viewer div {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html body.hy-info-page .hy-module-menu .hy-menu-btn span:last-child {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.hy-info-page .hy-record-title span,
html body.hy-info-page .hy-record-title small {
  white-space: nowrap !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(470px, 35%) minmax(0, 1fr) !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-columns: minmax(0, 1fr) !important;
  grid-template-rows: 48px minmax(0, 1fr) 44px 38px 38px !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-column: 1 !important;
  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 {
  display: none;
}

html body.hy-info-page .button-container[data-v-fc0266af] {
  grid-column: 1 !important;
  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: 150px !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) 166px !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: stretch !important;
  justify-self: stretch !important;
  align-self: 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) 188px !important;
}

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

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

html body.hy-info-page .hy-read-panel .image-slot[data-v-fc0266af],
html body.hy-info-page .hy-screen-panel .image-slot[data-v-fc0266af] {
  grid-column: 1 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
}

html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af],
html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] {
  grid-column: 2 !important;
  justify-self: stretch !important;
  align-self: stretch !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-screen-panel .screenlayers[data-v-fc0266af] {
  min-height: 360px !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 .screenlayers[data-v-fc0266af] img:not([src]),
html body.hy-info-page .screenlayers[data-v-fc0266af] img[src=""] {
  display: none !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] {
  display: flex !important;
  flex-direction: column !important;
  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 .hy-read-panel .inner-sidebar[data-v-fc0266af],
html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] {
  min-width: 0 !important;
  padding: 12px 10px !important;
  overflow-x: hidden !important;
}

html body.hy-info-page .hy-control-title {
  flex: 0 0 auto;
  margin: 0 0 2px !important;
  padding: 2px 2px 8px !important;
  color: var(--hy-text) !important;
  border-bottom: 1px solid #f0e8ff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

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

html body.hy-info-page .inner-sidebar[data-v-fc0266af] .n-button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !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;
  box-sizing: border-box !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: 0 !important;
}

html body.hy-info-page .image2-input-row[data-v-fc0266af] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !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: 92px !important;
  max-width: 140px !important;
  min-width: 0 !important;
}

html body.hy-info-page .hy-nav-row {
  grid-row: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-nav-row .n-button {
  min-width: 66px !important;
  height: 32px !important;
  padding: 0 13px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html body.hy-info-page .hy-fish-text-row,
html body.hy-info-page .hy-paste-row {
  grid-row: 4 !important;
}

html body.hy-info-page .hy-fish-row,
html body.hy-info-page .hy-black-row {
  grid-row: 5 !important;
}

html body.hy-info-page .hy-fish-text-row .image2-input-row[data-v-fc0266af] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

html body.hy-info-page .hy-fish-row .image2-input-row[data-v-fc0266af] {
  grid-template-columns: minmax(150px, 210px) 108px !important;
  justify-content: center !important;
}

html body.hy-info-page .hy-paste-row .image2-input-row[data-v-fc0266af] {
  grid-template-columns: minmax(0, 1fr) 92px !important;
}

html body.hy-info-page .hy-black-row .image2-input-row[data-v-fc0266af] {
  grid-template-columns: minmax(0, 1fr) 118px !important;
}

html body.hy-info-page .hy-fish-row .n-button,
html body.hy-info-page .hy-paste-row .n-button,
html body.hy-info-page .hy-black-row .n-button {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 32px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

html body.hy-info-page .hy-fish-row .n-select,
html body.hy-info-page .hy-black-row .n-select,
html body.hy-info-page .hy-fish-text-row .n-input,
html body.hy-info-page .hy-paste-row .n-input,
html body.hy-info-page .hy-black-row .n-input {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

html body.hy-info-page .hy-password-row {
  grid-column: 2 / 4 !important;
  grid-row: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  justify-self: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 4px 8px !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !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;
  justify-self: center !important;
  align-self: start !important;
  width: min(620px, 100%) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row {
  align-self: start !important;
  justify-self: center !important;
  width: min(620px, 100%) !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}

html body.hy-info-page .hy-unlock-row .image2-input-row[data-v-fc0266af] {
  grid-template-columns: minmax(260px, 1fr) 150px !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 8px 10px !important;
  border: 1px solid var(--hy-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(124, 58, 237, .05) !important;
  box-sizing: border-box !important;
}

html body.hy-info-page .hy-unlock-row .n-button {
  width: 150px !important;
  max-width: 150px !important;
  min-width: 0 !important;
  height: 34px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html body.hy-info-page .hy-unlock-row .n-button__content {
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !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(320px, 380px) minmax(460px, 1fr) !important;
  }

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

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

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

  html body.hy-info-page .inner-sidebar[data-v-fc0266af] .button-row {
    grid-template-columns: repeat(2, minmax(62px, 1fr)) !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;
  }
}

/* Final adaptive balance: keep the projection panel compact, give records/reading more room. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-device-col: clamp(190px, 11vw, 230px);
    --hy-record-col: clamp(410px, 28vw, 540px);
    --hy-read-col: clamp(340px, 22vw, 460px);
    --hy-screen-col: clamp(335px, 21vw, 450px);
    --hy-read-control-col: clamp(160px, 10vw, 182px);
    --hy-screen-control-col: clamp(158px, 10vw, 184px);
    --hy-main-gap: clamp(10px, .7vw, 14px);
  }

  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns: var(--hy-device-col) minmax(var(--hy-record-col), 1fr) var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
    padding-left: clamp(10px, .8vw, 16px) !important;
    padding-right: clamp(10px, .8vw, 16px) !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns: minmax(var(--hy-record-col), 1fr) var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
  }

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
  }

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

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

  html body.hy-info-page .hy-screen-panel .screenlayers[data-v-fc0266af] {
    min-height: 320px !important;
  }

  html body.hy-info-page .hy-device-panel .n-input {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0 6px !important;
  }

  html body.hy-info-page .hy-device-panel .n-button {
    display: inline-flex !important;
    width: auto !important;
    min-width: 54px !important;
    margin: 2px 0 0 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane {
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 14px !important;
    overflow: auto !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > .n-button {
    flex: 0 1 calc((100% - 20px) / 3) !important;
    width: calc((100% - 20px) / 3) !important;
    max-width: calc((100% - 20px) / 3) !important;
    min-width: 0 !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > .n-button .n-button__content {
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > input[type="file"] {
    display: none !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > .log-viewer {
    flex: 1 0 100% !important;
    max-width: 100% !important;
    margin: 4px 0 0 !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .button-row {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    justify-self: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 12px auto 0 !important;
    padding: 8px 10px !important;
    gap: 8px !important;
    border: 1px solid var(--hy-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(124, 58, 237, .05) !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .button-row .n-button {
    flex: 0 0 42px !important;
    width: 42px !important;
    min-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,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row {
    grid-column: 2 / 4 !important;
    grid-row: 3 !important;
    justify-self: center !important;
    align-self: start !important;
    width: min(640px, 100%) !important;
    max-width: 100% !important;
    margin: 8px auto 0 !important;
    padding: 0 !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .image2-input-wrapper .image2-input-row[data-v-fc0266af],
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row .image2-input-row[data-v-fc0266af] {
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) 150px !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 8px 10px !important;
    border: 1px solid var(--hy-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(124, 58, 237, .05) !important;
    box-sizing: border-box !important;
  }

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

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .image2-input-wrapper .n-button,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row .n-button {
    width: 150px !important;
    min-width: 0 !important;
    max-width: 150px !important;
    height: 34px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }
}

/* Final override: merge the left side and keep read/projection panels compact. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-left-col: clamp(280px, 21vw, 390px);
    --hy-record-col: clamp(300px, 24vw, 480px);
    --hy-read-col: clamp(310px, 20vw, 390px);
    --hy-screen-col: clamp(310px, 20vw, 390px);
    --hy-phone-view-col: clamp(160px, 11vw, 200px);
    --hy-read-view-col: clamp(160px, 11vw, 200px);
    --hy-read-control-col: clamp(140px, 8vw, 158px);
    --hy-screen-control-col: clamp(140px, 8vw, 158px);
    --hy-main-gap: clamp(12px, .85vw, 16px);
  }

  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns:
      var(--hy-left-col)
      minmax(var(--hy-record-col), 1fr)
      var(--hy-read-col)
      var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
    padding-left: clamp(10px, .8vw, 16px) !important;
    padding-right: clamp(10px, .8vw, 16px) !important;
  }

  html body.hy-info-page .hy-info-card > .n-card__content > strong,
  html body.hy-info-page .hy-info-card > .n-card__content > .image-container[data-v-fc0266af] {
    grid-column: 2 / 5 !important;
  }

  html body.hy-info-page .hy-left-rail {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-rows: minmax(240px, 43%) minmax(220px, 1fr) !important;
    gap: 12px !important;
    align-self: stretch !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: calc(100vh - 184px) !important;
    margin-top: 76px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel {
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: stretch !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: auto !important;
  }

  html body.hy-info-page .hy-left-rail .hy-module-menu {
    grid-column: auto !important;
    grid-row: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 8px !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 10px !important;
    border: 1px solid var(--hy-line) !important;
    border-radius: 18px !important;
    background: var(--hy-card) !important;
    box-shadow: var(--hy-shadow) !important;
    overflow: auto !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn {
    height: 38px !important;
    padding: 0 8px !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #efe3ff !important;
  }

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

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns:
      minmax(var(--hy-record-col), 1fr)
      var(--hy-read-col)
      var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
  }

  html body.hy-info-page .hy-record-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 48px minmax(0, 1fr) !important;
  }

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

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

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
  }

  html body.hy-info-page .hy-read-panel .button-container[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .button-container[data-v-fc0266af] {
    gap: 7px !important;
    padding-left: 76px !important;
  }

  html body.hy-info-page .hy-read-panel .button-container[data-v-fc0266af] .n-button,
  html body.hy-info-page .hy-screen-panel .button-container[data-v-fc0266af] .n-button {
    min-width: 52px !important;
    padding: 0 9px !important;
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-view-col) var(--hy-read-control-col) !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-phone-view-col) var(--hy-screen-control-col) !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-read-panel .image-slot[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .image-slot[data-v-fc0266af] {
    justify-self: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.hy-info-page .hy-screen-panel .screenlayers[data-v-fc0266af] {
    min-height: 280px !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] {
    padding: 10px 8px !important;
  }

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

  html body.hy-info-page .inner-sidebar[data-v-fc0266af] .n-button {
    min-height: 38px !important;
    padding: 6px 4px !important;
    border-radius: 12px !important;
  }
}

/* Last word: the old record-side gutter is removed; the left rail owns navigation. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
  }

  html body.hy-info-page .hy-record-panel > .hy-module-menu,
  html body.hy-info-page .hy-record-panel .hy-module-menu {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  html body.hy-info-page .hy-record-title {
    flex: 0 0 48px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html body.hy-info-page .hy-record-title span {
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.hy-info-page .hy-record-title small {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs {
    flex: 1 1 auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs-pane-wrapper,
  html body.hy-info-page .hy-record-panel .n-tab-pane {
    min-height: 0 !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-icon {
    width: 30px !important;
    min-width: 30px !important;
    height: 24px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    font-size: 10px !important;
    line-height: 24px !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 8px !important;
    height: 38px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn span:last-child {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
}

/* Final tuning: compact read view, keep projection controls readable, and tidy app rows. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-read-col: clamp(300px, 18vw, 350px);
    --hy-screen-col: clamp(330px, 20vw, 392px);
    --hy-phone-view-col: clamp(160px, 10.5vw, 190px);
    --hy-read-view-col: clamp(140px, 8.8vw, 168px);
    --hy-read-control-col: clamp(138px, 7.4vw, 150px);
    --hy-screen-control-col: clamp(152px, 8.6vw, 166px);
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-view-col) var(--hy-read-control-col) !important;
    gap: 10px !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-phone-view-col) var(--hy-screen-control-col) !important;
    gap: 10px !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] {
    padding: 12px 10px !important;
  }

  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .button-row {
    grid-template-columns: repeat(2, minmax(64px, 1fr)) !important;
    gap: 8px !important;
  }

  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .n-button {
    min-height: 42px !important;
    padding: 6px 5px !important;
    font-size: 11.5px !important;
    line-height: 1.15 !important;
  }

  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .n-button__content {
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] .button-row {
    grid-template-columns: repeat(2, minmax(58px, 1fr)) !important;
    gap: 8px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane {
    padding: 12px !important;
    overflow: auto !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane .log-viewer {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane table {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 8px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(1),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(1) {
    width: 72px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(2),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(2) {
    width: 92px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane td,
  html body.hy-info-page .hy-record-panel .hy-app-pane th {
    padding: 9px 10px !important;
    vertical-align: middle !important;
    line-height: 1.35 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane td .n-button,
  html body.hy-info-page .hy-record-panel .hy-app-pane > .n-button,
  html body.hy-info-page .hy-record-panel .hy-app-pane .log-viewer > .n-button {
    min-width: 54px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 2px 4px 2px 0 !important;
    padding: 0 10px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    line-height: 30px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane .n-button__content {
    white-space: nowrap !important;
    word-break: keep-all !important;
  }
}

/* Verified pass: reduce read/projection width and keep control buttons fully readable. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-read-col: clamp(276px, 16vw, 315px);
    --hy-screen-col: clamp(318px, 18vw, 356px);
    --hy-phone-view-col: clamp(154px, 9.8vw, 174px);
    --hy-read-view-col: clamp(120px, 7.2vw, 140px);
    --hy-read-control-col: clamp(130px, 7.3vw, 142px);
    --hy-screen-control-col: clamp(146px, 8.2vw, 156px);
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-view-col) var(--hy-read-control-col) !important;
    gap: 10px !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-phone-view-col) var(--hy-screen-control-col) !important;
    gap: 10px !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] {
    padding: 10px 8px !important;
    overflow: auto !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] .button-row,
  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .button-row {
    grid-template-columns: repeat(2, minmax(60px, 1fr)) !important;
    gap: 6px !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] .n-button,
  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .n-button {
    min-width: 0 !important;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 5px !important;
    border-radius: 10px !important;
    font-size: 11.2px !important;
    line-height: 1.15 !important;
  }

  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] .n-button__content,
  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .n-button__content {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: keep-all !important;
    text-align: center !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane .log-viewer {
    gap: 10px 12px !important;
  }

  html body.hy-info-page .hy-password-row {
    grid-column: 1 / 4 !important;
    grid-row: 2 !important;
    width: min(840px, 100%) !important;
    margin: 10px auto 0 !important;
    justify-content: center !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .image2-input-wrapper,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row {
    grid-column: 1 / 4 !important;
    grid-row: 3 !important;
    width: min(760px, 100%) !important;
    margin: 0 auto !important;
    justify-self: center !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .image2-input-wrapper .image2-input-row[data-v-fc0266af],
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row .image2-input-row[data-v-fc0266af] {
    grid-template-columns: minmax(260px, 1fr) 124px !important;
    gap: 10px !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .image2-input-wrapper .n-button,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-unlock-row .n-button {
    width: 124px !important;
    max-width: 124px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1300px) {
  html body.hy-info-page {
    --hy-left-col: clamp(238px, 20vw, 260px);
    --hy-record-col: clamp(300px, 26vw, 340px);
    --hy-read-col: 260px;
    --hy-screen-col: 300px;
    --hy-phone-view-col: 142px;
    --hy-read-view-col: 112px;
    --hy-read-control-col: 126px;
    --hy-screen-control-col: 136px;
    --hy-main-gap: 10px;
  }

  html body.hy-info-page .hy-left-rail {
    gap: 10px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 0 7px !important;
  }

  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .button-row,
  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] .button-row {
    grid-template-columns: repeat(2, minmax(54px, 1fr)) !important;
  }

  html body.hy-info-page .hy-screen-panel .inner-sidebar[data-v-fc0266af] .n-button,
  html body.hy-info-page .hy-read-panel .inner-sidebar[data-v-fc0266af] .n-button {
    font-size: 11px !important;
    padding: 0 4px !important;
  }
}

/* App popup pass: remove the hidden tab gutter and spread app actions horizontally. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .n-tabs {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs-nav,
  html body.hy-info-page .hy-record-panel .n-tabs-tab-wrapper,
  html body.hy-info-page .hy-record-panel .n-tabs-scroll-padding {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    flex-basis: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs-content,
  html body.hy-info-page .hy-record-panel .n-tabs-pane-wrapper,
  html body.hy-info-page .hy-record-panel .n-tab-pane {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane {
    padding: 14px 16px !important;
    width: 100% !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane .log-viewer {
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane table {
    table-layout: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 10px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(1),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(1) {
    width: 68px !important;
    text-align: center !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(2),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(2) {
    width: 118px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(3),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(3) {
    width: auto !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane td {
    vertical-align: middle !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(2) {
    font-weight: 800 !important;
    color: #2b2140 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-package-text {
    display: block !important;
    min-width: 0 !important;
    line-height: 1.35 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-actions {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 8px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-actions .n-button {
    width: 46px !important;
    min-width: 46px !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 28px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-actions .n-button__content {
    white-space: nowrap !important;
    word-break: keep-all !important;
  }
}

/* Width balance pass: cap the function module and give phone views real space. */
@media (min-width: 1380px) {
  html body.hy-info-page {
    --hy-record-col: clamp(520px, 38vw, 590px);
    --hy-read-col: clamp(350px, 25vw, 410px);
    --hy-screen-col: clamp(390px, 28vw, 460px);
    --hy-phone-view-col: clamp(188px, 13vw, 220px);
    --hy-read-view-col: clamp(174px, 12vw, 210px);
    --hy-read-control-col: clamp(142px, 8vw, 154px);
    --hy-screen-control-col: clamp(150px, 8.8vw, 166px);
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns:
      minmax(520px, var(--hy-record-col))
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.08fr) !important;
    gap: 14px !important;
  }

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns:
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.08fr) !important;
    gap: 14px !important;
  }

  html body.hy-info-page .hy-record-panel {
    max-width: var(--hy-record-col) !important;
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-view-col) var(--hy-read-control-col) !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-phone-view-col) var(--hy-screen-control-col) !important;
    justify-content: center !important;
  }

  html body.hy-info-page .hy-read-panel .screenlayers[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .screenlayers[data-v-fc0266af] {
    min-height: 360px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1379px) {
  html body.hy-info-page {
    --hy-record-col: clamp(430px, 39vw, 520px);
    --hy-read-col: clamp(300px, 25vw, 350px);
    --hy-screen-col: clamp(330px, 27vw, 390px);
    --hy-phone-view-col: clamp(162px, 13vw, 190px);
    --hy-read-view-col: clamp(150px, 12vw, 178px);
    --hy-read-control-col: clamp(130px, 8vw, 146px);
    --hy-screen-control-col: clamp(140px, 9vw, 154px);
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns:
      minmax(430px, var(--hy-record-col))
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.05fr) !important;
  }

  html body.hy-info-page .hy-record-panel {
    max-width: var(--hy-record-col) !important;
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-view-col) var(--hy-read-control-col) !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: var(--hy-phone-view-col) var(--hy-screen-control-col) !important;
  }
}

/* Function toolbar pass: fixed two-row controls so the module panel cannot be stretched. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] {
    display: grid !important;
    grid-template-columns: 56px 56px 74px minmax(130px, 1fr) 56px 56px 56px !important;
    grid-auto-rows: 32px !important;
    align-items: center !important;
    gap: 10px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 14px 16px 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-input,
  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] > :nth-child(8) {
    grid-column: 1 / 4 !important;
    grid-row: 2 !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] > :nth-child(9) {
    grid-column: 4 !important;
    grid-row: 2 !important;
  }
}

/* File manager pass: six actions use three compact rows instead of stretched bars. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .hy-file-pane {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(128px, 178px)) !important;
    grid-auto-rows: 34px !important;
    align-content: start !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 10px 12px !important;
    padding: 14px 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > .n-button {
    width: 100% !important;
    max-width: 178px !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    float: none !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > input[type="file"] {
    display: none !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > .log-viewer,
  html body.hy-info-page .hy-record-panel .hy-file-pane > ul,
  html body.hy-info-page .hy-record-panel .hy-file-pane > div:not(.n-button):not(.n-input):not(.n-select) {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 10px !important;
    box-sizing: border-box !important;
  }
}

/* Device info pass: each device field is shown as one full-width card row. */
html body.hy-info-page .hy-device-panel table,
html body.hy-info-page .hy-device-panel tbody {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

html body.hy-info-page .hy-device-panel tr {
  display: contents !important;
  padding: 0 !important;
  border: 0 !important;
}

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;
  background: #fff !important;
  border-color: #efe4ff !important;
}

html body.hy-info-page .hy-device-panel th,
html body.hy-info-page .hy-device-panel td:nth-child(odd) {
  margin-top: 10px !important;
  padding: 10px 12px 2px !important;
  border: 1px solid #efe4ff !important;
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  color: #6b5a86 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

html body.hy-info-page .hy-device-panel th + td,
html body.hy-info-page .hy-device-panel td:nth-child(even) {
  margin-top: 0 !important;
  margin-bottom: 2px !important;
  padding: 2px 12px 10px !important;
  min-height: 30px !important;
  border: 1px solid #efe4ff !important;
  border-top: 0 !important;
  border-radius: 0 0 12px 12px !important;
  color: #1f1733 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  overflow-wrap: anywhere !important;
}

html body.hy-info-page .hy-device-panel .n-input {
  display: block !important;
  width: 100% !important;
  margin-top: 6px !important;
}

html body.hy-info-page .hy-device-panel .n-button {
  display: inline-flex !important;
  width: auto !important;
  min-width: 54px !important;
  margin-top: 6px !important;
}

html body.hy-info-page .hy-device-panel img {
  display: block !important;
  margin-top: 4px !important;
}

/* Function module clamp pass: keep the module within 25% of the screen and cap toolbars to three rows. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-record-col: min(25vw, 420px) !important;
    --hy-read-col: clamp(340px, 26vw, 430px) !important;
    --hy-screen-col: clamp(360px, 29vw, 470px) !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns:
      minmax(280px, var(--hy-record-col))
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.08fr) !important;
    gap: 14px !important;
  }

  html body.hy-info-page .hy-record-panel {
    width: var(--hy-record-col) !important;
    max-width: 25vw !important;
    min-width: min(280px, 25vw) !important;
    flex: 0 0 var(--hy-record-col) !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 32px !important;
    align-content: start !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .n-button,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .n-input,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .n-select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 32px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .n-button {
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .log-viewer,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > table,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > div:not(.n-button):not(.n-input):not(.n-select) {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 32px !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 142px !important;
    padding: 12px 14px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] > * {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-button {
    height: 32px !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 34px !important;
    gap: 10px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane > .n-button {
    max-width: 100% !important;
  }
}

/* Function module final pass: compact controls without letting the panel grow past 25vw. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-record-panel {
    width: min(25vw, 420px) !important;
    max-width: min(25vw, 420px) !important;
    min-width: min(280px, 25vw) !important;
    overflow: hidden !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs,
  html body.hy-info-page .hy-record-panel .n-tabs-content,
  html body.hy-info-page .hy-record-panel .n-tabs-pane-wrapper,
  html body.hy-info-page .hy-record-panel .n-tab-pane {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-pane {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 32px) !important;
    grid-auto-rows: 32px !important;
    max-height: 142px !important;
    overflow-y: auto !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > div[style*="inline-flex"] .n-button__content {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.hy-info-page .hy-record-panel .hy-file-pane {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 34px) !important;
    grid-auto-rows: 34px !important;
    max-height: 146px !important;
    overflow-y: auto !important;
  }
}

/* JS-normalized toolbar: the app removes inline-flex and this class owns the layout. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .hy-tool-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 32px) !important;
    grid-auto-rows: 32px !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 142px !important;
    padding: 12px 14px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-bottom: 1px solid #f0e8ff !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-tool-row > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-tool-row .n-button {
    height: 32px !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }
}

/* Online final guard: keep record controls below the title and fully visible. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .n-tabs {
    padding-top: 10px !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs-content,
  html body.hy-info-page .hy-record-panel .n-tabs-pane-wrapper,
  html body.hy-info-page .hy-record-panel .n-tab-pane {
    height: 100% !important;
    max-height: 100% !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-tool-row {
    min-height: 146px !important;
    max-height: 146px !important;
    margin: 0 14px 10px !important;
    width: auto !important;
  }
}

/* Coordinate correction: Naive's hidden tab nav keeps the pane visually 1 title-row too high. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .n-tab-pane > .hy-tool-row {
    position: relative !important;
    top: 48px !important;
    margin-bottom: 58px !important;
  }
}

/* Width balance pass: keep all four columns inside the hardware viewport. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-left-col: clamp(300px, 20vw, 360px) !important;
    --hy-record-col: min(24vw, 400px) !important;
    --hy-read-col: clamp(340px, 23vw, 400px) !important;
    --hy-screen-col: clamp(340px, 23vw, 400px) !important;
    --hy-main-gap: 12px !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns: var(--hy-record-col) var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
    justify-content: start !important;
    max-width: calc(100vw - var(--hy-left-col) - 36px) !important;
    overflow: hidden !important;
  }

  html body.hy-info-page .hy-record-panel,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-record-panel {
    width: var(--hy-record-col) !important;
    max-width: var(--hy-record-col) !important;
    min-width: min(280px, 24vw) !important;
    flex: 0 0 var(--hy-record-col) !important;
  }

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns: var(--hy-read-col) var(--hy-screen-col) !important;
    gap: var(--hy-main-gap) !important;
    justify-content: start !important;
    max-width: calc(var(--hy-read-col) + var(--hy-screen-col) + var(--hy-main-gap)) !important;
    overflow: hidden !important;
  }
}

/* Final viewport fit: leave breathing room on the right edge. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-read-col: clamp(330px, 22vw, 375px) !important;
    --hy-screen-col: clamp(330px, 22vw, 375px) !important;
  }
}

/* Narrow left rail + app popup table fit. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-left-col: clamp(158px, 10vw, 180px) !important;
    --hy-record-col: min(25vw, 420px) !important;
  }

  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns:
      var(--hy-left-col)
      minmax(var(--hy-record-col), 1fr)
      var(--hy-read-col)
      var(--hy-screen-col) !important;
    gap: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    max-width: calc(100vw - var(--hy-left-col) - 28px) !important;
  }

  html body.hy-info-page .hy-left-rail {
    width: var(--hy-left-col) !important;
    max-width: var(--hy-left-col) !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-module-menu {
    padding: 8px !important;
    gap: 7px !important;
    border-radius: 14px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn {
    height: 34px !important;
    padding: 0 6px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 6px !important;
    border-radius: 11px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-icon {
    width: 28px !important;
    min-width: 28px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 9px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-menu-btn span:last-child {
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel {
    padding: 8px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel th,
  html body.hy-info-page .hy-left-rail .hy-device-panel td:nth-child(odd) {
    margin-top: 8px !important;
    padding: 8px 8px 2px !important;
    border-radius: 10px 10px 0 0 !important;
    font-size: 11px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel th + td,
  html body.hy-info-page .hy-left-rail .hy-device-panel td:nth-child(even) {
    padding: 2px 8px 8px !important;
    border-radius: 0 0 10px 10px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel .n-input {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 6px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel .n-button {
    min-width: 48px !important;
    height: 28px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    border-radius: 9px !important;
  }

  html body.hy-info-page .hy-left-rail .hy-device-panel img {
    max-width: 36px !important;
    max-height: 36px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane table {
    table-layout: fixed !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(1),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(1) {
    width: 62px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-pane th:nth-child(2),
  html body.hy-info-page .hy-record-panel .hy-app-pane td:nth-child(2) {
    width: 96px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-name-text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    max-height: 38px !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
    line-height: 1.35 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-package-text {
    font-size: 12px !important;
    line-height: 1.35 !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(42px, 1fr)) !important;
    gap: 6px !important;
    width: min(100%, 100px) !important;
    margin-top: 8px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-app-actions .n-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    font-size: 12px !important;
  }
}

/* Screen viewport widening pass: let the phone views eat inner blank space, keep controls readable. */
@media (min-width: 1181px) {
  html body.hy-info-page {
    --hy-read-col: clamp(370px, 24vw, 420px) !important;
    --hy-screen-col: clamp(390px, 26vw, 450px) !important;
    --hy-read-view-col: clamp(210px, 14vw, 245px) !important;
    --hy-phone-view-col: clamp(220px, 15vw, 265px) !important;
    --hy-read-control-col: clamp(142px, 8vw, 154px) !important;
    --hy-screen-control-col: clamp(150px, 8.5vw, 164px) !important;
  }

  html body.hy-info-page .hy-info-card > .n-card__content {
    grid-template-columns:
      var(--hy-left-col)
      minmax(var(--hy-record-col), 1fr)
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.04fr) !important;
  }

  html body.hy-info-page .content-wrapper[data-v-fc0266af] {
    grid-template-columns:
      var(--hy-record-col)
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.04fr) !important;
  }

  html body.hy-info-page .image-box-group[data-v-fc0266af] {
    grid-template-columns:
      minmax(var(--hy-read-col), 1fr)
      minmax(var(--hy-screen-col), 1.04fr) !important;
  }

  html body.hy-info-page .hy-read-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: minmax(var(--hy-read-view-col), 1fr) var(--hy-read-control-col) !important;
    gap: 10px !important;
    justify-content: start !important;
  }

  html body.hy-info-page .hy-screen-panel .image-wrapper.with-sidebar[data-v-fc0266af] {
    grid-template-columns: minmax(var(--hy-phone-view-col), 1fr) var(--hy-screen-control-col) !important;
    gap: 10px !important;
    justify-content: start !important;
  }

  html body.hy-info-page .hy-read-panel .image-slot[data-v-fc0266af],
  html body.hy-info-page .hy-screen-panel .image-slot[data-v-fc0266af] {
    justify-self: stretch !important;
  }
}

@media (min-width: 1181px) and (max-width: 1379px) {
  html body.hy-info-page {
    --hy-read-col: clamp(330px, 25vw, 365px) !important;
    --hy-screen-col: clamp(350px, 27vw, 390px) !important;
    --hy-read-view-col: clamp(190px, 15vw, 220px) !important;
    --hy-phone-view-col: clamp(205px, 16vw, 235px) !important;
    --hy-read-control-col: clamp(132px, 9vw, 146px) !important;
    --hy-screen-control-col: clamp(142px, 9vw, 156px) !important;
  }
}

/* SMS and phone-password pass: keep record tools readable and move unlock password to the module top. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel .n-tabs {
    padding-top: 0 !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > .hy-tool-row {
    position: static !important;
    top: auto !important;
    margin: 0 12px 10px !important;
  }

  html body.hy-info-page .hy-password-dock {
    flex: 0 0 auto !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: calc(100% - 24px) !important;
    margin: 0 12px 10px !important;
    padding: 8px 10px !important;
    border: 1px solid #eee5ff !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(124, 58, 237, .05) !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-password-dock-label {
    min-width: 0 !important;
    color: #4c1d95 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  html body.hy-info-page .hy-password-dock-body,
  html body.hy-info-page .hy-password-dock .hy-unlock-row {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch !important;
  }

  html body.hy-info-page .hy-password-dock .image2-input-row[data-v-fc0266af] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 104px !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-password-dock .n-input,
  html body.hy-info-page .hy-password-dock .n-input-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.hy-info-page .hy-password-dock .n-button {
    width: 104px !important;
    min-width: 0 !important;
    max-width: 104px !important;
    height: 32px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  html body.hy-info-page .hy-password-dock .n-button__content {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    overflow: auto !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer[data-v-fc0266af] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
    align-items: center !important;
    align-content: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow: auto !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > .n-input,
  html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > .n-select {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > .n-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    flex: none !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane .log-viewer > table {
    grid-column: 1 / -1 !important;
    display: table !important;
    width: 100% !important;
    min-width: 330px !important;
    table-layout: auto !important;
    margin-top: 2px !important;
    font-size: 12px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane table th,
  html body.hy-info-page .hy-record-panel .hy-sms-pane table td {
    padding: 8px 7px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane table th:nth-child(1),
  html body.hy-info-page .hy-record-panel .hy-sms-pane table td:nth-child(1) {
    width: 86px !important;
  }

  html body.hy-info-page .hy-record-panel .hy-sms-pane table th:nth-child(3),
  html body.hy-info-page .hy-record-panel .hy-sms-pane table td:nth-child(3) {
    width: 78px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1379px) {
  html body.hy-info-page .hy-password-dock {
    grid-template-columns: 1fr !important;
  }

  html body.hy-info-page .hy-password-dock .image2-input-row[data-v-fc0266af] {
    grid-template-columns: minmax(0, 1fr) 92px !important;
  }

  html body.hy-info-page .hy-password-dock .n-button {
    width: 92px !important;
    max-width: 92px !important;
  }
}

/* Keyboard/SMS readable pass: keep top tools and moved phone password visible. */
@media (min-width: 1181px) {
  html body.hy-info-page .hy-record-panel,
  html body.hy-info-page .content-wrapper[data-v-fc0266af] > .hy-record-panel {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html body.hy-info-page .hy-record-title {
    flex: 0 0 auto !important;
    min-height: 48px !important;
  }

  html body.hy-info-page .hy-password-dock {
    display: grid !important;
    flex: 0 0 auto !important;
    position: static !important;
    z-index: 3 !important;
    width: calc(100% - 24px) !important;
    margin: 10px 12px 8px !important;
    padding: 8px 10px !important;
    overflow: visible !important;
  }

  html body.hy-info-page .hy-record-panel .n-tabs {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 12px 12px !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

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

  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) {
    display: block !important;
    padding: 0 !important;
    overflow: auto !important;
  }

  html body.hy-info-page .hy-record-panel .n-tab-pane > .hy-tool-row,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .hy-tool-row {
    position: static !important;
    top: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 34px !important;
    grid-template-rows: none !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 12px !important;
    padding: 12px !important;
    overflow: visible !important;
    border: 1px solid #eee5ff !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-tool-row > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.hy-info-page .hy-record-panel .hy-tool-row .n-button {
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  html body.hy-info-page .hy-record-panel .hy-tool-row .n-button__content,
  html body.hy-info-page .hy-record-panel .hy-tool-row .n-input__input-el,
  html body.hy-info-page .hy-record-panel .hy-tool-row .n-base-selection-label {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > .log-viewer,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > table,
  html body.hy-info-page .hy-record-panel .hy-record-pane:not(.hy-file-pane):not(.hy-app-pane) > div:not(.hy-tool-row):not(.n-button):not(.n-input):not(.n-select) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: auto !important;
    box-sizing: border-box !important;
  }
}

/* Move device password details into the top bar and remove the duplicate left detail row. */
html body.hy-info-page .hy-device-panel .hy-device-password-row {
  display: none !important;
}

html body.hy-info-page .hy-top-chips {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin !important;
  padding-bottom: 2px !important;
}

html body.hy-info-page .hy-top-chips::-webkit-scrollbar {
  height: 4px !important;
}

html body.hy-info-page .hy-top-chips::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .42) !important;
  border-radius: 999px !important;
}

html body.hy-info-page .hy-chip {
  max-width: min(360px, 28vw) !important;
  cursor: default !important;
}
