/* Wormhole transmission — full-bleed canvas inside the stage. */
.wormhole-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}
