/* 隐藏平台水印 - 独立文件，不被部署覆盖 */
a[href*="coze"],
a[href*="code.coze"],
div[style*="position: fixed"][style*="bottom"],
div[style*="position:fixed"][style*="bottom"],
div[style*="position: fixed"][style*="right"],
div[style*="position:fixed"][style*="right"],
iframe[src*="coze"],
span[class*="watermark"],
div[class*="watermark"],
div[class*="badge"][style*="fixed"],
div[class*="float"][style*="fixed"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
