/* CSS forensics: the trace lives in a CSS variable that is not declared here. */

.clue::before {
  content: var(--forensic-trace, "no-trace");
  color: transparent;
  position: absolute;
  left: -9999px;
}
