/* QUIC Whitepaper - Background Canvas Container */

#quic-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(ellipse at 50% 30%, rgba(0, 40, 80, 0.6) 0%, rgba(3, 8, 16, 0.95) 60%, #030810 100%);
}

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