.customer-page{gap:14px}
.customer-head{justify-content:flex-start;gap:12px;padding:2px 0 0 0}
.customer-head-tab{color:#334155;font-weight:600}
.customer-head-tab.active{border-color:#93c5fd;color:#1e3a8a;font-weight:600}
.customer-panel{flex:1;margin-bottom:14px}
.customer-analysis-panel{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden;margin-bottom:14px}
.customer-extension-panel{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden;margin-bottom:14px;padding:12px}
.customer-extension-panel[hidden]{display:none!important}
.customer-extension-empty{height:100%;min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:700}
.customer-analysis-empty{height:100%;min-height:calc(100vh - 150px);background:#fff;border-radius:12px}
.customer-toolbar{align-items:flex-start!important;justify-content:flex-start!important;flex-direction:column}
.customer-filter-select{width:132px;height:36px}
.customer-search-group{width:100%;flex-wrap:wrap}
.customer-search-wrap{width:min(184px,15vw)}
.customer-search{width:min(184px,15vw);height:36px;padding:0 12px}
.customer-search::placeholder{color:#b8c2d2}
.customer-current-count{position:static;transform:none;display:inline-flex;align-items:center;height:36px;padding:0 10px;color:#64748b;font-size:13px;font-weight:600;white-space:nowrap;pointer-events:auto}
.customer-table-wrap{flex:1;border-radius:0 0 12px 12px}
.customer-pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:8px 12px;border-top:1px solid #e2e8f0;background:#fff}
.customer-pager[hidden]{display:none!important}
.customer-pager button{height:30px;padding:0 12px;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#334155;font-weight:700;cursor:pointer}
.customer-pager button:disabled{opacity:.45;cursor:not-allowed}
.customer-pager span{color:#64748b;font-size:13px;font-weight:700}
.customer-table{border-collapse:separate;border-spacing:0}
.customer-table th,.customer-table td{height:34px;box-sizing:border-box;padding:0 10px;border-right:1px solid #dce3ec;border-bottom:1px solid #dce3ec;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-table th{font-weight:800;cursor:pointer}
.customer-table th:hover{background:#eef5ff}
.customer-table tbody td{font-size:12px;line-height:1.25;color:#4b5563}
.customer-table tbody tr td,
.customer-table tbody tr:nth-child(even) td,
.customer-table tbody td.customer-phone-warning,
.customer-table tbody tr:nth-child(even) td.customer-phone-warning{background:transparent}
.customer-table tbody tr.is-selected td,
.customer-table tbody tr.is-selected td.customer-phone-warning{background:#e8f1ff}
.customer-sort{display:inline-block;margin-right:8px;color:#9aa8ba;font-weight:700}
.customer-resizer{right:-3px;width:7px}
.customer-resizing{cursor:col-resize;user-select:none}
.customer-empty{color:#9aa8ba;text-align:left}
body.customer-embedded-edit{margin:0;background:transparent;overflow:hidden}
body.customer-embedded-edit .wrap{display:none}
body.customer-embedded-edit .customer-modal-backdrop{position:fixed;inset:0;padding:0;background:transparent}
@media (max-width:1100px){.customer-filter-select{width:132px}}

@media (max-width:760px){
  .customer-panel,.customer-analysis-panel{
    margin-bottom:10px;
    flex:1 1 0;
    min-height:0;
    overflow:hidden;
  }
  .customer-toolbar{
    overflow:hidden;
  }
  .customer-search-group{
    flex-wrap:nowrap;
  }
  .customer-search-wrap{
    min-width:min(180px, calc(100vw - 164px)) !important;
    max-width:var(--ct-mobile-search-max, min(280px, calc(100vw - 120px))) !important;
  }
  .customer-search{
    width:min(180px, calc(100vw - 164px));
  }
  .customer-actions{
    flex-wrap:nowrap;
  }
  .customer-table-wrap{
    min-height:0;
    height:auto !important;
    max-height:none;
    flex:1 1 0;
    border-radius:0 0 10px 10px;
  }
  .customer-analysis-empty{
    min-height:58vh;
  }
}
