/* V128 final release: bounded layout and diagnostic state only. */
html[data-ia-final-release="ready"] { --ia-release-version: "3.1.0"; }
html[data-ia-final-release="review"] body.admin-bar::before {
  content: "";
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media print {
  html, body { max-width: 100% !important; overflow: visible !important; }
  .site-header, .site-footer { position: static !important; }
}
