/* Prime Creation // Page 02 pill overlay contract v1
   The pill bar is viewport chrome, not Page 02 content. Page 02 reserves only
   ordinary content padding plus device safe-area clearance. */
html[data-prime-viewport-authority] body.prime-v2 #main[data-app-shell]>#intro.is-prime-viewport-active:not([hidden]){
  padding-bottom:calc(clamp(.72rem,2cqw,1.35rem) + max(.35rem,var(--pf-safe-bottom,0px)))!important;
  scroll-padding-bottom:max(.75rem,var(--pf-safe-bottom,0px))!important;
}
