/* PQCrypta Proxy Control Plane - Background Animation CSS */
/* CSP Compliant - No inline styles */

.plane-bg-container {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

#plane-bg-canvas {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}

