html[data-cardondo-card-shell="v6"] body:not(.modalOpen) {
  overflow: hidden;
}

html[data-cardondo-card-shell="v6"] body:not(.modalOpen)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: var(--cv-surface, #f7f8fb);
}

html[data-cardondo-card-shell="v6"] body:not(.modalOpen)::after {
  content: "카드 상세 여는 중…";
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2147483001;
  transform: translate(-50%, -50%);
  font: 700 14px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cv-text-muted, #6b7280);
  white-space: nowrap;
}
