:root{--bg:#0a0a0a;--fg:#ededed;--muted:#8a8a8a;--yes:#22c55e;--no:#ef4444;--maybe:#eab308;--nodata:#262626}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100dvh;padding:2rem 1.25rem;display:flex}.question{color:var(--muted);letter-spacing:-.01em;font-size:clamp(1.1rem,3.5vw,1.9rem);font-weight:500}.answer{letter-spacing:-.04em;font-size:clamp(5rem,28vw,18rem);font-weight:900;line-height:.9}.answer.yes{color:var(--yes)}.answer.no{color:var(--no)}.answer.maybe{color:var(--maybe);font-size:clamp(3rem,16vw,10rem)}.reason{color:var(--fg);max-width:40ch;font-size:clamp(.95rem,2.5vw,1.15rem);font-style:italic}.meta{color:var(--muted);flex-direction:column;gap:.35rem;margin-top:1rem;font-size:.8rem;display:flex}.fineprint{opacity:.7;max-width:42ch;margin-top:.75rem}.history,.log{flex-direction:column;align-items:center;gap:.7rem;width:100%;max-width:42rem;display:flex}.history{margin-top:1rem}.section-title{text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-size:.72rem;font-weight:600}.strip{flex-wrap:wrap;justify-content:center;gap:3px;display:flex}.cell{background:var(--nodata);cursor:default;border-radius:2px;width:12px;height:28px;transition:opacity .12s}.cell:hover{opacity:.78}.cell.yes{background:var(--yes)}.cell.no{background:var(--no)}.cell.maybe{background:var(--maybe)}.legend{color:var(--muted);gap:1rem;font-size:.75rem;display:flex}.legend span{align-items:center;gap:.35rem;display:inline-flex}.dot{border-radius:50%;width:9px;height:9px;display:inline-block}.dot.yes{background:var(--yes)}.dot.no{background:var(--no)}.dot.maybe{background:var(--maybe)}.log-list{flex-direction:column;gap:.55rem;width:100%;list-style:none;display:flex}.log-row{text-align:left;border-bottom:1px solid #ffffff12;grid-template-columns:3.4rem 11rem 1fr;align-items:baseline;gap:.75rem;padding-bottom:.55rem;font-size:.85rem;display:grid}.pill{letter-spacing:.03em;color:var(--bg);border-radius:999px;justify-self:start;padding:.12rem .45rem;font-size:.68rem;font-weight:700}.pill.yes{background:var(--yes)}.pill.no{background:var(--no)}.pill.maybe{background:var(--maybe)}.log-time{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.log-reason{color:var(--fg)}@media (max-width:32rem){.log-row{grid-template-columns:3.4rem 1fr;gap:.3rem .6rem}.log-time{grid-column:2}.log-reason{color:var(--muted);grid-column:1/-1}}
