.tm-npc-ai-wrap {
  max-width: 1080px;
}
.tm-npc-ai-canvas-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  background: #0f172a;
}
#npcAiCanvas {
  display: block;
  width: 100%;
  height: auto;
  touch-action: none;
  cursor: crosshair;
}
.tm-npc-ai-hud .progress {
  height: 10px;
}
.tm-npc-ai-legend {
  font-size: 0.875rem;
}
