
/* NM Devis v2 */
.nm-devis-single-btns{display:flex;gap:8px;margin:16px 0;flex-wrap:wrap}
.nm-devis-add-btn,.nm-view-devis-btn{
  flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;
  padding:12px 18px;border-radius:3px;font-size:13px;font-weight:400;
  border:none;cursor:pointer;text-decoration:none;line-height:1;
  transition:opacity .15s;white-space:nowrap;color:#fff!important;
}
.nm-devis-add-btn{background:#22c55e}
.nm-devis-add-btn:hover{opacity:.85;color:#fff!important}
.nm-devis-add-btn.added{background:#16a34a!important}
.nm-view-devis-btn{background:#ef4444}
.nm-view-devis-btn:hover{opacity:.85;color:#fff!important}
/* FAB */
#nm-devis-fab{
  position:fixed;bottom:28px;right:28px;z-index:9990;
  width:56px;height:56px;border-radius:50%;background:#f97316;
  color:#fff;display:flex;align-items:center;justify-content:center;
  cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.25);
  transition:transform .2s;
}
#nm-devis-fab:hover{transform:scale(1.08)}
#nm-fab-count{
  position:absolute;top:-4px;right:-4px;
  background:#ef4444;color:#fff;font-size:11px;font-weight:800;
  min-width:20px;height:20px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  padding:0 5px;border:2px solid #fff;
}
/* Overlay */
#nm-devis-overlay{
  display:none;position:fixed;inset:0;
  background:rgba(0,0,0,.5);z-index:9991;
}
#nm-devis-overlay.open{display:block}
/* Drawer */
#nm-devis-drawer{
  position:fixed;top:0;right:-430px;width:420px;max-width:95vw;
  height:100vh;background:#fff;z-index:9992;
  display:flex;flex-direction:column;
  box-shadow:-4px 0 30px rgba(0,0,0,.12);
  transition:right .3s ease;
}
#nm-devis-drawer.open{right:0}
.nm-dh{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px;border-bottom:1px solid #f0f0f0;
}
.nm-dh h3{margin:0;font-size:15px;font-weight:700;color:#222;display:flex;align-items:center;gap:8px}
.nm-dx{
  background:none;border:none;font-size:22px;cursor:pointer;
  color:#999;width:30px;height:30px;display:flex;align-items:center;justify-content:center;
  border-radius:50%;transition:background .15s;
}
.nm-dx:hover{background:#f3f4f6;color:#222}
#nm-ditems{flex:1;overflow-y:auto;padding:12px 16px}
.nm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:180px;color:#bbb;gap:8px;font-size:13px}
.nm-di{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5}
.nm-di img{width:56px;height:56px;min-width:56px;object-fit:contain;border:1px solid #f0f0f0;border-radius:6px;flex-shrink:0;background:#fff;display:block}
.nm-di-info{flex:1;min-width:0}
.nm-di-info a{font-size:12.5px;font-weight:600;color:#222;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;line-height:1.3}
.nm-di-info a:hover{color:#f97316}
.nm-dq{display:flex;align-items:center;gap:6px;margin-top:5px}
.nm-dq button{width:24px;height:24px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;color:#374151;display:flex;align-items:center;justify-content:center;transition:all .15s}
.nm-dq button:hover{background:#f97316;color:#fff;border-color:#f97316}
.nm-dq span{font-size:13px;font-weight:700;color:#222;min-width:18px;text-align:center}
.nm-drm{background:none;border:none;color:#ccc;font-size:20px;font-weight:400;cursor:pointer;padding:4px 6px;transition:color .15s;flex-shrink:0;line-height:1;display:flex;align-items:center}
.nm-drm:hover{color:#ef4444}
.nm-df{padding:14px 18px;border-top:1px solid #f0f0f0;background:#fafafa}
.nm-dc{font-size:12.5px;color:#666;margin:0 0 10px;font-weight:500}
.nm-wa{
  width:100%;padding:13px;background:#25D366;color:#fff;
  border:none;border-radius:6px;font-size:13px;font-weight:700;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  gap:8px;transition:background .15s;margin-bottom:7px;
}
.nm-wa:hover{background:#1ebe5c}
.nm-clr{width:100%;padding:9px;background:#fff;color:#9ca3af;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;cursor:pointer;transition:all .15s}
.nm-clr:hover{background:#fef2f2;color:#ef4444;border-color:#fca5a5}
@keyframes nm-b{0%,100%{transform:scale(1)}50%{transform:scale(1.35)}}
.nm-bounce{animation:nm-b .35s ease}
@media(max-width:480px){
  #nm-devis-fab{bottom:76px;right:14px;width:50px;height:50px}
  #nm-devis-drawer{width:100%;max-width:100%}
}
