#tableView .toolbar{position:relative;z-index:60;overflow:visible}
#tableView .sheet-card{position:relative;z-index:1}
#tableView .filter-menu{position:relative;z-index:65}
#tableView .status-filter-trigger{height:34px;display:inline-flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #d7e5de;border-radius:9px;background:#fff;color:#4d6057;font-size:10px;font-weight:800;white-space:nowrap;transition:.15s ease}
#tableView .status-filter-trigger:before{content:'☷';color:#07845d;font-size:13px}
#tableView .status-filter-trigger b{color:#92a099;font-size:12px;line-height:1;transition:transform .15s ease}
#tableView .filter-menu.open .status-filter-trigger,#tableView .status-filter-trigger:hover{border-color:#9dccb6;background:#f8fcfa;color:#087f5b}
#tableView .filter-menu.open .status-filter-trigger b{transform:rotate(180deg)}
#tableView .status-checks{position:absolute;z-index:70;top:calc(100% + 7px);left:0;display:grid;grid-template-columns:repeat(2,minmax(145px,1fr));gap:5px;width:326px;padding:9px;border:1px solid #dce9e3;border-radius:12px;background:#fff;box-shadow:0 14px 30px rgba(25,62,43,.14)}
#tableView .status-checks[hidden]{display:none}
#tableView #statusChecks:before{content:'Affiche les leads avec au moins un statut sélectionné';grid-column:1/-1;margin:0 0 3px;padding:0 3px;color:#718179;font-size:9px;font-weight:700;line-height:1.35}
#tableView #intersectionChecks:before{content:'Affiche uniquement les leads qui remplissent tous les critères cochés';grid-column:1/-1;margin:0 0 3px;padding:0 3px;color:#718179;font-size:9px;font-weight:700;line-height:1.35}
#tableView .status-check{height:32px;display:inline-flex;align-items:center;gap:7px;padding:0 8px;border:1px solid #e1eae5;border-radius:8px;background:#fff;color:#586b61;font-size:9px;font-weight:750;white-space:nowrap;cursor:pointer;transition:.15s ease}
#tableView .status-check:hover{border-color:#b8d6c9;background:#f7fbf9}
#tableView .status-check input{appearance:none;width:14px;height:14px;margin:0;border:1.5px solid #c5d2cc;border-radius:4px;background:#fff;display:grid;place-items:center}
#tableView .status-check input:checked{border-color:#0eaa78;background:#0eaa78}
#tableView .status-check input:checked:after{content:'✓';color:#fff;font-size:10px;line-height:1}
#tableView .status-row-followup input:checked{background:#d1a617;border-color:#d1a617}
#tableView .status-row-nurturing input:checked{background:#d68029;border-color:#d68029}
#tableView .status-row-rdv input:checked{background:#0eaa78;border-color:#0eaa78}
#tableView .status-row-unqualified input:checked{background:#cf4b55;border-color:#cf4b55}
#tableView .status-row-error input:checked{background:#6c7671;border-color:#6c7671}
#tableView .intersection-filter .status-filter-trigger:before{content:'⊓';font-size:15px}
#tableView .intersection-filter .status-check:first-of-type input:checked{background:#e0aa12;border-color:#e0aa12}
@media(max-width:600px){#tableView .status-checks{left:auto;right:0;width:min(326px,calc(100vw - 36px));grid-template-columns:1fr}}
