*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;-webkit-text-size-adjust:100%}
body{font-family:"IBM Plex Sans",system-ui,sans-serif;min-height:100%}
.glow-bg{position:fixed;inset:0;background:#F7D045}
.glow-box{position:fixed;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:24px 16px}
.glow-panel{width:100%;max-width:336px;background:#fff;color:#141414;border-radius:26px;padding:28px 20px 18px;box-shadow:0 12px 32px rgba(0,0,0,.14);text-align:center}
.glow-mark{width:50px;height:50px;margin:0 auto 14px;border-radius:50%;background:#F7D045;color:#141414;display:grid;place-items:center;font-weight:800;font-size:.95rem}
.glow-panel h1{font-size:1.18rem;line-height:1.3;font-weight:700;letter-spacing:-.015em}
.glow-note{margin-top:8px;font-size:.82rem;color:#5a5a5a;font-weight:400}
.glow-actions{display:grid;grid-template-columns:1.05fr 1.3fr;gap:8px;margin-top:20px}
.glow-no,.glow-yes{border:0;border-radius:999px;padding:14px 10px;font:inherit;font-weight:700;cursor:pointer;min-height:48px}
.glow-no{background:#f1f1f1;color:#141414}
.glow-yes{background:#F7D045;color:#141414}
.glow-yes:disabled{opacity:.7;cursor:wait}
.glow-no:active,.glow-yes:active{transform:scale(.97)}
.glow-foot{margin-top:16px;font-size:.7rem;font-weight:600}
.glow-foot a{color:#0c7542;text-decoration:none}
.hidden{display:none}
@media(max-width:360px){.glow-actions{grid-template-columns:1fr}}
