*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;-webkit-text-size-adjust:100%}
body{font-family:"Rubik",system-ui,sans-serif;min-height:100%}
.mist-bg{position:fixed;inset:0;background:#FFD84D}
.mist-wrap{position:fixed;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:24px 16px}
.mist-box{width:100%;max-width:340px;background:#fff;color:#141414;border-radius:18px;padding:30px 20px 16px;box-shadow:0 14px 32px rgba(0,0,0,.16);text-align:center}
.mist-badge{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#FFD84D;color:#141414;display:grid;place-items:center;font-weight:800;font-size:1rem}
.mist-box h1{font-size:1.18rem;line-height:1.3;font-weight:800}
.mist-sub{margin-top:8px;font-size:.8rem;color:#555;font-weight:500}
.mist-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;margin-top:20px}
.mist-no,.mist-yes{border:0;border-radius:10px;padding:13px 8px;font:inherit;font-weight:800;cursor:pointer}
.mist-no{background:#f1f1f1;color:#141414}
.mist-yes{background:#FFD84D;color:#141414}
.mist-yes:disabled{opacity:.7;cursor:wait}
.mist-no:active,.mist-yes:active{transform:scale(.97)}
.mist-links{margin-top:16px;font-size:.68rem;font-weight:700}
.mist-links a{color:#0b7a3e;text-decoration:none}
.hidden{display:none}
@media(max-width:360px){.mist-actions{grid-template-columns:1fr}}
