/* ClashReply shield — devtools notice + allow paste in product forms */
.cr-devtools-open::before {
  content: "Developer tools detected. Do not paste untrusted code into the console.";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-align: center;
  background: #7f1d1d;
  color: #fff;
  pointer-events: none;
}

[data-shield-hp] {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
