.customer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:13px;margin:14px 0 18px}.customer-toolbar input{max-width:340px;padding:12px 14px;border:1px solid #dce4ed;border-radius:13px;background:#fff;color:#1d314e;font:700 13px 'DM Sans',Arial,sans-serif}.customer-toolbar span{color:#7c8ba0;font:800 12px 'DM Sans',Arial,sans-serif}.customer-list{display:grid;gap:10px}.customer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px;border:1px solid #e0e7ee;border-radius:17px;background:linear-gradient(135deg,#fff,#fbfcff)}.customer-row.is-blocked{border-color:#f5bbb3;background:linear-gradient(135deg,#fff9f8,#fff)}.customer-person{display:flex;align-items:center;gap:11px;min-width:0}.customer-avatar{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#e5ebff,#f0e9ff);color:#5747bf;font:900 15px 'DM Sans',Arial,sans-serif}.customer-person b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1c304d;font:800 14px 'DM Sans',Arial,sans-serif}.customer-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;color:#7a899d;font:650 12px 'DM Sans',Arial,sans-serif}.customer-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.customer-tags span{padding:4px 7px;border-radius:999px;background:#edf4f7;color:#597087;font:800 10px 'DM Sans',Arial,sans-serif}.customer-tags span.warn{background:#fff0ed;color:#c25545}.customer-actions{display:flex;gap:7px}.customer-actions button{border:1px solid #d9e2ec;border-radius:11px;background:#fff;color:#34506b;padding:9px 10px;font:800 11px 'DM Sans',Arial,sans-serif;cursor:pointer}.customer-actions button.danger{border-color:#f2c0b8;background:#fff7f5;color:#c05042}.customer-actions button.active{border-color:#ff8b79;background:#fff0ed;color:#bf5545}.customer-empty{padding:24px;border:1px dashed #ccd8e5;border-radius:16px;background:#f9fbfd;color:#708198;font:700 13px 'DM Sans',Arial,sans-serif}.customer-sql-note{padding:17px;border:1px solid #ffd5ce;border-radius:16px;background:#fff8f6;color:#814a42;font:700 13px/1.5 'DM Sans',Arial,sans-serif}.customer-sql-note b{display:block;margin-bottom:4px;color:#9d453a}@media(max-width:620px){.customer-toolbar{align-items:stretch;flex-direction:column}.customer-toolbar input{max-width:none}.customer-row{grid-template-columns:1fr}.customer-actions{width:100%}.customer-actions button{flex:1;padding:10px 7px;font-size:10px}}
