/* 工作台：宽屏约 80%；去掉环境选择；请求/响应拖动条 · 不改 Next 产物 */
@media (min-width: 1280px) {
  body:has(.workbench_shell__OKibP) {
    background: var(--background);
  }

  body:has(.workbench_shell__OKibP) .h-dvh.flex-col.overflow-hidden {
    width: 80%;
    max-width: 1440px;
    margin-inline: auto;
    border-left: 1px solid var(--hairline);
    border-right: 1px solid var(--hairline);
  }
}

html.dark body:has(.workbench_shell__OKibP),
html[theme-mode="dark"] body:has(.workbench_shell__OKibP) {
  background: var(--background);
}

/* 你标的那个 label：环境选择，调试页不要 */
.workbench_panel__q_UHB .mt-2\.5.flex.flex-wrap.items-center.gap-2 > label {
  display: none !important;
}

.az-wb-split {
  display: flex;
  height: 8px;
  flex: 0 0 8px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: row-resize;
  touch-action: none;
}

.az-wb-split-bar {
  display: block;
  height: 2px;
  width: 48px;
  border-radius: 999px;
  background: var(--hairline, #e5e7eb);
}

.az-wb-split:hover .az-wb-split-bar,
.az-wb-split:active .az-wb-split-bar {
  width: 72px;
  background: var(--brand-600, #2563eb);
}
