.pill { padding: .25rem .6rem; border-radius: 9999px; font-size: .875rem; }
.tone-deliverable { background: rgba(16,185,129,.12); color:#065f46; border:1px solid rgba(16,185,129,.3); }
.tone-risky { background: rgba(245,158,11,.12); color:#92400e; border:1px solid rgba(245,158,11,.3); }
.tone-undeliverable { background: rgba(244,63,94,.12); color:#9f1239; border:1px solid rgba(244,63,94,.3); }
.card { border:1px solid rgb(226 232 240); border-radius: .875rem; background:#fff; }

