.neon-overlay{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.neon-overlay.is-open{ display:block; }

.neon-overlay .neon-backdrop{
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.68);
}

.neon-overlay .neon-modal{
    position:absolute;
    inset: 18px;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow: 0 20px 80px rgba(0,0,0,.35);
}

.neon-overlay .neon-close{
    position:absolute;
    top:10px;
    right:12px;
    z-index: 3;
    width:42px;
    height:42px;
    border:0;
    border-radius:12px;
    cursor:pointer;
    background: rgba(0,0,0,.55);
    color:#fff;
    font-size:20px;
    line-height:42px;
}

.neon-overlay iframe{
    width:100%;
    height:100%;
    border:0;
}

body.neon-lock{ overflow:hidden; }
