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