/* Anatomy of a QUIC Connection - background capture replay.
   A fixed canvas behind the content endlessly replays miniature QUIC
   handshakes between a client rail (left, cyan) and server rail
   (right, violet), ending in an occasional gold verdict pulse. */

#h3wp-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

#h3wp-bg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
