body { max-width: 1100px; }
.stat-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.stat-card { border: 1px solid var(--pico-muted-border-color); border-radius: var(--pico-border-radius); padding: 1rem; }
.stat-card strong { display: block; font-size: 1.6rem; }
.badge { padding: 0.15rem 0.5rem; border-radius: 999px; font-size: 0.8rem; }
.badge.pending { background: #e5e7eb; color: #374151; }
.badge.qualified { background: #dcfce7; color: #166534; }
.badge.disqualified { background: #fee2e2; color: #991b1b; }
.filters { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.filters select, .filters input { width: auto; }
nav.topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
