.container { max-width: 1200px; margin: 0 auto; padding: 32px 24px 80px; }
.page-header { margin-bottom: 32px; }
.page-title { font-size: 28px; font-weight: 800; color: #0f172a; margin: 0 0 6px; }
.page-subtitle { font-size: 15px; color: #64748b; margin: 0; }

.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 28px; }
.summary-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 22px 24px; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.summary-label { font-size: 13px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.summary-value { font-size: 34px; font-weight: 800; color: #0f172a; }

.card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,.04); margin-bottom: 24px; }
.card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.card-title { font-size: 17px; font-weight: 700; color: #0f172a; margin: 0; }

.filters-form { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 16px; }
.filter-item { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 160px; }
.filter-label { font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .4px; }
.filter-control { height: 40px; padding: 0 12px; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 14px; color: #0f172a; background: #f8fafc; outline: none; transition: border-color .2s; }
.filter-control:focus { border-color: #2563eb; background: #fff; }
.filter-actions { display: flex; gap: 10px; align-items: flex-end; }

.btn { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 18px; border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1px solid #cbd5e1; background: #f8fafc; color: #0f172a; transition: background .2s; }
.btn:hover { background: #f1f5f9; }
.btn-primary { background: #2563eb; color: #fff; border-color: #2563eb; }
.btn-primary:hover { background: #1d4ed8; }

.table-wrap { overflow-x: auto; }
.jobs-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.jobs-table th { text-align: left; padding: 10px 14px; font-size: 12px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: .4px; border-bottom: 1px solid #e2e8f0; white-space: nowrap; }
.jobs-table td { padding: 13px 14px; color: #0f172a; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.jobs-table tr:last-child td { border-bottom: none; }
.jobs-table tr:hover td { background: #f8fafc; }

.badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.badge-draft  { background: #fef9c3; color: #854d0e; }
.badge-open   { background: #dcfce7; color: #166534; }
.badge-closed { background: #fee2e2; color: #991b1b; }

.action-link { font-size: 13px; color: #2563eb; text-decoration: none; font-weight: 600; cursor: pointer; }
.action-link:hover { text-decoration: underline; }

.pagination { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; flex-wrap: wrap; gap: 12px; }
.pagination-meta { font-size: 14px; color: #64748b; }
.pagination-actions { display: flex; gap: 8px; }

.muted { color: #94a3b8; font-size: 14px; padding: 16px 0; }
.flash { padding: 12px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; font-weight: 500; }
.flash-success { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }

@media (max-width: 768px) {
    .summary-grid { grid-template-columns: repeat(2, 1fr); }
    .filters-form { flex-direction: column; }
    .filter-item { min-width: 100%; }
}
