/* ══════════════════════════════════════════════════════
   Page Transitions — shared across all pages
   ══════════════════════════════════════════════════════ */

.page-transition {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 99999;
  pointer-events: all;
  overflow: hidden;
}

.page-transition canvas {
  display: block;
  width: 100%;
  height: 100%;
}
