/* ============================================================================
   The crossing is drawn in js/warp.js. All this does is put the canvas over
   the page — everything that happens on it is simulated, not animated here.
   ============================================================================ */

.warp-canvas{
  position:fixed; inset:0; z-index:55;
  width:100vw; height:100vh;
  pointer-events:none;
  background:transparent;
  display:block;
}
