:root{--brand:#f4805d;--ink:#1a1614;--paper:#faf6f1;--surface:#fff;--line:#e7dfd6;--muted:#5c534d}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55}.wrap{max-width:820px;margin:0 auto;padding:40px 24px}.pf{gap:12px;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:24px}.badge,.pf{display:flex;align-items:center}.badge{width:38px;height:38px;border-radius:9px;background:var(--brand);color:#fff;justify-content:center;font-weight:700}h1{font-size:1.6rem;margin:0;letter-spacing:-.02em}h2{font-size:1.05rem;margin:0 0 10px}.muted,.pill{color:var(--muted)}.pill{display:inline-block;font-size:12px;font-weight:600;padding:3px 9px;border-radius:999px;background:var(--line)}.section{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px;margin:14px 0}.row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}.row:last-child{border-bottom:0}a{color:var(--brand)}