/* 状态样式文件：负责 pending、approved、rejected、voided 的视觉预留。 */
.status-pending { color: #9a6700; }
.status-approved { color: #0f7b0f; }
.status-rejected { color: #b42318; }
.status-voided { color: #667085; }
