/* Full-page overlay */
.abn-overlay.abn-full{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:2147483647;display:flex;align-items:center;justify-content:center}
.abn-center{width:100%;max-width:560px;padding:20px}
.abn-card{background:#fff;border-radius:16px;padding:24px 22px;box-shadow:0 10px 40px rgba(0,0,0,.35);text-align:center}
.abn-icon{color:#e11d48;margin:4px auto 12px;height:48px;width:48px}
.abn-title{font:600 20px/1.3 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin-bottom:6px}
.abn-desc{font:400 14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;opacity:.9;margin:0 auto 12px;max-width:50ch}
.abn-actions{display:flex;gap:10px;justify-content:center;margin-top:6px}
.abn-actions .abn-ok,.abn-actions .abn-later{border:0;border-radius:10px;padding:.6rem .9rem;cursor:pointer}
.abn-actions .abn-ok{background:#111;color:#fff}
.abn-actions .abn-later{background:#f3f4f6;color:#111}

/* Shield & Hard gate */
html.abn-shield-active *{user-select:none!important}
html.abn-shield-active{filter:blur(1px)}
html.abn-lock, body.abn-lock{overflow:hidden!important}
.abn-lock body > *:not(.abn-overlay){pointer-events:none}