#agev-modal, #agev-modal * { box-sizing:border-box; }
#agev-modal{
  position:fixed; inset:0; z-index:2147483000;
  display:none; align-items:center; justify-content:center;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
}
#agev-modal.agev-show{ display:flex; }
#agev-backdrop{
  position:absolute; inset:0; background:rgba(0,0,0,.72);
}
#agev-box{
  position:relative; width:min(92vw,520px);
  background:#fff; border-radius:14px; padding:20px 18px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
#agev-box h3{ margin:0 0 .35em; font-size:1.25rem; line-height:1.3; }
#agev-box p{ margin:0 0 1rem; color:#444; line-height:1.7; font-size:1rem; }
#agev-actions{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }
#agev-actions button{
  border:0; border-radius:10px; padding:11px 16px;
  cursor:pointer; font-weight:700; line-height:1;
  min-width:170px;
}
#agev-yes{ background:#111; color:#fff; }
#agev-no{ background:#e5e5e5; color:#111; }
body.agev-lock-scroll{ overflow:hidden !important; }
