#persicus-popup[hidden]{display:none!important}
.pp-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.65);box-sizing:border-box}
.pp-card{width:100%;max-width:480px;max-height:85vh;overflow:auto;padding:32px;box-sizing:border-box;border-radius:16px;background:#fff;color:#172033;box-shadow:0 20px 70px rgba(0,0,0,.3);font-family:inherit}
.pp-card h2{margin:0 0 24px;font-size:26px;line-height:1.35;color:#172033}
.pp-actions{display:flex;gap:12px}
.pp-card .pp-button{flex:1;padding:13px 20px;border:0;border-radius:8px;font:inherit;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;box-sizing:border-box}
.pp-card .pp-yes{background:#2858c7;color:#fff}
.pp-card .pp-no{background:#e9edf3;color:#172033}
.pp-button:focus-visible{outline:3px solid #cf8e00;outline-offset:3px}
.pp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:480px){.pp-card{padding:24px}.pp-card h2{font-size:22px}}
