/* 문제: 화면·대화창 구성이 보이면 내부 파악 /
   이유: 사령관 — 구성 모두 안 보이게 /
   수정: 조립·디버그·구조 패널 숨김 · 크롬 선택 차단 */
[data-wbpc-compose],
[data-wbpc-layout-debug],
.wbpc-compose-scaffold,
.wbpc-chat-compose,
.wbpc-structure-panel,
.wbpc-layout-blueprint,
[data-wbpc-surface-build] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

body.wbpc-brand-protected .ai-panel-head,
body.wbpc-brand-protected .corp-header,
body.wbpc-brand-protected .ma-topbar {
  -webkit-user-select: none;
  user-select: none;
}

body.wbpc-brand-protected input,
body.wbpc-brand-protected textarea,
body.wbpc-brand-protected [contenteditable="true"],
body.wbpc-brand-protected [data-allow-copy],
body.wbpc-brand-protected .allow-copy {
  -webkit-user-select: text;
  user-select: text;
}
