.customers-db{display:grid;gap:16px}.customers-db-title h2{margin:0 0 6px}.customers-db-title p{margin:0;color:#475569;line-height:1.65}.customer-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.customer-stats>div{display:grid;gap:3px;padding:14px;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff}.customer-stats strong{font-size:25px}.customer-stats span{color:#64748b;font-size:13px;font-weight:750}.customer-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.35fr);gap:10px}.customer-lead-list{display:grid;gap:12px}.customer-lead-card{border:1px solid #dbeafe;border-radius:19px;padding:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05);transition:box-shadow .2s,transform .2s}.customer-lead-card:hover{box-shadow:0 14px 35px rgba(15,23,42,.09)}.customer-lead-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.customer-lead-head h3{margin:0 0 2px;font-size:20px}.customer-lead-id{color:#64748b;font-size:13px}.customer-status{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.customer-status.completed{background:#ecfdf5;color:#166534}.customer-status.confirmed,.customer-status.customer_confirmed{background:#f0fdf4;color:#15803d}.customer-status.not_performed,.customer-status.rejected{background:#fef2f2;color:#991b1b}.customer-status.awaiting_customer{background:#fff7ed;color:#9a3412}.customer-lead-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.customer-lead-grid>div{display:grid;align-content:start;gap:3px;padding:11px;border-radius:13px;background:#f8fafc}.customer-lead-grid small{color:#64748b;font-weight:750}.customer-lead-grid strong,.customer-lead-grid a{color:#0f172a;font-weight:850;text-decoration:none}.customer-lead-grid span{color:#64748b;font-size:12px}.customer-lead-meta{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.customer-lead-meta span{padding:5px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:750}.customer-lead-meta .hot{background:#fff7ed;color:#9a3412}.customer-open-order{width:100%}.customer-empty{padding:28px;border:1px dashed #cbd5e1;border-radius:17px;text-align:center;color:#64748b;background:#f8fafc}.customer-order-highlight{animation:v403CustomerOrder 1.8s ease}@keyframes v403CustomerOrder{0%,100%{box-shadow:0 0 0 0 rgba(37,99,235,0)}25%,70%{box-shadow:0 0 0 5px rgba(37,99,235,.22)}}@media(max-width:780px){.customer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-tools{grid-template-columns:1fr}.customer-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:500px){.customer-lead-head{display:grid}.customer-status{justify-self:start}.customer-lead-grid{grid-template-columns:1fr}.customer-lead-card{padding:14px}}
