/*
 * Internal-build indicator only. This file is excluded from the public
 * export (see .publicignore) and its reference is stripped out of
 * zensical.toml by scripts/export-public.sh, so the public site has no
 * trace of it.
 */
body::before {
  content: "DRAFT";
  position: fixed;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  font-size: 8rem;
  font-weight: 800;
  color: rgba(200, 30, 30, 0.12);
  letter-spacing: 0.5rem;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
}
