.pill.pending { background: #4a3916; color: #ffd878; }
.warning { color: #ffbf69; }
.row-actions { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.row-actions button { font-size: 11px; padding: 6px 8px; }
.report-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.report-head .actions { margin-top: 0; }
.chart svg { width: 100%; min-height: 220px; background: #07121b; border: 1px solid #203244; border-radius: 12px; }
.legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; color: #91a2b6; font-size: 12px; text-transform: capitalize; }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend i { width: 12px; height: 4px; border-radius: 3px; }
.check { display: flex; align-items: center; gap: 10px; }
.check input { width: auto; }
