.customers{display:grid;grid-gap:20px;gap:20px;align-content:start}.customer-head,.customer-head>div,.detail-title{display:flex;align-items:center;justify-content:space-between}.customer-head .brand-logo{width:180px;height:auto;margin-right:22px}.customer-head h1{display:inline}.customer-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.customer-kpis button{background:#fff;border:1px solid #dce7f4;border-radius:12px;padding:14px 16px;text-align:left;color:#344054;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.03)}.customer-kpis button:hover{border-color:#84b8f4;background:#f8fbff}.customer-kpis strong{display:block;margin-top:7px;font-size:24px;color:#0b2f5b}.customer-toolbar{display:grid;grid-template-columns:minmax(250px,1.7fr) repeat(4,minmax(125px,.7fr)) auto;grid-gap:10px;gap:10px;padding:14px}.bulk-bar button,.bulk-bar select,.customer-toolbar button,.customer-toolbar input,.customer-toolbar select{min-width:0;border:1px solid #cfd9e6;border-radius:8px;background:#fff;padding:10px 12px}.bulk-bar button,.customer-toolbar button{cursor:pointer}.customer-result-meta{padding:12px 15px 0;color:#66758a}.customer-table{display:grid;grid-template-columns:32px 1.45fr 1fr .65fr 1.7fr;grid-gap:14px;gap:14px;align-items:center}.customer-table-head{padding:15px;border-bottom:1px solid #dde7f2}.customer-row{padding:16px;color:inherit;border-bottom:1px solid #edf2f7}.customer-row:hover{background:#f5faff}.customer-row a{color:inherit;text-decoration:none}.customer-row small{display:block;margin-top:4px;color:#75859a;font-weight:400}.bulk-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f7fbff}.bulk-bar select{min-width:180px}.bulk-bar button{background:#1677d2;color:#fff;border-color:#1677d2}.bulk-bar .secondary{background:#fff;color:#344054;border-color:#cfd9e6}.risk{display:inline-block;width:max-content;padding:5px 10px;border-radius:20px;font-weight:700}.risk.high{background:#ffe1e1;color:#b42318}.risk.watch{background:#fff1cc;color:#a15c00}.risk.normal{background:#dcfce7;color:#18794e}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.detail-title{background:white;padding:20px;border-radius:12px}.title-badges{display:flex;gap:8px;align-items:center}.blacklist{background:#222;color:#fff;border-radius:18px;padding:5px 10px;font-weight:700}.profile-panel{display:grid;grid-gap:16px;gap:16px}.profile-panel>h2{margin-bottom:0}.profile-group{display:grid;grid-gap:8px;gap:8px}.profile-group h3{margin:0;color:#29486d;font-size:15px}.profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid #e5ebf3;border-radius:10px;overflow:hidden}.profile-item{padding:14px 16px;min-height:72px;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#fff}.profile-item span{display:block;color:#718096;font-size:13px;margin-bottom:6px}.profile-item b{font-weight:600;word-break:break-word}.profile-actions{display:flex;justify-content:flex-end;gap:10px}.profile-actions button{border:1px solid #cfd9e6;border-radius:8px;background:#fff;cursor:pointer}.profile-actions .primary{background:#1677d2;color:#fff;border-color:#1677d2}.profile-edit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.profile-edit-grid label{display:grid;grid-gap:6px;gap:6px;color:#58677a}.profile-edit-grid input,.profile-edit-grid select{width:100%;border:1px solid #cfd9e6;border-radius:8px;background:#fff}.quality-strip{display:flex;flex-wrap:wrap;gap:8px}.quality-tag{padding:5px 9px;border-radius:16px;background:#fff3cd;color:#855d00;font-size:12px}.customers form{display:grid;grid-gap:10px;gap:10px}.customers textarea{min-height:100px;padding:10px}.customers button,.customers input,.customers select{padding:10px}.follow,.waybill{padding:12px 0;border-bottom:1px solid #e7edf4}.follow>span,.waybill span{margin-left:20px;color:#66758a}.follow p{margin-bottom:0}.empty{padding:22px;color:#75859a}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;padding:18px}.pagination button{border:1px solid #cfd9e6;border-radius:8px;background:#fff;cursor:pointer}.pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1200px){.customer-kpis{grid-template-columns:repeat(3,1fr)}.customer-toolbar{grid-template-columns:1fr 1fr 1fr}.customer-toolbar input{grid-column:1/-1}.profile-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.customer-kpis{grid-template-columns:1fr 1fr}.customer-table{grid-template-columns:30px 1fr 1fr}.customer-table>:nth-child(n+4){display:none}.detail-grid,.profile-edit-grid,.profile-grid{grid-template-columns:1fr}.customer-toolbar{grid-template-columns:1fr 1fr}.bulk-bar{align-items:stretch;flex-direction:column}}