/* Externalized from inline css in public page bloat-reduction phase. Source marker: assets/css/oloropa21-phase1-canonical-route-governance.css. */
/* Inlined from assets/css/oloropa21-phase1-canonical-route-governance.css */
/* Oloropa 21 — Phase 1 Canonical Homepage Lock + Route Governance
   Purpose: non-visual route safety layer. Keeps index.html as the single homepage authority. */
:root{
  --ol21-canonical-home: index.html;
}
body[data-ol21-canonical-route-governance="active"]{
  --ol21-route-governance-state: active;
}
.ol21-canonical-route-status{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}
a[data-ol21-home-link="canonical"]{
  scroll-margin-top: clamp(5rem, 8vw, 7rem);
}
body[data-ol21-retired-homepage-request="true"]{
  cursor: progress;
}
