:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#07110d;color:#fff}
body{min-height:100vh;display:grid;grid-template-rows:1fr auto;transition:background .28s ease}
body.yes{background:#08783f} body.no{background:#a51924} body.loading{background:#07110d}
main{display:flex;min-height:90vh;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}
.question{font-size:clamp(1rem,2.2vw,1.5rem);font-weight:800;letter-spacing:.18em;margin:0 0 2vh;opacity:.88}
.status{font-size:clamp(8rem,38vw,30rem);font-weight:1000;line-height:.82;letter-spacing:-.08em;margin-left:-.08em;text-shadow:0 8px 35px #0003}
button{margin-top:7vh;border:2px solid #fff9;border-radius:999px;background:#fff;color:#111;padding:16px 28px;font:800 clamp(.9rem,2vw,1.05rem)/1 system-ui;letter-spacing:.05em;cursor:pointer;box-shadow:0 8px 25px #0003;transition:transform .12s ease,box-shadow .12s ease}
button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #0004}
button:active:not(:disabled){transform:translateY(1px)}
button:disabled{opacity:.55;cursor:wait}
.updated{min-height:1.5em;margin:18px 0 0;opacity:.72;font-size:.9rem}
footer{text-align:center;padding:0 20px 18px;font-size:.75rem;opacity:.45}
@media(max-width:600px){main{padding:22px}.status{font-size:clamp(7rem,42vw,13rem)}}
