#grn-list-page .page-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:12px; margin-bottom:14px;
}
#grn-list-page .muted{ color:#6b7280; font-size:.92rem; }

#grn-list-page .cardx{
  background:#fff; border-radius:16px; padding:14px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  border:1px solid rgba(15,23,42,.06);
}
#grn-list-page .filters{
  display:flex; gap:10px; align-items:center; margin-bottom:10px;
}
#grn-list-page .pager{
  display:flex; justify-content:space-between; align-items:center;
  padding-top:10px;
}

.pill{
  display:inline-flex; align-items:center; padding:.25rem .6rem;
  border-radius:999px; font-size:.78rem; font-weight:700;
  border:1px solid transparent;
}
.pill-draft{ background:rgba(59,130,246,.12); color:#1d4ed8; border-color:rgba(59,130,246,.20); }
.pill-posted{ background:rgba(34,197,94,.14); color:#166534; border-color:rgba(34,197,94,.22); }
.pill-cancel{ background:rgba(239,68,68,.14); color:#991b1b; border-color:rgba(239,68,68,.22); }