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