._thinScrollbar_6hq9u_1,
._sidebar_6hq9u_2,
._panelScroll_6hq9u_3,
._resultGrid_6hq9u_4,
._loadingGrid_6hq9u_5 {
  scrollbar-width: thin;
  scrollbar-color: #dadee5 transparent;
}
._thinScrollbar_6hq9u_1::-webkit-scrollbar,
._sidebar_6hq9u_2::-webkit-scrollbar,
._panelScroll_6hq9u_3::-webkit-scrollbar,
._resultGrid_6hq9u_4::-webkit-scrollbar,
._loadingGrid_6hq9u_5::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
._thinScrollbar_6hq9u_1::-webkit-scrollbar-track,
._sidebar_6hq9u_2::-webkit-scrollbar-track,
._panelScroll_6hq9u_3::-webkit-scrollbar-track,
._resultGrid_6hq9u_4::-webkit-scrollbar-track,
._loadingGrid_6hq9u_5::-webkit-scrollbar-track {
  background: transparent;
}
._thinScrollbar_6hq9u_1::-webkit-scrollbar-thumb,
._sidebar_6hq9u_2::-webkit-scrollbar-thumb,
._panelScroll_6hq9u_3::-webkit-scrollbar-thumb,
._resultGrid_6hq9u_4::-webkit-scrollbar-thumb,
._loadingGrid_6hq9u_5::-webkit-scrollbar-thumb {
  background: #dadee5;
  border-radius: 3px;
}
._thinScrollbar_6hq9u_1::-webkit-scrollbar-thumb:hover,
._sidebar_6hq9u_2::-webkit-scrollbar-thumb:hover,
._panelScroll_6hq9u_3::-webkit-scrollbar-thumb:hover,
._resultGrid_6hq9u_4::-webkit-scrollbar-thumb:hover,
._loadingGrid_6hq9u_5::-webkit-scrollbar-thumb:hover {
  background: #dadee5;
}
._shell_6hq9u_39 {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f6f8fb;
}
._sidebar_6hq9u_2 {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 20px 14px;
  overflow: auto;
  background: #fff;
  border-right: 1px solid #e1e6ef;
}
._header_6hq9u_56 h4,
._panelHeader_6hq9u_57 h5,
._results_6hq9u_58 h5 {
  margin: 0;
}
._nav_6hq9u_61 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._navItem_6hq9u_66 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  font: inherit;
  color: #525866;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
}
._navItem_6hq9u_66:hover {
  color: var(--ant-color-primary, #105FC8);
  background: var(--ant-control-item-bg-hover, #F7F9FC);
}
._navItem_6hq9u_66:focus-visible {
  outline: 2px solid var(--ant-color-primary, #105FC8);
  outline-offset: 2px;
}
._navItemActive_6hq9u_88 {
  font-weight: 500;
  color: var(--ant-color-primary, #105FC8);
  background: #e9f4ff;
}
._workspace_6hq9u_93 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 20px;
  overflow: hidden;
  background: #f6f8fb;
}
._header_6hq9u_56 {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 16px;
}
._header_6hq9u_56 h4 {
  font-size: 20px;
  line-height: 28px;
}
._content_6hq9u_114 {
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
._panel_6hq9u_3 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
}
._panelHeader_6hq9u_57 {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #eef1f5;
}
._panelScroll_6hq9u_3 {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px;
  overflow: auto;
}
._panelFooter_6hq9u_146 {
  flex: 0 0 auto;
  padding: 14px 20px 20px;
  background: #fff;
  border-top: 1px solid #eef1f5;
}
._field_6hq9u_152 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #f0f2f5;
}
._field_6hq9u_152:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
._helper_6hq9u_165 {
  display: block;
  margin-top: -2px;
  font-size: 12px;
}
._results_6hq9u_58 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
}
._resultHeader_6hq9u_180 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid #eef1f5;
}
._resultCount_6hq9u_189 {
  font-size: 12px;
  color: #8c95a6;
}
._emptyState_6hq9u_193 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  margin: 20px;
  gap: 12px;
  color: #b8becc;
  background: #fbfcfe;
  border: 1px dashed #d9e0ea;
  border-radius: 8px;
}
._emptyIconBox_6hq9u_207 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #aeb6c2;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
._emptyIconBox_6hq9u_207 .anticon {
  font-size: 28px;
}
._emptyTitle_6hq9u_222 {
  color: #8c95a6;
}
._resultGrid_6hq9u_4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  min-height: 0;
  padding: 18px;
  overflow: auto;
}
._resultCard_6hq9u_233 {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
._resultCard_6hq9u_233:hover {
  border-color: var(--ant-color-primary, #105FC8);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
._resultImage_6hq9u_245,
._resultImage_6hq9u_245 img {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #f3f5f8;
  object-fit: cover;
}
._loadingGrid_6hq9u_5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  min-height: 0;
  padding: 18px;
  overflow: auto;
}
._loadingCard_6hq9u_260 {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
}
._loadingImage_6hq9u_266 {
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 48%, #eef2f7 100%);
  background-size: 220% 100%;
  animation: _skeletonMove_6hq9u_1 1.35s ease-in-out infinite;
  width: 100%;
  aspect-ratio: 4 / 5;
}
._resultImageWrap_6hq9u_273 {
  position: relative;
  overflow: hidden;
  background: #f3f5f8;
}
._resultActions_6hq9u_278 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
  padding: 5px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(230, 234, 240, 0.9);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
._resultActions_6hq9u_278 .ant-btn {
  width: 30px;
  height: 30px;
  color: #525866;
}
._resultActions_6hq9u_278 .ant-btn:hover {
  color: var(--ant-color-primary, #105FC8);
  background: var(--ant-control-item-bg-hover, #F7F9FC);
}
._resultCard_6hq9u_233:hover ._resultActions_6hq9u_278,
._resultCard_6hq9u_233:focus-within ._resultActions_6hq9u_278 {
  opacity: 1;
  transform: translateY(0);
}
@keyframes _skeletonMove_6hq9u_1 {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}
@media (max-width: 960px) {
  ._shell_6hq9u_39 {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }
  ._sidebar_6hq9u_2 {
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid #e6eaf0;
  }
  ._nav_6hq9u_61 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  ._navItem_6hq9u_66 {
    width: auto;
  }
  ._content_6hq9u_114 {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: auto;
  }
  ._panel_6hq9u_3,
  ._results_6hq9u_58,
  ._resultGrid_6hq9u_4 {
    overflow: visible;
  }
  ._panel_6hq9u_3 {
    min-height: 360px;
  }
  ._results_6hq9u_58 {
    min-height: 360px;
  }
  ._panelFooter_6hq9u_146 {
    position: sticky;
    bottom: 0;
  }
}
