:root{--background:#f7f7f5;--foreground:#111111;--muted:#737373;--line:#ddddda}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.page-shell{min-height:100svh;display:grid;grid-template-rows:1fr auto;padding:32px}.answer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 20px 24px}.eyebrow{margin:0 0 18px;color:var(--muted);font-size:clamp(.95rem,2vw,1.15rem);font-weight:600;letter-spacing:.03em}h1{margin:0;font-size:clamp(5rem,19vw,13rem);line-height:.82;letter-spacing:-.075em;font-weight:800}.subtext{margin:30px 0 0;font-size:clamp(.9rem,1.8vw,1.05rem)}.subtext,footer{color:var(--muted)}footer{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;border-top:1px solid var(--line);padding-top:18px;font-size:.75rem;text-align:center}@media(max-width:640px){.page-shell{padding:22px}.answer{padding-inline:0}}@media(prefers-color-scheme:dark){:root{--background:#0d0d0d;--foreground:#f5f5f2;--muted:#989898;--line:#272727}}