*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;-webkit-text-size-adjust:100%}
body{font-family:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100%}
.ag-bg{
  position:fixed;inset:0;
  background:#FACC15;
}
.ag-container{
  position:fixed;inset:0;z-index:2;
  display:flex;align-items:center;justify-content:center;
  padding:20px 16px;
}
.ag-box{
  width:100%;max-width:360px;
  background:#fff;color:#15171a;
  border-radius:12px;padding:32px 24px 24px;
  box-shadow:0 8px 30px rgba(0,0,0,0.15);
  text-align:center;
}
.ag-badge{
  width:48px;height:48px;margin:0 auto 12px;
  border-radius:50%;background:#FACC15;color:#15171a;
  display:grid;place-items:center;font-weight:800;font-size:1.05rem;
}
.ag-box h2{font-size:1.4rem;letter-spacing:-.03em;line-height:1.2}
.ag-buttons{display:grid;grid-template-columns:1fr; grid-auto-flow: row dense;;gap:8px;margin-top:22px}
.ag-btn-no,.ag-btn-yes{
  border:0;border-radius:6px;padding:13px 10px;
  font:inherit;font-weight:800;cursor:pointer;
}
.ag-btn-no{background:#eee;color:#15171a}
.ag-btn-yes{background:#FACC15;color:#15171a; grid-row: 1;}
.ag-btn-no:active,.ag-btn-yes:active{transform:scale(.97)}
.ag-footer{margin-top:14px;font-size:.72rem;font-weight:700}
.ag-footer a{color:#0e8f51;text-decoration:none}
.ag-blocked h1{margin-bottom:8px}
.hidden{display:none}
@media(max-width:360px){.ag-buttons{grid-template-columns:1fr}}
