html { scrollbar-gutter: stable; }
#pc-blog-status { position: fixed; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
#main[aria-busy="true"] { cursor: progress; }
#main:focus { outline: none; }
@media (prefers-reduced-motion: no-preference) {
  #main[data-pc-loaded] { animation: pc-blog-arrive .12s ease-out; }
  @keyframes pc-blog-arrive { from { opacity: .75; } to { opacity: 1; } }
}
