/* ===================================================
   Animated background — scanning grid
   =================================================== */

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

#pentest-bg-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
