.dp-v3-inventory-map {
  position: relative;
  height: calc(100vh - 72px);
  min-height: 640px;
  margin: -1rem calc(-1 * clamp(1rem, 2vw, 1.75rem));
  color: #d7dee8;
  overflow: hidden;
  background: #070d18;
}
.dp-v3-inventory-map__chart {
  position: absolute;
  inset: 0;
}
.dp-v3-inventory-map__chart-el {
  width: 100%;
  height: 100%;
  cursor: grab;
}
.dp-v3-inventory-map__chart-el:active {
  cursor: grabbing;
}
.dp-v3-inventory-map__carriers {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}
.dp-v3-inventory-map__carrier {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  line-height: 0;
  z-index: 1;
}
.dp-v3-inventory-map__carrier-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.dp-v3-inventory-map__carrier-trigger:focus-visible {
  outline: 2px solid rgba(115, 191, 222, .76);
  outline-offset: 3px;
}
.dp-v3-inventory-map__carrier.is-muted {
  z-index: 0;
}
.dp-v3-inventory-map__carrier.is-cluster {
  z-index: 2;
}
.dp-v3-inventory-map__carrier:hover {
  z-index: 5;
}
.dp-v3-inventory-map__carrier.is-selected,
.dp-v3-inventory-map__carrier.is-selected:hover,
.dp-v3-inventory-map__carrier.is-open {
  z-index: 6;
  filter: drop-shadow(0 2px 5px rgba(96, 196, 222, .26));
}
.dp-v3-inventory-map__carrier img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dp-v3-inventory-map__carrier.is-cluster .dp-v3-inventory-map__carrier-trigger {
  border: 1px solid rgba(148, 193, 214, .28);
  background: rgba(9, 17, 30, .46);
  box-shadow: 0 3px 10px rgba(1, 7, 15, .28);
}
.dp-v3-inventory-map__cluster-count {
  position: absolute;
  top: -7px;
  right: -12px;
  min-width: 25px;
  height: 18px;
  padding: 0 6px;
  border: 1px solid rgba(151, 199, 217, .28);
  border-radius: 9px;
  background: rgba(18, 34, 51, .96);
  color: #d9e6ef;
  font-size: 11px;
  font-weight: 650;
  line-height: 16px;
  letter-spacing: .01em;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 5, 12, .34);
}
.dp-v3-inventory-map__carrier-tip {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  max-width: 280px;
  padding: 8px 10px;
  border: 1px solid rgba(186, 204, 228, .18);
  border-radius: 6px;
  background: rgba(10, 16, 28, .94);
  color: #e8eef6;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  pointer-events: none;
  white-space: normal;
}
.dp-v3-inventory-map__carrier-tip.is-cluster-summary {
  min-width: 190px;
  max-width: 260px;
}
.dp-v3-inventory-map__carrier-tip strong,
.dp-v3-inventory-map__carrier-tip span {
  display: block;
}
.dp-v3-inventory-map__carrier-tip strong {
  margin-bottom: 2px;
  font-size: 12px;
}
.dp-v3-inventory-map__cluster-panel {
  position: absolute;
  z-index: 8;
  width: 310px;
  max-height: 286px;
  overflow: auto;
  border: 1px solid rgba(186, 204, 228, .18);
  border-radius: 8px;
  background: rgba(9, 16, 28, .97);
  box-shadow: 0 12px 30px rgba(0, 5, 14, .42);
  color: #dce6ef;
  line-height: 1.4;
}
.dp-v3-inventory-map__cluster-panel.is-below { top: calc(100% + 10px); }
.dp-v3-inventory-map__cluster-panel.is-above { bottom: calc(100% + 10px); }
.dp-v3-inventory-map__cluster-panel.is-align-start { left: -4px; }
.dp-v3-inventory-map__cluster-panel.is-align-center { left: 50%; transform: translateX(-50%); }
.dp-v3-inventory-map__cluster-panel.is-align-end { right: -4px; }
.dp-v3-inventory-map__cluster-panel-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(186, 204, 228, .12);
  background: rgba(9, 16, 28, .98);
  font-size: 12px;
}
.dp-v3-inventory-map__cluster-panel-head button {
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: #91a6ba;
  cursor: pointer;
  font-size: 11px;
}
.dp-v3-inventory-map__cluster-panel-head button:hover { color: #dce6ef; }
.dp-v3-inventory-map__cluster-member {
  display: grid;
  width: 100%;
  gap: 2px;
  padding: 9px 10px;
  border: 0;
  border-bottom: 1px solid rgba(186, 204, 228, .09);
  background: transparent;
  color: #dce6ef;
  cursor: pointer;
  line-height: 1.35;
  text-align: left;
}
.dp-v3-inventory-map__cluster-member:last-child { border-bottom: 0; }
.dp-v3-inventory-map__cluster-member:hover,
.dp-v3-inventory-map__cluster-member:focus-visible {
  outline: none;
  background: rgba(79, 132, 165, .15);
}
.dp-v3-inventory-map__cluster-member strong {
  color: #eef4f8;
  font-size: 12px;
  font-weight: 650;
}
.dp-v3-inventory-map__cluster-member span {
  color: #b7c6d4;
  font-size: 11px;
}
.dp-v3-inventory-map__cluster-member small {
  color: #8297aa;
  font-size: 10px;
}
.dp-v3-inventory-map__toolbar {
  position: absolute;
  z-index: 6;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(186, 204, 228, .14);
  border-radius: 8px;
  background: rgba(8, 14, 26, .82);
}
.dp-v3-inventory-map__title {
  margin-right: 6px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .02em;
  color: #e8eef6;
}
.dp-v3-inventory-map__toolbar .el-select { width: 180px; }
.dp-v3-inventory-map__toolbar .el-input { width: 180px; }
.dp-v3-inventory-map__layers {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 4px;
  color: #9aa7b8;
  font-size: 12px;
}
.dp-v3-inventory-map__legend {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(186, 204, 228, .14);
  border-radius: 8px;
  background: rgba(8, 14, 26, .82);
  font-size: 11px;
  color: #9aa7b8;
}
.dp-v3-inventory-map__swatch {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: middle;
}
.dp-v3-inventory-map__swatch.is-physical { background: #d7e2ef; }
.dp-v3-inventory-map__swatch.is-sea { background: #8fb4c9; }
.dp-v3-inventory-map__swatch.is-land { background: #4db8a4; }
.dp-v3-inventory-map__unmapped-chip {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 6;
}
.dp-v3-inventory-map__unmapped-chip > button,
.dp-v3-inventory-map__unmapped-pop button {
  border: 1px solid rgba(186, 204, 228, .16);
  background: rgba(8, 14, 26, .9);
  color: #d7dee8;
  cursor: pointer;
}
.dp-v3-inventory-map__unmapped-chip > button {
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12px;
}
.dp-v3-inventory-map__unmapped-pop {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 260px;
  max-height: 240px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(186, 204, 228, .16);
  border-radius: 8px;
  background: rgba(8, 14, 26, .94);
}
.dp-v3-inventory-map__unmapped-pop p {
  margin: 0 0 8px;
  color: #8b96a6;
  font-size: 11px;
}
.dp-v3-inventory-map__unmapped-pop button {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  padding: 7px 8px;
  border-radius: 6px;
  text-align: left;
}
.dp-v3-inventory-map__unmapped-pop button strong { display: block; font-size: 12px; }
.dp-v3-inventory-map__unmapped-pop button small { color: #8b96a6; font-size: 11px; }
.dp-v3-inventory-map__route {
  position: absolute;
  top: 64px;
  right: 12px;
  z-index: 7;
  width: 320px;
  max-height: calc(100% - 88px);
  overflow: auto;
  padding: 14px 14px 12px;
  border: 1px solid rgba(186, 204, 228, .16);
  border-radius: 8px;
  background: rgba(8, 14, 26, .94);
}
.dp-v3-inventory-map__route header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.dp-v3-inventory-map__route h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}
.dp-v3-inventory-map__route .el-button.is-text { color: #9aa7b8; }
.dp-v3-inventory-map__route dl {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 6px 10px;
  margin: 0;
  font-size: 12px;
}
.dp-v3-inventory-map__route dt { color: #8b96a6; }
.dp-v3-inventory-map__route dd { margin: 0; color: #e8eef6; }
.dp-v3-inventory-map__route-note {
  margin: 10px 0 0;
  color: #8b96a6;
  font-size: 11px;
  line-height: 1.45;
}
.dp-v3-inventory-map__route-overdue {
  margin: 8px 0 0;
  color: #e0b878;
  font-size: 12px;
  line-height: 1.45;
}
.dp-v3-inventory-map-drawer .el-drawer__header { margin-bottom: 0; padding: 16px 20px 12px; }
.dp-v3-inventory-map-drawer .el-drawer__body { padding: 0 20px 20px; }
.dp-v3-inventory-map-section { margin-top: 16px; }
.dp-v3-inventory-map-section h3 { margin: 0 0 8px; font-size: 13px; }
.dp-v3-inventory-map-section p { margin: 0 0 8px; color: #8f959e; font-size: 12px; }
.dp-v3-inventory-map-tags { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; }
.dp-v3-inventory-map-qty { font-variant-numeric: tabular-nums; white-space: nowrap; }
.dp-v3-inventory-map-code { font-family: Consolas, "SFMono-Regular", monospace; font-size: 12px; }
.dp-v3-inventory-map-perm { margin-top: 8px; }
.dp-v3-inventory-map-physical-list { border: 1px solid #edf0f3; border-radius: 6px; background: #fff; }
.dp-v3-inventory-map-physical-row { padding: 10px 12px; border-bottom: 1px solid #edf0f3; }
.dp-v3-inventory-map-physical-row:last-child { border-bottom: 0; }
.dp-v3-inventory-map-physical-row__main { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; }
.dp-v3-inventory-map-physical-row__main strong { font-size: 13px; font-weight: 600; }
.dp-v3-inventory-map-physical-row__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin-top: 6px;
  color: #646a73;
  font-size: 12px;
}
.dp-v3-inventory-map-physical-row__source { display: inline-flex; align-items: center; gap: 6px; min-width: 0; }
.dp-v3-inventory-map-physical-row__source .el-button { padding: 0; height: auto; }
.dp-v3-inventory-map-empty { margin: 0 0 8px; color: #8f959e; font-size: 12px; }
@media (max-width: 1200px) {
  .dp-v3-inventory-map__route { width: min(320px, calc(100% - 24px)); }
}
@media (prefers-reduced-motion: reduce) {
  .dp-v3-inventory-map { scroll-behavior: auto; }
}
