.pgrm-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;background:rgba(0,0,0,.35)}
.pgrm-panel{width:100%;height:33vh;min-height:220px;background:#fff;color:#111;display:flex;justify-content:center;align-items:center;padding:24px}
.pgrm-inner{max-width:900px;text-align:center}
.pgrm-title{font:600 18px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#111}
.pgrm-text{margin:10px 0 16px;color:#333}
.pgrm-btn{border:0;padding:12px 18px;border-radius:10px;cursor:pointer;font-weight:700}
.pgrm-accept{background:#22c55e;color:#fff}
body.pgrm-locked{overflow:hidden!important}