.contacts-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));gap:8px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px;margin-bottom:12px}.contacts-filter-grid input,.contacts-filter-grid select{width:100%;min-height:40px;border:1px solid var(--line);border-radius:8px;padding:7px 9px;background:#fff;font:inherit}.contacts-filter-grid label{font-size:10px;color:var(--muted);font-weight:800}.contacts-filter-grid label input{display:block;margin-top:3px}.contacts-table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:13px;max-height:68vh}.contacts-table{border-collapse:separate;border-spacing:0;min-width:2200px}.contacts-table thead{position:sticky;top:0;z-index:3}.contacts-table th{background:#edf4f6;border-bottom:1px solid var(--line);padding:10px;text-align:left;white-space:nowrap}.contacts-table td{padding:10px;border-bottom:1px solid #edf1f2;vertical-align:top;max-width:240px;overflow-wrap:anywhere}.contacts-table td:nth-child(2),.contacts-table td:nth-child(3){position:sticky;background:#fff;z-index:1}.contacts-table th:nth-child(2),.contacts-table td:nth-child(2){left:42px;min-width:170px}.contacts-table th:nth-child(3),.contacts-table td:nth-child(3){left:212px;min-width:210px;box-shadow:5px 0 8px rgba(20,50,65,.04)}.contacts-table .select-col{width:42px;left:0;position:sticky;z-index:4}.sort-head{border:0;background:transparent;padding:0;color:inherit;font:inherit;font-weight:inherit;cursor:pointer}.list-pills{display:flex;gap:4px;flex-wrap:wrap}.list-pill,.list-type{display:inline-block;border-radius:999px;background:#e9f7f8;color:#08746f;padding:4px 7px;font-size:10px;font-weight:800}.list-type.dynamic{background:#f0ecfa;color:#7357b8}.bulk-bar select,.bulk-bar input{min-height:38px;border:1px solid var(--line);border-radius:8px;padding:7px}.segment-card .list-type{margin-bottom:5px}@media(max-width:1100px){.contacts-filter-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.contacts-filter-grid{grid-template-columns:1fr 1fr}.contacts-table-wrap{overflow:visible;border:0;background:transparent;max-height:none}.contacts-table{display:block;min-width:0}.contacts-table thead{display:none}.contacts-table tbody{display:grid;gap:10px}.contacts-table tr{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;box-shadow:var(--shadow)}.contacts-table td{display:grid;gap:2px;border:0;padding:6px;max-width:none;position:static!important;box-shadow:none!important}.contacts-table td:before{content:attr(data-label);font-size:9px;color:var(--muted);font-weight:850;text-transform:uppercase;letter-spacing:.05em}.contacts-table td:first-child{position:absolute!important}.contacts-table td:nth-child(2),.contacts-table td:nth-child(3),.contacts-table td:last-child{grid-column:1/-1}.contacts-table td:last-child button{width:100%}}
