.content-grid { margin-bottom: 18px; }
.chart-box { min-height: 220px; display: grid; align-content: start; gap: 10px; }
.chart-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #edf2f8; }
.chart-bar { height: 12px; background: linear-gradient(90deg, var(--primary), #80a8e5); border-radius: 999px; margin-top: 6px; }

.status-note { background: #f6f9fd; border-left: 4px solid var(--primary); padding: 10px 12px; border-radius: 10px; margin: 10px 0; }
.small-muted { color: var(--muted); font-size: 0.82rem; }

.action-group { display: flex; gap: 8px; flex-wrap: wrap; }

.search-empty { text-align: center; padding: 20px; color: var(--muted); }

.progress-steps { display: flex; gap: 10px; margin-bottom: 14px; }
.step-pill { flex: 1; padding: 10px; text-align: center; border-radius: 12px; background: #eef4fb; color: #3d5f8f; font-weight: 700; }
.step-pill.active { background: var(--primary); color: #fff; }
.step-panel { display: none; }
.step-panel.active { display: block; }
.hidden { display: none !important; }

.audit-list { display: grid; gap: 10px; }
.audit-item { padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbff; }

.settings-grid label { width: 100%; }
