<style>
.status-list{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;max-width:240px}.status-item{margin:10px 0}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:14px;font-weight:600;line-height:1;border:1px solid transparent}.pill::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.95}.pill-closed{background:#f2f2f2;color:#6b7280;border-color:#e5e7eb}.pill-open{background:#e8f1ff;color:#2563eb;border-color:#cfe0ff}.pill-notopen{background:#fff2cc;color:#a16207;border-color:#fde68a}