.small-muted { font-size: 0.85rem; color: var(--text-secondary); }
        .sticky-filters { position: sticky; top: 0.5rem; z-index: 10; }
        .filter-group label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-secondary); margin-bottom: 0.15rem; }
        .filter-group .form-control,
        .filter-group .form-select { font-size: 0.9rem; }
        .range-pair { display: flex; gap: 0.35rem; }
        .range-pair .form-control { flex: 1 1 0; min-width: 0; }
        #screenerTable th { white-space: nowrap; cursor: pointer; user-select: none; }
        #screenerTable th.sortable .sort-arrow { opacity: 0.4; margin-left: 0.25rem; }
        #screenerTable th.sortable.active .sort-arrow { opacity: 1; color: var(--accent-primary); }
        #screenerTable td { white-space: nowrap; }
        .score-pill { display: inline-block; min-width: 1.6rem; padding: 0.1rem 0.45rem; border-radius: 999px; font-weight: 600; font-size: 0.8rem; text-align: center; color: #fff; }
        .score-0 { background: #6c757d; }
        .score-1 { background: #db6d28; }
        .score-2 { background: #d4a82a; }
        .score-3 { background: #3fb950; }
        .score-4 { background: #1f6feb; }
        .pos { color: var(--success-green); }
        .neg { color: var(--danger-red); }
        .quick-presets .btn { font-size: 0.78rem; padding: 0.15rem 0.55rem; }
        .pager-bar { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
        .pager-bar .btn { min-width: 6rem; }
