:root{--maxw: 980px}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111;background:#fff}.page{min-height:100vh;display:flex;flex-direction:column}.hero{width:100%;max-width:var(--maxw);margin:0 auto;padding:48px 20px 24px;text-align:center}.heroImageWrap{display:flex;justify-content:center;align-items:center;margin:0 auto 22px}.heroImage{width:min(900px,100%);height:auto;display:block;-webkit-user-select:none;user-select:none}.question{margin:8px 0 6px;font-size:clamp(28px,4.2vw,44px);font-weight:700}.answerButton{appearance:none;border:none;background:transparent;padding:6px 12px;cursor:pointer;font-size:clamp(44px,8vw,92px);font-weight:800;line-height:1.05;letter-spacing:-.02em;font-family:ui-rounded,Comic Sans MS,Segoe Print,system-ui,sans-serif;color:#000}.answerButton:focus-visible{outline:3px solid #000;outline-offset:6px;border-radius:14px}.subtext{margin:6px auto 0;max-width:64ch;font-size:18px;color:#333;white-space:pre-line}.retro{width:100%;max-width:var(--maxw);margin:0 auto;padding:22px 20px 34px}.retroHeader{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px}.retroHeader h2{margin:0;font-size:22px}.retroMeta{font-size:14px;color:#444}.retroError{color:#b00020}.retroGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.retroCard{position:relative;border:1px solid #e7e7e7;border-radius:14px;padding:12px;text-align:left;background:#fff}.retroTop{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.retroName{font-weight:800;letter-spacing:-.01em}.retroState{font-size:14px;color:#333}.retroStateRow{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 10px}.retroUntil{margin-left:auto;text-align:right;font-size:12px;font-weight:500;color:#333;opacity:.85;white-space:nowrap}@media(max-width:420px){.retroUntil{flex-basis:100%;margin-left:0;text-align:left}}.retroBadge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:28px;padding:0 10px;border-radius:999px;border:1px solid #111;font-weight:900;line-height:1;font-size:18px}.retroBadgeMuted{border-color:#bbb;color:#777}.retroCard.isRetro{border:1px solid #111}.retroDisclaimer{margin:12px 0 0;font-size:13px;color:#555}.footer{margin-top:auto;border-top:1px solid #eee;padding:14px 20px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:13px;color:#444}.footerRight{text-align:right}@media(max-width:720px){.retroGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
